File Reputation
#
This Playbook is part of the Common Playbooks Pack.Supported versions
Supported Cortex XSOAR versions: 6.6.0 and later.
This playbook checks the file reputation and sets the verdict as a new context key.
The verdict is composed by 3 main components:
- VirusTotal detection rate
- Digital certificate signers
- NSRL DB
Note: a user can provide a list of trusted signers of his own using the playbook inputs
#
DependenciesThis playbook uses the following sub-playbooks, integrations, and scripts.
#
Sub-playbooksThis playbook does not use any sub-playbooks.
#
IntegrationsThis playbook does not use any integrations.
#
Scripts- Set
- http
- ParseJSON
#
Commands- wildfire-report
- wildfire-get-verdict
- file
#
Playbook InputsName | Description | Default Value | Required |
---|---|---|---|
DetectionThreshold | The minimum number of positive engines needed to mark file as malicious. | 5 | Optional |
TrustedPublishers | A list of trusted publishers | Microsoft Root Authority,Microsoft Timestamping Service, Microsoft Code Signing PCA, Microsoft Corporation | Optional |
FileSHA256 | The file SHA256. | Optional |
#
Playbook OutputsPath | Description | Type |
---|---|---|
VTFileVerdict | VirusTotal file verdict. | unknown |
NSRLFileVerdict | NSRL file verdict. | unknown |
VTFileSigners | VirusTotal file signers. | unknown |
XDRFileSigners | XDR file signers. | unknown |
WildFire.Report | WildFire report details. | unknown |
WildFire.Verdicts | WildFire verdict. | unknown |