This project is a Python-based cybersecurity tool that analyzes system logs to detect suspicious login activity.
- Detects multiple failed login attempts
- Identifies possible brute-force attacks
- Flags suspicious IP addresses
- Highlights suspicious users
- Python
- Pandas
-
Install dependencies: pip install pandas
-
Run the script: python analyzer.py
This tool simulates a basic SIEM system used in cybersecurity for monitoring and threat detection.