The traceroute tool will display routes and trip times on an IP network. An attacker can use traceroute responses to create a map of the subnets and hosts behind the perimeter. The traditional traceroute relies on TTL - time exceeded responses from routers along the path and an ICMP port-unreachable message from the target host. In some operating systems, such as UNIX, traceroute will use UDP port 33400 and increment ports on each response. Since blocking these UDP ports alone will not block traceroute capabilities without also blocking potentially legitimate traffic on a network, it is unnecessary to block them explicitly. Because traceroutes typically rely on an ICMP Type 11 - Time Exceeded message, the time-exceeded message will be the target, either implicitly or explicitly blocking outbound traffic from the trusted network. |