URL Enrichment - Generic
#
This Playbook is part of the Deprecated Content (Deprecated) Pack.Deprecated
Use "URL Enrichment - Generic v2" playbook instead.
DEPRECATED. Use "URL Enrichment - Generic v2" playbook instead. Enriches a URL using one or more integrations.
URL enrichment includes:
- Verify URL SSL
- Threat information
- URL reputaiton
- Take URL screenshot
#
DependenciesThis playbook uses the following sub-playbooks, integrations, and scripts.
#
Sub-playbooksThis playbook does not use any sub-playbooks.
#
Integrations- VirusTotal - Private API
- Rasterize
#
Scripts- URLSSLVerification
- URLReputation
- Exists
#
Commands- vt-private-get-url-report
- rasterize
#
Playbook InputsName | Description | Default Value | Source | Required |
---|---|---|---|---|
url | The URL to enrich. | Data | URL | Optional |
Rasterize | Whether the system should take safe screenshots of input URLs. | False | - | Optional |
VerifyURL | Whether the system should verify the input URLs. | False | - | Optional |
GetReputation | Whether the playbook should get the reputation for the URL. | True | - | Required |
#
Playbook OutputsPath | Description | Type |
---|---|---|
URL | The URL's object. | uknown |
URL.Data | The enriched URL. | string |
DBotScore | The DBotScore. | unknown |
URL.Malicious | Whether the URL was detected as malicious. | unknown |
URL.Vendor | The name of vendor who labeled the URL as malicious. | string |
URL.Description | The additional info on the URL. | string |