Windows Workstation Purple Team Attack & Detection Lab

A hands-on Purple Team lab simulating Windows reconnaissance, initial access, privilege-escalation assessment, detection, remediation, and verification in an isolated virtual environment.

Windows Kali Linux Purple Team Nmap Wireshark VirtualBox

Overview

This project involved building and assessing an isolated Windows workstation environment using Kali Linux as the attacker and Windows 10 as the target. The assessment followed a Purple Team workflow combining offensive security techniques with defensive detection, investigation, remediation, and verification.

Objectives

Lab Architecture

Windows Purple Team lab architecture showing Kali Linux attacker and Windows 10 target

Tools & Technologies

Kali Linux Windows 10 Nmap SMBClient FreeRDP Wireshark Event Viewer Windows Defender VirtualBox

What I Practiced

Key Finding

The assessment identified a Windows service configured to run as LocalSystem while executing a file that was writable by lower-privileged users. This created a potential privilege-escalation path through insecure file permissions.

The excessive permissions were removed and the remediation was verified by confirming that the low-privilege account could no longer modify the service payload.