Page cover
githubEdit

diagram-projectNetwork Reconnaissance

chevron-rightIdentify Private IP addresseshashtag
circle-info
  • Reserved ranges are defined in RFC 1918 for use in private networks.

  • These addresses are not routable on the public internet.

  • A quick way to recognize private IPv4 addresses is to just look at the first octets:

10.x.x.x

Large private networks

172.16 – 172.31.x.x

Medium-sized networks

192.168.x.x

Home/small office networks

chevron-rightCalculate target rangeshashtag
circle-info

Common subnet sizes

  • /24 → Last octet changes x.x.x.1-254

  • /16 → Last two octets change x.x.0-255.1-254

  • /8 → Last three octets change x.0-255.0-255.1-254

chevron-rightTTL Values and OS Fingerprintinghashtag

The TTL value in the ping response is a starting value decremented by one for each hop the packet takes; Values differ between operating systems:

circle-info
  • Linux/Unix -> 64

  • Windows -> 128

  • Cisco -> 255

circle-info
  • It sends ICMP Echo Request packets to a target and waits for ICMP Echo Reply packets in return.

  • TTL (Time to Live): The maximum number of hops a packet can traverse before being discarded.

  • Time: The round-trip time (RTT) for the packet to reach the destination and return.

chevron-rightMap the network path to a targethashtag

Last updated