paper-with-me

Papers

Clustering based opcode graph generation for malware variant detection

2022-11-18 · Kar Wai Fok, Vrizlynn L. L. Thing

Malwares are the key means leveraged by threat actors in the cyber space for their attacks. There is a large array of commercial solutions in the market and significant scientific research to tackle the challenge of the detection and defense against malwares. At the same time, attackers also advance their capabilities in creating polymorphic and metamorphic malwares to make it increasingly challenging for existing solutions. To tackle this issue, we propose a methodology to perform malware detection and family attribution. The proposed methodology first performs the extraction of opcodes from malwares in each family and constructs their respective opcode graphs. We explore the use of clustering algorithms on the opcode graphs to detect clusters of malwares within the same malware family. Such clusters can be seen as belonging to different sub-family groups. Opcode graph signatures are built from each detected cluster. Hence, for each malware family, a group of signatures is generated to represent the family. These signatures are used to classify an unknown sample as benign or belonging to one the malware families. We evaluate our methodology by performing experiments on a dataset consisting of both benign files and malware samples belonging to a number of different malware families and comparing the results to existing approach.

📄 PDF Abstract BibTeX arXiv:2211.10048

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringGraph GenerationMalware Detection

Similar Papers 제목 키워드 기반

DRLDO: A novel DRL based De-ObfuscationSystem for Defense against Metamorphic Malware

2021-02-01 · Mohit Sewak, Sanjay K. Sahay, Hemant Rathore

In this paper, we propose a novel mechanism to normalize metamorphic and obfuscated malware down at the opcode level and hence create an advanced metamorphic malware de-obfuscation and defense system. We name this system…

Deep Reinforcement LearningIntrusion 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

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 sophi…

Android Malware Detectionfeature selectionMalware Detection

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

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