Academic cybersecurity project that detects signs of browser-targeting malware on Windows.
amrohussein
- Malicious/fake browser extensions
- Homepage & search engine hijacking via registry
- Visits to known malicious domains (Chrome history)
- Cryptominer and suspicious processes
- Hosts file DNS redirects
- Windows OS
- Python 3.8+
- Administrator privileges
pip install -r requirements.txt
python detector.py
browser-malware-detector/
├── detector.py
├── requirements.txt
├── README.md
├── LICENSE
├── config/
│ ├── suspicious_extensions.json
│ ├── suspicious_domains.txt
│ └── suspicious_processes.txt
├── reports/
└── docs/
└── how-it-works.md
This tool is strictly for educational and defensive purposes only. Licensed under the Apache License 2.0.