Separate topic from my previous post...I would like to be able to determine if _any_ paths on a domain are being blacklisted. For instance, one of the testing URLs (http://malware.testing.google.test/testing/malware/) has a path on it. However, if I just lookup the domain (http://malware.testing.google.test/), it comes back as being okay. The lookup only reports malware when I put in the full URL (http://malware.testing.google.test/testing/malware/).What would I change in my queries to be able to just issue the domain name and get back a list of all the full URLs that are on the blacklist?Example:Response: goog-malware-shavar http://malware.testing.google.test/testing/malware/
This brings up a good point.I was under the impression that GSB was domain-based -- that tracking/reporting of malware or phishing was for the entire domain. Can someone please confirm or deny this?
I use the Lookup API, but I'm assuming it's the same data as the DB that most people discuss here.Perhaps I jumped to conclusions on this when I first began experimenting with the Lookup API. For example, we all know that http://www.ianfette.org/ is a seeded test for malware. But I noticed that made up URLs there also test positive for malware:
http://www.ianfette.org/nothinghere.php
http://www.ianfette.org/blah/blah/blahSo, in my app I've only been checking at the domain level, based on the above test. Sounds like I've been making some incorrect assumptions, but Maarten's question has now got me wondering how it all fits together.Maybe a domain-level malware flag naturally includes all (fictitious, even) paths/URLs at that domain? But a malware-flagged URL doesn't imply malware at the domain-level?What's the scoop on this?Thanks for any clarifications!-DG
On Friday, September 7, 2012 12:11:32 PM UTC-7, Maarten wrote:Separate topic from my previous post...I would like to be able to determine if _any_ paths on a domain are being blacklisted. For instance, one of the testing URLs (http://malware.testing.google.test/testing/malware/) has a path on it. However, if I just lookup the domain (http://malware.testing.google.test/), it comes back as being okay. The lookup only reports malware when I put in the full URL (http://malware.testing.google.test/testing/malware/).What would I change in my queries to be able to just issue the domain name and get back a list of all the full URLs that are on the blacklist?Example:Response: goog-malware-shavar http://malware.testing.google.test/testing/malware/
--To view this discussion on the web visit https://groups.google.com/d/msg/google-safe-browsing-api/-/awU9dnXZM-4J.
You received this message because you are subscribed to the Google Groups "Google Safe Browsing API" group.
To post to this group, send email to google-safe-...@googlegroups.com.
To unsubscribe from this group, send email to google-safe-browsi...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-safe-browsing-api?hl=en.
On Wed, Sep 12, 2012 at 3:17 AM, DumbGuy <mim...@purejts.com> wrote:This brings up a good point.I was under the impression that GSB was domain-based -- that tracking/reporting of malware or phishing was for the entire domain. Can someone please confirm or deny this?This is not true. See https://developers.google.com/safe-browsing/developers_guide_v2#RegexLookup for more information, but the basic idea is that there are patterns that are blocked (eg "evil.com/path") where subdomains or additional path components are also blocked (eg "www.evil.com/path" or "evil.com/path/index.html"). Note that "evil.com/other" is not blocked in this case.As for the original question, there is not currently a way to enumerate all bad patterns on a domain. Why do you want this information instead of just looking up individual URLs?
--
You received this message because you are subscribed to the Google Groups "Google Safe Browsing API" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-safe-browsing-api/-/nKo54Fu2vK8J.