350-201 · Question #137
What is the impact of hardening machine images for deployment?
The correct answer is A. reduces the attack surface. Hardening machine images before deployment primarily reduces the attack surface by eliminating unnecessary services, open ports, and default configurations that attackers could exploit.
Question
What is the impact of hardening machine images for deployment?
Options
- Areduces the attack surface
- Bincreases the speed of patch deployment
- Creduces the steps needed to mitigate threats
- Dincreases the availability of threat alerts
How the community answered
(45 responses)- A89% (40)
- B2% (1)
- C2% (1)
- D7% (3)
Why each option
Hardening machine images before deployment primarily reduces the attack surface by eliminating unnecessary services, open ports, and default configurations that attackers could exploit.
Hardening involves disabling unneeded services, closing unused ports, removing default credentials, and enforcing least-privilege settings - each of which eliminates a potential exploitation path and directly reduces the number of vectors an attacker can target.
Hardening establishes a secure configuration baseline at image build time; it does not accelerate the deployment or distribution of patches after the system is running.
Hardening reduces pre-existing exposure to threats proactively but does not reduce the number of response steps required once a threat is actively identified or exploited.
Hardening is a preventative configuration practice and has no direct relationship to generating, routing, or surfacing threat alerts from monitoring or detection systems.
Concept tested: Machine image hardening and attack surface reduction
Source: https://csrc.nist.gov/publications/detail/sp/800-123/final
Topics
Community Discussion
No community discussion yet for this question.