查看: 1725|回复: 2
收起左侧

usbcleaner20080401简单测试分析

[复制链接]
yu_jf
发表于 2008-5-7 23:32:35 | 显示全部楼层 |阅读模式
      出自本人blog: http://hi.baidu.com/yu%5Fjf/blog/item/4eca31820a79e1ba6c811958.html ,本人水平有限测试的不是很全面
  昨天测试过360,今天简单测试一下usbcleaner。测试分两步,分别是两个批处理:
1.运行下面批处理,打开usbcleaner扫描,看看结果
@echo off
::1.利用U盘病毒特点模仿
echo [AutoRun] >d:\autorun.inf
echo open=NOTEPAD.EXE >>d:\autorun.inf
copy c:\windows\notepad.exe d:\NOTEPAD.EXE
::2.利用文件名和绝对路径模仿病毒
copy c:\windows\notepad.exe c:\windows\system32\explorer.exe
echo [AutoRun] >e:\autorun.inf
echo open="C:\Program Files\Common Files\System\yyjnldu.exe" >>e:\autorun.inf
copy c:\windows\notepad.exe "C:\Program Files\Common Files\System\yyjnldu.exe"
::3.换个路径继续模仿
copy d:\NOTEPAD.EXE d:\DOWNLOAD\notepad.exe
copy d:\autorun.inf d:\DOWNLOAD\autorun.inf
::4.利用文件名模仿
echo [AutoRun] >f:\autorun.inf
echo [AutoRun] >f:\ghost.pif
::5.利用autorun.inf内容模仿,并改名
echo [AutoRun] >f:\auto.inf
echo open=yyjnldu.exe >>f:\auto.inf
pause

test1.jpg


2.运行下面批处理,打开usbcleaner扫描,看看结果
@echo off
::6.病毒样本改名后测试。这个要自己找样本,有风险,不懂别玩
copy E:\s\fs6519.dll.vbs d:\11.vbs
::病毒样本fs6519.dll.vbs)
::7.病毒样本放入..目录,不加inf文件测试。有风险,不懂别玩
md e:\11...\
copy E:\s\fs6519.dll.vbs e:\11...\fs6519.dll.vbs
::8.病毒样本放入..目录,加inf文件测试。有风险,不懂别玩
md f:\11...\
copy E:\s\fs6519.dll.vbs f:\11...\fs6519.dll.vbs
echo [AutoRun] >f:\autorun.inf
echo open=f:\11...\fs6519.dll.vbs >>f:\autorun.inf
pause

test2.jpg

3.测试文件清理:
@echo off
del d:\NOTEPAD.EXE /s /q
del d:\autorun.inf /s /q
del e:\autorun.inf /s /q
del c:\windows\system32\explorer.exe /s /q
del "C:\Program Files\Common Files\System\yyjnldu.exe" /s /q
del d:\DOWNLOAD\notepad.exe /s /q
del d:\DOWNLOAD\autorun.inf /s /q
del f:\autorun.inf /s /q
del f:\ghost.pif /s /q
del f:\auto.inf /s /q
del d:\11.vbs /s /q
rd e:\11...\ /s /q
rd f:\11...\ /s /q
pause
结语:
usbcleaner一直都在用,对付U盘病毒效果很好,不过还不够完美,希望作者继续努力,不断提高技术。


[ 本帖最后由 yu_jf 于 2008-5-10 17:43 编辑 ]
yanghao
发表于 2008-5-10 21:22:36 | 显示全部楼层
同意是该提高了.但对于免费软件来说已经不错了
tiancai2nd
头像被屏蔽
发表于 2008-5-11 14:19:57 | 显示全部楼层
是免费的,以前经常用,推荐给不注意防毒的人挺好,现在经常推荐任软工作室的Autorun病毒防御者,功能更多,挺好用
您需要登录后才可以回帖 登录 | 快速注册

本版积分规则

手机版|杀毒软件|软件论坛| 卡饭论坛

Copyright © KaFan  KaFan.cn All Rights Reserved.

Powered by Discuz! X3.4( 沪ICP备2020031077号-2 ) GMT+8, 2025-1-11 05:48 , Processed in 0.116623 second(s), 20 queries .

卡饭网所发布的一切软件、样本、工具、文章等仅限用于学习和研究,不得将上述内容用于商业或者其他非法用途,否则产生的一切后果自负,本站信息来自网络,版权争议问题与本站无关,您必须在下载后的24小时之内从您的电脑中彻底删除上述信息,如有问题请通过邮件与我们联系。

快速回复 客服 返回顶部 返回列表