<?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>Bleuken.com &#187; Worms</title>
	<atom:link href="http://www.bleuken.com/tag/worms/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bleuken.com</link>
	<description>SEO, Programming, Gadgets, Boxing, Etc.</description>
	<lastBuildDate>Sun, 15 Jan 2012 12:16:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>W32/Sality Virus &#8211; Unhiding the Folders</title>
		<link>http://www.bleuken.com/w32sality-virus-unhiding-folders-20090223/</link>
		<comments>http://www.bleuken.com/w32sality-virus-unhiding-folders-20090223/#comments</comments>
		<pubDate>Mon, 23 Feb 2009 14:14:13 +0000</pubDate>
		<dc:creator>bleuken</dc:creator>
				<category><![CDATA[Some Tips]]></category>
		<category><![CDATA[Tech & Gadgets]]></category>
		<category><![CDATA[Virus]]></category>
		<category><![CDATA[W32 Sality]]></category>
		<category><![CDATA[Worms]]></category>

		<guid isPermaLink="false">http://www.bleuken.com/?p=763</guid>
		<description><![CDATA[I am really annoyed with this virus that infects my USB stick and a friend&#8217;s PC. It embeds itself to the .EXEcutable files of the infected system. I am referring to a worm / virus called W32/Sality Virus (as per detected by AVAST). I actually prevented it to create autorun.inf file on my external drive [...]<p><a href="http://www.bleuken.com/w32sality-virus-unhiding-folders-20090223/">W32/Sality Virus &#8211; Unhiding the Folders</a> is a post from: <a href="http://www.bleuken.com">Bleuken.com</a></p>



No related posts.]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-764" title="w32sality-virus" src="http://www.bleuken.com/wp-content/uploads/2009/02/w32sality-virus.jpg" alt="w32sality-virus" width="169" height="169" />I am really annoyed with this virus that infects my USB stick and a friend&#8217;s PC. It embeds itself to the .EXEcutable files of the infected system. I am referring to a worm / virus called <strong>W32/Sality Virus</strong> (as per detected by AVAST). I actually prevented it to create <a href="http://www.bleuken.com/2008/07/01/preventing-and-removing-autoruninf-virus/">autorun.inf</a> file on my external drive using the method I&#8217;ve been using to deal with this kind of virus or worms however it uses other methods to spread itself. What it do aside from embedding itself on .EXE files and installing itself to the AUTORUN system of the computer is it creates a mimic of all the folder of the current drive. That&#8217;s right, it creates a copy of the same name of each folder of the drive and hides all the folder by changing its attribute to Hidden+System (H+S) attribute. Making it invisible in the windows explorer despite you enable the Show Hidden Files and Folders option.</p>
<p>When you will view your files on your USB drives, it seems that nothing happens because all the folders are seems in the list but actually all of them are the virus already. It uses a folder icon to deceive possible victims to double-click it. It executes then the maliscious code on the system and start spreading through other drives it see then opens the folder so that you will not suspect that there&#8217;s something wrong with your system. W32/Sality Virus is really quite tricky because it combines all possible method of spreading it through the system.</p>
<p><span id="more-763"></span>What I hate about it is it can be fixed by AVAST and there&#8217;s no way you can do about it. Leaving me no choice but to delete the infected .EXE files. Another thing is that since you can&#8217;t see the folder in Windows Explorer because of what it did on the file attibutes, you need to manually reset the file attribute through the command prompt. The problem is that if you have a lot of folder to unhide, it will really very painful in your part. That&#8217;s why what I did was I made a VBS script (with the help of VBSEdit) that recursively change all the folders on the drive I like. The script that I made resets the attribute of all the folder to zero. This way it unhides all the folder that hides by the Sality virus. If you want to use the VBScript, you can download it <a title="Rename this file to fixfolder.vbs to make it work." href="http://www.bleuken.com/utility/fixfolder.vbs.txt">here</a> (just don&#8217;t forget to rename it to fixfolder.vbs) but I am recommending that you don&#8217;t run it on your system drive (C:\&gt;)  and use it at your own risk. It work on me but if something bad happens to any way not related or related to this script, well don&#8217;t blame me. <img src='http://www.bleuken.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Here&#8217;s the code:</p>
<pre><code>' Reset the file attributes of All the Folder in a specific Drive
' Change Z:\ to the drive letter where you want the change will happen.

cDrive = "Z:\"

Set FSO = CreateObject("Scripting.FileSystemObject")
ShowSubfolders FSO.GetFolder(cDrive)
WScript.Echo "Done with fix."

Sub ShowSubFolders(Folder)
    str = ""
    For Each Subfolder in Folder.SubFolders
        str = str &amp; " " &amp; Subfolder.Path
        subFolder.Attributes = 0
        ShowSubFolders Subfolder
    Next
End Sub</code></pre>
<p><a href="http://www.bleuken.com/w32sality-virus-unhiding-folders-20090223/">W32/Sality Virus &#8211; Unhiding the Folders</a> is a post from: <a href="http://www.bleuken.com">Bleuken.com</a></p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.bleuken.com/w32sality-virus-unhiding-folders-20090223/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>Conficker Worm/Virus, Removal and Prevention</title>
		<link>http://www.bleuken.com/conficker-worm-virus-removal-and-prevention-20090121/</link>
		<comments>http://www.bleuken.com/conficker-worm-virus-removal-and-prevention-20090121/#comments</comments>
		<pubDate>Wed, 21 Jan 2009 02:38:27 +0000</pubDate>
		<dc:creator>bleuken</dc:creator>
				<category><![CDATA[Tech & Gadgets]]></category>
		<category><![CDATA[Virus]]></category>
		<category><![CDATA[Worms]]></category>

		<guid isPermaLink="false">http://www.bleuken.com/?p=709</guid>
		<description><![CDATA[Conficker worm is considered to be one of the most widespread infections today considering the announcement of an anti-virus company that it already infects 9 million PC world wide. This virus, which is also known as Downup, Downandup and Kido, utilizes autorun.inf in USB sticks/flash drives to spread plus injecting itself through the network shares [...]<p><a href="http://www.bleuken.com/conficker-worm-virus-removal-and-prevention-20090121/">Conficker Worm/Virus, Removal and Prevention</a> is a post from: <a href="http://www.bleuken.com">Bleuken.com</a></p>



Related posts:<ol><li><a href='http://www.bleuken.com/effective-anti-virus-20091102/' rel='bookmark' title='Most Effective &#8220;Anti-Virus&#8221; For You'>Most Effective &#8220;Anti-Virus&#8221; For You</a></li>
<li><a href='http://www.bleuken.com/removal-and-prevention-of-gumblarcn-infection-20090506/' rel='bookmark' title='Removal and Prevention of Gumblar.cn Infections'>Removal and Prevention of Gumblar.cn Infections</a></li>
<li><a href='http://www.bleuken.com/free-tools-virus-worm-malware-20081120/' rel='bookmark' title='Free Tools for Virus, Worm, Malware &amp; Spyware Prevention &amp; Removal'>Free Tools for Virus, Worm, Malware &#038; Spyware Prevention &#038; Removal</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><strong>Conficker worm</strong> is considered to be one of the most widespread infections today considering the announcement of an anti-virus company that it already infects 9 million PC world wide. This virus, which is also known as Downup, Downandup and Kido, utilizes <a href="http://www.bleuken.com/2008/07/01/preventing-and-removing-autoruninf-virus/">autorun.inf</a> in USB sticks/flash drives to spread plus injecting itself through the network shares and to the registry of the Windows system via the vulnerability of the Windows operating system with no security patches prior to October 2008. Conficker was first detected last October 2008 and in just a small span of time, it already infected a lot of computers around the world. UK Ministry of Defense and various hospitals from Sheffield reported that they were infected by this wild Conficker worm.</p>
<p>Windows family of OS is the only target of this worm from Windows 2008, Vista to XP Home and Professional edition. According to Microsoft Support, to prevent such infection of this virus, operating system  installed prior to October 2008 should be updated to the recent security patches provided by Microsoft. Recent maliscious software removal tool of Microsoft can detect and remove this infection. However, if the system is already infected, it prevents you to access security related website thus disallowing you to access Microsoft Support page and other anti-virus websites that can help you remove this infection. You need to remove it manually or via an anti-virus program from another computer. Microsoft Support at <a href="http://support.microsoft.com/kb/962007">http://support.microsoft.com/kb/962007</a> provided a step-by-step instruction on how to remove the infection manually.</p>
<p><span id="more-709"></span>Latest news about this worm said that the payload of Conficker is still about to come and just waiting for it to be activated. The high-tech culprit behind this is not yet traced but being tracked down by authorities. What the security experts scared about this infection now is that the possibility that someone might discover the activation of this worm and the uncertainties on how many computers can be accessed by hackers with full administration rights. Companies and organizations around the world that uses a unupdated operating systems are in danger of this security issue and should act on this immediately.</p>
<p>If you want to avoid/prevent this kind of infection to your PCs using Microsoft&#8217;s OS, make sure that you always update the system with the security patches from them. It will only take a minute to do that and it will be for the best of your system so you should provide time for it. If you neglect it, you might lost a lot of things. Be aware and be updated. Get a security patch always! <img src='http://www.bleuken.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>For related news and stories about Conficker, just visit the following sites:</p>
<p><a href="http://en.wikipedia.org/wiki/Conficker">http://news.bbc.co.uk/2/hi/technology/7832652.stm</a></p>
<p><a href="http://en.wikipedia.org/wiki/Conficker">http://en.wikipedia.org/wiki/Conficker</a></p>
<p><a href="http://support.microsoft.com/kb/962007">http://support.microsoft.com/kb/962007</a></p>
<p><a href="http://www.bleuken.com/conficker-worm-virus-removal-and-prevention-20090121/">Conficker Worm/Virus, Removal and Prevention</a> is a post from: <a href="http://www.bleuken.com">Bleuken.com</a></p>


<p>Related posts:<ol><li><a href='http://www.bleuken.com/effective-anti-virus-20091102/' rel='bookmark' title='Most Effective &#8220;Anti-Virus&#8221; For You'>Most Effective &#8220;Anti-Virus&#8221; For You</a></li>
<li><a href='http://www.bleuken.com/removal-and-prevention-of-gumblarcn-infection-20090506/' rel='bookmark' title='Removal and Prevention of Gumblar.cn Infections'>Removal and Prevention of Gumblar.cn Infections</a></li>
<li><a href='http://www.bleuken.com/free-tools-virus-worm-malware-20081120/' rel='bookmark' title='Free Tools for Virus, Worm, Malware &amp; Spyware Prevention &amp; Removal'>Free Tools for Virus, Worm, Malware &#038; Spyware Prevention &#038; Removal</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.bleuken.com/conficker-worm-virus-removal-and-prevention-20090121/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced (User agent is rejected)
Object Caching 887/946 objects using disk: basic

Served from: www.bleuken.com @ 2012-02-10 21:50:56 -->
