Skip to main content

KillProcessWrapper

This Script is part of the Malware Investigation and Response Pack.#

Supported versions

Supported Cortex XSOAR versions: 6.1.0 and later.

A cross-vendor wrapper script that triggers a process kill command - i.e executes the proper kill process command according to the vendor: CrowdstrikeFalcon or Cortex XDR.

The script will only fail when the kill process action fails for both vendors.

Script Data#


NameDescription
Script Typepython3
Cortex XSOAR Version6.1.0

Inputs#


Argument NameDescription
endpoint_idThe Endpoint ID in which you would like to kill the given process.
process_idThe ID of the process to kill. Either the process_id or the process_name must be specified.
process_nameThe name of the process to kill. Either the process_id or the process_name must be specified.
approve_actionAre you sure you want to kill this process?

Outputs#


PathDescriptionType
CrowdStrike.Command.killThe outputs of the CrowdStrike kill process command.List
CrowdStrike.Command.kill.ErrorThe status of the CrowdStrike kill process command.String
CrowdStrike.Command.kill.HostIDThe endpoint ID of the process.String
CrowdStrike.Command.kill.ProcessIDThe ID of the process.String
PaloAltoNetworksXDR.ScriptRunThe outputs of the Cortex XDR kill process command.List
PaloAltoNetworksXDR.ScriptRun.action_idThe ID of the kill process action initiated.Number
PaloAltoNetworksXDR.ScriptRun.endpoints_countThe number of endpoints the action was initiated on.Number
PaloAltoNetworksXDR.ScriptRun.statusThe status of the kill process action.Number