SOC automatisé et enrichissement par IAAutomated SOC & AI-Enriched Detection Lab
- Mise en place d'un SOC virtualisé avec Splunk pour surveiller les événements de sécurité d'un poste Windows 10.
- Réalisation d'attaques contrôlées depuis Kali Linux afin de générer de la télémétrie pour la détection.
- Intégration de n8n avec Splunk et l'API Claude pour automatiser l'enrichissement des alertes.
- Built a virtualized Splunk SOC to monitor and investigate security events from a Windows 10 endpoint.
- Conducted controlled attacks from Kali Linux, generating telemetry for detection and analysis.
- Integrated n8n with Splunk and Claude AI to automate alert enrichment and investigation context.
Depuis Kali Linux, j'ai lancé un scan Nmap de reconnaissance et de détection de version contre l'hôte Windows 10, révélant un service RDP (ms-wbt-server) exposé sur le port 3389. Les journaux du pare-feu Windows, transmis à Splunk, ont capturé plus de 80 événements ALLOW/DROP liés à ce scan, que j'ai recherchés et corrélés par IP source. J'ai aussi surveillé les authentifications réussies (EventCode 4624) afin d'établir une base de référence de l'activité normale. Enfin, un workflow n8n reçoit l'alerte via webhook, enrichit l'IP source avec AbuseIPDB, résume le contexte avec l'API Claude, puis publie une notification prête à trier dans Slack.
From Kali Linux, I ran an Nmap reconnaissance and version-detection scan against the Windows 10 host, revealing an exposed RDP service (ms-wbt-server) on port 3389. Windows Firewall logs, forwarded into Splunk, captured 80+ ALLOW/DROP events tied to the scan, which I searched and correlated by source IP. I also monitored successful logons (EventCode 4624) to baseline normal access activity. Finally, an n8n workflow receives the alert via webhook, enriches the source IP through AbuseIPDB, summarizes context using the Claude API, and posts a triage-ready notification to Slack.