Mimikatz Abusing Kerberos
To extract credentials from memory due to caching requirements of the Kerberos protocol
Mimikatz
We need SYSTEM (or local administrator) permissions to gain access to the hashes stored on a target Local Security Authority Subsystem Service (LSASS)
Disable Protected Processes Light (PPL) if error
We must be local administrator or SYSTEM to dump the credentials, which means we will also have the SeLoadDriverPrivilege privilege and the ability to load any signed drivers.
We can load mimidrv.sys driver to disable PPL. (upload to victim and place in the same dir of mimikatz) *noisy*
Alternative way to load
Offline processing (no mimikatz in victim)
Mimikatz processing victim lsass.exe's dump in attacker machine
Create dump with GUI

Create dump in command line
Last updated
