Malvares is a collection of my malware research, analysis, and tools. This repository includes dissections of various malware, config extractors, useful scripts, and YARA or other detection signatures to help in identifying malicious artifacts.
- Malware Analysis – Breakdowns of different malware families.
- Configuration Extractors – Python scripts for decoding and extracting malware configs.
- Detection Rules – YARA rules and other signatures for malware hunting.
- Security Insights – Notes, thoughts, and observations from real-world malware samples.
Malvares/
│── LINUX/
│ ├── [Specific Linux malware]/
│ │ ├── scripts/ # Extractors and analysis tools
│ │ ├── yara/
│
│── WINDOWS/
│ ├── [Specific Windows malware]/
│ │ ├── scripts/ # Extractors and analysis tools
│ │ ├── yara/
│
│── MACOS/
│ ├── [Specific Mac malware]/
│ │ ├── scripts/ # Extractors and analysis tools
│ │ ├── yara/
│
│── .gitignore
│── README.md
This repo is mainly for my own research, but if you have interesting malware samples, insights, or improvements, feel free to open a pull request or start a discussion.