Palo Alto Networks · Arazzo Workflow
Cortex XDR Endpoint Isolation and Verification
Version 1.0.0
Find an endpoint by filter, isolate it from the network, then poll until isolation is confirmed.
View Spec
View on GitHub
Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDRArazzoWorkflows
Provider
Workflows
isolate-endpoint
Isolate a Cortex XDR endpoint and verify the isolation took effect.
Resolves an endpoint by filter, issues an isolation action, and then polls the endpoint list until the endpoint reports an isolated state, branching to a confirmed end once isolation is no longer pending.
1
findEndpoint
getEndpoints
Return endpoints matching the filter so a target can be selected for isolation.
2
isolateEndpoint
isolateEndpoints
Issue a network isolation action for the resolved endpoint and capture the action id.
3
verifyIsolation
getEndpoints
Re-read the endpoint to confirm its isolation state. Repeat the read while the endpoint is still pending isolation, and end once it reports isolated.