SMB Relay
Overview
Instead of cracking the captured hashes, we can instead relay those hashes to specific machines and potentially gain access.
However, SMB signing MUST BE DISABLED or NOT ENFORCED on target and the relayed credentials must be local administrator on the machine for any real value
Identify Hosts Without SMB Signing
Desired Output
Edit Responder Configuration File
Responder + SMB Relay
Existing Shell + SMB Relay
Crack SAM Hashes
Mitigation
Enable SMB Signing on all devices
Pro: Completely stops the attacks
Con: Performance issues may arise with file copies
Disable NTLM authentication on the Network
Pros: Completely stops the attack
Con: If Kerberos stops working, Windows defaults back to NTLM
Limit Domain Admins for specific tasks
Local Administrator restrictions
Last updated