Attacking SAM
Copying SAM Registry Hives
There are three registry hives that we can copy if we have local admin access on the target; each will have a specific purpose when we get to dumping and cracking the hashes. Here is a brief description of each in the table below:
Registry Hive
Description
hklm\sam
Contains the hashes associated with local account passwords. We will need the hashes so we can crack them and get the user account passwords in cleartext.
hklm\system
Contains the system bootkey, which is used to encrypt the SAM database. We will need the bootkey to decrypt the SAM database.
hklm\security
Contains cached credentials for domain accounts. We may benefit from having this on a domain-joined Windows target.
Dumping SAM with Mimikatz
Using reg.exe save to Copy Registry Hives
Dumping Hashes with Impacket's secretsdump.py
Cracking Hashes with Hashcat
Remote Dumping & LSA Secrets Considerations
Dumping LSA Secrets Remotely
Dumping SAM Remotely
Last updated