You are designing a SOAR playbook in Cisco SecureX to isolate a compromised endpoint. To ensure the isolation is verified before proceeding to the next step, which specific activity node should be utilized?
Trap 1: Loop Control
Loops repeat steps but do not verify specific state conditions.
Trap 2: Execute Command
This node performs an action but does not verify the state change.
Trap 3: Notification Node
This sends a message but performs no verification.
- A
Loop Control
Why wrong: Loops repeat steps but do not verify specific state conditions.
- B
Query Endpoint Status
Querying the endpoint status ensures the isolate command was successful.
- C
Execute Command
Why wrong: This node performs an action but does not verify the state change.
- D
Notification Node
Why wrong: This sends a message but performs no verification.