Discover Systems Recently Accessed By Compromised Machine
Windows
arp -a
netstat -an
ipconfig /displaydns
Linux
ss -t state established
ip n
arp -a
netstat -ntau
Related
Related Notes
All Related Notes
TABLE file.ctime as "Created", tags as "Tags"FROM "New Notes"WHERE contains(tags, "pivoting") OR contains(tags, "enumeration") OR contains(tags, "gaining-acess") OR contains(tags, "network")SORT file.ctime DESC
pivoting
TABLE file.ctime as "Created", tags as "Tags"FROM "New Notes"WHERE contains(tags, "pivoting")SORT file.ctime DESC
enumeration
TABLE file.ctime as "Created", tags as "Tags"FROM "New Notes"WHERE contains(tags, "enumeration")SORT file.ctime DESC
gaining-acess
TABLE file.ctime as "Created", tags as "Tags"FROM "New Notes"WHERE contains(tags, "gaining-acess")SORT file.ctime DESC
network
TABLE file.ctime as "Created", tags as "Tags"FROM "New Notes"WHERE contains(tags, "network")SORT file.ctime DESC