nerdexam
CompTIA

SY0-301 · Question #388

Which of the following preventative controls would be appropriate for responding to a directive to reduce the attack surface of a specific host?

The correct answer is D. Disabling unnecessary services. Disabling unnecessary services is the most direct preventative control for reducing the attack surface of a specific host.

Security operations

Question

Which of the following preventative controls would be appropriate for responding to a directive to reduce the attack surface of a specific host?

Options

  • AInstalling anti-malware
  • BImplementing an IDS
  • CTaking a baseline configuration
  • DDisabling unnecessary services

How the community answered

(56 responses)
  • A
    9% (5)
  • B
    4% (2)
  • C
    2% (1)
  • D
    86% (48)

Why each option

Disabling unnecessary services is the most direct preventative control for reducing the attack surface of a specific host.

AInstalling anti-malware

Installing anti-malware adds a detection and blocking layer against malicious software but does not remove unused services or close ports, so it does not reduce the attack surface.

BImplementing an IDS

An IDS is a detective control that monitors traffic and generates alerts on suspicious activity; it does not remove attack vectors or reduce the number of exploitable services.

CTaking a baseline configuration

Taking a baseline configuration documents the current state of a system for change comparison; it is an operational practice and does not actively reduce the number of services or entry points on the host.

DDisabling unnecessary servicesCorrect

Attack surface reduction means removing or disabling all components of a system that are not required for its intended function, thereby eliminating potential vectors an attacker could exploit. Disabling unnecessary services closes listening ports, removes running processes, and eliminates code paths that could contain vulnerabilities. This is a proactive hardening measure that directly and permanently shrinks the set of exploitable entry points on the host.

Concept tested: Attack surface reduction by disabling unnecessary services

Source: https://learn.microsoft.com/en-us/windows/security/operating-system-security/device-management/windows-security-configuration-framework/windows-security-baselines

Topics

#attack surface reduction#host hardening#disabling services#preventative controls

Community Discussion

No community discussion yet for this question.

Full SY0-301 Practice