Topic 3: Assess w/ Net Recon tools Flashcards
Network reconnaissance
Mapping the attack surface
Topology discovery
Scanning for hosts, IP ranges, and routes of a target network
Footprinting
Gathering information about the target before attacking it
ipconfig
Shows config assigned to networks w/in Windows
ifconfig
Shows network config w/in Linux
ping
Probe a host on an IP address using ICMP
arp
Display the machine’s Address Resolution Protocol, which includes MAC addresses associated with each IP
route
View host machine’s routing table
tracert
ICMP probes which report round trip time hops between local host and host on a remote network
traceroute
Route discovery from a Linux host. Uses UDP rather than ICMP by default
pathping
provides latency and packet loss statistics over a measured time frame
Pathping Linux equivalent
MTR
SNMP
Simple Network Management Protocol. Works over UDP ports 161 and 162 by default
Nmap
An open source IP scanner which operates with little notification
Service Discovery
Using network scans to discover open TCP/UDP activity, and services running them