Chris007M/malware-traffic-analysis-sandbox

GitHub: Chris007M/malware-traffic-analysis-sandbox

Stars: 0 | Forks: 0

# Malware Traffic Analysis Sandbox (v2-Premium) ## Overview An enterprise-grade, memory-safe network forensic pipeline built for tier-1 security analysts and incident responders. It stream-parses network capture files (`.pcap`/`.pcapng`), isolates deep application-layer protocol states, executes behavioral heuristic rule checks, and enriches data with live threat intelligence feeds. ## Core Features ## Getting Started ### Local Native Execution 1. Install system core dependencies (`tshark` is mandatory): # On Windows, download and run the Wireshark/TShark installer. # On Linux: sudo apt update && sudo apt install -y tshark