paper-with-me

Papers

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

2023-10-05 · Ahmed Abusnaina, Yizhen Wang, Sunpreet Arora, Ke Wang, Mihai Christodorescu, David Mohaisen

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 uncover the sensitivity of volatile features within the detection engines and exhibit their exploitability. Highlighting volatile information channels within the software, we introduce three software pre-processing steps to eliminate the attack surface, namely, padding removal, software stripping, and inter-section information resetting. Further, to counter the emerging section injection attacks, we propose a graph-based section-dependent information extraction scheme for software representation. The proposed scheme leverages aggregated information within various sections in the software to enable robust malware detection and mitigate adversarial settings. Our experimental results show that traditional malware detection models are ineffective against adversarial threats. However, the attack surface can be largely reduced by eliminating the volatile information. Therefore, we propose simple-yet-effective methods to mitigate the impacts of binary manipulation attacks. Overall, our graph-based malware detection scheme can accurately detect malware with an area under the curve score of 88.32\% and a score of 88.19% under a combination of binary manipulation attacks, exhibiting the efficiency of our proposed scheme.

📄 PDF Abstract BibTeX arXiv:2310.03285

Code (0)

등록된 구현이 없습니다.

Tasks

Malware Detection

Similar Papers 제목 키워드 기반

Adversarial Attacks against Windows PE Malware Detection: A Survey of the State-of-the-Art

2021-12-23 · Xiang Ling, Lingfei Wu, Jiangyu Zhang, Zhenqing Qu 외

Malware has been one of the most damaging threats to computers that span across multiple operating systems and various file formats. To defend against ever-increasing and ever-evolving malware, tremendous efforts have be…

Adversarial AttackMalware Detectionspeech-recognitionSpeech Recognition

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

Practical Attacks on Machine Learning: A Case Study on Adversarial Windows Malware

2022-07-12 · Luca Demetrio, Battista Biggio, Fabio Roli

While machine learning is vulnerable to adversarial examples, it still lacks systematic procedures and tools for evaluating its security in different application contexts. In this article, we discuss how to develop autom…

BIG-bench Machine LearningMalware 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 …

Machine Learning for Windows Malware Detection and Classification: Methods, Challenges and Ongoing Research

2024-04-29 · Daniel Gibert

In this chapter, readers will explore how machine learning has been applied to build malware detection systems designed for the Windows operating system. This chapter starts by introducing the main components of a Machin…

Malware Detection