Code Monkey home page Code Monkey logo

automated_ransomware_runner's Introduction

Automated ransomware runner

Runs a sequence of commands, which can be defined in the run.json, in a virtual box. Afterwards it exports and compresses the files and folders in the output folder on the host machine. The operations in the run.json are setup to copy the ransomware executable on the internal drive, starting the executable, waiting for some time and then copying the encrypted files to the output folder. The purpose of this runner is to generate a set of files encrypted by ransomware by automatically running ransomware executables in a save environment.

Virtual box setup for optimally running ransomware

  • Fully updated Windows 10
  • Disabled Windows Defender
  • Disabled UAC

Setup

Use the constants in the script do define:

  • Virtual box machine name
  • Virtual box user name
  • Virtual box password
  • Zip Input folder (Virtual box output folder)
  • Zip Output folder

Structure of the run.json

[[{
    "command": "C:\\Windows\\System32\\cmd.exe",
    "parameters": ["/C", "copy", "F:\\evil_file1", "C:\\Users\\Malware\\Desktop\\evil_file1.exe"],
    "sleep": 10
}]]
  • command: Command run in the virtual box as string.
  • parameters: Parameters of the command, annotaged as array ["parameter1", "parameter2", ...].
  • sleep: Suspends the execution of the script for x seconds after each command. This is necessary for the execution of the ransomware that it can perform its malicious behaviour.

automated_ransomware_runner's People

Contributors

ilovemilk 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.