RPZ(レスポンスポリシーゾーン)
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/rpz/" 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/rpz/
Add a dynamic SVG badge to your README or docs.
[](https://tldfyi.com/glossary/rpz/)
Use the native HTML custom element.
レスポンスポリシーゾーン(RPZ)は、ネットワーク運営者が特定のドメイン名に対する[[dns-resolver|DNSリゾルバー]]の応答をカスタマイズできる[[dns|DNS]]ファイアウォールメカニズムです。脅威インテリジェンスプロバイダーが管理するRPZフィードには、悪意のある、フィッシング、またはポリシー違反のドメインのリストが含まれます。クライアントがRPZリストのドメインをクエリすると、リゾルバーは実際のDNS回答の代わりに代替応答(通常はNXDOMAINまたはシンクホールIP)を返し、ネットワーク接続前にアクセスをブロックします。RPZは再帰リゾルバーレベルで動作し、強力で透明なネットワーク層のセキュリティ制御を提供します。
使用例
An enterprise deploys Cloudflare Gateway with an RPZ feed; when an employee's browser queries a known C2 domain used by ransomware, the resolver returns NXDOMAIN, silently blocking the malware's callback.