Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question
There are many black lists out there. Anything specific you're looking for? – Aaron Digulla Nov 19 '09 at 10:05
Yes, I would like a IP database of public web proxies (in order to block them requests). – Doug Nov 19 '09 at 10:34
Depending on where or how you're looking at using this, you might be better off asking on serverfault. – Chris J Nov 19 '09 at 13:07
The Peerblock lists are good. – leppie Jan 25 '11 at 8:29

2 Answers

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.

share|improve this answer
Can I download a dump of their database? – Doug Nov 19 '09 at 10:28
No. You can make live DNS queries as described in projecthoneypot.org/httpbl%5Fconfigure.php – lutz Nov 19 '09 at 10:33

Google has an 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.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.