{
"client": {
"clientId": "myClientId",
"clientVersion": "myClientVersion"
},
"threatInfo": {
"threatTypes": ["MALWARE", "SOCIAL_ENGINEERING", "UNWANTED_SOFTWARE", "POTENTIALLY_HARMFUL_APPLICATION"],
"platformTypes": ["ALL_PLATFORMS"],
"threatEntryTypes": ["URL"],
"threatEntries": [{
"url": "http://<need a website that results in matches>/"
}]
}
}
--
You received this message because you are subscribed to the Google Groups "Google Safe Browsing API" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-safe-browsi...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-safe-browsing-api/c7f4b423-585e-41b5-845c-02ce0a24250d%40googlegroups.com.
--
http://testsafebrowsing.appspot.com/The links in the webpage section get me results.I've never been able to get results from any other link though, so if you come across one lmk.
On Sun, May 3, 2020 at 10:46 PM Karthick B Sankarachary <karthick.s...@gmail.com> wrote:
--Hi, All,Does anyone know of any websites that contain URLs that would result in one or matches in the Safe Browsing Lookup API's response?Every phishing site I've tried has come back clean. Here is what my /v4/threatsMatches:find request looks like:
{
"client": {
"clientId": "myClientId",
"clientVersion": "myClientVersion"
},
"threatInfo": {
"threatTypes": ["MALWARE", "SOCIAL_ENGINEERING", "UNWANTED_SOFTWARE", "POTENTIALLY_HARMFUL_APPLICATION"],
"platformTypes": ["ALL_PLATFORMS"],
"threatEntryTypes": ["URL"],
"threatEntries": [{
"url": "http://<need a website that results in matches>/"
}]
}
}Thanks in advance,Karthick
You received this message because you are subscribed to the Google Groups "Google Safe Browsing API" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-safe-browsing-api+unsub...@googlegroups.com.