Indicators detection
#
This Integration is part of the Core - Investigation and Response Pack.Supported versions
Supported Cortex XSOAR versions: 5.5.0 and later.
The Cortex Core - IOCs integration uses the Cortex API for detection and response, by natively integrating network, endpoint, and cloud data to stop sophisticated attacks.
#
Configure Indicators detectionNavigate to Settings > Integrations > Servers & Services.
Search for Indicators detection.
Click Add instance to create and configure a new integration instance.
Parameter Description Required Server URL (e.g. https://example.net) False API Key ID False API Key False Cortex XDR Severity Map the severity of each indicator that will be synced to Cortex. True Tags Supports CSV values. False Sync Query The query used to collect indicators to sync from Cortex. True Trust any certificate (not secure) False Use system proxy settings False Click Test to validate the URLs, token, and connection.
#
CommandsYou can execute these commands from the Cortex CLI, as part of an automation, or in a playbook. After you successfully execute a command, a DBot message appears in the War Room with the command details.
#
core-iocs-syncSync your IOC with Cortex and delete the previous version.
#
Base Commandcore-iocs-sync
#
InputArgument Name | Description | Required |
---|---|---|
firstTime | For first sync, set to true. (do NOT run this twice!). Possible values are: true, false. Default is false. | Optional |
#
Context OutputThere is no context output for this command.
#
core-iocs-pushPush modified IOCs to Cortex.
#
Base Commandcore-iocs-push
#
InputArgument Name | Description | Required |
---|---|---|
indicator | IOCs to push. leave empty to push all recently modified IOCs.the indicators. | Optional |
#
Context OutputThere is no context output for this command.
#
Command example!core-iocs-push indicator='test.com'
#
Human Readable Outputpush done.
#
core-iocs-set-sync-timeSet sync time manually (Do not use this command unless you unredstandard the consequences).
#
Base Commandcore-iocs-set-sync-time
#
InputArgument Name | Description | Required |
---|---|---|
time | The time of the file creation (use UTC time zone). | Required |
#
Context OutputThere is no context output for this command.
#
core-iocs-create-sync-fileCreates the sync file for the manual process. Run this command when instructed by the Cortex support team.
#
Base Commandcore-iocs-create-sync-file
#
InputThere are no input arguments for this command.
#
Context OutputThere is no context output for this command.
#
core-iocs-enableEnables IOCs in the Cortex server.
#
Base Commandcore-iocs-enable
#
InputArgument Name | Description | Required |
---|---|---|
indicator | The indicator to enable. | Required |
#
Context OutputThere is no context output for this command.
#
Command example!core-iocs-enable indicator=11.11.11.11
#
Human Readable Outputindicators 11.11.11.11 enabled.
#
core-iocs-disableDisables IOCs in the Cortex server.
#
Base Commandcore-iocs-disable
#
InputArgument Name | Description | Required |
---|---|---|
indicator | The indicator to disable. | Required |
#
Context OutputThere is no context output for this command.
#
Command example!core-iocs-disable indicator=22.22.22.22
#
Human Readable Outputindicators 22.22.22.22 disabled.