Mini-SIEM is a lightweight Python-based application (Developed by AMAR SAAD) that reads, displays, filters, and reports on Windows Event Logs in
It's designed for local monitoring and analysis without the need for complex deployment.
To use the application, simply:
- Go to the folder
Windows exe App/(After Download and Unzip). - You can copy the 'SIEM.exe' file in your desktop for easy use.
- Right-click on
SIEM.exeand choose "Run as administrator" for full log access (especially Security logs). - The interface will launch and display real-time logs from your system.
All source code is available in the folder Source Code/.
You can run it directly with Python 3.11 or above.
❗ You don’t need this step if you're only running the .exe file.
pywin32reportlabtkinter(built-in with Python) You can install the required packages via: --> bash pip install pywin32 reportlab ❗ You don’t need this step if you're only running the .exe file.
GitHub: @AMARS44D