System Network Configuration Discovery (T1016)
Where am I? What subnets can I reach?
1. Windows Commands
- Basic:
ipconfig /all - Routing Table:
route print. (Look for internal subnets like10.x.x.xor172.16.x.x). - Neighbors:
arp -a. Shows machines the host has recently talked to.
2. Linux Commands
- Interfaces:
ip addrorifconfig. - routes:
ip route.
3. AD Site Discovery
nltest /dclist:target.comdsquery site- Why?: Different AD sites often imply different physical locations (e.g., "US-East", "London-Office").