Modular Malware Detection Framework
Multi-stage malware detection system with ML and YARA rules
Multi-stage malware detection framework combining threat intelligence, YARA rules, machine learning, and binary analysis.
Four-stage detection pipeline: online threat intelligence (MalwareBazaar, VirusTotal), YARA rule matching, ML classification, and binary analysis.
Built with Python, PyQt6 for GUI, scikit-learn for ML models, YARA rule engine, and filesystem monitoring. Modular design allows custom components and rules.