Ransomware
This document provides an overview and documentation of the Rust code for the ransomware.
Debugger and Sandbox Detection
This code provides functions to detect the presence of a debugger or a sandbox environment. It in...
System Information Retrieval
This code provides functions to retrieve various system information such as disk details, operati...
Encryption / Decryption files
Overview This code provides functions for encrypting and decrypting files using AES-256 CTR encry...
Ecryption / Decryption for external disk
Function Description The code snippet defines a function named encrypt_decrypt_external_disks wit...
API connection
Overview This code provides a C2API struct that encapsulates functionalities related to interacti...
Shadow copy deletion
This code provides a function to delete shadow copies using the vssadmin command. delete_shadow_c...
Main.rs
Overview This code represents an entry point for a program that performs certain actions based on...