SOC Homelab
A rebuilt two-layer SOC lab, Wazuh watching the host and Suricata watching the wire, built around one question: what does network monitoring catch that host monitoring doesn't.
I kept Wazuh, the host-layer SIEM from the original lab, and added Suricata as a second, network-layer sensor, then ran the same three attacks at both and compared what each one actually saw. An nmap scan turned out structurally invisible to the host, since a SYN scan never completes a connection. A rebuilt 2017 Samba exploit landed root that only the network layer could prove, straight off the wire, because nothing on the host was pointed at the right signals. A cron-based fake beacon got logged by the host in full and never once turned into an alert. Closing part of that last gap meant writing my own Suricata rule and chasing a false lead through a real pre-existing decoder bug before finding the actual problem.