System Network Configuration Discovery
+ Added System Network Configuration DiscoveryChainReactions
parent
705f7d4dcf
commit
26854f24b0
|
@ -0,0 +1,26 @@
|
||||||
|
# System Network Configuration Discovery
|
||||||
|
|
||||||
|
MITRE ATT&CK Technique: [T1016](https://attack.mitre.org/wiki/Technique/T1016)
|
||||||
|
|
||||||
|
|
||||||
|
##
|
||||||
|
|
||||||
|
Input:
|
||||||
|
|
||||||
|
ipconfig /all
|
||||||
|
|
||||||
|
Input:
|
||||||
|
|
||||||
|
netsh interface show
|
||||||
|
|
||||||
|
Input:
|
||||||
|
|
||||||
|
arp -a
|
||||||
|
|
||||||
|
Input:
|
||||||
|
|
||||||
|
nbtstat -n
|
||||||
|
|
||||||
|
Input:
|
||||||
|
|
||||||
|
net config
|
Loading…
Reference in New Issue