TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/Towards Building an Intelligent Anti-Malware System: A Dee...

Towards Building an Intelligent Anti-Malware System: A Deep Learning Approach using Support Vector Machine (SVM) for Malware Classification

Abien Fred Agarap

2017-12-31Malware ClassificationGeneral Classification
PaperPDFCode(official)

Abstract

Effective and efficient mitigation of malware is a long-time endeavor in the information security community. The development of an anti-malware system that can counteract an unknown malware is a prolific activity that may benefit several sectors. We envision an intelligent anti-malware system that utilizes the power of deep learning (DL) models. Using such models would enable the detection of newly-released malware through mathematical generalization. That is, finding the relationship between a given malware $x$ and its corresponding malware family $y$, $f: x \mapsto y$. To accomplish this feat, we used the Malimg dataset (Nataraj et al., 2011) which consists of malware images that were processed from malware binaries, and then we trained the following DL models 1 to classify each malware family: CNN-SVM (Tang, 2013), GRU-SVM (Agarap, 2017), and MLP-SVM. Empirical evidence has shown that the GRU-SVM stands out among the DL models with a predictive accuracy of ~84.92%. This stands to reason for the mentioned model had the relatively most sophisticated architecture design among the presented models. The exploration of an even more optimal DL-SVM model is the next stage towards the engineering of an intelligent anti-malware system.

Results

TaskDatasetMetricValueModel
Malware ClassificationMalimg DatasetAccuracy0.8492GRU + SVM
Malware ClassificationMalimg DatasetAccuracy0.8047FFNN + SVM
Malware ClassificationMalimg DatasetAccuracy0.7723CNN + SVM

Related Papers

Malware Classification Leveraging NLP & Machine Learning for Enhanced Accuracy2025-06-19Semantic Preprocessing for LLM-based Malware Analysis2025-06-13EMBER2024 -- A Benchmark Dataset for Holistic Evaluation of Malware Classifiers2025-06-05Dynamic Malware Classification of Windows PE Files using CNNs and Greyscale Images Derived from Runtime API Call Argument Conversion2025-05-30Structure-based Anomaly Detection and Clustering2025-05-19Malware families discovery via Open-Set Recognition on Android manifest permissions2025-05-19Semantic-Aware Contrastive Fine-Tuning: Boosting Multimodal Malware Classification with Discriminative Embeddings2025-04-25Scalable APT Malware Classification via Parallel Feature Extraction and GPU-Accelerated Learning2025-04-22