Enterprise Monitoring & Incident Response Homelab
In progress A homelab simulating a small enterprise environment to practice the core security-analyst workflow end to end: collect telemetry, detect suspicious activity, investigate, and document remediation. This page is the plan — the write-up will fill in with real findings as I build it.
01 Goal
Build an isolated virtual environment that looks like a small enterprise network — Windows and Linux systems with centralized identity and centralized security monitoring — and use it to practice detecting and investigating realistic security events the way an analyst would on the job.
02 Planned architecture
Endpoint and system logs from each machine feed into a central SIEM, so events can be investigated across the whole environment rather than host by host.
03 Detection scenarios I plan to run
- Repeated failed authentication attempts
- Suspicious account activity
- Privileged account and group-membership changes
- Process and PowerShell activity
- File integrity changes
- Vulnerability identification and remediation
- Network traffic analysis
04 Investigation workflow
Each simulated incident will follow a structured process, the same shape a SOC analyst uses:
Detection → Alert → Log Analysis → Investigation → Timeline → Findings → Remediation