Reassessing feature-based Android malware detection in a contemporary context
Ali Muzaffar, Hani Ragab Hassen, Hind Zantout, Michael A Lones
TL;DR
The paper tackles whether feature-based Android malware detection remains effective in a contemporary setting, given larger feature spaces and evolving malware. It reimplements 18 foundational studies on a level playing field using a large, balanced dataset and a standardized feature extraction pipeline, including static, dynamic, and ensemble analyses. Key findings show feature-based methods can still exceed 98% accuracy, with static features (notably API calls and opcodes) often outperforming dynamic signals except in network traffic, which is highly predictive but costly to collect; ensembles can match network-based performance with more practical feature sets. The work underscores the continued relevance of simple, fast ML approaches, highlights ML-practice pitfalls that can inflate prior results, and provides shared datasets and tools to improve reproducibility and future benchmarking in Android malware research.
Abstract
We report the findings of a reimplementation of 18 foundational studies in feature-based machine learning for Android malware detection, published during the period 2013-2023. These studies are reevaluated on a level playing field using a contemporary Android environment and a balanced dataset of 124,000 applications. Our findings show that feature-based approaches can still achieve detection accuracies beyond 98%, despite a considerable increase in the size of the underlying Android feature sets. We observe that features derived through dynamic analysis yield only a small benefit over those derived from static analysis, and that simpler models often out-perform more complex models. We also find that API calls and opcodes are the most productive static features within our evaluation context, network traffic is the most predictive dynamic feature, and that ensemble models provide an efficient means of combining models trained on static and dynamic features. Together, these findings suggest that simple, fast machine learning approaches can still be an effective basis for malware detection, despite the increasing focus on slower, more expensive machine learning models in the literature.
