Match each enterprise endpoint hardening practice to the primary security threat or vulnerability vector it mitigates.
- Application AllowlistingExecution of unauthorized software binaries and unapproved executables
- OS Patch ManagementExploitation of known system flaws and publicly disclosed software bugs
- Disabling Unnecessary ServicesExpanded attack surface caused by unused background processes and open listener ports
- Host-Based Firewall ConfigurationUnauthorized incoming and outgoing network traffic directly at the system level
Answer
Application Allowlisting matches with execution prevention of unauthorized software; OS Patch Management matches with remediation of known software flaws; Disabling Unnecessary Services matches with reducing attack surface from unused background processes; Host-Based Firewall Configuration matches with filtering unauthorized network traffic at the endpoint.
Application allowlisting prevents unauthorized software execution; patch management remediates known software vulnerabilities; disabling unnecessary services reduces the system attack surface; and host-based firewalls restrict local network traffic.
Step-by-Step Solution
Key Concept
Enterprise Hardening Practices and Security Control Application