SMB Relay Attacks
Instead of capturing hashes - we can relay them via SMB to gain access to a machine
Identifying
Nmap
$ nmap --script=smb2-security-mode.nse -p445 [target]Attacks
Responder
; Servers to start
SMB = Off
HTTP = Off$ sudo responder -I eth0 -dPDefense
Enable SMB Signing on all devices
Disable NTLM Authentication on Network
Account Tiering
Local Admin Restriction
Last updated