Kali Linux

Ransomware-Simulator : Ransomware Simulator Written In Golang

Ransomware-Simulator, the goal of this repository is to provide a simple, harmless way to check your AV’s protection on ransomware.

This tool simulates typical ransomware behaviour, such as:

  • Staging from a Word document macro
  • Deleting Volume Shadow Copies
  • Encrypting documents (embedded and dropped by the simulator into a new folder)
  • Dropping a ransomware note to the user’s desktop

The ransomware simulator takes no action that actually encrypts pre-existing files on the device, or deletes Volume Shadow Copies. However, any AV products looking for such behaviour should still hopefully trigger.

Each step, as listed above, can also be disabled via a command line flag. This allows you to check responses to later steps as well, even if an AV already detects earlier steps.

Usage

Ransomware Simulator
Usage:
ransomware-simulator [command]
Examples:
ransomware-simulator run
Available Commands:
help Help about any command
run Run ransomware simulator
Flags:
-h, –help help for ransomware-simulator
Use “ransomware-simulator [command] –help” for more information about a command.

Run command:

Run Ransomware Simulator
Usage:
ransomware-simulator run [flags]
Flags:
–dir string Directory where files that will be encrypted should be staged (default “./encrypted-files”)
–disable-file-encryption Don’t simulate document encryption
–disable-macro-simulation Don’t simulate start from a macro by building the following process chain: winword.exe -> cmd.exe -> ransomware-simulator.exe
–disable-note-drop Don’t drop pseudo ransomware note
–disable-shadow-copy-deletion Don’t simulate volume shadow copy deletion
-h, –help help for run
–note-location string Ransomware note location (default “C:\Users\neo\Desktop\ransomware-simulator-note.txt”)

Screenshots

R K

Recent Posts

Shadow-rs : Harnessing Rust’s Power For Kernel-Level Security Research

shadow-rs is a Windows kernel rootkit written in Rust, demonstrating advanced techniques for kernel manipulation…

1 week ago

ExecutePeFromPngViaLNK – Advanced Execution Of Embedded PE Files via PNG And LNK

Extract and execute a PE embedded within a PNG file using an LNK file. The…

2 weeks ago

Red Team Certification – A Comprehensive Guide To Advancing In Cybersecurity Operations

Embark on the journey of becoming a certified Red Team professional with our definitive guide.…

3 weeks ago

CVE-2024-5836 / CVE-2024-6778 : Chromium Sandbox Escape via Extension Exploits

This repository contains proof of concept exploits for CVE-2024-5836 and CVE-2024-6778, which are vulnerabilities within…

3 weeks ago

Rust BOFs – Unlocking New Potentials In Cobalt Strike

This took me like 4 days (+2 days for an update), but I got it…

3 weeks ago

MaLDAPtive – Pioneering LDAP SearchFilter Parsing And Security Framework

MaLDAPtive is a framework for LDAP SearchFilter parsing, obfuscation, deobfuscation and detection. Its foundation is…

3 weeks ago