paper-with-me

Papers

Classifying Malware Images with Convolutional Neural Network Models

2020-10-30 · Ahmed Bensaoud, Nawaf Abudawaood, Jugal Kalita

Due to increasing threats from malicious software (malware) in both number and complexity, researchers have developed approaches to automatic detection and classification of malware, instead of analyzing methods for malware files manually in a time-consuming effort. At the same time, malware authors have developed techniques to evade signature-based detection techniques used by antivirus companies. Most recently, deep learning is being used in malware classification to solve this issue. In this paper, we use several convolutional neural network (CNN) models for static malware classification. In particular, we use six deep learning models, three of which are past winners of the ImageNet Large-Scale Visual Recognition Challenge. The other three models are CNN-SVM, GRU-SVM and MLP-SVM, which enhance neural models with support vector machines (SVM). We perform experiments using the Malimg dataset, which has malware images that were converted from Portable Executable malware binaries. The dataset is divided into 25 malware families. Comparisons show that the Inception V3 model achieves a test accuracy of 99.24%, which is better than the accuracy of 98.52% achieved by the current state-of-the-art system called the M-CNN model.

📄 PDF Abstract BibTeX arXiv:2010.16108

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationGeneral ClassificationMalware ClassificationObject Recognition

Similar Papers 제목 키워드 기반

Designing Deep Convolutional Neural Networks using a Genetic Algorithm for Image-based Malware Classification

2022-07-18 · IEEE Congress on Evolutionary Computation (CEC) 2022 7 · Cornelius Paardekooper, Nasimul Noman, Raymond Chiong, Vijay Varadharajan

In recent years, deep Convolutional Neural Networks (CNNs) have shown great potential in malware classification. CNNs, which are originally designed for image processing, identify malware binaries visualised as images. D…

Evolutionary AlgorithmsMalware Classification

Data Augmentation Based Malware Detection using Convolutional Neural Networks

2020-10-05 · Ferhat Ozgur Catak, Javed Ahmed, Kevser Sahinbas, Zahid Hussain Khand

Recently, cyber-attacks have been extensively seen due to the everlasting increase of malware in the cyber world. These attacks cause irreversible damage not only to end-users but also to corporate computer systems. Rans…

Data AugmentationImage AugmentationImage GenerationMalware Detection+1

High-resolution Image-based Malware Classification using Multiple Instance Learning

2023-11-21 · Tim Peters, Hikmat Farhat

This paper proposes a novel method of classifying malware into families using high-resolution greyscale images and multiple instance learning to overcome adversarial binary enlargement. Current methods of visualisation-b…

ClassificationMalware ClassificationMultiple Instance Learning

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 mal…

Behavioral Malware ClassificationBehavioral Malware DetectionClassificationDiversity+3

Using Convolutional Neural Networks for Classification of Malware represented as Images

2018-08-27 · Daniel Gibert, Carles Mateu, Jordi Planes & Ramon Vicens

The number of malicious files detected every year are counted by millions. One of the main reasons for these high volumes of different files is the fact that, in order to evade detection, malware authors add mutation. Th…

General ClassificationMalware Classification