Skip to content

Instantly share code, notes, and snippets.

@muhzii
muhzii / work-product.MD
Last active April 14, 2020 20:31
[GSoC] Android malware analysis in cuckoo

[GSoC] Android malware analysis support for cuckoo

Descrition

This project is about adding support for automated analysis of Android applications in cuckoo sandbox.

The basic idea is that you can throw an APK file at cuckoo and it should be able to monitor interactions with the system resources as well as the Android framework to detect malicious activities.

How it works

The monitoring system is built on top of the excellent instrumentation framework Frida.