Custom Security Service Providers (SSP's)
A Security Service Provider is an API which allows for authenticated connections.
Standard SSP's include:
NTLM
Kerberos
Negotiate
Secure Channel (Schannel)
Digest
Credential (CredSSP)
Upon startup, the computer loads the SSP DLL's. This allows attackers to drop their own custom DLL's which will load upon the next machine startup. This may allow us to capture credentials to use to further persist in the network.
Mimikatz provides its own custom DLL (mimilib.dll) which we can use as an example.
Injecting the Custom DLL
Requires Domain Admin privileges and must be performed on the DC.
Method 1 - Using Mimikatz
Note: this does not work very well on Server 2016
Method 2 - Drop mimilib.dll into system32 and add mimilib to the security packages
Check the log files for creds
Last updated