File Enrichment - Virus Total Private API
#
This Playbook is part of the VirusTotal - Private API (Deprecated) Pack.Deprecated
Use the "File Enrichment - Virus Total v3" playbook instead.
Files information using the Virus Total Private API integration.
#
DependenciesThis playbook uses the following sub-playbooks, integrations, and scripts.
#
Sub-playbooksThis playbook does not use any sub-playbooks.
#
Integrations- VirusTotal - Private API
#
ScriptsThis playbook does not use any scripts.
#
Commands- vt-private-get-file-report
- vt-private-check-file-behaviour
#
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 |
---|---|---|
File | The file's object. | unknown |
DBotScore.Indicator | The tested 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 |
DBotScore.Type | The type of the indicator. | string |
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 |