Skip to content

matthewoneil0/Malware-Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧬 Malware Analysis Repository

Research, Analysis & Reverse Engineering Lab
A collection of malware analysis notes, write-ups, and technical breakdowns.

Banner Status


🧠 Overview

This repository is a curated archive of malware research and reverse engineering documentation.
Each variant directory contains:

  • Static and/or dynamic analysis based on the variant
  • Indicators of compromise (IOCs)
  • Behavioral and network observations (if applicable)
  • Disassembly and decompilation analysis

The goal: to examine real-world malware through methodical investigation and to expand my binary analysis and execution chain analysis skillset. This project/blog is inspired by the blogs listed below and others. I highly recommend going and giving a read of any of their posts!

For more researchers and reading opps, checkout reading.md.

Current focus: CaminhoStealer to DcRat Infection Chain


📰 Docs

📂 Repository Structure

malware-analysis/
├── README.md
├── Emotet/
│   ├── emotet_artefacts.zip
│   └── README.md
├── AgentTesla/
│   ├── agenttesla_artefacts.zip
│   └── README.md
├── _docs/
│   └── toolset.md
└── _scripts/

⚠️ WARNING:
If you choose to analyze malware samples yourself, always do so in a secure, isolated environment.
Run all tests inside a dedicated sandbox or virtual machine with no access to production networks, shared folders, or sensitive data.
Disable internet connectivity unless you’re using a controlled emulation framework (e.g., FakeNet-NG or INetSim).
Treat every file as potentially dangerous — even those obtained from reputable sources — and never execute malware on your host system.

About

This is my repository dedicated to deconstructing RATs, loaders, miner, ransomware variants and any other forms of malware to expand my knowledge and skils.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors