Certified Ethical Hacker (CEH v13) — Question 161
A Certified Ethical Hacker is attempting to gather information about a target organization's network structure through network footprinting. During the operation, they encounter ICMP blocking by the target system's firewall. The hacker wants to ascertain the path that packets take to the host system from a source, using an alternative protocol. Which of the following actions should the hacker consider next?
Answer options
- A. Use UDP Traceroute in the Linux operating system by executing the 'traceroute' command with the destination IP or domain name.
- B. Use the ICMP Traceroute on the Windows operating system as it is the default utility.
- C. Use the ARIN Whois database search tool to find the network range of the target network.
- D. Utilize the Path Analyzer Pro to trace the route from the source to the destination target systems.
Correct answer: A
Explanation
The correct answer is A because using UDP Traceroute allows the hacker to bypass ICMP restrictions and still determine the path packets take. Option B is incorrect as it suggests using ICMP Traceroute, which is blocked. Option C does not help in tracing the route, and Option D, while useful for analysis, is not as effective as using UDP Traceroute for real-time path determination.