paper-with-me

Papers

Explanation-Guided Backdoor Poisoning Attacks Against Malware Classifiers

2020-03-02 · Giorgio Severi, Jim Meyer, Scott Coull, Alina Oprea

Training pipelines for machine learning (ML) based malware classification often rely on crowdsourced threat feeds, exposing a natural attack injection point. In this paper, we study the susceptibility of feature-based ML malware classifiers to backdoor poisoning attacks, specifically focusing on challenging "clean label" attacks where attackers do not control the sample labeling process. We propose the use of techniques from explainable machine learning to guide the selection of relevant features and values to create effective backdoor triggers in a model-agnostic fashion. Using multiple reference datasets for malware classification, including Windows PE files, PDFs, and Android applications, we demonstrate effective attacks against a diverse set of machine learning models and evaluate the effect of various constraints imposed on the attacker. To demonstrate the feasibility of our backdoor attacks in practice, we create a watermarking utility for Windows PE files that preserves the binary's functionality, and we leverage similar behavior-preserving alteration methodologies for Android and PDF files. Finally, we experiment with potential defensive strategies and show the difficulties of completely defending against these attacks, especially when the attacks blend in with the legitimate sample distribution.

📄 PDF Abstract BibTeX arXiv:2003.01031

Code (2)

ClonedOne/MalwareBackdoors
buaayangchun/malwrebackdoor

Tasks

BIG-bench Machine LearningGeneral ClassificationMalware Classification

Similar Papers 제목 키워드 기반

Certified Robustness of Nearest Neighbors against Data Poisoning and Backdoor Attacks

2020-12-07 · Jinyuan Jia, Yupei Liu, Xiaoyu Cao, Neil Zhenqiang Gong

Data poisoning attacks and backdoor attacks aim to corrupt a machine learning classifier via modifying, adding, and/or removing some carefully selected training examples, such that the corrupted classifier makes incorrec…

Data Poisoning

Backdooring and Poisoning Neural Networks with Image-Scaling Attacks

2020-03-19 · Erwin Quiring, Konrad Rieck

Backdoors and poisoning attacks are a major threat to the security of machine-learning and vision systems. Often, however, these attacks leave visible artifacts in the images that can be visually detected and weaken the …

Strong Data Augmentation Sanitizes Poisoning and Backdoor Attacks Without an Accuracy Tradeoff

2020-11-18 · Eitan Borgnia, Valeriia Cherepanova, Liam Fowl, Amin Ghiasi 외

Data poisoning and backdoor attacks manipulate victim models by maliciously modifying training data. In light of this growing threat, a recent survey of industry professionals revealed heightened fear in the private sect…

Data AugmentationData Poisoning

Defending Against Weight-Poisoning Backdoor Attacks for Parameter-Efficient Fine-Tuning

2024-02-19 · Shuai Zhao, Leilei Gan, Luu Anh Tuan, Jie Fu 외

Recently, various parameter-efficient fine-tuning (PEFT) strategies for application to language models have been proposed and successfully implemented. However, this raises the question of whether PEFT, which only update…

Backdoor Attackparameter-efficient fine-tuningtext-classificationText Classification

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