Files
atomic-red-team/Linux/Discovery/System_Network_Configuration_Discovery.md
T
atmathis 89513673d7 Linux Discovery
* Added several Linux Discovery tactics and updated grid
2018-01-11 16:56:58 -05: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