Blacklist IP database

主宰稳场 提交于 2019-12-29 18:36:20

问题


Is there an open database of blacklisted IP for the Web? With a lot of public web proxy you know... such the blacklist used by the Global blocking of Wikipedia.


回答1:


The Project Honeypot provides as service called Http:BL. As an active member of Project Honeypot you can query their database of IPs that are known as email address harvesters or comment spammers.




回答2:


You can use Blacklist IP Addresses Live Database from myip.ms -

http://myip.ms/browse/blacklist/Blacklist_IP_Blacklist_IP_Addresses_Live_Database_Real-time

They have latest Blacklist IPs collected during the last 10 days for use in .htaccess file or in website firewall.




回答3:


Google has a Safe Browsing API that lets you check against a db of hashed values. It's public and it's encrypted. They have two databases; phishing and malware data in 2 separate blacklists. However, they contain hostnames, not IPs, but perhaps its something you could use.




回答4:


For blackips (optimized for iptables/ipset)

https://github.com/maravento/blackip

For blackdomains (optimized for squid)

https://github.com/maravento/blackweb



来源:https://stackoverflow.com/questions/1762189/blacklist-ip-database

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!