Document toolboxDocument toolbox

GCS (Global Custom Search) API

GCS (Global Custom Search) 

The GCS API call returns the results of a customized Bing search on the indicator.


Data Structure:

{
“items”: [
{
“displayURL”: string,
“link”: string,
“snippet”: string,
“title”: string
},...
]
}


Example:

Given an indicator of “op.ggmoiparks.in”, GCS will return the following:

{
“items”: [
{
“displayURL”:
"https://www.hybridanalysis.com/sample/8a0163a269a7cc64547e471c6668ae10f2903340d3bf5a801cd71ef9e2ef20e0/5fddd83ceaeabd3be759eb53",
“link”: "https://www.hybridanalysis.com/sample/8a0163a269a7cc64547e471c6668ae10f2903340d3bf5a801cd71ef9e2ef20e0/5fddd83ceaeabd3be759eb53",
“snippet”: "Submit malware for free analysis with Falcon Sandbox and Hybrid Analysis technology. Hybrid Analysis develops and licenses analysis tools to fight malware.",
“title”: "Free Automated Malware Analysis Service - powered by ..."
},...
]
}