摘要
The emergence of malware variants poses a great threat to network security. In malware family classification methods based on assembly instructions, the semantics of operands are closely related to the operating environment and difficult to extract, which leads to the lack of instruction semantics and the difficulty in correctly classifying malware variants. A malware family classification method based on abstract assembly instructions is proposed. The instruction is reconstructed by abstracting the operand type, so that the semantics of the operands can be separated from the constraints of the operating environment. The word attention mechanism and bidirectional gate recurrent unit (Bi-GRU) are used to construct an instruction embedding network and to capture the instruction behavior semantics. Combined with bidirectional recursive neural networks (Bi-RNN), the common instruction sequence of malware family is learned to reduce the interference of variation technology on the instruction sequence. The original instruction and family common instruction sequence are integrated to construct feature images, and the malware family classification is realized through convolutional neural network. The experimental results on the public dataset show that the proposed method can effectively extract operand information, resist the interference of irrelevant instructions in malware variants, and realize the family classification of malware variants.
投稿的翻译标题 | Malware family classification method based on abstract assembly instructions |
---|---|
源语言 | 繁体中文 |
页(从-至) | 348-355 |
页数 | 8 |
期刊 | Beijing Hangkong Hangtian Daxue Xuebao/Journal of Beijing University of Aeronautics and Astronautics |
卷 | 48 |
期 | 2 |
DOI | |
出版状态 | 已出版 - 2月 2022 |
关键词
- Abstract assembly instructions
- Bidirectional recursive neural network (Bi-RNN)
- Convolutional neural network
- Malware family classification
- Visualization
- Word attention mechanism