Match each workstation security hardening control on the left with its corresponding primary risk mitigation objective on the right.
- Account Lockout ThresholdMitigates automated brute-force credential attacks by blocking access after consecutive failed logon attempts.
- Disabling the Built-in Guest AccountEliminates an unauthenticated access vector that permits anonymous users local system logon without a password.
- Closing Unused Listening PortsReduces the network attack surface by blocking unapproved remote service connections and network exploits.
- Screen Saver Lock TimeoutPrevents unauthorized physical console access and shoulder surfing when a workstation is left unattended.
Answer
Account Lockout Threshold matches with mitigating brute-force credential attacks; Disabling the Built-in Guest Account matches with eliminating unauthenticated anonymous local system logon; Closing Unused Listening Ports matches with reducing the network attack surface by blocking unapproved remote connections; Screen Saver Lock Timeout matches with preventing unauthorized physical console access when workstations are unattended.
Each hardening control directly addresses a distinct attack vector: account lockout thresholds mitigate credential brute-forcing, disabling default guest accounts prevents unauthenticated anonymous access, closing unused ports shrinks the network attack surface, and enforcing a screen lock timeout prevents local physical tampering when the system is unattended.
Step-by-Step Solution
Key Concept
Workstation Security Hardening Control Objectives