paper-with-me

Papers

A Transformer-Based Framework for Payload Malware Detection and Classification

2024-03-27 · Kyle Stein, Arash Mahyari, Guillermo Francia III, Eman El-Sheikh

As malicious cyber threats become more sophisticated in breaching computer networks, the need for effective intrusion detection systems (IDSs) becomes crucial. Techniques such as Deep Packet Inspection (DPI) have been introduced to allow IDSs analyze the content of network packets, providing more context for identifying potential threats. IDSs traditionally rely on using anomaly-based and signature-based detection techniques to detect unrecognized and suspicious activity. Deep learning techniques have shown great potential in DPI for IDSs due to their efficiency in learning intricate patterns from the packet content being transmitted through the network. In this paper, we propose a revolutionary DPI algorithm based on transformers adapted for the purpose of detecting malicious traffic with a classifier head. Transformers learn the complex content of sequence data and generalize them well to similar scenarios thanks to their self-attention mechanism. Our proposed method uses the raw payload bytes that represent the packet contents and is deployed as man-in-the-middle. The payload bytes are used to detect malicious packets and classify their types. Experimental results on the UNSW-NB15 and CIC-IOT23 datasets demonstrate that our transformer-based model is effective in distinguishing malicious from benign traffic in the test dataset, attaining an average accuracy of 79\% using binary classification and 72\% on the multi-classification experiment, both using solely payload bytes.

📄 PDF Abstract BibTeX arXiv:2403.18223

Code (0)

등록된 구현이 없습니다.

Tasks

Binary ClassificationIntrusion DetectionMalware Detection

Similar Papers 제목 키워드 기반

Packet Inspection Transformer: A Self-Supervised Journey to Unseen Malware Detection with Few Samples

2024-09-26 · Kyle Stein, Arash Mahyari, Guillermo Francia III, Eman El-Sheikh

As networks continue to expand and become more interconnected, the need for novel malware detection methods becomes more pronounced. Traditional security measures are increasingly inadequate against the sophistication of…

Few-Shot LearningMalware DetectionSelf-Supervised LearningTraffic Classification

Deceiving End-to-End Deep Learning Malware Detectors using Adversarial Examples

2018-02-13 · Felix Kreuk, Assi Barak, Shir Aviv-Reuven, Moran Baruch 외

In recent years, deep learning has shown performance breakthroughs in many applications, such as image detection, image segmentation, pose estimation, and speech recognition. However, this comes with a major concern: dee…

Deep LearningImage SegmentationMalware DetectionPose Estimation+3

Certifiably robust malware detectors by design

2025-08-10 · Pierre-Francois Gimenez, Sarath Sivaprasad, Mario Fritz arxiv

Malware analysis involves analyzing suspicious software to detect malicious payloads. Static malware analysis, which does not require software execution, relies increasingly on machine learning techniques to achieve scal…

Malware Detection

ThreatVisionAI: A Hybrid CNN-ViT Framework for Image-Based Malware Classification

2026-07-04 · Allyson Taylor, Prashanth BusiReddyGari arxiv

Traditional malware detection methods struggle to generalize to obfuscated or previously unseen threats. This paper introduces ThreatVisionAI, a hybrid malware family classification framework that integrates a raw-image …

Malware ClassificationMalware Detection

Self-Supervised Vision Transformers for Malware Detection

2022-08-15 · Sachith Seneviratne, Ridwan Shariffdeen, Sanka Rasnayaka, Nuran Kasthuriarachchi

Malware detection plays a crucial role in cyber-security with the increase in malware growth and advancements in cyber-attacks. Previously unseen malware which is not determined by security vendors are often used in thes…

Binary ClassificationMalware ClassificationMalware DetectionMalware Family Detection+2