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

Add fix for missing cookie value when using a Windows 10 profile #729

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

oold
Copy link

@oold oold commented Jun 30, 2020

Use YARA and the DiscontigYaraScanner from malfind to find the address of nt!ObGetObjectType. Also put in a safeguard against TypeError when the nt!ObHeaderCookie value can't be obtained.

Fixes #436.

@atcuno
Copy link
Contributor

atcuno commented Jul 8, 2020

Hello,

Which versions of Windows 10 did you test this signature with?

Thanks

@oold
Copy link
Author

oold commented Jul 8, 2020

The 64-bit signature was taken from issue #436 (build 14393) and validated to work on build 17763, the 32-bit signature was extracted from build 19041 and, due to missing profiles, not validated. I couldn't get my hands on an earlier build, so someone else needs to validate that.

Use YARA and the DiscontigYaraScanner from malfind to find the address of nt!ObGetObjectType. Also put in a safeguard against TypeError when the nt!ObHeaderCookie value can't be obtained.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Windows 10 x64 psscan error: ^: 'int' and 'NoneType'
2 participants