What is Mimikatz

Learn what Mimikatz is

John Savill

September 13, 2016

1 Min Read
What is Mimikatz

Q. What is Mimikatz?

A. Mimikatz is an open-source utility that enables the viewing of credential information from the Windows lsass (Local Security Authority Subsystem Service) through its sekurlsa module which includes plaintext passwords and Kerberos tickets which could then be used for attacks such as pass-the-hash and pass-the-ticket. Most anti-virus tools will detect the presence of Mimikatz as a threat and delete it but it can be interesting to test security on systems.

It is available from https://github.com/gentilkiwi/mimikatz and I use it to demonstrate the absence of ticket information when using security features such as remote credential guard.

Below is an example execution to look for passwords on a system.

privilege::debug
Sekurlsa::logonpasswords

About the Author

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like