Control Flow-Based Opcode Behavior Analysis for Malware Detection

Yuxin Ding,Wei Dai,Shengli Yan,Yumei Zhang
DOI: https://doi.org/10.1016/j.cose.2014.04.003
IF: 5.105
2014-01-01
Computers & Security
Abstract:Opcode sequences from decompiled executables have been employed to detect malware. Currently, opcode sequences are extracted using text-based methods, and the limitation of this method is that the extracted opcode sequences cannot represent the true behaviors of an executable. To solve this issue, we present a control flow-based method to extract executable opcode behaviors. The behaviors extracted by this method can fully represent the behavior characteristics of an executable. To verify the efficiency of control flow-based behaviors, we perform a comparative study of the two types of opcode behavior analysis methods. The experimental results indicate that the proposed control flow-based method has a higher overall accuracy and a lower false positive rate.
What problem does this paper attempt to address?