AppendindicatorFieldWrapper
This Script is part of the Common Scripts Pack.#
Supported versions
Supported Cortex XSOAR versions: 6.2.0 and later.
A wrapper script to the AppendindicatorField script that enables adding tags to certain indicators. Note: You can use this script in an incident Layout button to allow tags to be added to indicators through the incident.
Script Data#
| Name | Description | 
|---|---|
| Script Type | python3 | 
| Tags | basescript | 
| Cortex XSOAR Version | 6.2.0 | 
Inputs#
| Argument Name | Description | 
|---|---|
| indicators_values | A comma-separated list of indicators values. For example, for IP indicators, "1.1.1.1,2.2.2.2". | 
| tags | A comma-separated list of tags to add to the indicators. For example, "tag1,tag2,tag3". | 
Outputs#
There are no outputs for this script.