Skip to main content

Detonate Private File - VirusTotal Private Scanning

This Playbook is part of the VirusTotal Pack.#

Supported versions

Supported Cortex XSOAR versions: 5.5.0 and later.

Detonate a private file through VirusTotal Private Scanning service

See files through the eyes of VirusTotal without uploading them to the main threat corpus, keeping them entirely private. Static, dynamic, network and similarity analysis included, as well as automated threat intel enrichment, but NOT multi-antivirus analysis.

More information: https://support.virustotal.com/hc/en-us/articles/8516907790749-Private-Scanning

Get Private Scanning: https://www.virustotal.com/gui/contact-us

Dependencies#

This playbook uses the following sub-playbooks, integrations, and scripts.

Sub-playbooks#

  • GenericPolling

Integrations#

  • VirusTotal (API v3)

Scripts#

  • Set

Commands#

  • vt-privatescanning-analysis-get
  • vt-privatescanning-file-scan

Playbook Inputs#


NameDescriptionDefault ValueRequired
FilePrivate file to be uploaded to VirusTotalFileRequired

Playbook Outputs#


PathDescriptionType
VirusTotal.Analysis.idThe analysis ID.string
VirusTotal.Analysis.data.idID of the analysis.string
VirusTotal.Analysis.data.typeType of object (analysis).string
VirusTotal.Analysis.data.attributes.threat_severity_levelThreat severity level of the private file.string
VirusTotal.Analysis.data.attributes.popular_threat_categoryPopular threat category of the private file.string
VirusTotal.Analysis.data.attributes.threat_verdictThreat verdict of the private file.string
VirusTotal.Analysis.data.attributes.dateDate of the analysis in epochnumber
VirusTotal.Analysis.data.attributes.statusStatus of the analysisstring
VirusTotal.Analysis.meta.file_info.sha256SHA-256 of the filestring
VirusTotal.Analysis.meta.file_info.sha1SHA-1 of the filestring
VirusTotal.Analysis.meta.file_info.md5MD5 of the filestring
VirusTotal.Analysis.meta.file_info.namename of the filestring
VirusTotal.Analysis.meta.file_info.sizeSize of the file in bytesnumber

Playbook Image#


Detonate Private File - VirusTotal Private Scanning