ExportIndicatorsToCSV
Common Scripts Pack.#
This Script is part of theSupported versions
Supported Cortex XSOAR versions: 6.5.0 and later.
This automation uses the Core REST API Integration to batch export Indicators to CSV and return the resulting CSV file to the war room.
#
Script DataName | Description |
---|---|
Script Type | python3 |
Tags | Utility |
#
DependenciesThis script uses the following commands and scripts.
- core-api-get
- core-api-post
#
InputsArgument Name | Description |
---|---|
query | The query for the Indicators that you want to export. (e.g. type:IP and reputation:Bad and expirationStatus:active). You can and should generate the query from the Indicators search screen. |
seenDays | Indicator last seen days (default is 7). Needs to be a number. |
columns | Comma separated list of columns (fields) for the CSV. (Default is: id,indicator_type,value,source,score,relatedIncCount,setBy,sourceBrands,modified) |
#
OutputsThere are no outputs for this script.