Skip to main content

SetThreatVaultIncidentMarkdownRepresentation

This Script is part of the Threat Vault by Palo Alto Networks Pack.#

Supported versions

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

This automation takes several Incident fields from the Threat Vault incident context and displays them as markdown in the layout.

Script Data#


NameDescription
Script Typepython3
Tagsdynamic-section

Inputs#


There are no inputs for this script.

Outputs#


There are no outputs for this script.

Script Examples#

Example command#

!SetThreatVaultIncidentMarkdownRepresentation

Context Example#

{"Spyware":
[
{
"severity": "medium",
"pan_id": 22144,
"attack_name": "WebCompanion Adware Traffic Detection",
"category": "spyware",
"action": "alert",
"change_data": "new coverage",
"min_version": "8.1.0",
"max_version": ""
},
{
"severity": "medium",
"pan_id": 22145,
"attack_name": "AdLoad Adware Traffic Detection",
"category": "spyware",
"action": "alert",
"change_data": "new coverage",
"min_version": "8.1.0",
"max_version": ""
}
]
}

Human Readable Output#

Spyware#

actionattack_namecategorychange_datamax_versionmin_versionpan_idseverity
alertWebCompanion Adware Traffic Detectionspywarenew coverage8.1.022144medium
alertAdLoad Adware Traffic Detectionspywarenew coverage8.1.022145medium