nerdexam
CompTIA

SY0-501 · Question #468

A security analyst is migrating a pass-the-hash vulnerability on a Windows infrastructure. Given the requirement, which of the following should the security analyst do to MINIMIZE the risk?

The correct answer is B. Disable NTLM. To minimize the risk of pass-the-hash vulnerabilities on a Windows infrastructure, a security analyst should disable NTLM, as these attacks frequently exploit NTLM hashes. Disabling NTLM forces the use of more secure authentication protocols.

Submitted by layla.eg· Mar 4, 2026Threats, vulnerabilities, and mitigations

Question

A security analyst is migrating a pass-the-hash vulnerability on a Windows infrastructure. Given the requirement, which of the following should the security analyst do to MINIMIZE the risk?

Options

  • AEnable CHAP
  • BDisable NTLM
  • CEnable Kerebos
  • DDisable PAP

How the community answered

(33 responses)
  • A
    3% (1)
  • B
    82% (27)
  • C
    3% (1)
  • D
    12% (4)

Why each option

To minimize the risk of pass-the-hash vulnerabilities on a Windows infrastructure, a security analyst should disable NTLM, as these attacks frequently exploit NTLM hashes. Disabling NTLM forces the use of more secure authentication protocols.

AEnable CHAP

Enabling CHAP is irrelevant for preventing pass-the-hash attacks on a Windows infrastructure as CHAP is primarily used for dial-up or VPN connections and does not address NTLM hash vulnerabilities.

BDisable NTLMCorrect

Pass-the-hash attacks commonly succeed by capturing and reusing NTLM hashes for authentication without knowing the plaintext password. Disabling NTLM on a Windows infrastructure directly removes the vulnerable authentication mechanism, thereby preventing the exploitation of NTLM hashes and compelling systems to rely on stronger protocols like Kerberos for authentication.

CEnable Kerebos

While Kerberos is a more secure authentication protocol, simply enabling it does not inherently prevent systems from still accepting NTLM authentication, which is the protocol vulnerable to pass-the-hash attacks.

DDisable PAP

Disabling PAP is not relevant to mitigating pass-the-hash attacks, as PAP is an outdated clear-text authentication protocol primarily used in PPP connections, completely unrelated to NTLM hash vulnerabilities.

Concept tested: Mitigating Pass-the-Hash (PtH) by disabling NTLM

Source: https://learn.microsoft.com/en-us/windows/security/threat-protection/security-policy-settings/network-security-restrict-ntlm-ntlm-authentication-in-this-domain

Topics

#pass-the-hash#NTLM authentication#credential attacks#Windows authentication

Community Discussion

No community discussion yet for this question.

Full SY0-501 Practice