CRApr 5, 2018

Discovering Communities of Malapps on Android-based Mobile Cyber-physical Systems

arXiv:1804.01641v113 citations
Originality Incremental advance
AI Analysis

This work addresses the threat of malapps to Android devices and user privacy, offering an incremental improvement in detection methods.

The paper tackles the problem of detecting malicious applications (malapps) on Android-based mobile cyber-physical systems by proposing an automated community detection method that builds a relation graph based on static features, achieving a rand statistic of 94.93% and accuracy of 79.53% on 3996 malapp samples.

Android-based devices like smartphones have become ideal mobile cyber-physical systems (MCPS) due to their powerful processors and variety of sensors. In recent years, an explosively and continuously growing number of malicious applications (malapps) have posed a great threat to Android-based MCPS as well as users' privacy. The effective detection of malapps is an emerging yet crucial task. How to establish relationships among malapps, discover their potential communities, and explore their evolution process has become a challenging issue in effective detection of malapps. To deal with this issue, in this work, we are motivated to propose an automated community detection method for Android malapps by building a relation graph based on their static features. First, we construct a large feature set to profile the behaviors of malapps. Second, we propose an E-N algorithm by combining epsilon graph and k-nearest neighbor (k-NN) graph for graph construction. It solves the problem of an incomplete graph led by epsilon method and the problem of noise generated by k-NN graph. Finally, a community detection method, Infomap, is employed to explore the underlying structures of the relation graph, and obtain the communities of malapps. We evaluate our community detection method with 3996 malapp samples. Extensive experimental results show that our method outperforms the traditional clustering methods and achieves the best performance with rand statistic of 94.93% and accuracy of 79.53%.

Foundations

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

Your Notes