CRLGSep 16, 2019

A Convolutional Transformation Network for Malware Classification

arXiv:1909.07227v153 citations
Originality Highly original
AI Analysis

This work addresses malware detection for cybersecurity, offering a significant improvement over existing methods.

The paper tackles the problem of malware classification by introducing a novel hybrid image transformation method to convert binaries into color images, achieving 99.14% accuracy on the testing set.

Modern malware evolves various detection avoidance techniques to bypass the state-of-the-art detection methods. An emerging trend to deal with this issue is the combination of image transformation and machine learning techniques to classify and detect malware. However, existing works in this field only perform simple image transformation methods that limit the accuracy of the detection. In this paper, we introduce a novel approach to classify malware by using a deep network on images transformed from binary samples. In particular, we first develop a novel hybrid image transformation method to convert binaries into color images that convey the binary semantics. The images are trained by a deep convolutional neural network that later classifies the test inputs into benign or malicious categories. Through the extensive experiments, our proposed method surpasses all baselines and achieves 99.14% in terms of accuracy on the testing set.

Code Implementations1 repo
Foundations

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

Your Notes