paper-with-me

Papers

Generating Adversarial Malware Examples for Black-Box Attacks Based on GAN

2017-02-20 · Weiwei Hu, Ying Tan

Machine learning has been used to detect new malware in recent years, while malware authors have strong motivation to attack such algorithms. Malware authors usually have no access to the detailed structures and parameters of the machine learning models used by malware detection systems, and therefore they can only perform black-box attacks. This paper proposes a generative adversarial network (GAN) based algorithm named MalGAN to generate adversarial malware examples, which are able to bypass black-box machine learning based detection models. MalGAN uses a substitute detector to fit the black-box malware detection system. A generative network is trained to minimize the generated adversarial examples' malicious probabilities predicted by the substitute detector. The superiority of MalGAN over traditional gradient based adversarial example generation algorithms is that MalGAN is able to decrease the detection rate to nearly zero and make the retraining based defensive method against adversarial examples hard to work.

📄 PDF Abstract BibTeX arXiv:1702.05983

Code (4)

CyberForce/Pesidious pytorch
Vi45en/Pesidious pytorch
yanminglai/Malware-GAN tf
yortyj/Exploiting-GANs-for-Phun-and-Profit

Tasks

BIG-bench Machine LearningGenerative Adversarial NetworkMalware Detection

Similar Papers 제목 키워드 기반

Single-Shot Black-Box Adversarial Attacks Against Malware Detectors: A Causal Language Model Approach

2021-12-03 · James Lee Hu, MohammadReza Ebrahimi, Hsinchun Chen

Deep Learning (DL)-based malware detectors are increasingly adopted for early detection of malicious behavior in cybersecurity. However, their sensitivity to adversarial malware variants has raised immense security conce…

Language ModelingLanguage Modelling

Binary Black-box Evasion Attacks Against Deep Learning-based Static Malware Detectors with Adversarial Byte-Level Language Model

2020-12-14 · MohammadReza Ebrahimi, Ning Zhang, James Hu, Muhammad Taqi Raza 외

Anti-malware engines are the first line of defense against malicious software. While widely used, feature engineering-based anti-malware engines are vulnerable to unseen (zero-day) attacks. Recently, deep learning-based …

Deep LearningFeature EngineeringLanguage ModelingLanguage Modelling+1

Mal2GCN: A Robust Malware Detection Approach Using Deep Graph Convolutional Networks With Non-Negative Weights

2021-08-27 · Omid Kargarnovin, Amir Mahdi Sadeghzadeh, Rasool Jalili

With the growing pace of using Deep Learning (DL) to solve various problems, securing these models against adversaries has become one of the main concerns of researchers. Recent studies have shown that DL-based malware d…

Malware Detection

Malware Evasion Attack and Defense

2019-04-07 · Yonghong Huang, Utkarsh Verma, Celeste Fralick, Gabriel Infante-Lopezy 외

Machine learning (ML) classifiers are vulnerable to adversarial examples. An adversarial example is an input sample which is slightly modified to induce misclassification in an ML classifier. In this work, we investigate…

BIG-bench Machine LearningMalware Detection

Black-Box Attacks against RNN based Malware Detection Algorithms

2017-05-23 · Weiwei Hu, Ying Tan

Recent researches have shown that machine learning based malware detection algorithms are very vulnerable under the attacks of adversarial examples. These works mainly focused on the detection algorithms which use featur…

Malware Detection