paper-with-me

Papers

N-gram Opcode Analysis for Android Malware Detection

2016-12-05 · BooJoong Kang, Suleiman Y. Yerima, Sakir Sezer, Kieran McLaughlin

Android malware has been on the rise in recent years due to the increasing popularity of Android and the proliferation of third party application markets. Emerging Android malware families are increasingly adopting sophisticated detection avoidance techniques and this calls for more effective approaches for Android malware detection. Hence, in this paper we present and evaluate an n-gram opcode features based approach that utilizes machine learning to identify and categorize Android malware. This approach enables automated feature discovery without relying on prior expert or domain knowledge for pre-determined features. Furthermore, by using a data segmentation technique for feature selection, our analysis is able to scale up to 10-gram opcodes. Our experiments on a dataset of 2520 samples showed an f-measure of 98% using the n-gram opcode based approach. We also provide empirical findings that illustrate factors that have probable impact on the overall n-gram opcodes performance trends.

📄 PDF Abstract BibTeX arXiv:1612.01445

Code (0)

등록된 구현이 없습니다.

Tasks

Android Malware Detectionfeature selectionMalware Detection

Similar Papers 제목 키워드 기반

N-opcode Analysis for Android Malware Classification and Categorization

2016-07-27 · BooJoong Kang, Suleiman Y. Yerima, Kieran McLaughlin, Sakir Sezer

Malware detection is a growing problem particularly on the Android mobile platform due to its increasing popularity and accessibility to numerous third party app markets. This has also been made worse by the increasingly…

ClassificationGeneral ClassificationMalware ClassificationMalware Detection

Data Augmentation for Opcode Sequence Based Malware Detection

2021-06-22 · Niall McLaughlin, Jesus Martinez del Rincon

In this paper we study data augmentation for opcode sequence based Android malware detection. Data augmentation has been successfully used in many areas of deep-learning to significantly improve model performance. Typica…

Android Malware DetectionData AugmentationDiversityLanguage Modeling+4

Malceiver: Perceiver with Hierarchical and Multi-modal Features for Android Malware Detection

2022-04-12 · Niall McLaughlin

We propose the Malceiver, a hierarchical Perceiver model for Android malware detection that makes use of multi-modal features. The primary inputs are the opcode sequence and the requested permissions of a given Android A…

Android Malware DetectionMalware ClassificationMalware Detection

OpCode-Based Malware Classification Using Machine Learning and Deep Learning Techniques

2025-04-18 · Varij Saini, Rudraksh Gupta, Neel Soni

This technical report presents a comprehensive analysis of malware classification using OpCode sequences. Two distinct approaches are evaluated: traditional machine learning using n-gram analysis with Support Vector Mach…

Android Malware DetectionDeep LearningMalware ClassificationMalware Detection

An investigation of the classifiers to detect android malicious apps

2018-02-23 · Sharma Ashu, Sahay Sanjay K.

Android devices are growing exponentially and are connected through the internet accessing billion of online websites. The popularity of these devices encourages malware developer to penetrate the market with malicious a…

Malware Detection