GetIndicatorCustomFieldsByQuery
Returns indicator custom fields into the context by the given query.
python · Community Common Scripts
Details
| ID | GetIndicatorCustomFieldsByQuery |
|---|---|
| Language | python |
| From Version | 6.9.0 |
| Docker Image | demisto/python3:3.12.13.11879924 |
README
Purpose: This automation will return indicator custom fields into the context by the given query.
Author: Mahmood Azmat
Input1: Query for retrieving indicator(s).
Script Data
| Name | Description |
|---|---|
| Script Type | python3 |
| Cortex XSOAR Version | 6.9.0 |
Inputs
| Argument Name | Description |
|---|---|
| query | The complete XSOAR indicator query. |
Outputs
| Path | Description | Type |
|---|---|---|
| GetIndicatorFieldsByQuery | The matched indicator value, type, and custom fields. | Unknown |
commonfields: id: GetIndicatorCustomFieldsByQuery version: -1 name: GetIndicatorCustomFieldsByQuery script: '' type: python tags: [] comment: Returns indicator custom fields into the context by the given query. enabled: true args: - name: query description: The complete XSOAR indicator query. outputs: - contextPath: GetIndicatorFieldsByQuery description: The matched indicator value, type, and custom fields. scripttarget: 0 subtype: python3 runonce: false dockerimage: demisto/python3:3.12.13.11879924 runas: DBotWeakRole fromversion: 6.9.0 tests: - No tests (auto formatted)