Reply To: To check thousand of addresses

Forums Service Issues Networking, Routing, Technology To check thousand of addresses Reply To: To check thousand of addresses

September 6, 2019 at 3:13 am

An easy way would be to run through them using “dig” , “nslookup” or a similar tool. If you get a NXDOMAIN, it shows that we blocked it.

ex:

dig badexample.com @185.228.168.10

;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 36598
badexample.com. 3600 IN SOA cleanbrowsing.rpz.noc.org. accesspolicy.rpz.noc.org. 1 7200 900 1209600 86400

 

That tells you that badexample.com is blocked (NXDOMAIN on the query status).

 

thanks,