Skip to content

gsuareztangil/adrmw-measurement

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

adrmw-measurement

This repository holds resources used for the paper titled Eight Years of Rider Measurement in the Android Malware Ecosystem: Evolution and Lessons Learned.

If you make use of these resources, please cite the aforementioned paper.

Code

Follow the instructions here: https://code.google.com/p/pythonxy/

The steps are as follows:

cd ~/Downloads/

wget http://python.org/ftp/python/2.7.11/Python-2.7.11.tgz

tar -xvf Python-2.7.11.tgz

cd Python-2.7.11

./configure

make

sudo make install

Other dependencies

sudo apt-get install python-imaging

sudo apt-get install python-magic

sudo apt-get install imagemagick

Data

The data used to run this measurement can be obtained from AndroZoo.

Explanatory

For an excerpt of the type of output return by our framework with a subset of the popular malgenome project Malgenome. We refer to [this blog] post for a high-level understanding of what some of the families do (https://forensics.spreitzenbarth.de/android-malware/).

We also provide a full trace for the following ransomware family used in our case study: Lockad.

Note: we are currently updating this repository, stay tunned for more stuff!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages