A forum for reverse engineering, OS internals and malware analysis 

Ask your beginner questions here.
 #18578  by lightzingvolt
 Tue Mar 19, 2013 1:05 am
Anyone have some tips on how to safely test malware in Virtualbox without risking your host computer? All answers would be helpful, thanks. :)
 #18587  by FafZee
 Tue Mar 19, 2013 11:19 am
Hello,

As kmd said do not use shared folders.
You can disable networking and run the followings tools:
regshot, to compare you registry before and after execution.
procmon and procexp in order to see the different actions done with your process.

Faf'