Scholay

学术搜索 · AI 审稿 · LaTeX 协作

A Novel Approach to Malicious Code Detection Using CNN-BiLSTM and Feature Fusion

作者:Lixia Zhang, Tianxu Liu, Ka Shen, Cheng Chen · 年份:2024 · DOI:10.1109/ricai64321.2024.10911787 · 被引用次数:7 · 研究领域:Advanced Malware Detection Techniques、Web Application Security Vulnerabilities、Software Testing and Debugging Techniques

With the rapid advancement of Internet technology, the threat of malware to computer systems and network security has intensified. Malware affects individual privacy and security and poses risks to critical infrastructures of enterprises and nations. The increasing quantity and complexity of malware, along with its concealment and diversity, challenge traditional detection techniques. Static detection methods struggle against variants and packed malware, while dynamic methods face high costs and risks that limit their application. Consequently, there is an urgent need for novel and efficient malware detection techniques to improve accuracy and robustness.This study first employs the minhash algorithm to convert binary files of malware into grayscale images, followed by the extraction of global and local texture features using GIST and LBP algorithms. Additionally, the study utilizes IDA Pro to decompile and extract opcode sequences, applying N-gram and tf-idf algorithms for feature vectorization. The fusion of these features enables the model to comprehensively capture the behavioral characteristics of malware.In terms of model construction, a CNN-BiLSTM fusion model is designed to simultaneously process image features and opcode sequences, enhancing classification performance. Experimental validation on multiple public datasets demonstrates that the proposed method significantly outperforms traditional detection techniques in terms of accuracy, recall, and F1 score, particul...