A SOC-style monitoring toolkit built in Python to detect suspicious logins, SSH brute-force attempts, and anomalous system activity. Designed for Blue Team defense and real-time monitoring.
- π Detects SSH brute-force login attempts
- π Analyzes system logs in real time
- β‘ Lightweight, Python-based monitoring
- π Extendable for additional detection rules
- Python (core logic, parsing)
- Regex for log detection
- Linux / Syslog monitoring
git clone https://github.com/Lithish-7/CyberSentry-Pro.git
cd CyberSentry-Pro
pip install -r requirements.txt