paper-with-me

Papers

Malware Detection Using Frequency Domain-Based Image Visualization and Deep Learning

2021-01-26 · Tajuddin Manhar Mohammed, Lakshmanan Nataraj, Satish Chikkagoudar, Shivkumar Chandrasekaran, B. S. Manjunath

We propose a novel method to detect and visualize malware through image classification. The executable binaries are represented as grayscale images obtained from the count of N-grams (N=2) of bytes in the Discrete Cosine Transform (DCT) domain and a neural network is trained for malware detection. A shallow neural network is trained for classification, and its accuracy is compared with deep-network architectures such as ResNet that are trained using transfer learning. Neither dis-assembly nor behavioral analysis of malware is required for these methods. Motivated by the visual similarity of these images for different malware families, we compare our deep neural network models with standard image features like GIST descriptors to evaluate the performance. A joint feature measure is proposed to combine different features using error analysis to get an accurate ensemble model for improved classification performance. A new dataset called MaleX which contains around 1 million malware and benign Windows executable samples is created for large-scale malware detection and classification experiments. Experimental results are quite promising with 96% binary classification accuracy on MaleX. The proposed model is also able to generalize well on larger unseen malware samples and the results compare favorably with state-of-the-art static analysis-based malware detection algorithms.

📄 PDF Abstract BibTeX arXiv:2101.10578

Code (1)

Mayachitra-Inc/MaleX 공식 구현

Tasks

Binary ClassificationClassificationGeneral Classificationimage-classificationImage ClassificationMalware DetectionTransfer Learning

Methods 이 논문이 사용한 방법론

Average Pooling 설명 없음
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
Kaiming Initialization 설명 없음
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Batch Normalization 설명 없음
Residual Connection 설명 없음
Bottleneck Residual Block A Bottleneck Residual Block is a variant of the residual block that utilises 1x1 convolutions to create a bottleneck. The…

Similar Papers 제목 키워드 기반

ThreatVisionAI: A Hybrid CNN-ViT Framework for Image-Based Malware Classification

2026-07-04 · Allyson Taylor, Prashanth BusiReddyGari arxiv

Traditional malware detection methods struggle to generalize to obfuscated or previously unseen threats. This paper introduces ThreatVisionAI, a hybrid malware family classification framework that integrates a raw-image …

Malware ClassificationMalware Detection

Accelerating Malware Classification: A Vision Transformer Solution

2024-09-28 · Shrey Bavishi, Shrey Modi

The escalating frequency and scale of recent malware attacks underscore the urgent need for swift and precise malware classification in the ever-evolving cybersecurity landscape. Key challenges include accurately categor…

Classificationimage-classificationImage ClassificationMalware Classification+2

ViPER: Vision-based Packing-Aware Encoder for Robust Malware Detection

2026-06-11 · Fatima Qaiser, Bisma Tahir, Muhammad Abid Mughal, Nauman Shamim arxiv

Visualization-based malware detection maps raw binary bytes to grayscale images and applies learned visual classifiers, providing an evasion-resistant and disassembly-free alternative to conventional analysis pipelines. …

Malware ClassificationMalware Detection

Deep Image: A precious image based deep learning method for online malware detection in IoT Environment

2022-04-04 · Meysam Ghahramani, Rahim Taheri, Mohammad Shojafar, Reza Javidan 외

The volume of malware and the number of attacks in IoT devices are rising everyday, which encourages security professionals to continually enhance their malware analysis tools. Researchers in the field of cyber security …

Malware AnalysisMalware Detection

Malware Detection using Machine Learning and Deep Learning

2019-04-04 · Hemant Rathore, Swati Agarwal, Sanjay K. Sahay, Mohit Sewak

Research shows that over the last decade, malware has been growing exponentially, causing substantial financial losses to various organizations. Different anti-malware companies have been proposing solutions to defend at…

BIG-bench Machine LearningDeep LearningMalware AnalysisMalware Classification+1