ANNs on Co-occurrence Matrices for Mobile Malware Detection
ANNs on Co-occurrence Matrices for Mobile Malware Detection
复制标题
用于移动恶意软件检测的共现矩阵上的人工神经网络
DOI:
10.3837/tiis.2015.07.023
复制
发表时间:
2015
影响因子:
1.5
通讯作者:
Jiang Yong
中科院分区:
文献类型:
--
作者:
Xiao Xi;Wang Zhenlong;Li Qi;Li Qing;Jiang Yong
Android dominates the mobile operating system market, which stimulates the rapid spread of mobile malware. It is quite challenging to detect mobile malware. System call sequence analysis is widely used to identify malware. However, the malware detection accuracy of existing approaches is not satisfactory since they do not consider correlation of system calls in the sequence. In this paper, we propose a new scheme called Artificial Neural Networks (ANNs) on Co-occurrence Matrices Droid (ANNCMDroid), using co-occurrence matrices to mine correlation of system calls. Our key observation is that correlation of system calls is significantly different between malware and benign software, which can be accurately expressed by co-occurrence matrices, and ANNs can effectively identify anomaly in the co-occurrence matrices. Thus at first we calculate co-occurrence matrices from the system call sequences and then convert them into vectors. Finally, these vectors are fed into ANN to detect malware. We demonstrate the effectiveness of ANNCMDroid by real experiments. Experimental results show that only 4 applications among 594 evaluated benign applications are falsely detected as malware, and only 18 applications among 614 evaluated malicious applications are not detected. As a result, ANNCMDroid achieved an F-Score of 0.981878, which is much higher than other methods.