CuckooDroid – Automated Android Malware Analysis

CuckooDroid is an extension of Cuckoo Sandbox the Open Source software for automating analysis of suspicious files, for Android malware analysis. CuckooDroid brings to Cuckoo the capabilities of execution and analysis of android applications.

CuckooDroid - Automated Android Malware Analysis

CuckooDroid provides both static and dynamic APK inspection as well as evading certain VM-detection techniques, encryption key extraction, SSL inspection, API call trace, basic behavioural signatures and many other features.

The framework is highly customizable and extensible – leveraging the power of the large existing Cuckoo community.

Installation

git config global user.email "you@example.com"

git config global user.name "Your Name"

git clone depth=1 https://github.com/cuckoobox/cuckoo.git cuckoo -b 1.2

cd cuckoo

git remote add droid https://github.com/idanr1986/cuckoo-droid

git pull noedit s recursive X theirs droid master

cat confextra/processing.conf >> conf/processing.conf

cat confextra/reporting.conf >> conf/reporting.conf

rm r confextra

echo "protobuf" >> requirements.txt

You can download CuckooDroid here:

cuckoo-droid-master.zip

Or read more here.

via https://ift.tt/2b1edKH