Tracking down Data Execution
Posted
by Agnel Kurian
on Super User
See other posts from Super User
or by Agnel Kurian
Published on 2009-09-30T04:21:19Z
Indexed on
2010/03/16
12:06 UTC
Read the original article
Hit count: 283
I have some malware infecting one of our machines at home. It first showed up as winulty.exe. After investigating, I am of the opinion that winulty.exe itself is an uninfected file but is being modified after it has loaded into memory. Turning on Data Execution Prevention for all processes and services has confirmed this to be true.
How do I track down the process responsible for this? I've used File Monitor from sysinternals.com to monitor winulty.exe and see this being accessed by the svchost.exe instance hosting most of the system services and also by dfrgntfs.exe. How do I know which service or which DLL has been infected?
© Super User or respective owner