Literally, for a first look on malware, You don'tyou won't need any envanything special locally installed. There are pretty enough online sandboxes Youyou may use:
virustotal.com have it's sandbox implemented, using Cuckoo Sandbox. When You apply new sample, it automatically executed as part of analysis. After about 10-15 mins You see result in "Behavioural information"
anubis.iseclab.org is another place You may submit binary to see it behavior before executing it locally. Here You got report and pcap file of network activity, if any.
- virustotal.com have their sandbox implemented using Cuckoo Sandbox. When you apply new sample, it automatically executed as part of analysis. After about 10-15 mins you can see the result in "Behavioural information"
- anubis.iseclab.org is another place you may submit binary to see it behavior before executing it locally. Here you got report and pcap file of network activity, if any.
asAs a result - Youyou may get basic idea of what a binary dodoes and how to analyse it. But - please note, that sophisticated malware check envchecks its environment for sandbox traces and VM presence. So there is a chance, that the seemingly "harmless binary" in sandbox appearturns out to be sophisticated malware inunder real conditions.