paper-with-me

Papers

PageRank in Malware Categorization

2016-08-02 · BooJoong Kang, Suleiman Y. Yerima, Kieran McLaughlin, Sakir Sezer

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.

📄 PDF Abstract BibTeX arXiv:1608.00866

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine LearningMalware Analysis

Similar Papers 제목 키워드 기반

Exploring Large Language Models for Semantic Analysis and Categorization of Android Malware

2025-01-08 · Brandon J Walton, Mst Eshita Khatun, James M Ghawaly, Aisha Ali-Gombe

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 Engineering

Classification of Malware by Using Structural Entropy on Convolutional Neural Networks

2018-04-27 · Daniel Gibert, Carles Mateu, Jordi Planes, Ramon Vicens

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 Classification

Novel Feature Extraction, Selection and Fusion for Effective Malware Family Classification

2015-11-13 · Mansour Ahmadi, Dmitry Ulyanov, Stanislav Semenov, Mikhail Trofimov 외

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 Classification

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

Malware Classification using Deep Learning based Feature Extraction and Wrapper based Feature Selection Technique

2019-10-24 · Muhammad Furqan Rafique, Muhammad Ali, Aqsa Saeed Qureshi, Asifullah Khan 외

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