A beginner-friendly SOC Analyst project that simulates SIEM alerts, classifies severity, and creates an incident report.
- SIEM alert triage
- Alert severity classification
- Incident response workflow
- Log analysis concepts
- Python scripting
- Blue Team documentation
siem_alert_simulator.py- Main Python scriptalerts/sample_alerts.json- Sample SIEM alertsreports/siem_report.txt- Report created after running the toolrequirements.txt- Python requirements
This project simulates common SOC alerts such as brute-force attacks, malware detection, suspicious PowerShell, phishing email reports, privilege escalation, and port scanning.
python siem_alert_simulator.pySOC Analysts use SIEM tools every day to review alerts, assign severity, investigate activity, and document response actions. This project shows that you understand how SIEM alert triage works.