Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Cuckoo Malware Analysis

You're reading from  Cuckoo Malware Analysis

Product type Book
Published in Oct 2013
Publisher Packt
ISBN-13 9781782169239
Pages 142 pages
Edition 1st Edition
Languages

Hardening Cuckoo Sandbox against VM detection


In recent cases, some malware are checking the environment when being executed. These malware will not run in virtualization products, such as VirtualBox, VMware, KVM. Alberto Ortega wrote of an interesting way of hardening Cuckoo Sandbox against malware that can detect the presence of virtualizations.

As written in labs.alienvault.com, we will use Pafish (Paranoid Fish) to detect if our virtualization environment is able to evade those anti-debuggers/sandboxes/VMs. Pafish is a tool that can run an anti-debugger/VM/sandbox when executed. These technique are often used by malware to avoid analyses. You can download Pafish at https://github.com/a0rtega/pafish.git. For your VM, run the following command lines to install Pafish:

$ sudo mkdir pafish
$ sudo git clone https://github.com/a0rtega/pafish.git pafish/

One of the core elements of Cuckoo Sandbox is CuckooMon, which provides Cuckoo Sandbox with the ability to intercept the execution flow of...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}