livessp - EvanMcBroom/lsa-whisperer GitHub Wiki
Livessp is a legacy SSP that supported authenticating users using their Microsoft Account. Microsoft has since ported and updated the livessp code as a cloudap plugin. The cloudap plugin is documented on the cloudap wiki page.
The protocol messages that livessp supports is not documented by Microsoft but is provided here.
Id | Message Type | CLI Support | NT Version | Internal Function |
---|---|---|---|---|
|
RenameAccount |
|
LiveRenameAccount |
|
|
TransferCredential |
Planned |
|
LiveTransferCredential |
|
GetSignedProofOfPossessionToken |
✔️ |
|
LiveGetSignedProofOfPossessionToken |
|
SetUnsignedProofOfPossessionToken |
|
LiveSetUnsignedProofOfPossessionToken |
|
|
DeleteProofOfPossessionToken |
|
LiveDeleteProofOfPossessionToken |
✏️
|
The internal function will be located in livessp.dll .
|
In NT 6.2 SeTcbPrivilege
was required for all calls.
NT 6.3 removed that requirment for all calls except for TransferCredential
which still requires SeTcbPrivilege
.
Get a proof of possession (PoP) token for authentication. The token will be serialized and the serialization formation is still being determined, but it will contain a SSO cookie.
live GetSignedProofOfPossessionToken