nerdexam
CompTIA

PT0-001 · Question #105

During an internal network penetration test, a tester recovers the NTLM password hash tor a user known to have full administrator privileges on a number of target systems Efforts to crack the hash…

The correct answer is C. Operating system Windows 8 1. When NTLM hash cracking fails, a pass-the-hash attack allows authentication using only the captured hash, and Windows 8.1 is more susceptible than Windows Server 2016.

Post-exploitation and lateral movement

Question

During an internal network penetration test, a tester recovers the NTLM password hash tor a user known to have full administrator privileges on a number of target systems Efforts to crack the hash and recover the plaintext password have been unsuccessful. Which of the following would be the BEST target for continued exploitation efforts?

Options

  • AOperating system Windows 7
  • BOperating system Windows Server 2016
  • COperating system Windows 8 1
  • DOperating system Windows 8

How the community answered

(37 responses)
  • A
    5% (2)
  • B
    3% (1)
  • C
    81% (30)
  • D
    11% (4)

Why each option

When NTLM hash cracking fails, a pass-the-hash attack allows authentication using only the captured hash, and Windows 8.1 is more susceptible than Windows Server 2016.

AOperating system Windows 7

Windows 7 is fully end-of-life and while technically vulnerable to pass-the-hash, it is less likely to represent a realistic active target in modern environments compared to Windows 8.1.

BOperating system Windows Server 2016

Windows Server 2016 supports Credential Guard and enhanced NTLM protections that isolate credentials in a virtualized environment, making pass-the-hash attacks significantly more difficult.

COperating system Windows 8 1Correct

Windows 8.1 is vulnerable to pass-the-hash (PtH) attacks, which allow an attacker to authenticate to remote systems using only the captured NTLM hash without needing the plaintext password. Unlike Windows Server 2016, which supports Credential Guard and other credential isolation features that significantly hinder PtH attacks, Windows 8.1 lacks these advanced protections, making it the best target for exploiting the recovered hash.

DOperating system Windows 8

Windows 8 reached end-of-life in January 2016 and is an older, less likely target compared to Windows 8.1, which had a longer support lifecycle and broader deployment.

Concept tested: Pass-the-hash attack against NTLM credentials

Source: https://attack.mitre.org/techniques/T1550/002/

Topics

#NTLM hash#pass-the-hash#Windows authentication#lateral movement

Community Discussion

No community discussion yet for this question.

Full PT0-001 Practice