Details
| ID | VerifyIPv6Indicator |
|---|---|
| Language | python |
| From Version | 5.5.0 |
| Docker Image | demisto/python3:3.12.13.10404775 |
| Tags | indicator-format |
README
Verify that the address is a valid IPv6 address.
Script Data
| Name | Description |
|---|---|
| Script Type | python3 |
| Tags | indicator-format |
| Cortex XSOAR Version | 5.5.0 |
Inputs
| Argument Name | Description |
|---|---|
| input | The IPv6 to vriefy. |
Outputs
There are no outputs for this script.
args: - default: true description: The IPv6 to vriefy. isArray: true name: input comment: Verify that the address is a valid IPv6 address. commonfields: id: VerifyIPv6Indicator version: -1 enabled: true name: VerifyIPv6Indicator script: '-' subtype: python3 tags: - indicator-format timeout: '0' type: python dockerimage: demisto/python3:3.12.13.10404775 runas: DBotWeakRole tests: - No test fromversion: 5.5.0