How does duqu delete itself? There might be another method to do this, Creating new process and loading it in memory via CreatePorcess and VirtualAlloc and execute it, Correct me if I'm wrong.
Oct 7
comment
How does duqu delete itself? I found new process will be created due to calling _exec function. I have to test it.