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.
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)- A5% (2)
- B3% (1)
- C81% (30)
- D11% (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.
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.
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.
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.
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
Community Discussion
No community discussion yet for this question.