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.