nerdexam
CompTIA

SK0-004 · Question #881

An administrator is asked to harden a Linux server after installing the OS. Which of the following should the administrator do FIRST?

The correct answer is A. Install the latest OS patches. Applying the latest OS patches is the first hardening step because it closes known vulnerabilities before any other security controls are layered on top.

Security and disaster recovery

Question

An administrator is asked to harden a Linux server after installing the OS. Which of the following should the administrator do FIRST?

Options

  • AInstall the latest OS patches.
  • BSet up a personal firewall.
  • CDisable the HIDS.
  • DEnable WOL.

How the community answered

(24 responses)
  • A
    88% (21)
  • B
    4% (1)
  • D
    8% (2)

Why each option

Applying the latest OS patches is the first hardening step because it closes known vulnerabilities before any other security controls are layered on top.

AInstall the latest OS patches.Correct

Installing the latest OS patches immediately addresses publicly disclosed vulnerabilities present in the default installation and closes attack vectors that exist before any other configuration is applied. Patching must come first because unpatched OS-level vulnerabilities can undermine every subsequent security control, including firewalls and intrusion detection systems.

BSet up a personal firewall.

Configuring a personal firewall is an important hardening step, but it should follow patching because firewall rules cannot compensate for exploitable unpatched vulnerabilities in the OS itself.

CDisable the HIDS.

Disabling the Host-based Intrusion Detection System (HIDS) removes a security monitoring layer and reduces the server's defenses, which is contrary to the goal of hardening.

DEnable WOL.

Enabling Wake-on-LAN (WOL) expands the attack surface by allowing remote power-on commands over the network, which increases risk rather than reducing it.

Concept tested: OS hardening - patch management as first priority

Source: https://csrc.nist.gov/publications/detail/sp/800-123/final

Topics

#server hardening#OS patching#security baseline#Linux security

Community Discussion

No community discussion yet for this question.

Full SK0-004 Practice