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

NtOpenThread and NtQueueApcThread unable to log ProcessId and ThreadId #15

Open
MerX1030 opened this issue May 25, 2015 · 2 comments
Open

Comments

@MerX1030
Copy link
Contributor

Sample for your reference:
http://cuckoo.killerinstinct.me/analysis/283/

The process in question is mqaqEuYFGpUxPKE.exe (PID: 352)
Issue found in Windows 7. Logging works fine for Windows XP.
Thanks!

@brad-sp
Copy link
Owner

brad-sp commented May 27, 2015

This must be due to being unable to duplicate the handle of the thread that was opened (as we use that to obtain pid/tid information, otherwise we'd have to maintain our own metadata based on the handle) -- I'll debug it further when I have some time.

@MerX1030
Copy link
Contributor Author

Suspected that as well. Will work with Windows XP for the mean time.
Thanks!

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

No branches or pull requests

2 participants