Files
atomic-red-team/Mac/Discovery/System_Network_Configuration_Discovery.md
T
Michael Haag 29cf36761a Mac Discovery
Added many techniques to Discovery for Mac
2018-01-09 14:53:47 -07:00

263 B

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