Obtain process token impersonation and elevation info #208
Labels
good first issue
needs: docs
Indicates that the issue needs documentation updates
needs: filters
Indicates that new filters should be added
scope: filters
Anything related to filters
scope: pe
Anything related to PE introspection
Description
Token information class supplied to the
GetTokenInformation
API calls permits consulting the process token impersonation and elevation details. More specifically,TokenType
andTokenElevation
classes indicate if the token is the primary/impersonated token or whether the token is elevated.References
https://learn.microsoft.com/en-us/windows/win32/api/winnt/ne-winnt-token_information_class
The text was updated successfully, but these errors were encountered: