paper-with-me

Papers

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, Hsinchun Chen

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 static anti-malware detectors have achieved success in identifying unseen attacks without requiring feature engineering and dynamic analysis. However, these detectors are susceptible to malware variants with slight perturbations, known as adversarial examples. Generating effective adversarial examples is useful to reveal the vulnerabilities of such systems. Current methods for launching such attacks require accessing either the specifications of the targeted anti-malware model, the confidence score of the anti-malware response, or dynamic malware analysis, which are either unrealistic or expensive. We propose MalRNN, a novel deep learning-based approach to automatically generate evasive malware variants without any of these restrictions. Our approach features an adversarial example generation process, which learns a language model via a generative sequence-to-sequence recurrent neural network to augment malware binaries. MalRNN effectively evades three recent deep learning-based malware detectors and outperforms current benchmark methods. Findings from applying our MalRNN on a real dataset with eight malware categories are discussed.

📄 PDF Abstract BibTeX arXiv:2012.07994

Code (1)

johnnyzn/MalRNN 공식 구현 pytorch

Tasks

Deep LearningFeature EngineeringLanguage ModelingLanguage ModellingMalware Analysis

Similar Papers 제목 키워드 기반

Malware Makeover: Breaking ML-based Static Analysis by Modifying Executable Bytes

2019-12-19 · Keane Lucas, Mahmood Sharif, Lujo Bauer, Michael K. Reiter 외

Motivated by the transformative impact of deep neural networks (DNNs) in various domains, researchers and anti-virus vendors have proposed DNNs for malware detection from raw bytes that do not require manual feature engi…

Feature EngineeringMalware DetectionSpeech Recognition

Attacking the First-Principle: A Black-Box, Query-Free Targeted Mimicry Attack on Binary Function Classifiers

2026-05-18 · Gabriel Sauger, Jean-Yves Marion, Sazzadur Rahaman, Victor Matrat 외 arxiv

Binary function classifiers play a crucial role in maintaining the security and integrity of software systems by detecting malicious code and unauthorized modifications. However, machine learning-based classifiers are vu…

There are No Bit Parts for Sign Bits in Black-Box Attacks

2019-02-19 · Abdullah Al-Dujaili, Una-May O'Reilly

We present a black-box adversarial attack algorithm which sets new state-of-the-art model evasion rates for query efficiency in the $\ell_\infty$ and $\ell_2$ metrics, where only loss-oracle access to the model is availa…

Adversarial Attack

Agentic Adversarial Rewriting Exposes Architectural Vulnerabilities in Black-Box NLP Pipelines

2026-04-26 · Mazal Bethany, Kim-Kwang Raymond Choo, Nishant Vishwamitra, Peyman Najafirad arxiv

Multi-component natural language processing (NLP) pipelines are increasingly deployed for high-stakes decisions, yet no existing adversarial method can test their robustness under realistic conditions: binary-only feedba…

Sign Bits Are All You Need for Black-Box Attacks

2020-05-01 · ICLR 2020 1 · Abdullah Al-Dujaili, Una-May O'Reilly

We present a novel black-box adversarial attack algorithm with state-of-the-art model evasion rates for query efficiency under $\ell_\infty$ and $\ell_2$ metrics. It exploits a \textit{sign-based}, rather than magnitude-…

Adversarial AttackAllDimensionality Reduction