5
1
Say I have process explorer showing me that I have an app called EvilAppsRUs.exe
running.
I kill it, but it just starts up again. I have checked to make sure it does not have a service (by right clicking->Properties on it in Process Explorer).
So, I am fairly sure there is another process out there (maybe called something benign like DisplayDriver.exe
) that is starting (and restarting) EvilAppsRUs.exe
.
How can I find out what the name of the process that is restarting the evil process is?
2
Try this SO question: http://stackoverflow.com/questions/7486717/finding-parent-process-id-on-windows
– Zac B – 2013-01-24T17:58:28.677have you tried
process monitor
it's an utility that show in detail everything in relation with process, something likeps auxf
in linux, if you try and it works please tell me to post this as an answer! – poz2k4444 – 2013-01-24T18:36:28.263