Now don't get me wrong, doing your own analysis is a great thing. Sometimes you have a piece of malware you think is something new and rather trip others about your knowledge of it would rather keep to yourself until there a good eradication procedure (be it AV, FW rules, etc) on it.
For all those other times, there are many of good online scanners out there! Simple submit your file or hash, and kerpow! Results! Now obviously results vary, but submitting to these sites can be a good first step in seeing exactly what you and your organization are up against.
I am going to highlight a few, but please don't think that I have not used more than this!
- Virustotal: Upload a file, submit a URL for analysis or search via MD5. This tells you what 44 AV companies have to say about it.
- ThreatExpert: An oldie but a goodie. Kind of a one-stop shop (except for URL analysis). Lets say you have an IP/MD5/domain/filename and want to see what it has been associated with (and its subsequent actions) this is a good place to start. You can also submit a file for analysis too.
- Anubis: Analyses suspicious executable files as well as URLs.
- Jsunpack: Sometimes you don't feel like trying to deobsfuscate Javascript with Malzilla, or its just a bit complicated and all you really want is to see where the redirect is taking you and what it's grabbing. Cue Jsunpack! Now I am not sure what's going on, the site seems down, but there is jsunpack-n which is the same thing but is run on your own system. Having this on a lab system is probably a good idea :)
- malwr.com: This is a web front end to Cuckoo, which is a network emulation tool/sandbox used for malware analysis, except now instead of setting your own up, you can search for MD5 or submit a file and see the report
- Wepawet: I almost forgot about this, which would have been sad. Worried about redirects or hidden iFrames in a URL? Have a PDF you want anlayzed?
More lists (and repeats) can be found here:
- http://www.malwarehelp.org/online_anti_malware_scanners_single_file.html
- http://www.coresec.org/2011/07/26/online-malware-analysis-scanners/
So now, keep in mind-- your submitted file is now out on the internet and is now on some database. Some of these may be owned by AV companies which look for new juicy malware to add to their signatures. So, if you are really worried about that:
(A) read documentation on their website to see what happens with collected data
(B) do your own analysis
(C) Ask customer/boss what their position is about submitting files to these sites -- make sure you know the answer for choice 'A' too for this one
Remember collaboration is one of the biggest deciding factors in incident response, but use common sense and discretion.