Skip to main content

WildFire - Detonate file

This Playbook is part of the WildFire by Palo Alto Networks Pack.#

Deprecated

Use WildFire - Detonate file v2 instead.

Detonate one or more files using the Wildfire integration. This playbook returns relevant reports to the War Room and file reputations to the context data. The detonation supports the following file types - APK, JAR, DOC, DOCX, RTF, XLS, XLSX, PPT, PPTX, OOXML, PE32, PE, PDF, DMG, PKG, RAR, 7Z, JS, ELF, HTA, LNK, VBS, PS1, PERL, PYTHON, SHELL.

Note: Base64 encoded files are currently not supported

This playbook is deprecated. please use the WildFire - Detonate file v2 instead.

Dependencies#

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

Sub-playbooks#

  • GenericPolling

Integrations#

  • Palo_Alto_Networks_WildFire_v2

Scripts#

  • SetAndHandleEmpty

Commands#

  • wildfire-upload
  • wildfire-report

Playbook Inputs#


NameDescriptionDefault ValueRequired
FileFile object of the file to detonate. The file is taken from the context.FileOptional
IntervalThe duration for executing the polling (in minutes).1Optional
TimeoutThe duration after which to stop polling and to resume the playbook. (in minutes)15Optional
ReportFileTypeThe resource type to download.Optional

Playbook Outputs#


PathDescriptionType
DBotScore.ScoreThe actual score.string
DBotScore.TypeThe type of the indicator.string
File.TypeThe file type, e.g. "PE".string
File.SizeThe file sizenumber
File.MD5The MD5 hash of the file.string
File.NameThe filename.string
File.SHA1The SHA1 hash of the file.string
FileThe file object.unknown
File.SHA256TheSHA256 hash of the file.string
File.MaliciousThe malicious object.unknown
File.Malicious.VendorThe vendor that made the decision that the file is malicious.string
DBotScoreThe DBot object.unknown
DBotScore.IndicatorThe indicator that was tested.string
DBotScore.VendorThe vendor used to calculate the score.string
WildFire.ReportThe submission object.unknown
WildFire.Report.StatusThe status of the submission.string
WildFire.Report.SHA256The SHA256 hash of the submission.string
InfoFileThe report file object.unknown
InfoFile.EntryIDThe EntryID of the report file.string
InfoFile.ExtensionThe extension of the report file.string
InfoFile.NameThe name of the report file.string
InfoFile.InfoThe info of the report file.string
InfoFile.SizeThe size of the report file.number
InfoFile.TypeThe type of the report file.string
WildFire.Report.MD5The MD5 hash of the submission.string
WildFire.Report.FileTypeThe type of the submission.string
WildFire.Report.SizeThe size of the submission.number

Playbook Image#


WildFire - Detonate file