cuckoomon-modified
cuckoomon-modified copied to clipboard
NtOpenThread and NtQueueApcThread unable to log ProcessId and ThreadId
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!
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.
Suspected that as well. Will work with Windows XP for the mean time. Thanks!