DNS増幅攻撃
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.
DNS増幅攻撃は、開いた[[recursive-dns|DNSリゾルバ]]を悪用して被害者にトラフィックを洪水のように送り込む分散型サービス拒否(DDoS)攻撃の一種です。攻撃者はUDPベースの[[dns|DNS]]クエリで被害者の[[ip-address|IPアドレス]]を偽装して開いたリゾルバに送り、リゾルバはクエリの何百倍も大きい応答([[edns|EDNS]]対応または[[dnssec|DNSSEC]]署名付きのレコード)を直接被害者に送り返します。50倍〜70倍の増幅率が一般的で、攻撃者にとって帯域幅効率が非常に高い攻撃となります。対策にはRRL(応答レート制限)、IPスプーフィング防止のBCP38インgressフィルタリング、承認クライアントのみへの開いた再帰解決の制限が含まれます。
使用例
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.