A Security Operations Center (SOC) team deploys an automated Security Orchestration, Automation, and Response (SOAR) playbook designed to mitigate rapid ransomware propagation. The playbook triggers automatically upon receiving high-severity Endpoint Detection and Response (EDR) telemetry, querying external threat intelligence APIs to verify file hashes before calling a Network Access Control (NAC) API to isolate the host network interface. During a red-team simulation, synthetic high-volume alert telemetry from an active primary domain controller causes the playbook to execute auto-isolation on the server, resulting in an immediate domain-wide operational outage. Which modification to the SOAR playbook logic or execution configuration best mitigates the operational risk of automated service disruption while maintaining rapid containment capabilities for verified threats?
- Implement conditional asset tagging with human-in-the-loop approval gates for tier-0 infrastructure alongside scoped containment actions such as perimeter firewall blocking instead of full interface isolation.Cevap
- BLower the EDR alert severity trigger threshold in the playbook so that automated host isolation occurs before high telemetry volume is accumulated by critical servers.
- CReclassify the automated NAC host isolation task from a corrective control to a detective control in the SOAR playbook metadata framework.
- DUpdate the SOAR service account credentials to require multi-factor authentication interactive prompts whenever calling the NAC authorization API endpoints.