Cracking Active Directory Passwords & MFA Fatigue

Cracking Active Directory Passwords & MFA Fatigue

Source: YouTube · John Hammond · published Sep 19, 2024 · 17:33

Cybersecurity
No ratings yet Log in to rate
Transcript Available
Description

The video demonstrates how to extract and crack password hashes from an Active Directory environment using the ntds.dit file and system registry, enabling domain account access through credential cracking and MFA fatigue. 2:00

Key Takeaways:
• The ntds.dit file contains user hashes and group memberships, making it a primary target for credential extraction 1:53.
• Impacket’s secretsdump tool extracts hashes from both ntds.dit and the system registry on a local domain controller 8:59.
• Hashes are cracked using hashcat with mode 1000 (NTLM) and a wordlist like "rockyou.txt" to recover plaintext passwords 13:28.
• The password "catlyn99" for user "Jillian doson" is successfully recovered and used to authenticate 14:24.
• MFA fatigue is exploited by repeatedly sending login requests to overwhelm authentication systems, eventually bypassing multi-factor authentication 15:54.

This demonstration illustrates real-world attack vectors in cloud Active Directory environments, emphasizing the need for strong password policies and MFA resilience. 16:44

Sources:

  • 2:00 Reference to Hack Tricks article on stealing Windows credentials
  • 1:53 Explanation of ntds.dit as the core AD data store
  • 8:59 Use of impacket secretsdump to extract hashes
  • 13:28 Hashcat cracking of NTLM hashes with rockyou.txt
  • 14:24 Success

Generate CPE Credits

Generate a professional CPE document from this video's transcript.

Estimated credit: 0.5 CPE hours

Estimate uses the video runtime (1 hour ≈ 1 CPE, rounded to the nearest 0.5, minimum 0.5, maximum 2.0). The final amount can be lower after review, never higher.

Topic: Cybersecurity. Commonly maps to: Security and Risk Management, Security Operations. Exact CISSP domains are assigned during generation.

CISSP Domain Mapping
Learning Objectives
Self-Assessment Questions
PDF Export Ready

Free account. One generation at a time, with a daily limit.

CPEBuddy is independent and not affiliated with or endorsed by ISC2, ISACA, or any certification body. Exports are formatted for common CPE submissions; acceptance is at your certification body's discretion.

Watch on YouTube

Transcript Preview

First 800 characters of the transcript

so I have this file just a simple zip archive a compressed folder called ntds and we can go ahead and extract the contents I just want to show it to you looks like I have the files here ntds.dit and a file called system now you might already be familiar with what all of these are ntds or that NT data store and presumably a system export of that hey Windows registry contents in that hkey local machine Hive these could be the ingredients that we might use as an ethical hacker red teamer rep penetration tester to try and track down credentials or passwords in a Windows Active Directory environment so just to make things easy for us to be able to work with these files I will bring them into Cali Linux I would just like a little bit more of a cyber security focused and purpose-built environment…