用14个关键特征实现99%安卓恶意软件识别准确率
Decoding Android Malware with a Fraction of Features: An Attention-Enhanced MLP-SVM Approach
- 用注意力机制筛选47个关键特征,再降维到14个
- 在CCC-CIC-AndMal-2020数据集上达99%准确率
- 适合需要轻量高效检测的移动端安全场景
随着安卓恶意软件日益复杂,传统检测方法面临挑战,亟需高效高精度的新方案。本文提出一种融合注意力增强多层感知机(MLP)与支持向量机(SVM)的新型框架,仅从包含超过9,760个特征的CCC-CIC-AndMal-2020数据集中选取47个特征,即实现超99%的恶意应用识别准确率。经注意力机制强化的MLP聚焦最具区分性的特征,并通过线性判别分析(LDA)进一步压缩至14个成分。尽管维度大幅降低,配备径向基函数(RBF)核的SVM仍能将这些成分映射至高维空间,实现对恶意软件家族的精确分类。在准确率、精确率、召回率及F1分数等指标上的严格评估表明,该方法优于现有先进技术。该框架不仅显著降低计算复杂度,还展现出对持续演化的安卓恶意软件环境的良好适应性。
原文摘要 · Abstract (English)
The escalating sophistication of Android malware poses significant challenges to traditional detection methods, necessitating innovative approaches that can efficiently identify and classify threats with high precision. This paper introduces a novel framework that synergistically integrates an attention-enhanced Multi-Layer Perceptron (MLP) with a Support Vector Machine (SVM) to make Android malware detection and classification more effective. By carefully analyzing a mere 47 features out of over 9,760 available in the comprehensive CCCS-CIC-AndMal-2020 dataset, our MLP-SVM model achieves an impressive accuracy over 99% in identifying malicious applications. The MLP, enhanced with an attention mechanism, focuses on the most discriminative features and further reduces the 47 features to only 14 components using Linear Discriminant Analysis (LDA). Despite this significant reduction in dimensionality, the SVM component, equipped with an RBF kernel, excels in mapping these components to a high-dimensional space, facilitating precise classification of malware into their respective families. Rigorous evaluations, encompassing accuracy, precision, recall, and F1-score metrics, confirm the superiority of our approach compared to existing state-of-the-art techniques. The proposed framework not only significantly reduces the computational complexity by leveraging a compact feature set but also exhibits resilience against the evolving Android malware landscape.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。