CheckIndicatorValue
Common Scripts Pack.#
This Script is part of theSupported versions
Supported Cortex XSOAR versions: 6.5.0 and later.
Check if indicators exist in the Threat Intel DB.
#
Script DataName | Description |
---|---|
Script Type | python3 |
Cortex XSOAR Version | 6.5.0 |
#
InputsArgument Name | Description |
---|---|
indicator | The indicator value to check |
encoding | Decode indicators by the algorithm given |
#
OutputsPath | Description | Type |
---|---|---|
CheckIndicatorValue.Indicator | The indicator value | string |
CheckIndicatorValue.EncodedIndicator | The encoded indicator value given | string |
CheckIndicatorValue.Exists | Whether the indicator exist | boolean |