On 05/02/2018 12:59 PM, Blason R wrote:
Well, challenge is not implementing RPZ that part is done but now wondering as a advanced part if such attacks can be detected as well blocked by using RPZ? I guess one option I see if to deploy HIDS on BIND server like suricata which will detect such attacks. But that will consume lot of resources hence wondering if natively can we configure anything like that?
RPZ works on known ahead of time text strings / IP matches. As such, there's really no intelligence to it. If it matches a pattern, do <something>.

Note:  Pattern isn't anything nearly as nice as an RE.

So you would need /something/ to watch traffic and apply logic to it, modifying the RPZ after the fact.

Conversely, RPS outsources that intelligence to something else to directly apply the logic during the query.

It really sounds like you're after RPS.



--
Grant. . . .
unix || die

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

_______________________________________________
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to