
CuckooDroid - Automatisierte Android-Malware-Analyse mit Cuckoo Sandbox.

Beigetragen von Check Point Software Technologies LTD.
CuckooDroid ist eine Erweiterung von Cuckoo Sandbox, der Open-Source-Software zur Automatisierung der Analyse verdächtiger Dateien. CuckooDroid bringt Cuckoo die Fähigkeiten zur Ausführung und Analyse von Android-Anwendungen.
Installation - Einfaches Integrationsskript:
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
Es wird empfohlen, die Cuckoo Sandbox Dokumentation zu lesen, bevor Sie CuckooDroid verwenden!