Document toolboxDocument toolbox

GSB (Google Safe Browsing) API

GSB (Google Safe Browsing)

The GSB API call provides threat information for a given indicator from Google’s Web Risk
API


Data Structure:

{
"threat": {
"threatTypes": [string],
"expireTime": string
}
}


Example:

{
"threat": {
"threatTypes": [
"MALWARE
],
"expireTime": "2019-07-17T15:01:23.045123456Z"
}
}