CAS-003 · Question #441
Several recent ransomware outbreaks at a company have cost a significant amount of lost revenue. The security team needs to find a technical control mechanism that will meet the following…
The correct answer is B. EDR. Endpoint Detection and Response (EDR) uses behavioral analysis to detect threats that lack known signatures, making it the best fit for stopping novel ransomware. It meets all four stated requirements where signature-based or reactive tools fall short.
Question
Several recent ransomware outbreaks at a company have cost a significant amount of lost revenue. The security team needs to find a technical control mechanism that will meet the following requirements and aid in preventing these outbreaks:
- Stop malicious software that does not match a signature
- Report on instances of suspicious behavior
- Protect from previously unknown threats
- Augment existing security capabilities
Which of the following tools would BEST meet these requirements?
Options
- AHost-based firewall
- BEDR
- CHIPS
- DPatch management
How the community answered
(23 responses)- A17% (4)
- B70% (16)
- C4% (1)
- D9% (2)
Why each option
Endpoint Detection and Response (EDR) uses behavioral analysis to detect threats that lack known signatures, making it the best fit for stopping novel ransomware. It meets all four stated requirements where signature-based or reactive tools fall short.
A host-based firewall controls inbound and outbound network traffic by port and protocol; it cannot analyze process behavior or detect malware execution.
EDR continuously monitors endpoint behavior and uses heuristic and machine learning analysis to detect suspicious activity that does not match any known signature. It can identify, alert on, and block previously unknown threats in real time, and it augments existing security tools by providing deeper forensic telemetry and automated response capabilities - directly satisfying all four listed requirements.
A HIPS uses predefined rule sets and signatures to block known attack patterns; it lacks the behavioral analytics needed to stop unknown or signature-less threats.
Patch management reduces the attack surface by remediating known vulnerabilities; it is a preventive control and cannot detect or respond to active ransomware executing on a host.
Concept tested: EDR behavioral detection for unknown and signature-less threats
Source: https://www.cisa.gov/sites/default/files/2023-03/edr-fact-sheet_508c.pdf
Topics
Community Discussion
No community discussion yet for this question.