paper-with-me

Papers

Semantic-preserving Reinforcement Learning Attack Against Graph Neural Networks for Malware Detection

2020-09-11 · Lan Zhang, Peng Liu, Yoon-Ho Choi, Ping Chen

As an increasing number of deep-learning-based malware scanners have been proposed, the existing evasion techniques, including code obfuscation and polymorphic malware, are found to be less effective. In this work, we propose a reinforcement learning-based semantics-preserving (i.e.functionality-preserving) attack against black-box GNNs (GraphNeural Networks) for malware detection. The key factor of adversarial malware generation via semantic Nops insertion is to select the appropriate semanticNopsand their corresponding basic blocks. The proposed attack uses reinforcement learning to automatically make these "how to select" decisions. To evaluate the attack, we have trained two kinds of GNNs with five types(i.e., Backdoor, Trojan-Downloader, Trojan-Ransom, Adware, and Worm) of Windows malware samples and various benign Windows programs. The evaluation results have shown that the proposed attack can achieve a significantly higher evasion rate than three baseline attacks, namely the semantics-preserving random instruction insertion attack, the semantics-preserving accumulative instruction insertion attack, and the semantics-preserving gradient-based instruction insertion attack.

📄 PDF Abstract BibTeX arXiv:2009.05602

Code (1)

kevinkoo001/ropf 공식 구현

Tasks

Malware Detectionreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

GCN A Graph Convolutional Network, or GCN, is an approach for semi-supervised learning on graph-structured data. It is based on an efficient variant of [convolutional neural…

Similar Papers 제목 키워드 기반

Attacks and Defenses Against LLM Fingerprinting

2025-08-12 · Kevin Kurian, Ethan Holland, Sean Oesch arxiv

As large language models are increasingly deployed in sensitive environments, fingerprinting attacks pose significant privacy and security risks. We present a study of LLM fingerprinting from both offensive and defensive…

Reinforcement Learning

Defending LLM Watermarking Against Spoofing Attacks with Contrastive Representation Learning

2025-04-09 · Li An, Yujian Liu, Yepeng Liu, Yang Zhang 외

Watermarking has emerged as a promising technique for detecting texts generated by LLMs. Current research has primarily focused on three design criteria: high quality of the watermarked text, high detectability, and robu…

Representation Learning

Beyond Pixels: Semantic-aware Typographic Attack for Geo-Privacy Protection

2025-11-16 · Jiayi Zhu, Yihao Huang, Yue Cao, Xiaojun Jia 외 arxiv

Large Visual Language Models (LVLMs) now pose a serious yet overlooked privacy threat, as they can infer a social media user's geolocation directly from shared images, leading to unintended privacy leakage. While adversa…

Semantic-Preserving Adversarial Code Comprehension

2022-09-12 · COLING 2022 10 · Yiyang Li, Hongqiu Wu, Hai Zhao

Based on the tremendous success of pre-trained language models (PrLMs) for source code comprehension tasks, current literature studies either ways to further improve the performance (generalization) of PrLMs, or their ro…

SRD: Reinforcement-Learned Semantic Perturbation for Backdoor Defense in VLMs

2025-06-05 · Shuhan Xu, Siyuan Liang, Hongling Zheng, Yong Luo 외

Vision-Language Models (VLMs) have achieved remarkable performance in image captioning, but recent studies show they are vulnerable to backdoor attacks. Attackers can inject imperceptible perturbations-such as local pixe…

backdoor defenseImage Captioning