ExtractDomainAndFQDNFromUrlAndEmail
Extracts domains and FQDNs from URLs and emails.
python · Common Scripts
Details
| ID | ExtractDomainAndFQDNFromUrlAndEmail |
|---|---|
| Language | python |
| From Version | 5.5.0 |
| Docker Image | demisto/py3-tools:1.0.0.11597437 |
| Tags | indicator-format |
README
Extracts domains and FQDNs from URLs and emails.
Script Data
| Name | Description |
|---|---|
| Script Type | python3 |
| Tags | indicator-format |
| Cortex XSOAR Version | 5.5.0 |
Inputs
| Argument Name | Description |
|---|---|
| input | The URLs or emails to process. |
Outputs
There are no outputs for this script.
args: - default: true description: The URLs or emails to process. isArray: true name: input comment: Extracts domains and FQDNs from URLs and emails. commonfields: id: ExtractDomainAndFQDNFromUrlAndEmail version: -1 enabled: true name: ExtractDomainAndFQDNFromUrlAndEmail script: '-' subtype: python3 tags: - indicator-format timeout: '0' type: python dockerimage: demisto/py3-tools:1.0.0.11597437 runas: DBotWeakRole tests: - ExtractDomainAndFQDNFromUrlAndEmail-Test fromversion: 5.5.0