<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>VentureBeat &#187; malware</title>
	<atom:link href="http://venturebeat.com/tag/malware/feed/" rel="self" type="application/rss+xml" />
	<link>http://venturebeat.com</link>
	<description>News About Tech, Money and Innovation</description>
	<lastBuildDate>Tue, 21 May 2013 19:06:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='venturebeat.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/c6d8c27ffa1c5a7f106f97e434437baf?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>VentureBeat &#187; malware</title>
		<link>http://venturebeat.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://venturebeat.com/osd.xml" title="VentureBeat" />
	<atom:link rel='hub' href='http://venturebeat.com/?pushpress=hub'/>
<copyright>Copyright 2013, VentureBeat</copyright>		<item>
		<title>Two-factor authentication is a false sense of security</title>
		<link>http://venturebeat.com/2013/05/01/two-factor-authentication/</link>
		<comments>http://venturebeat.com/2013/05/01/two-factor-authentication/#comments</comments>
		<pubDate>Wed, 01 May 2013 15:30:47 +0000</pubDate>
		<dc:creator>Jim Fenton</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[man-in-the-middle attacks]]></category>
		<category><![CDATA[sms]]></category>
		<category><![CDATA[two-factor authentication]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=727291</guid>
		<description><![CDATA[<p><span class="post-label guest-post">Guest Post</span> While many companies promise to deploy two-factor authentication, it may not protect us as well as we&#160;hope.</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=727291&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://venturebeat.files.wordpress.com/2013/04/two-factor-authentication.jpg" target="_blank"><img class="aligncenter size-full wp-image-728564" alt="two factor authentication" src="http://venturebeat.files.wordpress.com/2013/04/two-factor-authentication.jpg?w=708&#038;h=472" width="708" height="472" /></a></p>
<p>The list of consumer brands adding two-factor authentication to their consumer accounts under the halo of protecting them from password thieves is growing daily. <a href="http://venturebeat.com/2013/03/21/apple-two-factor-authentication/" target="_blank">Apple</a>, Microsoft, WordPress, and Evernote are some of these company to jump on the two-factor authentication bandwagon and trumpet the new levels of safety they’re offering their end users.</p>
<p>What most end users don’t realize is that the biggest benefit of implementing two-factor authentication is often just a public relations one.</p>
<p>There are a variety of two-factor authentication solutions available, and many of these can be just as vulnerable as password-based access systems. For starters, what makes the password so broken is the fact that the shared secret (the password) is stored right where it&#8217;s subject to attack (the website). Deploying many types of two-factor authentication doesn’t fundamentally change this model. In most two-factor authentication deployments, a user will be asked to share something else with a site (such as texted code), which will then be stored, again, where it&#8217;s subject to attack. Instead of fortifying the security, we’ve actually increased the amount of user information that’s shared.</p>
<p>That second device &#8212; the ‘something you have,’ as it’s commonly referred to in two-factor authentication descriptions &#8212; should improve security. But there are both usability and security elements working against it:</p>
<h3>Usability</h3>
<p>Deploying two-factor authentication means issuing tokens or embedding cryptographic keys in user devices, and both of those approaches require user participation. Experience to date has shown that, in cases where two-factor authentication is provided as an option, most users won’t use it &#8212;  the security is not worth the pain of the experience. Consumer usage rates are in the low single digits in opt-in models.</p>
<p>If two-factor authentication is suddenly required, many existing website users would find themselves without the necessary means to log in (such as a smartphone or a dongle). That’s a non-starter for consumer sites because it leads to their two least favorite things: increased cost via clogged support queues and declining customer satisfaction and traffic. So they default to the opt-in model and no one uses it.</p>
<h3>Security</h3>
<p>Most two-factor authentication technologies generate a one-time code for users to then provide to authenticate their identity. But this common implementation is not immune to today’s threats or emerging ones. Cyber thieves use Trojan-horse malware, for example, that tricks a person into approving an attacker’s transaction without knowing it. Malware on users’ phones that intercepts SMS messages and sends them to an attacker is also becoming more common.</p>
<p>Third-party authentication tokens are also dependent on the security of the issuer or manufacturer. Case in point is the <a href="http://venturebeat.com/2011/03/18/rsa-security-breach/" target="_blank">March 2011 breach of RSA SecurID tokens</a>. Companies that issued RSA&#8217;s two-factor dongles were simultaneously relying on RSA&#8217;s internal security. Telecom-based technologies, such as text messaging (SMS), lean on the security of the mobile provider, which is chosen by the user. A service using SMS, such as Facebook&#8217;s two-factor authentication, can be vulnerable to any number of telecom providers’ practices regarding reassignment of phone numbers or security of messages.</p>
<p>The swift reaction of many consumer sites to embrace two-factor authentication and their efforts to protect customer information are highly commendable. But this is a complicated problem that can’t be solved by ‘turning on two-factor.’ Until we address the foundational problem of secrets being shared between consumers and the sites they love, we can’t truly safeguard their information.</p>
<p><em>Jim Fenton is the chief security officer for <a href="https://www.oneid.com/" target="_blank">OneID</a> and is responsible for security design of the OneID identity system as well as oversight of the company’s corporate information security.</em></p>
<p><em><a href="http://www.shutterstock.com/pic-3545220/stock-photo-screen-requesting-password-and-security-token-depicting-two-factor-authentication.html" target="_blank" target="_blank">Two-factor authentication image</a> via <a href="http://www.shutterstock.com" target="_blank" target="_blank">Shutterstock</a></em></p>
<br />Filed under: <a href='http://venturebeat.com/category/business/'>Business</a>, <a href='http://venturebeat.com/category/security/'>Security</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=727291&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2013/05/01/two-factor-authentication/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2013/04/two-factor-authentication.jpg?w=160" /><source url="http://venturebeat.com/2013/05/01/two-factor-authentication/">Two-factor authentication is a false sense of security</source>
		<media:content url="http://1.gravatar.com/avatar/a73335ff3a637d11555a46ba2b112ded?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">mkel31</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2013/04/two-factor-authentication.jpg" medium="image">
			<media:title type="html">two factor authentication</media:title>
		</media:content>
	</item>
		<item>
		<title>Bing delivers five times more malicious sites than Google, says report</title>
		<link>http://venturebeat.com/2013/04/13/bing-delivers-five-times-more-malicious-sites-than-google-says-report/</link>
		<comments>http://venturebeat.com/2013/04/13/bing-delivers-five-times-more-malicious-sites-than-google-says-report/#comments</comments>
		<pubDate>Sat, 13 Apr 2013 18:40:35 +0000</pubDate>
		<dc:creator>Ricardo Bilton</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Bing]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[Search]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=715847</guid>
		<description><![CDATA[<p>Microsoft may knock Google's search results, but its Google that's doing a better job of blocking malicious&#160;sites.</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=715847&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://venturebeat.files.wordpress.com/2013/03/browser-battle-google-microsoft.jpg" target="_blank"><img class="size-large wp-image-634632 aligncenter" alt="browser-battle-google-microsoft" src="http://venturebeat.files.wordpress.com/2013/03/browser-battle-google-microsoft.jpg?w=558&#038;h=376" width="558" height="376" /></a></p>
<p>Malicious search results are a constant problem for search engines, and Google is a whole lot better at filtering them out than Bing.</p>
<p>So says a report from German research firm AV-Test (<a href="http://www.av-test.org/fileadmin/pdf/avtest_2013-03_search_engines_malware_english.pdf" target="_blank">PDF</a>), which found that Bing served up five times as many malicious sites in search results than Google did over an 18-month period. Out of the 10 million search results delivered by both sites, Google served up 272 potentially nasty sites and Bing returned 1,285.</p>
<p><img class="alignright  wp-image-715866" alt="av-test-malware" src="http://venturebeat.files.wordpress.com/2013/04/av-test-malware.png?w=361&#038;h=240" width="361" height="240" /></p>
<p>The situation is somewhat funny given Microsoft&#8217;s <a href="http://www.av-test.org/fileadmin/pdf/avtest_2013-03_search_engines_malware_english.pdf" target="_blank">constant attacks on Google&#8217;s search results</a>. But while there&#8217;s a lot of room for debate on that topic, it&#8217;s tough to argue with the numbers from the AV-Test report: Right now, Google is doing a better job at search than Microsoft is.</p>
<p>But while Bing still has room for improvement, it&#8217;s doing a far better job than Russian search site Yandex, which AV-Test says delivered 3,300 bad sites &#8212; twice as many as Microsoft&#8217;s search engine.</p>
<p>Yandex, understandably, isn&#8217;t particularly happy with the report and has many questions about how it the study was performed.</p>
<p>&#8220;Yandex uses its own proprietary antivirus technology to protect users from malicious software. Yandex marks the infected webpages in its search results in order to notify users of unsafe content. We just notify users of possible consequences and do not block access to the webpage completely,&#8221; the company said in a statement to VentureBeat.</p>
<p>In all, the report shows what should already be clear: The more sites search engines index, the more they have to worry about bad results. And no one has figured out a perfect way to drop that malware number to zero.</p>
<div title="Page 3"></div>
<br />Filed under: <a href='http://venturebeat.com/category/security/'>Security</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=715847&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2013/04/13/bing-delivers-five-times-more-malicious-sites-than-google-says-report/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2013/04/av-test-malware.png?w=160" /><source url="http://venturebeat.com/2013/04/13/bing-delivers-five-times-more-malicious-sites-than-google-says-report/">Bing delivers five times more malicious sites than Google, says report</source>
		<media:content url="http://2.gravatar.com/avatar/e32b79befaaa2b2378b83787e3a35ddb?s=96&#38;d=http%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">rbilton</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2013/03/browser-battle-google-microsoft.jpg?w=558" medium="image">
			<media:title type="html">browser-battle-google-microsoft</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2013/04/av-test-malware.png?w=558" medium="image">
			<media:title type="html">av-test-malware</media:title>
		</media:content>
	</item>
		<item>
		<title>35 gaming companies targeted in 4-year-long attack</title>
		<link>http://venturebeat.com/2013/04/11/gaming-companies-malware/</link>
		<comments>http://venturebeat.com/2013/04/11/gaming-companies-malware/#comments</comments>
		<pubDate>Fri, 12 Apr 2013 01:15:45 +0000</pubDate>
		<dc:creator>Meghan Kelly</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[gaming companies]]></category>
		<category><![CDATA[in-game currency]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[Winnti]]></category>
		<category><![CDATA[Winnti Group]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=715077</guid>
		<description><![CDATA[<p>Over the last four years hackers have targeted 35 gaming companies around the world, according to new&#160;research.</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=715077&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://venturebeat.files.wordpress.com/2013/04/you-lose-game.jpg" target="_blank"><img class="aligncenter size-full wp-image-715079" alt="You lose game" src="http://venturebeat.files.wordpress.com/2013/04/you-lose-game.jpg?w=655&#038;h=491" width="655" height="491" /></a>Up to 35 gaming companies have been targeted by reportedly Chinese hackers over the last four years, according to Russian security firm Kaspersky Lab.</p>
<p>The firm <a href="http://www.securelist.com/en/analysis/204792287/Winnti_More_than_just_a_game" target="_blank" target="_blank">released a report</a> today explaining that malware called Winnti targeted the gaming companies with the capability to digitally sign itself in using stolen certificates &#8212; a way for it to fly into systems under the radar.</p>
<p>&#8220;The group’s main objective is to steal source codes for online game projects as well as the digital certificates of legitimate software vendors,&#8221; Kaspersky Lab explained in a blog post. &#8220;In addition, they are very interested in how network infrastructure, including the production of gaming servers, is set up, and new developments such as conceptual ideas, design, and more.&#8221;</p>
<p>Kaspersky first came into contact with the malware when a &#8220;popular online game&#8221; contacted security researchers to check out a virus that had spread to its users through an update server. The researchers discovered that the malware wasn&#8217;t aimed at attacking individual customers, but rather, it was accidentally distributed after the targeted server became infected.</p>
<p>While researching the virus, Kaspersky discovered that the malware was signed by a stolen digital signature and later determined that this is a specialty of the Winnti Group, as Kaspersky calls them. In order to attack all 35 of these companies, the Winnti Group set up over 100 &#8220;malicious campaigns&#8221; and different command and control servers per target.</p>
<p>Kaspersky believes that the attackers wanted to steal in-game currency and sell it for real money at a later time. The group also likely wanted gaming source code to find vulnerabilities or pirate games.</p>
<p>The majority of the targets are located in Southeast Asia, though some infections have been reported in the U.S. The researchers found Chinese characters while researching the malware, leading them to believe the Winnti group has Chinese origins or is at least Chinese-speaking.</p>
<p><em>hat tip <a href="http://www.wired.com/threatlevel/2013/04/gaming-company-certs-stolen/" target="_blank" target="_blank">Wired</a>; <a href="http://www.shutterstock.com/pic-44900866/stock-photo-illustration-of-you-lose-space-invaders-retro-game-over-isolated-on-black-background.html" target="_blank" target="_blank">You lose image</a> via <a href="http://www.shutterstock.com/" target="_blank" target="_blank">Shutterstock</a></em></p>
<br />Filed under: <a href='http://venturebeat.com/category/games/'>Games</a>, <a href='http://venturebeat.com/category/security/'>Security</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=715077&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2013/04/11/gaming-companies-malware/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2013/04/you-lose-game.jpg?w=160" /><source url="http://venturebeat.com/2013/04/11/gaming-companies-malware/">35 gaming companies targeted in 4-year-long attack</source>
		<media:content url="http://1.gravatar.com/avatar/a73335ff3a637d11555a46ba2b112ded?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">mkel31</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2013/04/you-lose-game.jpg" medium="image">
			<media:title type="html">You lose game</media:title>
		</media:content>
	</item>
		<item>
		<title>Skype malware makes your PC a slave to mining Bitcoins</title>
		<link>http://venturebeat.com/2013/04/05/skype-bitcoin-malware/</link>
		<comments>http://venturebeat.com/2013/04/05/skype-bitcoin-malware/#comments</comments>
		<pubDate>Fri, 05 Apr 2013 17:48:21 +0000</pubDate>
		<dc:creator>Meghan Kelly</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Bitcoin]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[mining]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=711477</guid>
		<description><![CDATA[<p>Clicked on any weird links in Skype lately? Your computer might be mining Bitcoins for a&#160;hacker.</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=711477&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://venturebeat.files.wordpress.com/2013/03/bitcoin-money-flickr.jpg" target="_blank"><img class="aligncenter size-full wp-image-634919" alt="bitcoin-money-flickr" src="http://venturebeat.files.wordpress.com/2013/03/bitcoin-money-flickr.jpg?w=655&#038;h=500" width="655" height="500" /></a></p>
<p>On top of news that Bitcoin digital wallets were causing security headaches for customers, a new piece of malware spread through Skype might be using your computer to mine Bitcoins.</p>
<p>Russian security firm <a href="https://www.securelist.com/en/blog/208194210/Skypemageddon_by_bitcoining" target="_blank" target="_blank">Kaspersky Lab</a> revealed the malware in a blog post yesterday, saying the virus only infects PCs, though similar attacks have infected Macs. The malware is disseminated through Skype messages that social engineer you into clicking a link by saying something like, &#8220;I can&#8217;t believe this pictures of you!&#8221; When you click the link, the malware downloads and starts using up the CPU on your PC.</p>
<p>As <a href="http://arstechnica.com/security/2013/04/malware-spread-on-skype-taps-victim-pcs-to-mint-bitcoins/" target="_blank" target="_blank">Ars Technica</a> notes, &#8220;mining Bitcoins&#8221; refers to the process of earning Bitcoins for solving a &#8220;block,&#8221; or a number of encrypted Bitcoin transactions. When that block is solved, the transactions are processed and the solver gets a certain number of Bitcoins as a prize.</p>
<p>The malware is set up to connect a number of PCs to solve these blocks together, automating the process and earning the malware writer more Bitcoins, faster.</p>
<p>Kaspersky said the malware is getting nearly 2,000 clicks per hour. The majority of its victims live in Russia, Poland, Costa Rica, Spain, Germany and the Ukraine, according to Kaspersky. The firm warns that if your computer is running a lot of CPU, you should check to make sure you&#8217;re not infected.</p>
<p><em><a href="http://www.flickr.com/photos/zcopley/7459087708/" target="_blank" target="_blank">Bitcoin image</a> via <a href="http://www.flickr.com/photos/zcopley/"id="yui_3_7_3_3_1365183954534_1009"  target="_blank">zcopley</a>/Flickr</em></p>
<br />Filed under: <a href='http://venturebeat.com/category/security/'>Security</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=711477&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2013/04/05/skype-bitcoin-malware/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2013/03/bitcoin-money-flickr.jpg" /><source url="http://venturebeat.com/2013/04/05/skype-bitcoin-malware/">Skype malware makes your PC a slave to mining Bitcoins</source>
		<media:content url="http://1.gravatar.com/avatar/a73335ff3a637d11555a46ba2b112ded?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">mkel31</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2013/03/bitcoin-money-flickr.jpg" medium="image">
			<media:title type="html">bitcoin-money-flickr</media:title>
		</media:content>
	</item>
		<item>
		<title>New details emerge about the hack on Facebook</title>
		<link>http://venturebeat.com/2013/03/11/facebook-hack-websites/</link>
		<comments>http://venturebeat.com/2013/03/11/facebook-hack-websites/#comments</comments>
		<pubDate>Mon, 11 Mar 2013 21:01:25 +0000</pubDate>
		<dc:creator>Meghan Kelly</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[iPhoneDevSDK]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[Pintsized.A]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=636576</guid>
		<description><![CDATA[<p>The recent hack on Facebook was traced back to one infected website called iPhoneDevSDK.com, but now it seems there may have been up to three infected websites&#160;involved.</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=636576&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p style="text-align:center;"><a href="http://venturebeat.files.wordpress.com/2013/02/thumbs-down.jpg" target="_blank"><img class="size-full wp-image-623245 aligncenter" alt="thumbs down" src="http://venturebeat.files.wordpress.com/2013/02/thumbs-down.jpg?w=708&#038;h=472" width="708" height="472" /></a></p>
<p>When we first heard about the hack on Facebook, Apple, Twitter, and Microsoft that seemed to be connected, it looked like an infected website downloaded malicious software to employee computers when they accessed the site. But now, it seems that more than one infected website targeted specific visitors.</p>
<p>According to <a href="http://securityledger.com/many-watering-holes-targets-in-hacks-that-netted-facebook-twitter-and-apple/" target="_blank" target="_blank">The Security Ledger</a>, who spoke with Facebook chief security office Joe Sullivan, three different websites infected his employees&#8217; Macs We know about iPhoneDevSDK, the iPhone development website that was serving malware to visitors, but this involved two other unnamed websites, including one that provided information about Android development.</p>
<p>Sullivan also said that Facebook was able to see a number of other companies infected by the same attack, though he did not name any of them. He did say, however, that the attack was not focused on the tech sector, as you might assume after Twitter, Apple, and Microsoft all reported similar attacks. Instead, it seems that the attack spanned across a number of industries.</p>
<p>The owner behind iPhoneDevSDK explained that he believes the malware writers were able to see what kinds of visitors were coming to the site and target specific people. For example, he wasn&#8217;t infected by visiting his own site, but those at Facebook were.</p>
<p>The malware dropped on the Mac computers is believed to be a trojan called Pintsized.A, which jumps into the system and encrypts its communications with the command and control server to make it very difficult to detect.</p>
<p><em>hat tip <a href="http://arstechnica.com/security/2013/03/mac-malware-that-infected-facebook-bypassed-os-x-gatekeeper-protection/" target="_blank" target="_blank">Ars Technica</a>; <a href="http://www.shutterstock.com/pic-115332901/stock-photo-thumb-down-male-hand-sign-isolated-on-a-white-background.html" target="_blank" target="_blank">Thumbs down image</a> via <a href="http://www.shutterstock.com" target="_blank" target="_blank">Shutterstock</a></em></p>
<br />Filed under: <a href='http://venturebeat.com/category/security/'>Security</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=636576&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2013/03/11/facebook-hack-websites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2013/02/thumbs-down.jpg" /><source url="http://venturebeat.com/2013/03/11/facebook-hack-websites/">New details emerge about the hack on Facebook</source>
		<media:content url="http://1.gravatar.com/avatar/a73335ff3a637d11555a46ba2b112ded?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">mkel31</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2013/02/thumbs-down.jpg" medium="image">
			<media:title type="html">thumbs down</media:title>
		</media:content>
	</item>
		<item>
		<title>F-Secure says Android malware is king, but are these reports just FUD? (updated)</title>
		<link>http://venturebeat.com/2013/03/07/f-secure-android-malware-report/</link>
		<comments>http://venturebeat.com/2013/03/07/f-secure-android-malware-report/#comments</comments>
		<pubDate>Thu, 07 Mar 2013 18:06:20 +0000</pubDate>
		<dc:creator>Ricardo Bilton</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[malware]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=634650</guid>
		<description><![CDATA[<p>Android malware has reached a new, dangerous high -- at least if you believe&#160;F-Secure.</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=634650&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://venturebeat.files.wordpress.com/2013/03/android-virus.png" target="_blank"><img class="aligncenter size-large wp-image-634673" alt="android-virus" src="http://venturebeat.files.wordpress.com/2013/03/android-virus.png?w=558&#038;h=418" width="558" height="418" /></a></p>
<p>Updated 1:16pm PT</p>
<p>Android and iOS may be battling for the smartphone market crown, but its Android that&#8217;s the undisputed king of malware.</p>
<p><a href="http://www.f-secure.com/static/doc/labs_global/Research/Mobile%20Threat%20Report%20Q4%202012.pdf" target="_blank">So claims a new report from security software company F-Secure</a>(PDF), which says Android was home to 79 percent of mobile malware in 2012. Compare that to iOS, which accounted for less than a percent of the pie, F-Secure says.</p>
<p>The situation sounds pretty dire for Android, and in some ways it is. Android is the biggest target since it has the most mobile marketshare, and third party marketplaces list malicious apps that could siphon off information or send premium SMS messages to steal your money. But the use of &#8220;malware&#8221; here might be overstated. F-Secure stretches the definition of &#8220;malware&#8221; to include things like Android test tools (which &#8220;may be misused for malicious intent by irresponsible parties&#8221;) and &#8220;potentially unwanted software,&#8221; which could inflate the numbers.</p>
<p><a href="http://venturebeat.files.wordpress.com/2013/03/f-secure-android.png" target="_blank"><img class="size-full wp-image-634764 alignright" alt="f-secure-android" src="http://venturebeat.files.wordpress.com/2013/03/f-secure-android.png?w=439&#038;h=213" width="439" height="213" /></a></p>
<p>It&#8217;s worth noting that F-Secure makes its bread by selling software to help counter the sort of threats its reporting. Not everyone feels F-Secure&#8217;s analysis is indicative of Android&#8217;s overall safety.</p>
<p>For a one take on this sort of stuff, consider this 2011 Google+ post from <a href="https://plus.google.com/u/0/+cdibona/posts/ZqPvFwdDLPv" target="_blank">Google engineering manager Chris DiBona</a> (found via a comment <a href="http://techcrunch.com/2013/03/07/f-secure-android-accounted-for-79-of-all-mobile-malware-in-2012-96-in-q4-alone/" target="_blank">in TechCrunch&#8217;s own story on F-Secure&#8217;s report</a>):</p>
<blockquote><p>Yes, virus companies are playing on your fears to try to sell you bs protection software for Android, RIM and IOS. They are charlatans and scammers. If you work for a company selling virus protection for Android, RIM, or iOS, you should be ashamed of yourself.</p>
<p>If you read an analyst report about &#8216;viruses&#8217; infecting iOS, Android, or RIM, you now know that analyst firm is not honest and is staffed with charlatans. There is probably an exception, but extraordinary claims need extraordinary evidence.</p></blockquote>
<p>Being a Google engineering manager, however, DiBona is obviously biased as well.</p>
<p>The point is that there are clear issues with the F-Secure report and other reports like it. Without firm numbers, clear definitions, and specified threat sources, reports such as F-Secure&#8217;s could be considered FUD. But it&#8217;s important to note that there are real reports of Android malware, and we can&#8217;t outright dismiss them.</p>
<p>I&#8217;ve reached out to F-Secure for comment on the criticism, but a PR rep said that the company is &#8220;unavailable to respond at this time&#8221; due to it being nighttime in Finland, where the company is based. We expect to have more details on these unanswered questions soon.</p>
<br />Filed under: <a href='http://venturebeat.com/category/mobile/'>Mobile</a>, <a href='http://venturebeat.com/category/security/'>Security</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=634650&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2013/03/07/f-secure-android-malware-report/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2013/03/android-virus.png?w=160" /><source url="http://venturebeat.com/2013/03/07/f-secure-android-malware-report/">F-Secure says Android malware is king, but are these reports just FUD? (updated)</source>
		<media:content url="http://2.gravatar.com/avatar/e32b79befaaa2b2378b83787e3a35ddb?s=96&#38;d=http%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">rbilton</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2013/03/android-virus.png?w=558" medium="image">
			<media:title type="html">android-virus</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2013/03/f-secure-android.png" medium="image">
			<media:title type="html">f-secure-android</media:title>
		</media:content>
	</item>
		<item>
		<title>Symantec uncovers an older version of Stuxnet, proving it is directly related to Flame</title>
		<link>http://venturebeat.com/2013/02/26/stuxnet-2005/</link>
		<comments>http://venturebeat.com/2013/02/26/stuxnet-2005/#comments</comments>
		<pubDate>Tue, 26 Feb 2013 20:19:47 +0000</pubDate>
		<dc:creator>Meghan Kelly</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[2005]]></category>
		<category><![CDATA[Iran]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[Stuxnet]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=628574</guid>
		<description><![CDATA[<p>The earliest version of Stuxnet we knew of dated back to 2009. Today, Symantec uncovered an earlier malware thought to be Stuxnet 0.5, created in&#160;2005.</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=628574&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://venturebeat.files.wordpress.com/2013/02/nuclear-plant.jpg" target="_blank"><img class="alignleft size-full wp-image-628749" alt="nuclear plant" src="http://venturebeat.files.wordpress.com/2013/02/nuclear-plant.jpg?w=708&#038;h=472" width="708" height="472" /></a></p>
<p>SAN FRANCISCO &#8212; Symantec uncovered a new, earlier version of Stuxnet today, the malware that attacked Iran&#8217;s nuclear systems in 2010. This version, Stuxnet 0.5, predated the Stuxnet we all know, and it was created four years earlier than we expected.</p>
<p>Stuxnet 0.5 was active between 2007 and 2009, though Symantec researchers were able to trace its origins back to 2005. The Stuxnet we are familiar with was first created in 2009.</p>
<p>&#8220;We are now entering close to the end of the first decade of weaponized malware,&#8221; said Francis deSouza, Symantec&#8217;s president of products and services, who spoke at the RSA conference in San Francisco today.</p>
<p>The malware that later attacked Siemens SCADA systems controlling the motors in the Natanz nuclear facility originally attacked the valves that controlled a certain type of gas released into the centrifuges.</p>
<p>The earlier version was disseminated through infected USBs and sought out Siemens Step 7 project files. The malware was officially taken offline January 2009 when it stopped communicating with its command-and-control servers, but traces of it can still be found within Step 7 files on computers around the world.</p>
<p>It was built in part on the Flamer platform, the same one built, of course, Flame. The Russian security firm Kaspersky Lab discovered Flame last year and quickly called it one of the most sophisticated cyber-espionage tools ever.</p>
<p>The later version of Stuxnet was moved to the Tilded platform, relating it to Duqu.</p>
<p>Further differentiating itself, this Stuxnet 0.5 was slightly less sophisticated in that it didn&#8217;t move from system to system exploiting a vulnerability in Windows.</p>
<p><em><a href="http://www.shutterstock.com/pic-92878072/stock-photo-nuclear-power-plant.html" target="_blank" target="_blank">Nuclear plant image</a> via <a href="http://www.shutterstock.com/" target="_blank" target="_blank">Shutterstock</a></em></p>
<br />Filed under: <a href='http://venturebeat.com/category/security/'>Security</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=628574&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2013/02/26/stuxnet-2005/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2013/02/nuclear-plant.jpg?w=160" /><source url="http://venturebeat.com/2013/02/26/stuxnet-2005/">Symantec uncovers an older version of Stuxnet, proving it is directly related to Flame</source>
		<media:content url="http://1.gravatar.com/avatar/a73335ff3a637d11555a46ba2b112ded?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">mkel31</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2013/02/nuclear-plant.jpg" medium="image">
			<media:title type="html">nuclear plant</media:title>
		</media:content>
	</item>
		<item>
		<title>Facebook disables Java after hack</title>
		<link>http://venturebeat.com/2013/02/15/facebook-hacked/</link>
		<comments>http://venturebeat.com/2013/02/15/facebook-hacked/#comments</comments>
		<pubDate>Fri, 15 Feb 2013 21:53:20 +0000</pubDate>
		<dc:creator>Meghan Kelly</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[hacked]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[vulnerabilities]]></category>
		<category><![CDATA[zero-day]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=623239</guid>
		<description><![CDATA[<p>Facebook was hacked last month, though it promises no user data was&#160;compromised.</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=623239&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://venturebeat.files.wordpress.com/2013/02/thumbs-down.jpg" target="_blank"><img class="aligncenter size-full wp-image-623245" alt="thumbs down" src="http://venturebeat.files.wordpress.com/2013/02/thumbs-down.jpg?w=708&#038;h=472" width="708" height="472" /></a><span style="color:#333333;font-family:Georgia, Times New Roman, Bitstream Charter, Times, serif;">Add Facebook to the list of those recommending that you no longer use Java.</span></p>
<p>Facebook announced that it was hacked <a href="https://www.facebook.com/notes/facebook-security/protecting-people-on-facebook/10151249208250766" target="_blank" target="_blank">in a blog post today</a> after some of its employees visited an infected mobile developer website in January. The company says it has found no evidence that the breach affected user data.</p>
<p>“They gained limited visibility into our systems,” Fred Wolens, a spokesperson for Facebook, told VentureBeat in an interview, “We’ve accelerated our program to disable Java in our environment.”</p>
<p>The company explained in the blog post that the laptops that were infected were &#8220;fully patched&#8221; and ran the most up-to-date antivirus software prior to the infection. It is currently working with law enforcement to dig into the hack&#8217;s details. The malware came through another issue with Java, the programming language that Oracle recently patched to fix a number of other issues. The Department of Homeland Security even recommended that people uninstall Java since hackers were finding new holes often.</p>
<p>&#8220;After analyzing the compromised website where the attack originated, we found it was using a &#8216;zero-day,&#8217; previously unseen exploit to bypass the Java sandbox (built-in protections) to install the malware,&#8221; said Facebook in the blog post. &#8220;We immediately reported the exploit to Oracle, and they confirmed our findings and provided a patch on February 1, 2013, that addresses this vulnerability.&#8221;</p>
<p>Facebook has not specified who the attackers are, and it very well may not know. The company does, however, say that it was &#8220;not alone in this attack&#8221; and that it wanted to tell the world about this hack quickly so that others can start their own remediation.</p>
<p><em>hat tip <a href="http://allthingsd.com/20130215/facebook-hacked-claims-no-evidence-of-user-data-compromised/?mod=googlenews" target="_blank" target="_blank">AllThingsD</a>; <a href="http://www.shutterstock.com/pic-115332901/stock-photo-thumb-down-male-hand-sign-isolated-on-a-white-background.html" target="_blank" target="_blank">Thumbs down image</a> via <a href="http://www.shutterstock.com/" target="_blank" target="_blank">Shutterstock</a></em></p>
<br />Filed under: <a href='http://venturebeat.com/category/security/'>Security</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=623239&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2013/02/15/facebook-hacked/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2013/02/thumbs-down.jpg?w=160" /><source url="http://venturebeat.com/2013/02/15/facebook-hacked/">Facebook disables Java after hack</source>
		<media:content url="http://1.gravatar.com/avatar/a73335ff3a637d11555a46ba2b112ded?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">mkel31</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2013/02/thumbs-down.jpg" medium="image">
			<media:title type="html">thumbs down</media:title>
		</media:content>
	</item>
		<item>
		<title>Iran suspects Stuxnet virus attacked its systems again</title>
		<link>http://venturebeat.com/2012/12/26/iran-stuxnet/</link>
		<comments>http://venturebeat.com/2012/12/26/iran-stuxnet/#comments</comments>
		<pubDate>Wed, 26 Dec 2012 15:29:36 +0000</pubDate>
		<dc:creator>Meghan Kelly</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Iran]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[Stuxnet]]></category>
		<category><![CDATA[viruses]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=595704</guid>
		<description><![CDATA[<p>A news outlet in Iran says that the Stuxnet virus attacked two of its facilities -- a power plant and the Culture Ministry -- and believes the U.S. and Israel are behind the&#160;strike.</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=595704&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://venturebeat.files.wordpress.com/2012/12/power-plant.jpg" target="_blank"><img class="aligncenter size-full wp-image-595712" alt="power plant" src="http://venturebeat.files.wordpress.com/2012/12/power-plant.jpg?w=708&#038;h=472" width="708" height="472" /></a></p>
<p>Iran is claiming that Stuxnet, the powerful virus that infected its nuclear power facilities in 2010 is back on the attack, targeting other power and governmental systems in the past few months.</p>
<p>The reports come out of Iranian news organization ISNA, according to the <a href="http://bigstory.ap.org/article/iran-media-report-new-cyberattack-stuxnet-worm" target="_blank" target="_blank">Associated Press</a>, which quoted Iran&#8217;s provincial civil defense chief Ali Akbar Akhavan as confirming the events. Akhavan reportedly went on to say that the attacks were focused on Iran&#8217;s province of Hormozgan, including a power plant located there. The issue was supposedly mitigated by Iran, and suspected to be of U.S. and Israeli origin given that the virus Stuxnet is the suspected culprit.</p>
<p>Iran&#8217;s Culture Ministry may have also been a target, according to the <a href="http://www.nytimes.com/2012/12/26/world/middleeast/iran-says-hackers-targeted-power-plant-and-culture-ministry.html?pagewanted=all" target="_blank" target="_blank">New York Times</a>.</p>
<p>Stuxnet is a computer virus that attacked Iran&#8217;s nuclear power plants systems in 2010, specifically the computers that controlled the fueling of its nuclear power plants. The attack was later believed to be a <a href="http://venturebeat.com/2012/06/01/stuxnet-us-israel-iran/" target="_blank">joint U.S. and Israel project</a> as a result of growing fears that Iran was building nuclear weapons.</p>
<p>The virus attacks &#8220;SCADA&#8221; systems, or supervisory control and data acquisition. These systems control major physical infrastructure such as power plants, prison door systems, and electrical grids more. Stuxnet attacks SCADA specifically, shutting down the processes they control. SCADA systems are a scary target, as they control very important entities. For example, one researcher discovered that by hacking a SCADA system, he could open all the prison doors on a maximum security prison.</p>
<p>It is not uncommon to see malware reappear in the wild with slight tweaks that help it fool barriers put up against it. It has not been confirmed, however, whether the Stuxnet virus was behind these attacks.</p>
<p><em><a href="power plant" target="_blank">Power plant image</a> via <a href="http://www.shutterstock.com/" target="_blank" target="_blank">Shutterstock </a></em></p>
<br />Filed under: <a href='http://venturebeat.com/category/security/'>Security</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=595704&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2012/12/26/iran-stuxnet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2012/12/power-plant.jpg?w=160" /><source url="http://venturebeat.com/2012/12/26/iran-stuxnet/">Iran suspects Stuxnet virus attacked its systems again</source>
		<media:content url="http://1.gravatar.com/avatar/a73335ff3a637d11555a46ba2b112ded?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">mkel31</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2012/12/power-plant.jpg" medium="image">
			<media:title type="html">power plant</media:title>
		</media:content>
	</item>
		<item>
		<title>Facebook helps FBI arrest 10 in botnet crime ring</title>
		<link>http://venturebeat.com/2012/12/12/facebook-fbi-botnet/</link>
		<comments>http://venturebeat.com/2012/12/12/facebook-fbi-botnet/#comments</comments>
		<pubDate>Wed, 12 Dec 2012 20:54:55 +0000</pubDate>
		<dc:creator>Meghan Kelly</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[arrests]]></category>
		<category><![CDATA[botnet]]></category>
		<category><![CDATA[Butterfly]]></category>
		<category><![CDATA[crime ring]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[Yahos]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=588855</guid>
		<description><![CDATA[<p>The FBI, with the help of Facebook's security team, arrested a number of people involved with the Yahos malware, which affected over 11 million&#160;people.</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=588855&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://venturebeat.files.wordpress.com/2012/12/butterfly-hand.jpg" target="_blank"><img class="aligncenter size-full wp-image-588968" alt="Butterfly Hand" src="http://venturebeat.files.wordpress.com/2012/12/butterfly-hand.jpg?w=655&#038;h=491" width="655" height="491" /></a></p>
<p>The FBI arrested 10 people associated with the a crime ring pushing the malware Yahos, <a href="http://www.fbi.gov/news/pressrel/press-releases/fbi-international-law-enforcement-disrupt-international-organized-cyber-crime-ring-related-to-butterfly-botnet" target="_blank" target="_blank">according to an announcement today</a>, saying the malware affected over 11 million people. Facebook&#8217;s security team helped the FBI by identifying both the criminals and the victims.</p>
<p>Yahos is a type of malware that steals bank account information, credit card numbers, and other personally identifiable information to siphon off money from its victims. Various criminals using Yahos have also created botnets to distribute the malware. The botnet Butterfly was shut down in connection to these arrests after lifting over $850 million from people around the world.</p>
<p>Facebook became involved in the fight after botnets also targeted the social network. As <a href="http://arstechnica.com/tech-policy/2012/12/fbi-snares-850-million-butterfly-botnet-ring-with-help-of-facebook/" target="_blank" target="_blank">Ars Technica</a> notes, the botnet spammed Facebook users with links leading to the malware. The malware then pretended to be a video plugin that needed installing. According to the FBI, Facebook was able to detect the infections, alert users, and otherwise &#8220;provide tools&#8221; for them to use in clean up. It was affected between 2010 and October 2012, which may indicate that the botnet was quietly shut down that month.</p>
<p>The 10 arrested individuals came from a number of different countries including the United States, Boznia and Herzegovina, Croatia, Macedonia, the United Kingdom, New Zealand, and Peru.</p>
<p>The FBI went on the recommend that consumers turn off a computer&#8217;s Internet access when it is not in use to minimize the risk of unwanted activity.</p>
<p>We have reached out to Facebook and will update upon hearing back.</p>
<p><em><a href="http://www.flickr.com/photos/jimmiehomeschoolmom/2512973299/sizes/z/in/photostream/" target="_blank" target="_blank">Dead butterfly</a> via <a href="http://www.flickr.com/photos/jimmiehomeschoolmom/" target="_blank">jimmiehomeschoolmom</a>/Flickr</em></p>
<br />Filed under: <a href='http://venturebeat.com/category/security/'>Security</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=588855&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2012/12/12/facebook-fbi-botnet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2012/12/butterfly-hand.jpg?w=160" /><source url="http://venturebeat.com/2012/12/12/facebook-fbi-botnet/">Facebook helps FBI arrest 10 in botnet crime ring</source>
		<media:content url="http://1.gravatar.com/avatar/a73335ff3a637d11555a46ba2b112ded?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">mkel31</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2012/12/butterfly-hand.jpg" medium="image">
			<media:title type="html">Butterfly Hand</media:title>
		</media:content>
	</item>
		<item>
		<title>Former McAfee CEO Dave DeWalt takes reins at FireEye</title>
		<link>http://venturebeat.com/2012/11/28/dave-dewalt-fireeye/</link>
		<comments>http://venturebeat.com/2012/11/28/dave-dewalt-fireeye/#comments</comments>
		<pubDate>Wed, 28 Nov 2012 14:00:13 +0000</pubDate>
		<dc:creator>Meghan Kelly</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[behavioral security]]></category>
		<category><![CDATA[CEO]]></category>
		<category><![CDATA[exec change]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[virtualization]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=580885</guid>
		<description><![CDATA[<p>Dave DeWalt -- known for his big personality, top-secret government clearance, and work as former chief executive at McAfee -- is taking over as chief executive for security company FireEye today. He hopes to lead the company to an IPO&#160;quickly.</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=580885&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://venturebeat.files.wordpress.com/2012/11/dave-dewalt.png" target="_blank"><img class="aligncenter size-full wp-image-580923" title="Dave DeWalt FireEye" alt="Dave DeWalt FireEye" src="http://venturebeat.files.wordpress.com/2012/11/dave-dewalt.png?w=680&#038;h=490" height="490" width="680" /></a></p>
<p>Dave DeWalt &#8212; known for his big personality, top-secret government clearance, and work as former chief executive at McAfee &#8212; is taking over as chief executive for security company <a href="http://www.fireeye.com/" target="_blank" target="_blank">FireEye</a> today.</p>
<p>&#8220;I&#8217;ve had a lot of CEO opportunities since  McAfee and this was the best I&#8217;ve seen,&#8221; said DeWalt in an interview with VentureBeat. &#8220;I&#8217;ve watched FireEye for many years. From McAfee, I thought it was tremendous technology. It made me a little nervous.&#8221;</p>
<p>DeWalt has served as chairman for FireEye since June and says he wanted to spend some time close to the company before jumping on as chief executive. Prior to this, he helped steer Intel&#8217;s acquisition of McAfee during his time at the antivirus company and has since advised the White House on the National Security Technology Advisory Council. Ashar Aziz, the founder and former chief executive of FireEye will step into the chief technology officer role.</p>
<p>DeWalt told me he wants to lead the company to an initial public offering as soon as possible. When I asked if he&#8217;d like that to happen by the end of 2013, DeWalt said, &#8220;Or sooner, it all depends. I believe the company is prepared for an IPO as soon as now. [But] with the fiscal cliff going on &#8230; probably not right now. First half of 2013, maybe we wait until the second half of 2013.&#8221;</p>
<p>FireEye protects businesses from malware and protects emails and files by watching viruses&#8217; behavior. Traditionally, businesses used antivirus software that only looked at a signature, or a part of the malware that identified what it was. It then blocked known malware and kept the system safe from the threat. The only problem with this sort of protection is that malware changes quickly. Malware writers are well aware that if they change the identifier of their virus, they can easily slip through the anti-virus cracks.</p>
<p>What FireEye does is it connects your company&#8217;s network up to virtual machines, or separate computers that live in the same physical servers. The technology learns how your systems and apps work, what a normal day is like for them, and then watches for anything weird. Before anything is allowed into your network it passes through the virtual machines. If something is, in fact, weird, FireEye blocks it from ever entering the system.</p>
<p>&#8220;FireEye in a lot of ways has done with Palo Alto [Networks] has done, created an uber-box that sits on the perimiter, sits in the cloud, that lets us watch behavior in real time,&#8221; said DeWalt.</p>
<p><a href="http://www.paloaltonetworks.com/" target="_blank" target="_blank">Palo Alto Networks</a> is a firewall company that <a href="http://venturebeat.com/2012/07/20/palo-alto-networks-ipo-debut/" target="_blank">recently went public</a>. The company&#8217;s technology also sits on the perimeter (as firewalls do) and only allows certain parts of an application to enter the network based on the IT department&#8217;s permissions.</p>
<p>&#8220;We&#8217;ve got tremendous head room and growth. We even announced some faster numbers than they had,&#8221; DeWalt said.</p>
<p>FireEye was founded in 2004 and is based in Milpitas, Calif. The company has taken funding from Sequoia Capital, Norwest Venture Partners, and Juniper Networks.</p>
<p><em><a href="http://www.fireeye.com/news-events/press-releases/read/dave-dewalt-joins-fireeye-chairman" target="_blank" target="_blank">Dave DeWalt photo via FireEye</a></em></p>
<br />Filed under: <a href='http://venturebeat.com/category/security/'>Security</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=580885&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2012/11/28/dave-dewalt-fireeye/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2012/11/dave-dewalt.png?w=160" /><source url="http://venturebeat.com/2012/11/28/dave-dewalt-fireeye/">Former McAfee CEO Dave DeWalt takes reins at FireEye</source>
		<media:content url="http://1.gravatar.com/avatar/a73335ff3a637d11555a46ba2b112ded?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">mkel31</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2012/11/dave-dewalt.png" medium="image">
			<media:title type="html">Dave DeWalt FireEye</media:title>
		</media:content>
	</item>
		<item>
		<title>White House may not have found evidence of Huawei spying</title>
		<link>http://venturebeat.com/2012/10/17/white-house-hauwei-spying/</link>
		<comments>http://venturebeat.com/2012/10/17/white-house-hauwei-spying/#comments</comments>
		<pubDate>Thu, 18 Oct 2012 01:17:53 +0000</pubDate>
		<dc:creator>Meghan Kelly</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[China]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[spying]]></category>
		<category><![CDATA[White House]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=559306</guid>
		<description><![CDATA[<p>A special White House investigation couldn't find any evidence of Chinese spying through Huawei telecommunications systems, though the U.S. recently warned businesses using the vendor that it "cannot be trusted to be free of foreign state&#160;influence."</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=559306&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://venturebeat.files.wordpress.com/2012/10/huawei-phone.jpg" target="_blank"><img class="aligncenter size-full wp-image-559334" title="huawei device" alt="huawei device" src="http://venturebeat.files.wordpress.com/2012/10/huawei-phone.jpg?w=655&#038;h=533" height="533" width="655" /></a></p>
<p>A special White House investigation couldn&#8217;t find any evidence of Chinese spying through Huawei telecommunications systems, according to <a href="http://www.reuters.com/article/2012/10/17/us-huawei-spying-idUSBRE89G1Q920121017" target="_blank" target="_blank">Reuters</a>&#8216; sources, though the <a href="http://venturebeat.com/2012/10/08/us-congress-cisco-chinese-networking-and-telecommunications-companies-cannot-be-trusted/" target="_blank">U.S. recently warned businesses</a> using the vendor that it &#8220;cannot be trusted to be free of foreign state influence.&#8221;</p>
<p>This comes after the White House investigated Chinese telecommunications vendors Huawei and ZTE last week, saying American companies should look for other partners for their communications needs. It seems the government issued this warning not based on evidence that the companies were spying for the Chinese government, but rather for the security vulnerabilities that already exist in their products.</p>
<p>The U.S. government fears that these vulnerabilities may open doors for hackers (likely from any nation state) to come in and siphon off data from Huawei&#8217;s customers.</p>
<p>Soon after the report was initially released, Huawei <a href="http://www.reuters.com/article/2012/10/08/usa-china-huawei-zte-idUSL1E8L800L20121008" target="_blank" target="_blank">responded</a>, calling the claims &#8220;baseless suggestions&#8221; that &#8220;recklessly threaten American jobs and innovation, do nothing to protect national security, and should be exposed as dangerous political distractions.&#8221;</p>
<p>The <a href="http://venturebeat.com/2012/10/10/china-huawei-us-claims/" target="_blank">Chinese Commerce Ministry also stepped in</a>, saying the government was playing with &#8220;suggestive guesswork.&#8221; It seems, however, that while the U.S. can&#8217;t prove Huawei is guilty of spying on Americans, the security issues are enough of a threat when a seemingly increasing number of cyber attacks in the U.S. are traced back to Chinese IP addresses.</p>
<p><em><a href="http://www.flickr.com/photos/huaweipress/5447161403/sizes/l/in/photostream/" target="_blank" target="_blank">Huawei image</a> via <a href="http://www.flickr.com/photos/huaweipress/" target="_blank">HuaweiPress</a>/Flickr</em></p>
<br />Filed under: <a href='http://venturebeat.com/category/security/'>Security</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=559306&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2012/10/17/white-house-hauwei-spying/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2012/10/huawei-phone.jpg?w=160" /><source url="http://venturebeat.com/2012/10/17/white-house-hauwei-spying/">White House may not have found evidence of Huawei spying</source>
		<media:content url="http://1.gravatar.com/avatar/a73335ff3a637d11555a46ba2b112ded?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">mkel31</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2012/10/huawei-phone.jpg" medium="image">
			<media:title type="html">huawei device</media:title>
		</media:content>
	</item>
		<item>
		<title>Life-saving medical machinery prone to malware</title>
		<link>http://venturebeat.com/2012/10/17/hospitals-malware/</link>
		<comments>http://venturebeat.com/2012/10/17/hospitals-malware/#comments</comments>
		<pubDate>Wed, 17 Oct 2012 22:47:50 +0000</pubDate>
		<dc:creator>Meghan Kelly</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[botnets]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[hospitals]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[medical machinery]]></category>
		<category><![CDATA[viruses]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=559113</guid>
		<description><![CDATA[<p>It sucks when your PC gets clogged with viruses, slows to crawl, and generally makes your life miserable. But what if it put your life in danger? With medical facilities all around the United States running outdated software that can't install new security patches, that very well may become the&#160;case.</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=559113&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://venturebeat.files.wordpress.com/2012/10/hospital-equipment1.jpg" target="_blank"><img class="aligncenter size-full wp-image-559241" title="Hospital equipment" alt="Hospital equipment" src="http://venturebeat.files.wordpress.com/2012/10/hospital-equipment1.jpg?w=655&#038;h=479" height="479" width="655" /></a></p>
<p>It sucks when viruses clog your PC, slow it to a crawl, and generally make your life miserable. But what if it put your life in danger? With medical facilities all around the United States running outdated software that can&#8217;t install new security patches, that very well may become the case.</p>
<p>According to the <a href="http://www.technologyreview.com/news/429616/computer-viruses-are-rampant-on-medical-devices/" target="_blank" target="_blank">Technology Review</a>, 664 medical machines at Beth Israel Deaconess Medical Center in Boston ran outdated operating systems that it could not upgrad despite that many older Windows operating systems are huge targets for malware.</p>
<p>The main issue is that the manufacturers of medical equipment don&#8217;t often allow the hospitals to upgrade their operating systems or patch security holes, said Kevin Fu, a researcher and associate professor at the University of Massachusetts, Amherst, at an industry conference last week. The fear here is that if the hole is patched, or the software somehow changes, that the device will no longer be FDA complaint. If it isn&#8217;t FDA complaint, a hospital can&#8217;t use it. But the huge downfall is that without these security updates and the latest operating systems, malware is literally slowing down the machines that doctors and nurses are using to save lives.</p>
<p>Botnets, or strings of computers that can be controlled to launch mass attacks or otherwise work in unison for the hacker&#8217;s profit, are a particular problem for hospitals.</p>
<p>Indeed, Fu says its &#8220;not unusual&#8221; for these machines to not perform properly, the hospitals relying on a &#8220;fallback model,&#8221; otherwise known as someone watching over the patient. Malware hinders the devices to a point where they can no longer record data.</p>
<p>As the Technology Review points out, hospitals don&#8217;t have to report security issues unless someone has actually been hurt as a result of the device&#8217;s malfunction. In 2009, the FDA also encouraged hospitals to work it out with the manufacturers themselves.</p>
<p><em>via <a href="http://www.technologyreview.com/news/429616/computer-viruses-are-rampant-on-medical-devices/" target="_blank" target="_blank">Technology Review</a>; <a href="www.shutterstock.com/pic-110163455/stock-photo-a-hospital-bed-waiting-the-next-patient.html" target="_blank">Hospital image</a> via <a href="http://www.shutterstock.com/" target="_blank" target="_blank">Shutterstock</a></em></p>
<br />Filed under: <a href='http://venturebeat.com/category/security/'>Security</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=559113&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2012/10/17/hospitals-malware/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2012/10/hospital-equipment1.jpg?w=160" /><source url="http://venturebeat.com/2012/10/17/hospitals-malware/">Life-saving medical machinery prone to malware</source>
		<media:content url="http://1.gravatar.com/avatar/a73335ff3a637d11555a46ba2b112ded?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">mkel31</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2012/10/hospital-equipment1.jpg" medium="image">
			<media:title type="html">Hospital equipment</media:title>
		</media:content>
	</item>
		<item>
		<title>&#8216;Flame&#8217; virus offshoot burns high-profile victims</title>
		<link>http://venturebeat.com/2012/10/15/miniflame-malware/</link>
		<comments>http://venturebeat.com/2012/10/15/miniflame-malware/#comments</comments>
		<pubDate>Mon, 15 Oct 2012 21:22:19 +0000</pubDate>
		<dc:creator>Meghan Kelly</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[cyber espionage]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[Flame]]></category>
		<category><![CDATA[Gauss]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[miniFlame]]></category>
		<category><![CDATA[modules]]></category>
		<category><![CDATA[spying]]></category>
		<category><![CDATA[viruses]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=557236</guid>
		<description><![CDATA[<p>Researchers announced a new malware called miniFlame today that may be monitoring and stealing data from specific, highly profitable victims. It is a sister to the Flame malware that made headlines earlier this&#160;year.</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=557236&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://venturebeat.files.wordpress.com/2012/10/miniflame.jpg" target="_blank"><img class="aligncenter size-full wp-image-557415" title="miniFlame" alt="miniFlame" src="http://venturebeat.files.wordpress.com/2012/10/miniflame.jpg?w=787&#038;h=472" height="472" width="787" /></a></p>
<p>Researchers announced a new malware called miniFlame today that may be monitoring and stealing data from specific, highly profitable victims. It is a sister to the Flame malware that made headlines earlier this year.</p>
<p>The malware was <a href="http://www.securelist.com/en/blog/763/miniFlame_aka_SPE_Elvis_and_his_friends" target="_blank" target="_blank">found by Kaspersky Lab</a> after it discovered and began monitoring the command and control servers of Flame. It recorded communications between Flame and the command and control servers as expected, but there was a separate, unexpected entity communicating with the same server. That turned out to be miniFlame.</p>
<p>MiniFlame is an extension of cyber espionage malware Flame in that it can be used as a plug in but is also capable of operating as its own entity. Kaspersky says it is a &#8220;high precision, surgical attack tool&#8221; that is likely reserved for bigger, more profitable targets. Indeed, researchers believe that Flame has infected up to 6,000 people, while miniFlame has only attacked around 60 people, or one percent of Flame&#8217;s pool.</p>
<p><a href="http://venturebeat.files.wordpress.com/2012/10/kaspersky-flame-c2.jpg" target="_blank"><img class="alignright  wp-image-557416" title="Kaspersky Flame C2" alt="Kaspersky Flame C2" src="http://venturebeat.files.wordpress.com/2012/10/kaspersky-flame-c2.jpg?w=312&#038;h=227" height="227" width="312" /></a>The malware is one of the four strains of viruses <a href="http://venturebeat.com/2012/09/17/flame-sisters-kaspersky/" target="_blank">Kaspersky found after analyzing code</a> from Flame&#8217;s command and control servers. There, researchers discovered communications protocols for IP, SPE, SP, and FL. &#8220;FL&#8221; was quickly identified as Flame. SPE is today&#8217;s miniFlame. Kaspersky says SP is likely an older version of SPE. IP is yet to be found and is the youngest of the four.</p>
<p>Flame was discovered earlier this year and was quickly labeled one of the most advanced cyber espionage tools known. It targets the Middle East and is packed with modules that all perform some sort of spying technique such as turning on the computer&#8217;s microphones to record audio and taking screen shots when certain communications apps are open such as email or Skype. Gauss was <a href="http://venturebeat.com/2012/08/09/guass-bank-stuxnet-flame/" target="_blank">found soon thereafter</a> targeting systems in Lebanon, specifically programmed to steal bank account login credentials and other associated data.</p>
<p>Gauss can also use miniFlame as a plug-in, which strengthens the idea that the Flame and Gauss malware writers were in some way connected. When Gauss uses miniFlame, however, it refers to it as &#8220;John.&#8221;</p>
<p>Flame is similarly <a href="http://venturebeat.com/2012/06/11/flame-and-stuxnet-malware-linked-says-kaspersky/" target="_blank">connected to the Stuxnet and Duqu</a> viruses, as it shares a separate module with the two.</p>
<p>MiniFlame doesn&#8217;t target specific regions, but there are several variations of miniFlame that target places like Pakistan and Iran. There have also been some cases found in France. Thus far, researchers have only found six of these variants but believe there are up to six more. Those currently under watch were created between 2010 and 2011, though the protocol for miniFlame, SPE, was created in 2007.</p>
<p>Unlike Flame or Gauss, the creators of miniFlame can control the computer it infects through a backdoor miniFlame sets up. Once in it listens to commands that all go by names. These include:</p>
<ul>
<li>Fiona: Writes files to the machine</li>
<li>Sonia: Data stealing, sends files back to the command and control servers</li>
<li>Sam: Puts the computer to sleep for &#8220;specified amount of time&#8221;</li>
<li>Barbara: Takes a screenshot if a specific application is open</li>
</ul>
<p>Others include Elvis, Eve, Drake, Charles, Alex, and Tiffany.</p>
<p>How miniFlame actually gets installed onto victims&#8217; computers is still unknown. Researchers believe it could be deployed from the command and control server when Flame and Gauss infect the system, though it can operate without the aid of Flame and Gauss.</p>
<p>hat tip <a href="http://www.wired.com/threatlevel/2012/10/miniflame-espionage-tool/2/" target="_blank" target="_blank">Wired</a>; <a href="http://www.shutterstock.com/pic-110398760/stock-photo-candle.html" target="_blank" target="_blank">Candles image</a> via <a href="http://www.shutterstock.com/" target="_blank" target="_blank">Shutterstock</a>; Flame command and control server image via <a href="http://www.securelist.com/en/blog/763/miniFlame_aka_SPE_Elvis_and_his_friends" target="_blank" target="_blank">Kaspersky Lab</a></p>
<br />Filed under: <a href='http://venturebeat.com/category/business/'>Business</a>, <a href='http://venturebeat.com/category/security/'>Security</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=557236&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2012/10/15/miniflame-malware/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2012/10/miniflame.jpg?w=160" /><source url="http://venturebeat.com/2012/10/15/miniflame-malware/">&#8216;Flame&#8217; virus offshoot burns high-profile victims</source>
		<media:content url="http://1.gravatar.com/avatar/a73335ff3a637d11555a46ba2b112ded?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">mkel31</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2012/10/miniflame.jpg" medium="image">
			<media:title type="html">miniFlame</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2012/10/kaspersky-flame-c2.jpg?w=558" medium="image">
			<media:title type="html">Kaspersky Flame C2</media:title>
		</media:content>
	</item>
		<item>
		<title>Bad guys use fake &#8216;Bad Piggies&#8217; Chrome extensions to install adware</title>
		<link>http://venturebeat.com/2012/10/09/fake-bad-piggies-chrome-extension/</link>
		<comments>http://venturebeat.com/2012/10/09/fake-bad-piggies-chrome-extension/#comments</comments>
		<pubDate>Tue, 09 Oct 2012 14:54:48 +0000</pubDate>
		<dc:creator>Ricardo Bilton</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[ad injection]]></category>
		<category><![CDATA[Google Chrome]]></category>
		<category><![CDATA[malware]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=547716</guid>
		<description><![CDATA[<p>It looks like the latest targets for malware writers are hopeful downloaders of Rovio's Bad Piggies&#160;game.</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=547716&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://venturebeat.files.wordpress.com/2012/10/th-badpiggies.jpg" target="_blank"><img class="size-full wp-image-544953 aligncenter" title="Bad Piggies" src="http://venturebeat.files.wordpress.com/2012/10/th-badpiggies.jpg?w=600&#038;h=300" alt="Bad Piggies" width="600" height="300" /></a></p>
<p>Rovio&#8217;s Bad Piggies game may not be available via Google Chrome, but that isn&#8217;t stopping bad guys from creating fake, malicious versions of the app and putting them in the Chrome Web Store.</p>
<p><a href="https://www.barracudanetworks.com/blogs/labsblog?bid=3103" target="_blank">Data protection company Barracuda Networks</a> discovered and installed a number of the purported Bad Piggies games and discovered that they were indeed up to no good.</p>
<p>While <a href="https://chrome.google.com/webstore/search/bad%20piggies" target="_blank">all of the Bad Piggies apps listed in the Chrome Web Store are fake</a>, some do something different, injecting ads into popular pages like MSN.com and IMDB.com when Chrome users navigate to them.</p>
<p>For the record, this sort of <a href="https://developers.google.com/chrome/web-store/program_policies" target="_blank">activity isn&#8217;t a violation of Google&#8217;s program policies</a>: Google <em>does</em> allow developers to display ads alongside web pages as long as the activity is declared to users.</p>
<p>But it gets worse. Turns out that some of the apps also require permissions to &#8220;access your data on all websites,&#8221; which could allow them to access Chrome users&#8217; passwords and other sensitive info.</p>
<p>These kinds of fake apps are nothing new, but in spite of that, it&#8217;s telling that Chrome users continue to install them. (It&#8217;s also telling that Google allows them to stay online.) Barracuda Networks says that as of Oct. 2, 80,000 Chrome users have installed the ad-injecting plugins.</p>
<p>Of course, the defense against these sorts of extensions remains the same: Check the permissions. A browser extension should be able to do just a small subset of things, and in most cases, checking your data on all websites isn&#8217;t one of them.</p>
<p>We&#8217;ve reached out to Google for comment and will update when the company responds.</p>
<br />Filed under: <a href='http://venturebeat.com/category/games/'>Games</a>, <a href='http://venturebeat.com/category/security/'>Security</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=547716&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2012/10/09/fake-bad-piggies-chrome-extension/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2012/10/th-badpiggies.jpg" /><source url="http://venturebeat.com/2012/10/09/fake-bad-piggies-chrome-extension/">Bad guys use fake &#8216;Bad Piggies&#8217; Chrome extensions to install adware</source>
		<media:content url="http://2.gravatar.com/avatar/e32b79befaaa2b2378b83787e3a35ddb?s=96&#38;d=http%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">rbilton</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2012/10/th-badpiggies.jpg" medium="image">
			<media:title type="html">Bad Piggies</media:title>
		</media:content>
	</item>
		<item>
		<title>ZeroAccess: A look at just how big a botnet can get</title>
		<link>http://venturebeat.com/2012/09/20/zeroaccess-botnet-infections/</link>
		<comments>http://venturebeat.com/2012/09/20/zeroaccess-botnet-infections/#comments</comments>
		<pubDate>Thu, 20 Sep 2012 23:24:23 +0000</pubDate>
		<dc:creator>Meghan Kelly</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[botnets]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[Trojans]]></category>
		<category><![CDATA[viruses]]></category>
		<category><![CDATA[ZeroAccess]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=535597</guid>
		<description><![CDATA[<p>Sometimes it's hard to imagine just how contagious a botnet can be, and then sometimes you see them from space. Security researchers at F-Secure created this look at ZeroAccess botnet infections today, across the United States and the&#160;world.</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=535597&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://venturebeat.files.wordpress.com/2012/09/zeroaccessgoogleearthusa.png" target="_blank"><img class="aligncenter size-full wp-image-535616" title="ZeroAccess Google Earth USA" src="http://venturebeat.files.wordpress.com/2012/09/zeroaccessgoogleearthusa.png?w=668&#038;h=472" alt="ZeroAccess Google Earth USA" width="668" height="472" /></a></p>
<p>Sometimes it&#8217;s hard to imagine just how contagious a botnet can be, and then sometimes you see them from space. Security researchers at <a href="http://www.f-secure.com/en/web/home_us/home" target="_blank" target="_blank">F-Secure</a> created this look at ZeroAccess botnet infections today, across the United States and the world.</p>
<p>Image if each one of those red triangles represented the flu. That&#8217;s essentially what they are, little indications of virtual wheezes and sneezes your computer is suffering from under ZeroAccess&#8217;s infiltration. The botnet was first discovered in 2010, and continues to evolve and pop up in the hundreds of thousands around the world.</p>
<p><a href="http://venturebeat.files.wordpress.com/2012/09/zeroaccessgoogleearth.png" target="_blank"><img class="alignright  wp-image-535617" title="ZeroAccess Google Earth" src="http://venturebeat.files.wordpress.com/2012/09/zeroaccessgoogleearth.png?w=396&#038;h=270" alt="ZeroAccess Google Earth" width="396" height="270" /></a>It is considered a trojan, downloaded when a person visits a secretly compromised site. Once installed on the computer, it pushes advertisement pop-ups to the user, and will redirect browsers to advertising websites. The malware writers make money off of the advertising, and for every installation that can trick people into.</p>
<p>While the botnet isn&#8217;t new, the representation shows just how real and destructive a botnet like this can be. Its creators are smart enough to change the malware frequently to make sure it gets through anti-virus software.</p>
<p>As per usual, people should be careful about what websites they visit, vetting links and pop ups to make sure they&#8217;re trustworthy. ZeroAccess, like most malware, is generally distributed on &#8220;high risk&#8221; websites, such as pornography sites, but can also be found on legitimate websites that have been compromised.</p>
<p>Don&#8217;t hold your breath for a vaccination.</p>
<br />Filed under: <a href='http://venturebeat.com/category/security/'>Security</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=535597&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2012/09/20/zeroaccess-botnet-infections/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2012/09/zeroaccessgoogleearthusa.png?w=160" /><source url="http://venturebeat.com/2012/09/20/zeroaccess-botnet-infections/">ZeroAccess: A look at just how big a botnet can get</source>
		<media:content url="http://1.gravatar.com/avatar/a73335ff3a637d11555a46ba2b112ded?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">mkel31</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2012/09/zeroaccessgoogleearthusa.png" medium="image">
			<media:title type="html">ZeroAccess Google Earth USA</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2012/09/zeroaccessgoogleearth.png" medium="image">
			<media:title type="html">ZeroAccess Google Earth</media:title>
		</media:content>
	</item>
		<item>
		<title>Flame malware has 3 &#8220;undiscovered cyber-espionage&#8221; sisters, say researchers</title>
		<link>http://venturebeat.com/2012/09/17/flame-sisters-kaspersky/</link>
		<comments>http://venturebeat.com/2012/09/17/flame-sisters-kaspersky/#comments</comments>
		<pubDate>Tue, 18 Sep 2012 00:57:08 +0000</pubDate>
		<dc:creator>Meghan Kelly</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[command and control servers]]></category>
		<category><![CDATA[cyber espionage]]></category>
		<category><![CDATA[Flame]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[malware writers]]></category>
		<category><![CDATA[Stuxnet]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=532755</guid>
		<description><![CDATA[<p>Flame, the malware related to the infamous Stuxnet that hit Iranian nuclear systems in 2010, may have three sisters in the wild, according to new research by Russian security firm Kaspersky&#160;Lab.</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=532755&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://venturebeat.files.wordpress.com/2012/09/fire-equipment.jpg" target="_blank"><img class="aligncenter size-full wp-image-532821" title="Fire equipment" src="http://venturebeat.files.wordpress.com/2012/09/fire-equipment.jpg?w=708&#038;h=472" alt="Fire equipment" width="708" height="472" /></a></p>
<p>Flame, the malware related to the infamous Stuxnet that hit Iranian nuclear systems in 2010, may have three sisters in the wild, according to <a href="http://www.securelist.com/en/blog/750/Full_Analysis_of_Flame_s_Command_Control_servers" target="_blank" target="_blank">new research</a> by Russian security firm Kaspersky Lab.</p>
<p>Kaspersky Lab first announced the existence of Flame in May, saying it was deployed around two years prior in 2010, and had already affected thousands of computers. Work may have even started on the malware as early as 2007. It targeted a number of countries in the Middle East, and was called one of the most advanced cyber espionage tools to date.</p>
<p>Since May, Kaspersky Lab has been studying Flame&#8217;s command and control servers, or the server that receives any data Flame steals and regularly communicates with the malware. When researchers first accessed the command and control server&#8217;s dashboard, they immediately assumed it was created by &#8220;script kiddies,&#8221; or young, inexperienced hackers. The writers also avoided using what Kaspersky calls &#8220;professional terms,&#8221; including bot, botnet, infection, or malware-command. Instead, they used words like backup, blog, and download. Kaspersky realized that the simplicity of the C&amp;C home as well as the verbiage used was meant to trick anyone who might have audited the server.</p>
<p>In addition to learning about how the malware writers configured their &#8220;home base,&#8221; Kaspersky also found logs that displayed the nickname of the hacker, along with when the hacker did work on the C&amp;C. Researches hid the nicknames in its analysis report, but provided the initials O, D, H, and R, indicating that there were four separate developers. Each had a different job and accessed a different amount of files within the system .</p>
<p>The four hackers also built four protocols, which communicated with different &#8220;clients,&#8221; or pieces of malware.</p>
<p>&#8220;A close look at these protocol handlers revealed four different types of clients codenamed SP, SPE, FL and IP,&#8221; said Kaspersky in its analysis. &#8220;We can confirm that the Flame malware was identified as client type FL. Obviously, this means there are at least three other undiscovered cyber-espionage or cyber-sabotage tools created by the same authors: SP, SPE and IP.&#8221;</p>
<p>What these three do and whether they are currently active is unknown.</p>
<p>The Flame virus, however, is enough to indicate what the sisters could do. While active, Flame unpacked 20 different modules that spied on the infected computer in different ways. It could tell when you had a communication app open, such as GMail or instant message, and take periodical screen shots to record your conversations. Flame could also turn on the computer&#8217;s microphone to record audio happening in the vicinity.</p>
<p><em>hat tip <a href="http://www.wired.com/threatlevel/2012/09/flame-coders-left-fingerprints/" target="_blank" target="_blank">Wired</a>; <a href="http://www.shutterstock.com/pic-108491123/stock-photo-vintage-hydrant-with-water-hoses-and-fire-extinguish-equipment.html" target="_blank" target="_blank">Fire equipment image</a> via <a href="http://www.shutterstock.com/" target="_blank" target="_blank">Shutterstock</a></em></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<br />Filed under: <a href='http://venturebeat.com/category/security/'>Security</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=532755&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2012/09/17/flame-sisters-kaspersky/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2012/09/fire-equipment.jpg?w=160" /><source url="http://venturebeat.com/2012/09/17/flame-sisters-kaspersky/">Flame malware has 3 &#8220;undiscovered cyber-espionage&#8221; sisters, say researchers</source>
		<media:content url="http://1.gravatar.com/avatar/a73335ff3a637d11555a46ba2b112ded?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">mkel31</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2012/09/fire-equipment.jpg" medium="image">
			<media:title type="html">Fire equipment</media:title>
		</media:content>
	</item>
		<item>
		<title>Android users, beware: Your phone could be open to attack</title>
		<link>http://venturebeat.com/2012/09/13/android-users-beware-your-phone-could-be-open-to-attack/</link>
		<comments>http://venturebeat.com/2012/09/13/android-users-beware-your-phone-could-be-open-to-attack/#comments</comments>
		<pubDate>Fri, 14 Sep 2012 03:09:32 +0000</pubDate>
		<dc:creator>Rebecca Grant</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=531131</guid>
		<description><![CDATA[<p>Duo Security's app X-Ray found that over 50% of Android have unpatched&#160;vulnerabilities.</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=531131&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<div class="post-meta-blurb post-meta-before blurb-cat-mobile"><div class="event-boilerplate-mobilebeat">
  <div class="logo-date-wrap">
    <a href="http://mobilebeat2013.com" data-vb-ga-outbound="MB2013boilerplateTOP" target="_blank"><img src="http://venturebeat.files.wordpress.com/2013/02/mobilebeat-boilerplate.png" alt="MobileBeat 2013"></a>
    <div class="date-location">
      <strong>July 9-10, 2013</strong><br>
      San Francisco, CA
    </div>
  </div>
  <a href="http://mobilebeat2013-MB2013boilerplateTOP.eventbrite.com/" class="cta" data-vb-ga-outbound="MB2013boilerplateTOP" target="_blank">Early Bird Tickets on Sale</a>
</div></div><p><a href="http://venturebeat.com/2012/09/13/android-users-beware-your-phone-could-be-open-to-attack/open-gate/" rel="attachment wp-att-531132"><img class="alignleft size-full wp-image-531132" title="open gate" src="http://venturebeat.files.wordpress.com/2012/09/open-gate.jpeg?w=640&#038;h=426" alt="" width="640" height="426" /></a></p>
<p>A report from <a href="http://duosecurity.com" target="_blank">Duo Security</a> found that over 50% of Android devices have unpatched vulnerabilities.</p>
<p>Duo Security offers two-factor authentication for mobile phones. This finding was based on a vulnerability assessment conducted by Duo&#8217;s mobile app called X-Ray, which scans mobile devices for security gaps. The app became available to consumers a couple of months ago and has since collected information from over 20,000 Android devices.</p>
<p>The results are concerning, considering that hackers and malware can exploit these gaps to gain control of phones, and considering carriers are notoriously slow at fixing vulnerabilities.</p>
<p>Duo&#8217;s CTO will be presenting the full study tomorrow at Rapid7&#8242;s <a href="http://www.unitedsummit.org/" target="_blank">United Summit</a> conference in San Francisco. He promised to follow up next week on the company blog with full results, statistical methodology and the company&#8217;s plans for X-Ray in the future. <a href="https://blog.duosecurity.com/2012/09/early-results-from-x-ray-over-50-of-android-devices-are-vulnerable/" target="_blank">Read his blog post.</a></p>
<br />Filed under: <a href='http://venturebeat.com/category/mobile/'>Mobile</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=531131&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" /><style type="text/css">.blurb-cat-mobile .event-boilerplate-mobilebeat {
width:278px;
margin:0px 0px 10px 20px;
padding:10px;
float:right;
border:1px solid #e4e4e4;
font-family: 'Open Sans', sans-serif;
color:#000;
}
.blurb-cat-mobile .event-boilerplate-mobilebeat .logo-date-wrap {
width:100%;
display:block;
float:left;
margin-bottom:8px;
}
.blurb-cat-mobile .event-boilerplate-mobilebeat img {
float:left;
}
.blurb-cat-mobile .event-boilerplate-mobilebeat .date-location {
float:right;
font-size:12px;
line-height:14px;
text-align:center;
padding-left:7px;
padding-top:5px;
padding-bottom:3px;
border-left:1px solid #e6e6e6;
color:#585a5b;
}
.blurb-cat-mobile .event-boilerplate-mobilebeat .cta {
display:block;
clear:both;
width:100%;
border-radius:5px;
border:1px solid #1864b1;
color:#fff;
text-shadow: 0px -1px 0px rgba(0,0,0,0.3);
text-align:center;
text-decoration:none;
font-weight:600;
font-size:18px;
line-height:17px;
padding:4px 0px 6px 0px;
background: #1f80e4;
background: -moz-linear-gradient(top,  #1f80e4 0%, #1862ae 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1f80e4), color-stop(100%,#1862ae));
background: -webkit-linear-gradient(top,  #1f80e4 0%,#1862ae 100%);
background: -o-linear-gradient(top,  #1f80e4 0%,#1862ae 100%);
background: -ms-linear-gradient(top,  #1f80e4 0%,#1862ae 100%);
background: linear-gradient(to bottom,  #1f80e4 0%,#1862ae 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f80e4', endColorstr='#1862ae',GradientType=0 );
}</style>]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2012/09/13/android-users-beware-your-phone-could-be-open-to-attack/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2012/09/open-gate.jpeg?w=160" /><source url="http://venturebeat.com/2012/09/13/android-users-beware-your-phone-could-be-open-to-attack/">Android users, beware: Your phone could be open to attack</source>
		<media:content url="http://0.gravatar.com/avatar/fec4e66421afed673eb1ac50b8f839d8?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">rebeccaggrant</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2012/09/open-gate.jpeg" medium="image">
			<media:title type="html">open gate</media:title>
		</media:content>
	</item>
		<item>
		<title>Google buys malware-scanning website VirusTotal</title>
		<link>http://venturebeat.com/2012/09/07/google-virustotal/</link>
		<comments>http://venturebeat.com/2012/09/07/google-virustotal/#comments</comments>
		<pubDate>Fri, 07 Sep 2012 22:27:59 +0000</pubDate>
		<dc:creator>Meghan Kelly</dc:creator>
				<category><![CDATA[Deals]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[acquisition]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[viruses]]></category>
		<category><![CDATA[website scanner]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=527661</guid>
		<description><![CDATA[<p>Companies like Google have to be especially cautious when it comes to security. They build out whole departments dedicated to protecting its internals, so it's no wonder the search giant bought its own little security company today,&#160;VirusTotal.</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=527661&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://venturebeat.files.wordpress.com/2012/09/computer-virus.jpg" target="_blank"><img class="alignright size-full wp-image-527766" title="Computer Virus " src="http://venturebeat.files.wordpress.com/2012/09/computer-virus.jpg?w=708&#038;h=472" alt="Computer Virus " width="708" height="472" /></a></p>
<p>Companies like Google have to be especially cautious when it comes to security. They build out whole departments dedicated to protecting its internals tech, so it&#8217;s no wonder the search giant bought its own little security company today, <a href="https://www.virustotal.com/" target="_blank" target="_blank">VirusTotal</a>.</p>
<p>The company announced the acquisition in a <a href="http://blog.virustotal.com/2012/09/an-update-from-virustotal.html" target="_blank" target="_blank">blog post</a>. It did not disclose terms of the deal.</p>
<p>Virus Total is free for everyone to use and attempts to help the regular consumer detect malware without having to install software. You simply enter a file or URL on the company&#8217;s homepage and click &#8220;Scan It!&#8221; VirusTotal&#8217;s technology sifts through the information and reports back to you whether you&#8217;ve got safe content or something that might have malware in it.</p>
<p>It&#8217;s a simple but really helpful tool. But you shouldn&#8217;t use it for sensitive documents, as VirusTotal will share that content with security professionals to analyze as well.</p>
<p>Is your helpful tool going the way of so many services that get bought by the big guys? No. It seems Google plans to keep the technology up and running, and, in return, gain from the employees&#8217; expertise in the security industry. The two were partners prior to the acquisition.</p>
<p>“Security is incredibly important to our users and we’ve invested many millions of dollars to help keep them safe online,&#8221; a Google spokesperson told VentureBeat in an e-mail. &#8220;VirusTotal also has a strong track record in web security, and we’re delighted to be able to provide them with the infrastructure they need to ensure that their service continues to improve.”</p>
<p><em>via <a href="https://twitter.com/mikko/status/244113819834658817" target="_blank" target="_blank">Mikko Hypponen</a>, hat tip <a href="http://thenextweb.com/google/2012/09/07/google-just-acquired-free-online-virus-scanner-utility-virustotal/" target="_blank" target="_blank">The Next Web</a>; <a href="http://www.shutterstock.com/pic-95199454/stock-photo-medical-doctor-stethoscope-examine-a-computer.html" target="_blank" target="_blank">Computer image</a> via <a href="http://www.shutterstock.com/" target="_blank" target="_blank">Shutterstock</a></em></p>
<br />Filed under: <a href='http://venturebeat.com/category/deals/'>Deals</a>, <a href='http://venturebeat.com/category/security/'>Security</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=527661&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2012/09/07/google-virustotal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2012/09/computer-virus.jpg?w=160" /><source url="http://venturebeat.com/2012/09/07/google-virustotal/">Google buys malware-scanning website VirusTotal</source>
		<media:content url="http://1.gravatar.com/avatar/a73335ff3a637d11555a46ba2b112ded?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">mkel31</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2012/09/computer-virus.jpg" medium="image">
			<media:title type="html">Computer Virus </media:title>
		</media:content>
	</item>
		<item>
		<title>Toll fraud: Lurking thieves steal money through your texts</title>
		<link>http://venturebeat.com/2012/09/06/toll-fraud-lookout-mobile/</link>
		<comments>http://venturebeat.com/2012/09/06/toll-fraud-lookout-mobile/#comments</comments>
		<pubDate>Thu, 06 Sep 2012 23:34:25 +0000</pubDate>
		<dc:creator>Meghan Kelly</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Fakeinst]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[premium SMS]]></category>
		<category><![CDATA[Toll fraud]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=527115</guid>
		<description><![CDATA[<p>Toll fraud -- no, it's not driving through the E-Z pass lane when you pay cash. It's a growing threat to your smartphone, one of the biggest of the year, according to a recent study by security company Lookout&#160;Mobile.</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=527115&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<div class="post-meta-blurb post-meta-before blurb-cat-mobile"><div class="event-boilerplate-mobilebeat">
  <div class="logo-date-wrap">
    <a href="http://mobilebeat2013.com" data-vb-ga-outbound="MB2013boilerplateTOP" target="_blank"><img src="http://venturebeat.files.wordpress.com/2013/02/mobilebeat-boilerplate.png" alt="MobileBeat 2013"></a>
    <div class="date-location">
      <strong>July 9-10, 2013</strong><br>
      San Francisco, CA
    </div>
  </div>
  <a href="http://mobilebeat2013-MB2013boilerplateTOP.eventbrite.com/" class="cta" data-vb-ga-outbound="MB2013boilerplateTOP" target="_blank">Early Bird Tickets on Sale</a>
</div></div><p style="text-align:center;"><a href="http://venturebeat.files.wordpress.com/2012/09/toll-fraud-lookout.png" target="_blank"><img class="size-full wp-image-527206 aligncenter" title="toll-fraud-lookout" src="http://venturebeat.files.wordpress.com/2012/09/toll-fraud-lookout.png?w=655&#038;h=519" alt="" width="655" height="519" /></a></p>
<p>Toll fraud &#8212; no, it&#8217;s not driving through the E-ZPass lane when you pay cash. It&#8217;s a growing threat to your smartphone, and it&#8217;s one of the biggest of the year, according to a <a href="https://www.mylookout.com/resources/reports/state-of-mobile-security-2012" target="_blank" target="_blank">recent study</a> by security company <a href="https://www.mylookout.com/" target="_blank" target="_blank">Lookout Mobile</a>.</p>
<p>&#8220;It&#8217;s abundantly clear that toll fraud is taking over,&#8221; said Derek Halliday, Lookout Mobile&#8217;s lead security project manager in an interview with VentureBeat. &#8220;Malware developers are following the money and that&#8217;s something you can expect them to do. The money is in toll fraud. It&#8217;s the simplest way for a malware writer to steal money.&#8221;</p>
<p>You know those commercials that say, &#8220;Text 555555 to get a new ringtone everyday!&#8221;? When you text to that number, a trusted chain of about five steps happens:</p>
<ol>
<li>A customer texts the number, alerting an aggregator &#8212; working for the ringtone provider &#8212; that he wants to order daily ringtones.</li>
<li>Through the aggregator, the ringtone provider sends a confirmation text message to the customer (or sometimes two depending on that country&#8217;s regulations) to the customer.</li>
<li>That customer approves the charges and starts getting ringtones.</li>
<li>The customer is billed through his wireless carrier.</li>
<li>The wireless carrier receives payment and sends out the ringtone payment to the provider.</li>
</ol>
<p>Make sense? Here&#8217;s how the malware, notably the most popular form called FakeInst, works:</p>
<ol>
<li>A customer downloads an app that sends out an SMS message to that same ringtone provider.</li>
<li>The ringtone provider sends the confirmation message, but instead of reaching the smartphone owner, the malware blocks and confirms the text message before the user ever knows.</li>
<li>The malware writers further jumps in between the wireless carrier and the ringtone provider, pretending to be an aggregator, and collects the money you just paid through your bill.</li>
</ol>
<p><a href="http://venturebeat.files.wordpress.com/2012/09/fakeinst-lookout.png" target="_blank"><img class="alignright  wp-image-527205" title="fakeinst-lookout" src="http://venturebeat.files.wordpress.com/2012/09/fakeinst-lookout.png?w=271&#038;h=334" alt="" width="271" height="334" /></a>Toll fraud strains such as FakeInst are also able to get past antivirus software by masquerading as a new and unique piece of malware. Antivirus software comes packed with a knowledge bank of what different malwares look like and receives updates as new malware is found. But Fakeinst&#8217;s malware writers are able to sneak past antivirus walls simply by inserting a new element, such as an image, into the code. It makes the malware just different enough that the antivirus software can&#8217;t detect it.</p>
<p>The majority of phones infected have been Androids, but that&#8217;s likely because Android phones are able to download apps from anywhere, as opposed to iOS devices, which only accept apps from Apple&#8217;s App Store. But that doesn&#8217;t mean your iPhone isn&#8217;t susceptible.</p>
<p>&#8220;In general the method of fraud &#8212; and toll fraud in particular &#8212; can be cross platform,&#8221; said Halliday &#8220;Anything that&#8217;s able to send a message.&#8221;</p>
<p>And protecting yourself against toll fraud really comes down to some simple measures. Halliday suggests your should check your phone bill, be aware of what you&#8217;re downloading, and to make sure the marketplace you&#8217;re downloading from is trusted.</p>
<p>The bulk of those affected by these types of attacks are not in the United States. Eastern Europe and Russia are the countries being hit the hardest right now. This may be due to lax regulations on confirmation text messages or a variety of unsafe application marketplaces.</p>
<p>That&#8217;s only dealing with hackers interesting in making money off of you, however. What about the threats that users face when it comes to those that break into devices for moral or political reasons. Hacker collectives such as Anonymous often take down websites and steal information to make a point more than to profit.</p>
<p>&#8220;The trends we&#8217;ve seen over the past year do point to people who are trying to make a buck. That&#8217;s far and away the biggest trend we&#8217;ve seen. When you look at things like hacktivism and the risk &#8230; I think it all comes back to what the average user&#8217;s exposure to those types of risk is.&#8221;</p>
<p>Halliday says people should employ &#8220;a healthy degree of skepticism&#8221; in all their activities online, but for now toll fraud just might be a bigger threat.</p>
<p><em>Images via <a href="https://www.mylookout.com/resources/reports/state-of-mobile-security-2012" target="_blank" target="_blank">Lookout Mobile</a></em></p>
<br />Filed under: <a href='http://venturebeat.com/category/mobile/'>Mobile</a>, <a href='http://venturebeat.com/category/security/'>Security</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=527115&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" /><style type="text/css">.blurb-cat-mobile .event-boilerplate-mobilebeat {
width:278px;
margin:0px 0px 10px 20px;
padding:10px;
float:right;
border:1px solid #e4e4e4;
font-family: 'Open Sans', sans-serif;
color:#000;
}
.blurb-cat-mobile .event-boilerplate-mobilebeat .logo-date-wrap {
width:100%;
display:block;
float:left;
margin-bottom:8px;
}
.blurb-cat-mobile .event-boilerplate-mobilebeat img {
float:left;
}
.blurb-cat-mobile .event-boilerplate-mobilebeat .date-location {
float:right;
font-size:12px;
line-height:14px;
text-align:center;
padding-left:7px;
padding-top:5px;
padding-bottom:3px;
border-left:1px solid #e6e6e6;
color:#585a5b;
}
.blurb-cat-mobile .event-boilerplate-mobilebeat .cta {
display:block;
clear:both;
width:100%;
border-radius:5px;
border:1px solid #1864b1;
color:#fff;
text-shadow: 0px -1px 0px rgba(0,0,0,0.3);
text-align:center;
text-decoration:none;
font-weight:600;
font-size:18px;
line-height:17px;
padding:4px 0px 6px 0px;
background: #1f80e4;
background: -moz-linear-gradient(top,  #1f80e4 0%, #1862ae 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1f80e4), color-stop(100%,#1862ae));
background: -webkit-linear-gradient(top,  #1f80e4 0%,#1862ae 100%);
background: -o-linear-gradient(top,  #1f80e4 0%,#1862ae 100%);
background: -ms-linear-gradient(top,  #1f80e4 0%,#1862ae 100%);
background: linear-gradient(to bottom,  #1f80e4 0%,#1862ae 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f80e4', endColorstr='#1862ae',GradientType=0 );
}</style>]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2012/09/06/toll-fraud-lookout-mobile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2012/09/fakeinst-lookout.png?w=113" /><source url="http://venturebeat.com/2012/09/06/toll-fraud-lookout-mobile/">Toll fraud: Lurking thieves steal money through your texts</source>
		<media:content url="http://1.gravatar.com/avatar/a73335ff3a637d11555a46ba2b112ded?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">mkel31</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2012/09/toll-fraud-lookout.png" medium="image">
			<media:title type="html">toll-fraud-lookout</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2012/09/fakeinst-lookout.png" medium="image">
			<media:title type="html">fakeinst-lookout</media:title>
		</media:content>
	</item>
		<item>
		<title>Sorry, Google fanboys: Android security suffers as malware explodes by 700%</title>
		<link>http://venturebeat.com/2012/09/04/sorry-google-fanboys-android-security-sucks-hard-as-malware-explodes-by-700/</link>
		<comments>http://venturebeat.com/2012/09/04/sorry-google-fanboys-android-security-sucks-hard-as-malware-explodes-by-700/#comments</comments>
		<pubDate>Tue, 04 Sep 2012 16:01:11 +0000</pubDate>
		<dc:creator>John Koetsier</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[drive-by]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[hacker]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[McAfee]]></category>
		<category><![CDATA[smartphone]]></category>
		<category><![CDATA[virus]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=524794</guid>
		<description><![CDATA[<p>Mobile malware has exploded this year, growing almost 700 percent over 2011 numbers. Almost all of it, perhaps 85 percent, targets smartphones running&#160;Android.</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=524794&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<div class="post-meta-blurb post-meta-before blurb-cat-mobile"><div class="event-boilerplate-mobilebeat">
  <div class="logo-date-wrap">
    <a href="http://mobilebeat2013.com" data-vb-ga-outbound="MB2013boilerplateTOP" target="_blank"><img src="http://venturebeat.files.wordpress.com/2013/02/mobilebeat-boilerplate.png" alt="MobileBeat 2013"></a>
    <div class="date-location">
      <strong>July 9-10, 2013</strong><br>
      San Francisco, CA
    </div>
  </div>
  <a href="http://mobilebeat2013-MB2013boilerplateTOP.eventbrite.com/" class="cta" data-vb-ga-outbound="MB2013boilerplateTOP" target="_blank">Early Bird Tickets on Sale</a>
</div></div><p><a href="http://venturebeat.com/2012/09/04/sorry-google-fanboys-android-security-sucks-hard-as-malware-explodes-by-700/security-keys/" rel="attachment wp-att-524823"><img class="aligncenter size-full wp-image-524823" title="security-keys" src="http://venturebeat.files.wordpress.com/2012/09/security-keys.jpg?w=665&#038;h=445" alt="" width="665" height="445" /></a>Getting your data back might cost you big time. Same for not having &#8220;those pictures&#8221; spread all over the Internet. And that&#8217;s just one of the new attack vectors targeting Android phones in the past few months, <a href="http://www.businesswire.com/news/home/20120904005649/en/McAfee-Threats-Report-Shows-Largest-Malware-Rise" target="_blank">according</a> to security firm McAfee.</p>
<div id="attachment_524801" class="wp-caption alignright" style="width: 310px"><a href="http://venturebeat.com/2012/09/04/sorry-google-fanboys-android-security-sucks-hard-as-malware-explodes-by-700/screen-shot-2012-09-04-at-8-32-27-am/" rel="attachment wp-att-524801"><img class="size-medium wp-image-524801" title="Screen Shot 2012-09-04 at 8.32.27 AM" src="http://venturebeat.files.wordpress.com/2012/09/screen-shot-2012-09-04-at-8-32-27-am.png?w=300&#038;h=165" alt="" width="300" height="165" /></a><div class="vb_image_source"><span>Source:</span> McAfee</div><p class="wp-caption-text">Malware samples found so far</p></div>
<p>Mobile malware tracked by McAfee has exploded this year, growing almost 700 percent over 2011 numbers. Almost all of it, perhaps 85 percent, targets smartphones running Android.</p>
<p>The attacks range from the traditional and fairly well known email-with-bogus-attachments to the downright Machiavellian: drive-by downloads. Similarly to desktop drive-bys, simply visiting a site initiates the attack.</p>
<p>Once they&#8217;re in, your data can be held hostage as &#8220;ransomware&#8221; threatens deletion &#8212; or publication &#8212; unless you pay up.</p>
<p>Users still need to authorize an install, but as McAfee says, &#8220;when an attacker names the file Android System Update 4.0.apk, most suspicions vanish.&#8221; That&#8217;s because it looks like an official update to the Android operating system.</p>
<p>In the past three months alone, McAfee has seen 2.7 million new websites on 300,000 new domains that are either infected or created specifically by malware authors to trap the unwary.</p>
<p>The big surprise in the huge increase on Android isn&#8217;t that Android is being attacked: Google&#8217;s smartphone platform has been a key focus for the bad guys for some time. The big surprise is that Google has not managed to stem the tide in any significant way.</p>
<div id="attachment_524814" class="wp-caption alignright" style="width: 310px"><a href="http://venturebeat.com/2012/09/04/sorry-google-fanboys-android-security-sucks-hard-as-malware-explodes-by-700/screen-shot-2012-09-04-at-8-43-29-am/" rel="attachment wp-att-524814"><img class="size-medium wp-image-524814" title="Mobile malware by platform" src="http://venturebeat.files.wordpress.com/2012/09/screen-shot-2012-09-04-at-8-43-29-am.png?w=300&#038;h=263" alt="" width="300" height="263" /></a><div class="vb_image_source"><span>Source:</span> McAfee</div><p class="wp-caption-text">Mobile malware by platform &#8230; where&#8217;s iOS?</p></div>
<p>Security concerns on Android should not be news to Google, and Google should be putting security at the top of its list of priorities. But Google&#8217;s <a href="http://venturebeat.com/2012/02/02/android-malware-bouncer/">Bouncer software</a>, which is supposed to be protecting users by scanning apps on Google Play for any malicious code or behavior, often appears to be <a href="http://venturebeat.com/2012/06/04/android-bouncer-hack/">asleep at the switch and easily fooled</a>.</p>
<p>Shades of <a href="http://venturebeat.com/2012/08/06/olympics-android-app/">London Olympics Widget</a>, anyone?</p>
<p>Even worse, Bouncer can only scan Google Play, the official Android app store, not Amazon&#8217;s Android market, or any of the other Android markets that appear.</p>
<p>That&#8217;s bad news for Android users, bad news for Android, and bad news for Google. McAfee&#8217;s &#8220;Total Mobile Malware by Platform&#8221; graphic doesn&#8217;t even show Google&#8217;s biggest competitor in the smartphone war: Apple&#8217;s iOS.</p>
<p>See that tiny purple sliver? IOS is buried in there, somewhere. Security is so tiny an issue, in spite of a recent <a href="http://venturebeat.com/2012/08/17/ios-sms-text-security-flaw/">SMS spoofing issue</a>, an <a href="http://venturebeat.com/2012/07/21/osx-in-app-purchase-hack/">in-app purchasing problem</a>, and <a href="http://venturebeat.com/2012/07/05/find-and-call-ios-malware/">one discovered Trojan</a> on the app store, Apple doesn&#8217;t even get its own slice.</p>
<p>The answer can&#8217;t just be the standard &#8220;educate the users.&#8221; The users aren&#8217;t going to get it on their own.</p>
<p>Google needs to do more to ensure its mobile platform is safe and secure.</p>
<p><em>photo credit: <a href="http://www.flickr.com/photos/kk/23390123/" target="_blank">kk+</a> via <a href="http://photopin.com" target="_blank">photo pin</a> <a href="http://creativecommons.org/licenses/by-nc-sa/2.0/" target="_blank">cc</a></em></p>
<br />Filed under: <a href='http://venturebeat.com/category/business/'>Business</a>, <a href='http://venturebeat.com/category/mobile/'>Mobile</a>, <a href='http://venturebeat.com/category/security/'>Security</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=524794&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" /><style type="text/css">.blurb-cat-mobile .event-boilerplate-mobilebeat {
width:278px;
margin:0px 0px 10px 20px;
padding:10px;
float:right;
border:1px solid #e4e4e4;
font-family: 'Open Sans', sans-serif;
color:#000;
}
.blurb-cat-mobile .event-boilerplate-mobilebeat .logo-date-wrap {
width:100%;
display:block;
float:left;
margin-bottom:8px;
}
.blurb-cat-mobile .event-boilerplate-mobilebeat img {
float:left;
}
.blurb-cat-mobile .event-boilerplate-mobilebeat .date-location {
float:right;
font-size:12px;
line-height:14px;
text-align:center;
padding-left:7px;
padding-top:5px;
padding-bottom:3px;
border-left:1px solid #e6e6e6;
color:#585a5b;
}
.blurb-cat-mobile .event-boilerplate-mobilebeat .cta {
display:block;
clear:both;
width:100%;
border-radius:5px;
border:1px solid #1864b1;
color:#fff;
text-shadow: 0px -1px 0px rgba(0,0,0,0.3);
text-align:center;
text-decoration:none;
font-weight:600;
font-size:18px;
line-height:17px;
padding:4px 0px 6px 0px;
background: #1f80e4;
background: -moz-linear-gradient(top,  #1f80e4 0%, #1862ae 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1f80e4), color-stop(100%,#1862ae));
background: -webkit-linear-gradient(top,  #1f80e4 0%,#1862ae 100%);
background: -o-linear-gradient(top,  #1f80e4 0%,#1862ae 100%);
background: -ms-linear-gradient(top,  #1f80e4 0%,#1862ae 100%);
background: linear-gradient(to bottom,  #1f80e4 0%,#1862ae 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f80e4', endColorstr='#1862ae',GradientType=0 );
}</style>]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2012/09/04/sorry-google-fanboys-android-security-sucks-hard-as-malware-explodes-by-700/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2012/09/security-keys.jpg?w=160" /><source url="http://venturebeat.com/2012/09/04/sorry-google-fanboys-android-security-sucks-hard-as-malware-explodes-by-700/">Sorry, Google fanboys: Android security suffers as malware explodes by 700%</source>
		<media:thumbnail url="http://venturebeat.files.wordpress.com/2012/09/security-keys.jpg?w=160" />
		<media:content url="http://venturebeat.files.wordpress.com/2012/09/security-keys.jpg?w=160" medium="image">
			<media:title type="html">security-keys</media:title>
		</media:content>

		<media:content url="http://0.gravatar.com/avatar/6d4d24b12c84be6eecddf121bc3fee48?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">johnkoetsier</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2012/09/security-keys.jpg" medium="image">
			<media:title type="html">security-keys</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2012/09/screen-shot-2012-09-04-at-8-32-27-am.png?w=300" medium="image">
			<media:title type="html">Screen Shot 2012-09-04 at 8.32.27 AM</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2012/09/screen-shot-2012-09-04-at-8-43-29-am.png?w=300" medium="image">
			<media:title type="html">Mobile malware by platform</media:title>
		</media:content>
	</item>
		<item>
		<title>Oracle fixes critical hole in Java, may have known about the issue for months</title>
		<link>http://venturebeat.com/2012/08/30/oracle-java-hole-fix/</link>
		<comments>http://venturebeat.com/2012/08/30/oracle-java-hole-fix/#comments</comments>
		<pubDate>Fri, 31 Aug 2012 01:16:37 +0000</pubDate>
		<dc:creator>Meghan Kelly</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Java 7]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[vulnerabilities]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=523297</guid>
		<description><![CDATA[<p>Oracle patched the hole in Java 7 that allows hackers to secretly download malware to your computer today, in an uncharacteristic update to its software. But it seems the company knew about the issue far longer than the rest of&#160;us.</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=523297&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://venturebeat.files.wordpress.com/2012/08/oracle-hq-black-white.jpg" target="_blank"><img class="aligncenter size-full wp-image-523321" title="Oracle Headquarters" src="http://venturebeat.files.wordpress.com/2012/08/oracle-hq-black-white.jpg?w=692&#038;h=472" alt="Oracle Headquarters" width="692" height="472" /></a></p>
<p>Oracle patched the <a href="http://venturebeat.com/2012/08/28/java-7-exploit/" target="_blank">hole in Java 7</a> that allows hackers to secretly download malware to your computer today in an uncharacteristic update to its software, according to <a href="http://www.forbes.com/sites/andygreenberg/2012/08/30/oracle-quietly-releases-fix-for-serious-java-security-bug-months-after-it-was-reported/" target="_blank" target="_blank">Forbes</a>. But it seems the company knew about the issue far longer than the rest of us.</p>
<p>Oracle usually only pushes out updates to its Java software on a quarterly basis, and many did not expect the company to provide a patch for this hole. Indeed, researchers suggested people who did not need to use Java should turn it off just in case. But while the patch is a positive step toward protecting Java users, security researchers at Security Explorations are saying that they told Oracle about the issues four months ago.</p>
<p>The security firm <a href="http://www.security-explorations.com/en/SE-2012-01-status.html" target="_blank" target="_blank">released a list</a> of all the vulnerability reports it supposedly sent to Oracle in April, as well as confirmation that the Java creator received the bug reports. In it, Oracle says it received the report, and pushes a code update in June, but &#8220;continues to investigate&#8221; other existing issues into August.</p>
<p>The vulnerability in Java 7 Runtime allowed malware writers to push viruses to both PC and Mac computers since both are compatible with the software. It reminded researchers of the Java vulnerability that enabled the Flashback virus that forced Mac users to realize that the Apple-made computers are not impervious to malware. Exploits seen in the wild, however, only attacked PC computers, more than likely because PCs are a larger, more profitable market for hackers.</p>
<p>People &#8220;caught&#8221; the virus by visiting infected websites. The malware executed a download when the webpage opened, and it did not give any signals that it was downloading other than a few people who saw a &#8220;loading&#8221; sign over a java icon pop up and disappear.</p>
<p>The vulnerability was even being sold as part of an exploit kit in the hacker underground market. Find the patch for the hole on Java&#8217;s website.</p>
<p><em>via <a href="http://www.forbes.com/sites/andygreenberg/2012/08/30/oracle-quietly-releases-fix-for-serious-java-security-bug-months-after-it-was-reported/" target="_blank" target="_blank">Forbes</a>; <a href="http://www.flickr.com/photos/markcoggins/160115925/sizes/l/in/photostream/" target="_blank" target="_blank">Oracle HQ image</a> via <a href="http://www.flickr.com/photos/markcoggins/"id="yui_3_5_1_3_1346375701613_294"  target="_blank">Mark Coggins</a>/Flickr</em></p>
<br />Filed under: <a href='http://venturebeat.com/category/security/'>Security</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=523297&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2012/08/30/oracle-java-hole-fix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2012/08/oracle-hq-black-white.jpg?w=160" /><source url="http://venturebeat.com/2012/08/30/oracle-java-hole-fix/">Oracle fixes critical hole in Java, may have known about the issue for months</source>
		<media:content url="http://1.gravatar.com/avatar/a73335ff3a637d11555a46ba2b112ded?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">mkel31</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2012/08/oracle-hq-black-white.jpg" medium="image">
			<media:title type="html">Oracle Headquarters</media:title>
		</media:content>
	</item>
		<item>
		<title>New hole in Java opens doors to more Mac malware</title>
		<link>http://venturebeat.com/2012/08/28/java-7-exploit/</link>
		<comments>http://venturebeat.com/2012/08/28/java-7-exploit/#comments</comments>
		<pubDate>Wed, 29 Aug 2012 01:53:02 +0000</pubDate>
		<dc:creator>Meghan Kelly</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Exploit]]></category>
		<category><![CDATA[Java 7]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[Vulnerability]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=521423</guid>
		<description><![CDATA[<p>A new vulnerability in Java 7 may let hackers attack Apple computers, bringing back memories of the recent Flashback trojan that may have been stealing up to $10,000 a day in ad&#160;revenue.</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=521423&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://venturebeat.files.wordpress.com/2012/08/oracle-hq.jpg" target="_blank"><img class="aligncenter size-full wp-image-521447" title="Oracle Headquarters" src="http://venturebeat.files.wordpress.com/2012/08/oracle-hq.jpg?w=656&#038;h=472" alt="Oracle Headquarters" width="656" height="472" /></a></p>
<p>A newly discovered vulnerability in Java 7 may let hackers attack Apple computers, bringing back memories of the recent Flashback trojan that may have been stealing up to $10,000 a day in ad revenue.</p>
<p>The hole was found in Oracle&#8217;s latest Java 7 runtime and exploits are already seen using the vulnerability to attack Windows PCs. The virus enters a computer when the user visits a website. That&#8217;s it. The website may appear blank, but in the background, the malware is downloading to the computer. According to <a href="http://news.cnet.com/8301-1009_3-57501517-83/new-java-7-exploit-can-potentially-affect-macs/" target="_blank" target="_blank">CNET</a>, some may see the word &#8220;loading&#8221; over the Java icon for a second.</p>
<p>Because the malware takes advantage of a hole in Java 7, it could lead malware writers to attack Mac systems that also use Java.</p>
<p>&#8220;Exploit kits&#8221; are now being sold in black markets that include the vulnerability &#8212; meaning we could see some real malware taking advantage of the hole soon.</p>
<p>The vulnerability nods to the Flashback trojan, which some say affected hundreds of thousands of Mac computers earlier this year, and gamed Google to steal <a href="http://venturebeat.com/2012/05/01/flashback-trojan-ad-revenue/" target="_blank">advertising revenue in searches</a>. The trojan helped Mac users realize that though Apple products have been predominately the &#8220;safer&#8221; option between a Mac and a PC, they aren&#8217;t invincible. Flashback also exploited a hole in Java, which was later patched by Apple.</p>
<p>As CNET notes, Oracle only updates its Java runtime software once a quarter and doesn&#8217;t often deviate from that pattern. Thus, the only way to really ensure your safety against the vulnerability is to fully uninstall Java 7. This may be a pain for some who use it regularly, and for third parties may come out with patches of their own. But otherwise, it&#8217;s probably a good idea to take it offline before someone really exploits the hole.</p>
<p><em>via <a href="http://news.cnet.com/8301-1009_3-57501517-83/new-java-7-exploit-can-potentially-affect-macs/" target="_blank" target="_blank">Cnet</a>; <a href="http://www.flickr.com/photos/peterkaminski/3772015/sizes/l/in/photostream/" target="_blank" target="_blank">Oracle image</a> via <a href="http://www.flickr.com/photos/peterkaminski/" target="_blank">Peter Kaminski</a>/Flickr</em></p>
<br />Filed under: <a href='http://venturebeat.com/category/business/'>Business</a>, <a href='http://venturebeat.com/category/security/'>Security</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=521423&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2012/08/28/java-7-exploit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2012/08/oracle-hq.jpg?w=160" /><source url="http://venturebeat.com/2012/08/28/java-7-exploit/">New hole in Java opens doors to more Mac malware</source>
		<media:content url="http://1.gravatar.com/avatar/a73335ff3a637d11555a46ba2b112ded?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">mkel31</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2012/08/oracle-hq.jpg" medium="image">
			<media:title type="html">Oracle Headquarters</media:title>
		</media:content>
	</item>
		<item>
		<title>These two tools determine if you have the Gauss virus</title>
		<link>http://venturebeat.com/2012/08/10/gauss-detection-tool/</link>
		<comments>http://venturebeat.com/2012/08/10/gauss-detection-tool/#comments</comments>
		<pubDate>Fri, 10 Aug 2012 23:38:47 +0000</pubDate>
		<dc:creator>Meghan Kelly</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[detection tools]]></category>
		<category><![CDATA[Duqu]]></category>
		<category><![CDATA[Flame]]></category>
		<category><![CDATA[Gauss]]></category>
		<category><![CDATA[Lebanon]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[Stuxnet]]></category>
		<category><![CDATA[viruses]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=507171</guid>
		<description><![CDATA[<p>Researchers at security firms Kaspersky Lab and Crysys Lab released tools today to detect if your computer is infected by the Gauss virus, a piece of malware that focuses on stealing bank account login&#160;credentials.</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=507171&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://venturebeat.files.wordpress.com/2012/08/lebanon-bank.jpg" target="_blank"><img class="alignright size-full wp-image-506457" title="Lebanon bank" src="http://venturebeat.files.wordpress.com/2012/08/lebanon-bank.jpg?w=655&#038;h=427" alt="Lebanon bank" width="655" height="427" /></a></p>
<p>Researchers at security firms Kaspersky Lab and Crysys Lab released tools today to detect if your computer is infected by the Gauss virus, a piece of malware that focuses on stealing bank account login credentials.</p>
<p>Gauss was <a href="http://venturebeat.com/2012/08/09/guass-bank-stuxnet-flame/" target="_blank">discovered yesterday by Kaspersky Lab</a>, and its function is to steal access credentials to Lebanese banks. These include the Bank of Beirut, BlomBank, EBLF, ByblosBank, Credit Libanais, and FransaBank. It also steals information for Citibank and PayPal. On top of that, the malware grabs browser history, cookies, passwords, system configurations, and more. Researchers have not been able to get much information about the builders themselves, as the command and control servers were shut down, leaving the malware in limbo.</p>
<p>Gauss is related to a number of high-profile viruses including Stuxnet, which became famous after attacking nuclear plants in Iran in 2010, and its sister malware, Duqu. It is also related to the recently infamous Flame, which has been referred to as a major advancement in cyberespionage.</p>
<p>Gauss and Flame are closer together in relation. Kaspersky says the two share nearly identical features and were built off of the same code base. The firm says Stuxnet&#8217;s creators probably worked closely with those of Gauss and may have even shared source code.</p>
<p>Find the Kaspersky detector <a href="https://www.securelist.com/en/blog/724/Online_Detection_of_Gauss" target="_blank" target="_blank">here</a> and the Crysys detector <a href="http://gauss.crysys.hu/results.php" target="_blank" target="_blank">here</a>.</p>
<p><em>via <a href="http://bits.blogs.nytimes.com/2012/08/10/got-gauss-tool-helps-spot-lebanon-focused-virus-on-pcs/" target="_blank" target="_blank">The New York Times</a>; <a href="http://www.shutterstock.com/pic-52310254/stock-photo-a-collection-of-outdated-lebanese-coins-and-paper-bills.html" target="_blank" target="_blank">Image</a> via <a href="http://www.shutterstock.com/"title="Shutterstock"  target="_blank" target="_blank">Shutterstock</a></em></p>
<br />Filed under: <a href='http://venturebeat.com/category/security/'>Security</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=507171&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" /><div class="post-meta-blurb post-meta-after blurb-cat-dev"><hr />

<a href="http://spr.ly/SAPStartups" data-vb-ga-outbound="SAPboilerplate" target="_blank"><img class="alignleft  wp-image-733023" alt="SAP Startup Focus" src="http://venturebeat.files.wordpress.com/2011/05/sap-sfp-vert11.png" width="135" height="88" /></a>Big Data and Predictive/Real-time Analytics startups: Are you looking to jumpstart development &amp; accelerate market traction? Sign up for the SAP Startup Focus program to receive technology, support, resources and community to help you develop new applications on SAP HANA, a cutting edge database platform. <a href="http://spr.ly/SAPStartups" data-vb-ga-outbound="SAPboilerplate" target="_blank">Get started here</a>, and enter promo code “VB2013″ on the form.

<hr /></div><style type="text/css">.blurb-cat-dev hr {
margin: 10px 0 10px 0;
}</style>]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2012/08/10/gauss-detection-tool/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2012/08/lebanon-bank.jpg" /><source url="http://venturebeat.com/2012/08/10/gauss-detection-tool/">These two tools determine if you have the Gauss virus</source>
		<media:content url="http://1.gravatar.com/avatar/a73335ff3a637d11555a46ba2b112ded?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">mkel31</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2012/08/lebanon-bank.jpg" medium="image">
			<media:title type="html">Lebanon bank</media:title>
		</media:content>
	</item>
		<item>
		<title>Malware related to Stuxnet and Flame found stealing bank information</title>
		<link>http://venturebeat.com/2012/08/09/guass-bank-stuxnet-flame/</link>
		<comments>http://venturebeat.com/2012/08/09/guass-bank-stuxnet-flame/#comments</comments>
		<pubDate>Thu, 09 Aug 2012 21:33:55 +0000</pubDate>
		<dc:creator>Meghan Kelly</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[banks]]></category>
		<category><![CDATA[Duqu]]></category>
		<category><![CDATA[Flame]]></category>
		<category><![CDATA[Gauss]]></category>
		<category><![CDATA[malware]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=506411</guid>
		<description><![CDATA[<p>Kaspersky Lab announced a new piece of malware that specializes in obtaining login information for bank accounts in the Middle East. It's called Gauss and is linked to Flame, Stuxnet, and&#160;Duqu.</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=506411&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://venturebeat.files.wordpress.com/2012/08/lebanon-bank.jpg" target="_blank"><img class="alignright size-full wp-image-506457" title="Lebanon bank" src="http://venturebeat.files.wordpress.com/2012/08/lebanon-bank.jpg?w=655&#038;h=427" alt="Lebanon bank" width="655" height="427" /></a></p>
<p><a href="http://www.businesswire.com/news/home/20120809005738/en/Kaspersky-Lab-Discovers-%E2%80%98Gauss%E2%80%99-%E2%80%93-Complex-Cyber-Threat" target="_blank" target="_blank">Kaspersky Lab</a> announced that it&#8217;s discovered a new piece of malware that specializes in obtaining login information for bank accounts in the Middle East. It&#8217;s called Gauss and is linked to Flame, Stuxnet, and Duqu.</p>
<p>&#8220;Gauss is a complex cyberespionage toolkit, with its design emphasizing stealth and secrecy; however, its purpose was different to Flame or Duqu,&#8221; said Kaspersky Lab chief security expert Alexander Gostev in a statement. &#8220;Gauss targets multiple users in select countries to steal large amounts of data, with a specific focus on banking and financial information.”</p>
<p>Kaspersky found the malware after digging deeper into Flame, a virus uncovered in May that was billed as one of the most advanced cyberespionage tools to date. Researchers said the malware has &#8220;striking resemblances&#8221; to Flame in the way it was designed. It seems Gauss shares the same source code from which Flame was built. But its actions are slightly different. While Flame installed a keylogger, turned on the computer&#8217;s microphone to record audio, and monitored &#8220;communications apps&#8221; such as IM, Gauss is focused on obtaining financial information.</p>
<p>Gauss is tailored to steal &#8220;access credentials&#8221; to Lebanese banks, which include the Bank of Beirut, EBLF, BlomBank, ByblosBank, FransaBank, and Credit Libanais. Non-Lebanese entities that are also targets include Citibank and PayPal. This information, along with browser history, cookies, passwords, system configurations, and more, is sent back to the command and control servers. The malware, however, is in a veritable holding pattern since the command and control servers were shut down in July.</p>
<p>Kaspersky estimates that the number of infections are in the tens of thousands, but as of May around 2,500 infections were recorded. This is lower than Stuxnet, but higher than Flame, which Kaspersky says had around 700 infections.</p>
<p>In June, Kaspersky <a href="http://venturebeat.com/2012/06/11/flame-and-stuxnet-malware-linked-says-kaspersky/" target="_blank">linked Flame to Stuxnet</a>, the famous malware that hit Iran&#8217;s nuclear infrastructure in 2010. Many of Flames functions looked identical to those of Stuxnet&#8217;s, spurring Kasperky to dig deeper into the connection. Now the research firm says the two may have had creators that worked closely together, even sharing some of the same source code.</p>
<p>Gauss is the latest member of the family.</p>
<p><em>hat tip <a href="http://www.wired.com/threatlevel/2012/08/gauss-espionage-tool/" target="_blank" target="_blank">Wired</a>; <a href="http://www.shutterstock.com/pic-52310254/stock-photo-a-collection-of-outdated-lebanese-coins-and-paper-bills.html" target="_blank" target="_blank">I</a><a href="http://www.shutterstock.com/pic-52310254/stock-photo-a-collection-of-outdated-lebanese-coins-and-paper-bills.html" target="_blank" target="_blank">mage</a> via <a href="http://www.shutterstock.com/" target="_blank" target="_blank">Shutterstock</a></em></p>
<br />Filed under: <a href='http://venturebeat.com/category/business/'>Business</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=506411&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2012/08/09/guass-bank-stuxnet-flame/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2012/08/lebanon-bank.jpg?w=160" /><source url="http://venturebeat.com/2012/08/09/guass-bank-stuxnet-flame/">Malware related to Stuxnet and Flame found stealing bank information</source>
		<media:content url="http://1.gravatar.com/avatar/a73335ff3a637d11555a46ba2b112ded?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">mkel31</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2012/08/lebanon-bank.jpg" medium="image">
			<media:title type="html">Lebanon bank</media:title>
		</media:content>
	</item>
		<item>
		<title>Bit9 raises $34.5M to fight cybercrime (and maybe the League of Shadows)</title>
		<link>http://venturebeat.com/2012/07/30/bit9-raises-34-5m-to-fight-cybercrime-and-maybe-the-league-of-shadows/</link>
		<comments>http://venturebeat.com/2012/07/30/bit9-raises-34-5m-to-fight-cybercrime-and-maybe-the-league-of-shadows/#comments</comments>
		<pubDate>Mon, 30 Jul 2012 16:51:59 +0000</pubDate>
		<dc:creator>Rebecca Grant</dc:creator>
				<category><![CDATA[Deals]]></category>
		<category><![CDATA[cyber]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=499387</guid>
		<description><![CDATA[<p>Online security company Bit9 just announced the close of $34.5 million funding from some of the biggest names in venture capital. This is Bit9&#8242;s fourth round, and it&#8217;s led by Sequoia Capital. The round also includes existing investors Atlas Ventures,&#160;&#8230;</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=499387&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://venturebeat.com/2012/07/30/bit9-raises-34-5m-to-fight-cybercrime-and-maybe-the-league-of-shadows/dark-knigiht/" rel="attachment wp-att-499390"><img class="alignnone size-full wp-image-499390" title="dark knigiht" src="http://venturebeat.files.wordpress.com/2012/07/dark-knigiht.jpg?w=640&#038;h=294" alt="" width="640" height="294" /></a>Online security company <a href="http://bit9.com" target="_blank">Bit9</a> just announced the close of $34.5 million funding from some of the biggest names in venture capital. This is Bit9&#8242;s fourth round, and it&#8217;s led by Sequoia Capital. The round also includes existing investors Atlas Ventures, Highland Capital Partners, Kleiner Perkins Caufield &amp; Byers, and .406 Ventures.</p>
<p>With cybercrime on the rise, it&#8217;s become increasingly important to protect organizations against it. Bit9 combats advanced persistent threats that standard virus protection software, like McAfee and Symantec, do not.</p>
<p>The technology uses real-time sensors, monitoring, and application control to protect endpoints and servers from malicious attacks. The &#8220;whitelisting&#8221; feature allows only trusted programs to run and blocks banned software. If a breach occurs, Bit9 Parity will lock down the system so no new software can run.</p>
<p>This is the largest round in Bit9&#8242;s history, just about doubling its total funding raised over previous rounds. The company has grown 100 percent each year for the past two years and currently protects more than 700 organizations across multiple industries, like education, finance, enterprise, government, healthcare, retail and utilizes, from cyber attacks.</p>
<p>Bit9 is based in Waltham, Massachusetts.</p>
<br />Filed under: <a href='http://venturebeat.com/category/deals/'>Deals</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=499387&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2012/07/30/bit9-raises-34-5m-to-fight-cybercrime-and-maybe-the-league-of-shadows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2012/07/dark-knigiht.jpg?w=160" /><source url="http://venturebeat.com/2012/07/30/bit9-raises-34-5m-to-fight-cybercrime-and-maybe-the-league-of-shadows/">Bit9 raises $34.5M to fight cybercrime (and maybe the League of Shadows)</source>
		<media:content url="http://0.gravatar.com/avatar/fec4e66421afed673eb1ac50b8f839d8?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">rebeccaggrant</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2012/07/dark-knigiht.jpg" medium="image">
			<media:title type="html">dark knigiht</media:title>
		</media:content>
	</item>
		<item>
		<title>Report suggests malware hits Iran atomic organization, blasts AC/DC at night</title>
		<link>http://venturebeat.com/2012/07/23/iran-atomic-organization-malware/</link>
		<comments>http://venturebeat.com/2012/07/23/iran-atomic-organization-malware/#comments</comments>
		<pubDate>Mon, 23 Jul 2012 17:00:42 +0000</pubDate>
		<dc:creator>Meghan Kelly</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[AEOI]]></category>
		<category><![CDATA[atomic energy]]></category>
		<category><![CDATA[Flame]]></category>
		<category><![CDATA[Iran]]></category>
		<category><![CDATA[Madi]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[Stuxnet]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=495575</guid>
		<description><![CDATA[</p>
<p>A purported Iran scientist working for the Atomic Energy Organization of Iran e-mailed an SOS to F-Secure Chief Research Officer Mikko Hypponen this weekend, saying the AEOI was under a cyber attack.</p>
<p>Hypponen, who is well-regarded in the security community,&#160;&#8230;</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=495575&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://venturebeat.files.wordpress.com/2012/07/atomic-power.jpg" target="_blank"><img class="aligncenter size-full wp-image-495597" title="Atomic power" src="http://venturebeat.files.wordpress.com/2012/07/atomic-power.jpg?w=655&#038;h=437" alt="Atomic power plant malware Iran" width="655" height="437" /></a></p>
<p>A purported Iran scientist working for the Atomic Energy Organization of Iran e-mailed an SOS to F-Secure Chief Research Officer Mikko Hypponen this weekend, saying the AEOI was under a cyber attack.</p>
<p>Hypponen, who is well-regarded in the security community, published a <a href="http://www.f-secure.com/weblog/archives/00002403.html" target="_blank" target="_blank">blog post</a> this morning saying he can&#8217;t confirm the details, or even existence of the attack, but he can confirm that the e-mails were being sent from within the AEOI.</p>
<p>It sounds like the AEOI may have been hit with an infrastructure-targeting malware attack, similar to those that have plagued the Middle East since 2010 starting with Stuxnet. However, there&#8217;s no independent confirmation of this attack&#8217;s existence.</p>
<p>According to the e-mail, the malware shut down the AEOI &#8220;automation network&#8221; in its Natanz and Fordo facilities. The &#8220;scientist&#8221; specifically mentions Siemens hardware, which could be a reference to SCADA systems, or control systems that electronically monitor and power various pieces of industrial infrastructure. These systems were targeted by the Stuxnet virus that brought down part of Iran&#8217;s nuclear fuel systems in 2010. He also mentions that the malware turned on computer&#8217;s volumes to high and blasted what appeared to be &#8216;Thunderstruck&#8217; by AC/DC. Cyber criminals have to have a little humor too.</p>
<p>Iran has been the target of quite a few new pieces of malware this year, including the <a href="http://venturebeat.com/2012/05/28/flame-stuxnet/"title="“Incredibly sophisticated” cyber war tool unveiled today, hitting the Middle East"  target="_blank">latest Flame malware</a> that many describe as one of the biggest advancements in cyber espionage to date. The virus comes with 20 different modules that, when unpacked, spy on the infected computer, sending data back to its command and control servers. It detects when you&#8217;re using a communications app such as IM or Gmail, and takes screenshots to record your conversation. It can also turn on the computer&#8217;s microphone and record audio in the vicinity, sniff network traffic, log your keystrokes, and more.</p>
<p>Some say the <a href="http://venturebeat.com/2012/06/20/us-israel-created-flame-to-target-irans-nuclear-program-sources-confirm/" target="_blank">U.S. and Israel</a> came together to create Flame &#8212; the same is said of <a href="http://venturebeat.com/2012/06/01/stuxnet-us-israel-iran/" target="_blank">Stuxnet</a>.</p>
<p>A similar piece of malware called Madi was also <a href="http://venturebeat.com/2012/07/17/madi-flame-malware/" target="_blank">uncovered recently</a>. Madi enters the system through phishing e-mails. When an attachment in the e-mail is opened and installed, Madi opens up a decoy Word Document or PowerPoint presentation, while quietly downloading the malware in the background. Like Flame, the trojan knows when a communications app is open and takes screenshots, as well as records audio, and logs keystrokes.</p>
<p>Both Flame and Madi attack critical infrastructure firms and government entities.</p>
<p>Whether or not this new attack is real, whether it is associated with either malware, and whether this is a new strain, are all still unknown. See the full e-mail below:</p>
<blockquote><p>I am writing you to inform you that our nuclear program has once again been compromised and attacked by a new worm with exploits which have shut down our automation network at Natanz and another facility Fordo near Qom.</p>
<p>According to the email our cyber experts sent to our teams, they believe a hacker tool Metasploit was used. The hackers had access to our VPN. The automation network and Siemens hardware were attacked and shut down. I only know very little about these cyber issues as I am scientist not a computer expert.</p>
<p>There was also some music playing randomly on several of the workstations during the middle of the night with the volume maxed out. I believe it was playing &#8216;Thunderstruck&#8217; by AC/DC.</p></blockquote>
<p>We have reached out to Hypponen and F-Secure and will update with more information upon hearing back.</p>
<p><a href="http://www.shutterstock.com/pic-96795100/stock-photo-nuclear-power-plant-by-sunset.html" target="_blank" target="_blank"> Image</a> via <a href="http://www.shutterstock.com/" target="_blank" target="_blank">Shutterstock</a></p>
<br />Filed under: <a href='http://venturebeat.com/category/security/'>Security</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=495575&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2012/07/23/iran-atomic-organization-malware/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2012/07/atomic-power.jpg?w=160" /><source url="http://venturebeat.com/2012/07/23/iran-atomic-organization-malware/">Report suggests malware hits Iran atomic organization, blasts AC/DC at night</source>
		<media:content url="http://1.gravatar.com/avatar/a73335ff3a637d11555a46ba2b112ded?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">mkel31</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2012/07/atomic-power.jpg" medium="image">
			<media:title type="html">Atomic power</media:title>
		</media:content>
	</item>
		<item>
		<title>&#8216;Madi&#8217; malware acts like Flame virus, targets Middle East</title>
		<link>http://venturebeat.com/2012/07/17/madi-flame-malware/</link>
		<comments>http://venturebeat.com/2012/07/17/madi-flame-malware/#comments</comments>
		<pubDate>Tue, 17 Jul 2012 23:57:03 +0000</pubDate>
		<dc:creator>Meghan Kelly</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Flame]]></category>
		<category><![CDATA[Madi]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[Middle East]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=492917</guid>
		<description><![CDATA[</p>
<p>A new piece of malware called Madi is spreading in the Middle East, and it has a number of the same characteristics as the Flame virus &#8212; known to be a major step in cyber-espionage.</p>
<p>The year-old malware comes in&#160;&#8230;</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=492917&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://venturebeat.files.wordpress.com/2012/07/madi-malware.jpg" target="_blank"><img class="aligncenter size-full wp-image-492936" title="Madi Malware" src="http://venturebeat.files.wordpress.com/2012/07/madi-malware.jpg?w=722&#038;h=431" alt="Madi Malware" width="722" height="431" /></a></p>
<p>A new piece of malware called Madi is spreading in the Middle East, and it has a number of the same characteristics as the Flame virus &#8212; known to be a major step in cyber-espionage.</p>
<p>The year-old malware comes in the form of a phishing email, which social engineers, or dupes, unsuspecting recipients into opening an attachment. Once open, the malware installs on your system and a real Word document or PowerPoint presentation pops up to make the viewer believe the attachment was legitimate. In one of these cases, the Word document showed an article titled, &#8220;Israel&#8217;s Secret Iran Attack Plan: Electronic Warfare&#8221; by The Daily Beast. Another attachment opened a PowerPoint file (see image above) with &#8220;serene images.&#8221; The malware in this case was executed on the victim&#8217;s system as they paged through the presentation.</p>
<p>The malware is named Madi after the text file it downloads (mahdi.txt) and a number of other places the name is found within the virus. &#8220;Mahdi,&#8221; as Seculert points out, is a word referencing the savior in Islamic tradition.</p>
<p><a href="http://blog.seculert.com/2012/07/mahdi-cyberwar-savior.html"title="Seculert"  target="_blank" target="_blank">Seculert observed</a> the malware&#8217;s transmissions to the command and control servers, which occasionally communicated using Farsi. The command and control servers were based in Canada, though Seculert traced early transmissions from the virus back to an original server in Iran.</p>
<p>Madi is capable of keylogging, recording audio, taking screenshots when a communications application (such as IM) is open, and harvesting other types of data from the infected computer. This is very similar to the recently popularized Flame virus. Flame was <a href="http://venturebeat.com/2012/05/28/flame-stuxnet/"title="“Incredibly sophisticated” cyber war tool unveiled today, hitting the Middle East"  target="_blank">discovered by Kaspersky Lab</a>, a Russian security analyst firm that is also working with Seculert on Madi. Flame, on the other hand, has already been touted as one of the major pieces of malware to be afraid of today, showing what cyber-espionage can really do.</p>
<p><a href="https://www.securelist.com/en/blog/208193677/The_Madi_Campaign_Part_I"title="Kaspersky Lab"  target="_blank" target="_blank">Kaspersky reports</a> that Madi targets Middle Eastern government entities, &#8220;critical infrastructure engineering firms,&#8221; financial institutions, and places of research.</p>
<p>Kaspersky is coming out with a second profile of what the malware can do. We will be on watch for any developments.</p>
<p><em><a href="https://www.securelist.com/en/blog/208193677/The_Madi_Campaign_Part_I"title="Image"  target="_blank" target="_blank">Image</a> via Kaspersky Lab</em></p>
<br />Filed under: <a href='http://venturebeat.com/category/business/'>Business</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=492917&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2012/07/17/madi-flame-malware/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2012/07/madi-malware.jpg?w=160" /><source url="http://venturebeat.com/2012/07/17/madi-flame-malware/">&#8216;Madi&#8217; malware acts like Flame virus, targets Middle East</source>
		<media:content url="http://1.gravatar.com/avatar/a73335ff3a637d11555a46ba2b112ded?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">mkel31</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2012/07/madi-malware.jpg" medium="image">
			<media:title type="html">Madi Malware</media:title>
		</media:content>
	</item>
		<item>
		<title>Facebook gives users more security controls with Malware Checkpoint</title>
		<link>http://venturebeat.com/2012/07/10/facebook-malware-checkpoint/</link>
		<comments>http://venturebeat.com/2012/07/10/facebook-malware-checkpoint/#comments</comments>
		<pubDate>Tue, 10 Jul 2012 22:24:15 +0000</pubDate>
		<dc:creator>Ricardo Bilton</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Social]]></category>
		<category><![CDATA[anti-virus]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[Social networks]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=487579</guid>
		<description><![CDATA[</p>
<p>With more than 900 million monthly active users, Facebook has become a significant attraction for app developers. But that considerable user base has also attracted another, less desirable group: malware and virus writers.</p>
<p>Facebook has caught onto this, which is&#160;&#8230;</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=487579&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://venturebeat.files.wordpress.com/2012/07/ss-malware.jpg" target="_blank"><img class="alignleft size-full wp-image-487648" title="ss-malware" src="http://venturebeat.files.wordpress.com/2012/07/ss-malware.jpg?w=655&#038;h=471" alt="facebook-malware-checkpoint" width="655" height="471" /></a></p>
<p>With more than 900 million monthly active users, Facebook has become a significant attraction for app developers. But that considerable user base has also attracted another, less desirable group: malware and virus writers.</p>
<p>Facebook has caught onto this, which is why it&#8217;s <a href="https://www.facebook.com/notes/facebook-security/the-facebook-anti-virus-marketplace/10150672849230766" target="_blank">introducing Malware Checkpoint</a>, a new security feature that&#8217;s meant to make it easier for users to remove malware threats before they spread on the social network.</p>
<p>Here&#8217;s how the feature works: Once a Facebook user suspects his computer has been infected with malware, he can opt into Malware Checkpoint, and Facebook will lock his account. Users can then run either <a href="https://www.facebook.com/checkpoint/checkpointme?f=204247846290458" target="_blank">McAfee&#8217;s Scan and Repair</a> or <a href="https://www.facebook.com/checkpoint/checkpointme?f%C2%A0234797493254791" target="_blank">Microsoft&#8217;s Security Essentials</a>. Facebook will then allow them to once again access their accounts.</p>
<p>During the process, Facebook prompts users with a fairly informative bit of text: &#8220;Often, users who are infected with malware are tricked into running a malicious program, which infects their machine with malware. Remember, you should never run programs from sources that you don&#8217;t trust.&#8221;</p>
<p>Malware Checkpoint is the latest in a series of anti-malware measures Facebook has taken in recent months. In April, <a href="https://www.facebook.com/security/app_363688420329497" target="_blank">Facebook introduced the Anti-Virus Marketplace</a>, a portal that offers users anti-virus products from Microsoft, Sophos, and others.</p>
<p>Facebook&#8217;s goal is clear: Make the platform more secure by making it easier for users to protect their systems. The big question is, of course, whether putting the tools directly in the hands of users will make them more or likely or less likely to take control over their own security. That&#8217;s a concern for any major platform (just ask Microsoft), and it&#8217;s a sign of maturity that Facebook is now moving to answer it itself.</p>
<p><em>Image credit: <a href="http://www.shutterstock.com/pic-73319476/stock-photo-computer-virus-symbol-represented-by-a-laptop-with-green-cyber-attacking-bacteria-hacking-into-the.html" target="_blank" target="_blank">Lightspring/Shutterstock</a></em></p>
<br />Filed under: <a href='http://venturebeat.com/category/security/'>Security</a>, <a href='http://venturebeat.com/category/social/'>Social</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=487579&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2012/07/10/facebook-malware-checkpoint/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2012/07/ss-malware.jpg?w=160" /><source url="http://venturebeat.com/2012/07/10/facebook-malware-checkpoint/">Facebook gives users more security controls with Malware Checkpoint</source>
		<media:thumbnail url="http://venturebeat.files.wordpress.com/2012/07/ss-malware.jpg?w=160" />
		<media:content url="http://venturebeat.files.wordpress.com/2012/07/ss-malware.jpg?w=160" medium="image">
			<media:title type="html">ss-malware</media:title>
		</media:content>

		<media:content url="http://2.gravatar.com/avatar/e32b79befaaa2b2378b83787e3a35ddb?s=96&#38;d=http%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">rbilton</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2012/07/ss-malware.jpg" medium="image">
			<media:title type="html">ss-malware</media:title>
		</media:content>
	</item>
		<item>
		<title>Thousands to lose web access Monday from virus shutdown</title>
		<link>http://venturebeat.com/2012/07/05/dnschanger-virus-shutdown/</link>
		<comments>http://venturebeat.com/2012/07/05/dnschanger-virus-shutdown/#comments</comments>
		<pubDate>Thu, 05 Jul 2012 14:59:04 +0000</pubDate>
		<dc:creator>Sean Ludwig</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[DNS Changer]]></category>
		<category><![CDATA[FBI]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[viruses]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=484707</guid>
		<description><![CDATA[</p>
<p>Hundreds of thousands of people will likely be kicked off the Internet next week when the FBI shuts down servers hosting the &#8220;DNSChanger&#8221; virus.</p>
<p>The group behind the DNSChanger virus, which affected some 4 million computers around the world, was&#160;&#8230;</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=484707&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://venturebeat.files.wordpress.com/2012/07/ss-computer-virus-dnschanger.jpg" target="_blank"><img class="alignleft size-full wp-image-484713" title="ss-computer-virus-dnschanger" src="http://venturebeat.files.wordpress.com/2012/07/ss-computer-virus-dnschanger.jpg?w=655&#038;h=455" alt="dnschanger-virus-shutdown" width="655" height="455" /></a></p>
<p>Hundreds of thousands of people will likely be kicked off the Internet next week when the FBI shuts down servers hosting the &#8220;DNSChanger&#8221; virus.</p>
<p>The group behind the DNSChanger virus, which affected some 4 million computers around the world, was <a href="http://venturebeat.com/2011/11/09/fbi-operation-ghost-click/" target="_blank">shut down in November</a> by the FBI, but the virus still persists on many PCs. In the last stage of the FBI&#8217;s Operation Ghost Click, <a href="http://www.fbi.gov/news/stories/2011/november/malware_110911" target="_blank" target="_blank">it will shut down</a> temporary DNS servers on Monday, July 9. When those servers are shut down, it will kick off anyone who still has the DNSChanger virus on his or her machine.</p>
<p>There are still an estimated 275,000 infections around the world, a considerable drop from the 650,000 machines that were still infected in November. The drop can be attributed to efforts by the FBI and computer security companies, which have prompted people to <a href="http://www.dns-ok.us/" target="_blank" target="_blank">check for the virus</a> and <a href="http://www.dcwg.org/fix/" target="_blank" target="_blank">remove it</a>.</p>
<p>If you are concerned about your computer having the virus, <a href="http://countermeasures.trendmicro.eu/how-to-check-if-you-are-a-victim-of-operation-ghost-click/" target="_blank" target="_blank">Trend Micro has instructions</a> for both PC and Mac users to check for it.</p>
<p><em>Image credit: <a href="http://www.shutterstock.com/pic-44307925/stock-vector-computer-virus-depicted-by-blue-screens-forming-a-sick-face.html" target="_blank" target="_blank">John David Bigl III/Shutterstock</a></em></p>
<br />Filed under: <a href='http://venturebeat.com/category/security/'>Security</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=484707&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2012/07/05/dnschanger-virus-shutdown/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2012/07/ss-computer-virus-dnschanger.jpg?w=160" /><source url="http://venturebeat.com/2012/07/05/dnschanger-virus-shutdown/">Thousands to lose web access Monday from virus shutdown</source>
		<media:thumbnail url="http://venturebeat.files.wordpress.com/2012/07/ss-computer-virus-dnschanger.jpg?w=160" />
		<media:content url="http://venturebeat.files.wordpress.com/2012/07/ss-computer-virus-dnschanger.jpg?w=160" medium="image">
			<media:title type="html">ss-computer-virus-dnschanger</media:title>
		</media:content>

		<media:content url="http://2.gravatar.com/avatar/885fb6cd0386d991d2aa852b4f67cfeb?s=96&#38;d=http%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">seanludwig</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2012/07/ss-computer-virus-dnschanger.jpg" medium="image">
			<media:title type="html">ss-computer-virus-dnschanger</media:title>
		</media:content>
	</item>
	</channel>
</rss>
