Skip to main content

Cortex XDR IOCs - Push new IOCs to XDR (Main)

This Playbook is part of the Cortex XDR by Palo Alto Networks Pack.#

Supported versions

Supported Cortex XSOAR versions: 6.10.0 and later.

This is the main playbook for Cortex XDR IOCs sync. The playbook will "sync" IOCs into Cortex XDR by pushing new IOCs in and disabling expired IOCs. The playbook utilizes Cortex XSOAR tags and loops in order to find IOCs using a query provided by the user. The playbook will iterate over the IOCs pushing them in batches into Cortex XDR. In the second phase, the playbook will disable expired IOCs that were previously pushed into Cortex XDR. We recommend running this playbook as a job a few times a day after disabling the integration sync function.

Dependencies#

This playbook uses the following sub-playbooks, integrations, and scripts.

Sub-playbooks#

  • Cortex XDR IOCs - Disable expired IOCs in XDR
  • Cortex XDR IOCs - Push new IOCs to XDR

Integrations#

This playbook does not use any integrations.

Scripts#

Set

Commands#

This playbook does not use any commands.

Playbook Inputs#


NameDescriptionDefault ValueRequired
batch_sizeThis parameter will set the batch size to be pushed into Cortex XDR with every iteration of the loop.4000Optional
queryThe query used to search for IOCs from Cortex XSOAR to be pushed into Cortex XDR. This query must include `-tags:xdr_pushed and -tags:xdr_not_processed` in order to work properly.reputation:Bad and (type:File or type:Domain or type:IP) and expirationStatus:active and -tags:xdr_pushed and -tags:xdr_not_processedRequired

Playbook Outputs#


There are no outputs for this playbook.

Playbook Image#


Cortex XDR IOCs - Push new IOCs to XDR (Main)