Mini Python SIEM for SSH Brute-Force Detection
SOC-Mini SIEM Correlation Engine simulates the core logic of a basic Security Information and Event Management (SIEM) correlation engine in Python that mimics workflows inside a Security Operations Center (SOC). It reads simulated SSH authentication and firewall logs, applies simple correlation rules such as counting repeated SSH failures and checking firewall blocks, and outputs structured JSON alerts with severity and MITRE ATT&CK mapping for brute-force credential attacks. It’s a hands-on learning project demonstrating log analysis, event correlation and alert generation using basic Python and regex.
https://github.com/sejosegomesneto-creator/soc-mini-siem-correlation-engine
Comments
Post a Comment