Palo Alto Networks · Arazzo Workflow
Cortex XSIAM Incident-Driven Asset and XQL Hunt
Version 1.0.0
List XSIAM incidents, enumerate assets, then run an XQL hunt and poll for results.
View Spec
View on GitHub
Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDRArazzoWorkflows
Provider
Workflows
incident-driven-hunt
Pivot from XSIAM incidents to assets and an XQL hunt with result polling.
Lists incidents by filter, enumerates assets, starts an XQL query over a relative timeframe, and polls until the query reaches a terminal status.
1
listIncidents
getIncidents
Return incidents matching the supplied filter, sorted by creation time.
2
listAssets
listAssets
Enumerate assets matching the supplied asset filter for investigation context.
3
startQuery
startXqlQuery
Initiate the XQL query over the supplied relative timeframe and capture the query id.
4
pollQueryResults
getXqlQueryResults
Retrieve the query results. Repeat while the query is still pending, and end once the status is SUCCESS, FAILED, or CANCELED.