views:

69

answers:

2

I have a list of 100,000 domains and I need to identify which ones are blocked by IE for phishing, malware, etc. Are there any applications that interact with IE or solutions that can help me solve this problem?

+1  A: 

Try this? Not IE specific, but its a blacklist API.

http://code.google.com/apis/safebrowsing/

rrrhys
I need IE's blacklist, specifically. I've already assembled a blacklist from Google's API. :D
Tom
Best of luck! I think it might be a hard one.
rrrhys
+1  A: 

You could use selenium and automate navigating to all those URLs.

jeffamaphone
Would that be able to handle 100k domains in a reasonable time span?
Tom
I lack the expertise to say, but assuming 5 seconds per request it would take about a year. A couple months if its 1 second per request.
jeffamaphone