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-sinkhole/" 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-sinkhole/
Add a dynamic SVG badge to your README or docs.
[](https://tldfyi.com/glossary/dns-sinkhole/)
Use the native HTML custom element.
DNSシンクホールは、マルウェア、ボットネットのC&Cサーバー、フィッシングサイト、その他の悪意あるインフラに関連するドメインに対してルーティング不可能または管理されたIPアドレスを返す[[dns-zone|DNSゾーン]]または[[recursive-dns|リゾルバ]]設定です。セキュリティチームやISPは、悪意あるトラフィックが意図した目的地に到達するのを防ぎ、管理されたエンドポイントにリダイレクトすることで脅威を無効化するためにシンクホールを展開します。シンクホールはトラフィック分析も可能にします。シンクホールIPへの接続試行はすべて感染ホストを明らかにします。Cloudflare Gateway、Quad9、企業向けDNSセキュリティプラットフォームなどの商業サービスがシンクホールをコア機能として実装しています。
使用例
When Quad9 (9.9.9.9) receives a query for a known malware C2 domain, it returns a sinkhole IP instead of the real address, preventing the infected host from communicating with the attacker's server.