AKdroid: Deep Learning Based-Android Malware Classification Using Markov Images and Text Messages
摘要
Android malware uses images to display messages and threats, while the malware detection classification uses the AndroidManifest.xml, resources.arsc, and classes.dex files for malware classification and fails to detect such an app. To address this issue, we have presented a DL-based Android malware detection system that uses the features extracted from the three files and the text extracted from the image. In this paper, we have utilized the pre-trained model (Inceptionv3 and MobileNetV2) for feature extraction from RGB Markov images of the app. Then, we collected all the pictures in the app, extracted the text, and performed feature extraction. Our experiment shows that using the text extracted along with the Markov images increases the accuracy. On the Dataset, our accuracy reaches 98.97% without data augmentation compared with the other method.