Skip to main content

GetIndicatorsByQuery

This Script is part of the Base Pack.#

Supported versions

Supported Cortex XSOAR versions: 5.5.0 and later.

Gets a list of indicator objects and the associated indicator outputs that match the specified query and filters. The results are returned in a structured data file.

Script Data#


NameDescription
Script Typepython3
Tagsml
Cortex XSOAR Version5.5.0

Inputs#


Argument NameDescription
queryThe indicators query.
dontPopulateFieldsA comma-separated list of fields in the object to ignore.
limitThe maximum number of indicators to fetch.
offsetThe results offset page. Only change when the number of the results exceed the limit.
addRandomSaltSalt for the hash function.
fieldsToHashA comma-separated list of fields to hash. Supports wildcard "*".
populateFieldsA comma-separated list of fields in the object to poplulate. Defaults are id, score, and investigationIDs.

Outputs#


There are no outputs for this script.