DNS Amplification Attack
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://tldfyi.com/iframe/glossary/dns-amplification/" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://tldfyi.com/glossary/dns-amplification/
Add a dynamic SVG badge to your README or docs.
[](https://tldfyi.com/glossary/dns-amplification/)
Use the native HTML custom element.
A DNS amplification attack is a type of distributed denial-of-service (DDoS) attack that exploits open [[recursive-dns|DNS resolvers]] to flood a victim with traffic. Attackers spoof the victim's [[ip-address|IP address]] in UDP-based [[dns|DNS]] queries and send them to open resolvers, which then send large responses (often [[edns|EDNS]]-enabled or [[dnssec|DNSSEC]]-signed records that are hundreds of times larger than the query) directly to the victim. Amplification factors of 50x–70x are common, making these attacks highly bandwidth-efficient for the attacker. Mitigations include Response Rate Limiting (RRL) on authoritative servers, BCP38 ingress filtering to prevent IP spoofing, and restricting open recursive resolution to authorized clients only.
Example
An attacker sending 1 Gbps of spoofed DNS queries to open resolvers can generate 50–70 Gbps of response traffic directed at a victim, overwhelming their network with a fraction of the upstream bandwidth required.