本帖最后由 00006666 于 2020-9-28 09:57 编辑
Cuckoo Sandbox - Automated Malware Analysis
布谷鸟沙箱官网
布谷鸟沙箱的GitHub主页
FREEBUF上的一篇介绍布谷鸟沙箱使用的文章
布谷鸟沙箱是类似于微步沙箱的文件行为分析系统,可以使用虚拟机搭建,功能完善,且没有在线沙箱的文件大小限制。
Cuckoo Sandbox is an advanced, extremely modular, and 100% open source automated malware analysis system with infinite application opportunities. By default it is able to: - Analyze many different malicious files (executables, office documents, pdf files, emails, etc) as well as malicious websites under Windows, Linux, macOS, and Android virtualized environments.
- Trace API calls and general behavior of the file and distill this into high level information and signatures comprehensible by anyone.
- Dump and analyze network traffic, even when encrypted with SSL/TLS. With native network routing support to drop all traffic or route it through InetSIM, a network interface, or a [过滤].
- Perform advanced memory analysis of the infected virtualized system through Volatility as well as on a process memory granularity using YARA.
Due to Cuckoo's open source nature and extensive modular design one may customize any aspect of the analysis environment, analysis results processing, and reporting stage. Cuckoo provides you all the requirements to easily integrate the sandbox into your existing framework and backend in the way you want, with the format you want, and all of that without licensing requirements.
|