CRDec 13, 2016

MaMaDroid: Detecting Android Malware by Building Markov Chains of Behavioral Models

arXiv:1612.04433v3471 citations
AI Analysis

This addresses the problem of evolving malware threats for Android users and developers, offering a robust detection method with incremental improvements over existing techniques.

The paper tackles the challenge of detecting Android malware over time by presenting MaMaDroid, a system that builds Markov chains from abstracted API call sequences to classify apps, achieving up to 99% F-measure on a dataset of 44K apps and maintaining 86% F-measure one year after training.

The rise in popularity of the Android platform has resulted in an explosion of malware threats targeting it. As both Android malware and the operating system itself constantly evolve, it is very challenging to design robust malware mitigation techniques that can operate for long periods of time without the need for modifications or costly re-training. In this paper, we present MaMaDroid, an Android malware detection system that relies on app behavior. MaMaDroid builds a behavioral model, in the form of a Markov chain, from the sequence of abstracted API calls performed by an app, and uses it to extract features and perform classification. By abstracting calls to their packages or families, MaMaDroid maintains resilience to API changes and keeps the feature set size manageable. We evaluate its accuracy on a dataset of 8.5K benign and 35.5K malicious apps collected over a period of six years, showing that it not only effectively detects malware (with up to 99% F-measure), but also that the model built by the system keeps its detection capabilities for long periods of time (on average, 86% and 75% F-measure, respectively, one and two years after training). Finally, we compare against DroidAPIMiner, a state-of-the-art system that relies on the frequency of API calls performed by apps, showing that MaMaDroid significantly outperforms it.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes