An enterprise security architect is mapping enterprise hardening controls to specific vulnerability findings identified during a comprehensive threat assessment. Match each enterprise mitigation strategy on the left with the threat or attack vector on the right that it is primarily designed to counter.
- DNS Sinkholing coupled with DNSSEC validationRogue outbound command-and-control (C2) traffic utilizing DNS tunneling or domain generation algorithms (DGAs)
- Microsegmentation utilizing host-based firewalls and network access control policiesLateral movement and unauthorized east-west traffic propagation following a single workload compromise
- Application allowlisting via strict code-signing and publisher policy enforcementExecution of unapproved zero-day binary payloads and unauthorized dynamic-link libraries (DLLs)
- Privileged Access Management (PAM) with Just-In-Time (JIT) access and dual-operator controlsInsider threat abuse of persistent standing administrative privileges to bypass change management and exfiltrate data
Answer
Each enterprise mitigation strategy accurately maps to its corresponding risk: DNS sinkholing counters command-and-control (C2) channel establishing via DNS hijacking/tunneling; microsegmentation mitigates internal lateral movement across compromised workloads; application allowlisting blocks unauthorized zero-day software execution; and Privileged Access Management with JIT access eliminates standing rights to prevent insider privilege abuse.
The correct pairings align each defense-in-depth control with the primary attack vector it neutralizes: DNS sinkholing and DNSSEC address malicious domain resolution and C2 tunneling; host-level microsegmentation controls east-west traffic to halt lateral movement; application allowlisting enforces code-signing requirements to prevent unauthorized code execution; and PAM with JIT access revokes standing administrative rights to prevent insider abuse and unauthorized privilege exploitation.
Step-by-Step Solution
Key Concept
Mitigation Strategies and Enterprise Hardening Practices