C4LL1N/Malware-Analysis-Lab
GitHub: C4LL1N/Malware-Analysis-Lab
Stars: 0 | Forks: 0
# Malware-Analysis-Lab
Isolated environment for static and dynamic analysis of real-world malware samples. Built from scratch with VirtualBox, Windows 11 (victim), and REMnux (gateway).
# Lab Architecture
Key design decisions:
Internal Network mode in VirtualBox — no NAT, no host-only bridging, full isolation
REMnux as DNS server (dnsmasq) — every domain resolves to 192.168.100.1
INetSim simulates HTTP/HTTPS/FTP/SMTP — malware C2 traffic is intercepted and logged
Snapshots before every detonation — clean restore after each analysis
Key design decisions:
Internal Network mode in VirtualBox — no NAT, no host-only bridging, full isolation
REMnux as DNS server (dnsmasq) — every domain resolves to 192.168.100.1
INetSim simulates HTTP/HTTPS/FTP/SMTP — malware C2 traffic is intercepted and logged
Snapshots before every detonation — clean restore after each analysis