<?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>blog nauseam &#187; Malware</title>
	<atom:link href="http://www.blog.cadnauseam.com/tag/malware/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blog.cadnauseam.com</link>
	<description>Mostly AutoCAD discussion, but also music, image manipulation and video</description>
	<lastBuildDate>Wed, 18 Jan 2012 06:02:16 +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>AutoCAD virus protection update</title>
		<link>http://www.blog.cadnauseam.com/2009/08/14/autocad-virus-protection-update/</link>
		<comments>http://www.blog.cadnauseam.com/2009/08/14/autocad-virus-protection-update/#comments</comments>
		<pubDate>Fri, 14 Aug 2009 08:29:59 +0000</pubDate>
		<dc:creator>Steve Johnson</dc:creator>
				<category><![CDATA[AutoCAD]]></category>
		<category><![CDATA[Autodesk]]></category>
		<category><![CDATA[Bug]]></category>
		<category><![CDATA[LISP]]></category>
		<category><![CDATA[Tip]]></category>
		<category><![CDATA[Malware]]></category>
		<category><![CDATA[Other Blogs]]></category>
		<category><![CDATA[Virus]]></category>
		<category><![CDATA[Warning]]></category>

		<guid isPermaLink="false">http://www.blog.cadnauseam.com/?p=687</guid>
		<description><![CDATA[<p>As I mentioned in my last post, I had some reservations about the code provided by Autodesk to deal with suspect acad.vlx and logo.gif files. Based on a suggestion from Jimmy Bergmark, I have written my own, safer version which you can download here: clean_virus_safe.lsp.</p> <p>The comments at the top of the clean_virus_safe.lsp file [...]]]></description>
			<content:encoded><![CDATA[<p>As I mentioned in <a href="http://www.blog.cadnauseam.com/2009/08/10/another-autocad-malware-warning/">my last post</a>, I had some reservations about the code provided by Autodesk to deal with suspect acad.vlx and logo.gif files. Based on a suggestion from Jimmy Bergmark, I have written my own, safer version which you can download here: <a href="http://www.cadnauseam.com/download/clean_virus_safe.lsp">clean_virus_safe.lsp</a>.</p>
<p>The comments at the top of the clean_virus_safe.lsp file explain what to do with it, but I will reproduce some of the relevant points here.</p>
<ul>
<li><strong>Purpose</strong>: Checks for existence of acad.vlx and logo.gif files, which are associated with virus AL/Logo-A, also known as ACAD/Unexplode, ACAD/Agent.A or ACM_UNEXPLODE.B. Written as a safer alternative to Autodesk&#8217;s code which deletes suspect files without prior warning. This code renames the files instead.</li>
<li><strong>Legal</strong>: Provided as-is with no warranty whatsoever, use at own risk. May be distributed freely.</li>
<li><strong>Usage</strong>: Append the contents of this file into a startup LISP file (e.g. acaddoc.lsp in your search path &#8211; create such a file if it does not exist). Autodesk&#8217;s suggestion to modify the acad20xx.lsp file should not be followed: this is bad practice. The acad20xx.lsp file is Autodesk&#8217;s file and any modifications you make to it are likely to be lost when updates and patches are applied.</li>
<li><strong>Effects</strong>: Any and all files named acad.vlx and logo.gif and located in AutoCAD&#8217;s search path will be renamed, e.g. &#8220;acad.vlx&#8221; will become &#8220;[Suspected Virus] acad.vlx0&#8243;. The name will end in a number starting with 0. If other suspect files are later found in the same location, those files will be renamed to end with 1, 2, 3 and so on.</li>
</ul>
<p>I don&#8217;t have a copy of the actual virus, and would like to get hold of one with a view to possibly improving this code. If you have a copy, I would be grateful if you could <a href="http://www.cadnauseam.com/Email.htm">contact me</a> so I can dissect it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.cadnauseam.com/2009/08/14/autocad-virus-protection-update/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Another AutoCAD malware warning</title>
		<link>http://www.blog.cadnauseam.com/2009/08/10/another-autocad-malware-warning/</link>
		<comments>http://www.blog.cadnauseam.com/2009/08/10/another-autocad-malware-warning/#comments</comments>
		<pubDate>Mon, 10 Aug 2009 07:58:08 +0000</pubDate>
		<dc:creator>Steve Johnson</dc:creator>
				<category><![CDATA[AutoCAD]]></category>
		<category><![CDATA[Autodesk]]></category>
		<category><![CDATA[Bug]]></category>
		<category><![CDATA[LISP]]></category>
		<category><![CDATA[Other Blogs]]></category>
		<category><![CDATA[Tip]]></category>
		<category><![CDATA[Malware]]></category>
		<category><![CDATA[Shaan Hurley]]></category>
		<category><![CDATA[Virus]]></category>
		<category><![CDATA[Warning]]></category>

		<guid isPermaLink="false">http://www.blog.cadnauseam.com/?p=684</guid>
		<description><![CDATA[<p>Shaan Hurley has posted some useful information about another AutoCAD-based virus that is doing the rounds, and I strongly suggest you read it. However, I have some reservations about the solution that is posted there and in the Autodesk knowledgebase.</p> <p>The LISP code suggested will delete any files called acad.vlx or logo.gif that are [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://autodesk.blogs.com/between_the_lines/">Shaan Hurley</a> has <a href="http://autodesk.blogs.com/between_the_lines/2009/08/malicious-code-alert-acadvlx-and-solution.html">posted some useful information</a> about another AutoCAD-based virus that is doing the rounds, and I strongly suggest you <a href="http://autodesk.blogs.com/between_the_lines/2009/08/malicious-code-alert-acadvlx-and-solution.html">read it</a>. However, I have some reservations about the solution that is posted there and in the <a href="http://usa.autodesk.com/getdoc/id=TS13717811">Autodesk knowledgebase</a>.</p>
<p>The LISP code suggested will delete any files called acad.vlx or logo.gif that are located in the current user&#8217;s current AutoCAD search path. There are a couple of problems with that.</p>
<ul>
<li>The search path will change depending on the user, the profile, the startup folder and the drawing folder. That means you can&#8217;t just use the code once and expect the problem to go away; the code will need to remain in place permanently to ensure it does not recur. That may not be a huge problem, although it will have a performance penalty (particularly where the search path is long and/or includes network paths) and it is one more thing to remember to carry over to future releases.</li>
<li>More importantly, the code has no idea if the files it is deleting are legitimate or not. It is quite possible for a custom environment or third-party utility to make use of a file called acad.vlx, and there are all sorts of reasons you may have a logo.gif file floating around. The Autodesk code will just erase such files without prior warning, which is a bit naughty.</li>
</ul>
<p>I commend Shaan and Autodesk for posting this information and proposed solution. However, I recommend caution before using this code as suggested. Check with your CAD Manager (if you have one) first to ensure there are no legitimate acad.vlx files in your environment. Do a search for these files yourself and see if there is a legitimate reason for them being where they are.</p>
<p>As with most malware attacks, taking care with incoming files is a very important part of the solution. Don&#8217;t just blindly use the contents of a zip file full of drawings, even from a trusted source. If somebody sends you a zip file containing an acad.vlx file, let the sender know about the problem and ask for an uninfected set of files.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.cadnauseam.com/2009/08/10/another-autocad-malware-warning/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>AutoCAD malware warning</title>
		<link>http://www.blog.cadnauseam.com/2009/07/09/autocad-malware-warning/</link>
		<comments>http://www.blog.cadnauseam.com/2009/07/09/autocad-malware-warning/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 01:08:37 +0000</pubDate>
		<dc:creator>Steve Johnson</dc:creator>
				<category><![CDATA[AutoCAD]]></category>
		<category><![CDATA[Other Blogs]]></category>
		<category><![CDATA[Tip]]></category>
		<category><![CDATA[Malware]]></category>
		<category><![CDATA[Virus]]></category>
		<category><![CDATA[Warning]]></category>

		<guid isPermaLink="false">http://www.blog.cadnauseam.com/?p=680</guid>
		<description><![CDATA[<p>There is a piece of malware out there written as an ObjectARX application, i.e. it will only affect AutoCAD users. It&#8217;s a China-based adware client, which Andrew Brandt at the Webroot threat blog has named Trojan-Pigrig. For full details, see here. Also, see here for AutoCAD-specific advice from the AutoCAD support team at the [...]]]></description>
			<content:encoded><![CDATA[<p>There is a piece of malware out there written as an ObjectARX application, i.e. it will only affect AutoCAD users. It&#8217;s a China-based adware client, which Andrew Brandt at the <a href="http://blog.webroot.com/">Webroot</a> threat blog has named Trojan-Pigrig. For full details, <a href="http://blog.webroot.com/2009/07/01/autocad-adware-trojans-target-techies/">see here</a>. Also, <a href="http://withoutanet.typepad.com/without_a_net/2009/07/autocad-adware-trojan.html">see here</a> for AutoCAD-specific advice from the AutoCAD support team at the <a href="http://withoutanet.typepad.com">Without a Net</a> blog.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.cadnauseam.com/2009/07/09/autocad-malware-warning/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

