paper-with-me

Papers

Behavioral Malware Classification using Convolutional Recurrent Neural Networks

2018-11-19 · Bander Alsulami, Spiros Mancoridis

Behavioral malware detection aims to improve on the performance of static signature-based techniques used by anti-virus systems, which are less effective against modern polymorphic and metamorphic malware. Behavioral malware classification aims to go beyond the detection of malware by also identifying a malware's family according to a naming scheme such as the ones used by anti-virus vendors. Behavioral malware classification techniques use run-time features, such as file system or network activities, to capture the behavioral characteristic of running processes. The increasing volume of malware samples, diversity of malware families, and the variety of naming schemes given to malware samples by anti-virus vendors present challenges to behavioral malware classifiers. We describe a behavioral classifier that uses a Convolutional Recurrent Neural Network and data from Microsoft Windows Prefetch files. We demonstrate the model's improvement on the state-of-the-art using a large dataset of malware families and four major anti-virus vendor naming schemes. The model is effective in classifying malware samples that belong to common and rare malware families and can incrementally accommodate the introduction of new malware samples and families.

📄 PDF Abstract BibTeX arXiv:1811.07842

Code (0)

등록된 구현이 없습니다.

Tasks

Behavioral Malware ClassificationBehavioral Malware DetectionClassificationDiversityGeneral ClassificationMalware ClassificationMalware Detection

Similar Papers 제목 키워드 기반

BEACON: Behavioral Malware Classification with Large Language Model Embeddings and Deep Learning

2025-09-18 · Wadduwage Shanika Perera, Haodi Jiang arxiv

Malware is becoming increasingly complex and widespread, making it essential to develop more effective and timely detection methods. Traditional static analysis often fails to defend against modern threats that employ co…

Malware ClassificationMalware Detection

Dynamic Malware Classification of Windows PE Files using CNNs and Greyscale Images Derived from Runtime API Call Argument Conversion

2025-05-30 · Md Shahnawaz, Bishwajit Prasad Gond, Durga Prasad Mohapatra

Malware detection and classification remains a topic of concern for cybersecurity, since it is becoming common for attackers to use advanced obfuscation on their malware to stay undetected. Conventional static analysis i…

Malware ClassificationMalware Detection

An Empirical Analysis of Image-Based Learning Techniques for Malware Classification

2021-03-24 · Pratikkumar Prajapati, Mark Stamp

In this paper, we consider malware classification using deep learning techniques and image-based features. We employ a wide variety of deep learning techniques, including multilayer perceptrons (MLP), convolutional neura…

Deep LearningGeneral ClassificationMalware ClassificationTransfer Learning

A novel DL approach to PE malware detection: exploring Glove vectorization, MCC_RCNN and feature fusion

2021-01-22 · Yuzhou Lin

In recent years, malware becomes more threatening. Concerning the increasing malware variants, there comes Machine Learning (ML)-based and Deep Learning (DL)-based approaches for heuristic detection. Nevertheless, the pr…

Malware Detection

A Natural Language Processing Approach to Malware Classification

2023-07-07 · Ritik Mehta, Olha Jurečková, Mark Stamp

Many different machine learning and deep learning techniques have been successfully employed for malware detection and classification. Examples of popular learning techniques in the malware domain include Hidden Markov M…

ClassificationFeature EngineeringMalware ClassificationMalware Detection