Jump to content
Nytro

CuckooDroid - Automated Android Malware Analysis

Recommended Posts

cuckoo.png?raw=true

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 "you@example.com"

git config --global user.name "Your Name"

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

cd cuckoo

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

git pull --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:

C

redit

Authors

Sursa: https://github.com/idanr1986/cuckoo-droid

  • Upvote 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...