File Enrichment - Generic
#
This Playbook is part of the Deprecated Content (Deprecated) Pack.Deprecated
Use "File Enrichment - Generic v2" playbook instead.
DEPRECATED. Use "File Enrichment - Generic v2" playbook instead. Enriches a file using one or more integrations.
File enrichment includes:
- File history
- Threat information
- File reputation
#
DependenciesThis playbook uses the following sub-playbooks, integrations, and scripts.
#
Sub-playbooks- File Enrichment - File reputation
- File Enrichment - Virus Total private API
#
Integrations- Cylance Protect v2
#
ScriptsThis playbook does not use any scripts.
#
Commands- cylance-protect-get-threat
#
Playbook InputsName | Description | Default Value | Source | Required |
---|---|---|---|---|
MD5 | The MD5 hash to enrich. | MD5 | File | Optional |
SHA256 | The SHA256 hash to enrich. | SHA256 | File | Optional |
SHA1 | The SHA1 hash to enrich. | SHA1 | File | Optional |
#
Playbook OutputsPath | Description | Type |
---|---|---|
DBotScore.Indicator | The tested indicator. | string |
DBotScore.Type | The type of the indicator. | string |
File.SHA1 | The SHA1 hash of the file. | string |
File.SHA256 | The SHA256 hash of the file. | string |
File.Malicious.Vendor | The vendor that made the decision that the file is malicious. | string |
File.MD5 | The MD5 hash of the file. | string |
DBotScore | The DBotScore's object. | unknown |
File | The file's object. | unknown |
DBotScore.Vendor | The vendor used to calculate the score. | string |
DBotScore.Score | The actual score. | number |
File.VirusTotal.Scans | The scan object. | unknown |
File.VirusTotal.Scans.Source | The scan vendor for this hash. | unknown |
File.VirusTotal.Scans.Detected | The scan detection for this hash. Can be, "True" or "False". | unknown |
File.VirusTotal.Scans.Result | The scan result for this hash. For example, signature, etc. | unknown |