﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>IT博客-平民程序 - linghuye's blog-随笔分类-恶意软件破解研究</title><link>http://www.cnitblog.com/linghuye/category/3865.html</link><description>&lt;p align=right style="background-color: transparent"&gt;天下风云出我辈，一入江湖岁月催。皇图霸业谈笑中，不胜人生一场醉。提剑跨骑挥鬼雨，白骨如山鸟惊飞。尘事如潮人如水，只笑江湖几人回。&lt;p align=right style="background-color: transparent;"&gt;&lt;/p&gt;</description><language>zh-cn</language><lastBuildDate>Tue, 27 Sep 2011 15:17:45 GMT</lastBuildDate><pubDate>Tue, 27 Sep 2011 15:17:45 GMT</pubDate><ttl>60</ttl><item><title>木马病毒处理备忘</title><link>http://www.cnitblog.com/linghuye/archive/2006/08/12/15175.html</link><dc:creator>linghuye</dc:creator><author>linghuye</author><pubDate>Sat, 12 Aug 2006 13:07:00 GMT</pubDate><guid>http://www.cnitblog.com/linghuye/archive/2006/08/12/15175.html</guid><wfw:comment>http://www.cnitblog.com/linghuye/comments/15175.html</wfw:comment><comments>http://www.cnitblog.com/linghuye/archive/2006/08/12/15175.html#Feedback</comments><slash:comments>7</slash:comments><wfw:commentRss>http://www.cnitblog.com/linghuye/comments/commentRss/15175.html</wfw:commentRss><trackback:ping>http://www.cnitblog.com/linghuye/services/trackbacks/15175.html</trackback:ping><description><![CDATA[
		<p>我的机器从不装杀毒软件,杀毒软件对我其实没什么作用,影响系统速度,查一次硬盘耗时数小时,又杀不了新出的病毒,有时杀的系统不干不净,所以有问题都是google一下,然后自己动手清除,平时用Processor Explorer和Autoruns例行检查预防,备忘总结如下:</p>
		<p>
				<font color="#ffff00">病毒分析:</font>
		</p>
		<p>
				<font color="#ffff00">Explorer Browser Helper Objects型病毒</font>
				<br />出现迹象:Autoruns报告出现在HKLM\Software\Microsoft\Windows\CurrentVersion\Explorer\Browser Helper Objects标签下的项目.<br />编程技术:使用Windows Browser Helper Objects技术,为DLL形式,随Explorer和Internet Explorer启动而发作,表象是随开机进入桌面而启动.<br />删除手法:使用Process Explorer杀掉Explorer.exe和所有Internet Explorer进程,使用Explorer.exe的Run,浏览文件功能找到并删除相关DLL文件,再使用Autoruns删除注册表项.<br />一般项目:标签下只该有google的产品,其他一律删除.<br />病毒举例:易趣,3721, System32\googlebar.dll(冒充)</p>
		<p>
				<font color="#ffff00">Internet Explorer Toolbar型病毒<br /></font>出现迹象:Autoruns报告出现在HKLM\Software\Microsoft\Internet Explorer\Toolbar标签下的项目.<br />编程技术:使用Internet Explorer Toolbar Extension技术,为DLL形式,随Internet Explorer启动而发作,表象是打开IE浏览器而启动.<br />删除手法:使用Process Explorer杀掉Explorer.exe和所有Internet Explorer进程,使用Explorer.exe的Run,浏览功能删除文件,使用Autoruns删除注册表项.<br />一般项目:标签下只该有google的产品,其他一律删除.<br />病毒举例:雅虎助手等<br /><br /><font color="#ffff00">CurrentControlSet Services型病毒</font><br />出现迹象:Autoruns报告出现在HKLM\System\CurrentControlSet\Services标签下的项目.<br />编程技术:Exe形式,注册为Service.<br />删除手法:使用Process Explorer杀掉该进程,删除该Exe文件,用Autoruns删除注册表项.<br />一般项目:微软自身的产品<br />病毒举例:<strong><br /><br /></strong><font color="#ffff00">CurrentControlSet Drivers型病毒</font> <br />出现迹象:Autoruns报告出现在HKLM\System\CurrentControlSet\Services标签下的项目.<br />编程技术:sys形式,注册为系统驱动程序,随系统启动.<br />删除手法:确定是病毒文件后,用IceSword强行删除文件和注册表项.<br />一般项目:微软自身的产品<br />病毒举例:<strong>Adware.Roogoo, sysmgr的</strong>NWUPSPX.SYS,iebar的fsprot.sys和moprot.sys<br /><br /><font color="#ffff00">Windows CurrentVersion Run型病毒</font>   <br />出现迹象:Autoruns报告出现在HKCU\Software\Microsoft\Windows\CurrentVersion\Run标签下的项目.<br />编程技术:Exe形式,注册为Run下自动启动.<br />删除手法:使用Process Explorer杀掉该进程,删除该Exe文件,用Autoruns删除注册表项.<br />一般项目:<br /><br /><font color="#ffff00">Winsock Providers型病毒<br /></font>出现迹象:Autoruns报告出现在Winsock Providers标签下的项目.<br />编程技术:Dll形式,技术上要比IE BHO插件木马之类的高,删除后会导致TCP/IP协议栈损毁,导致上网失败,无法查找杀毒资料.<br />删除手法:进入Windows安全模式,使用Autoruns删除注册表项,如果出现删除失败提示,使用RegEdit设置HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WinSock2\Parameters的权限-&gt;高级-&gt;所有者为Administrators,然后再删,然后再用软件WinsockXPFix恢复Winsock协议栈后解决.<br />病毒举例:xboxcenter.dll,quartz32.dll<br /><br />非一般启动手法:<br />1.使用Windows任务计划程序调度启动,位于Autoruns Task Scheduler栏下,例子:iebb.exe<br /><br /><br />禽兽之变诈几何哉,只增笑尔?<br /><br />References:<br /><a href="http://360safe.com/"><font color="#ffff00">http://360safe.com/</font></a></p>
<img src ="http://www.cnitblog.com/linghuye/aggbug/15175.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cnitblog.com/linghuye/" target="_blank">linghuye</a> 2006-08-12 21:07 <a href="http://www.cnitblog.com/linghuye/archive/2006/08/12/15175.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>