CRAIMar 31, 2017

EMULATOR vs REAL PHONE: Android Malware Detection Using Machine Learning

arXiv:1703.10926v186 citations
Originality Synthesis-oriented
AI Analysis

This addresses the problem of anti-emulation evasion in Android malware detection for security analysts, offering an incremental improvement by validating the benefits of real-device analysis.

The paper tackled Android malware detection by comparing machine learning models trained on dynamic features extracted from real devices versus emulators, finding that on-device analysis allowed successful analysis of 24% more apps and improved detection performance across all algorithms.

The Android operating system has become the most popular operating system for smartphones and tablets leading to a rapid rise in malware. Sophisticated Android malware employ detection avoidance techniques in order to hide their malicious activities from analysis tools. These include a wide range of anti-emulator techniques, where the malware programs attempt to hide their malicious activities by detecting the emulator. For this reason, countermeasures against antiemulation are becoming increasingly important in Android malware detection. Analysis and detection based on real devices can alleviate the problems of anti-emulation as well as improve the effectiveness of dynamic analysis. Hence, in this paper we present an investigation of machine learning based malware detection using dynamic analysis on real devices. A tool is implemented to automatically extract dynamic features from Android phones and through several experiments, a comparative analysis of emulator based vs. device based detection by means of several machine learning algorithms is undertaken. Our study shows that several features could be extracted more effectively from the on-device dynamic analysis compared to emulators. It was also found that approximately 24% more apps were successfully analysed on the phone. Furthermore, all of the studied machine learning based detection performed better when applied to features extracted from the on-device dynamic analysis.

Foundations

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

Your Notes