Check for malicious IPs using DNS
ipshield.dev
Check for malicious IPs using DNS
1–10 of 14 posts
Re: Check for malicious IPs using DNS
#2Take a look at the bug reports on github, on the IP address change metric, and research the people behind it. They seem to have moved on. It's not being maintained, and still pulls from defunct lists, dead lists, and so on.
Re: Check for malicious IPs using DNS
#3Re: Check for malicious IPs using DNS
#4Apparently, Tor Exit nodes are under safe category.
Re: Check for malicious IPs using DNS
#5Re: Check for malicious IPs using DNS
#6Interesting. Why not offer the db as files to download for faster local lookup though? That's what geoip databases do (for a price).
(Such lists are trivial to use with ipset + linux, for example.)
Re: Check for malicious IPs using DNS
#7[1] https://www.isc.org/rpz/ [2] https://unbound.docs.nlnetlabs.nl/en/latest/topics/filtering...
Re: Check for malicious IPs using DNS
#8Re: Check for malicious IPs using DNS
#9I am not familiar with Firehol, so I might be missing something, but isn't this already solved in a (potentially) more powerful, mature and standardized way by DNS RPZ (Response Policy Zones, [1])? Well-established resolvers like Unbound fully support integrating multiple block lists (like oisd.nl, energized.pro, abuse.ch, etc), keeping them up-to-date via zone transfers or HTTPS download, see [2]. [1] https://www.is…
Re: Check for malicious IPs using DNS
#10dig 199.195.253.247 @ipshield.dev +short Apparently, Tor Exit nodes are under safe category.