A security technician is tasked with implementing host-level hardening controls on enterprise web servers. Which of the following technical mitigation practices directly reduce the host's attack surface? (Select TWO.)
- Disabling unneeded background services and unused network daemonsAnswer
- Enforcing application allowlisting to restrict unauthorized binary executionAnswer
- CDeploying an inline honeypot to inspect and drop malicious host traffic
- DUpdating perimeter network firewalls to remediate software buffer overflow vulnerabilities
Answer
Disabling unneeded background services and network daemons, as well as enforcing application allowlisting, directly reduce the host's attack surface.
Disabling unneeded services removes active software components and open ports that attackers could target, directly shrinking the attack surface. Enforcing application allowlisting ensures that unapproved or malicious software cannot execute on the host even if uploaded, providing effective endpoint defense.
Step-by-Step Solution
Key Concept
Host Hardening and Attack Surface Reduction