Home SOC Lab - Documentation

Documentation of my home SOC lab architecture, stack, and security practice scenarios.

19/04/2026

#homelab #soc #wazuh #proxmox #pfsense

🛡️ Home SOC Lab — Documentation

Goal: Build a fully functional SOC environment on physical hardware to practice incident detection, log analysis, and investigation.

Context

As part of my transition into defensive cybersecurity, I built a complete SOC home lab on recycled physical hardware.
The goal is to replicate a realistic enterprise-like environment to practice core SOC analyst skills: alert triage, log analysis, attack detection, and incident report writing.

Hardware

MachineRoleSpecs
Lenovo ThinkCentre M910QMain server (hypervisor host)16 GB RAM, 480 GB SSD
Lenovo ThinkPad X230Workstation / administrationParrotOS

Network Architecture

Traffic path: Internet -> Home Router -> pfSense WAN (192.168.1.37) -> pfSense LAN (192.168.10.1) -> Lab hosts

HostIP addressRole
pfSense (WAN)192.168.1.37Edge firewall interface on home network
pfSense (LAN)192.168.10.1Gateway for isolated lab network
Wazuh Server192.168.10.100SIEM (manager, indexer, dashboard)
Kali Linux192.168.10.101Analyst / attacker workstation
Windows Server192.168.10.102Monitored target

All lab traffic flows through pfSense, which acts as a firewall and router — mirroring a real enterprise network setup.

Tech Stack

🖥️ Proxmox VE — Hypervisor

🔥 pfSense 2.8.1 — Firewall / Router

🟠 Wazuh 4.11 — SIEM

🐉 Kali Linux 2026.1 — Analyst Workstation / Attacker

🪟 Windows Server 2022 — Monitored Target

Practiced Scenarios

✅ Scenario 1 — RDP Brute Force Attack

🔜 Upcoming Scenarios

Skills Developed

This lab is continuously evolving. Scenarios and documentation are updated regularly.