Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 263 Bytes

System_Network_Configuration_Discovery.md

File metadata and controls

17 lines (9 loc) · 263 Bytes

System Network Configuration Discovery

MITRE ATT&CK Technique: T1016

Network Data

Input:

arp -a

Input:

netstat -ant | awk '{print $NF}' | grep -v '[a-z]' | sort | uniq -c

Input:

ifconfig