Python-based active defense toolkit focused on detection, deception, and security automation, aligned with MITRE ATT&CK defensive techniques.
This project was created as a capstone project after completing a Python for Cybersecurity specialization, with the goal of building practical, defensive security utilities.
- Implement basic detection mechanisms using Python
- Explore active defense concepts such as decoys and tripwires
- Automate security-related tasks with a blue-team mindset
- Keep the project defensive, ethical, and interview-ready
detection/– Scripts for basic detection and analysisdeception/– Decoy-based techniques to detect suspicious activityautomation/– Orchestration and automation logicdocs/– Architecture notes and design decisions
This project is defensive only. It does not include malware, command-and-control, or offensive exploitation techniques.
- 🐍 Python 3.11
- 📦 Dependencies listed in
requirements.txt
MIT License