paper-with-me

Papers

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 classification approaches successfully leverage network traffic data, they treat network flows between pairs of endpoints independently and thus fail to leverage rich communication patterns present in the complete network. Our approach first extracts flow graphs and subsequently classifies them using a novel edge feature-based graph neural network model. We present three variants of our base model, which support malware detection and classification in supervised and unsupervised settings. We evaluate our approach on flow graphs that we extract from a recently published dataset for mobile malware detection that addresses several issues with previously available datasets. Experiments on four different prediction tasks consistently demonstrate the advantages of our approach and show that our graph neural network model can boost detection performance by a significant margin.

📄 PDF Abstract BibTeX arXiv:2103.03939

Code (0)

등록된 구현이 없습니다.

Tasks

General ClassificationGraph Neural NetworkMalware Detection

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

AMD-FCG: An Enhanced Function Call Graph Dataset with Integrated Topological Features for Malware Detection and Classification

2026-06-05 · Parthajit Borah, Sakshi Singh, D. K. Bhattacharyya, J. K. Kalita arxiv

As malware illustrates a complex structure and behavior, detection of these has been a significant challenge in the domain of cybersecurity along with related services in daily life. So, it becomes crucial to have a reli…

Malware Detection

Survey of Malware Analysis through Control Flow Graph using Machine Learning

2023-05-15 · Shaswata Mitra, Stephen A. Torri, Sudip Mittal

Malware is a significant threat to the security of computer systems and networks which requires sophisticated techniques to analyze the behavior and functionality for detection. Traditional signature-based malware detect…

Malware AnalysisMalware Detection

Explainability-Guided Adversarial Attacks on Transformer-Based Malware Detectors Using Control Flow Graphs

2026-04-04 · Andrew Wheeler, Kshitiz Aryal, Maanak Gupta arxiv

Transformer-based malware detection systems operating on graph modalities such as control flow graphs (CFGs) achieve strong performance by modeling structural relationships in program behavior. However, their robustness …

Malware Detection

Explainable Malware Detection through Integrated Graph Reduction and Learning Techniques

2024-12-04 · Hesamodin Mohammadian, Griffin Higgins, Samuel Ansong, Roozbeh Razavi-Far 외

Control Flow Graphs and Function Call Graphs have become pivotal in providing a detailed understanding of program execution and effectively characterizing the behavior of malware. These graph-based representations, when …

Decision MakingMalware Detection

A Combination Method for Android Malware Detection Based on Control Flow Graphs and Machine Learning Algorithms

2019-01-29 · journal 2019 1 · Zhuo Ma, Haoran Ge, Yang Liu, Meng Zhao 외

Android malware severely threaten system and user security in terms of privilege escalation, remote control, tariff theft, and privacy leakage. Therefore, it is of great importance and necessity to detect Android malware…

Android Malware DetectionBIG-bench Machine LearningMalware DetectionTime Series+1