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
1
vote
2 answers

Google Safebrowsing Lookup API

My application uses API to check if a website is listed as malicious in the Google Safebrowsing database. I'm extremely confused because I don't understand if I must send to Google just the homepage or the complete list of all the pages of the…
GingerGirl
  • 301
  • 1
  • 16
1
vote
1 answer

google safe browsing lookup api code for java

i had some difficulties in programming and the meaning of the Request Body is confused. It always returns 400 response codes.Please help me. String baseURL="https://sb-ssl.google.com/safebrowsing/api/lookup"; String arguments = ""; …
1
vote
3 answers

How do I go about safely taking a screenshot of a website that I know is infected with malware?

Background: One of my clients' websites has become a malware infested hotbed. Disposing of the malware has proven difficult and time consuming, and, in the meantime, we still have had to do work on the site. For now, we went to some trouble to do…
blueberryfields
  • 45,910
  • 28
  • 89
  • 168
0
votes
2 answers

Why is the xmlhttp.status always 0?

Is it only because of the 'same-origin' policy or is there something inherently wrong with the coding. I'm asking because I'm completely new to js! Any help would be appreciated!