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، يُعيد المحلّل استجابةً بديلة (عادةً 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.