350-201 · Question #33
What is the purpose of hardening systems?
The correct answer is A. to securely configure machines to limit the attack surface. System hardening is the practice of securely configuring systems to minimize the number of potential entry points available to attackers.
Question
What is the purpose of hardening systems?
Options
- Ato securely configure machines to limit the attack surface
- Bto create the logic that triggers alerts when anomalies occur
- Cto identify vulnerabilities within an operating system
- Dto analyze attacks to identify threat actors and points of entry
How the community answered
(36 responses)- A94% (34)
- B3% (1)
- C3% (1)
Why each option
System hardening is the practice of securely configuring systems to minimize the number of potential entry points available to attackers.
Hardening involves removing unnecessary services, closing unused ports, disabling default accounts, and applying least-privilege configurations - all of which directly reduce the attack surface by eliminating unnecessary exposure points that attackers could exploit to gain unauthorized access.
Creating logic that triggers alerts on anomalies describes the function of a SIEM or intrusion detection system, not system hardening.
Identifying vulnerabilities within an operating system is the purpose of vulnerability scanning or assessment tools, which is a separate process from hardening.
Analyzing attacks to identify threat actors and points of entry describes digital forensics and threat intelligence activities, not system hardening.
Concept tested: System 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.