Eight Years of Service
Posts: 34
Threads: 2
Launching untrusted software safely 05-02-2018, 01:25 PM
#1
Assuming that launching it in a VM is a must.
If it needs internet connection, I should probably start it with a VPN too. Any better solutions?
•
Ten Years of Service
Posts: 3,024
Threads: 155
RE: Launching untrusted software safely 05-03-2018, 08:27 AM
#2
Just to note, not even in a VM you're entirely safe. Recently an article showed up (can not seem to find it now) about a RAT that could break out of the VM. It was pretty smart, since it would check system temperatures in order to know whether it was running in a VM or not.
I'd recommend a few things, even better than a VM would be just a very cheap testing system. It wouldn't even have to be that good, as long as you can run Win7 or Win10 you should be fine. 8GB of DDR2 costs also nothing more today.
Then I'd also recommend you run your program you would to analyze/use in a sandbox (like sandboxie). If it requires an internet connection, just use a VPN, and setup your firewall properly. Don't allow ports unless you want them to be open.
You could also debug it line per line and check whether there is malicious code, but I'm not sure if there would be a payload executed or anything when you try that.
~~ Might be back? ~~
•
Thirteen Years of Service
Posts: 74,304
Threads: 317
RE: Launching untrusted software safely 05-03-2018, 11:10 AM
#5
Please advise If you require assistance with the setup and configuration (etc) pertaining to any of the aforementioned details.
•