AppendindicatorFieldWrapper
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.
python · Common Scripts
Details
| ID | AppendindicatorFieldWrapper |
|---|---|
| Language | python |
| From Version | 6.2.0 |
| Docker Image | demisto/python3:3.12.13.10404775 |
| Tags | incident-action-button |
README
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.
args: - description: A comma-separated list of indicators values. For example, for IP indicators, "1.1.1.1,2.2.2.2". isArray: true name: indicators_values required: true - description: A comma-separated list of tags to add to the indicators. For example, "tag1,tag2,tag3". isArray: true name: tags required: true comment: |- 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. commonfields: id: AppendindicatorFieldWrapper version: -1 name: AppendindicatorFieldWrapper script: '-' subtype: python3 tags: - incident-action-button timeout: '0' type: python dockerimage: demisto/python3:3.12.13.10404775 fromversion: 6.2.0 tests: - No tests (auto formatted)