I have a file that could possibly be a virus. I’d like to execute the file in some form of a sandboxed environment and trace what files it tries to modify or basically anything that it is trying to do. What software tools and knowledge do I need to do this?
My system is windows 7.
I’ll try and see this in a programming context as reverse engineering. Here’s some things you could do:
You could, of course, go further. As Zyphrax suggests in his answer, you are best doing this inside some form of virtual machine on the assumption that the code is dangerous.