CRLGNov 19, 2018

Behavioral Malware Classification using Convolutional Recurrent Neural Networks

arXiv:1811.07842v12 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of classifying diverse and evolving malware for cybersecurity applications, representing an incremental advance in the field.

The paper tackles the problem of behavioral malware classification by using a Convolutional Recurrent Neural Network on Windows Prefetch files, achieving state-of-the-art improvements in classifying malware across common and rare families and multiple anti-virus naming schemes.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes