350-201(NEW-127Q) · Question #101
A SOC team receives multiple alerts from a rule that detects requests to malicious URLs. The rule also informs the incident response team to block the malicious URLs requested on the firewall…
The correct answer is D. Integrate the SOC team's SOAR platform with the firewall to automate the process of blocking malicious URLs. Option D is correct because SOAR (Security Orchestration, Automation and Response) platforms are built specifically to bridge detection and response by automating remediation actions. Integrating the SOAR platform with the firewall means malicious URLs are blocked…
Question
Options
- ACreate an automation script that sends an automated email to the incident response team with a list of all malicious URLs that have been detected.
- BImplement a new rule that blocks all requests to malicious URLs, regardless of whether the incident response team has been notified.
- CImplement a new rule that blocks all requests to malicious URLs, but only for users who have been previously flagged by the incident response team.
- DIntegrate the SOC team's SOAR platform with the firewall to automate the process of blocking malicious URLs.
How the community answered
(22 responses)- A5% (1)
- B5% (1)
- C14% (3)
- D77% (17)
Explanation
Option D is correct because SOAR (Security Orchestration, Automation and Response) platforms are built specifically to bridge detection and response by automating remediation actions. Integrating the SOAR platform with the firewall means malicious URLs are blocked programmatically the instant they're detected - satisfying the 1-minute policy without depending on an overwhelmed human team.
Why the distractors fail:
- A still relies on human action - an automated email doesn't block anything, it just shifts the bottleneck from alerts to an inbox.
- B is tempting but vague; a static firewall rule blocking "all requests regardless of notification" doesn't dynamically respond to newly detected malicious URLs fed from the detection system.
- C introduces an arbitrary restriction (previously flagged users only) that would leave most users unprotected and contradicts the organization's blanket policy.
Memory tip: Whenever an exam scenario describes a time-sensitive response gap between detection and human action, the answer almost always involves SOAR automation. Think: "If humans can't respond fast enough, automate the handoff between the alert and the firewall."
Topics
Community Discussion
No community discussion yet for this question.