# Security Analytics Dashboard
A Python-powered security analytics dashboard that analyzes SIEM alert data and generates an interactive HTML report with charts, tables, and compliance metrics.
Built as part of my home cybersecurity lab using Wazuh SIEM, Docker, and Wireshark.
## Features
- 487+ security events analyzed with pandas
- Severity breakdown (Critical / High / Medium / Low)
- MITRE ATT&CK tactic mapping via radar chart
- CIS Benchmark and PCI DSS compliance checks
- File Integrity Monitoring (FIM) alerts
- 24-hour event timeline with stacked area chart
- Per-device alert breakdown
- Top triggered rules and recent critical alerts table
## Tech Stack
- Python
- pandas
- Chart.js
- Claude Code
## How to Run