Skip to main content

SearchIndicatorAgentix

This Script is part of the Common Scripts Pack.#

Supported versions

Supported Cortex XSOAR versions: 6.5.0 and later.

This script searches indicators by specified fields.

Script Data#


NameDescription
Script Typepython3
TagsUtility
Cortex XSOAR Version6.5.0

Inputs#


Argument NameDescription
valueA single value or comma separated list of values to search.
expirationStatusThe expiration status of the indicator.
typeThe type of the indicator to search can be a single value or a comma separated list of values.
IssuesIDsThe issues that is linked to the indicator can be a single value or a comma separated list of values.
sizeThe number of indicators to return, defaults to a max of 25.

Outputs#


PathDescriptionType
foundIndicators.idThe id of the indicator in the XSOAR database.Unknown
foundIndicators.indicator_typeThe type of Indicator (i.e. IP, Domain, URL, etc)Unknown
foundIndicators.valueThe value of the IndicatorUnknown
foundIndicators.scoreThe numeric score of the indicator (0 = Unknown, 1 = Good, 2 = Suspicious, 3 = Malicious)Unknown
foundIndicators.verdictThe human readable score/verdict of the Indicator.Unknown
foundIndicators.investigationIDsThe investigations related to the indicator.Unknown
foundIndicators.expirationThe expiration status of the indicator.Unknown
foundIndicators.lastSeenThe timestamp of the last time the indicator was sensitive.Unknown