You are reviewing your perimeter firewall and Intrusion Detection System (IDS) alerts. An external IP address is attempting to map your internal network topology.
Your external-facing firewall is configured to block standard "ping" sweeps, but the adversary is utilizing a traceroute technique. By manipulating the Time-To-Live (TTL) values of outbound packets, the attacker forces your network's routers to respond with specific error messages, thereby revealing the router's IP address and the path into your network.
Aggregated Firewall & IDS Logs (Perimeter-FW-01):
An external attacker is performing network reconnaissance using traceroute. By sending UDP packets with incrementally increasing Time-To-Live (TTL) values, the attacker forces each successive router in the path to drop the packet and respond with a diagnostic control message (Time Exceeded) back to the sender.
The network devices are generating error reporting and control messages to inform the sending host about delivery issues. This swapping of basic control information happens at Layer 3 (Network Layer) to maintain operational awareness and handle errors, like unreachable destinations or expired TTLs.
B. ICMP (Internet Control Message Protocol) is the correct answer. ICMP is a core protocol in the TCP/IP suite used exclusively by network devices (like routers) and hosts to send error messages and operational information indicating, for example, that a requested service is not available or that a host or router could not be reached.
To prevent internal network enumeration, network defenders should configure edge firewalls to block outbound ICMP Type 11 (Time Exceeded) messages. While some ICMP traffic is necessary for Path MTU Discovery (Type 3, Code 4), overly permissive outbound ICMP allows attackers to map internal infrastructure.
Sharpen your skills with hundreds of scenario-based CND questions.
Explore more CND simulations