paper-with-me

홈 › Papers

Being Single Has Benefits. Instance Poisoning to Deceive Malware Classifiers

2020-10-30 · Tzvika Shapira, David Berend, Ishai Rosenberg, Yang Liu, Asaf Shabtai, Yuval Elovici

The performance of a machine learning-based malware classifier depends on the large and updated training set used to induce its model. In order to maintain an up-to-date training set, there is a need to continuously collect benign and malicious files from a wide range of sources, providing an exploitable target to attackers. In this study, we show how an attacker can launch a sophisticated and efficient poisoning attack targeting the dataset used to train a malware classifier. The attacker's ultimate goal is to ensure that the model induced by the poisoned dataset will be unable to detect the attacker's malware yet capable of detecting other malware. As opposed to other poisoning attacks in the malware detection domain, our attack does not focus on malware families but rather on specific malware instances that contain an implanted trigger, reducing the detection rate from 99.23% to 0% depending on the amount of poisoning. We evaluate our attack on the EMBER dataset with a state-of-the-art classifier and malware samples from VirusTotal for end-to-end validation of our work. We propose a comprehensive detection approach that could serve as a future sophisticated defense against this newly discovered severe threat.

📄 PDF Abstract BibTeX arXiv:2010.16323

Code (0)

등록된 구현이 없습니다.

Tasks

Malware Detection

Similar Papers 제목 키워드 기반

Indirect Adversarial Attacks via Poisoning Neighbors for Graph Convolutional Networks

2020-02-19 · Tsubasa Takahashi

Graph convolutional neural networks, which learn aggregations over neighbor nodes, have achieved great performance in node classification tasks. However, recent studies reported that such graph convolutional node classif…

General ClassificationNode Classification

The Effect of Data Poisoning on Counterfactual Explanations

2024-02-13 · André Artelt, Shubham Sharma, Freddy Lecué, Barbara Hammer

Counterfactual explanations provide a popular method for analyzing the predictions of black-box systems, and they can offer the opportunity for computational recourse by suggesting actionable changes on how to change the…

counterfactualData Poisoning

ML Attack Models: Adversarial Attacks and Data Poisoning Attacks

2021-12-06 · Jing Lin, Long Dang, Mohamed Rahouti, Kaiqi Xiong

Many state-of-the-art ML models have outperformed humans in various tasks such as image classification. With such outstanding performance, ML models are widely used today. However, the existence of adversarial attacks an…

Adversarial AttackData Poisoningimage-classificationImage Classification

Chain-of-Thought Poisoning Attacks against R1-based Retrieval-Augmented Generation Systems

2025-05-22 · Hongru Song, Yu-An Liu, Ruqing Zhang, Jiafeng Guo 외

Retrieval-augmented generation (RAG) systems can effectively mitigate the hallucination problem of large language models (LLMs),but they also possess inherent vulnerabilities. Identifying these weaknesses before the larg…

Adversarial AttackHallucinationPassage RankingRAG+2

Targeted Backdoor Attacks on Deep Learning Systems Using Data Poisoning

2017-12-15 · Xinyun Chen, Chang Liu, Bo Li, Kimberly Lu 외

Deep learning models have achieved high performance on many tasks, and thus have been applied to many security-critical scenarios. For example, deep learning-based face recognition systems have been used to authenticate …

Data PoisoningDeep LearningFace Recognition