- Online sandboxes and multi-AV scanners can provide a quick and easy first impression of unknown files. Below is a summary that can make our experience with sandboxes and muli-AV scanners even better.
- Something we should understand is that the files we submit to public sites may be automatically shared with other vendors and third parties.
- Reference : http://www.amazon.com/Malware-Analysts-Cookbook-DVD-Techniques/dp/0470613033
- Reference : http://cleanbytes.net/malware-online-scanners
- Reference : http://www.selectrealsecurity.com/malware-analysis
Public "Antivirus" Scanners:
- [Name] : VIRUSTOTAL
- [URL] : http://www.virustotal.com/
- [Description] : So far, I think this is the most complete one. Except the scanning result of multiple AVs, there are also some additional information of the file generated by ssdeep, TrID, ExifTool, pefile, SigCheck, PEiD, PDFiD, etc.
- [Name] : JOTTI
- [URL] : http://virusscan.jotti.org/
- [Description] : A normal free online scan service.
- [Name] : NOVIRUSTHANKS
- [URL] : http://vscan.novirusthanks.org/
- [Description] : Another normal free online scan service. However, it provides an option of "Do not distribute the sample" for users.
- [Name] : VIRSCAN
- [URL] : http://r.virscan.org/
- [Description] : A normal free online scan service.
Public "Sandbox" Analysis:
- [Name] : THREATEXPERT
- [URL] : http://www.threatexpert.com/submit.aspx
- [Description] : I think threatexpert is the most detailed sandbox service. They provide a very good analysis report. They execute files in a virtual environment and report the change made to the file system, registry, memory, and network.
- [Name] : GFI SANDBOX (formerly CWSANDBOX)
- [URL] : http://www.threattrack.com/
- [Description] : It is an industry leading dynamic malware analysis tool. It provides detailed report and has a very nice and friendly control panel. It works by injecting DLLs into newly created processes. The DLLs hook Windows API functions in order to spy on the malware's behavior as it executes.
- [Name] : ANUBIS
- [URL] : http://anubis.iseclab.org/
- [Description] : It focus on system information. You can submit Windows executable or Android APK to it.
- [Name] : COMODO
- [URL] : http://camas.comodo.com/cgi-bin/submit
- [Description] : Another normal free online sandbox service.
- [Name] : MALWR.COM
- [URL] : http://malwr.com/
- [Description] : Another normal free online sandbox service based on Cuckoo Sandbox.
*By the way, if you want to build your own sandbox environment, I think "cuckoosandbox" is a nice choice. Cuckoo is the leading open source automated malware analysis system.
No comments:
Post a Comment