Skip to main content

Cortex XDR - Quarantine File v2

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 playbook accepts "file path", "file hash" and "endpoint id" to quarantine a selected file and wait until the action is done. All 3 inputs are required to quarantine a single file. This playbook does not support the quarantine of multiple files.

Dependencies#

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

Sub-playbooks#

This playbook does not use any sub-playbooks.

Integrations#

CortexXDRIR

Scripts#

PrintErrorEntry

Commands#

  • xdr-get-quarantine-status
  • xdr-file-quarantine

Playbook Inputs#


NameDescriptionDefault ValueRequired
file_hashThe file’s hash. Must be a valid SHA256 hash.Required
file_pathThe path for the selected file.Required
endpoint_idThe file's location in the system.Required

Playbook Outputs#


PathDescriptionType
PaloAltoNetworksXDR.quarantineFiles.status.statusThe status of the quarantine.unknown
PaloAltoNetworksXDR.quarantineFiles.actionIds.endpointIdList.fileHashThe file hash SHA256.unknown
PaloAltoNetworksXDR.quarantineFiles.actionIds.endpointIdList.filePathThe path of the file.unknown
PaloAltoNetworksXDR.quarantineFiles.actionIds.actionIdThe action id.unknown

Playbook Image#


Cortex XDR - Quarantine File v2