paper-with-me

Papers

A Comparison of Graph Neural Networks for Malware Classification

2023-03-22 · Vrinda Malhotra, Katerina Potika, Mark Stamp

Managing the threat posed by malware requires accurate detection and classification techniques. Traditional detection strategies, such as signature scanning, rely on manual analysis of malware to extract relevant features, which is labor intensive and requires expert knowledge. Function call graphs consist of a set of program functions and their inter-procedural calls, providing a rich source of information that can be leveraged to classify malware without the labor intensive feature extraction step of traditional techniques. In this research, we treat malware classification as a graph classification problem. Based on Local Degree Profile features, we train a wide range of Graph Neural Network (GNN) architectures to generate embeddings which we then classify. We find that our best GNN models outperform previous comparable research involving the well-known MalNet-Tiny Android malware dataset. In addition, our GNN models do not suffer from the overfitting issues that commonly afflict non-GNN techniques, although GNN models require longer training times.

📄 PDF Abstract BibTeX arXiv:2303.12812

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationGraph ClassificationGraph Neural NetworkMalware Classification

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

A Comprehensive Study on Learning-Based PE Malware Family Classification Methods

2021-10-29 · Yixuan Ma, Shuang Liu, Jiajun Jiang, Guanhong Chen 외

Driven by the high profit, Portable Executable (PE) malware has been consistently evolving in terms of both volume and sophistication. PE malware family classification has gained great attention and a large number of app…

ClassificationMalware Classification

Designing Deep Convolutional Neural Networks using a Genetic Algorithm for Image-based Malware Classification

2022-07-18 · IEEE Congress on Evolutionary Computation (CEC) 2022 7 · Cornelius Paardekooper, Nasimul Noman, Raymond Chiong, Vijay Varadharajan

In recent years, deep Convolutional Neural Networks (CNNs) have shown great potential in malware classification. CNNs, which are originally designed for image processing, identify malware binaries visualised as images. D…

Evolutionary AlgorithmsMalware Classification

Classifying Malware Images with Convolutional Neural Network Models

2020-10-30 · Ahmed Bensaoud, Nawaf Abudawaood, Jugal Kalita

Due to increasing threats from malicious software (malware) in both number and complexity, researchers have developed approaches to automatic detection and classification of malware, instead of analyzing methods for malw…

ClassificationGeneral ClassificationMalware ClassificationObject Recognition

Malware Classification Using Deep Boosted Learning

2021-07-08 · Muhammad Asam, Saddam Hussain Khan, Tauseef Jamal, Umme Zahoora 외

Malicious activities in cyberspace have gone further than simply hacking machines and spreading viruses. It has become a challenge for a nations survival and hence has evolved to cyber warfare. Malware is a key component…

ClassificationMalware ClassificationTransfer Learning

NF-GNN: Network Flow Graph Neural Networks for Malware Detection and Classification

2021-03-05 · Julian Busch, Anton Kocheturov, Volker Tresp, Thomas Seidl

Malicious software (malware) poses an increasing threat to the security of communication systems as the number of interconnected mobile devices increases exponentially. While some existing malware detection and classific…

General ClassificationGraph Neural NetworkMalware Detection