Skip to content

The repository contains the Malware Projects ---> Malicious Softwares as like RansomWare , Spyware etc developed my own while learning cyber-security and The various workflows and mechanisms of the different types of Malicious softwares like Virus,Trojan and worms

Notifications You must be signed in to change notification settings

RCH2010/The-Malware-Design-Project

 
 

Repository files navigation

The-RansomWare-Project-

The repository containes the required coding files used in the malware design.

The Project is under construction

Source of motivation

To Understaand the deep insights of working of Malware specifically Ransomwares on computer systems including their memory traces and possible mitigation and detection techniques like these famous viruses:
WannaCry 2.0 and Petya Ransomwares .

The Workflow of the Malware Design :

1.) AES 256-CBC Symmetric cryptographic Algorithm for data encryption/decryption purpose .

2.) Socket Based Multithreaded Command/control server to be controlled by the attacker and handlling unique key generation for multiple Triggers .

3.) Ransomware _ decryption tool to revert back the encrypted data to the original form .

4.) Implemented by only secret/private key cryptography for faster execution .

5.) Ransomware_ payload main virus file that is to be run on victim's computer .

6.) Tested on small local LAN network with few Linux and Windows Machines.

7.) It has a Proper strategy to be followed to decrpt the data after Authetication via numeric Token by the Victim .

Warning

As this is a Kind of Malicious program can cause lot of damage if misused , I used to develop this only for understanding of about the how actually Ransomware works and to study about it's post traces on memory including Memory/Network forenics .

About

The repository contains the Malware Projects ---> Malicious Softwares as like RansomWare , Spyware etc developed my own while learning cyber-security and The various workflows and mechanisms of the different types of Malicious softwares like Virus,Trojan and worms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 85.8%
  • HTML 13.7%
  • Shell 0.5%