CTDroid: Leveraging a Corpus of Technical Blogs for Android Malware Analysis
CTDroid: Leveraging a Corpus of Technical Blogs for Android Malware Analysis
复制标题
CTDroid:利用技术博客库进行 Android 恶意软件分析
DOI:
10.1109/tr.2019.2926129
复制
发表时间:
2020
影响因子:
5.9
通讯作者:
Liu Ting
中科院分区:
文献类型:
--
作者:
Fan Ming;Luo Xiapu;Liu Jun;Nong Chunyin;Zheng Qinghua;Liu Ting
The rapid growth of Android malware results in a large body of approaches devoted to malware analysis by leveraging machine learning algorithms. However, the effectiveness of these approaches primarily depends on the manual feature engineering process, which is time-consuming and labor-intensive based on expert knowledge and intuition. In this paper, we propose an automatic approach that engineers informative features from a corpus of Android malware related technical blogs, which are written in a way that mirrors the human feature engineering process. However, there are two main challenges. First, it is difficult to recognize useful knowledge in the magnanimity information of thousands of blogs. To this end, we leverage natural language processing techniques to process the blogs and extract a set of sensitive behaviors that might do harmful activities to users potentially. Second, there exists a semantic gap between the extracted sensitive behaviors and the programming language. To this end, we propose two semantic matching rules to match the behaviors with concrete code snippets such that the apps can be tested experimentally. We design and implement a system called CTDroid for malware analysis, including malware detection (MD) and familial classification (FC). After the evaluation of CTDroid on a large scale of real malware and benign apps, the experimental results demonstrate that CTDroid can achieve 95.8% true positive rate with only 1% false positive rate for MD and 97.9% accuracy for FC. Furthermore, our proposed features are more informative than those of state-of-the-art approaches.