ExtractEmailV2
Verifies that an email address is valid and only returns the address if it is valid.
python · Common Scripts
Details
| ID | ExtractEmailV2 |
|---|---|
| Language | python |
| From Version | 5.5.0 |
| Docker Image | demisto/python3:3.12.13.10116658 |
| Tags | indicator-format |
README
Verifies that an email address is valid and only returns the address if it is valid.
Script Data
| Name | Description |
|---|---|
| Script Type | python3 |
| Tags | indicator-format |
| Cortex XSOAR Version | 5.5.0 |
Inputs
| Argument Name | Description |
|---|---|
| input | The Emails to process. |
Outputs
There are no outputs for this script.
commonfields: id: ExtractEmailV2 version: -1 name: ExtractEmailV2 script: '-' type: python tags: - indicator-format comment: Verifies that an email address is valid and only returns the address if it is valid. enabled: true args: - name: input default: true description: The Emails to process. isArray: true scripttarget: 0 subtype: python3 dockerimage: demisto/python3:3.12.13.10116658 fromversion: 5.5.0 tests: - ExtractEmailV2-Test