312-49 · Question #247
John and Hillary works at the same department in the company. John wants to find out Hillary's network password so he can take a look at her documents on the file server. He enables Lophtcrack…
The correct answer is D. Hillary network username and password hash. LOphtCrack (L0phtCrack) is a password auditing and cracking tool that, when placed in network sniffing mode, captures NTLM challenge-response authentication packets traveling across the network. The attack works as follows: John sends Hillary an email containing a link that…
Question
John and Hillary works at the same department in the company. John wants to find out Hillary's network password so he can take a look at her documents on the file server. He enables Lophtcrack program to sniffing mode. John sends Hillary an email with a link to Error! Reference source not found. What information will he be able to gather from this?
Options
- AThe SID of Hillary network account
- BThe SAM file from Hillary computer
- CThe network shares that Hillary has permissions
- DHillary network username and password hash
How the community answered
(30 responses)- A7% (2)
- B10% (3)
- C3% (1)
- D80% (24)
Explanation
LOphtCrack (L0phtCrack) is a password auditing and cracking tool that, when placed in network sniffing mode, captures NTLM challenge-response authentication packets traveling across the network. The attack works as follows: John sends Hillary an email containing a link that points to a UNC path on a server John controls (e.g., \attacker-server\share). When Hillary's Windows workstation attempts to access that path, it automatically initiates an NTLM authentication handshake, sending her network username and NTLM password hash over the network. LOphtCrack captures this exchange, giving John Hillary's username and hashed password. The hash can then be cracked offline using dictionary or brute-force methods. This is a classic NTLM relay/capture attack. It does not directly reveal the SAM file (B), her SID (A), or her file share permissions (C).
Topics
Community Discussion
No community discussion yet for this question.