热门搜索 专杀工具 PS专区 杀毒软件下载 恶意软件清除 系统修复 系统清理 阅读器

德夫蠕虫病毒手动清除方法介绍

http://down.ddvip.com 豆豆软件资讯 2007年08月03日 sihochina
内容摘要:该病毒是“德夫蠕虫”的变种V恶性蠕虫,会在受感染的电脑中进行多个危险操作:强行关闭多个杀毒软件和windows自带防火墙的保护进程;连接特定的站点,下载大量的病毒;在各个盘符下释放Autorun.inf等病毒文件,试图可通过移动设备进行传播等。

  关于该病毒

  该病毒是“德夫蠕虫”的变种V恶性蠕虫,会在受感染的电脑中进行多个危险操作:强行关闭多个杀毒软件和windows自带防火墙的保护进程;连接特定的站点,下载大量的病毒;在各个盘符下释放Autorun.inf等病毒文件,试图可通过移动设备进行传播等。“德夫蠕虫”与AV终结者的破坏方式极为相似,严重威胁用户的电脑系统及网络个人财产的安全,还会导致电脑的安全性能下降,容易受到更多病毒的袭击。

  如何手工清除该病毒:

  STEP 1:结束病毒进程

  调出任务管理器,找到可疑进程lsass.exe,结束掉当前用户的那个进程。无法结束的话可以在命令提示符状态下进行,在命令提示符状态下输入TASKLIST(察看当前进程),找到进程LSASS.EXE,记下其PID号,输入TASKKILL /PID  process id(其中的process id 就是你刚刚记得的那个进程的PID)。

  STEP 2:清除病毒文件

  手动删除以下病毒文件:

c:program filescommon filesINTEXPLORE.pifc:program filesinternet explorerINTEXPLORE.com
%system%debugdebugprogram.exe
%system%system32Anskya0.exe
%system%system32dxdiag.com
%system%system32MSCONFIG.com
%system%system32 egedit.com
%system%system32LSASS.exe
%system%system32EXERT.exe

  各个分区根目录下的"Autorun.inf"和"command.com"文件。

  以上的步骤可以通过一个批处理完成:

@echo off
echo 开始清除病毒文件………………
pause
attrib -h -s -r c:program filescommon filesINTEXPLORE.pif
attrib -h -s -r c:program filesinternet explorerINTEXPLORE.com
attrib -h -s -r %system%debugdebugprogram.exe
attrib -h -s -r %system%system32Anskya0.exe
attrib -h -s -r %system%system32dxdiag.com
attrib -h -s -r %system%system32MSCONFIG.com
attrib -h -s -r %system%system32 egedit.com
attrib -h -s -r %system%system32LSASS.exe
attrib -h -s -r %system%system32EXERT.exe
attrib -h -s -r c:autorun.inf
attrib -h -s -r c:command.com
attrib -h -s -r d:autorun.inf
attrib -h -s -r d:command.com
attrib -h -s -r e:autorun.inf
attrib -h -s -r e:command.com
attrib -h -s -r f:autorun.inf
attrib -h -s -r f:command.com
attrib -h -s -r g:autorun.inf
attrib -h -s -r g:command.com
attrib -h -s -r h:autorun.inf
attrib -h -s -r h:command.com
del /f /s /q c:program filescommon filesINTEXPLORE.pif
del /f /s /q c:program filesinternet explorerINTEXPLORE.com
del /f /s /q %system%debugdebugprogram.exe
del /f /s /q %system%system32Anskya0.exe
del /f /s /q %system%system32dxdiag.com
del /f /s /q %system%system32MSCONFIG.com
del /f /s /q %system%system32 egedit.com
del /f /s /q %system%system32LSASS.exe
del /f /s /q %system%system32EXERT.exe
del /f /s /q c:autorun.inf
del /f /s /q c:command.com
del /f /s /q d:autorun.inf
del /f /s /q d:command.com
del /f /s /q e:autorun.inf
del /f /s /q e:command.com
del /f /s /q f:autorun.inf
del /f /s /q f:command.com
del /f /s /q g:autorun.inf
del /f /s /q g:command.com
del /f /s /q h:autorun.inf
del /f /s /q h:command.com
echo 病毒文件清理完毕!
pause

  ===================================================

[编辑:豆豆软件资讯频道]

与"德夫蠕虫病毒手动清除方法介绍"相关的资讯