SbDownload Deprecated

Deprecated. Use Check Point Threat Emulation (SandBlast) instead. Query, upload and download data using Check Point Sandblast on cloud.

python · Check Point Sandblast Cloud Services (Deprecated)

Source

import demistomock as demisto  # noqa: F401
from CommonServerPython import *  # noqa: F401

resp = demisto.executeCommand("sandblast-download", demisto.args())
if resp and resp[0]['Contents']:
    demisto.results(resp)
else:
    demisto.results('No results.')

README

Uses the Download API to have a client application download files generated by the Check Point Threat Prevention services, “Analysis Reports”, “Threat Emulation Sandbox Outputs”, and more. The request must have the ID of the file to download.

Script Data


Name Description
Script Type python
Tags sandblast

Dependencies


This script uses the following commands and scripts.

  • sb-download

Inputs


Argument Name Description
id The file ID to download.

Outputs


There are no outputs for this script.