Skip to main content

device-security-get-raci

This Script is part of the Device Security by Palo Alto Networks Pack.#

Supported versions

Available on Cortex XSOAR (versions 6.10.0 and later) and Cortex XSIAM.

Calculates the responsible and informed parties for a Device Security incident by matching incident and device details against the Device Security configuration list.

Script Data#


NameDescription
Script Typepython3
Tagsdevice security
Cortex XSOAR Version6.10.0

Used In#


This script is used in the following playbooks and scripts.

  • PANW Device Security Incident Handling with ServiceNow

Inputs#


Argument NameDescription
incident_nameThe name of the Device Security incident.
raw_typeThe raw type of the incident.
categoryThe device category.
profileThe device profile.
vendorThe device vendor.
modelThe device model.
device_security_config_list_nameThe name of the list containing the Device Security configuration.

Outputs#


PathDescriptionType
PaloAltoNetworksDeviceSecurity.RACI.ModelThe RACI model of the Device Security incident.object
PaloAltoNetworksDeviceSecurity.RACI.Model.rThe responsible party in the RACI model.string
PaloAltoNetworksDeviceSecurity.RACI.Model.r_emailThe email address of the responsible party in the RACI model.string
PaloAltoNetworksDeviceSecurity.RACI.Model.iThe informed parties in the RACI model.string
PaloAltoNetworksDeviceSecurity.RACI.Model.i_emailThe comma-separated email addresses of the informed parties in the RACI model.string
PaloAltoNetworksDeviceSecurity.RACI.Model.ownerThe Device Security owner of the device.string
PaloAltoNetworksDeviceSecurity.RACI.Model.r_snowThe ServiceNow information for the responsible party.object
PaloAltoNetworksDeviceSecurity.RACI.Model.r_snow.fieldsThe fields of the ServiceNow ticket.string
PaloAltoNetworksDeviceSecurity.RACI.Model.r_snow.custom_fieldsThe custom fields of the ServiceNow ticket.string
PaloAltoNetworksDeviceSecurity.RACI.Model.r_snow.tableThe table of the ServiceNow ticket.string