May 11

Aska Loader [1.0]

Это реализация проекта с возможностью шифрования основного файла вредоносной программы с последующей загрузкой из сети и расшифровкой в памяти, после чего она передает свои расшифрованные исполняемые данные в RunPe, который воспроизводит вредоносный код.

Особенности

  • Compress: Simple implementation of compression and hiding of static signatures of the main loader.
  • Malware Encryption: Malware Bytes Encryption and Decryption and their Implementation in Memory.
  • Anti-Analysis: A set of methods to prevent anti-debugging and anti-virtual machine.
  • Mutex-Control: Method to prevent bootloader from being executed again in an operating system.
  • Anti-AnyRun(Win7): Prevents any run from running on systems from the cloud service.
  • Protector: Protector - with several types of protection, I advise you to choose a lighter version of protection, due to excessive use of protection, an abnormal effect of work is possible
  • Steal-Signature: Automated steal signature and signing for your files
  • Conditional Compilation: Allows the builder to include only the features and options chosen by the user, making the final build more streamlined.
  • Custom Renaming and Obfuscation: Includes customizable renaming of functions and string encryption to make the code less readable and harder to analyze.
  • Amsi/Etw patches: Support for "EtwEventTrace" patches and "AmsiScanBuffer" functions.

Download | Github