T
Todd
Hi All,
Is there a way to find which program wrote a file to disk?
Many thanks,
-T
Is there a way to find which program wrote a file to disk?
Many thanks,
-T
Is there a way to find which program wrote a file to disk?
Todd said:Hi All,
Is there a way to find which program wrote a file to disk?
Todd said:Hi All,
Is there a way to find which program wrote a file to disk?
Many thanks,
-T
Any particular type of file? What file extension is it?
Only if you prepared in advance.
Maybe Sysinternals Procmon, could record certain file system calls ?
Then, you'd have to go back through the log, after the fact, for
evidence.
This would be an example of a filter in Procmon.
"Operation" "Is" "CreateFile" "Include"
I think ProcMon by default, stores things in system RAM. But, there's
a preference, where you can store results in a file. Perhaps you'd need
that option, if you're going to leave it running all the time.
http://technet.microsoft.com/en-us/sysinternals/bb896645 (Process
Monitor)
If you wanted something lower level or more inclusive than that,
you'd likely need to run a "real debugger".
And, as you'd expect, you can't catch everything that way.
A rootkit, for example, could hide from such an effort.
A rootkit hooks some of the same things that ProcMon might
be using.
HTH,
Paul
Todd said:C:\windows\system32\grpconv.exe
I can't get rid of it. Virus Total says it is clean
C:\windows\system32\grpconv.exe
I can't get rid of it. Virus Total says it is clean
Why would you be trying to get rid of it? It is a Windows file... it's
the Windows Program Group Converter, and has been a part of Windows
operating systems since Windows 95. If a file with that name is in a
different location, then it may be a trojan, but the legit file is
stored in system32.
Why would you be trying to get rid of it? It is a Windows file... it's
the Windows Program Group Converter, and has been a part of Windows
operating systems since Windows 95. If a file with that name is in a
different location, then it may be a trojan, but the legit file is
stored in system32.
You can't because it is a systems file. Don't touch it:
<http://www.processlibrary.com/directory/files/grpconv/21608/#.UDbuMaNMQdU>
G/L
Todd said:Can you do an MD5SUM on yours?
Todd said:Hi Paul,
I have ProcMon. But, I have never done this before. Can
you point me to some instructions?
Many thanks,
-T
Can you do an MD5SUM on yours?
Maybe you don't need to in this case, if Windows File Protection
is putting it back![]()
Todd said:Never mind. I found a good one on one of my virtual macines:
$ md5sum grpconv.exe.customer grpconv.exe.vm
6dd28a6d99cf7b14b2d1786d143624e0 grpconv.exe.customer
6dd28a6d99cf7b14b2d1786d143624e0 grpconv.exe.vm
Hi Glen,If the old one had a different MD5SUM, you may have had a trojan...
install Malwarebytes AntiMalware (MBAM), do a full scan and remove
whatever it finds.
http://forums.techguy.org/virus-other-malware-removal/1047112-safety-check-malware.html
Todd said:Hi Glen,
I think it is going to turn out to be Kaspersky's installer that
is the problem. My reappearing program is probably caused by
Windows File Protection.
Todd said:Delete it and it comes right back. Overwrite it with something
else and it comes right back. Virus Total says it is legit.
And it harasses Kaspersky's installer. Says it does not have permission
to delete it.
I want to find who is writing it back after I delete it.
Todd said:"grpconv.exe is a Windows Operating System tool. It is used to convert
Windows 3.1 groups to folders when upgrading to Windows 95 or later."
Why would I care?