The action that MOST directly contributes to identifying critical gaps in detection capabilities, rather than mere prevention, when assessing existing security controls against a newly discovered adversary technique is simulating the adversary technique and analyzing logs and alerts for missed indicators of compromise (IOCs).
Let's break this down.
Security controls are the safeguards put in place to protect systems and data. These can be broadly categorized into two types: prevention controls and detection controls.
Prevention controls aim to stop malicious activity from happening in the first place. Examples include firewalls that block unauthorized network traffic, intrusion prevention systems (IPS) that actively block malicious packets, and access controls that restrict who can access what resources.
Detection controls are designed to identify when malicious activity is occurring or has already occurred. These include security information and event management (SIEM) systems that collect and analyze logs, intrusion detection systems (IDS) that alert on suspicious network activity, antivirus software that detects known malware, and endpoint detection and response (EDR) solutions that monitor endpoint behavior for signs of compromise.
An adversary technique is a specific method or tactic used by attackers to ac....
Log in to view the answer