DNS-Amplifikationsangriff
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.
Ein DNS-Amplifikationsangriff ist eine Art von DDoS-Angriff, der offene [[recursive-dns|DNS-Resolver]] ausnutzt, um ein Opfer mit Datenverkehr zu überfluten. Angreifer fälschen die [[ip-address|IP-Adresse]] des Opfers in UDP-basierten [[dns|DNS]]-Anfragen und senden sie an offene Resolver, die dann große Antworten (oft [[edns|EDNS]]-aktivierte oder [[dnssec|DNSSEC]]-signierte Einträge, hunderte Male größer als die Anfrage) direkt an das Opfer senden. Amplifikationsfaktoren von 50x–70x sind üblich. Gegenmaßnahmen umfassen RRL auf autoritativen Servern, BCP38-Ingress-Filterung gegen IP-Spoofing und Einschränkung der offenen rekursiven Auflösung auf autorisierte Clients.
Beispiel
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.