paper-with-me

Papers

Generative Adversarial Networks and Image-Based Malware Classification

2022-06-08 · Huy Nguyen, Fabio Di Troia, Genya Ishigaki, Mark Stamp

For efficient malware removal, determination of malware threat levels, and damage estimation, malware family classification plays a critical role. In this paper, we extract features from malware executable files and represent them as images using various approaches. We then focus on Generative Adversarial Networks (GAN) for multiclass classification and compare our GAN results to other popular machine learning techniques, including Support Vector Machine (SVM), XGBoost, and Restricted Boltzmann Machines (RBM). We find that the AC-GAN discriminator is generally competitive with other machine learning techniques. We also evaluate the utility of the GAN generative model for adversarial attacks on image-based malware detection. While AC-GAN generated images are visually impressive, we find that they are easily distinguished from real malware images using any of several learning techniques. This result indicates that our GAN generated images would be of little value in adversarial attacks.

📄 PDF Abstract BibTeX arXiv:2207.00421

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine LearningClassificationMalware ClassificationMalware Detection

Similar Papers 제목 키워드 기반

Improving Android Malware Detection Through Data Augmentation Using Wasserstein Generative Adversarial Networks

2024-03-01 · Kawana Stalin, Mikias Berhanu Mekoya

Generative Adversarial Networks (GANs) have demonstrated their versatility across various applications, including data augmentation and malware detection. This research explores the effectiveness of utilizing GAN-generat…

Android Malware DetectionData AugmentationGenerative Adversarial NetworkMalware Detection

Generation & Evaluation of Adversarial Examples for Malware Obfuscation

2019-04-09 · Daniel Park, Haidar Khan, Bülent Yener

There has been an increased interest in the application of convolutional neural networks for image based malware classification, but the susceptibility of neural networks to adversarial examples allows malicious actors t…

General ClassificationMalware Classification

Generating Synthetic Malware Samples Using Generative AI

2026-04-23 · Tiffany Bao, Kylie Trousil, Quang Duy Tran, Fabio Di Troia 외 arxiv

Malware attacks have a significant negative impact on organizations of varied scales in the field of cybersecurity. Recently, malware researchers have increasingly turned to machine learning techniques to combat sophisti…

Malware Classification

Auxiliary-Classifier GAN for Malware Analysis

2021-07-04 · Rakesh Nagaraju, Mark Stamp

Generative adversarial networks (GAN) are a class of powerful machine learning techniques, where both a generative and discriminative model are trained simultaneously. GANs have been used, for example, to successfully ge…

Malware Analysis

MalCL: Leveraging GAN-Based Generative Replay to Combat Catastrophic Forgetting in Malware Classification

2025-01-02 · Jimin Park, AHyun Ji, Minji Park, Mohammad Saidur Rahman 외

Continual Learning (CL) for malware classification tackles the rapidly evolving nature of malware threats and the frequent emergence of new types. Generative Replay (GR)-based CL systems utilize a generative model to pro…

class-incremental learningClass Incremental LearningContinual LearningIncremental Learning+1