Questions tagged [google-cloud-webrisk]

8 questions
3
votes
1 answer

Google web-risk API and SafeBrowsing api returns safe for phishing site

Following instructions here, the following code appears to return good results on the example sites, but on an actual phishing site (https://www.clicktrackingsall.com/a.php) it returns empty: const axios = require('axios'); const apikey =…
orirab
  • 2,915
  • 1
  • 24
  • 48
1
vote
0 answers

Webrisk and google save browsing API return different result than google transparency site status. Unsafe sites returned safe

I run a site that displays a lot of images from users from external URLs. Recently we got a warning for some image URLs which are apparently flagged "unsafe" from Google Save Browsing, which provokes a brutal red error message for all users. The…
Oliver
  • 647
  • 4
  • 20
1
vote
0 answers

Upgrading C# Web app from Google Safe Browsing to Web Risk

I want to upgrade my C# Web application from Google SafeBrowsing to WebRisk but I can't figure out what kind of changes I need to make in my code. Here is the code that worked in SafeBrowsing if an url typed in txtURL textbox is safe (which I…
1
vote
1 answer

Using Google (Beta) Web Risk API

I am trying to use the google web risk API ( beta) with my python code . Please see the sample code:- URI='http://www.amazongroupco.org' # bad url key='key=' threat='&threatTypes=MALWARE' …
sunny
  • 643
  • 2
  • 11
  • 29
0
votes
1 answer

Receiving 404 method not found error on previously working endpoint

I'm trying to use the Web Risk API to submit phishing sites for inclusion in the Google Safebrowsing lists. Last week, and earlier today, I was able to successfully submit sites using the REST API with curl, and received back the project and…
nopori
  • 76
  • 5
0
votes
1 answer

Why the Google Web Risk Submission API doesn't return a long-running operationID

I'm trying to use the Google Web Risk Submission API in my Java project. As mentioned here - https://cloud.google.com/web-risk/docs/submission-api#java it seems the response suppose to contain a long-running operationID for future checking on the…
0
votes
0 answers

how to Canonicalize a URL in order to use google web-risk search hash request

I am writing an application that use google web-risk to inspect urls. first step google require is to Canonicalize the URL before using the service. The following link contains an explanation, However, escaped chars are a real pain I still try to…
Neo
  • 1
  • 1
0
votes
1 answer

Google WebRisk API TTL

How Google Webrisk evaluates the expiryTime and negativeExpiryTime for a particular UpdateAPi request. Sometimes GWR api return the response with an expirytime of 5-10 minutes and therefore we have to again make an API call to GWR after 5-10 minutes…
Arun Singhal
  • 139
  • 7