Skip to content

Latest commit

 

History

History
35 lines (30 loc) · 1.41 KB

README.MD

File metadata and controls

35 lines (30 loc) · 1.41 KB

Malvares 🕵️‍♂️💀

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.

🔍 What You’ll Find

  • 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.

📂 Structure

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

📌 Contributions

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.