首页> 外文会议>International symposium on research in attacks, intrusions and defenses >Counteracting Data-Only Malware with Code Pointer Examination
【24h】

Counteracting Data-Only Malware with Code Pointer Examination

机译:通过代码指针检查来消除纯数据恶意软件

获取原文

摘要

As new code-based defense technologies emerge, attackers move to data-only malware, which is capable of infecting a system without introducing any new code. To manipulate the control flow without code, data-only malware inserts a control data structure into the system, for example in the form of a ROP chain, which enables it to combine existing instructions into a new malicious program. Current systems try to hinder data-only malware by detecting the point in time when the malware starts executing. However, it has been shown that these approaches are not only performance consuming, but can also be subverted. In this work, we introduce a new approach, Code Pointer Examination (CPE), which aims to detect data-only malware by identifying and classifying code pointers. Instead of targeting control flow changes, our approach targets the control structure of data-only malware, which mainly consists of pointers to the instruction sequences that the malware reuses. Since the control structure is comparable to the code region of traditional malware, this results in an effective detection approach that is difficult to evade. We implemented a prototype for recent Linux kernels that is capable of identifying and classifying all code pointers within the kernel. As our experiments show, our prototype is able to detect data-only malware in an efficient manner (less than 1 % overhead).
机译:随着基于代码的新防御技术的出现,攻击者转向了仅数据恶意软件,该恶意软件能够在不引入任何新代码的情况下感染系统。为了在不使用代码的情况下操纵控制流,纯数据恶意软件会将控制数据结构(例如,以ROP链的形式)插入系统,从而使其能够将现有指令组合到新的恶意程序中。当前的系统试图通过检测恶意软件开始执行的时间点来阻止纯数据恶意软件。然而,已经表明,这些方法不仅消耗性能,而且可以被颠覆。在这项工作中,我们介绍了一种新方法,即代码指针检查(CPE),该方法旨在通过对代码指针进行识别和分类来检测仅数据恶意软件。我们的方法不是针对控制流更改,而是针对仅数据恶意软件的控制结构,该结构主要由指向恶意软件可重复使用的指令序列的指针组成。由于控制结构可与传统恶意软件的代码区域进行比较,因此这导致难以逃避的有效检测方法。我们为最近的Linux内核实现了一个原型,该原型能够识别和分类内核中的所有代码指针。如我们的实验所示,我们的原型能够以有效的方式(不到1%的开销)检测仅数据的恶意软件。

著录项

相似文献

  • 外文文献
  • 中文文献
  • 专利
获取原文

客服邮箱:kefu@zhangqiaokeyan.com

京公网安备:11010802029741号 ICP备案号:京ICP备15016152号-6 六维联合信息科技 (北京) 有限公司©版权所有
  • 客服微信

  • 服务号