Soru

Zorluk: OrtaSecurity Automation and Orchestration (SOAR)

A security engineer is configuring an automated Security Orchestration, Automation, and Response (SOAR) playbook designed to ingest high-confidence malicious IP addresses from a Threat Intelligence Platform (TIP) and instantly push block rules to perimeter firewalls. During a recent threat feed update, a shared public DNS resolver IP was misclassified as malicious, causing the playbook to automatically block critical outgoing traffic. Which modification to the playbook workflow logic should be implemented to prevent future unintended outages?

  1. Incorporate an automated exclusion list verification step prior to invoking the firewall API block action.Cevap
  2. B
    Reclassify the automated firewall blocking action from a corrective control to a detective control within the SOAR policy settings.
  3. C
    Upgrade the feed integration protocol from basic API key authentication to SAML-based user authorization grants.
  4. D
    Set the playbook execution trigger to run unconditionally on all ingested indicators without applying confidence score thresholds.

Cevap

Incorporate an automated exclusion list verification step prior to invoking the firewall API block action.
The correct response is to incorporate an automated exclusion list verification step prior to executing the blocking action. In SOAR playbook design, guardrails such as allow-lists or sanity-check filters prevent automated integrations from disrupting critical infrastructure or common enterprise services.

Adım Adım Çözüm

1
Analyze the cause of the operational incident.
Identified that an automated SOAR playbook acted blindly on third-party threat feed data containing a legitimate infrastructure IP.
Automation without validation guardrails can cause accidental denial-of-service to legitimate resources.
2
Evaluate playbook decision logic modifications.
Adding a conditional step to cross-reference IPs against an enterprise allow/exclusion list before invoking API block calls prevents critical IPs from being blocked.
Exclusion checks act as guardrails for automated response workflows.

Anahtar Kavram

SOAR Playbook Guardrails and Conditional Logic
Bu soruyu puanla