Obj 10 Skeleton Key
Task - Use Domain Admin privileges obtained earlier to execute the Skeleton Key attack.
Use this attack with caution! It has the potential to break the DC!
We can simply use the following mimikatz command to execute the attack. Note that the command needs to be run with Domain Admin privileges. We could also use SafetyKatz or any other tool for the attack. First we need to bypass AMSI and load mimikatz in memory on the DC:
Create a new PSSession to the DC
Enter the session
Run the AMSI script
From our local machine we can load mimikatz into memory on the DC
Now we can enter back into the session and run the attack
Skeleton Key Attack
Now we can log on to any machine as any user unless the DC is restarted
Use mimikatz as the password
Last updated