Custom SSP
A Security Support Provider (SSP) is a DLL which provides for an application an authenticated connection. Microsoft SSPs:
NTLM
Kerberos
Wdigest
CredSSP
Exploitation
Mimikatz can provide a custom SSP (mimilib.dll) which logs local logons, service account, and machine account passwords in clear text on the target server.
Drop the mimilib.dll to system32 and add mimilib to Security Packages:
Using mimikatz, inject into LSASS (not stable but usable)
All local logons on the DC are logged to C:\Windows\system32\mimilsa.log
Last updated