Packed PE File Detection for Malware Forensics
Packed PE File Detection for Malware Forensics
复制标题
用于恶意软件取证的打包 PE 文件检测
DOI:
10.1109/csa.2009.5404211
复制
发表时间:
2009
期刊:
影响因子:
--
通讯作者:
Sangjin Lee
中科院分区:
文献类型:
--
作者:
Seung;Keun;Sangjin Lee
In malware accident investigation, the most important thing is detection of malicious code. Signature based anti-virus softwares have been used in most of the accident. Malware can easily avoid signature based detection by using packing or encryption method. Because of this, packed file detection is also important. Detection methods can be divided into signature based detection and entropy based detection. Signature based detection can not detect new packing. And entropy based detection has a problem with false positive. We provides detection method using entropy statistics of entry point section and 'write' properties of essential characteristic of packed file. And then, we show packing detection tool and evaluate its performance.