Design 1 — Secure Lab / Small Office Topology
A practical design for a home lab or small office where the goals are strong perimeter control, centralized visibility (SIEM), and repeatable response (SOAR), while keeping the environment easy to operate and document.
ISP Modem → Firewall → Router → Primary Switch (+ Backup Switch) → KVM → Endpoints
├─ Windows / macOS workstations
├─ Linux / Kali (testing)
├─ SIEM (log collection + correlation)
└─ SOAR (workflow automation)
Power: Back-UPS for network + monitoring stack
View description
Component Breakdown
- Modem: terminates ISP service and provides internet handoff.
- Firewall: security boundary (NAT, inspection, threat filtering, VPN, logging).
- Router: internal routing / subnet design (sometimes combined into firewall).
- Primary + Backup switch: access-layer connectivity and fast recovery from switch failure.
- KVM switch: operational control of multiple endpoints from one console.
- SIEM: central telemetry for detection, investigation, and reporting.
- SOAR: playbooks for triage, enrichment, notifications, and controlled response actions.
- Back-UPS: prevents monitoring and routing interruption during brief power events.
How SIEM + SOAR Work Together
- Collect: endpoints and firewall forward logs/telemetry into the SIEM.
- Detect: correlation rules generate alerts with context (user/device/network).
- Automate: SOAR ingests alerts, enriches data, and runs playbooks (ticket, notify, script).
- Respond (controlled): safe actions such as blocking a test IP or isolating a lab endpoint (where supported).