<?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>BIT Consultants &#187; Malware</title>
	<atom:link href="http://www.bitconsultants.net/category/malware/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bitconsultants.net</link>
	<description></description>
	<lastBuildDate>Sat, 28 Jan 2012 02:19:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
		<item>
		<title>Fighting Difficult Viruses</title>
		<link>http://www.bitconsultants.net/2009/fighting-difficult-viruses/</link>
		<comments>http://www.bitconsultants.net/2009/fighting-difficult-viruses/#comments</comments>
		<pubDate>Tue, 06 Oct 2009 20:18:00 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Malware]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.fangledcontraption.com/?p=37</guid>
		<description><![CDATA[Tips and tricks for hunting down evasive pests.]]></description>
			<content:encoded><![CDATA[<p>Let&#8217;s face fact, most commercial AV publishers can&#8217;t get everything. They do a good job keeping known viruses off your system by scanning for the existence of certain files (not checking content), certain registry entries or running processes/services. So how do you get rid of a virus that your AV vendor doesn&#8217;t know about? Here are the tactics I use, with a high rate of success. Please not that the order is of no consequence, all of these tasks are fine to be performed atomically.</p>
<h2>Fix 1: Get the computer to boot:</h2>
<p style="padding-left: 30px;">Does the computer boot? If not, what messages (if any) are you getting? If you are getting error messages, Google them; most likely, you are not the first person to experience this problem. Careful where you click, though. Assuming you have eliminated the possibility of hardware failure (and that you have properly backed your important documents up): if the computer doesn&#8217;t boot, you could have a boot sector virus. To get rid of these, load the Windows CD and press &#8216;R&#8217; when prompted to enter the Recovery Console. Type these commands:</p>
<ul style="padding-left: 60px;">
<li>fixmbr</li>
<li>bootcfg /list
<ul>
<li>If no entries are listed, type bootcfg /rebuild</li>
<li>Enter the numerical identifier for your Windows installation (likely the number 1)</li>
<li>Type Y or Yes to add installation to boot list</li>
<li>Provide a load identifier (e.g. Windows XP)</li>
<li>Enter /fastdetect</li>
</ul>
</li>
</ul>
<h2>Fix 2: Finding the culprits:</h2>
<p style="padding-left: 30px;">If it&#8217;s possible, hook the infected hard drive up to a different machine and scan it using <a title="MalwareBytes" href="http://www.malwarebytes.org" target="_blank">MalwareBytes</a>, removing any infected objects it finds. Now, knowledge of an approximate time the virus was contracted is REALLY helpful here, though not necessary. If you can&#8217;t hook it up to another computer, boot the computer into safe mode (press F8 as the computer is booting) and choose Safe Mode (with Networking).</p>
<p style="padding-left: 30px;">Whether you have booted to this hard drive or are viewing it from a different computer, take the following actions:</p>
<p style="padding-left: 30px;">Open My Computer &gt; C:.  Go to Tools &gt; Folder Options &gt; View tab &gt; Check &#8220;Show hidden files and folders&#8221;; uncheck &#8220;Hide extensions for known file types&#8221;, &#8220;Hide protected operating system files&#8221; and &#8220;Use simple file sharing&#8221;. &gt; Change to detail view and sort by Date Modified, more than likely, all of the virus files are going to have the same date in this field. Now is the tedious process of looking (and deleting/renaming), be sure you aren&#8217;t deleting important system files by using Google. Here are the important places to look, though they can be anywhere:</p>
<ul>
<li>C:\</li>
<li>C:\WINDOWS\</li>
<li>C:\Recycler\S-1-{RANDOM}\</li>
<li>C:\WINDOWS\Tasks</li>
<li>C:\WINDOWS\system32\</li>
<li>C:\WINDOWS\system32\drivers\</li>
<li>C:\Program Files\{ANY RECENT SOFTWARE THAT IS NEW AN YOU DIDN&#8217;T CHOOSE TO INSTALL}</li>
<li>%TEMP% (Start &gt; Run &gt; %TEMP% &gt; OK)</li>
<li>%USERPROFILE%\Desktop (look for installer files)</li>
<li>&#8220;%USERPROFILE%\Local Settings\Temporary Internet Files\&#8221;</li>
</ul>
<p style="padding-left: 30px;">Open Windows Firewall through Start &gt; Control Panel &gt; Windows Firewall, click on the Exceptions tab and check for any programs that you didn&#8217;t specifically authorize, remove the exception if there are unknown entries.</p>
<h2>Fix 3: Stop the rogue processes from loading at startup</h2>
<p style="padding-left: 30px;"><a title="Autoruns" href="http://live.sysinternals.com/autoruns.exe" target="_blank">Download Autoruns from Sysinternals</a>. Run the program and select the Logon tab. Check for malicious software under the headings listed below, unchecking each malicious item:</p>
<ul>
<li> HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run</li>
<li>HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Run</li>
<li>C:\Documents and Settings\All Users\Start Menu\Programs\Startup</li>
<li>C:\Documents and Settings\username\Start Menu\Programs\Startup</li>
</ul>
<p style="padding-left: 30px;">Move to the Services tab and look for items where the Publisher is missing, these items are frequently (not always) suspect. Remove malicious services by unchecking them</p>
<p style="padding-left: 30px;">Select the &#8220;Image Hijacks&#8221; tab, the only item that should be present is &#8220;Your Image File Name Here without a path&#8221;. If anything else is present, uncheck it.</p>
<p style="padding-left: 30px;">Close Autoruns</p>
<h2>Cleanup</h2>
<p style="padding-left: 30px;">Download <a title="CCleaner" href="http://www.filehippo.com/download_ccleaner/" target="_blank">CCleaner</a>, install and run it with the default settings to remove all of your temporary files. If you don&#8217;t have a good Firewall and don&#8217;t have money to spend, download <a href="http://personalfirewall.comodo.com/download_firewall.html" target="_blank">Comodo</a> or <a href="http://www.zonealarm.com/security/en-us/zonealarm-pc-security-free-firewall.htm" target="_blank">ZoneAlarm</a>. Turn off System Restore by right-clicking My Computer and selecting Properties.  Select the System Restore tab and check the Turn off System Restore checkbox &gt; Select Apply (may take a moment or two). Once it is responding again, uncheck the box and it will create a new restore point (that doesn&#8217;t have the virus files).</p>
<div style="border:1px solid #993300; padding:5px; background-color:#FBE3E4;">
<h3><span style="color: #993300;">Disclaimer</span></h3>
<p><span style="color: #993300;">I cannot be held liable for you bricking your computer. It is your responsibility to take the necessary precautions when altering system files and folders. I make no guarantee about the fitness of these instructions, their application to your computer system and settings and accept no liability for any system errors, serious or not that result from following these directions. The riskiest items in this posting are:</span></p>
<ul>
<li><span style="color: #993300;">the fixmbr command could cause some problems (warning is given when command is run)</span></li>
<li><span style="color: #993300;">Deleting files in the WINDOWS, system32, drivers directories is extremely risky, check files if you are unsure<br />
</span></li>
<li><span style="color: #993300;">Using Autoruns can be risky; if you uncheck important system processes your computer may no longer boot.<br />
</span></li>
</ul>
<p><span style="color: #993300;">That being said, if you have problems, post in the comments section and I will try to help.</span></div>]]></content:encoded>
			<wfw:commentRss>http://www.bitconsultants.net/2009/fighting-difficult-viruses/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Malware Appears on New York Times Homepage</title>
		<link>http://www.bitconsultants.net/2009/malware-appears-on-new-york-times-homepage/</link>
		<comments>http://www.bitconsultants.net/2009/malware-appears-on-new-york-times-homepage/#comments</comments>
		<pubDate>Thu, 10 Sep 2009 09:40:28 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Malware]]></category>

		<guid isPermaLink="false">http://www.bitconsultants.net/?p=4</guid>
		<description><![CDATA[Autorun virus is a nasty one. Plus, how to get rid of the badder-than-it-seems malware.]]></description>
			<content:encoded><![CDATA[<div>
<dl id="attachment_5" class="wp-caption alignleft" style="width: 261px;">
<dt class="wp-caption-dt"><script type="text/javascript"><!--
google_ad_client = "ca-pub-4761320180230999";
/* MalwareNYTimes */
google_ad_slot = "7963698432";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></dt>
</dl>
<p><a href="http://mediamemo.allthingsd.com/20090913/home-delivery-the-new-york-times-serves-up-some-malware/">http://mediamemo.allthingsd.com/20090913/home-delivery-the-new-york-times-serves-up-some-malware/</a></div>
<div>I have already seen this trojan three times in the past week, it is  called &#8220;Windows Police Pro&#8221;. To remove it perform the following actions  (appx. 20 minutes):</p>
<ol>
<li>Turn off System Restore</li>
<li>Ctrl Alt Delete &#8211; end task Windows Police Pro.exe, also<br />
svchast.exe or svchasts.exe if they are running</li>
<p>o If you can&#8217;t open task manager, run FixExe.reg</p>
<li>Navigate to the Windows Police Pro folder within program files and<br />
delete the entire folder</li>
<li>Download Malware Bytes here<br />
<a href="http://dw.com.com/redir?edId=3&amp;siteId=4&amp;oId=3001-8022_4-10804572&amp;ontId=8022_4&amp;spi=3426e77389633e655850b415cc3640d6&amp;lop=txt&amp;pid=11102549&amp;mfgId=6290020&amp;merId=6290020&amp;pguid=qf7KTAoPjF0AAEIGeqEAAAEr&amp;destUrl=http%3a%2f%2fsoftware-files.download.com%2fsd%2fda0BZEbQkGOVDsTmrswO8tb-0gEwKNG-rq3Fk9783HJsdPVgE9pMw_9oifebezAdxZfBihT197GCE-0KGRJcM7QZyYHRWyCi%2fsoftware%2f11102549%2f10804572%2f3%2fmbam-setup.exe%3flop%3dlink%26ptype%3d1901%26ontid%3d8022%26siteId%3d4%26edId%3d3%26spi%3d3426e77389633e655850b415cc3640d6%26pid%3d11102549%26psid%3d10804572">Download.com link</a>,<br />
install, update and run a quick scan</li>
<li>Remove all found viruses when it is finished</li>
<li>Check for the presence of C:\WINDOWS\system32\dddesot.dll and/or<br />
C:\WINDOWS\svchasts.exe, delete if they are there</li>
<li>Reboot computer</li>
<li>Turn on System Restore</li>
</ol>
<div>It is really important that you get rid of this trojan as quickly as  possible because a more insidious (and much more difficult to remove)  virus I have been seeing a lot of is using this easy-to-remove scareware  as its vehicle for getting onto computers. I guess this is more of  Matryoshka doll rather  than a trojan horse, in that the visible trojan is masking itself as the  real virus. After you have removed the virus, make sure that there is no  autorun.inf in root C (remember, right-click > Explore). If there is an  autorun file, run the attached batch script (it&#8217;s from Trend Micro).</p>
<p>Questions?</p>
<p>P.S. Did you know that if a virus is blocking you from running programs  (regedit, task manager, add/remove programs, etc.) you can typically run them  through command.com?</p></div>
<div>Start > Run > command.com > OK<br />
Type regedit to open&#8230; well, you know. appwiz.cpl to open add/remove  programs, etc. I found this out recently and it has been  extremely helpful.</div>
</div>
<div>
<fieldset>
<legend>fixtm.reg</legend>
</fieldset>
<pre class="brush: plain; title: Code Example; notranslate">
REGEDIT4
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System]
&quot;DisableTaskMgr&quot;=-
</pre>
</div>
<div>
<fieldset>
<legend>FixExe.reg</legend>
</fieldset>
<pre class="brush: plain; title: Code Example; notranslate">
REGEDIT4
[HKEY_CLASSES_ROOT\exefile\shell\open\command]@=&quot;\&quot;%1\&quot; %*&quot;
</pre>
<p>Batch file</p>
<pre class="brush: plain; title: Code Example; notranslate">
@echo off
:: SET_NO_DRIVE_OTORUN
reg add HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /v NoDriveTypeAutoRun /t REG_DWORD /d 0x0ff /f

:: GET_DRIVES
for /f &quot;tokens=1 delims=:&quot; %%j in ('reg query hklm\system\mounteddevices ^| findstr \DosDevices\') do (
echo %%j &gt;&gt; drives
)

:: REMOVE_\DosDevices\_PREFIX
for /f &quot;tokens=3 delims=\&quot; %%j in (drives) do (
echo %%j &gt;&gt; drives.txt
)
del /q /f drives &gt; nul

:: REMOVE_SPACE
for /f &quot;tokens=1 delims= &quot; %%j in (drives.txt) do (
echo %%j: &gt;&gt; drives
)
del /q /f drives.txt &gt; nul

:: CHECK_DRIVE_TYPE
for /f %%j in (drives) do (
fsutil fsinfo drivetype %%j | findstr &quot;Fixed &quot; &gt;&gt; fdtype
fsutil fsinfo drivetype %%j | findstr &quot;Removable &quot; &gt;&gt; frtype
)
del /q /f drives &gt; nul

:: GET_FDRIVES
for /f &quot;tokens=1* delims= &quot; %%j in (fdtype frtype) do (
echo %%j &gt;&gt; dtype
)
del /q /f fdtype &gt; nul
del /q /f frtype &gt; nul

:: REMOVE_SPACE1
for /f &quot;tokens=1 delims= &quot; %%j in (dtype) do (
echo %%j &gt;&gt; drives
)
del /q /f dtype &gt; nul

:: DEL_DRIVE_A_FROM_LIST
sort drives &gt;&gt; sort
type sort | findstr &quot;A&quot; &gt; nul
if errorlevel 0 for /f &quot;tokens=1 skip=1&quot; %%j in (sort) do (
echo %%j &gt;&gt; sorted
)
del /q /f drives &gt; nul
del /q /f sort &gt; nul

:: CREATE_OTORUN_FOLDER
for /f %%j in (sorted) do (
md %%j\AUTORUN.INF
attrib +s +h +r /d /s %%j\AUTORUN.INF
)
del /q /f sorted &gt; nul

echo Press any key to close this window..
pause &gt; nul&gt;
</pre>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.bitconsultants.net/2009/malware-appears-on-new-york-times-homepage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top 5 Ways to Secure Windows</title>
		<link>http://www.bitconsultants.net/2009/top-5-ways-to-secure-windows/</link>
		<comments>http://www.bitconsultants.net/2009/top-5-ways-to-secure-windows/#comments</comments>
		<pubDate>Sun, 25 Jan 2009 17:02:30 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Malware]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.bitconsultants.net/?p=298</guid>
		<description><![CDATA[It's easy to secure your machine, here are five quick tips to get you on your way.]]></description>
			<content:encoded><![CDATA[<p>Though there are many tools to help you get rid of virus, an ounce of prevention is worth a pound of cure. Here are our top 5 ways to keep your computer free of viruses.</p>
<h2>1. Use a Firewall</h2>
<p><a href="http://personalfirewall.comodo.com/free-download.html" target="_blank">Comodo Firewall</a> is a great firewall and is completely free. Firewalls prevent unauthorized network access from malicious users trying to gain access to your computer.</p>
<h2>2. Install Windows Updates</h2>
<p>A good portion of the viruses we have cleaned off of computers would have been completely preventable, had the user updated Windows. When hackers find a way to exploit a problem with the operating system, Microsoft sends out updates to keep your computer safe and should be installed as soon as possible. An alarming number of users ignore the messages that their computers need to be updated and leave their computers vulnerable to hackers.</p>
<h2>3. Secure your Wireless Network</h2>
<p>Don&#8217;t leave your network open to access, no matter how safe you think you may be. Enabling encryption on your wireless router is painfully simple and should always be done when you are initially setting up the network (though it can be done at anytime). If your router supports it, use WPA2, as this is the most secure protocol. With an open wireless network, users can easily watch what you are doing online, use your network to access illegal content (which will be tied to your network), and change your wireless settings, effectively locking you out of your own network. Recently, we visited a client whose neighbor had taken over their unsecured wireless network and fixed the issue. Don&#8217;t let this happen to you!</p>
<h2>4. Use a Limited Privilege Account</h2>
<p>If you aren&#8217;t installing software everyday, there is really no reason to always use an administrator account. Create a new account on your machine that has limited access (non-administrator) and primarily use this account. If you do somehow download a virus, you will be unable to install it. It is also recommended that you use a guest or non-administrator account for friends and family to use your computer with. Our teenage niece downloaded a nice virus while playing online games that infected every computer on our network and required each one of them to be completely rebuilt.</p>
<h2>5. Okay, use a Good Antivirus Program</h2>
<p><a href="http://www.microsoft.com/security_essentials/" target="_blank">Microsoft Security Essentials</a> is currently the highest rated antivirus program, and it&#8217;s free. There is no reason to pay a lot of money for something that is not the best (especially when the best is free). Not only is it good at removing viruses, it&#8217;s really good at finding malware that other programs miss.</p>
<p>Do you use other tools that you think are better? Let us know what you use!</p>]]></content:encoded>
			<wfw:commentRss>http://www.bitconsultants.net/2009/top-5-ways-to-secure-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using xcache
Page Caching using xcache
Object Caching 332/389 objects using memcached

Served from: www.bitconsultants.net @ 2012-02-05 16:06:43 -->
