Your Ad Here
首页 | 编程语言 | 网站建设 | 游戏天堂 | 冲浪宝典 | 网络安全 | 操作系统 | 软件时空 | 硬件指南 | 病毒相关 | IT 认证
软讯网络 > 编程语言 > .NET > C#.NET > Paper: Static Analyzer of Vicious Executables (SAVE)
【标  题】:Paper: Static Analyzer of Vicious Executables (SAVE)
【关键字】:Paper,Static,Analyzer,of,Vicious,Executables,SAVE
【来  源】:http://blog.csdn.net/iiprogram/archive/2007/01/25/1493564.aspx

Paper: Static Analyzer of Vicious Executables (SAVE)

Your Ad Here  

SAVE seeks to classify closely related pieces of malicious software for the purposes of identifying future ones. The core idea is a good one: Byte code is modified for the purpose of obfuscating the signature of a piece of malware. The stated goal is to modify it in such a way that it is possible fool antivirus scanners. This is done in five different ways.

  1. Null operations are inserted into dead code. Assuming that one is modifying a section of code, insert null operations into the region. Nops are inserted at various places.

     

  2. Modify the data to have a different value, but also retain the same functionality. The example given in their paper is changing je operation to a jge. Functionality is maintained, but the data is altered.
  3. Control flow modification by inserting jumps and nops in various locations.
  4. Data and control flow modification. Same as 2, and 3 but in conjunction.
  5. Pointer aliasing. Variables are replaced with global pointers and functions are referred to by arrays of function pointers.

All these changes are performed on various viruses, but most notably the MyDoom, for which you can get assembly source code. The problem with the above mentioned techniques is that the data offsets will be all offered. Unless there is disassembly involved such that the relocations can be modified, the above modifications are largely invalid.

Similarity Measures

A sequence alignment based euclidian distance is calculated for each code segment. This gives an idea of the similarity of binary values. Read more about if you care. This technique is an interesting one, but certainly things like Scott Miller's binblast technique are better suited.

The anti-virus scanners reacted poorly to the modified samples, while SAVE performed admirably.

Problems With The Approach

The first one is the afore mentioned offset calculations. Modifying real-live PEs in this manner is unlikely to produce working malware without significant code patching. While this is not unlikely, it is quite possible that the code will produce a working example.

The next problem which might have been answered is that there was no investigation into whether the malware valid. Did it run? Did it reproduce? These are all factors that would cause and AV vendor to discount or not flag a binary as malicious.

The packer problem was also largely ignored, save a mention in the paper.

The last problem is that there was no representation as to what the false-positive rate was. This is a critical step that should be performed to show validity.

With a little more work the method could be a valid one. The binary modification techniques were certainly not new. The Euclidian distance is one that should prove useful under future iterations.

icesword 驱动部分分析 by wuyanfeng:【上一篇】
一个驱动木马的分析:【下一篇】
【相关文章】
  • Microsoft Patching Internals
  • Java之static学习
  • c:\winnt\microsoft.net\framework\v1.0.3705\Config\machine.config 报错(Configuration Error)
  • Optimizing the loading of AutoCAD .NET applications
  • Microsoft Visual C++ 6.0 SP6 resource compiler buffer overflow
  • Microsoft Photo Info 1.0
  • out of shared memory segments
  • tkprof&执行计划分析sql
  • Where can one get a list of all hidden Oracle para
  • Upgrading using automatic installation of OS400 R5
  • 【随机文章】
  • OFDMA新一代宽带无线接入及发展前景
  • CounterSpy v1.0.29 Fianl 正式版
  • OS/400存放和删除SPOOL FILES的机制
  • Cisco HSRP的配置
  • 如何在PHP中使用Oracle数据库(2)
  • c的格式化字符串
  • javax.servlet.RequestDispatcher翻译
  • Linux的shell编程(四)
  • UNIX和DOS换行有什么不同?
  • DWDM延伸网状网核心
  • 【相关评论】
    没有相关评论
    【发表评论】
    姓名:
    邮件:
    随机码*
    评论*
          
    |  首 页  |  版权声明  |  联系我们   |  网站地图  |
    CopyRight © 2004-2007 软讯网络 All Rigths Reserved.