FirstBlood12/RedPetyaOpenSSL
A full rewrite of Red Petya ransomware from 2016 with full MBR and GPT support
This project is a detailed simulation of the Red Petya ransomware, replicating its behavior on both older MBR and newer GPT disk systems. It takes a disk image as input and demonstrates how the ransomware encrypts the Master Boot Record (MBR) or GUID Partition Table (GPT), generates encryption keys, and encrypts the Master File Table (MFT). This tool is for cybersecurity researchers, malware analysts, and incident response teams who need to understand and analyze Red Petya's infection and encryption processes.
No commits in the last 6 months.
Use this if you are a cybersecurity professional studying ransomware behavior, specifically the Red Petya variant, and need a working model to analyze its disk-level impact and encryption mechanisms.
Not ideal if you are a general user looking for anti-malware protection or a developer seeking a library for disk operations, as this is a specific tool for malware research.
Stars
24
Forks
2
Language
C
License
—
Category
Last pushed
Jul 12, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/llm-tools/FirstBlood12/RedPetyaOpenSSL"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
Limine-Bootloader/Limine
Modern, advanced, portable, multiprotocol bootloader and boot manager. (Official mirror of...
Mexit/MultiOS-USB
Boot operating systems directly from ISO/WIM images
thewhiteninja/ntfstool
Forensics tool for NTFS (parser, mft, bitlocker, deleted files)
Zaechus/artix-installer
A simple installer for Artix Linux
jrd/pyreadpartitions
Read MBR and GPT partitions in python directly.