%0 Journal Article %@ 0010-4620 %A Tran, Nghi Phu %A Nguyen, Dai Tho %A Le, Huy Hoang %A Nguyen, Ngoc Toan %A Nguyen, Ngoc Binh %A People's Security Academy, %A VNU University of Engineering and Technology, %A The Kyoto College of Graduate Studies for Informatics, %D 2020 %F SisLab:3998 %I Oxford University Press %J The Computer Journal %T An Efficient Algorithm to Extract Control Flow-based Features for IoT Malware Detection %U https://eprints.uet.vnu.edu.vn/eprints/id/eprint/3998/ %X Control flow-based feature extraction method has the ability to detect malicious code with higher accuracy than traditional text-based methods. Unfortunately, this method has been encountering with the NP-hard problem, which is infeasible for the large-sized and high-complexity programs. To tackle this, we propose a control flow-based features extraction dynamic programming algorithm (CFD) for fast extraction of control flow-based features with polynomial time O(N^2), where N is the number of basic blocks in decompiled executable codes. From the experimental results, it is demonstrated that the proposed algorithm is more efficient and effective in detecting malware than the existing ones. Applying our algorithm to an IoT dataset gives better results on 3 measures: Accuracy (AC) = 99.05%, False Positive Rate (FPR) = 1.31% and False Negative Rate (FNR) = 0.66%.