An AI-powered Security Operations Center (SOC) automation tool built with Python and LLMs.
- Automated log analysis using AI
- Structured JSON threat reports
- Automated response actions (block IP, isolate host)
- Extensible architecture for security automation
logs.json → AI SOC Agent → LLM Analysis → JSON Alert → Automated Response
- Python
- OpenAI API
- Security automation concepts
- SOC workflows
SOC AI Analysis:
{
"threat_level": "high",
"recommended_actions": [
"block ip 192.168.1.45",
"isolate host server01"
]
}
Alin Timicer