vote up 3 vote down star

Does anyone know how to use the Google safe browsing API.

I downloaded the entire the malware and phish update from the google safe browsing using the API key and tried comparing the hash of the suspicious site (md5_file method in php) but it did not work. I also tried comparing the hash of the suspicious site's url (md5 method in php).

Am I doing something wrong here?

flag

67% accept rate
Maybe you can specify more exactly what you are doing? The URL you hash must be Suffix/Prefix only, no protocol etc. included. – Lucero Apr 16 at 16:07

2 Answers

vote up 2 vote down check

You need to use a canonical version of the site url. Some examples are on this Google page. Also, I think using the suffix or prefix of the url may be necessary depending on what you are doing with the url.

link|flag
vote up 0 vote down

Also, check out the BrightCloud web filtering API. It's a bit more straightforward to use (a REST web interface). It's better, but does cost money (it's still quite affordable).

link|flag

Your Answer

Get an OpenID
or

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