Closed GoogleCodeExporter closed 9 years ago
Are you able to upload the memory dump somewhere for troubleshooting?
Original comment by Bret...@gmail.com
on 25 Oct 2011 at 6:45
You've just witnessed the power of memory forensics!
Note with the "modules" plugin which walks the linked list of *active and
loaded* modules, there is no kmixer. This indicates one of two things:
1) kmixer is no longer loaded
2) kmixer has been unlinked by a rootkit, but remains loaded
Since kmixer is a legit component of Windows, there would be no reason for a
rootkit to hide it. Plus, its involved in sound, which people enable and
disable all the time, causing kmixer to load/unload frequently.
So what you've found with modscan (which is the entire purpose of modscan) is
an artifact of the once loaded kmixer.sys. The FullDllName field has been
partially overwritten, since the memory for the LDR_MODULE was released back to
the OS when the driver unloaded. Although FullDllName is destroyed, the
BaseDllName, Base, and Size fields are untouched, allowing you to still
identify the driver and where it used to be loaded.
So no problems here, in fact its a great example of why we use memory forensics
over live system tools.
Original comment by michael.hale@gmail.com
on 25 Oct 2011 at 7:10
Original issue reported on code.google.com by
fenn...@gmail.com
on 25 Oct 2011 at 10:02Attachments: