Manual Enumeration

Situational Awareness

Network Information

# IP Settings
ipconfig /all

# ARP Table
arp -a

# Routing Table
route print

Windows Defender Status

Get-MpComputerStatus | select AntivirusEnabled,

AppLocker Enabled

Get-AppLockerPolicy -Effective | select -ExpandProperty RuleCollections

Initial Enumeration

System Information Commands

Last updated