• Stars
    star
    576
  • Rank 76,954 (Top 2 %)
  • Language
    Python
  • Created over 9 years ago
  • Updated almost 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

CuckooDroid - Automated Android Malware Analysis with Cuckoo Sandbox.

Image of cuckoo-droid

Black Hat Arsenal Black Hat Arsenal

CuckooDroid - Automated Android Malware Analysis.

Contributed By Check Point Software Technologies LTD.

CuckooDroid is an extension of Cuckoo Sandbox the Open Source software for automating analysis of suspicious files, CuckooDroid brigs to cuckoo the capabilities of execution and analysis of android application.

Installation - Easy integration script:

git config --global user.email "[email protected]"
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 --allow-unrelated-histories --no-edit -s recursive -X theirs droid master 
cat conf-extra/processing.conf >> conf/processing.conf
cat conf-extra/reporting.conf >> conf/reporting.conf
rm -r conf-extra
echo "protobuf" >> requirements.txt

Documentation

You are advised to read the Cuckoo Sandbox documentation before using CuckooDroid!

Powered by:

Credit

Authors