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|DNS]] फ़ायरवॉल मैकेनिज्म है जो नेटवर्क ऑपरेटरों को विशिष्ट डोमेन नामों के लिए अपने [[dns-resolver|DNS रिज़ॉल्वर]] की प्रतिक्रिया को कस्टमाइज़ करने की अनुमति देता है। खतरा इंटेलिजेंस प्रदाताओं द्वारा रखे जाने वाले RPZ फ़ीड में दुर्भावनापूर्ण, फिशिंग या नीति-उल्लंघन करने वाले डोमेन की सूचियां होती हैं। जब कोई क्लाइंट RPZ सूची के किसी डोमेन को क्वेरी करता है, तो रिज़ॉल्वर वास्तविक DNS उत्तर के बजाय एक वैकल्पिक प्रतिक्रिया (आमतौर पर NXDOMAIN) लौटाता है, किसी भी नेटवर्क कनेक्शन से पहले पहुंच को अवरुद्ध करता है।
उदाहरण
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.