paper-with-me

Papers

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 features with fixed dimension, while some researchers have begun to use recurrent neural networks (RNN) to detect malware based on sequential API features. This paper proposes a novel algorithm to generate sequential adversarial examples, which are used to attack a RNN based malware detection system. It is usually hard for malicious attackers to know the exact structures and weights of the victim RNN. A substitute RNN is trained to approximate the victim RNN. Then we propose a generative RNN to output sequential adversarial examples from the original sequential malware inputs. Experimental results showed that RNN based malware detection algorithms fail to detect most of the generated malicious adversarial examples, which means the proposed model is able to effectively bypass the detection algorithms.

📄 PDF Abstract BibTeX arXiv:1705.08131

Code (1)

MindSpore-scientific/code-3/tree/main/Black-Box-Attacks-against mindspore

Tasks

Malware Detection

Similar 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 paramete…

BIG-bench Machine LearningGenerative Adversarial NetworkMalware Detection

Creating Valid Adversarial Examples of Malware

2023-06-23 · Matouš Kozák, Martin Jureček, Mark Stamp, Fabio Di Troia

Machine learning is becoming increasingly popular as a go-to approach for many tasks due to its world-class results. As a result, antivirus developers are incorporating machine learning models into their products. While …

Malware Detectionreinforcement-learningvalid

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

Burning the Adversarial Bridges: Robust Windows Malware Detection Against Binary-level Mutations

2023-10-05 · Ahmed Abusnaina, Yizhen Wang, Sunpreet Arora, Ke Wang 외

Toward robust malware detection, we explore the attack surface of existing malware detection systems. We conduct root-cause analyses of the practical binary-level black-box adversarial malware examples. Additionally, we …

Malware Detection

Adversarial EXEmples: Functionality-preserving Optimization of Adversarial Windows Malware

2021-06-18 · ICML Workshop AML 2021 7 · Luca Demetrio, Battista Biggio, Giovanni Lagorio, Alessandro Armando 외

Windows malware classifiers that rely on static analysis have been proven vulnerable to adversarial EXEmples, i.e., malware samples carefully manipulated to evade detection. However, such attacks are typically optimized …