checklist against on db

  • Thread starter Thread starter sen
  • Start date Start date
S

sen

Hey all over the last day in a half I have compiled a fairly large list of
URLs, DNS Servers, and IPs which have been blacklisted by numerous sources.
Now I feel Im at a point which I have collected enough sources for the time
being that I would like to write a batchscript to do a few things. The first
is I would like to check the list again against a source such as SamSpade
and or some other creditable source. Returning the results in any usable
format would be nice or even just add the results at the end of each line in
#pass/fail format. So how would U do this? I have no clue how to begin
checking each entry against an online db.
 
sen said:
Hey all over the last day in a half I have compiled a fairly large list of
URLs, DNS Servers, and IPs which have been blacklisted by numerous
sources.
Now I feel Im at a point which I have collected enough sources for the
time
being that I would like to write a batchscript to do a few things. The
first
is I would like to check the list again against a source such as SamSpade
and or some other creditable source. Returning the results in any usable
format would be nice or even just add the results at the end of each line
in
#pass/fail format. So how would U do this? I have no clue how to begin
checking each entry against an online db.

Using Interenet Explorer in a WSH script use this URL:
http://openrbl.org/lookup?i=127.0.0.1
replace the localhost ip with the correct IP or hostname. Then parse the
results. If you want to avoid using the scripting you can try wget.exe or
even lynx and parse their output.

More simply do a web search for the console program arblcheck-1.4.1.exe
I think it requires that the NET Framework is installed.

arblcheck 1.4.1 - 2003/10/22 - http://www.unixwiz.net/tools/
 
Back
Top