Skip to content

Mini-SIEM is a lightweight, dark-themed security monitoring dashboard that simulates attacks, tracks incidents by severity, and helps you practice real-world SOC skills in Python.

License

Notifications You must be signed in to change notification settings

qoAliop/Mini-SIEM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mini-SIEM Dashboard

Mini-SIEM is a lightweight Security Information and Event Management (SIEM) tool built in Python.
It provides a dark-themed, interactive dashboard that simulates cyber attacks, tracks incidents in real-time, and visualizes them by severity, giving a hands-on experience similar to a real SOC environment.


Running the Mini-SIEM Dashboard

To start the interactive dashboard, run:

python UII.py

---

## Features

- *Dark-themed, user-friendly dashboard* with clear incident visualization.
- *Severity-based color coding* for quick identification:
  - Critical (red)
  - High (orange)
  - Medium (yellow)
  - Low (green)
- *Simulate attacks* with a single click to test detection and logging.
- *Refresh/Clear incidents* directly from the UI.
- *Exit button* clears all incidents and closes the app.
- *SQLite database* backend for reliable storage, replacing JSON files.
- Ready for *real log ingestion* or expansion with real-world detection rules.

Pictures

Untitledk1 Untitledk2

About

Mini-SIEM is a lightweight, dark-themed security monitoring dashboard that simulates attacks, tracks incidents by severity, and helps you practice real-world SOC skills in Python.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages