Ticket/Hash Attacks
Exporting Tickets
Mimikatz
The tickets ending with a $ symbol represent the computer account, which requires a ticket to communicate with the AD. User tickets, on the other hand, include the user's name, followed by an @ symbol that separates the service name and the domain. For example: [randomvalue]-username@service-domain.local.kirbi.
Rubeus
Overpass-The-Hash
When Pass-The-Hash is mostly used to bypass regular login, then Overpass-The-Hash is using hash for requesting TGT from KDC.
Mimikatz
Rubeus
Here we use asktgt module to request a TGT using hash and KDC.
Pass-The-Ticket
Pass-The-Ticket in contrast of Pass-The-Hash and Overpass-The-Hash use a ticket to gain access to the TGS and then for service.
Mimikatz
Rubeus PTT Using Hash
Unlike command for Overpass-The-Hash, here we are using /ptt to do both Overpass-The-Hash and Pass-The-Ticket simultaneously. But that only works if we give /hash: instead of ticket
Rubeus PTT Using Ticket
Rubeus PTT Using Encoded Ticket
Last updated