Hello everyone. I have set up my client to interact with Google Safe
Browsing API exactly as specified in the documentation, but I am
having trouble getting it to work with the sample malware URL.
The URL I am trying to test is:
http://malware.testing.google.test/testing/malware/
I am md5-ing and testing the following iterations against the
database:
malware.testing.google.test/testing/malware/
malware.testing.google.test/
malware.testing.google.test/testing/
testing.google.test/testing/malware/
testing.google.test/
testing.google.test/testing/
google.test/testing/malware/
google.test/
google.test/testing/
This is exactly as specified by the Google Safe Browsing API.
I even manually md5 each one of these iterations and ran a query on my
database to determine if I could get a manual result. It did not work.
Can anyone verify that they have gotten this sample malware link to
work against their database? If so, does anyone know what I am doing
wrong?
Thanks so much,
-Andrew