-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding MinecraftLauncher.exe hijackable DLLs (#56)
- Loading branch information
Showing
4 changed files
with
59 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
Name: sensapi.dll | ||
Author: Wietze Beukema | ||
Created: 2023-07-27 | ||
Vendor: Microsoft | ||
ExpectedLocations: | ||
- '%SYSTEM32%' | ||
- '%SYSWOW64%' | ||
ExpectedSignatureInformation: | ||
- Subject: CN=Microsoft Windows, O=Microsoft Corporation, L=Redmond, S=Washington, C=US | ||
Issuer: CN=Microsoft Windows Production PCA 2011, O=Microsoft Corporation, L=Redmond, S=Washington, C=US | ||
Type: Catalog | ||
VulnerableExecutables: | ||
- Path: '%PROGRAMFILES%\Minecraft Launcher\MinecraftLauncher.exe' | ||
Type: Sideloading | ||
ExpectedSignatureInformation: | ||
- Subject: CN=Mojang AB, O=Mojang AB, L=Stockholm, C=SE | ||
Issuer: CN=DigiCert Trusted G4 Code Signing RSA4096 SHA384 2021 CA1, O="DigiCert, Inc.", C=US | ||
Type: Authenticode | ||
SHA256: | ||
- 6511ef24c41cf20f707119dd40971420f1cd6f97f0e888b7d24b5e0dec9d5495 | ||
Resources: | ||
- https://twitter.com/AndrewOliveau/status/1682185200862625792 | ||
Acknowledgements: | ||
- Name: Andrew Oliveau | ||
Twitter: '@AndrewOliveau' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters