PageRank in Malware Categorization
In this paper, we propose a malware categorization method that models malware behavior in terms of instructions using PageRank. PageRank computes ranks of web pages based on structural information and can also compute ranks of instructions that represent the structural information of the instructions in malware analysis methods. Our malware categorization method uses the computed ranks as features in machine learning algorithms. In the evaluation, we compare the effectiveness of different PageRank algorithms and also investigate bagging and boosting algorithms to improve the categorization accuracy.
Code (0)
등록된 구현이 없습니다.
Tasks
BIG-bench Machine LearningMalware AnalysisSimilar Papers 제목 키워드 기반
Exploring Large Language Models for Semantic Analysis and Categorization of Android Malware
Malware analysis is a complex process of examining and evaluating malicious software's functionality, origin, and potential impact. This arduous process typically involves dissecting the software to understand its compon…
Malware AnalysisPrompt EngineeringClassification of Malware by Using Structural Entropy on Convolutional Neural Networks
he number of malicious programs has grown both in number and in sophistication. Analyzing the malicious intent of vast amounts of data requires huge resources and thus, effective categorization of malware is required. I…
General ClassificationMalware ClassificationNovel Feature Extraction, Selection and Fusion for Effective Malware Family Classification
Modern malware is designed with mutation characteristics, namely polymorphism and metamorphism, which causes an enormous growth in the number of variants of malware samples. Categorization of malware samples on the basis…
Computer SecurityGeneral ClassificationMalware ClassificationN-opcode Analysis for Android Malware Classification and Categorization
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 DetectionMalware Classification using Deep Learning based Feature Extraction and Wrapper based Feature Selection Technique
In the case of malware analysis, categorization of malicious files is an essential part after malware detection. Numerous static and dynamic techniques have been reported so far for categorizing malware. This research pr…
Feature Engineeringfeature selectionGeneral ClassificationMalware Analysis+2