DeleteIndicators
Delete indicators based on query, values, or IDs.
python · Community Common Scripts
Details
| ID | DeleteIndicators |
|---|---|
| Language | python |
| From Version | 6.10.0 |
| Docker Image | demisto/python3:3.12.13.11879924 |
README
Delete indicators based on query, values, or IDs.
Script Data
| Name | Description |
|---|---|
| Script Type | python3 |
| Cortex XSOAR Version | 6.10.0 |
Inputs
| Argument Name | Description |
|---|---|
| indicator_query | Query for indicators to delete. |
| indicator_values | Comma-separated list of indicator values to delete. |
| indicator_ids | Comma-separated list of indicator IDs to delete. |
| exclude | Whether to add the deleted indicator to the Exclusion List. |
| exclusion_reason | Reason for indicator exclusion. |
Outputs
There are no outputs for this script.
args: - description: Query for indicators to delete. name: indicator_query - description: Comma-separated list of indicator values to delete. name: indicator_values - description: Comma-separated list of indicator IDs to delete. name: indicator_ids - auto: PREDEFINED defaultValue: "false" description: Whether to add the deleted indicator to the Exclusion List. name: exclude predefined: - "true" - "false" - description: Reason for indicator exclusion. name: exclusion_reason comment: Delete indicators based on query, values, or IDs. commonfields: id: 'DeleteIndicators' version: -1 dockerimage: demisto/python3:3.12.13.11879924 enabled: true engineinfo: {} name: DeleteIndicators runas: DBotWeakRole runonce: false script: '' scripttarget: 0 subtype: python3 tags: [] type: python fromversion: 6.10.0 tests: - No tests (auto formatted)