Match each enterprise security risk scenario on the left with the most effective enterprise hardening mitigation on the right.
- Adversaries running unauthorized portable executables and unverified scripts from user temporary directories.Deploy Application Allowlisting policies enforcing publisher-signed code execution restrictions.
- Lateral movement attacks utilizing legacy protocol downgrades and credential harvesting in Active Directory.Disable NTLMv1 and SMBv1 protocols while enforcing Kerberos and SMB Signing enterprise-wide.
- Unauthorized bootloader modification and rootkit persistence during early system startup.Enable UEFI Secure Boot backed by a hardware-based Trusted Platform Module (TPM).
- Physical data exfiltration and rogue firmware injection via unmonitored client peripheral connections.Implement centralized UASP and USB Mass Storage class disabling via endpoint management policy.
Answer
Each enterprise security risk maps directly to its specific technical hardening control: executing unauthorized binaries is mitigated by application allowlisting; legacy protocol exploitation is mitigated by disabling NTLMv1/SMBv1; bootloader tampering is mitigated by UEFI Secure Boot and TPM; and physical peripheral threats are mitigated by disabling USB storage device classes.
Each risk finding is addressed by its corresponding host or infrastructure hardening strategy: unauthorized application execution is directly prevented by application allowlisting; credential theft via protocol downgrades is mitigated by deprecating legacy protocols like NTLMv1/SMBv1; bootloader integrity tampering is prevented by hardware-backed UEFI Secure Boot; and physical storage exfiltration is controlled by disabling USB device classes.
Step-by-Step Solution
Key Concept
Enterprise Host and Infrastructure Hardening Mitigations