Code Monkey home page Code Monkey logo

persistence_and_anti_sandbox's Introduction

Persistence_AND_Anti_Sandbox

This reposiorty contains the c# code which is using latest persistence technique and multiple anti-vm, anti-sandboxes techniques. In this program, I am using 4 anti-vm and anti-sanboxe techniques, I am also using persistence technique using powershell and task scheduler.

Persistence

  1. Downloading an Exe from webserver using webclient in WindowsApps Folder.
  2. Exe is downloading with the name Get-Variable.exe in WindowsApps Folder.
  3. Creating a task in scheduler execute Get-Variable command in powershell which is legitimate cmdlet gets the PowerShell variables in the current console.
  4. After executing this our downloaded binary will execute rathar than powereshell cmdlet.
  5. This is because when we place any exe in windowsapps folder with name Get-variable, Poweshell will execute this exe rather than kegit command.

Anti-Vm and Anti-Sandbox

  1. Getting Ram size if it is less than 4 gb program will terminate.
  2. Checking if the exe is running in VMware or VirtualBox it will terminate.
  3. Checking the debuger is present, it will terminate.
  4. Checking if the exe is running in sandbox it will terminate.

Assignment

  1. You can add memory insertion technique to bypass sandboxes.
  2. You cam add human interaction techniques to bypass sndboxes.

Just for educational purposes. I am not responsible for misuse.

Offensive Panda

Cyber Security Engineer

persistence_and_anti_sandbox's People

Contributors

offensive-panda avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.