LGCRFeb 20, 2017

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

arXiv:1702.05983v1531 citations
Originality Incremental advance
AI Analysis

This addresses the challenge for malware authors to evade detection systems using black-box attacks, with incremental improvements over traditional methods.

The paper tackles the problem of generating adversarial malware examples to bypass black-box machine learning detection models, achieving a detection rate decrease to nearly zero.

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.

Code Implementations4 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes