GSEC · Question #130
You are examining a packet capture session in Wire shark and see the packet shown in the accompanying image. Based on what you see, what is the appropriate protection against this type of attempted…
The correct answer is C. Disable IP-directed broadcast requests. The packet capture depicts a Smurf attack, which exploits IP-directed broadcasts to amplify ICMP traffic toward a victim, and the correct mitigation is disabling that broadcast forwarding on routers.
Question
You are examining a packet capture session in Wire shark and see the packet shown in the accompanying image. Based on what you see, what is the appropriate protection against this type of attempted attack?
Options
- ABlock DNS traffic across the router
- BDisable forwarding of unsolicited TCP requests
- CDisable IP-directed broadcast requests
- DBlock UDP packets at the firewall
How the community answered
(21 responses)- A5% (1)
- B5% (1)
- C71% (15)
- D19% (4)
Why each option
The packet capture depicts a Smurf attack, which exploits IP-directed broadcasts to amplify ICMP traffic toward a victim, and the correct mitigation is disabling that broadcast forwarding on routers.
Blocking all DNS traffic would break legitimate name resolution across the network and does not address ICMP-based broadcast amplification attacks.
Disabling forwarding of unsolicited TCP requests targets TCP-based attacks such as SYN floods and is irrelevant to a Smurf attack, which uses ICMP over UDP/broadcast.
A Smurf attack works by sending ICMP Echo Requests to a subnet's broadcast address with the victim's IP spoofed as the source, causing every host on that subnet to reply to the victim and flood it. Disabling IP-directed broadcasts on the router (e.g., 'no ip directed-broadcast' in Cisco IOS) prevents the router from forwarding those broadcast packets to the subnet, stopping the amplification at the network layer. This is the standard, targeted countermeasure specifically designed for this class of attack.
Blocking UDP at the firewall is an overly broad measure that disrupts many legitimate services and does not specifically address ICMP broadcast amplification.
Concept tested: Smurf attack mitigation via IP-directed broadcast
Source: https://www.cisco.com/c/en/us/support/docs/ip/ip-directed-broadcast/13862-32.html
Topics
Community Discussion
No community discussion yet for this question.