GCIH · Question #151
You work as a Network Administrator for Perfect Solutions Inc. The company has a Linux-based network. You are working as a root user on the Linux operating system. Your company is facing an IP…
The correct answer is A. Despoof. Despoof is a Linux utility that monitors incoming packets and generates alerts when it detects source IP addresses that appear to be forged or spoofed.
Question
You work as a Network Administrator for Perfect Solutions Inc. The company has a Linux-based network. You are working as a root user on the Linux operating system. Your company is facing an IP spoofing attack. Which of the following tools will you use to get an alert saying that an upcoming IP packet is being spoofed?
Options
- ADespoof
- BDsniff
- Cethereal
- DNeotrace
How the community answered
(15 responses)- A93% (14)
- C7% (1)
Why each option
Despoof is a Linux utility that monitors incoming packets and generates alerts when it detects source IP addresses that appear to be forged or spoofed.
Despoof is a Unix/Linux tool specifically built to detect IP spoofing by analyzing the source addresses of incoming packets and cross-referencing them against routing table information, triggering an alert when a packet's source address is inconsistent with known network routes. Running as root on Linux gives it the necessary privileges to inspect raw network packets for spoofed address anomalies.
Dsniff is a suite of network auditing and password-sniffing tools designed to capture credentials from network traffic, and it does not provide alerting functionality for detecting spoofed IP addresses.
Ethereal (the predecessor to Wireshark) is a passive packet capture and protocol analysis tool that displays raw traffic details but does not generate automated alerts for IP address spoofing detection.
Neotrace is a visual traceroute utility that maps the network path between two hosts, and it has no capability to monitor for or alert on IP spoofing activity.
Concept tested: IP spoofing detection tools on Linux
Topics
Community Discussion
No community discussion yet for this question.