BriefGPT.xyz
Oct, 2018
恶意软件检测中的对抗样本探索
Exploring Adversarial Examples in Malware Detection
HTML
PDF
Octavian Suciu, Scott E. Coull, Jeffrey Johns
TL;DR
研究卷积神经网络在恶意软件检测中的应用,探索对抗样本在该领域中的影响,发现之前的攻击不如之前报告的那么有效,同时还存在架构上的弱点,容易遭受新的攻击策略,继而探讨了攻击策略的可变性、提高攻击有效性的权衡以及单步攻击的可转移性。
Abstract
The
convolutional neural network
(CNN) architecture is increasingly being applied to new domains, such as
malware detection
, where it is able to learn malicious behavior from raw bytes extracted from executables.
→