DacoderDC3/cybersecurity-homelab

GitHub: DacoderDC3/cybersecurity-homelab

Stars: 0 | Forks: 0

# Cybersecurity Homelab This repository documents my practical cybersecurity homelab built for blue-team learning, system administration, log analysis, SIEM monitoring, vulnerability management, and incident response practice. ## Lab Purpose The purpose of this lab is to build hands-on skills in: - Virtualisation - Windows and Linux administration - Network troubleshooting - Log collection and analysis - SIEM deployment - Vulnerability scanning - Incident response workflows - Technical documentation ## Current Lab Environment | Component | Details | |---|---| | Hypervisor | Proxmox VE | | Admin Workstation | Windows 11 Pro laptop | | Linux Server | Ubuntu Server | | Linux Client | Ubuntu Desktop / CLI VM | | Planned SIEM | Wazuh | | Planned Scanning Tools | Nmap, vulnerability scanning tools | | Documentation Platform | GitHub | ## Current Progress - [x] Proxmox installed - [x] Ubuntu server VM created - [x] Ubuntu client VM created - [x] Windows admin workstation configured - [x] SSH tested between Linux systems - [x] Snapshot and rollback workflow started - [x] Centralised logging preparation started - [ ] Wazuh deployment - [ ] Vulnerability scanning - [ ] Incident response exercises - [ ] Reporting and documentation templates ## Repository Structure cybersecurity-homelab/ ├── docs/ ├── diagrams/ ├── screenshots/ ├── configs/ ├── scripts/ └── README.md