<?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/ch</link>
<description><![CDATA[]]></description>
<pubDate>Thu, 02 Sep 2010 17:44:52 +0200</pubDate>
<generator>Lime CMS 3.6</generator>
<atom:link href="http://www.norman.com/feeds/latest_blogs.rss/ch/index_html" rel="self" type="application/rss+xml" /><item>
  <title>Who is connected to whom?</title>
  <link>http://www.norman.com/security_center/blog/righard_zwienenberg/91848/ch</link>
  <description><![CDATA[<p>I am currently working on a few presentations that I will give in the upcoming weeks. One of them will touch correlating data and actually is giving some interesting information. Using some older data to demonstrate this, in 2007 I made a screen dump from our Analysis Desktop&rsquo;s Botnet database, in particular from a &ndash; at that time &ndash; new botnet. It showed that we had 3 different pieces of unique malware all connecting to the same Channel (Matrizzz) of the Botnet on the same C&amp;C Server.</p>
<p></p>
<p>I repeated that exercise today for the sake of the presentation and it showed that the Matrizzz channel on this server is now accessed a few more times. But it also shows that a similar channel (matrizzzz) is present on another Server. Examining the code showed that this indeed is related.</p>
<p></p>
<p>Going to the data on that server, we can see that this C&amp;C server is actually hosting two botnet channels. I could go deeper into the second channel, but the phrase &ldquo;matrix&rdquo; is used a lot in a wide variety of botnet/channels, so that won&rsquo;t reveal too much information.</p>
<p></p>
<p>If we continue on the channel we started with, it is noticeable that the channel password everywhere contains the phrase &ldquo;makako123&rdquo;. If we start to do a search on that phrase, another Server shows up.</p>
<p></p>
<p>And at that server, there is a channel. Now this exercise could continue for a few more cycles and we would reveal more and more information and more and more nodes that are interlinked. A nice graph is building. If we would do this for every Botnet, we will actually see that specific servers are part of multiple botnets and there is a big overlap.</p>
<p>And before you know it, what seems to be Chaos is actually Organized&hellip;</p>
<p></p>
<p>Funnily enough, the same graphs can be made about Who knows Whom on social networks&hellip;</p>]]></description>
  <pubDate>Mon, 30 Aug 2010 15:02:00 +0200</pubDate>
  <author>Righard Zwienenberg</author><guid>http://www.norman.com/security_center/blog/righard_zwienenberg/91848/ch</guid>
  <enclosure url="http://static.norman.com/00/09/18/49/1_None.preview.jpg" length="2458" type="image/jpeg" />
  </item>
<item>
  <title>DLL HiJacking&hellip; And now what?!?</title>
  <link>http://www.norman.com/security_center/blog/righard_zwienenberg/91781/ch</link>
  <description><![CDATA[<p>Lots have been written already about it, so I will keep it short on what it exactly involves.<br />
Basically, whenever an application wants to load a DLL, it can do that absolute (using a full pathname as &ldquo;c:\windows\system32\dllname.dll&rdquo;) or relative (&ldquo;dllname.dll&rdquo;). In the latter case, Windows will search through the predefined set of directories to locate and load the requested DLL.</p>
<p>Taken from <a href="http://blogs.msdn.com/b/david_leblanc/archive/2008/02/20/dll-preloading-attacks.aspx">David LeBlanc&rsquo;s blog</a>, the sequence is:</p>
<ul>
    <li>The directory from which the application loaded.&nbsp;</li>
    <li>The current directory.&nbsp;</li>
    <li>The system(32) directory. Use the GetSystemDirectory function to get the path of this directory.&nbsp;</li>
    <li>The 16-bit system directory. There is no function that retrieves the path of this directory, but it is searched.&nbsp;</li>
    <li>The Windows directory. Use the GetWindowsDirectory function to get the path of this directory.&nbsp;</li>
    <li>The directories that are listed in the PATH environment variable.</li>
</ul>
<p>When the current directory is set to a directory that is controlled by malware, the requested DLL will actually be loaded from that directory rather than the (normal) \windows\system32 directory.</p>
<p>Basically it boils down to bad programming, but that will not help anyone right now. Lots of sourcecode will have to be re-evaluated to see if it the applications compiled from it will be vulnerable to this attack.</p>
<p>The Exploit DataBase is keeping track of all exploits that are found for popular applications. Please check if your popular application is amongst them <a href="http://www.exploit-db.com/search/?action=search&amp;filter_page=1&amp;filter_description=DLL%20Hijacking&amp;filter_author=&amp;filter_platform=0&amp;filter_type=0&amp;filter_port=0&amp;filter_osvdb=&amp;filter_cve=">here</a>...</p>
<p>The best advice we can give your right now is not to allow DLL&rsquo;s from shared devices and through WebDAV. If this is too cumbersome or will not work in your environment, another possibility is to follow <a href="http://blogs.technet.com/b/srd/archive/2010/08/23/more-information-about-dll-preloading-remote-attack-vector.aspx">Microsoft&rsquo;s quick fix</a> to alter the register, preventing DLL&rsquo;s to be loaded from the working directory or through WebDAV. However, you may want to check the discussion on <a href="http://isc.sans.edu/diary.html?storyid=9445.ctlt">SANS</a> beforehand as there is a growing list of applications that do not seem to work anymore after changing the registry.</p>
<p>&nbsp;</p>]]></description>
  <pubDate>Thu, 26 Aug 2010 13:46:00 +0200</pubDate>
  <author>Righard Zwienenberg</author><guid>http://www.norman.com/security_center/blog/righard_zwienenberg/91781/ch</guid>
  </item>
<item>
  <title>One Bad Apple</title>
  <link>http://www.norman.com/security_center/blog/per_olav_forland/91564/ch</link>
  <description><![CDATA[<p><em>If it were up to me<br />
I'd say just leave me be<br />
Why let one bad apple<br />
Spoil the whole damn bunch</em></p>
<p>The&nbsp;text above is from Guns N' Roses 'Bad Apples', and seems appropriate to sum up what happened to Guns N' Roses' <a target="_blank" href="http://twitter.com/axlrose">Axl Rose's Twitter account</a> last Sunday.</p>
<p>The following message was tweeted:</p>
<p style="margin-left: 40px"><strong>All upcoming Guns N' Roses dates are officially cancelled. Please contact your place of purchase for any refunds.<br />
</strong></p>
<p></p>
<p style="text-align: center"><em>Click image to enlarge</em></p>
<p>(When this blog item is written, this is still the latest tweet on this Twitter account!)</p>
<p>Some of the almost 70 000 followers&nbsp;probably were shocked and disappointed. It soon was established, however, that the the message was&nbsp;posted because someone had managed to crack this Twitter account - the message was fake. <br />
<a target="_blank" href="http://www.gunsnroses.com">Guns N' Rose's web site</a> still has information about the upcoming tour dates without any reservations, and <a target="_blank" href="http://www.efestivals.co.uk/news/10/100816a.shtml">Guns N' Roses' management confirmed that the tweet was fake</a>.</p>
<p><em><strong>Don't believe everything you read on the Internet</strong></em>, is the obvious&nbsp;lesson to learn from this incident.&nbsp;(A statement that cannot be repeated too often).&nbsp;</p>
<p>Or to say it like Guns N' Roses already&nbsp;did (from 'Nice Boys'):</p>
<p style="margin-left: 40px"><em>You know nice boys<br />
Don't play rock and roll<br />
Nice boys don't play rock and roll<br />
I'm not a nice boy and I never was!</em></p>
<p>&nbsp;</p>]]></description>
  <pubDate>Thu, 19 Aug 2010 11:39:00 +0200</pubDate>
  <author>Per Olav Førland</author><guid>http://www.norman.com/security_center/blog/per_olav_forland/91564/ch</guid>
  <enclosure url="http://static.norman.com/00/09/15/70/twitter_axlrose_None.preview.png" length="6619" type="image/png" />
  </item>
<item>
  <title>Internet 2.0?</title>
  <link>http://www.norman.com/security_center/blog/per_olav_forland/91462/ch</link>
  <description><![CDATA[<p><a target="_blank" href="http://en.wikipedia.org/wiki/Net_neutrality">Wikipedia defines</a> net neutrality as</p><p style="margin-left: 40px"><em>(...) a principle proposed for user access networks participating in the Internet that advocates no restrictions by Internet Service Providers and governments on content, sites, platforms, on the kinds of equipment that may be attached, and no restrictions on the modes of communication allowed.</em></p><p>Other definitions exist, but the general consensus is that the term should ensure that </p><ul>    <li>all Internet content must be treated alike and move at the same speed over the network,</li>    <li>the owners of the Internet's infrastructure are not allowed to discriminate</li>    <li>Internet users should be in control of what content they view and what applications they use on the Internet</li></ul><p>In the summer 2006 Google posted <a target="_blank" href="http://www.google.com/help/netneutrality_letter.html">a public letter</a> to its users:</p><p style="margin-left: 40px"><em>The Internet as we know it is facing a serious threat. There's a debate heating up in Washington, DC on something called "net neutrality" – and it's a debate that's so important Google is asking you to get involved. We're asking you to take action to protect Internet freedom.</em></p><p style="margin-left: 40px"><em>In the next few days, the House of Representatives is going to vote on a bill that would fundamentally alter the Internet. That bill, and one that may come up for a key vote in the Senate in the next few weeks, would give the big phone and cable companies the power to pick and choose what you will be able to see and do on the Internet.</em></p><p style="margin-left: 40px"><em>Today the Internet is an information highway where anybody – no matter how large or small, how traditional or unconventional – has equal access. But the phone and cable monopolies, who control almost all Internet access, want the power to choose who gets access to high-speed lanes and whose content gets seen first and fastest. They want to build a two-tiered system and block the on-ramps for those who can't pay.</em></p><p style="margin-left: 40px"><em>Creativity, innovation and a free and open marketplace are all at stake in this fight. Please call your representative (202-224-3121) and let your voice be heard.</em></p><p style="margin-left: 40px"><em>Thanks for your time, your concern and your support.</em></p><p>Only four years ago!</p><p>9 August this year a joint proposal from <span class="byline-author">Alan Davidson, Google director of public policy and Tom Tauke, <a target="_blank" href="http://www.verizon.com">Verizon</a> executive vice president of public affairs, policy, and communications was made (the emphasizing below is mine):</span></p><p style="margin-left: 40px"><em>(...) Broadband Internet access service providers are permitted to engage in <strong>reasonable </strong>network management. Reasonable network management includes <strong>any technically sound practice: to reduce or mitigate the effects of congestion on its network</strong>; to ensure network security or integrity; <strong>to address traffic that is unwanted by or harmful to </strong>users, the provider’s network, or the Internet; to ensure service quality to a subscriber; to provide services or capabilities consistent with a consumer’s choices; that is consistent with the technical requirements, standards, or best practices adopted by an independent, widely-recognized Internet community governance initiative or standard-setting organization; to prioritize general classes or types of Internet traffic, based on latency; or otherwise to manage the daily operation of its network.</em></p><p style="margin-left: 40px"><em>A provider that offers a broadband Internet access service complying with the above principles could offer any other <strong>additional or differentiated services</strong>. Such other services would have to be distinguishable in scope and purpose from broadband Internet access service, but could make use of or access Internet content, applications or services and could <strong>include traffic prioritization</strong>. (..)</em></p><p style="margin-left: 40px"><em>Because of the unique technical and operational characteristics of wireless networks, and the competitive and still-developing nature of wireless broadband services, <strong>only the transparency principle would apply to wireless broadband at this time</strong>. (...)</em></p><p><span class="byline-author">The complete joint proposal is <a target="_blank" href="http://static.googleusercontent.com/external_content/untrusted_dlcp/www.google.com/en//googleblogs/pdfs/verizon_google_legislative_framework_proposal_081010.pdf">available as a PDF document</a>. See also <a target="_blank" href="http://googlepublicpolicy.blogspot.com/2010/08/joint-policy-proposal-for-open-internet.html">Google Public Policy Blog</a> for further explaination.</span></p><p>This proposal has resulted in an outcry from several commentators, consumer groups and representatives from various institutions around the world. The reason why is that one perceives that the proposal allows differentiating Internet traffic. Those who are able to pay the Internet Service Providers (ISPs) will ensure that their content is prioritized over other Internet content. The statement's view on wireless broadband in particular received harsh comments.</p><p>Obviously new organizations with new types of Internet content will not be able to compete with well-established, wealthy organizations like ... Google (to name a not-so-random company as the example) when they want to make their content available to the Internet community.</p><p>Initiatives have been taken to run campaigns to stop this Google-Verizon initiative. The one that has received most attention is probably <a target="_blank" href="http://savetheinternet.com/faq">Save the Internet</a>, which has set up a mailing system where one can <a target="_blank" href="https://secure.freepress.net/site/Advocacy?cmd=display&page=UserAction&id=471">send a message</a> to USA's Federal Communications Commission (FCC) Chairman, Julius Genachowski. <a target="_blank" href="http://pol.moveon.org/google/index.html">Another initiative</a> has set up a system to send protests directly to Google.</p><p>If the regulators of the Internet allow a system approximating the Google-Verizon suggestion, it will be a fundamental change in the way the Internet functions. Not only for citizens in the United States of America, but for Internet users around the world.</p><p>It will be very interesting to follow this debate and its final outcome. </p>]]></description>
  <pubDate>Fri, 13 Aug 2010 10:39:00 +0200</pubDate>
  <author>Per Olav Førland</author><guid>http://www.norman.com/security_center/blog/per_olav_forland/91462/ch</guid>
  </item>
<item>
  <title>No patch for serious vulnerability in Windows XP SP2 - ever</title>
  <link>http://www.norman.com/security_center/blog/per_olav_forland/91402/ch</link>
  <description><![CDATA[<p>13 July this year Microsoft ended its support for 32-bit Windows XP Service Pack 2.&nbsp; This has been announced long time ago, and should come as no surprise. Nevertheless, it is a known fact that there are still lots of users who have not upgraded to Windows XP Service Pack 3 or a newer version or Windows operating system.</p>
<p>Almost at the same time that support for Windows XP SP2 ended, information about <a href="/security_center/security_center_archive/2010/85077/">a zero-day vulnerability</a>&nbsp;in all current&nbsp;Windows versions was published. Several malware authors started using exploits of this vulnerability in their malware products, and it was&nbsp;viewed as very dangerous. Microsoft regarded this as unusually serious, and accordingly released an out-of-band security update 2 August for all supported operating systems.<br />
<strong>Supported </strong>is the operative word here, as Windows XP SP 2 was no longer supported at this point in time. Users of this operating system are therefore still vulnerable to malware exploiting this vulnerability. As well as&nbsp;all other upcoming exploits of vulnerabilities in Windows XP SP2, which will not be fixed by Microsoft.</p>
<p>It is strongly recommended that those who still use this legacy operating system upgrade to a supported operating system. See <a target="_blank" href="http://windows.microsoft.com/en-US/windows/help/end-support-windows-xp-sp2-windows-vista-without-service-packs">this page on Microsoft's web site for more information</a>.</p>]]></description>
  <pubDate>Wed, 04 Aug 2010 10:39:00 +0200</pubDate>
  <author>Per Olav Førland</author><guid>http://www.norman.com/security_center/blog/per_olav_forland/91402/ch</guid>
  </item>
<item>
  <title>Exploring Old Computing Integrity Strategies</title>
  <link>http://www.norman.com/security_center/blog/matt_allen/84614/ch</link>
  <description><![CDATA[<p>Encapsulating computing operations has been encouraged to maintain integrity by separating and hiding functionality for years. Meanwhile, personal computing technologies have intertwined our daily functions onto one computing platform. Banking, gambling, mailing, and other daily activities are all performed on one machine over a single line of communications.</p>
<p>Lately I've encountered several critical network infrastructures that haven't merged abstract functionality onto mainstream technology platforms. In the interest of redundancy, machines perform single or few functions, operated and managed by simplistic custom operating system platforms. Production is designed to continue functioning as long as there is a power source. Complex mainstream platforms like Windows and Linux are only used for analyzing data exported from production lines only. As a result, such environments have remained largely unaffected by security threats depending on mainstream software.  Of course, any environments controlled or actively interacting with Windows, or other mainstream platforms, must be protected with production <a href="http://norman.com/smb/all_products/gateway/norman_network_protection_appliance/en-us">network protection</a> initiatives.</p>
<p>More frequently, security education encourages the use of one computer exclusively for banking, and other machines for normal browsing, returning to the encapsulation idea of separating and hiding functionality from unrelated activities. Technology compartmentalization in networks can be expanded further beyond the network layer topology. Moving to a physical network encapsulation will greatly enhance security against malicious threats.</p>
<p>Administrators know that web servers, email servers, and databases should be separated onto their own dedicated hardware. However, they fail to move functionality into segmented locations. where the same threats are less likely to affect multiple functions. As network encapsulation increases, security solutions supporting network protocols such as CIFS and SMB, like <a href="http://norman.com/smb/all_products/gateway/norman_network_protection_appliance/en-us">Norman Network Protection</a>, will be valuable as we reconsider ancient computer science architectures for integrity.</p>]]></description>
  <pubDate>Fri, 09 Jul 2010 14:42:19 +0200</pubDate>
  <author>Matt Allen</author><guid>http://www.norman.com/security_center/blog/matt_allen/84614/ch</guid>
  </item>
<item>
  <title>Security through Obscurity??? Yes, it still happens!!!</title>
  <link>http://www.norman.com/security_center/blog/righard_zwienenberg/84527/ch</link>
  <description><![CDATA[<p>Raoel Chiesa, an Italian ethical hacker, was about to present a paper called &ldquo;Underground Economy&rdquo; at the Hack in the Box conference in Amsterdam, The Netherlands. The presentation includes details of various techniques and exploits and vulnerabilities that cyber criminals use to break into ATM machines. Amongst other details it would describe how ATM&rsquo;s could be fooled and give more than requested.</p>
<p>His presentation was cancelled at the last minute and replaced with a presentation of Job de Haas called &ldquo;Side Channel Analysis on Embedded Systems&rdquo;. The reason the presentation was cancelled was the pressure from the vendors of these ATM Machines. What are they afraid of? Chiesa already presented the details at a different security conference and his findings are used for different reports, including the ENISA report &quot;ATM Crime: Overview of the European situation and golden rules on how to avoid it&quot;. Due to the pressure of the ATM vendors, the presentation was cancelled. What are they afraid of? Several of the problems have been there for a long time and remain unfixed. Is it a case of &ldquo;hide the fact and the problem doesn&rsquo;t exist&rdquo;?</p>
<p>Pressure from ATM vendors is nothing new. Last year, IOActive Lab&rsquo;s Barbaby Jack&rsquo;s presentation &ldquo;Jackpotting Automated Teller Machines&rdquo; was pulled for similar reasons from the Blackhat Conference. However, this year, the presentation is on <a href="http://www.blackhat.com/html/bh-us-10/bh-us-10-briefings.html">the program </a>again. Jack is quite easy on this. One of his comments on the occurrence is &ldquo;The upside to this is that there has been an additional year to research ATM attacks, and I'm armed with a whole new bag of tricks. Norman is a <a href="http://www.blackhat.com/html/bh-us-10/bh-us-10-sponsors.html">gold sponsor </a>of the Blackhat conference and I will be there. I am looking forward to his presentation and report on it, if not again pulled at the last minute.</p>
<p>So what is next? ATM vendors and banks will try to stop all presentations on skimming? By all means, let the public be unaware of the problems that are real and the crimes that are happening. I have done a few presentations that dealt with skimming. And skimming partially happens because the banks do not really act in the right way. Now I do realize that skimming is not done by the banks themselves, but as long as the damage done by skimming is lower than replacing all the ATM&rsquo;s with a safe model&hellip;</p>
<p>It happened some time ago and I used it at a few presentations, but it is still current. I had to fly and at the airport I found an ATM where the card reader did not match the picture on the screen. A sticker tells you to call the bank when in doubt. So the picture and the slot were not identical&hellip; And I had 1.5 hours to spare&hellip; So what else to do&hellip; Of course I called. Do you think they were happy? The next is a recap of the conversation between the lady I got on the telephone when I called the helpdesk and me.</p>
<p>She: &ldquo;No Sir, this machine is completely safe to use. The card reader has just been replaced.&rdquo;</p>
<p>Me: &ldquo;I know that, it is normal with skimming that the card reader is altered, tampered with or replaced by the bad guys.&rdquo;</p>
<p>She: &ldquo;No Sir, it has been replaced by us. It is completely safe to use.&rdquo;</p>
<p>Me: &ldquo;So why don&rsquo;t you update the picture when replacing the card reader?&rdquo;</p>
<p>She: &ldquo;That&rsquo;s another department!&rdquo;</p>
<p>Me: &ldquo;So who can guarantee that this machine is safe to use. The picture is not identical to the card reader&rdquo;.</p>
<p>She: &ldquo;Sir, please trust me when I say that the machine has not been tampered with and is safe to use. Your card can safely be inserted&rdquo;.</p>
<p>Me: &ldquo;And who are you?&rdquo;</p>
<p>She: &ldquo;I&rsquo;m [whatever], of the helpdesk of the bank&rdquo;.</p>
<p>Me: &ldquo;And who guarantees me that you do work for the bank and not for a criminal organization trying to obtain my card data and pincode having altered this machine. And that you were not able to update the picture but you were able to change the telephonenumber so I&rsquo;m actually calling with a representative of a skimming organization?&rdquo;</p>
<p>SLAM! She hung up the phone...</p>
<p>If this would happen to you and you would indeed find another machine with the card reader being different than the picture&hellip; Would you call again?<br />
&nbsp;</p>]]></description>
  <pubDate>Wed, 07 Jul 2010 00:28:00 +0200</pubDate>
  <author>Righard Zwienenberg</author><guid>http://www.norman.com/security_center/blog/righard_zwienenberg/84527/ch</guid>
  </item>
<item>
  <title>The PDF /Launch vulnerability still lives</title>
  <link>http://www.norman.com/security_center/blog/per_olav_forland/84515/ch</link>
  <description><![CDATA[<p>The PDF&nbsp;/Launch vulnerability that was <a target="_blank" href="http://blog.didierstevens.com/2010/03/29/escape-from-pdf/">discovered by the researcher Didier Stevens earlier this year</a> was discussed <a href="/security_center/security_center_archive/2010/79064/">in&nbsp;a special Norman security article in April</a>. The vulnerability in the Portable Document Format specification enabled a person with malicious intent to&nbsp;create a&nbsp;PDF file&nbsp;which&nbsp;started another program. In addition&nbsp;- and this&nbsp;made Stevens' disclosure much more scary -&nbsp;he demonstrated that the warning dialog box could be customized to trick the user to believe that allowing this program was a good idea.</p>
<p>As Adobe's programs Reader and Acrobat are those most used for reading PDF files, Adobe's handling of this case was important. Initially Adobe published information about how to change program settings to mitigate the risk for being infected by this &quot;trick&quot;. The set of security updates published by Adobe 29th June, included changes to Acrobat and Reader, which were meant to <a target="_blank" href="http://blogs.adobe.com/adobereader/2010/06/adobe_reader_and_acrobat_933_a.html">fix this vulnerability</a>&nbsp;permanently.</p>
<p>Alas!</p>
<p>Only few days after - 1st July -&nbsp;<a target="_blank" href="http://blog.bkis.com/en/adobe-fix-still-allows-escape-from-pdf/">information on&nbsp;Bkis&nbsp;Global Task Force Blog</a> showed that only the dialog box issue was (presumably) fully fixed by Adobe's updates. By enclosing the program one wanted to start from the PDF file by double quotes, Adobe's new blocking mechanism is circumvented. This was also <a target="_blank" href="http://blogs.adobe.com/asset/2010/07/update_on_functionality_change.html">acknowledged by Adobe in a blog posting</a>. Didier Stevens subsequently showed <a target="_blank" href="http://blog.didierstevens.com/2010/07/04/quickpost-preventing-the-launch-action-cmd-exe-bypass/">how to make Registry changes to block even this vulnerability</a>, although his&nbsp;Windows Registry fix may be beyond what several users feel comfortable to do on their own.</p>
<p>It seems like the /Launch vulnerability is still alive, although recent changes have rendered it far less dangerous. A new Adobe security update addressing this, is to be expected.</p>]]></description>
  <pubDate>Tue, 06 Jul 2010 10:39:00 +0200</pubDate>
  <author>Per Olav Førland</author><guid>http://www.norman.com/security_center/blog/per_olav_forland/84515/ch</guid>
  </item>
<item>
  <title>First Half 2010 Trends</title>
  <link>http://www.norman.com/security_center/blog/matt_allen/84419/ch</link>
  <description><![CDATA[<p>&nbsp;In a <a href="http://In a previous blog I suggested security solution evolution is driven by the market&rsquo;s perception of value and actual security value added. A recent NSS Labs report measures real world Anti-Malware solution value, where some of the highest user rated products performed the worst.  This indicates opportunity for the Anti-Malware industry to react with new disruptive technologies.    As we end the first half of 2010, I&rsquo;ll review some of biggest stories and trends, and what it means for the future.    File Format Exploits   Malware analysts and their toolsets can proficiently respond to the most complex executable code. As operating systems are secured, and malware lab response become effective against executable code, threats continue to move to the web and third party applications.    Traditionally weak in vulnerability research and file format analysis, Anti-Malware vendors acquiring and developing these technologies are positioned to offer superior detection, the most important attribute in cyber-security purchasing decisions.  Apple market cap surpasses Microsoft  Mac will trail Windows market share significantly in the foreseeable future. However, the Mac user base is growing fast so threats will find and exploit weaknesses in Mac environments with more frequency.  Though more Anti-Malware vendors are releasing AV solutions for Mac, there is little targeted marketing focus on this market.  Currently a niche market, Mac AV will expand into an important growth segment. Establishing key partnerships within the Apple industry, and loyalty with first adopters of Mac AV, presents strong positioning opportunities.   Facebook Privacy  Information sharing, key to innovation and modernization of societies, has steadily increased throughout history.  In the old days, cities built big walls for protection.  As the world opened up, walls fell, and generally the world is a safer place.   Facebook privacy issues have been beneficial for educating users.  Armed with first hand unauthorized exposure of information, the entire Facebook user base is now more aware of their risk. Increased sharing and user awareness has increased demand for solutions offering technologies enhancing privacy.  This leads to security suite products boasting encryption, private browsing, cache cleaning, blacklisting, content control, website reputation, and other non traditional Anti-Malware technologies to keep information safe.   Event Scams  Social engineering, bait for users to chase a threat, is another trend evolving throughout history.  Likely the best approach is enhancing protection against the actual threat and it&rsquo;s spreading vector. Unfortunately, using the Facebook example, successful user eduction is usually found through a major security breach affecting them.    Fake AV  Like the movement to third party software vulnerabilities, threats are becoming more complex in both architecture and social engineering.  Anti-Malware vendors have been slow to find success against these threats. Like vulnerability research, emerging threat techniques need unique focus to quickly adapt to new complexities.  Security vendors with analysts focused only on emerging threat research and technologies will best protect against tomorrow&rsquo;s threats.  SEO Poisoning &amp; Web Based Malware  SEO Poisoning is an alternative method for quickly spreading code as security solutions have become successful against traditional propagation methods.  Web reputation and proactive web based detection technologies are key.  Drive-by malware hasn&rsquo;t been such a big buzz story, but as a spreading vector, it is successful.  With malware using pull strategies to infect users rather than the old approach of pushing out malware, malicious websites are where it&rsquo;s at these days.  Essentially every kind of processing is moving to the cloud, the new frontier for security where users spend time and store valuable information.  Security Industry Mergers &amp; Acquisitions  Symantec acquired PGP, VeriSign, and others, HP acquired TippingPoint through 3Com, just to name a few of the M&amp;A stories of 2010.  Solutions for the trends outlined above require innovative technologies with long risky gestation periods. Smaller organizations often don&rsquo;t have assets or capabilities to divert focus from core operations to invest and commit to such risky projects.  Restrained from aggressively pursuing these attributes, they must find other sources of help, or recognize that merging with complementary players is the best way to create value for their stakeholders.">previous blog</a> I suggested security solution evolution is driven by the market&rsquo;s perception of value and actual security value added. A <a href="http://nsslabs.com/nss-labs-in-the-news/testing-reveals-security-software-often-misses-malware.html">recent NSS Labs report</a> measures real world Anti-Malware solution value, where some of the highest user rated products performed the worst.  This indicates opportunity for the Anti-Malware industry to react with new disruptive technologies.</p>
<p>As we end the first half of 2010, let's review some of biggest stories and trends, and what it means for the future.</p>
<p><strong>File Format Exploits</strong></p>
<p>Malware analysts and their toolsets can proficiently respond to the most complex executable code. As operating systems are secured, and malware lab response become effective against executable code, threats continue to move to the web and third party applications.</p>
<p>Traditionally weak in vulnerability research and file format analysis, Anti-Malware vendors acquiring and developing these technologies are positioned to offer superior detection, the most important attribute in cyber-security purchasing decisions.</p>
<p><strong>Apple market cap surpasses Microsoft</strong></p>
<p>Mac will trail Windows market share significantly in the foreseeable future. However, the Mac user base is growing fast so threats will find and exploit weaknesses in Mac environments with more frequency.</p>
<p>Though more Anti-Malware vendors are releasing AV solutions for Mac, there is little targeted marketing focus on this market.  Currently a niche market, Mac AV will expand into an important growth segment. Establishing key partnerships within the Apple industry, and loyalty with first adopters of Mac AV, presents strong positioning opportunities.</p>
<p><strong>Facebook Privacy</strong></p>
<p>Information sharing, key to innovation and modernization of societies, has steadily increased throughout history.  In the old days, cities built big walls for protection.  As the world opened up, walls fell, and generally the world is a safer place.</p>
<p>Facebook privacy issues have been beneficial for educating users.  Armed with first hand unauthorized exposure of information, the entire Facebook user base is now more aware of their risk. Increased sharing and user awareness has increased demand for solutions offering technologies enhancing privacy.  This leads to <a href="http://store.norman.com/store/norman/en_US/DisplayProductDetailsPage/productID.181708400">security suite</a> products boasting encryption, private browsing, cache cleaning, blacklisting, content control, website reputation, and other non traditional Anti-Malware technologies to keep information safe.</p>
<p><strong>Event Scams</strong></p>
<p>Social engineering, bait for users to chase a threat, is another trend evolving throughout history.  Likely the best approach is <a href="http://www.norman.com/smb/all_products/gateway/norman_network_protection_appliance/en">enhancing protection</a> against the actual threat and it&rsquo;s spreading vector. Unfortunately, using the Facebook example, successful user eduction is usually found through a major security breach affecting them.</p>
<p><strong>Fake AV</strong></p>
<p>Like the movement to third party software vulnerabilities, threats are becoming more complex in both architecture and social engineering.  Anti-Malware vendors have been slow to find success against these threats. Like vulnerability research, emerging threat techniques need unique focus to quickly adapt to new complexities.  Security vendors with analysts focused only on emerging threat research and technologies will best protect against tomorrow&rsquo;s threats.</p>
<p><strong>SEO Poisoning &amp; Web Based Malware</strong></p>
<p>SEO Poisoning is an alternative method for quickly spreading code as security solutions have become successful against traditional propagation methods.  Web reputation and proactive web based detection technologies are key.</p>
<p>Drive-by malware hasn&rsquo;t been such a big buzz story, but as a spreading vector, it is successful.  With malware using pull strategies to infect users rather than the old approach of pushing out malware, malicious websites are where it&rsquo;s at these days.  Essentially every kind of processing is moving to the cloud, the new frontier for security where users spend time and store valuable information.</p>
<p><strong>Security Industry Mergers &amp; Acquisitions</strong></p>
<p>Symantec acquired PGP, VeriSign, and others, HP acquired TippingPoint through 3Com, just to name a few of the M&amp;A stories of 2010.</p>
<p>Solutions for the trends outlined above require innovative technologies with long risky gestation periods. Smaller organizations often don&rsquo;t have assets or capabilities to divert focus from core operations to invest and commit to such risky projects.  Restrained from aggressively pursuing these attributes, they must find other sources of help, or recognize that merging with complementary players is the best way to create value for their stakeholders.</p>]]></description>
  <pubDate>Wed, 30 Jun 2010 03:48:00 +0200</pubDate>
  <author>Matt Allen</author><guid>http://www.norman.com/security_center/blog/matt_allen/84419/ch</guid>
  </item>
<item>
  <title>Red Light District on the Internet</title>
  <link>http://www.norman.com/security_center/blog/per_olav_forland/84363/ch</link>
  <description><![CDATA[<p></p><p>Pornography in its different forms is one of the most popular topics available on the Internet. No matter if one counts the number of web sites, the number of visits, the number of search words/criteria, total revenue; porn is there among those at the very top.<br />Another interesting observation regarding web sites with pornographic or adult content, is that web sites with such content have been among the most innovative and clever in adopting new web technology.</p><p>In its meeting in Brussels, Belgium, 25 June 2010, <a target="_blank" href="http://www.icann.org">The Internet Corporation for Assigned Names and Numbers</a> (ICANN), perhaps the most important Internet body there is, took a big step in the direction of allowing a special top level domain (TTL) dedicated to porn, or more precise, for "<em>the adult entertainment industry</em>". Some additional steps need to be taken (and approved), but the decision that was announced in <a target="_blank" href="http://www.icann.org/en/news/releases/release-25jun10-en.pdf">ICANN's press release</a> is a big leap towards "<a target="_blank" href="http://en.wikipedia.org/wiki/Red_light_district">a Red Light District</a>" on the Internet.</p><p>Not surprisingly - appropriate even - the new top level domain is to be named .<strong>XXX</strong>.</p><p>The road to arrive to this decision has been long and cumbersome, as <a target="_blank" href="http://www.icann.org/en/irp/icm-v-icann/icm-icann-history-21feb10-en.pdf">the ICANN chronology of the .XXX issue</a> shows.</p><p>No doubt there will be critical voices raised against a dedicated domain for adult content. These will be raised from persons and organizations, which have opinions regarding what they view as inappropriate content on the Internet, and may of course have some merit. However, it's not ICANN's responsibility to have opinions on the Intenet's content. The organization's role is to be (quoted from ICANN's web site):</p><p style="margin-left: 40px"><em>(...) a not-for-profit public-benefit corporation with participants from all over the world dedicated to keeping the Internet secure, stable and interoperable. It promotes competition and develops policy on the Internet’s unique identifiers.</em><br /><em>ICANN doesn’t control content on the Internet. </em></p><p>Seen from an operational point of view for ordinary Internet users, an .XXX domain may have considerable advantages:</p><ul>    <li>it enables parents to easily block a huge amount of content that they consider unappropriate for their children, by blocking a complete top level domain, compared to the impossible task of blocking an immense number of unique web sites,</li>    <li>it gives organizations the same option to block .XXX domains on the perimeter if they want to stop employees access to such sites during working hours,</li>    <li>it gives users of adult content better ability to pinpoint web sites that host the type of content they are looking for (it seems safe to presume that these users exist even though each and every individual may be difficult to find).</li></ul><p>The final outcome of this new top level domain is expected to be decided upon late this or early next year.</p><p>(I'm sorry to have disappointed those who expected a more ...ehhhh .... interesting image to illustrate this blog item.)</p>]]></description>
  <pubDate>Tue, 29 Jun 2010 09:20:00 +0200</pubDate>
  <author>Per Olav Førland</author><guid>http://www.norman.com/security_center/blog/per_olav_forland/84363/ch</guid>
  <enclosure url="http://static.norman.com/00/08/44/01/red_light_None.preview.png" length="19106" type="image/png" />
  </item>
<item>
  <title>Innovation &amp;amp; Opportunity: Embrace Your Markets</title>
  <link>http://www.norman.com/security_center/blog/matt_allen/83873/ch</link>
  <description><![CDATA[<p>&nbsp;In the Anti-Malware industry there is a gap between the customer&rsquo;s perceived needs and the value supplied by our solutions. This chasm is the result of the following:</p>
<ol>
    <li>Consumers expect 100% protection from threats. With more than 50,000 increasingly complex threats released daily, this is a daunting challenge that is becoming increasingly infeasible.</li>
    <li>Anti-Malware experts see the threat landscape as a big picture. There is an ethical obligation to prioritize assets and capabilities in a way that best secures society as a whole. Often these priorities don&rsquo;t align exactly with individual consumer needs.</li>
    <li>Consumers base purchasing decisions on a number of factors. Security organizations often make compromises to align product positioning with these factors. One example is product testing. In the computer security world, product testing procedures are usually not aligned with real world threats consumers encounter.</li>
</ol>
<p>These three gaps can be exploited as opportunities for Anti-Malware players to gain relative advantages over the competition with increased market awareness, growth, and loyalty. This takes us to the question of how do we organize innovative processes that maximize both customer perceived value and actual value from an expert&rsquo;s view?</p>
<p><strong>Technology Push Innovations:</strong> Exploratory technologies are a necessity for current and future protection solutions. Immediate results are usually minimal, frustrating users with high expectations through marketing value propositions. Eventually, as is the case with Norman SandBox, these technologies mature into valuable protection solutions.</p>
<p><strong>Market Pull Innovations:</strong> Solutions that satisfy the perceived needs of the consumer build loyalty and equity immediately, building a foundation on which radical and disruptive innovations can be build. Judging by the gaps I&rsquo;ve discussed, this is an enormous area of opportunity.</p>
<p>From a strategic perspective, Anti-Malware innovations are unbalanced toward pushing technologies on the market. Evidence comes from <strong>one big feature consumers have been crying for, the ability to create their own signatures</strong>. Almost all types of security products allow customers to create their own rules and signatures, from IDS and IPS technologies, to vulnerability management tools like Norman&rsquo;s Patch and Remediation Solutions, to Anti-Malware inverse solutions like Norman&rsquo;s Application and Device Control. Some say liability issues and loss of proprietary control over signature subscription models prevent opening up our frameworks for public signature creation, which I doubt would be different from the solutions I&rsquo;ve mentioned above. To the detriment of society, opening up technologies has been delayed too long in many industries over time.</p>
<p>Want to be successful? Open up and engage your markets, they will embrace you back.</p>]]></description>
  <pubDate>Mon, 21 Jun 2010 20:54:21 +0200</pubDate>
  <author>Matt Allen</author><guid>http://www.norman.com/security_center/blog/matt_allen/83873/ch</guid>
  </item>
<item>
  <title>Average Vendor Response Time to Web-Based Malware: 45.8 hours</title>
  <link>http://www.norman.com/security_center/blog/matt_allen/83872/ch</link>
  <description><![CDATA[<p><a href="http://www.cio.com/article/597263/Testing_Reveals_Security_Software_Often_Misses_New_Malware?taxonomyId=3089">New research</a>&nbsp;finds that vendors take an average of 45.8 hours to respond to web based malware threats. This is a nice follow up to <a href="http://www.norman.com/security_center/blog/matt_allen/83873/en">my post</a> outlining the gaps between actual&nbsp;Anti-Malware protection and the protection level expected by the market.</p>
<p>This report once again highlights the need for consumers to seek out proactive solutions that do not rely on signatures, like Norman's <a href="http://www.norman.com/technology/norman_sandbox/en-us">SandBox</a>, <a href="http://www.norman.com/technology/dna_matching/en">DNA Matching</a>, <a href="http://www.norman.com/technology/exploit_detection/en">Exploit Detection</a>, Forensic Toolkit, and other leading edge technologies.</p>]]></description>
  <pubDate>Mon, 21 Jun 2010 20:39:00 +0200</pubDate>
  <author>Matt Allen</author><guid>http://www.norman.com/security_center/blog/matt_allen/83872/ch</guid>
  </item>
<item>
  <title>Using Wallstreet for Purchasing Decisions</title>
  <link>http://www.norman.com/security_center/blog/matt_allen/83869/ch</link>
  <description><![CDATA[<p>Over the post two years, IT budgets have been shrinking while network security and other IT initiatives have become more vital. In these types of environments, consumers seek solutions offering the best value. When it comes to IT, especially in the network security space, the best value product is often that which best protects.</p>
<p>Drilling down into quarterly, 10k, and annual reports often reveals results and strategic directions for specific products and lines. What does this have do with IT? A look at vendor results, particularly revenue increases over the past few quarters, will reflect which products consumers consider the best value.</p>
<p>I don't recommend this method in a bullish economy. In good times, budgets allow markets to consume poor products that add little to no incremental value to IT initiatives. Remember, if you do use this method, some current profits have increased due to cost cuts. Revenue measures, such as revenues from sales, will best reflect which vendors are actually increasing total sales. With vendors decreasing prices in the face of falling demand, increased revenue is a great sign.</p>
<p>If you do use Wallstreet as a product information source in bullish economies, I'd suggest looking at valuation measures such as earnings yields, or price to earnings(P/E). Valuation measures take into account results, but for technology stocks especially, they also add valuation premiums which consider product lines quality and management's ability to keep those products on the leading innovative edge. Valuation premiums are often influenced by analysts research who consider all the same information you would use in purchasing decisions, like word of mouth, and third party performance tests and reviews.</p>
<p>In a previous post I discussed <a href="http://www.norman.com/security_center/blog/matt_allen/71403/en">how to evaluate network based security products</a>. If you don't mind scanning through financial information, Wallstreet information is a great source of secondary research. Remember, no matter who is buying the most popular products, you must first consider which products best fit into your IT environment.</p>]]></description>
  <pubDate>Mon, 21 Jun 2010 19:18:05 +0200</pubDate>
  <author>Matt Allen</author><guid>http://www.norman.com/security_center/blog/matt_allen/83869/ch</guid>
  </item>
<item>
  <title>UPDATE: &amp;quot;Beesies&amp;quot; continue...</title>
  <link>http://www.norman.com/security_center/blog/righard_zwienenberg/83864/ch</link>
  <description><![CDATA[<p>In my earlier blog I wrote about <a href="http://www.norman.com/security_center/blog/righard_zwienenberg/83813/en">&ldquo;Beesie&rdquo;: The World Championships for Dummies</a>.</p>
<p>It seems I started something, although I am not sure we should be proud on that. At this moment, the &ldquo;Beesies&rdquo; are not just an advertisement on nl.msn.com any more, it is even a featured article to download the &ldquo;Beesie-moticons&rdquo; now.</p>
<p>&nbsp;</p>
<p></p>
<p>&nbsp;</p>
<p>And it made it to #1 in the MSN Download Top 5 in The Netherlands.</p>
<p>&nbsp;</p>
<p></p>
<p>&nbsp;</p>
<p>Now in this case, the emoticons are harmless, but&hellip; The next time it may not be&hellip; And then we will all download them again, even if all the signs are there we shouldn&rsquo;t, right? Because last time it was innocent&hellip; So this time, it will be too, won&rsquo;t it?<br />
And I did not even go into details about the risk of the &ldquo;1clicksend2friend.com&rdquo; part. One thing good came from this attention: the &ldquo;1clicksend2friend.com&rdquo; page has been removed.<br />
&nbsp;</p>
<p>&nbsp;</p>
<p></p>]]></description>
  <pubDate>Mon, 21 Jun 2010 17:35:00 +0200</pubDate>
  <author>Righard Zwienenberg</author><guid>http://www.norman.com/security_center/blog/righard_zwienenberg/83864/ch</guid>
  <enclosure url="http://static.norman.com/00/08/38/62/9b_None.preview.jpg" length="16894" type="image/jpeg" />
  </item>
<item>
  <title>&amp;ldquo;Beesie&amp;rdquo;: The World Championships for Dummies</title>
  <link>http://www.norman.com/security_center/blog/righard_zwienenberg/83813/ch</link>
  <description><![CDATA[<p>Everybody(?) is watching the World Championship Soccer being played in South Africa now. This event draws lots of people and lots of attention and where there are lots of people, advertisement kicks in. Even at the advertisements you will see going to your MSN homepage. A lucrative business as many people will see the advertisement and many may click on it too. In the advertisement you can see a picture of a &ldquo;Beesie&rdquo; (slang for &ldquo;Beast&rdquo;), a gadget especially made&nbsp;for the World Championship Soccer by the supermarket chain &ldquo;Albert Heyn&rdquo; and given to their customers. In the Netherlands, these kind of gadgets are rather popular and the different supermarket chains and beer-producers try to get a lot of attention this way.</p>
<p>&nbsp;</p>
<p></p>
<p>&nbsp;</p>
<p>Having advertisements like these appear on your MSN home page, you would expect that all safety measurements are in place and that the advertisement is safe. Clicking on the icon, you are transferred to a different site (<strong>www.rulive.nl</strong>) telling you you can download a free package with Beesie emoticons and winks, which of course are used within Live Messenger.</p>
<p>&nbsp;</p>
<p></p>
<p>&nbsp;</p>
<p>Clicking on the generous offer, why should you reject such an offer, makes all alarm bells go off!!!</p>
<p>&nbsp;</p>
<p></p>
<p>&nbsp;</p>
<p>Not only is it trying to download an executable, it is also downloading it again from a different domain. We started with and advertisement at &ldquo;<strong>nl.msn.com</strong>&rdquo;, we were redirected to &ldquo;<strong>rulive.nl</strong>&rdquo; and the actual download is coming from &ldquo;<strong>downloads.emoticons-livemessenger.com</strong>&rdquo;. On top of that it is an executable: &ldquo;<strong>ahwk.exe</strong>&rdquo;&hellip; Like a misspelled &ldquo;hawk&rdquo;. Maybe it is a hawk and trying to sneak into your system. Ok, the filename is derived from the Dutch &ldquo;<strong>A</strong>lbert <strong>H</strong>eyn <strong>W</strong>ereld <strong>K</strong>ampioenschap&rdquo;, but if you do not know the abbreviation, it can be very scary and it looks like a typical filename malware could be using.</p>
<p>What is wrong offering these kinds of emoticon packages through the normal download channel to get &ldquo;Free IM Content&rdquo;.</p>
<p>&nbsp;</p>
<p></p>
<p>&nbsp;</p>
<p>After downloading the file, the user is prompted by a Security Warning as the executable we just downloaded wants to be executed...</p>
<p>&nbsp;</p>
<p></p>
<p>&nbsp;</p>
<p>Now what??? The program we just downloaded was &ldquo;<strong>ahwk.exe</strong>&rdquo; and the program that wants to be run is called &ldquo;<strong>smu.exe</strong>&rdquo;, published by a company I never heard of before&hellip; Really suspicious&hellip; Would anyone fall for this? Don&rsquo;t answer it, it was a rhetorical question!</p>
<p>On a secured system (of course) we continued and had the downloaded program run. As a surprise, you again get a similar graphics telling you that you can download the free &ldquo;Beesie&rdquo; package (didn&rsquo;t I just do that already?) to support the Dutch National Team.</p>
<p>&nbsp;</p>
<p></p>
<p>&nbsp;</p>
<p>Pressing &ldquo;Volgende&rdquo; (&ldquo;Next&rdquo;) I am presented with an extremely long EULA and some &ldquo;interesting&rdquo; options for settings which, for my convenience of course, have been pre-set. It means that I will set Internet Explorer as my default browser, Bing as my default search engine and MSN as my default home page.</p>
<p>&nbsp;</p>
<p></p>
<p>&nbsp;</p>
<p>Sigh&hellip; If you do continue, the package gets installed and a new browser window opens, congratulating you installing the &ldquo;Beesie&rdquo; package, and offers you to share it with your friends,</p>
<p>&nbsp;</p>
<p></p>
<p>&nbsp;</p>
<p>When you try the &lsquo;sharing&rsquo; feature, you are asked to enter your MSN credentials. The URL at that moment also includes the very suspicious</p>
<p><br />
<strong>http://1clicksend2friend.com/Default.aspx&amp;lc=1043&amp;id=******<br />
</strong></p>
<p>As we installed it on a safe system, we did not really want to spam out the message to our friends (which would be honeypots anyway from this system) but we really wondered&hellip; Who would really go for this? Who would press all the links trusting everything and ignoring all the bells and whistles that should be raised as this has all the signs of malware trying to be put on your system using very smart social engineering??? <br />
&nbsp;</p>
<p>Yes indeed, loads of people&hellip;<br />
&nbsp;</p>
<p>Ok, we have analyzed the content of this package and it is harmless, but this is typical case how not to offer any goodies on the internet as it looks, smells and feels suspicious. On the other hand, seeing the success of this packages, it proves user education is far from being finished.<br />
&nbsp;</p>]]></description>
  <pubDate>Mon, 21 Jun 2010 11:04:00 +0200</pubDate>
  <author>Righard Zwienenberg</author><guid>http://www.norman.com/security_center/blog/righard_zwienenberg/83813/ch</guid>
  <enclosure url="http://static.norman.com/00/08/38/15/1a_None.preview.jpg" length="14960" type="image/jpeg" />
  </item>
<item>
  <title>Norman elevates its threat level to Medium</title>
  <link>http://www.norman.com/security_center/blog/per_olav_forland/83769/ch</link>
  <description><![CDATA[<p></p>
<p>Earlier today Norman changed its assessment of the general threat level from Low to Medium.</p>
<p>This was the first time Norman raised the threat level since it was set to Medium in October 2008 (and subsequently reset to Low 22 April 2009).</p>
<p>It is not <strong>one</strong> particular piece of malware, which is the reason for this elevation of threat level. Nor is it <strong>one </strong>particular vulnerability. It is the sum of three different vulnerabilities, which let us to believe that the general level cannot be viewed as low any more.</p>
<p>These vulnerabilities are in:</p>
<ul>
    <li>Windows Help and Support Center</li>
    <li>Adobe Flash Player, Adobe Reader and Acrobat</li>
    <li>The PDF specification, which allows launching malware embedded in PDF documents.</li>
</ul>
<p>The vulnerable applications' vendors&nbsp;have as of yet not published updates&nbsp;for all the vulnerable programs. Information about workarounds is available, but some of the workarounds&nbsp;are&nbsp;difficult to implement for many non-expert users. <br />
Information about these vulnerabilities&nbsp;and other threats to the Internet community is regularly published and updated&nbsp;on <a href="/security_center/">Norman Security Center</a>.</p>
<p>Exploit code examples utilizing these vulnerabilities are available on the Internet, and&nbsp;actively used by malware. We predict that even more malicious programs that utilize these vulnerabilities will be published in the next days and weeks.</p>
<p>Information about&nbsp;Norman's threat levels and&nbsp;the reasons for the&nbsp;current level is at all times available from <a href="/security_center/current_threat_level/">this page</a>.</p>]]></description>
  <pubDate>Fri, 11 Jun 2010 20:17:00 +0200</pubDate>
  <author>Per Olav Førland</author><guid>http://www.norman.com/security_center/blog/per_olav_forland/83769/ch</guid>
  <enclosure url="http://static.norman.com/00/06/75/12/threat_transp_med_None.preview.png" length="2364" type="image/png" />
  </item>
<item>
  <title>2010 Football World Cup tournament</title>
  <link>http://www.norman.com/security_center/blog/per_olav_forland/83720/ch</link>
  <description><![CDATA[<p>In a few days one of the world's biggest sports events takes place. <a target="_blank" href="http://www.fifa.com/index.html">The 2010 FIFA World Cup</a> for men starts in South Africa 11 June and reaches its climax 11 July with the final between the two best teams.</p>
<p>Big sport events cause lots of media attention and fun. Unfortunately they are also an attack vector that will be used by cyber criminals. It is safe to assume that in the wake of the legitimate information about the World Cup, the teams, the players, the games&nbsp;- we will experience a wide range of malicious attempts from cyber criminals to use the event as a stepping stone for malware spreading.</p>
<p>As a member of the Internet community you should beware of manipulations attempts like: </p>
<ul>
    <li>emails that seem to have information about&nbsp;and links/attachements related&nbsp;to the World Cup, but which turn out to try to infect you with malware,</li>
    <li>links about the World Cup in social networks like Twitter and Facebook, that&nbsp;are inserted by persons with malicious intent and lead to infected web sites,</li>
    <li>search engine results&nbsp;using World Cup releated key words manipulated to be displayed at the top of&nbsp;the results listing.</li>
</ul>
<p>Use sound skepticism before you click on an object which <strong>pretends </strong>to be World Cup related, but&nbsp;turns&nbsp;out to be&nbsp;malicious.&nbsp;</p>
<p>Enjoy the World Cup football tournament free from malware!</p>]]></description>
  <pubDate>Wed, 09 Jun 2010 08:39:00 +0200</pubDate>
  <author>Per Olav Førland</author><guid>http://www.norman.com/security_center/blog/per_olav_forland/83720/ch</guid>
  <enclosure url="http://static.norman.com/00/08/37/31/football_None.preview.png" length="26306" type="image/png" />
  </item>
<item>
  <title>Can Social Websites as Facebook also be convenient?</title>
  <link>http://www.norman.com/security_center/blog/righard_zwienenberg/83728/ch</link>
  <description><![CDATA[<p>We all have heard about all the stories where people put all their personal information on social websites. Rather convenient to know about your whereabouts. Especially when you are leaving on a 2 week holiday and the burglars watching for this information…</p><p>Ah yes… I can hear you say it already… Only my friends can see my full profile and the messages I put on there. And, do you know all your friends that well? Will not one of them tell others? Or are you sure they will not (mis)use the information themselves? Too many examples exist where this went wrong.</p><p>So are social websites a complete waste? At first glance it may seem that way, but it can also be useful. A mother who had her 2 children (2 and 3 years old) be kidnapped by her husband 15 years ago and have never seen them again, one day decided to enter her children’s names in the Facebook Search. And to her surprise, she found her kids there. After some initial communications, the contact was abruptly cut off. But with the help of the police, the Facebook account was traced back to Orlando, Fl. The kids (now 18 and 16) have been located and the father has been arrested.</p><p>Seems that even Facebook can be a help to the “Most Wanted” and “Missing” websites around the world.</p><p>You can find the full story <a target="_blank" href="http://www.truecrimereport.com/2010/06/faustino_utrera_kidnapped_his.php">here</a>…<br /> </p>]]></description>
  <pubDate>Tue, 08 Jun 2010 16:04:00 +0200</pubDate>
  <author>Righard Zwienenberg</author><guid>http://www.norman.com/security_center/blog/righard_zwienenberg/83728/ch</guid>
  </item>
<item>
  <title>Exploring Old Computing Integrity Strategies</title>
  <link>http://www.norman.com/security_center/blog/matt_allen/84526/ch</link>
  <description><![CDATA[<p>Encapsulating computing operations has been encouraged to maintain integrity by separating and hiding functionality for years. Meanwhile, personal computing technologies have intertwined our daily functions onto one computing platform. Banking, gambling, mailing, and other daily activities are all performed on one machine over a single line of communications.</p><p>Lately I've encountered several critical network infrastructures that haven't merged abstract functionality onto mainstream technology platforms. In the interest of redundancy, machines perform single or few functions, operated and managed by simplistic custom operating system platforms.  Production is designed to continue functioning as long as there is a power source. Complex mainstream platforms like Windows and Linux are only used for analyzing data exported from production lines only. As a result, such environments have remained largely unaffected by security threats depending on mainstream software.  Of course, any environments controlled or actively interacting with Windows, or other mainstream platforms, must be protected with <a href="http://www.norman.com/smb/all_products/gateway/norman_network_protection_appliance/en">production network protection</a> initiatives.</p><p>More frequently, security education encourages the use of one computer exclusively for banking, and other machines for normal browsing, returning to the encapsulation idea of separating and hiding functionality from unrelated activities. Technology compartmentalization in networks can be expanded further beyond the network layer topology.  Moving to a physical network encapsulation will greatly enhance security against malicious threats.</p><p>Administrators know that web servers, email servers, and databases should be separated onto their own dedicated hardware.  However, they fail to move functionality into segmented locations. where the same threats are less likely to affect multiple functions. As network encapsulation increases, security solutions supporting network protocols such as CIFS and SMB, like <a href="http://www.norman.com/smb/all_products/gateway/norman_network_protection_appliance/en">Norman Network Protection</a>, will be valuable as we reconsider ancient computer science architectures for integrity.</p>]]></description>
  <pubDate>Sun, 06 Jun 2010 19:29:00 +0200</pubDate>
  <author>Matt Allen</author><guid>http://www.norman.com/security_center/blog/matt_allen/84526/ch</guid>
  </item>
<item>
  <title>Likejacking - a neologism derived from another neologism</title>
  <link>http://www.norman.com/security_center/blog/per_olav_forland/80738/ch</link>
  <description><![CDATA[<p>In 2008 the word <a href="/security_center/security_center_archive/2008/67191/">clickjacking</a> was invented - derived from hijacking. Clickjacking was defined as "<em><strong>the ability to trick a user into clicking on something only barely or momentarily noticeable</strong></em>".</p><p>Recently a special version of clickjacking appeared as an attack on Facebook users. This attack comes in several variants, common for them is that they try to trick users into clicking on a specially crafted <strong>Like </strong>button. The word <em><strong>likejacking </strong></em>was thereby coined.</p><p>An excellent analysis of a likejacking attempt is available from <a target="_blank" href="http://www.incidents.org/diary.html?storyid=8893">SANS' Internet Storm Center's diary posting 2 June</a>.</p><p>The very useful browser plug-in <a target="_blank" href="http://noscript.net/">NoScript</a> protects against likejacking as well as other clickjacking attempts (and lots of other attacks through browsers).</p><p>The caveat is to beware which links you are clicking on. The links may turn out to be something completely different than what they appear to be.</p>]]></description>
  <pubDate>Thu, 03 Jun 2010 07:39:00 +0200</pubDate>
  <author>Per Olav Førland</author><guid>http://www.norman.com/security_center/blog/per_olav_forland/80738/ch</guid>
  </item>
</channel></rss>