Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Obtain process token impersonation and elevation info #208

Open
rabbitstack opened this issue Nov 3, 2023 · 0 comments
Open

Obtain process token impersonation and elevation info #208

rabbitstack opened this issue Nov 3, 2023 · 0 comments
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

Comments

@rabbitstack
Copy link
Owner

Description

Token information class supplied to the GetTokenInformation API calls permits consulting the process token impersonation and elevation details. More specifically, TokenType and TokenElevation 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

@rabbitstack rabbitstack added needs: docs Indicates that the issue needs documentation updates needs: filters Indicates that new filters should be added scope: pe Anything related to PE introspection scope: filters Anything related to filters good first issue labels Nov 3, 2023
@rabbitstack rabbitstack changed the title Obtain process token impersonation and elevation data Obtain process token impersonation and elevation info Dec 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

1 participant