Questions tagged [safe-browsing]

Safe Browsing is a service provided by Google that enables applications to check URLs against Google's constantly updated lists of suspected phishing and malware pages.

Safe Browsing is a service provided by Google that enables applications to check URLs against Google's constantly updated lists of suspected phishing and malware pages.

Here are some of the things you can do with the Safe Browsing service:

  • Warn users before clicking on links that appear in your site when they lead to malware-infected pages.
  • Prevent users from posting links to known phishing pages from your site.
  • Check a list of pages against Google's lists of suspected phishing and malware pages.
74 questions
0
votes
0 answers

How to send a post request to google safebrowsing API v4 using the XHR(XmlHttpRequest)?

I'm using XHR in my chrome extension to request google safe browsing api.Is there any XHR code available for google's safe brwosing api v4?
0
votes
3 answers

Google Safe browsing API is not responding - sending back response status

I am trying to integrate Google Safe browsing API to my website. The documentation: What I have tried: $apiKey = 'MyFakeAPiKey-pozpkefpoqskpfazejsqpi'; $url = 'http://www.bbc.com/'; $url = urlencode($url); $ch = curl_init(); curl_setopt($ch,…
Dr. House
  • 483
  • 7
  • 23
0
votes
1 answer

Google URL Safe Browsing(v4) lookup API is not working

We want to test the links given in the HTML email are safe or not. So we have been trying to use Safe Browsing Lookup API(V4) but it is giving empty JSON as response for unsafe URL too which was blocked in Chrome. I am trying this API using PostMan…
Naresh M
  • 113
  • 11
0
votes
1 answer

Safe Browsing Lookup API (v4) Invalid JSON payload received

I have a php script which tries to use google Safe Browsing Lookup API (v4), but I'm getting error "Invalid JSON payload received. Unknown name \"\": Root element must be a message..." Here is my code:
josu
  • 3
  • 3
0
votes
1 answer

How do I fix reported attack page?

My WordPress site is being blocked by Google as a malicious site. After much research, I found Sucuri and ran a scan: https://sitecheck.sucuri.net/results/www.zuzu.com Issue is listed as follows: ISSUE DETECTED- Website Malware DEFINITION-…
user2425909
  • 87
  • 2
  • 11
0
votes
0 answers

Decoding Google safe browsing v3 protocol buffers

I am trying to decode the protocol buffers returned from Google's Safe Browsing API. I am using C#, but a Java solution would work also as it would be more or less the same. My current incomplete code is like this public void Download() { …
0
votes
1 answer

Unable to use google search browsing api lookup in python

I am trying to implement Google Safe Browsing API into my python script but cannot get it to work properly. Code shown below import urllib2 key = 'mykey' URL =…
l3echod
  • 25
  • 5
0
votes
0 answers

Safebrowsing API Reporting URL Clean but Google Chrome Browser Flags

I have lots of servers. Recently few of them were flagged in Google Chrome Browser. I tested them using Google Safebrowsing API and it is reporting them…
Umar Hayat
  • 111
  • 1
  • 10
0
votes
0 answers

how to pass message in chrome extension between popup.js and background.js

Trying to develop a chrome extension to use safe browsing lookup api. Would like to know how to send message(url,lookup result) between popup.js and background.js. this is popup.js function myFunction() { var url; chrome.tabs.query( …
0
votes
1 answer

Anonymous proxy from behind another proxy

This question is just coming out of curiosity ... I am behind a proxy server and am using some anonymous online proxy from behind it. Can my internal proxy server see what requests i am sending and receiving from the anonymous proxy ? I know that…
nishkr
  • 99
  • 1
  • 8
0
votes
1 answer

Can you use the Google Safe Browsing API without downloading and caching the entire list?

I'm just getting started with the Google Safe Browsing API to verify destination URLs for my URL shortening service http://lin.cr. Do I have to download the entire list of suspicious sites or is there a way I can run a check only when I need it? I…
aalaap
  • 4,145
  • 5
  • 52
  • 59
0
votes
1 answer

Hash computation in Google safe browsing V2 implementation

I am trying to test my implementation of the google safe browsing api version 2. To test a part of my code that sends requests for full hashes for a given prefix, I captured a short session of traffic where I visited a known currently blacklisted…
chet
  • 419
  • 6
  • 15
-1
votes
1 answer

echo results from an google safe browsing api array

I know this is a basic question, but I cannot figure out how to actually do this. I have read countless tutorials about it but they seemingly do not work. var_dump($google_check); returns the following: string(488) "{ "matches": [ { …
Bruce
  • 1,039
  • 1
  • 9
  • 31
-1
votes
3 answers

Google safebrowsing api limits

Who know how many url can i check and what time limit between request i need to use with safebrowsing api. I use it with PHP, but after checking 2k urls, i got Sorry but your computer or network may be sending automated queries. To protect our…
UADev
  • 69
  • 1
  • 6
1 2 3 4
5