paper-with-me

Papers

MalPhase: Fine-Grained Malware Detection Using Network Flow Data

2021-06-01 · Michal Piskozub, Fabio De Gaspari, Frederick Barr-Smith, Luigi V. Mancini, Ivan Martinovic

Economic incentives encourage malware authors to constantly develop new, increasingly complex malware to steal sensitive data or blackmail individuals and companies into paying large ransoms. In 2017, the worldwide economic impact of cyberattacks is estimated to be between 445 and 600 billion USD, or 0.8% of global GDP. Traditionally, one of the approaches used to defend against malware is network traffic analysis, which relies on network data to detect the presence of potentially malicious software. However, to keep up with increasing network speeds and amount of traffic, network analysis is generally limited to work on aggregated network data, which is traditionally challenging and yields mixed results. In this paper we present MalPhase, a system that was designed to cope with the limitations of aggregated flows. MalPhase features a multi-phase pipeline for malware detection, type and family classification. The use of an extended set of network flow features and a simultaneous multi-tier architecture facilitates a performance improvement for deep learning models, making them able to detect malicious flows (>98% F1) and categorize them to a respective malware type (>93% F1) and family (>91% F1). Furthermore, the use of robust features and denoising autoencoders allows MalPhase to perform well on samples with varying amounts of benign traffic mixed in. Finally, MalPhase detects unseen malware samples with performance comparable to that of known samples, even when interlaced with benign flows to reflect realistic network environments.

📄 PDF Abstract BibTeX arXiv:2106.00541

Code (0)

등록된 구현이 없습니다.

Tasks

DenoisingMalware Detection

Similar Papers 제목 키워드 기반

A Multi-view Context-aware Approach to Android Malware Detection and Malicious Code Localization

2017-04-06 · Annamalai Narayanan, Mahinthan Chandramohan, Lihui Chen, Yang Liu

Existing Android malware detection approaches use a variety of features such as security sensitive APIs, system calls, control-flow structures and information flows in conjunction with Machine Learning classifiers to ach…

Android Malware DetectionMalware DetectionMULTI-VIEW 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

MG-DVD: A Real-time Framework for Malware Variant Detection Based on Dynamic Heterogeneous Graph Learning

2021-06-23 · Chen Liu, Bo Li, Jun Zhao, Ming Su 외

Detecting the newly emerging malware variants in real time is crucial for mitigating cyber risks and proactively blocking intrusions. In this paper, we propose MG-DVD, a novel detection framework based on dynamic heterog…

BlockingGraph Learning

Beyond Classification: Evaluating LLMs for Fine-Grained Automatic Malware Behavior Auditing

2025-09-17 · Xinran Zheng, Xingzhi Qian, Yiling He, Shuo Yang 외 arxiv

Automated malware classification has achieved strong detection performance. Yet, malware behavior auditing seeks causal and verifiable explanations of malicious activities -- essential not only to reveal what malware doe…

Malware Classification

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