An organization's network monitoring tool alerts administrators to an overwhelming volume of unsolicited UDP responses originating from public DNS servers, all targeted at a single internal web server. Investigation reveals that an external attacker sent small DNS requests with a spoofed source IP address corresponding to the target server. Which of the following network attack vectors is being executed?
- ADNS cache poisoning
- BARP poisoning
- DNS amplification attackAnswer
- DPort scanning
Answer
The attack vector being executed is a DNS amplification attack.
A DNS amplification attack occurs when an attacker sends small DNS queries with a spoofed source IP address (belonging to the victim) to open recursive DNS resolvers. The resolvers respond with large payload answers to the victim's address, overwhelming the target's network bandwidth and causing a Denial of Service.
Step-by-Step Solution
Key Concept
DNS Amplification Attack
Estimated Time:45s