safebrowsing icon indicating copy to clipboard operation
safebrowsing copied to clipboard

SafeSites URL filter - query filter?

Open sorentorp opened this issue 4 years ago • 0 comments

Hi Google

I'm trying to find out what websites are a part of your solution for GWfE domains - namely the "SafeSites URL filter", that filters adult content. image

Is it possible to query this?

eg.

curl -H "Content-Type:application/json" -H "Accept: application/json" --data-binary "{ "client": { "clientId": "myclientid", "clientVersion": "1.5.2" }, "threatInfo": { "threatTypes": ["MALWARE", "SOCIAL_ENGINEERING", "THREAT_TYPE_UNSPECIFIED", "UNWANTED_SOFTWARE", "POTENTIALLY_HARMFUL_APPLICATION"], "platformTypes": ["ANY_PLATFORM"], "threatEntryTypes": ["URL"], "threatEntries": [ {"url": "http://pornhub.com"}, {"url": "https://xhamster.com"} ] } }" -X POST "https://safebrowsing.googleapis.com/v4/threatMatches:find?key=xxxxxxxxxxxxxxxx"

sorentorp avatar Dec 07 '21 13:12 sorentorp