Live data from Hacker News

Scanning for Malicious Proxies

daviddworken.tumblr.com

1–7 of 7 posts

Re: Scanning for Malicious Proxies

#4
Maybe check the HTTP status code to eliminate all those non-working proxies (or check if a specific string is at all in the output). This will most likely decrease the false positive output a lot, which means less stuff to analyze afterwards. :)

Re: Scanning for Malicious Proxies

#5

Maybe check the HTTP status code to eliminate all those non-working proxies (or check if a specific string is at all in the output). This will most likely decrease the false positive output a lot, which means less stuff to analyze afterwards. :)

Yeah, write now I'm working on another python script to automatically go through the log and look for addition of JavaScript or a form so as to filter out the boring parts of the output.