CompareIndicators
Developer Tools Pack.#
This Script is part of theSupported versions
Supported Cortex XSOAR versions: 6.0.0 and later.
Find the differences between two indicators lists.
#
Script DataName | Description |
---|---|
Script Type | python3 |
Tags | |
Cortex XSOAR Version | 6.0.0 |
#
InputsArgument Name | Description |
---|---|
base_list | Either a list of Indicators of Compromise or an EntryID to a File containing a list. |
compare_to_list | Either a list of Indicators of Compromise or an EntryID to a File containing a list. |
#
OutputsPath | Description | Type |
---|---|---|
IndicatorsCompare.BaseList | Indicators that appear in the first indicators list only. | String |
IndicatorsCompare.CompareList | Indicators that appear in the second indicators list only. | String |
#
Script Example!CompareIndicators base_list="abcd,1.1.1.0/30,2.2.2.2,3.3.3.3-3.3.3.6" compare_to_list="bcde,1.1.1.2,2.2.2.2,3.3.3.2-3.3.3.5"
#
Context Example#
Human Readable Output#
Results
BaseList CompareList 1.1.1.0-1.1.1.1,
3.3.3.6,
abcd,
1.1.1.33.3.3.2,
bcde