How I Used ChatGPT and Codex to Add a New Security Layer to My Homelab
From Firewall to Mini-SOC How I Used ChatGPT and Codex to Add a New Security Layer to My Homelab I already had a structured lab with segmentation, remote access, and a clear network design. What I wanted next was to add another layer of security : not another layer of blocking, but another layer of visibility . I am also heading toward the Security+ exam , so this project fit perfectly into what I want to learn anyway: not just how to install tools, but how to think about monitoring, visibility, architecture, and controlled rollout. The target was a small but real detection pipeline: OPNsense firewall → Suricata intrusion detection → Syslog forwarding → Wazuh SIEM → searchable alerts in a dashboard This is the kind of chain you would find, in much larger form, in a Security Operations Center , usually shortened to SOC . A Security Operations Center is the part of an organization that watches security events, reviews alerts, and investigates suspicious activity. In a larg...