Skip to main content

Cortex XDR incident handling v3

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

Supported versions

Supported Cortex XSOAR versions: 6.5.0 and later.

This playbook is triggered by fetching a Palo Alto Networks Cortex XDR incident. The playbook syncs and updates new XDR alerts that construct the incident and triggers a sub-playbook to handle each alert by type. Then, the playbook performs enrichment on the incident’s indicators and hunts for related IOCs. Based on the severity, it lets the analyst decide whether to continue to the remediation stage or close the investigation as a false positive. After the remediation, if there are no new alerts, the playbook stops the alert sync and closes the XDR incident and investigation. For performing the bidirectional sync, the playbook uses the incoming and outgoing mirroring feature added in XSOAR version 6.0.0. After the Calculate Severity - Generic v2 sub-playbook’s run, Cortex XSOAR will be treated as the single source of truth for the severity field, and it will sync only from Cortex XSOAR to XDR, so manual changes for the severity field in XDR will not update in the XSOAR incident.

Dependencies#

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

Sub-playbooks#

  • Calculate Severity - Generic v2
  • Cortex XDR - Display Risky Assets
  • Palo Alto Networks - Hunting And Threat Detection
  • Cortex XDR Alerts Handling v2
  • Entity Enrichment - Generic v3
  • Cortex XDR device control violations
  • Block Indicators - Generic v3

Integrations#

  • CortexXDRIR
  • Cortex XDR - IR

Scripts#

  • Set
  • DBotFindSimilarIncidents
  • SetGridField

Commands#

  • closeInvestigation
  • xdr-get-incident-extra-data
  • linkIncidents
  • xdr-update-incident

Playbook Inputs#


NameDescriptionDefault ValueRequired
LinkSimilarIncidentsThis input indicates whether the playbook will link similar incidents. To link similar incidents, specify Yes/No.YesOptional
CriticalUsernamesA comma-separated list of names of critical users in the organization.
This will affect the calculated severity of the incident.
admin,administratorOptional
CriticalHostnamesA comma-separated list of names of critical endpoints in the organization. This will affect the calculated severity of the incident.Optional
CriticalADGroupsA comma-separated list of DN names of critical Active Directory groups. This will affect the severity calculated for this incident.Optional
incident_idIncident ID.incident.xdrincidentidOptional
XDRDomainXDR instance domainincident.xdrurlOptional
InternalRangeA comma-separated list of internal IP ranges to check IP addresses against. The list should be provided in CIDR notation. For example:
"172.16.0.0/12,10.0.0.0/8,192.168.0.0/16" (without quotes).
lists.PrivateIPsOptional
InternalDomainNameThe organizations internal domain name. This is provided for the IsInternalHostName script that checks if the detected host names are internal or external if the hosts contain the internal domains suffix. For example, paloaltonetworks.com. If there is more than one domain, use the | character to separate values such as (paloaltonetworks.com|test.com).Optional
InternalHostRegexThis is provided for the IsInternalHostName script that checks if the detected host names are internal or external if the hosts match the organization's naming convention. For example, the host testpc1 will have the following regex \w{6}\d{1}.Optional
HuntingThis input indicates whether the playbook will hunt for related IOCs. Specify Yes/No.YesOptional
TimeStampTimestamp in relative date format for query device control events from Cortex XDR.10 daysOptional
AutoRemediationWhether remediation will be run automatically or manually. If set to "True" - remediation will be automatic.FalseOptional
AutoBlockIndicatorsPossible values: True/False. Default: True.
Should the given indicators be automatically blocked, or should the user be given the option to choose?

If set to False - no prompt will appear, and all provided indicators will be blocked automatically.
If set to True - the user will be prompted to select which indicators to block.
TrueOptional
UserVerificationPossible values: True/False.
Whether to provide user verification for blocking IPs.

False - No prompt will be displayed to the user.
True - The server will ask the user for blocking verification and will display the blocking list.
FalseOptional

Playbook Outputs#


There are no outputs for this playbook.

Playbook Image#


Cortex XDR incident handling v3