<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title><![CDATA[Norman's security blog]]></title><link>http://www.norman.com/feeds/latest_blogs.rss/en-us</link>
<description><![CDATA[]]></description>
<pubDate>Tue, 16 Mar 2010 19:59:45 +0100</pubDate>
<generator>Lime CMS 3.6</generator>
<atom:link href="http://www.norman.com/feeds/latest_blogs.rss/en-us/index_html" rel="self" type="application/rss+xml" /><item>
  <title>Shockwave Flash (SWF) Exploit</title>
  <link>http://www.norman.com/security_center/blog/basavaraj_and_sandeep/78160/en-us</link>
  <description><![CDATA[<p><strong>Impact:</strong> Moderate<br />
<strong>Application:</strong> Adobe Flash Player 9.0.115.0 and earlier<br />
<strong>Vulnerability identifier:</strong> APSB08-11<br />
<strong>CVE Number:</strong> CVE-2007-0071</p>
<h2>Vulnerability details</h2>
<p>Adobe Flash Player is vulnerable to buffer overflow. When a user runs a malicious multimedia file, the attacker overflows a buffer and compromises the victim&rsquo;s system to execute an arbitrary code to do a malicious activity.</p>
<h2>Example</h2>
<p>A malicious shockwave file (SWF) contains the regular SWF and attached code that will trigger the vulnerability and carry out the malicious activity.</p>
<h3>Tools:</h3>
<ol>
    <li>Sothink SWF Decompiler</li>
    <li>UltraEdit text editor</li>
</ol>
<h3>Static analysis</h3>
<p>The main file would be containing the additional malicious code:</p>
<p></p>
<p style="text-align: center"><strong><em>Fig 1.1</em></strong><em> Malicious code</em></p>
<p></p>
<p style="text-align: center"><strong><em>Fig 1.2</em></strong><em> Code view</em></p>
<p></p>
<p style="text-align: center"><strong><em>Fig 1.3</em></strong><em> Code view</em></p>
<p>The malicious activity of this code is:</p>
<ol>
    <li>&nbsp;An array is decrypted using an XOR deciphered loop.</li>
    <li>The decrypted bytes are further loaded into another compressed SWF file.</li>
    <li>The compressed SWF file drops 12 other SWFs, which are responsible for triggering the vulnerability.</li>
    <li>The malware is downloaded from this url: &lt;removed&gt;</li>
</ol>
<h3>XOR decrypting loop:</h3>
<p></p>
<p style="text-align: center"><strong><em>Fig 2.1</em></strong><em> Decrypting loop</em></p>
<p>Array sArr[i] is bitwise XOR&rsquo;d with &ldquo;alsoThePiece&rdquo; and uses a unicode/ascii &quot;charCodeAt&quot; formula.</p>
<h3>APIs and URL found in decrypted file:</h3>
<p></p>
<p style="text-align: center"><strong><em>Fig 3.1</em></strong><em> APIs used for downloading and executing the malware</em></p>
<h2>Solution</h2>
<p>Downloading and installing newer versions than Adobe Flash Player 9.0.115.0.</p>
<h2>References:</h2>
<p><a href="http://www.adobe.com/support/security/bulletins/apsb08-11.html">http://www.adobe.com/support/security/bulletins/apsb08-11.html</a><br />
<a href="http://secunia.com/">http://secunia.com/</a> <br />
<a href="http://en.wikipedia.org/wiki/SWF">http://en.wikipedia.org/wiki/SWF</a> <br />
<a href="http://en.wikipedia.org/wiki/Exploit_%28computer_security%29">http://en.wikipedia.org/wiki/Exploit_%28computer_security%29</a> <br />
&nbsp;</p>]]></description>
  <pubDate>Thu, 04 Mar 2010 15:28:00 +0100</pubDate>
  <author>Basavaraj Biradar &amp; Sandeep Kalavala</author><guid>http://www.norman.com/security_center/blog/basavaraj_and_sandeep/78160/en-us</guid>
  <enclosure url="http://static.norman.com/00/07/81/45/SWF_Ex_fig11_None.preview.png" length="6766" type="image/png" />
  </item>
<item>
  <title>Internet Explorer (6/7/8) Remote Code Execution - Remote User Add Exploit</title>
  <link>http://www.norman.com/security_center/blog/suriya_and_diwakar/78117/en-us</link>
  <description><![CDATA[<h3>Objective</h3>
<p>A malicious web site can be crafted using an exploit code that will allow IE (Internet Explorer) to be compromised and allow code to be executed on your computer.</p>
<p>The more severe vulnerabilities could allow remote code execution if a user views a specially crafted web page using IE. User accounts with limited privileges on the system could be less impacted than administrative users accounts with full user rights.</p>
<p><strong>Affected platforms:</strong> Microsoft Internet Explorer (versions 6, 7 and 8)</p>
<p>&nbsp;</p>
<h2>How does this exploit work?</h2>
<h3>At the attacker&rsquo;s end</h3>
<p>The original exploit code is available as a PERL script, which can be used to create an exploitable HTML web page that has the information about the current user accounts available in the victim&rsquo;s computer. It can also create a new user with administrator privileges.</p>
<p style="text-align: center"></p>
<p style="text-align: center"><strong><em>Fig1.1</em></strong><em> Creating HTML webpage using PERL script</em></p>
<p>Using the exploit script code we can create an exploitable HTML web page with information given below which can be seen in the image Fig 1.1,</p>
<ul>
    <li>Port number (any)</li>
    <li>Remote user account name</li>
    <li>Remote user account password</li>
    <li>Test IP (attackers IP)</li>
</ul>
<p>After executing the PERL script, it will create the HTML file in the folder public_html inside the PERL script source directory.</p>
<h3>At the victim&rsquo;s end</h3>
<p>The generated link from the exploit code is being accessed from the victim&rsquo;s end, as illustraded below in Fig 1.2 :</p>
<p style="text-align: center"></p>
<p style="text-align: center"><strong><em>Fig 1.2 </em></strong><em>Accessing the HTML link generated from exploit code</em></p>
<p>Before the crafted web page that contains the exploit is accessed, the command &ldquo;net user&rdquo; shows the list of user accounts available on the victim&rsquo;s machine, as shown in Fig 1.3 below:</p>
<p style="text-align: center"></p>
<p style="text-align: center"><strong><em>Fig 1.3</em></strong><em> User account information before exploitation</em></p>
<p style="text-align: left">After the crafted exploit web link is accessed by the victim&rsquo;s machine, a new user account named &ldquo;test&rdquo; is created, which is already defined while creating the exploit HTML, which can be seen in Fig(1.4) .</p>
<p style="text-align: center"><em></em></p>
<p style="text-align: center"><em><strong>Fig 1.4</strong> User account information after exploitation</em></p>
<h2>Outcome of this attack</h2>
<p>With access with administrative privileges to the victim&rsquo;s computer, the attacker can download and execute arbitrary codes, thus making the victim&rsquo;s computer more vulnerable to further malware attacks.</p>
<p>The attacker may also use the victim&rsquo;s computer as a Malware Distribution System since he has a separate administrator account.</p>
<h2>Conclusion</h2>
<p>Currently no patches have been released by Microsoft for this exploit. Alternatively, using other browsers like Firefox would be a preventive measure.</p>
<h2>Reference:</h2>
<p><a href="http://www.exploit-db.com/exploits/11457">http://www.exploit-db.com/exploits/11457</a></p>
<p><a href="http://www.moosoft.com/blog/2010/01/15/internet-explorer-0-day-exploit-allows-remote-code-execution/">http://www.moosoft.com/blog/2010/01/15/internet-explorer-0-day-exploit-allows-remote-code-execution/</a> <br />
&nbsp;</p>]]></description>
  <pubDate>Thu, 04 Mar 2010 14:36:00 +0100</pubDate>
  <author>Suriya Raj Natarajan &amp; Diwakar Ganesan</author><guid>http://www.norman.com/security_center/blog/suriya_and_diwakar/78117/en-us</guid>
  <enclosure url="http://static.norman.com/00/07/81/18/IE_Ex_Fig_1_None.preview.png" length="5956" type="image/png" />
  </item>
<item>
  <title>Google Buzz and Reader CSRF Vulnerability</title>
  <link>http://www.norman.com/security_center/blog/dorairajulu_and_brave/77947/en-us</link>
  <description><![CDATA[<p>Google recently launched a Twitter-like application called Google Buzz. We have established that the application is quite vulnerable to persistent CSRF attacks when data is pulled from external data feeds.</p>
<p>CSRF (Cross Site Request Forgery) vulnerability works by exploiting the trust that a site has for the user. Site tasks are usually linked to specific URLs allowing certain actions to be performed on request. If a user is logged on to the site and an attacker tricks the user&rsquo;s browser into making a request to one of these task URLs, then the task is performed and logged as the logged on user as shown in figure 1.1</p>
<p style="text-align: center"></p>
<p style="text-align: center"><em><strong>Fig.</strong> 1.1</em></p>
<p>In Google Buzz user contact list are culled out by auto-following those you email regularly. This is similar to Twitter where users can follow someone.</p>
<p>The following characteristics are common to CSRF:</p>
<ul>
    <li>Involve sites that rely on a user&rsquo;s identity</li>
    <li>Exploit the site&rsquo;s trust in that identity</li>
    <li>Trick the user&rsquo;s browser into sending HTTP requests to a target site</li>
    <li>Involve HTTP requests that have side effects</li>
</ul>
<p>As of this writing we have not succeeded in finding a sample which exploits this vulnerability in the wild.</p>
<p><strong>Discovery date:</strong> February 12, 2009.</p>
<p><strong>Reference: <br />
</strong><a href="http://www.packetstormsecurity.org/filedesc/googlebuzz-xsrf.txt.html">http://www.packetstormsecurity.org/filedesc/googlebuzz-xsrf.txt.html</a></p>
<p><strong>Note:</strong><br />
Google is already updated the buzz but this attack is still reproducible in Google reader.</p>]]></description>
  <pubDate>Fri, 26 Feb 2010 09:35:00 +0100</pubDate>
  <author>Sukumar Dorairajulu &amp; Lenart Ankur Brave</author><guid>http://www.norman.com/security_center/blog/dorairajulu_and_brave/77947/en-us</guid>
  <enclosure url="http://static.norman.com/00/07/79/48/Buzz_fig11_None.preview.png" length="8075" type="image/png" />
  </item>
<item>
  <title>Hoaxing Facebook</title>
  <link>http://www.norman.com/security_center/blog/snorre_fagerland/77558/en-us</link>
  <description><![CDATA[<p>We have received reports of a new scare running among Facebook users. The message is approximately as follows:</p>
<blockquote>
<p><em>Has your facebook been running slow lately? Go to &quot;Settings&quot; and select &quot;application settings&quot;, change the dropdown box to &quot;added to profile&quot;. If you see one in there called &quot;un named app&quot; delete it ... It's an internal spybot. Pass it on. THIS IS NOT A DRILL!! ------</em></p>
</blockquote>
<p>And indeed, most users will actually have such an application in their &ldquo;added to profile&rdquo; box. Relax. Breathe out. This is no virus, it is just the &ldquo;boxes&rdquo; tab on your profile. Delete the application, and &ldquo;boxes&rdquo; goes away as well. If this is what you want, fine. According to Facebook, the &ldquo;boxes&rdquo; tab is going to go away soon anyway : [ <a href="http://wiki.developers.facebook.com/index.php/Tabbed_Profile">http://wiki.developers.facebook.com/index.php/Tabbed_Profile</a> ]</p>
<p>There is however a more sinister side to this hoax. Most users, when confronted with this kind of alarmist message, will turn to Google for more information. When they do, the pages they find may not be of the beneficial kind. We have verified that Googling for this hoax returns multiple live links to pages infested with malicious content. These sites try to trick users to download a fake antivirus program by showing a web page like the one below, which looks a lot like a regular desktop being scanned. And, of course, the fake scan shows a lot of viruses and whatnot, a very convincing argument that you should accept download of a &ldquo;virus-remover&rdquo; . This virus-remover is in itself a trojan program that could cause all manner of real mischief.</p>
<p></p>
<p>The lesson to take away from this is that all warnings are not good. <strong>In particular, do not send warnings that ask to be sent on to others &ndash; they are chain letters!</strong></p>]]></description>
  <pubDate>Wed, 27 Jan 2010 15:32:00 +0100</pubDate>
  <author>Snorre Fagerland</author><guid>http://www.norman.com/security_center/blog/snorre_fagerland/77558/en-us</guid>
  <enclosure url="http://static.norman.com/00/07/75/59/virus_remover_trojan_None.preview.png" length="8613" type="image/png" />
  </item>
<item>
  <title>[CVE-2010-0249] Vulnerability in Internet Explorer Could Allow Remote Code Execution</title>
  <link>http://www.norman.com/security_center/blog/snorre_fagerland/77263/en-us</link>
  <description><![CDATA[<p>Microsoft advisory: <a href="http://www.microsoft.com/technet/security/advisory/979352.mspx">http://www.microsoft.com/technet/security/advisory/979352.mspx</a></p>
<p>This security flaw, which was revealed about a week ago, is a threat that we follow closely. As of this writing we and others have seen a limited number of in-the-wild attacks using this. Some of these attacks were quite serious, affecting large targets like Google and Adobe (<a href="http://threatpost.com/en_us/blogs/inside-aurora-malware-011910">http://threatpost.com/en_us/blogs/inside-aurora-malware-011910</a>).</p>
<p>The various virus scanners from Norman detect the known malwares that are installed by these. However, there are no guarantees, as it is always possible to create malware to be undetectable for a limited time window.</p>
<p>Attacks through this vulnerability is possible on:</p>
<p><strong>Internet Explorer 6 Service Pack 1</strong> on Microsoft Windows 2000 Service Pack 4<br />
<strong>Internet Explorer 6</strong>,<br />
<strong>Internet Explorer 7</strong>,<br />
<strong>Internet Explorer 8</strong> on supported editions of Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7, and Windows Server 2008 R2</p>
<p>The vulnerability is script-based, and occurs when trying to access an HTML object which has been deleted. This causes an error that can be exploited to run unauthorized code.</p>
<h2>Mitigation</h2>
<p>Some level of protection is gained by having Data Execution Prevention (DEP) active. DEP is enabled by default on Internet Explorer 8 on Windows XP Service Pack 3, Internet Explorer 8 on Windows Vista Service Pack 1 and later, Internet Explorer 8 on Windows Server 2008, and Internet Explorer 8 on Windows 7. DEP on Windows XP SP2 and Windows Vista RTM can be enabled with a tool downloadable from this site: <a href="http://blogs.technet.com/srd/archive/2010/01/18/additional-information-about-dep-and-the-internet-explorer-0day-vulnerability.aspx">http://blogs.technet.com/srd/archive/2010/01/18/additional-information-about-dep-and-the-internet-explorer-0day-vulnerability.aspx</a></p>
<p>Further mitigation is to turn off Active Scripting in the Internet and Local Intranet security zone, and setting the Internet zone security setting to &ldquo;high&rdquo;.</p>
<p>Microsoft has stated that they will release an Out-Of-Band release to fix this problem as soon at the patch has been tested properly.</p>]]></description>
  <pubDate>Thu, 21 Jan 2010 09:06:00 +0100</pubDate>
  <author>Snorre Fagerland</author><guid>http://www.norman.com/security_center/blog/snorre_fagerland/77263/en-us</guid>
  </item>
<item>
  <title>Apply brain</title>
  <link>http://www.norman.com/security_center/blog/snorre_fagerland/74517/en-us</link>
  <description><![CDATA[<p>The Christmas holiday is almost upon us, and it is a good time to remind people that malware authors are likely to try to exploit periods like this to increase their spread of malware. They usually do this by sending emails and messages with content tailored to the occasion; f.ex. &ldquo;Christmas e-card&rdquo; or &ldquo;Happy new year &rdquo;. And of course, to read your greeting you&rsquo;ll have to install something that claims to be a plugin or similar, but invariably is a malicious program.<br />
Actually, this problem is not specific to Christmas. There are always spam emails targeted at the newsitem du jour. In many cases these are just spam, trying to sell stuff. In other cases there will be trojans attached to the emails.</p>
<p>The thing to do is of course to apply brain. Don&rsquo;t install anything attached to or linked to by emails, instant messages or social network messages, unless you know what you are doing. Hopefully, everyone will enjoy a quiet and virus-free turn of the year.</p>]]></description>
  <pubDate>Fri, 11 Dec 2009 14:51:00 +0100</pubDate>
  <author>Snorre Fagerland</author><guid>http://www.norman.com/security_center/blog/snorre_fagerland/74517/en-us</guid>
  </item>
<item>
  <title>Norman One of Five AV vendors certified for Windows 7 by ICSA </title>
  <link>http://www.norman.com/security_center/blog/matt_allen/72159/en-us</link>
  <description><![CDATA[<p></p>
<p>Norman is one of only five anti-virus vendors certified by ICSA labs for Windows 7. See the story here:<br />
<a href="http://www.icsalabs.com/press-release/icsa-labs-offers-first-anti-virus-certification-program-microsoft-windows-7">http://www.icsalabs.com/press-release/icsa-labs-offers-first-anti-virus-certification-program-microsoft-windows-7</a></p>
<p>&nbsp;</p>]]></description>
  <pubDate>Fri, 23 Oct 2009 12:22:00 +0200</pubDate>
  <author>Matt Allen</author><guid>http://www.norman.com/security_center/blog/matt_allen/72159/en-us</guid>
  <enclosure url="http://static.norman.com/00/04/83/26/ICSA_Cert_Anti-Virus_None.preview.jpg" length="5508" type="image/jpeg" />
  </item>
<item>
  <title>The Future is Here.  Researchers Prepare for Battle.</title>
  <link>http://www.norman.com/security_center/blog/matt_allen/72081/en-us</link>
  <description><![CDATA[<p>This is a week which seems to be the beginning of big changes in the operating system market. Tomorrow, Windows 7 will be released. With Vista, the perceived value did not outweigh the upgrade costs for much of the market. With Windows 7 however, market research suggests enough positive product differentiation to move a significant portion of the market to adopt rather quickly.</p>
<p>From an Apple perspective, Mac sales increased 17% for the 3rd quarter, contributing to a 47% net profit increase. Some of this demand is undoubtedly the result of Vista frustrations. Nevertheless, the niche Mac momentum building over the past several years seems to be ready to penetrate the market with force as public attitude of Apple&rsquo;s superior products improves.</p>
<p>Over the Over the next 12-18 months, the operating systems market will consume with vigor. This means the security industry will be under heavy burden as threats shift to the new platforms other than the XP platform which has become our comfort zone over the past 8 years. New technology innovations are great for productivity, but we know this opens up opportunities for the dark side. Prepare for battle.</p>]]></description>
  <pubDate>Wed, 21 Oct 2009 08:33:00 +0200</pubDate>
  <author>Matt Allen</author><guid>http://www.norman.com/security_center/blog/matt_allen/72081/en-us</guid>
  </item>
<item>
  <title>Twitter Phish?</title>
  <link>http://www.norman.com/security_center/blog/matt_allen/72079/en-us</link>
  <description><![CDATA[<p>How many Twitter account credentials could one collect through such a &quot;Follow us ...&quot; interface?<br />
&nbsp;</p>
<p></p>
<p>&nbsp;</p>
<p>If I enter my credentials here, who gets my credentials? Twitter, Messagelabs, or a highjacker? 3rd party login interfaces lead to phishing scam opportunities when users become trusting of such practices as the norm.</p>
<p>I strongly suggest never entering account credentials for a 3rd party account though anyone's site.</p>]]></description>
  <pubDate>Tue, 20 Oct 2009 11:34:00 +0200</pubDate>
  <author>Matt Allen</author><guid>http://www.norman.com/security_center/blog/matt_allen/72079/en-us</guid>
  <enclosure url="http://static.norman.com/00/07/20/78/twitter_messagelabs-1_None.preview.png" length="9345" type="image/png" />
  </item>
<item>
  <title>AMTSO - We don't Dance</title>
  <link>http://www.norman.com/security_center/blog/matt_allen/71987/en-us</link>
  <description><![CDATA[<p>The Anti-Malware Testing Standards(AMTSO) workshop in Prague last week was attended by diverse multi-national organizations, cultures, and personalities. This paired with an agenda focused on ethical standards at the core resulted in an excellent setting to observe international business theories in practice. Ethically controversial topics included the creation of malware, marketing practices, and AMTSO member responsibility.</p>
<p>Business education promotes the understanding of different business cultures and standards. When within our moral bounds, we are taught to accept those differences and customize our business in the interest of stakeholder gain. This mindset leads to compromise because we learn to dance with anyone, including the devil, in the interest of some type of perceived profit. Ironically, during dinner with fellow AMTSO members, a peer commented that the MBA degree would lead to the end of the world. Many in the security community share this opinion, including the very popular blogger Alex Eckelberry, who takes the opportunity to mention the &ldquo;MBA moron&rdquo; when opportunity presents itself. What is lacking, and cannot be taught in MBA theory, is discretion of when and how to apply modern business theories.</p>
<p>The AMSTO workshop was a prime case study of when culturally accepting MBA attitudes have no place. Rather, to avoid compromise, &ldquo;Let&rsquo;s get it right&rdquo; was echoed several times over the course of workshops. When creating standards in the interest of global computer security, agreeing that everyone&rsquo;s view is okay will not produce results. I&rsquo;m happy to report that the passionate member opinions and group discussions were not a dance, but rather 2 days of hard work that producing proper standards.</p>
<p>See related blog posts from VirusBulletin, Sophos, and Eset (opens separate browser windows):</p>
<ul>
    <li><a target="_blank" href="http://www.virusbtn.com/news/2009/10_16a.xml?rss">http://www.virusbtn.com/news/2009/10_16a.xml?rss</a></li>
    <li><a target="_blank" href="http://www.sophos.com/blogs/sophoslabs/v/post/6870">http://www.sophos.com/blogs/sophoslabs/v/post/6870</a></li>
    <li><a target="_blank" href="http://www.eset.com/threat-center/blog/2009/10/16/so-what-is-amtso-compliance">http://www.eset.com/threat-center/blog/2009/10/16/so-what-is-amtso-compliance</a></li>
</ul>
<p></p>]]></description>
  <pubDate>Mon, 19 Oct 2009 08:44:00 +0200</pubDate>
  <author>Matt Allen</author><guid>http://www.norman.com/security_center/blog/matt_allen/71987/en-us</guid>
  <enclosure url="http://static.norman.com/00/06/89/88/amtso_250px_None.preview.gif" length="2983" type="image/gif" />
  </item>
<item>
  <title>AMTSO - Voice Your Input</title>
  <link>http://www.norman.com/security_center/blog/matt_allen/71798/en-us</link>
  <description><![CDATA[<p>The Anti-Malware Testing Standards Organization (AMTSO) has published the members meeting <a target="_blank" href="http://amtso.org/meetings.html">agenda for next week in Prague</a>.</p>
<p>I have enjoyed drafting the network based anti-malware testing documents over the past few months and look forward very productive meetings next week. AMTSO has a number of different purposes benefitting the stakeholders of anti-malware technologies <a target="_blank" href="http://amtso.org/home.html">outlined in the charter</a>.&nbsp;</p>
<p>I invite anyone who is not an attending member to please send me any questions, comments, or concerns about AMTSO or any topics on the agenda that I can voice at the meetings. Your direct input will improve my ability to represent your best interests and needs. I may be contacted at <a href="mailto:Matt.Allen@Norman.com">Matt.Allen@Norman.com</a></p>
<p></p>]]></description>
  <pubDate>Wed, 07 Oct 2009 09:01:00 +0200</pubDate>
  <author>Matt Allen</author><guid>http://www.norman.com/security_center/blog/matt_allen/71798/en-us</guid>
  <enclosure url="http://static.norman.com/00/06/89/88/amtso_250px_None.preview.gif" length="2983" type="image/gif" />
  </item>
<item>
  <title>October: Cybersecurity Awareness Month</title>
  <link>http://www.norman.com/security_center/blog/per_olav_forland/71686/en-us</link>
  <description><![CDATA[<p>For some years the United States of America has held October as National Cybersecurity Awareness month. Since 2007 this month has also been recognized by Canada in a similar way.</p><p>This is a good initiative! Lack of <strong>awareness </strong>of potential issues regarding security in cyberspace is one of the main reason why so many persons and organizations become victims of cyber crime.</p><p>Take social engineering as an example. Most security issues are results of clever social engineering. There is a huge potential to reduce these if the public and professionals become more aware of the fact that it is extremely unlikely that a person has won multimillions in a lottery (which he has never heard of) and can claim the prize by visiting a web site. And is it likely that a famous movie star has picked a person's email address and offers to get to know/meet him if you visit her web site and enter your personal information?</p><p>A higher degree of awareness will result in fewer persons accepting such too-good-to-be-true schemes.</p><p>One may hope that more governments realise that cybersecurity awareness is of utmost importance and take intiatives to introduce the cybersecurity month in their respective contries.</p><p>More information about the national cybersecurity month is available from several web sites, including</p><ul>    <li><a target="_blank" href="http://www.dhs.gov/files/programs/gc_1158611596104.shtm">United States Homeland Security's information about National Cybersecurity Awareness Month</a></li>    <li><a target="_blank" href="http://www.safecanada.ca/cybersecurity_e.asp">Government of Canada's information about Cyber Security Awareness Month</a></li></ul>]]></description>
  <pubDate>Wed, 30 Sep 2009 11:39:00 +0200</pubDate>
  <author>Per Olav Førland</author><guid>http://www.norman.com/security_center/blog/per_olav_forland/71686/en-us</guid>
  </item>
<item>
  <title>Just another social engineering blog</title>
  <link>http://www.norman.com/security_center/blog/matt_allen/71676/en-us</link>
  <description><![CDATA[<p>While training forensic teams protecting highly sensitive information and networks to better utilize <a href="/enterprise/all_bundles/norman_sandbox_malware_analyzers/">Norman&rsquo;s SandBox Analyzer products</a>, we explored recent targeted malware attacks against these organizations. As we looked at these files, I was reminded of the meticulous creativity of the attackers. The attackers obviously had insider knowledge to craft some of these attacks. The clever social engineering ploys involved in the actual attack make me believe this knowledge was the result of gathering inside intelligence as a part of that research.</p>
<p>As I considered the number of people working in this environment, I realized how many insiders had knowledge of such classified systems. We see news reports almost daily about fraudulent insiders, but then there are the insiders who may not be skeptical enough of trusted parties.&nbsp;I will be the first to argue the case that dissemination of information leads to innovation and social gain. However, the level of trust that must be extended to so many people to protect the integrity of sensitive information and global safety is scary.</p>
<p>This experience was yet another reminder that we must be more careful than ever who we trust. These days, malintent is hidden within the vectors we use for information dissemination with more and more frequency. Every information query must be scrutinized as a probable attack or breach tactic. I&rsquo;m proud to be part of an organization and product team focused on identifying, investigating and researching the mind and work of the enemy. <br />
&nbsp;</p>]]></description>
  <pubDate>Tue, 29 Sep 2009 08:47:00 +0200</pubDate>
  <author>Matt Allen</author><guid>http://www.norman.com/security_center/blog/matt_allen/71676/en-us</guid>
  </item>
<item>
  <title>Uniting Consumer Needs with Comparative Influence</title>
  <link>http://www.norman.com/security_center/blog/matt_allen/71508/en-us</link>
  <description><![CDATA[<p>Antimalware consumers establish product value based on a number of different product attributes. Though brand recognition may be the most important, detection capabilities, engine performance, usability, scalability, and other features follow as the secondary drivers of customer perceived value. 3rd party product reviews are the trusted source by which consumers measure these attributes.</p>
<p>Unfortunately, many of the most reputable antimalware product reviews today evaluate value based upon threat spread vectors from years past. Modern malware uses a range of spread vectors including browser attacks, phishing campaigns, and targeted attacks to name a few. Many testing methodologies evaluate products against collections of threats after they have already emerged. Additionally, products are tested for simple detection of a sample, rather than using the threat vector by which the sample spreads.</p>
<p>NSS Labs has released new antimalware comparatives focused on real world testing methodologies, demonstrating an understanding that comparatives must be aligned with the security threats of today to have any genuine positive effect on computer security stakeholders. Antimalware stakeholders often argue that security organizations are not adequately protecting them. Security organizations dedicate resources to performing well in the tests consumers trust because it leads to an increased customer perception of value, which ultimately leads to revenue. Such focus distracts security companies from focusing entirely on the real world threats.</p>
<p>The solution to this viscous cycle is to either abandon initiatives to perform well in comparatives and risk depressed revenue, or change testing methodologies. By aligning industry testing methodologies with current threats, vendor obligations to the computing community can be unified as one research objective with the previously independent focus on performing well in the comparative reviews consumers trust. As malware threats become increasingly complex, so do our security products. To drive innovation and adequate products, the sources consumers trust must be aligned with consumer needs. Commendations to NSS Labs as they pioneer this initiative.</p>
<p>More information on the host malware protection tests from NSS Labs can be found at the following sites:</p>
<ul>
    <li><a target="_blank" href="http://nsslabs.com/host-malware-protection/corporate-endpoint-protection-products.html">http://nsslabs.com/host-malware-protection/corporate-endpoint-protection-products.html</a></li>
    <li><a target="_blank" href="http://nsslabs.com/host-malware-protection/consumer-anti-malware.html">http://nsslabs.com/host-malware-protection/consumer-anti-malware.html</a></li>
</ul>]]></description>
  <pubDate>Tue, 22 Sep 2009 08:46:00 +0200</pubDate>
  <author>Matt Allen</author><guid>http://www.norman.com/security_center/blog/matt_allen/71508/en-us</guid>
  </item>
<item>
  <title>How to Buy Network Based Security Products</title>
  <link>http://www.norman.com/security_center/blog/matt_allen/71403/en-us</link>
  <description><![CDATA[<p>I often get questions about why one should buy a network based security appliance such as Norman&rsquo;s Norman Network protection solution. The answer to this question often varies by the design and content of the customer&rsquo;s information technologies. Once a perception of value is established, a more important question is asked. What variables should I be considering when selecting such a product? Rightly so, solution evaluators usually don&rsquo;t trust the answers they get from vendors marketing such products. Sometimes a customer can turn to 3rd party testing organizations, which may or not have biased testing results, or even include all viably competitive products.</p>
<p>Network based security products fall into the three main categories. Software-only, appliances, and hosted solutions. In general, the software component of network based security products can be evaluated utilizing the same methods as traditional host based products. I hope I can help those evaluating such products aware and considerate of any additional variations introduced as a result of implementing security products at the network level.</p>
<h2>Software</h2>
<p>A significant variation between host and network based scanning is the scope of data scanned. A host based Anti-Malware product can scan anything supported by the underlying engine. The scope of this support will often dictate the types of threats the engine will protect against. Similarly, network based products are usually limited to scanning on a restricted number of popular ports. Typically, the more protocols supported by a device, the more protection offered. The evaluator should have knowledge of the significance of each specific protocol within their network to make decisions on the effectiveness of a product within their network. For example, it is more critical for network based products purchased for use within and between subnets to support network communication protocols such as CIFS and SMB, whereas a product required strictly as a gateway device would primarily need to focus on internet protocols.</p>
<p>When evaluating network based products at the network level, certain product attributes will also be weighted differently for each unique network. For example, latency is more important when evaluating network based products because it can often affect the computing performance of other users in the network, making underlying engine scan efficiency of more importance. A security product denying service can negatively impact an organization as much as some security breaches. In such a case, latency would have a more significant weight to the end user than exceptional detection abilities. Further complicating measurements is the fact that default settings shipped on the product may affect detection vs. latency performance. Certain proactive and heuristics may slow down scanning, but produce better detection, or visa versa.</p>
<p>There may be several different software modules operating concurrently on a network security product. These products are commonly referred to as Unified Threat Management(UTM) products, and may include such technologies as intrusion prevention, intrusion detection, Anti-Malware, anti-spam, content control, etc. In many cases, these products may be able to provide a higher level of overall security than a single component product. However single component products will often be more cost effective, more efficient handling network traffic, and more flexible for implementation at various network and subnetwork locations. The customer should understand that single component products are more focused in functionality and cannot be expected to compete directly as total security product within the UTM product category.</p>
<h2>Hardware</h2>
<p>As with host based security products, hardware influences network based Anti-Malware product performance. The actual security software is in most cases only approved by the vendor for use on specific hardware. Hardware requirements often differ according to the performance required by the user. Hardware requirements should be respected and the product should used according to the performance scale on which the product is designed to operate. For example, if a test box is unable to handle your network load, you should consider requesting more robust hardware rather than discounting the product as an inferior product.</p>
<p>The evaluator may find it appropriate to consider product attributes that address how the product reacts and performs when power to an appliance unit fails or network traffic exceeds max capacity, etc. The results of these and other scenarios can lead to service denials by blocking safe traffic, as well as security breaches by allowing potentially malicious traffic to bypass. Even though these scenarios are unrelated to the underlying security engine, hardware limitations can affect detection ability of the overall product.</p>
<p>Hardware products have additional product features and specs that should be considered for validity beyond host based solutions. For example, are vendor claims such as throughput and other performance measures met by both the hardware and software? Can stability be maintained over long periods of time? What happens in the case of an additional traffic spike? More importantly, how do the product attributes and features increase overall value to your network security initiatives in relation to both your current solutions and the competitive solutions on the market?</p>]]></description>
  <pubDate>Thu, 10 Sep 2009 08:44:00 +0200</pubDate>
  <author>Matt Allen</author><guid>http://www.norman.com/security_center/blog/matt_allen/71403/en-us</guid>
  </item>
<item>
  <title>A blast from the past &amp;ndash; the source code virus Induc.A</title>
  <link>http://www.norman.com/security_center/blog/snorre_fagerland/70923/en-us</link>
  <description><![CDATA[<p>Some days ago, Andreas Marx (of av-test.org) sent a copy of a new virus to all antivirus companies, with a warning that infected files were found on some magazine CD/DVD&rsquo;s. True enough, the virus was new to the attention of antivirus companies. The virus was W32/Induc.A. This is something of a rarity &ndash; it is a source code infector. These viruses do not propagate directly from macine to machine, nor to they attach themselves directly to executables found on the victim machine. Instead, they try to use programming environments they encounter by somehow inserting their own source code (f. ex. C or Pascal) into existing innocent code.</p>
<h2>A new kind of virus?</h2>
<p>No. Nope. Not at all. This kind of virus is almost as old as the computer virus problem itself. In operating systems like Linux, C compilers are part of the setup and malware for these platforms often comes as source code to be compiled locally.</p>
<p>On the PC platform script/macro viruses has done this for years, though one may argue that these are special cases since no explicit compiler is targeted. However, a few source code viruses targetting compilers like C, pascal, or assembler were created in the early 90&rsquo;ies, mostly as proof-of-concept. These viruses never had much success due to the lack of people with build environments.</p>
<p>This exact virus, Induc.A, has been very &ldquo;successful&rdquo; &ndash; it has at least existed since around December 2008, infecting files silently without anyone noticing it. How is this possible?</p>
<p>The first reason the virus has not been noticed is that it does not touch any of the files that normally are under scrutiny by security tools. Instead it replaces a file in the popular Delphi programming environment with itself. This file, sysconst.pas, is compiled into a file called sysconst.dcu and imported into almost all Delphi projects created. From now on, the programmers themselves create new infected files without knowing.</p>
<p>The second reason it has not been noticed is that it has no additional payload. It does not download anything, it does not attempt to contact any entity outside the infected PC. The action of just injectring itself into the Delphi environment is quickly done and requires no further resources on the computer.</p>
<p>The third reason has to do with trust. &ldquo;I&rsquo;ve just compiled this file, so I know it is clean&rdquo;. A lot of these infected files have been digitally signed and/or come from serious software producers, and are thus treated with a lot more trust than run-of-the-mill executables. The files do what they are supposed to, their little sideeffect notwithstanding, so no one has raised any alarm.</p>
<p>It just goes to show that no software is entirely safe, even if the sources seem legitimate.</p>]]></description>
  <pubDate>Fri, 21 Aug 2009 14:35:00 +0200</pubDate>
  <author>Snorre Fagerland</author><guid>http://www.norman.com/security_center/blog/snorre_fagerland/70923/en-us</guid>
  </item>
<item>
  <title>Turmoil by Twitter</title>
  <link>http://www.norman.com/security_center/blog/snorre_fagerland/69484/en-us</link>
  <description><![CDATA[<p>Following the disputed election in Iran a number of interesting things have happened in Cyberspace. As we saw some time ago in Moldova, social networking tools are showing their worth as political force amplifiers.</p>
<p>Supporters of Mir-Hossein Mousavi, one of the presidential candidates in Iran, are using mainly Twitter to coordinate their protest efforts and to get information out of Iran. This happens round the <strong>#iranelection </strong>search tag, where people tweet updates on the situation, warnings, coordination messages and so on. As the world has focused its attention on these happenings, so have interested twitterers from around the globe; <strong>#iranelection </strong>has been on top of the most trending topics for days. Depending on time of day, there are tens to hundreds of new tweets a minute.</p>
<p>As with any largely anonymous news source, information via tweets must be taken with spades of salt. The Iranian government is reportedly posting wrong and misleading information in order to f.ex. keep people away from the streets . There is anyhow plenty of low-quality messages coming from ordinary twitterers.</p>
<p>Actual tweets from inside Iran are the minority; the bulk of the traffic is re-tweets (RTs), messages repeated to keep them visible. This results in old tweets being re-sent, sometimes in direct contradiction to each other.</p>
<p></p>
<p></p>
<p></p>
<p>The Iranian government is also trying to limit the Twitter information flow by blocking users and domains. However, this is seemingly an impossible task.</p>
<p>More and more twitterers from outside Iran are joining the discussion. By setting their timezone to GMT+03.30 and location to Tehran they make it hard for the Iranian government to check and stop the information leakage. In addition, people set up twitter proxy servers faster than the Iranian governmentt can block them &ndash; all this, of course organized via Twitter.</p>
<p></p>
<p></p>
<p>Other actions are more direct. Some people are using distributed denial of service (DDOS) tactics to attack sites they consider to be spreading Iran government propaganda. Most of these tools are pretty basic; they usually involve more or less continuous page loads from the attacked sites.</p>
<p></p>
<p><br />
However, there can be little doubt that other and more powerful tools are also in full swing.</p>
<p></p>
<p>This trend seems to be slowing down a bit. Not only are people pointing out that DDOS is a crime in most countries and can land you in serious trouble, but many want it stopped because it is hurting their own case.</p>
<p></p>
<p><strong>We here at Norman strongly advice against using DDOS tactics, regardless of what kind of political sympathies one might have.</strong></p>
<p>This is indeed interesting times, a teaching moment for governments and action groups alike. Social networking tools have become a system of information dissemination that makes it very hard to do effective propaganda or information control &ndash; certainly a good thing, all told.</p>
<p><strong>[all Twitter ID&rsquo;s and links are removed].</strong><br />
&nbsp;</p>]]></description>
  <pubDate>Wed, 17 Jun 2009 14:55:00 +0200</pubDate>
  <author>Snorre Fagerland</author><guid>http://www.norman.com/security_center/blog/snorre_fagerland/69484/en-us</guid>
  <enclosure url="http://static.norman.com/00/06/94/85/twitter_1_None.preview.jpg" length="2102" type="image/jpeg" />
  </item>
<item>
  <title>A new web site for Norman</title>
  <link>http://www.norman.com/security_center/blog/per_olav_forland/68978/en-us</link>
  <description><![CDATA[<p>Today,&nbsp;25th May, Norman is pleased to announce its new web site. Any surfer that has visited our web previously will already have noticed major changes.</p>
<p>During several months personnel from different departments in Norman have been working on a complete new web with new navigation structure as well as a totally new design. Our aim has been to make the web more appealing and easier to navigate for our various user groups (like customers, partners, security personell and the casual surfer).</p>
<p>The main changes from the previous version are:</p>
<ul>
    <li>Totally new look</li>
    <li>Product information is split into three for the different user groups
    <ul>
        <li>Home / home users</li>
        <li>Small and medium businesses</li>
        <li>Enterprises</li>
    </ul>
    </li>
    <li>The former microsites Norman SandBox Information Center and Norman Malware Analyzers are removed and content from these webs integrated into the main Norman web.</li>
    <li>A new special section - Security Center, which contains general security information, including
    <ul>
        <li>general security articles,</li>
        <li>this Security blog,</li>
        <li>information about Norman's assessment of the current threat level and particularly dangereous malware among other useful security information.</li>
    </ul>
    </li>
    <li>A new section - Our technology - with in-depth information about the special technology that Norman uses in its products.</li>
</ul>
<p><strong>I trust that the new web will be recognized as a considerable improvement for all visitors.</strong></p>]]></description>
  <pubDate>Mon, 25 May 2009 08:50:00 +0200</pubDate>
  <author>Per Olav Førland</author><guid>http://www.norman.com/security_center/blog/per_olav_forland/68978/en-us</guid>
  </item>
<item>
  <title>W32/Virut.CM &amp;ndash; Observations</title>
  <link>http://www.norman.com/security_center/blog/righard_zwienenberg/69007/en-us</link>
  <description><![CDATA[<p>Recently a new Virus variant surfaced which we at Norman call W32/Virut.CM, but what&rsquo;s in a name. This Virut variant is a polymorphic file infecting Virus, approximately 20Kb long, that aggressively infects most executable and screen saver files on the system. In addition to infecting executables, W32/Virut.CM will also infect most HTML based files on the system by inserting IFrames.</p>
<p>A full technical observation from Norman&rsquo;s Tom Bonner can be found <a href="/business_partner/misc/gb-virut/">here</a>. This observation deals with the complete behavior of W32/Virut.CM, infection vectors, connections to IRC Servers, blocking of specific security websites including Norman&rsquo;s (so if you read this online, it means your system is not infected by this Virut variant, congratulations!) and some anti-emulation tricks. It will also list all the additional components it will download and install, including a rootkit, complemented with the SandBox output and network traffic details. Well worth the time to read.</p>
<p>Norman has released a special cleaning utility (*)&nbsp;for the W32/Virut.CM that can be downloaded and used by everyone. Instructions for usage can be found here (*).</p>
<p><em>(*) The functionality in the special Virut cleaner has as of 2nd September 2009 been incorporated in the free general tool, Norman Malware Cleaner. You will find this tool </em><a href="/support/support_tools/58732/"><em>here</em></a><em>.</em></p>]]></description>
  <pubDate>Thu, 21 May 2009 10:45:00 +0200</pubDate>
  <author>Righard Zwienenberg</author><guid>http://www.norman.com/security_center/blog/righard_zwienenberg/69007/en-us</guid>
  </item>
<item>
  <title>Anti-Malware Testing Standards Organization to start analysis of Anti-Malware Reviews</title>
  <link>http://www.norman.com/security_center/blog/righard_zwienenberg/68979/en-us</link>
  <description><![CDATA[<p></p>
<p>The Anti-Malware Testing Standards Organization (AMTSO) had another Membersmeeting on May 4 and May 5 2009 In Budapest, Hungary. At this meeting, 3 <a target="_blank" href="http://www.amtso.org/en/documents.html">standard documents</a> were finished and adopted. One of them is pretty unique as it is covering means to provide public analysis of anti-malware reviews where testing methodology used is compared to AMTSO&rsquo;s standards for anti-malware testing. The primary goal of this analysis is to provide consumers with information on the accuracy and reliability of product reviews, and to improve the overall quality of anti-malware testing.</p>
<p>There are too many tests that do not publish any details on methodology used or sample set used, which leaves users only to guess why a specifc result was established. Without clarification, that test is as much worth as nothing then. Hopefully, with this process of public analysis, clarity will come for the end-users and the end-users can read why a test is 'not good'.</p>
<p>The two other papers adopted were &ldquo;Suggested Methods for the Validation of Samples&rdquo; to help the tester with deciding which samples are good to use for testing purposes and which are not and &ldquo;Best Practices for Testing In‐the‐Cloud Security Products&rdquo; which provides an overview of the problems faced in conducting reliable and repeatable tests of security products. As &lsquo;In-The-Cloud&rsquo; is the buzzword of the moment, it is likely that many testers will try to test these solutions and we encourage them to read the documents and offered advice on how to approach the testing to minimize the problems this new technology brings to testing.</p>
<p>The full press release can be read <a target="_blank" href="http://www.amtso.org/en/antimalware-testing-standards-organization-to-start-analysis-of-antimalware-reviews.html">here</a>.</p>]]></description>
  <pubDate>Tue, 19 May 2009 11:51:00 +0200</pubDate>
  <author>Righard Zwienenberg</author><guid>http://www.norman.com/security_center/blog/righard_zwienenberg/68979/en-us</guid>
  <enclosure url="http://static.norman.com/00/06/89/88/amtso_250px_None.preview.gif" length="2983" type="image/gif" />
  </item>
</channel></rss>