urlhaus-filter (RPZ)

by Ming Di Leom Malware RPZ
https://malware-filter.gitlab.io/malware-filter/urlhaus-filter-rpz-online.conf Open raw list
503entries
+0 -0last change
last updated
14.5 KBsize
1 day agolast checked

Description

Filter list covering malware. Format: Response Policy Zones (RPZ). Maintained by Ming Di Leom. See the project homepage for details and inclusion criteria.

Integration

sudo curl -fsSL "https://malware-filter.gitlab.io/malware-filter/urlhaus-filter-rpz-online.conf" -o /etc/bind/rpz.blocklist.db

Then reference the zone in named.conf:

options {
    response-policy { zone "rpz.blocklist"; };
};
zone "rpz.blocklist" {
    type master;
    file "/etc/bind/rpz.blocklist.db";
};
sudo rndc reload

BIND (RPZ) documentation

Scroll to Top