Episode Details
Back to Episodes
Course 16 - Red Team Ethical Hacking Beginner Course | Episode 3: Essential Windows Domain and Host Enumeration
Published 4 months, 3 weeks ago
Description
In this lesson, you’ll learn about:
- The purpose and importance of network enumeration in red teaming
- Windows Domain Enumeration techniques for situational awareness
- Host Enumeration methods for analyzing a specific target system
- How user sessions, services, and processes influence attack paths
- Why continuous enumeration is critical in dynamic enterprise networks
- Domain Enumeration – gathering network-wide intelligence
- Host Enumeration – collecting detailed information from a specific system
- Discovering the current domain name (e.g., fun.com)
- Identifying the Domain Controller (DC) and its IP address
- Confirming domain role ownership and authentication authority
- Retrieving domain policies to understand:
- Password requirements
- Lockout thresholds
- Security enforcement levels
- Enumerating domain-joined computer hostnames
- Listing users logged into all domain computers
- Identifying privileged accounts logged into sensitive systems (e.g., administrators on the domain controller)
- Detecting regular users logged into workstations
- Narrowing enumeration to a specific target host to identify active sessions
- Hostname
- Operating system version (e.g., Windows 10 Enterprise)
- System architecture (x64 / x86)
- Domain membership
- Installed hotfixes and patch levels
- Logged-in username
- User Security Identifier (SID)
- Important for advanced techniques such as ticket-based attacks
- Group memberships
- Assigned user privileges
- Enumerating members of the local administrators group
- Identifying misconfigurations or excessive privileges
- Listing running services
- Identifying startup services
- Analyzing service state and startup mode
- Detecting services running with elevated privileges
- Enumerating open and listening ports
- Identifying processes bound to specific ports
- Mapping processes to:
- Process IDs
- Executable names
- Full file system paths