mjzero0/security-monitoring-threat-detection
GitHub: mjzero0/security-monitoring-threat-detection
Stars: 0 | Forks: 0
# Security Monitoring & Threat Detection System
A simple Python-based security monitoring project that analyses log files and detects suspicious activity using rule-based detection.
## Features
- Detects repeated failed login attempts
- Flags possible brute force attacks
- Detects after-hours successful logins
- Flags unauthorized admin access attempts
- Detects suspicious command execution
- Generates a simple security report in the terminal
## Technologies Used
- Python
- Regular expressions
- Basic log analysis
- Rule-based detection logic
## How It Works
## How to Run
python3 main.py