Security professional with 10+ years in physical security operations, building a cybersecurity career through real-world projects and self-directed learning. TryHackMe Top 5% globally.
Fully functional SIEM built in Python. Ingests and parses real Linux auth.log and UFW firewall logs, applies 5 rule-based detection algorithms with time-window correlation, maps every alert to MITRE ATT&CK, and renders a real-time Flask dashboard with Chart.js. Includes live VirusTotal IP enrichment: test run confirmed 185.220.101.5 as MALICIOUS — Tor exit node, flagged by 11 engines, reputation −16.
| Detection Rule | MITRE ID | Tactic | Severity |
|---|---|---|---|
| SSH Brute Force | T1110 | Credential Access | HIGH |
| Port Scan | T1046 | Discovery | MEDIUM |
| Privilege Escalation | T1548 | Privilege Escalation | CRITICAL |
| Credential Dumping | T1003 | Credential Access | CRITICAL |
| Off-Hours Login | T1078 | Initial Access | MEDIUM |
Multi-agent AI system automating IP reputation triage via VirusTotal API. Delivers structured, analyst-ready threat summaries with a CrewAI + Gemini 2.5 Flash architecture. Significantly reduces manual lookup overhead.
Zero-trust Chrome extension with real-time AI threat analysis. DOM scraping + VirusTotal + Gemini 2.5 to detect and block zero-day phishing attacks before page load completes — no signature database required.