Palo Alto Networks · Arazzo Workflow
Cortex XDR XQL Threat Hunt
Version 1.0.0
Launch an XQL query against the XDR data lake and poll until results are ready.
View Spec
View on GitHub
Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDRArazzoWorkflows
Provider
Workflows
run-xql-query
Execute an XQL query and retrieve its results once complete.
Submits an XQL query over a relative timeframe, then polls the results endpoint until the query status is terminal.
1
startQuery
startXqlQuery
Initiate the XQL query over the supplied timeframe and capture the query id.
2
pollQueryResults
getXqlQueryResults
Retrieve the query results. Repeat while the query is still pending, and end once the status is SUCCESS, FAILED, or CANCELED.