Question

Difficulty: MediumWorkstation Hardening and Best Practices

An IT technician is establishing standard security hardening configurations across enterprise desktops. Match each workstation security control on the left with the primary risk mitigation it provides on the right.

  • Disabling unnecessary background services and open network portsReduces the system attack surface by eliminating unneeded network listening endpoints.
  • Configuring an aggressive screen lock timeout policyMitigates unauthorized access to unattended desktop sessions when users leave their work areas.
  • Disabling the built-in Guest user accountPrevents unauthorized unauthenticated logons using default local credentials.
  • Disabling Autorun and Autoplay featuresPrevents automatic execution of malicious payloads when external storage media is inserted.

Answer

Disabling unnecessary services and ports matches reducing the system attack surface. Configuring a screen lock timeout matches mitigating unauthorized access to unattended desktop sessions. Disabling the Guest account matches preventing unauthenticated logons using default local credentials. Disabling Autorun/Autoplay matches preventing automatic execution of malicious payloads upon inserting external storage media.
Each hardening control directly addresses a specific vulnerability vector: disabling unnecessary services minimizes overall network entry points; screen lock timeouts protect against physical access to unattended active sessions; turning off the Guest account eliminates default unauthenticated logon access; and disabling Autorun prevents drive-by execution of malware from attached removable media.

Step-by-Step Solution

1
Analyze service and port management controls
Turning off unneeded system services closes corresponding network ports and listening sockets.
Closing unused open entry points directly decreases the exposed attack surface of the OS.
2
Analyze desktop inactivity policies
Setting screen lock timeouts requires password re-entry after specified minutes of idle time.
Protects active user contexts when a physical workspace is left unattended.
3
Analyze account security controls
Disabling built-in default accounts neutralizes known account targets that do not require complex setup.
Prevents unauthenticated users from leveraging default Guest privileges for network or local access.
4
Analyze media execution policies
Turning off Autorun and Autoplay prevents OS auto-execution triggers.
Blocks flash drives or optical media from running startup scripts automatically upon insertion.

Key Concept

Workstation Hardening and Best Practices
Rate this question