screenshot objects
Screenshots are screen capture images obtained during the file execution in a behavior analysis sandbox machine. This object contains attributes identifying where and when the screenshot was generated:
sandbox_namename of the sandbox setup where the file was executeddateEpoch when the capture was made (as unix timestamp)linkURL pointing to the actual imageanalysed_file_sha256relationship pointing to the file object that was executed
{
"data": {
"type": "screenshot",
"id": "<SCREENSHOT_NAME>",
"attributes" : {
"sandbox_name": "<string>",
"date": "<unix_timestamp>",
"link": "<string>",
"analysed_file_sha256": <object>
}
}
}
