<?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>downgrade.org &#187; malware</title>
	<atom:link href="http://downgrade.org/category/malware/feed" rel="self" type="application/rss+xml" />
	<link>http://downgrade.org</link>
	<description>The rantings and insight of an ethical hacker, coder and IT samurai.</description>
	<lastBuildDate>Mon, 05 Sep 2011 20:17:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Hey Mac Users&#8230; The Honeymoon is Over.</title>
		<link>http://downgrade.org/2009/05/01/hey-mac-users-the-honeymoon-is-over</link>
		<comments>http://downgrade.org/2009/05/01/hey-mac-users-the-honeymoon-is-over#comments</comments>
		<pubDate>Fri, 01 May 2009 14:11:22 +0000</pubDate>
		<dc:creator>Bryan Murphy</dc:creator>
				<category><![CDATA[apple]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[mac]]></category>

		<guid isPermaLink="false">http://downgrade.org/?p=354</guid>
		<description><![CDATA[I know, its sad.  I too am a die hard mac user. Today alone I have received 4 copies of an email with the subject line &#8220;2 Populaar Myths About Female Orgasms -  How to Become an Irresistible Lover&#8221; containing an attachment named &#8220;Preview.app Document&#8221;. I haven&#8217;t had a chance to analyse the .app yet, [...]]]></description>
			<content:encoded><![CDATA[<p>I know, its sad.  I too am a die hard mac user.</p>
<p>Today alone I have received 4 copies of an email with the subject line &#8220;2 Populaar Myths About Female Orgasms -  How to Become an Irresistible Lover&#8221; containing an attachment named &#8220;Preview.app Document&#8221;.</p>
<p>I haven&#8217;t had a chance to analyse the .app yet, but I think its safe to assume that its malware of some sort.</p>
<p>The good news is that OS X is still built well.  If I double click it thinking its a document its going to tell me &#8220;Hey stupid!  This is an app that was downloaded from the Internet.  Are you sure you want to run it?&#8221;.  Maybe not in those exact words.  At that point if I say &#8211; &#8220;I thought I was opening an document, but sure, lets run this app-like-document&#8221; &#8211; then I deserve to be infected.</p>
<p>For all the detail oriented folks here are the headers (bold are items changed to protect my info):</p>
<p style="padding-left: 30px;">Return-path: &lt;efflrescent@aperfectmix.com&gt;<br />
Envelope-to: <strong>MY_ADDRESS</strong><br />
Delivery-date: Fri, 01 May 2009 09:39:27 -0400<br />
Received: from [87.18.181.177] (helo=ksecb.telecomitalia.it)<br />
by <strong>myserver.mydomain.com</strong> with smtp (<strong>MyMail Dameon</strong>)<br />
(envelope-from &lt;efflrescent@aperfectmix.com&gt;)<br />
id 1LzsxZ-0000Ib-JG<br />
for <strong>MY_ADDRESS</strong>; Fri, 01 May 2009 09:39:27 -0400<br />
Message-ID: &lt;49FAF79E.9745295@aperfectmix.com&gt;<br />
Date: Fri, 01 May 2009 13:39:25 -0100<br />
From: Chesner &lt;efflrescent@aperfectmix.com&gt;<br />
MIME-Version: 1.0<br />
To: <strong>MY_ADDRESS</strong><br />
Subject: 2 Populaar Myths About Female Orgasms -  How to Become an Irresistible Lover<br />
Content-Type: multipart/mixed;<br />
boundary=&#8221;&#8212;&#8212;&#8212;&#8212;32D524EA4E2E67F07C94899F&#8221;<br />
X-Spam-Status: No, score=3.8<br />
X-Spam-Score: 38<br />
X-Spam-Bar: +++<br />
X-Spam-Flag: NO</p>
<p>The body contains no data.</p>
]]></content:encoded>
			<wfw:commentRss>http://downgrade.org/2009/05/01/hey-mac-users-the-honeymoon-is-over/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mining Ports for Malware</title>
		<link>http://downgrade.org/2009/02/25/mining-ports-for-malware</link>
		<comments>http://downgrade.org/2009/02/25/mining-ports-for-malware#comments</comments>
		<pubDate>Wed, 25 Feb 2009 19:16:32 +0000</pubDate>
		<dc:creator>Bryan Murphy</dc:creator>
				<category><![CDATA[computer forensics]]></category>
		<category><![CDATA[infrastructure]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://downgrade.org/?p=324</guid>
		<description><![CDATA[I recently wrote a script that runs croned and port scans all of our servers daily.  It saves the output and diffs it compared to the previous days and emails me as new ports open up. I think this will be a good way to detect new services and potential malware infection, but what about [...]]]></description>
			<content:encoded><![CDATA[<p>I recently wrote a script that runs croned and port scans all of our servers daily.  It saves the output and diffs it compared to the previous days and emails me as new ports open up.</p>
<p>I think this will be a good way to detect new services and potential malware infection, but what about machines that are already infected?</p>
<p>To fix that I wrote in a function that parses the output for known malware ports.  The only problem is that I cant find a definitive list of known malware ports.  Does anyone know of such a resource?</p>
]]></content:encoded>
			<wfw:commentRss>http://downgrade.org/2009/02/25/mining-ports-for-malware/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Take THAT IE Fan Boy</title>
		<link>http://downgrade.org/2009/01/30/take-that-ie-fan-boy</link>
		<comments>http://downgrade.org/2009/01/30/take-that-ie-fan-boy#comments</comments>
		<pubDate>Fri, 30 Jan 2009 16:29:28 +0000</pubDate>
		<dc:creator>Bryan Murphy</dc:creator>
				<category><![CDATA[computer forensics]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://downgrade.org/?p=335</guid>
		<description><![CDATA[Bruce Schneier just posted an interesting article on his blog entitled "Interview with an Adware Developer".

This article reinforces many of the things I have been telling people for a very long time, but for whatever reason never sinks in.]]></description>
			<content:encoded><![CDATA[<p><a title="Bruce Schneier" href="http://www.schneier.com/index.html" target="_blank">Bruce Schneier</a> just posted an interesting article on his blog entitled &#8220;<a title="Interview with an adware developer" href="http://www.schneier.com/blog/archives/2009/01/interview_with_10.html" target="_blank">Interview with an Adware Developer</a>&#8220;.</p>
<p>This article reinforces many of the things I have been telling people for a very long time, but for whatever reason never sinks in.</p>
<p style="padding-left: 30px;">I should probably first speak about how adware works. Most adware targets Internet Explorer (IE) users because obviously they&#8217;re the biggest share of the market. In addition, they tend to be the less-savvy chunk of the market. If you&#8217;re using IE, then either you don&#8217;t care or you don&#8217;t know about all the vulnerabilities that IE has.</p>
<p style="padding-left: 30px;">IE has a mechanism called a Browser Helper Object (BHO) which is basically a gob of executable code that gets informed of web requests as they&#8217;re going. It runs in the actual browser process, which means it can do anything the browser can do—which means basically anything.</p>
<p>Aside from reinforcing that Internet Explorer is a poor choice to use for web browsing (unless you enjoy collecting and cleaning malware&#8230; you know, for practice), it also outlines an interesting new technique that I recently witnessed as I was cleaning a machine.</p>
<p style="padding-left: 30px;">If you also have an installer, a little executable, you can make a Registry entry and every time this thing reboots, the installer will check to make sure the BHO is there. If it is, great. If it isn&#8217;t, then it will install it. That&#8217;s fine until somebody goes and deletes the executable.</p>
<p style="padding-left: 30px;">The next thing that Direct Revenue did—actually I should say what I did, because I was pretty heavily involved in this—was make a poller which continuously polls about every 10 seconds or so to see if the BHO was there and alive. If it was, great. If it wasn&#8217;t, [ the poller would ] install it.</p>
<p>During my live analysis of this machine I used the <a title="Sysinternals" href="http://technet.microsoft.com/en-us/sysinternals/default.aspx" target="_blank">ms/sysinternals</a> <a title="Sysinternals Filemon" href="http://technet.microsoft.com/en-us/sysinternals/bb896642.aspx" target="_blank">filemon</a> program to watch for a bit and noticed explorer.exe doing something similar to what the author describes.</p>
<p style="padding-left: 30px;">34139    6:32:11 PM    explorer.exe:2916    OPEN    C:\NTDETECT.COM:QebiesnrMkudrfcoIbamtykdDa.exe:$DATA    NOT FOUND    Options: Open  Access: Read</p>
<p>The article explains how they will create a seemingly random named file (a hash of the mac address) and use that as the installer.  This one appears to be a variant on the technique that takes it a step further and uses <a title="Alternate Data Streams" href="http://www.forensicfocus.com/dissecting-ntfs-hidden-streams" target="_blank">hidden data streams</a> (or alternate data streams). These are data streams that I had previously detected and removed.</p>
<p>The article also has an interesting point about evasion.</p>
<p style="padding-left: 30px;">Next we made a function shuffler, which would go into an executable, take the functions and randomly shuffle them. Once you do that, then of course the signature&#8217;s all messed up. [ We also shuffled ] a lot of the pointers within each actual function. It completely changed the shape of the executable.</p>
<p>In the virology and malware world this is known as polymorphism, and is a very effective technique for evading most anti-virus/spyware programs.</p>
<p>Now the truly frightening part mentions using interrupt handlers instead of executables and states that they decided not to do it.  Because the concept is written, someone will run with it.</p>
<p style="padding-left: 30px;">There was one further step that we were going to take but didn’t end up doing, and that is we were going to get rid of threads entirely, and just use interrupt handlers. It turns out that in Windows, you can get access to the interrupt handler pretty easily. In fact, you can register with the OS a chunk of code to handle a given interrupt. Then all you have to do is arrange for an interrupt to happen, and every time that interrupt happens, you wake up, do your stuff and go away. We never got to actually do that, but it was something we were thinking we’d do.</p>
<p>What this all boils down to is that the malware authors once again have leap frogged the anti-virus industry.  Microsoft also needs to take a more proactive role in securing IE and Windows against these sorts of threats.</p>
<p>The days of recycling the old code as variants is over and its time that we prepare ourselves for a whole new world of malware threats.</p>
]]></content:encoded>
			<wfw:commentRss>http://downgrade.org/2009/01/30/take-that-ie-fan-boy/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>This Week in Links: 12/31/07 &#8211; 1/6/08</title>
		<link>http://downgrade.org/2008/01/04/this-week-in-links-123107-1608</link>
		<comments>http://downgrade.org/2008/01/04/this-week-in-links-123107-1608#comments</comments>
		<pubDate>Fri, 04 Jan 2008 15:45:50 +0000</pubDate>
		<dc:creator>Bryan Murphy</dc:creator>
				<category><![CDATA[apple]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://downgrade.org/2008/01/04/this-week-in-links-123107-1608/</guid>
		<description><![CDATA[Best of 2007 Gizmodo&#8217;s Most Popular Hits of 2007 LifeHacker.com &#8211; The Best of 2007 Roundup Break.com &#8211; Top 10 Internet Videos of 2007 arstechnica.com &#8211; 2007: The year in review Search Security &#8211; Top 10 Security Headlines of 2007 Tech IANA and ICAN rolling out IPV6 on Root Name Servers Security Business Week &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Best of 2007 </strong></p>
<ul>
<li><a href="http://gizmodo.com/338568/gizmodos-most-popular-hits-of-2007" title="Gizmodo's Most Popular Hits of 2007" target="_blank">Gizmodo&#8217;s Most Popular Hits of 2007</a></li>
<li><a href="http://lifehacker.com/337453/the-best-of-2007-roundup" title="LifeHacker.com - The Best of 2007 Roundup" target="_blank">LifeHacker.com &#8211; The Best of 2007 Roundup</a></li>
<li><a href="http://www.break.com/index/top-10-internet-videos-of-2007.html" title="Break.com - Top 10 Internet Videos of 2007 " target="_blank">Break.com &#8211; Top 10 Internet Videos of 2007</a></li>
<li><a href="http://arstechnica.com/articles/culture/looking-back-looking-forwards.ars" title="http://arstechnica.com/articles/culture/looking-back-looking-forwards.ars" target="_blank">arstechnica.com &#8211; 2007: The year in review</a></li>
<li><a href="http://searchsecurity.techtarget.com/originalContent/0,289142,sid14_gci1288608,00.html?track=sy160&amp;asrc=RSS_RSS-10_160" title="# Search Security - Top 10 Security Headlines of 2007" target="_blank">Search Security &#8211; Top 10 Security Headlines of 2007</a></li>
</ul>
<p><strong>Tech</strong></p>
<ul>
<li><a href="http://arstechnica.com/news.ars/post/20080102-icann-to-add-ipv6-addresses-for-root-dns-servers.html" title="IANA and ICAN rolling out IPv6 on Root Name Server" target="_blank">IANA and ICAN rolling out IPV6 on Root Name Servers </a></li>
</ul>
<p><strong>Security</strong></p>
<ul>
<li><a href="http://www.businessweek.com/technology/content/dec2007/tc20071214_567370.htm" title="Business Week - Homeland Insecurity" target="_blank">Business Week &#8211; Homeland Insecurity</a></li>
</ul>
<p><strong>Privacy</strong></p>
<ul>
<li><a href="http://" title="U.S. is ">U.S. is &#8220;Endemic Surveillance Society&#8221; Says </a><a href="http://" title="overview" name="overview">Electronic Privacy Information Center and Privacy International</a></li>
<li><a href="http://www.hackszine.com/blog/archive/2007/12/eavesdropping_on_bluetooth_hea.html" title="http://www.hackszine.com/blog/archive/2007/12/eavesdropping_on_bluetooth_hea.html" target="_blank">Eavesdropping on Bluetooth  headsets</a><a href="http://www.hackszine.com/blog/archive/2007/12/eavesdropping_on_bluetooth_hea.html" target="_blank" title="overview" name="overview"></a></li>
</ul>
<p><strong>Apple</strong></p>
<ul>
<li><a href="http://www.appletell.com/apple/comment/ultimate-leopard-tweaking-guide/" title="http://www.appletell.com/apple/comment/ultimate-leopard-tweaking-guide/" target="_blank">Appletel &#8211; Ultimate Leopard Tweaking Guide </a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://downgrade.org/2008/01/04/this-week-in-links-123107-1608/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chinese Hard Drive Manufacturer Embeds Trojan</title>
		<link>http://downgrade.org/2007/11/13/chinese-hard-drive-manufacturer-embeds-trojan</link>
		<comments>http://downgrade.org/2007/11/13/chinese-hard-drive-manufacturer-embeds-trojan#comments</comments>
		<pubDate>Tue, 13 Nov 2007 17:34:31 +0000</pubDate>
		<dc:creator>Bryan Murphy</dc:creator>
				<category><![CDATA[malware]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://downgrade.org/2007/11/13/chinese-hard-drive-manufacturer-embeds-trojan/</guid>
		<description><![CDATA[&#8220;Around 1,800 of the portable Maxtor hard discs, produced in Thailand, carried two Trojan horse viruses: autorun.inf and ghost.pif, the bureau under the Ministry of Justice said.&#8221; &#8220;The affected hard discs are Maxtor Basics 500G discs.&#8221; &#8220;The bureau said that hard discs with such a large capacity are usually used by government agencies to store [...]]]></description>
			<content:encoded><![CDATA[<p>&#8220;Around 1,800 of the portable Maxtor hard discs, produced in Thailand, carried two Trojan horse viruses: autorun.inf and ghost.pif, the bureau under the Ministry of Justice said.&#8221;</p>
<p>&#8220;The affected hard discs are Maxtor Basics 500G discs.&#8221;</p>
<p>&#8220;The bureau said that hard discs with such a large capacity are usually used by government agencies to store databases and other information.&#8221;</p>
<p>&#8220;Sensitive information may have already been intercepted by Beijing through the two Web sites, the bureau said.&#8221;</p>
<p>source: http://www.taipeitimes.com/News/taiwan/archives/2007/11/11/2003387202</p>
<p>This sounds rather sensational, eh?  I certainly hope it is.</p>
<p>Lets start with the &#8220;carried two Trojan horse viruses&#8221; part.  This is a common mistake made by writers who don&#8217;t know anything about technology or information security.  The word &#8220;viruses&#8221; is incorrect.  To qualify as a virus the malicious software would require a propagation mechanism.  As best I can tell from the articles, this is just a run of the mill trojan.</p>
<p>Next we see that they believe a hard drive shipped to a defense contractor or government agency wouldn&#8217;t be formated before being put into production.  I will admit that from time to time large organizations may seem inept (none of us are as dumb as all of us) but policy and procedure should be in place to prevent things like this.</p>
<p><a href="http://downgrade.org/2006/05/19/lenovo-banned-by-us-state-department/" title="Lenovo Hysteria" target="_blank">The same hysteria came about in May of 06 with Lenovo</a> at which time I made the same argument.  The only difference in this case is that this is an actual threat instead of a perceived threat.</p>
<p>In the article it also says&#8230;</p>
<p>&#8220;The tainted portable hard disc uploads any information saved on the computer automatically and without the owner&#8217;s knowledge to www.nice8.org and www.we168.org, the bureau said.&#8221;</p>
<p>So following this trail starting with nice8.org we come up with;</p>
<blockquote><p>Domain ID:D145807509-LROR<br />
Domain Name:NICE8.ORG<br />
Created On:11-May-2007 07:20:24 UTC<br />
Last Updated On:27-Sep-2007 05:57:07 UTC<br />
Expiration Date:11-May-2008 07:20:24 UTC<br />
Sponsoring Registrar:Xin Net Technology Corporation (R118-LROR)<br />
Status:OK<br />
Registrant ID:JHV8DUH7W9TIL<br />
Registrant Name:ga ga<br />
Registrant Organization:gaga<br />
Registrant Street1:gagaga<br />
Registrant Street2:<br />
Registrant Street3:<br />
Registrant City:gaga<br />
Registrant State/Province:Beijing<br />
Registrant Postal Code:126631<br />
Registrant Country:CN<br />
Registrant Phone:+86.2164729393<br />
Registrant Phone Ext.:<br />
Registrant FAX:+86.2164660456<br />
Registrant FAX Ext.:<br />
Registrant Email:safsafsa@ca.ca</p></blockquote>
<p>Apparently we are dealing an evil mastermind named &#8220;Ga ga&#8221; who lives on &#8220;gagaga street&#8221;.  I have heard grumblings of this mad man in the hacker underground.  Okay, so its made up&#8230; probably random keyboard bashing.  Dead end.  You get similar worthles results when whois&#8217;ing we168.0rg.  Both of which are down now.</p>
]]></content:encoded>
			<wfw:commentRss>http://downgrade.org/2007/11/13/chinese-hard-drive-manufacturer-embeds-trojan/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Mac OS X Trojan in the Wild</title>
		<link>http://downgrade.org/2007/11/02/mac-os-x-trojan-in-the-wild</link>
		<comments>http://downgrade.org/2007/11/02/mac-os-x-trojan-in-the-wild#comments</comments>
		<pubDate>Fri, 02 Nov 2007 19:45:24 +0000</pubDate>
		<dc:creator>Bryan Murphy</dc:creator>
				<category><![CDATA[apple]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://downgrade.org/2007/11/02/mac-os-x-trojan-in-the-wild/</guid>
		<description><![CDATA[There are reports of an in-the-wild Trojan horse program that targets Mac OS X systems.  Users are encouraged to visit malware-serving sites through spam messages in Mac forums.  The Trojan, which pretends to be a QuickTime plug-in, can hijack users&#8217; search results, sending them to websites the attackers want them to visit. http://isc.sans.org/diary.html?storyid=3595 http://www.scmagazineus.com/Trojan-targets-Mac-users/article/58290/ This [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>There are reports of an in-the-wild Trojan horse program that targets<br />
Mac OS X systems.  Users are encouraged to visit malware-serving sites<br />
through spam messages in Mac forums.  The Trojan, which pretends to be<br />
a QuickTime plug-in, can hijack users&#8217; search results, sending them to<br />
websites the attackers want them to visit.</p></blockquote>
<p><a href="http://isc.sans.org/diary.html?storyid=3595" target="_blank">http://isc.sans.org/diary.html?storyid=3595</a><br />
<a href="http://www.scmagazineus.com/Trojan-targets-Mac-users/article/58290/" target="_blank">http://www.scmagazineus.com/Trojan-targets-Mac-users/article/58290/</a></p>
<p>This is yet another example of malware exploiting stupidity and thats all.  I am sick of people jumping at every trivial little article they find regarding mac malware and saying &#8220;see, the mac isn&#8217;t safe either&#8221;.</p>
<p>First off, nothing is &#8216;safe&#8217;&#8230; just safer.  Second, you can have the most secure operating system in the world but if someone is stupid enough to install malicious software onto it then it will be infected just like windows.</p>
<p>When I see a self-propagating  worm that exploits a zero-day vulnerability in OS X, only then will I change my rant&#8230; but only slightly. <img src='http://downgrade.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://downgrade.org/2007/11/02/mac-os-x-trojan-in-the-wild/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NoNav: Automated Norton and Symantec AntiVirus Removal Tool</title>
		<link>http://downgrade.org/2006/04/14/nonav-automated-norton-and-symantec-antivirus-removal-tool</link>
		<comments>http://downgrade.org/2006/04/14/nonav-automated-norton-and-symantec-antivirus-removal-tool#comments</comments>
		<pubDate>Fri, 14 Apr 2006 14:50:16 +0000</pubDate>
		<dc:creator>Bryan Murphy</dc:creator>
				<category><![CDATA[malware]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://downgrade.org/2006/04/14/nonav-automated-norton-and-symantec-antivirus-removal-tool/</guid>
		<description><![CDATA[It seems all too often that when uninstalling Symantec Antivirus you are stuck with a partially uninstalled product. In some cases bits linger in add/remove programs, in other cases MS Word stops working. Whenever it happens its a big pain to fix. A colleague of mine has received this tool direct from the Symantec technicians. [...]]]></description>
			<content:encoded><![CDATA[<p>It seems all too often that when uninstalling Symantec Antivirus you are stuck with a partially uninstalled product.  In some cases bits linger in add/remove programs, in other cases MS Word stops working.  Whenever it happens its a big pain to fix.</p>
<p>A colleague of mine has received this tool direct from the Symantec technicians.  Here are some details of it from its PDF documentation.</p>
<blockquote><p><strong>Proposal </strong><br />
Symantec Enterprise customers have expressed a need for a way to uninstall Norton AntiVirus Corporate Edition (NAVCE) or Symantec AntiVirus Corporate Edition (SAVCE) when normal uninstall procedures do not work.</p>
<p><strong>Solution </strong><br />
Symantec Enterprise Support has created a standalone application / utility to fill this need. This utility will uninstall NAVCE or SAVCE Parent Servers and Clients through registry and file system deletions.</p></blockquote>
<p>You may download this tool here:</p>
<p><a href="/noNAV-removal-tool.zip">noNAV-removal-tool.zip</a><br />
md5 : afcb66d3db289a4c63434e829a9a1689</p>
]]></content:encoded>
			<wfw:commentRss>http://downgrade.org/2006/04/14/nonav-automated-norton-and-symantec-antivirus-removal-tool/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The AV switch</title>
		<link>http://downgrade.org/2006/02/24/the-av-switch</link>
		<comments>http://downgrade.org/2006/02/24/the-av-switch#comments</comments>
		<pubDate>Fri, 24 Feb 2006 03:43:34 +0000</pubDate>
		<dc:creator>Bryan Murphy</dc:creator>
				<category><![CDATA[malware]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://downgrade.org/2006/02/24/the-av-switch/</guid>
		<description><![CDATA[MSU just got a site license agreement with Eset for Nod32. This was at a time when the collective frustrations with Norton/Symantec Antivirus where at all time high. I have noticed over the years a few very prevalent problems with Symantec&#8217;s antivirus solution. 1. The updates don’t come as quickly and often as I would [...]]]></description>
			<content:encoded><![CDATA[<p>MSU just got a site license agreement with <a target="_blank" title="Eset, Makers of Nod32 Antivirus" href="http://eset.com/home/home.htm">Eset for Nod32</a>. This was at a time when the collective frustrations with <a target="_blank" title="Symantec Antivirus" href="http://symantec.com/avcenter/global/index.html">Norton/Symantec Antivirus</a> where at all time high. I have noticed over the years a few very prevalent problems with Symantec&#8217;s antivirus solution.</p>
<p>1. The updates don’t come as quickly and often as I would like.<br />
2. Norton is slow to release fixes for already infected machines. In some cases I find myself writing an in house fix to mitigate the damage.<br />
3. It’s a resource hog. It’s just heavy. It drastically affects performance when real time scan is enabled (which it should be to be effective) because it’s running all disk writes and reads through its filters.<br />
4. Anyone who has had to use their server component knows that I don’t even need to continue this sentence.</p>
<p>Given these sins I decided to buy a few licenses for Nod32 and keep it on my key chain flash drive ready to install on the next machine I see with a virus related issue.</p>
<p><a target="_blank" href="http://downgrade.org/2006/01/27/new-virus/">On Jan 27 the Brepibot.L </a>took a couple of my users by surprise. It was too early in its life to be detected by the campuses clamav and a few users ran the exe before I could send out my warning to the distro lists.</p>
<p>Norton didn’t have a def that would fix it for a couple of days. In that time Nod32 got it with no problem, and even cleaned it on a guinea pig machine.</p>
<p>The next day a faculty member was having issues with random word doc corruption and suspected it to be virus related. I removed Norton and installed nod32 and then updated its defs. I ran a complete system scan and oddly enough it found four infected files that Norton had not previously detected. Two of these files where OLD viruses (one was my doom and another was sober). The problem ended up being a failing usb flash drive that he had the documents on.</p>
<p>Now to develop a deployment strategy.</p>
]]></content:encoded>
			<wfw:commentRss>http://downgrade.org/2006/02/24/the-av-switch/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What it was</title>
		<link>http://downgrade.org/2006/01/30/what-it-was</link>
		<comments>http://downgrade.org/2006/01/30/what-it-was#comments</comments>
		<pubDate>Mon, 30 Jan 2006 09:02:36 +0000</pubDate>
		<dc:creator>Bryan Murphy</dc:creator>
				<category><![CDATA[malware]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[As it turns out the trojan in the last post was trojan.Brepibot.L Symantec still has no defs for it so I did a pre-infection, post-infection comparison of a fresh xp install and found the offending registry keys and files and cleaned the machines that needed it.]]></description>
			<content:encoded><![CDATA[<p>As it turns out the trojan in the last post was trojan.Brepibot.L</p>
<p>Symantec still has no defs for it so I did a pre-infection, post-infection comparison of a fresh xp install and found the offending registry keys and files and cleaned the machines that needed it.</p>
]]></content:encoded>
			<wfw:commentRss>http://downgrade.org/2006/01/30/what-it-was/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Virus?</title>
		<link>http://downgrade.org/2006/01/27/new-virus</link>
		<comments>http://downgrade.org/2006/01/27/new-virus#comments</comments>
		<pubDate>Fri, 27 Jan 2006 13:17:03 +0000</pubDate>
		<dc:creator>Bryan Murphy</dc:creator>
				<category><![CDATA[malware]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I just received an email that looks fairly legit at first glance. It states that a rape occurred on campus (being that I work at a university this makes sense) and that attached you will find an image of the suspect as captured from campus CCTV. The attached file (suspect image.exe) very well may be [...]]]></description>
			<content:encoded><![CDATA[<p>I just received an email that looks fairly legit at first glance. It states<br />
that a rape occurred on campus (being that I work at a university this makes sense) and that attached you will find an image of<br />
the suspect as captured from campus CCTV.  The attached file (suspect<br />
image.exe) very well may be a virus (im sure as heck not going to run it to<br />
find out).  My university &#8216;s clamav did not pick it up nor did NAV10 with dats<br />
dated yesterday.</p>
<p>I am not able to pull much useful information from the exe via the unix<br />
strings command or ida pro.  If anyone has any more experience then I do<br />
with virus disassembly I would be happy to forward the idapro file.</p>
<p>What I am able to pull from ida &#8216;s hex view is some registry writing, file<br />
deletion, file creation and process manipulation, but no details.</p>
<p>The contents of the email are attached bellow, you may want to warn your<br />
users on this (although I &#8216;m not sure how prevalent it is yet).</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>Return-path:<br />
X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on<br />
sys21.mail.msu.edu<br />
X-Spam-Level: *<br />
X-Spam-Status: No, score=1.7 required=5.0 tests=DATE_IN_FUTURE_06_12,<br />
MIME_BOUND_NEXTPART autolearn=disabled version=3.1.0<br />
Envelope-to: XXXXXXX@msu.edu<br />
Delivery-date: Fri, 27 Jan 2006 12:00:45 -0500<br />
Received: from client-82-19-18-185.mant.adsl.ntlworld.com ([82.19.18.185]<br />
helo=southern.edu)<br />
by sys21.mail.msu.edu with smtp (Exim 4.52 #1)<br />
id 1F2WxA-00089q-69<br />
for XXXXXXX@msu.edu; Fri, 27 Jan 2006 12:00:45 -0500<br />
From: &#8220;Mr Robert Atkins&#8221;<br />
To:<br />
Subject: Rape on Campus<br />
Date: Fri, 27 Jan 2006 17:00:03 -0800<br />
MIME-Version: 1.0<br />
Content-Type: multipart/mixed;<br />
boundary=&#8221;&#8212;-=_NextPart_8735D9CD401142400612F4268&#8243;<br />
X-Priority: 3<br />
X-Virus: None found by Clam AV</p>
<p>Hello,</p>
<p>During the early morning of January 25 2006, a campus student was the victim<br />
of a horrific sexual assault within college grounds. Eyewitnesses report a<br />
tall black man in grey pants running away from the scene.  Campus CCTV has<br />
caught this man on camera and are looking for ways to identify him.  If<br />
anyone recognises the attached picture could they inform administraion<br />
immediatly</p>
<p>Regards,</p>
<p>Robert Atkins<br />
Campus Administration</p>
<p>All information contained within this e-mail, including any attachment, is<br />
confidential. If you have received this e-mail in error, please delete it<br />
immediately. Do not use, disclose or spread the information in any way and<br />
notify the sender immediately. Any views and opinions expressed in this<br />
e-mail may not represent those of Business Monthly</p>
]]></content:encoded>
			<wfw:commentRss>http://downgrade.org/2006/01/27/new-virus/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

