<?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; hacking</title>
	<atom:link href="http://venturebeat.com/tag/hacking/feed/" rel="self" type="application/rss+xml" />
	<link>http://venturebeat.com</link>
	<description>News About Tech, Money and Innovation</description>
	<lastBuildDate>Sat, 18 May 2013 20:04: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; hacking</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>How to hack Google Glass, void your warranty, and brick your new $1,500 augmented-reality specs</title>
		<link>http://venturebeat.com/2013/05/16/how-to-hack-google-glass-void-your-warranty-and-brick-your-new-1500-augmented-reality-specs/</link>
		<comments>http://venturebeat.com/2013/05/16/how-to-hack-google-glass-void-your-warranty-and-brick-your-new-1500-augmented-reality-specs/#comments</comments>
		<pubDate>Thu, 16 May 2013 22:36:10 +0000</pubDate>
		<dc:creator>John Koetsier</dc:creator>
				<category><![CDATA[Dev]]></category>
		<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[OffBeat]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[bluetooth]]></category>
		<category><![CDATA[bricking]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Glass]]></category>
		<category><![CDATA[hacker]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[root]]></category>
		<category><![CDATA[voiding warranty]]></category>
		<category><![CDATA[Warranty]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=739067</guid>
		<description><![CDATA[<p>This is how you know you're not at an Apple conference. At Google I/O today, Google's holding a session on voiding your Google Glass&#160;warranty.</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=739067&#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/05/p1080280.jpg" target="_blank"><img class="aligncenter size-full wp-image-734020" alt="Google Glass" src="http://venturebeat.files.wordpress.com/2013/05/p1080280.jpg?w=1024&#038;h=684" width="1024" height="684" /></a>This is how you know you&#8217;re not at an Apple conference. At Google I/O today, Google&#8217;s holding a session on voiding your Google Glass warranty.</p>
<p>Voiding your warranty, apparently, is as simple as running five short commands. To run those, however, you need a higher-resolution way of communicating with your Google Glass device than the touch-sensitive screen on your specs.</p>
<p>&#8220;Fortunately, this is an Android device, and like most Android devices, it has a Bluetooth chip,&#8221; Google engineer P.Y. Laligand said today at the <a href="https://developers.google.com/events/io/sessions/332704837" target="_blank">chat on hacking Glass</a>.</p>
<div id="attachment_739162" class="wp-caption alignright" style="width: 310px"><a href="http://venturebeat.files.wordpress.com/2013/05/screen-shot-2013-05-16-at-2-54-59-pm.png" target="_blank"><img class="size-medium wp-image-739162" alt="Glass is just Android, underneath" src="http://venturebeat.files.wordpress.com/2013/05/screen-shot-2013-05-16-at-2-54-59-pm.png?w=300&#038;h=177" width="300" height="177" /></a><div class="vb_image_source"><span>Source:</span> Google</div><p class="wp-caption-text">Glass is just Android, underneath.</p></div>
<p>So he simply turned on Bluetooth, paired an external keyboard, opened up a terminal window, and typed five commands in ADB, or Android Debug Bridge:</p>
<ol>
<li>$ adb reboot bootloader: (Allows you to access the bootloader)</li>
<li>$ fastboot oem unlock: (Removes security precautions, erases user data, and &#8230; voids your warranty.)</li>
<li>$ fastboot flash boot boot.img: (Replaces the boot image)</li>
<li>$ fastboot reboot: (Reboots back into a normal state)</li>
<li>$ adb root: (Finally, you have root access and access to all the data partitions)</li>
</ol>
<p>These are not steps to be taken lightly, according to Google engineer Hyunyoung Song.</p>
<p>&#8220;Even though there are recovery methods, there is a chance that you could get stuck in a state from which it&#8217;s not easy for your device to be recovered,&#8221; she said. &#8220;And Google will not support you.&#8221;</p>
<p>Google Glass owners who have taken the lives of their $1,500 Google Glass Explorer Edition devices in their hands and bravely gone where few dare, however, have done some exceptionally cool things. One has installed standard Ubuntu Linux on Glass and now programs on Glass using Emacs, a text editor. Another has created an avatar that mimics your head motion, bobbing around just as you do while talking and gesturing.</p>
<div id="attachment_739165" class="wp-caption aligncenter" style="width: 568px"><a href="http://venturebeat.files.wordpress.com/2013/05/screen-shot-2013-05-16-at-3-01-04-pm.png" target="_blank"><img class="size-large wp-image-739165" alt="Danger Will Robinson! Voiding Warranty Now!" src="http://venturebeat.files.wordpress.com/2013/05/screen-shot-2013-05-16-at-3-01-04-pm.png?w=558&#038;h=294" width="558" height="294" /></a><div class="vb_image_source"><span>Source:</span> Google</div><p class="wp-caption-text">Danger, Will Robinson! Voiding warranty now!</p></div>
<p>And Google &#8212; while not supporting you if you brick your device &#8212; encourages developers to play around in root mode, hacking new apps and experiences which can be then brought into the Google Glass ecosystem.</p>
<p>&#8220;Now you&#8217;re in root mode,&#8221; Song said. &#8220;Play around and go nuts with whatever you want to do.&#8221;</p>
<p>For the faint of heart, there will be a safety net at some point. Google will be releasing the standard Glass system images, which can be used to recover bricked devices.</p>
<p>Probably.</p>
<p><em>Image credit: Jolie O&#8217;Dell/VentureBeat</em></p>
<br />Filed under: <a href='http://venturebeat.com/category/dev/'>Dev</a>, <a href='http://venturebeat.com/category/gadgets/'>Gadgets</a>, <a href='http://venturebeat.com/category/mobile/'>Mobile</a>, <a href='http://venturebeat.com/category/offbeat/'>OffBeat</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=739067&#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/2013/05/16/how-to-hack-google-glass-void-your-warranty-and-brick-your-new-1500-augmented-reality-specs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2013/05/p1080284.jpg?w=160" /><source url="http://venturebeat.com/2013/05/16/how-to-hack-google-glass-void-your-warranty-and-brick-your-new-1500-augmented-reality-specs/">How to hack Google Glass, void your warranty, and brick your new $1,500 augmented-reality specs</source>
		<media:thumbnail url="http://venturebeat.files.wordpress.com/2013/05/p1080284.jpg?w=160" />
		<media:content url="http://venturebeat.files.wordpress.com/2013/05/p1080284.jpg?w=160" medium="image">
			<media:title type="html">Google Glass</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/2013/05/p1080280.jpg" medium="image">
			<media:title type="html">Google Glass</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2013/05/screen-shot-2013-05-16-at-2-54-59-pm.png?w=300" medium="image">
			<media:title type="html">Glass is just Android, underneath</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2013/05/screen-shot-2013-05-16-at-3-01-04-pm.png?w=558" medium="image">
			<media:title type="html">Danger Will Robinson! Voiding Warranty Now!</media:title>
		</media:content>
	</item>
		<item>
		<title>Pentagon directly accuses China of hacking to steal U.S. defense intelligence</title>
		<link>http://venturebeat.com/2013/05/06/pentagon-china-hacking/</link>
		<comments>http://venturebeat.com/2013/05/06/pentagon-china-hacking/#comments</comments>
		<pubDate>Tue, 07 May 2013 02:51:52 +0000</pubDate>
		<dc:creator>Meghan Kelly</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[China]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[Pentagon]]></category>
		<category><![CDATA[PLA 61398]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=732217</guid>
		<description><![CDATA[<p>The Pentagon spoke out about Chinese government-sponsored hacking today, directly accusing the country of "intelligence&#160;collection."</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=732217&#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/05/pentagon1.jpg" target="_blank"><img class="aligncenter size-full wp-image-732385" alt="Pentagon" src="http://venturebeat.files.wordpress.com/2013/05/pentagon1.jpg?w=708&#038;h=472" width="708" height="472" /></a></p>
<p>The Pentagon pointed an accusing finger at China today in its annual report to Congress, saying the country and its government are trying to gain insight into U.S. secrets.</p>
<p>Specifically, the report says China is hacking into U.S. computer systems to grab data that will improve its own technology. It is also looking to get a read on how the U.S. government feels about China internally, according to the <a href="http://online.wsj.com/article/SB10001424127887323687604578467442670389684.html" target="_blank" target="_blank">Wall Street Journal</a>. It&#8217;s a strong statement for the Pentagon, which is very direct about the use of hacking in its report.</p>
<p>&#8220;China is using its computer network exploitation capability to support intelligence collection against the U.S. diplomatic, economic, and defense industrial base sectors that support U.S. national defense programs,&#8221; said the report.</p>
<p>Security firm Mandient identified a group of hackers from China&#8217;s People&#8217;s Liberation Army called PLA 61398, which has been launching a number of damaging cyber attacks on the U.S. It has been linked to hacks on a number of technology companies as well as media such as the New York Times.</p>
<p>Last week, it was revealed that PLA 61398 is suspected to be behind a wide-scale <a href="http://venturebeat.com/2013/05/02/qinetiq-china-hack/">attack on QinetiQ</a>, a U.K.-based defense contractor with a U.S. subsidiary. Those brought on to research the QinetiQ case said they were able to find traces of the hackers in all corners of its business. The cyber criminals stole what Bloomberg reports as the equivalent of 3.3 million excel spreadsheets.</p>
<p>The data lifted included drones and robotics plans.</p>
<p><em><a href="http://www.flickr.com/photos/mjbaird/105586525/sizes/o/in/photostream/" target="_blank" target="_blank">Pentagon image</a> via <a href="http://www.flickr.com/photos/mjbaird/" target="_blank">michael baird</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=732217&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2013/05/06/pentagon-china-hacking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2013/05/pentagon1.jpg?w=160" /><source url="http://venturebeat.com/2013/05/06/pentagon-china-hacking/">Pentagon directly accuses China of hacking to steal U.S. defense intelligence</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/05/pentagon1.jpg" medium="image">
			<media:title type="html">Pentagon</media:title>
		</media:content>
	</item>
		<item>
		<title>The problem with passwords (infographic)</title>
		<link>http://venturebeat.com/2013/05/01/the-problem-with-passwords-infographic/</link>
		<comments>http://venturebeat.com/2013/05/01/the-problem-with-passwords-infographic/#comments</comments>
		<pubDate>Thu, 02 May 2013 02:35:53 +0000</pubDate>
		<dc:creator>John Koetsier</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Enterprise]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[corporate security]]></category>
		<category><![CDATA[cracking]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[identity theft]]></category>
		<category><![CDATA[infographic]]></category>
		<category><![CDATA[passwords]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=729565</guid>
		<description><![CDATA[<p>More than half of us say we can't remember all our passwords. Which makes sense, given that almost a third of all companies require their employees to remember six or more of&#160;them.</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=729565&#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/05/secure-passwords.jpg" target="_blank"><img class="aligncenter size-full wp-image-729576" alt="secure-passwords" src="http://venturebeat.files.wordpress.com/2013/05/secure-passwords.jpg?w=1024&#038;h=601" width="1024" height="601" /></a>More than half of us say we can&#8217;t remember all our passwords. Which makes sense, given that almost a third of all companies require their employees to remember six or more of them.</p>
<p>Cloud identity management company <a href="https://www.pingidentity.com" target="_blank">Ping Identity</a> says that between those six or more corporate passwords and all the personal passwords we maintain, the average person has to remember 15 passwords. That&#8217;s probably a recipe for disaster, given the total information onslaught we face every day, which is why the majority of us &#8212; 61 percent &#8212; reuse passwords from site to site.</p>
<p>That&#8217;s what security companies call &#8220;password negligence,&#8221; and the results are costly.</p>
<p>Too many passwords and not enough memory contributes to 39 percent of all malicious hacking attacks, which can cost large enterprises $5.5 million each.</p>
<p>One solution, of course, is corporations requiring users to change their passwords every 30 to 60 days. That&#8217;s more secure, theoretically, but people often reuse an old password. Or, worse, if they&#8217;re worried they won&#8217;t be able to remember the new password, they may write it down.</p>
<p>The end result, unfortunately, can be less security than before the change.</p>
<p>All the data is below, in visual form:</p>
<p><a href="http://venturebeat.files.wordpress.com/2013/05/exp-passwod_proliferation_infographic_041513.jpg" target="_blank"><img class="aligncenter size-full wp-image-729571" alt="EXP-Passwod_Proliferation_infographic_041513" src="http://venturebeat.files.wordpress.com/2013/05/exp-passwod_proliferation_infographic_041513.jpg?w=600&#038;h=3007" width="600" height="3007" /></a></p>
<p><em>photo credit: <a href="http://www.flickr.com/photos/slieschke/226873460/" target="_blank">Simon Lieschke</a> via <a href="http://photopin.com" target="_blank">photopin</a> <a href="http://creativecommons.org/licenses/by-nc/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/cloud/'>Cloud</a>, <a href='http://venturebeat.com/category/enterprise/'>Enterprise</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=729565&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2013/05/01/the-problem-with-passwords-infographic/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2013/05/large_226873460.jpg?w=160" /><source url="http://venturebeat.com/2013/05/01/the-problem-with-passwords-infographic/">The problem with passwords (infographic)</source>
		<media:thumbnail url="http://venturebeat.files.wordpress.com/2013/05/large_226873460.jpg?w=160" />
		<media:content url="http://venturebeat.files.wordpress.com/2013/05/large_226873460.jpg?w=160" medium="image">
			<media:title type="html">secure password</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/2013/05/secure-passwords.jpg" medium="image">
			<media:title type="html">secure-passwords</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2013/05/exp-passwod_proliferation_infographic_041513.jpg" medium="image">
			<media:title type="html">EXP-Passwod_Proliferation_infographic_041513</media:title>
		</media:content>
	</item>
		<item>
		<title>Of course hackers have already cracked Google Glass &#8212; Google wanted them to</title>
		<link>http://venturebeat.com/2013/04/27/hackers-crack-google-glass/</link>
		<comments>http://venturebeat.com/2013/04/27/hackers-crack-google-glass/#comments</comments>
		<pubDate>Sat, 27 Apr 2013 15:55:47 +0000</pubDate>
		<dc:creator>Ricardo Bilton</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[Google Glass]]></category>
		<category><![CDATA[hacking]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=726485</guid>
		<description><![CDATA[<p>Hackers he already rooted Google Glass -- and Google says it's all part of the&#160;plan.</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=726485&#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/google-glass.jpg" target="_blank"><img class="aligncenter size-large wp-image-705952" alt="google glass" src="http://venturebeat.files.wordpress.com/2013/03/google-glass.jpg?w=558&#038;h=376" width="558" height="376" /></a></p>
<p>Google Glass may only be in the hands of a few people, but some of these folk have already found a way to crack it.</p>
<p>Jay Freeman, a hacker who goes by &#8220;Saurik&#8221;, says he tested a known exploit in Android 4.0 that <a href="http://9to5google.com/2013/04/26/hackers-confirm-google-glass-root-is-easy-let-the-modding-begin/" target="_blank">he used to get root access to Glass</a>. The move could, in theory, allow Glass owners to circumvent any restrictions Google has installed in the device.</p>
<p>Freeman, however, is not alone. Liam McLoughin, a hacker known for getting Chrome OS on netbooks and the Macbook Air, <a href="https://twitter.com/Hexxeh/status/327653518938882049" target="_blank">says he&#8217;s also rooted Glass</a>.</p>
<div id="attachment_726486" class="wp-caption alignright" style="width: 260px"><a href="http://venturebeat.files.wordpress.com/2013/04/stephen-lau-google-glass.jpg" target="_blank"><img class="size-full wp-image-726486 " alt="stephen-lau-google-glass" src="http://venturebeat.files.wordpress.com/2013/04/stephen-lau-google-glass.jpg?w=250&#038;h=250" width="250" height="250" /></a><p class="wp-caption-text">Glass developer Stephen Lau says that the hacker cracking is all a part of the plan.</p></div>
<p>But while McLoughin and Freeman are patting themselves on back, Glass developer Stephen Lau &#8212; whom you may recognize from those early Glass promo shots &#8212; says that the hackers&#8217; feat is a tad less impressive than it seems.</p>
<p>&#8220;Not to bring anybody down &#8230; but seriously &#8230; we intentionally left the device unlocked so you guys could hack it and do crazy fun shit with it. I mean, FFS, you paid $1,500 for it &#8230; go to town on it.  Show me something cool,&#8221; <a href="https://plus.google.com/118343182830485155505/posts/ERUJ8e1yKRd" target="_blank">Lau wrote on Google Plus</a>.</p>
<p>While none of this means very much to the vast majority of us who haven&#8217;t even touched Glass, it&#8217;s clear that all of this could lead to developers doing some interesting things with Google&#8217;s controversial new device a time goes on.</p>
<p><em>Photo: <a href="http://www.flickr.com/photos/maxbraun/7571451908/sizes/c/in/photostream/" target="_blank">Flickr/Maxbraun</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=726485&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2013/04/27/hackers-crack-google-glass/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2013/04/stephen-lau-google-glass.jpg?w=140" /><source url="http://venturebeat.com/2013/04/27/hackers-crack-google-glass/">Of course hackers have already cracked Google Glass &#8212; Google wanted them to</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/google-glass.jpg?w=558" medium="image">
			<media:title type="html">google glass</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2013/04/stephen-lau-google-glass.jpg" medium="image">
			<media:title type="html">stephen-lau-google-glass</media:title>
		</media:content>
	</item>
		<item>
		<title>How to avoid buying 13 laptops in 15 minutes, then shipping them to a stranger in Sacramento</title>
		<link>http://venturebeat.com/2013/04/26/how-to-avoid-buying-13-laptops-in-15-minutes-then-shipping-them-to-a-stranger-in-sacramento/</link>
		<comments>http://venturebeat.com/2013/04/26/how-to-avoid-buying-13-laptops-in-15-minutes-then-shipping-them-to-a-stranger-in-sacramento/#comments</comments>
		<pubDate>Fri, 26 Apr 2013 13:09:21 +0000</pubDate>
		<dc:creator>John Koetsier</dc:creator>
				<category><![CDATA[Big Data]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[American Express]]></category>
		<category><![CDATA[biometrics]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[fingerprint sensor]]></category>
		<category><![CDATA[fraud]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[iPhone 5S]]></category>
		<category><![CDATA[Jumio]]></category>
		<category><![CDATA[mastercard]]></category>
		<category><![CDATA[mobile commerce fraud]]></category>
		<category><![CDATA[mobile security]]></category>
		<category><![CDATA[phishing]]></category>
		<category><![CDATA[Visa]]></category>
		<category><![CDATA[Walmart]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=725559</guid>
		<description><![CDATA[<p>Last week I bought 13 laptops from WalMart.com. There were only two problems: I didn't buy them, and they weren't being shipped to my house. I'd been&#160;hacked.</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=725559&#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.files.wordpress.com/2013/04/phishing-attack.jpg" target="_blank"><img class="aligncenter size-full wp-image-725575" alt="phishing-attack" src="http://venturebeat.files.wordpress.com/2013/04/phishing-attack.jpg?w=665&#038;h=463" width="665" height="463" /></a>Last week I bought 13 laptops from WalMart.com. All were pretty cheap, between $500 and $700, but 13 of them added up to a rather hefty $8,000 bill on my MasterCard.</p>
<p>There were only two problems: I didn&#8217;t buy them, and they weren&#8217;t being shipped to my house.</p>
<p>I&#8217;d been hacked. Somehow, somebody in Sacramento, Calif., was going to get 13 Dell Inspirons at my expense. Lucky them &#8230; and unlucky me.</p>
<p>But not only unlucky me &#8212; a staggering one in four Americans report being a victim of identity fraud, according to a new study by <a href="http://www.jumio.com" target="_blank">Jumio</a>, a leading credit card validation service for web and app-based commerce. And 83 percent of us worry about identify theft.</p>
<div id="attachment_725570" class="wp-caption alignright" style="width: 310px"><a href="http://venturebeat.files.wordpress.com/2013/04/screen-shot-2013-04-16-at-11-48-29-am.png" target="_blank"><img class="size-medium wp-image-725570" alt="Fraudulent WalMart.com orders charged to my account" src="http://venturebeat.files.wordpress.com/2013/04/screen-shot-2013-04-16-at-11-48-29-am.png?w=300&#038;h=293" width="300" height="293" /></a><div class="vb_image_source"><span>Source:</span> John Koetsier</div><p class="wp-caption-text">Fraudulent WalMart.com orders charged to my account</p></div>
<p>That&#8217;s a problem, because commerce is increasingly going mobile. Two-thirds of us own a smartphone and/or a tablet, and most of us plan to use them to buy things in the near future. A full 48 percent of us use our mobile devices to check something as sensitive as our bank balances. But as we do, we&#8217;re opening ourselves up to even more avenues of fraud and scamming.</p>
<p>“Users may be willing to accept risk now in favor of convenience, but this tolerance will weaken as fraud continues to grow,&#8221; Daniel Mattes, founder and CEO of Jumio, said in a statement. &#8220;The industry needs to get on board to protect our customers as much as the customers themselves need to take greater precautions.”</p>
<p>Investigators in my case suspected a phishing attack, in which you get an email purportedly from an online store that leads you to a fake but real-seeming site that then takes your credentials, but I had not clicked on any real or fake WalMart emails.</p>
<p>And so the only greater precautions that would have been useful would have been perhaps using unique passwords for each e-commerce site I use.</p>
<p>The problem of online and mobile security is a growing one. According to VISA, mobile commerce fraud was $2.7 billion in 2010, $3.4 billion in 2011, and $3.5 billion in 2012. And Cybersource says almost a third of all retailers experienced mobile fraud in 2012.</p>
<p>So what&#8217;s the solution?</p>
<p>Perhaps biometrics. Apple is said to be building a <a href="http://venturebeat.com/2013/04/11/analyst-apples-next-gen-phones-ipad-will-be-delayed/">fingerprint sensor into the next iPhone model</a>, the iPhone 5S. And Jumio&#8217;s survey says that 74 percent of us don&#8217;t feel that simple username/password security is sufficient. It certainly didn&#8217;t protect me &#8212; I was only fortunate enough to notice 13 thank-you-for-your-order emails from Walmart.com.</p>
<p>But biometrics won&#8217;t be available on every device, and won&#8217;t be an industry-standard smartphone feature for some time to come, if ever.</p>
<p>Meanwhile, according to Jumio, 69 percent of us would feel more comfortable sharing our personal information online, and buying via mobile, if there were more secure ways of storing that data online.</p>
<div id="attachment_725564" class="wp-caption aligncenter" style="width: 568px"><a href="http://venturebeat.files.wordpress.com/2013/04/screen-shot-2013-04-25-at-8-37-46-pm.png" target="_blank"><img class="size-large wp-image-725564" alt="Mobile purchasing and banking activity" src="http://venturebeat.files.wordpress.com/2013/04/screen-shot-2013-04-25-at-8-37-46-pm.png?w=558&#038;h=223" width="558" height="223" /></a><div class="vb_image_source"><span>Source:</span> Jumio</div><p class="wp-caption-text">Mobile purchasing and banking activity</p></div>
<p>“For mobile to reach its full potential, the industry needs to adopt more consistent and accurate ways to identify and authenticate consumers,&#8221; Mattes said. &#8220;Only then will we be able to truly combat fraud.”</p>
<p>The question remains: How exactly that should be done?</p>
<p>The mechanisms for catching fraud after the fact, and protecting consumers from the consequences, are mostly in place. MasterCard canceled my credit card, WalMart canceled the transactions, and no harm was done. And big data solutions that the big credit card issuers including VISA and American Express employ to track consumers&#8217; spending habits and suspend cards if odd or suspicious spending patterns start to emerge limit losses when the fraud proceeds successfully.</p>
<p>But that&#8217;s not the case every time: web and mobile security has a last-mile problem that isn&#8217;t going away any time soon.</p>
<p><em>photo credit: <a href="http://www.flickr.com/photos/toasty/1276202472/" target="_blank">ToastyKen</a> via <a href="http://photopin.com" target="_blank">photopin</a> <a href="http://creativecommons.org/licenses/by/2.0/" target="_blank">cc</a></em></p>
<br />Filed under: <a href='http://venturebeat.com/category/big-data/'>Big Data</a>, <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=725559&#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/2013/04/26/how-to-avoid-buying-13-laptops-in-15-minutes-then-shipping-them-to-a-stranger-in-sacramento/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2013/04/phishing-attack.jpg?w=160" /><source url="http://venturebeat.com/2013/04/26/how-to-avoid-buying-13-laptops-in-15-minutes-then-shipping-them-to-a-stranger-in-sacramento/">How to avoid buying 13 laptops in 15 minutes, then shipping them to a stranger in Sacramento</source>
		<media:thumbnail url="http://venturebeat.files.wordpress.com/2013/04/phishing-attack.jpg?w=160" />
		<media:content url="http://venturebeat.files.wordpress.com/2013/04/phishing-attack.jpg?w=160" medium="image">
			<media:title type="html">phishing-attack</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/2013/04/phishing-attack.jpg" medium="image">
			<media:title type="html">phishing-attack</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2013/04/screen-shot-2013-04-16-at-11-48-29-am.png?w=300" medium="image">
			<media:title type="html">Fraudulent WalMart.com orders charged to my account</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2013/04/screen-shot-2013-04-25-at-8-37-46-pm.png?w=558" medium="image">
			<media:title type="html">Mobile purchasing and banking activity</media:title>
		</media:content>
	</item>
		<item>
		<title>Twitter&#8217;s upcoming two-step sign-in system could prevent the next big hack</title>
		<link>http://venturebeat.com/2013/04/24/twitter-two-step-authentication/</link>
		<comments>http://venturebeat.com/2013/04/24/twitter-two-step-authentication/#comments</comments>
		<pubDate>Wed, 24 Apr 2013 14:07:59 +0000</pubDate>
		<dc:creator>Ricardo Bilton</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[passwords]]></category>
		<category><![CDATA[two-factor authentication]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=722344</guid>
		<description><![CDATA[<p>Twitter wants wants to make it tougher for bad guys to crack high-profile Twitter accounts. It's about&#160;time.</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=722344&#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/twitter-hacked.jpg" target="_blank"><img class="size-large wp-image-615667 aligncenter" alt="TWITTER HACKED" src="http://venturebeat.files.wordpress.com/2013/02/twitter-hacked.jpg?w=558&#038;h=418" width="558" height="418" /></a></p>
<p><a href="http://venturebeat.com/2013/04/23/ap-twitter-hacked/">When hackers compromised the Associated Press&#8217;s Twitter account yesterday,</a> they showed just how much damage one can do with a few scary tweets.</p>
<p>Now, Twitter is finally making it harder for that to happen again. The company is working on a two-factor authentication system for Twitter accounts, which should, in theory, make it harder for hackers to break into them, <a href="http://www.wired.com/threatlevel/2013/04/twitter-authentication/" target="_blank">as Wired reports</a>.</p>
<p>Twitter&#8217;s reply? &#8220;We have nothing to announce at this time,&#8221; the company tells VentureBeat.</p>
<p>Here&#8217;s how it the system would work: Right now when you log into your Twitter account from a new computer or device, Twitter treats that device like any other you&#8217;ve used &#8212; you just log in and start using the service. With two-factor authentication, that process gets a bit more complicated: Soon, when you try to log in on a new device, Twitter will also send to your phone a random code, which must be entered on you new device before you&#8217;re able to use Twitter.</p>
<p>Basically, what two-factor authentication does is add a second layer of security: Hackers may get a hold of your password, but it won&#8217;t do them much good if they don&#8217;t also have your phone.</p>
<p>While two-factor authentication is new to Twitter, Facebook, Google, and, most recently, Microsoft all already offer it. <a href="https://blog.duosecurity.com/2013/02/bypassing-googles-two-factor-authentication/" target="_blank">It&#8217;s not perfect</a>, but then again, no security measure really is.</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=722344&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2013/04/24/twitter-two-step-authentication/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2013/02/twitter-hacked.jpg?w=558" /><source url="http://venturebeat.com/2013/04/24/twitter-two-step-authentication/">Twitter&#8217;s upcoming two-step sign-in system could prevent the next big hack</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/02/twitter-hacked.jpg?w=558" medium="image">
			<media:title type="html">TWITTER HACKED</media:title>
		</media:content>
	</item>
		<item>
		<title>WordPress admin accounts target of botnet attacks (updated)</title>
		<link>http://venturebeat.com/2013/04/12/wordpress-botnet-attack/</link>
		<comments>http://venturebeat.com/2013/04/12/wordpress-botnet-attack/#comments</comments>
		<pubDate>Fri, 12 Apr 2013 23:02:48 +0000</pubDate>
		<dc:creator>Meghan Kelly</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[admin accounts]]></category>
		<category><![CDATA[botnets]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[hacking]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=715654</guid>
		<description><![CDATA[<p>Wordpress is currently the target of a botnet attack stealing access to admin accounts. The purpose? Likely to make the botnet&#160;stronger.</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=715654&#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/bots.jpg" target="_blank"><img class="aligncenter size-full wp-image-576541" alt="Bots" src="http://venturebeat.files.wordpress.com/2012/11/bots.jpg?w=744&#038;h=472" width="744" height="472" /></a></p>
<p>Updated 5:22pm PT with comment from WordPress.</p>
<p>Hackers are targeting major blogging platform WordPress using a botnet aimed at stealing login credentials for admin-level accounts.</p>
<p>Those who use WordPress to run the back-end of their blogs may want to pay close attention to their accounts. Attackers are accessing the login portals for those blogs, entering the username &#8220;admin,&#8221; and then using a tool that &#8220;brute forces&#8221; its way into the account. The tool is programmed with dictionary words, which it then enters into the login portal by the thousands to guess your password. Many people still use &#8220;password&#8221; for their, well, password, and other easy-to-remember words.</p>
<p>WordPress founder Matt Mullenweg <a href="http://ma.tt/2013/04/passwords-and-brute-force/" target="_blank" target="_blank">released a blog post</a> saying, &#8220;<span style="font-size:small;">If you still use “admin” as a username on your blog, change it, use a strong password, if you’re on WP.com <a href="http://en.blog.wordpress.com/2013/04/05/two-step-authentication/" target="_blank" target="_blank">turn on two-factor authentication</a>, and of course make sure you’re up-to-date on the latest version of WordPress. Do this and you’ll be ahead of 99% of sites out there and probably never have a problem.&#8221;</span></p>
<p>He explained that in the WordPress 3.0 update, the company began allowing you to create your own login username when you first set up your WordPress backend &#8212; &#8220;admin&#8221; used to be the default. If you took the opportunity to make your own username, your account will be unaffected for now.</p>
<p>CloudFlare &#8212; a company that filters your web traffic to make sure your pages are loaded speedily, but also watches for bots stealing your bandwidth &#8212; <a href="http://blog.cloudflare.com/patching-the-internet-fixing-the-wordpress-br" target="_blank" target="_blank">released a blog post</a> saying that it believes the attacker behind this botnet likely wants to take over your website&#8217;s servers, not mess with your WordPress site. The botnet as it stands now, according to CloudFlare, is made up of home PCs that aren&#8217;t as powerful as full servers. With that server capability, however, the botnet would be able to execute more impactful attacks such as strong denial of service attacks that can knock a website offline.</p>
<p>CloudFlare explained to me in an email that over 100,000 IP addresses are currently detected in the botnet.</p>
<p>&#8220;It&#8217;s a big attack directed at a significant percentage of the WordPress installs worldwide,&#8221; a company spokesperson said in the email.</p>
<p>We have reached out to WordPress and will update this post upon hearing back.</p>
<p><em>hat tip <a href="http://techcrunch.com/2013/04/12/hackers-point-large-botnet-at-wordpress-sites-to-steal-admin-passwords-and-gain-server-access/" target="_blank" target="_blank">TechCrunch</a>; <a href="http://www.shutterstock.com/pic-83488540/stock-photo-high-resolution-render-of-an-botnet-herder-and-small-bots-on-white-with-soft-shadows.html" target="_blank" target="_blank">Bot 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=715654&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2013/04/12/wordpress-botnet-attack/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2012/11/bots.jpg" /><source url="http://venturebeat.com/2013/04/12/wordpress-botnet-attack/">WordPress admin accounts target of botnet attacks (updated)</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/bots.jpg" medium="image">
			<media:title type="html">Bots</media:title>
		</media:content>
	</item>
		<item>
		<title>Lulzsec hacker &#8216;Kayla&#8217; pleads guilty to cyber crime in U.K.</title>
		<link>http://venturebeat.com/2013/04/09/lulzsec-hacker-guilty-plea/</link>
		<comments>http://venturebeat.com/2013/04/09/lulzsec-hacker-guilty-plea/#comments</comments>
		<pubDate>Tue, 09 Apr 2013 23:45:26 +0000</pubDate>
		<dc:creator>Meghan Kelly</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[guilty plea]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[LulzSec]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=713231</guid>
		<description><![CDATA[<p>U.K. hacker Ryan Ackroyd will be sentenced in May with three other Lulzsec hackers after he pleaded guilty to one of his charges&#160;today.</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=713231&#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/lulzsec-screen.png" target="_blank"><img class="aligncenter size-full wp-image-713247" alt="lulzsec screen" src="http://venturebeat.files.wordpress.com/2013/04/lulzsec-screen.png?w=757&#038;h=472" width="757" height="472" /></a></p>
<p>Ryan Ackroyd, otherwise known by his nicknames &#8220;lolspoon&#8221; and &#8220;kayla,&#8221; pleaded guilty to attempting to impair the operation of a computer today in a U.K. court.</p>
<p>Ackroyd was a member of the hacking collective known as Lulzsec. Lulzsec was made widely known after its members hacked into a number of high-profile companies such as Sony, Westboro Baptist Church, and PBS. The hacking group finally shut its doors after what it called &#8220;50 Days of Lulz,&#8221; where it went on a hacking spree and immediately disbanded after that.</p>
<p>Ackroyd would otherwise have gone to trial, but decided to enter the guilty plea instead. He and three others, Ryan Cleary, Jake Davis (known by his nickname Topiary), and Mustafa Al-Bassam <a href="http://venturebeat.com/2012/06/25/lulzsec-plead-guilty/" target="_blank">all pleaded guilty to a variety of computer crimes</a> and will be sentenced in May.</p>
<p>Cleary and Davis both pleaded not guilty to counts of denial of service attacks, and, according to the BBC, a charge for the same will be kept on Ackroyd&#8217;s file and will not be included in the sentencing.</p>
<p>Both Davis and Ackroyd were arrested after Lulzsec &#8220;leader&#8221; Hector Xavier Monsegur, otherwise known as Sabu, <a href="http://venturebeat.com/2012/03/06/lulzsec-sabu-indictment/" target="_blank">helped law enforcement collect evidence on the two</a>.</p>
<p><em>hat tip <a href="http://www.bbc.co.uk/news/technology-22079709" target="_blank" target="_blank">BBC</a>; <a href="http://www.flickr.com/photos/openfly/5774484301/sizes/o/in/photostream/" target="_blank" target="_blank">Lulzsec image</a> via <a href="http://www.flickr.com/photos/openfly/" target="_blank">openfly</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=713231&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2013/04/09/lulzsec-hacker-guilty-plea/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2013/04/lulzsec-screen.png?w=160" /><source url="http://venturebeat.com/2013/04/09/lulzsec-hacker-guilty-plea/">Lulzsec hacker &#8216;Kayla&#8217; pleads guilty to cyber crime in U.K.</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/lulzsec-screen.png" medium="image">
			<media:title type="html">lulzsec screen</media:title>
		</media:content>
	</item>
		<item>
		<title>Bitcoin wallet service Instawallet hacked, shuts down &#8216;indefinitely&#8217;</title>
		<link>http://venturebeat.com/2013/04/03/bitcoin-wallet-instawallet-hacked/</link>
		<comments>http://venturebeat.com/2013/04/03/bitcoin-wallet-instawallet-hacked/#comments</comments>
		<pubDate>Wed, 03 Apr 2013 19:11:17 +0000</pubDate>
		<dc:creator>Sean Ludwig</dc:creator>
				<category><![CDATA[OffBeat]]></category>
		<category><![CDATA[Bitcoin]]></category>
		<category><![CDATA[Bitcoins]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[hackers]]></category>
		<category><![CDATA[hacking]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=710112</guid>
		<description><![CDATA[<p>Bitcoins are a hot commodity now, but are your Bitcoins actually safe? The Bitcoin wallet company Instawallet has suspended its service "indefinitely" after being&#160;hacked.</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=710112&#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/hackers-movie.jpg" target="_blank"><img class="aligncenter size-full wp-image-710120" alt="hackers movie" src="http://venturebeat.files.wordpress.com/2013/04/hackers-movie.jpg?w=655&#038;h=475" width="655" height="475" /></a></p>
<p><em>Updated at 12:57 p.m. with more detail about current Bitcoin prices.</em></p>
<p>Bitcoins are a hot commodity now, but are your Bitcoins actually safe? Bitcoin wallet company <a href="http://instawallet.org/" target="_blank" target="_blank">Instawallet</a> has suspended its service &#8220;indefinitely&#8221; after being hacked.</p>
<p>Bitcoin is a virtual, decentralized currency that no government or central bank controls. Several companies, including <a href="http://venturebeat.com/2013/03/27/bitcoin-expensify/" target="_blank">Reddit and Expensify, have recently added Bitcoin support</a>, helping the value bubble up. The value of <a href="http://venturebeat.com/2013/04/01/bitcoin-value-above-100-bubble/" target="_blank">Bitcoin surpassed $100 per coin just two days ago</a>, and early today it reached as high as $145. Now the price reportedly sits <a href="http://www.businessinsider.com/price-plunge-bitcoin-falls-below-117-2013-4" target="_blank" target="_blank">below $117</a>.</p>
<p>Instawallet provided a way to easily set up a Bitcoin wallet that can be used to store your Bitcoins and associated data. But the company had its database &#8220;fraudulently accessed,&#8221; so it has decided to close down until it can develop a new architecture that is safe from hacking attacks.</p>
<p>Instawallet writes on its homepage:</p>
<blockquote><p>INSTAWALLET SERVICE NOTICE</p>
<p>The Instawallet service is suspended indefinitely until we are able to develop an alternative architecture.</p>
<p>Our database was fraudulently accessed, due to the very nature of Instawallet it is impossible to reopen the service as-is.</p>
<p>In the next few days we are going to open the claim process for Instawallet balance holders to claim the funds they had stored before the service interruption.</p>
<p><strong>Important information on claims submission:</strong></p>
<p>For the first 90 days we will accept claims for individual Instawallets. Your wallet&#8217;s URL and key will be used to pre-populate a form to file the claim.</p>
<p>After 90 days, if no other claim has been received for the same url, your Instawallet balance under 50 BTC will be refunded. If several claims have been filed for the same url, we will process those claims on a case by case basis, under the presumption that the claim we received first belongs to the legitimate balance holder.</p>
<p>Claims for wallets that hold a balance greater than 50 BTC will be processed on a case by case and best efforts basis.</p></blockquote>
<p>The Instawallet incident highlights that Bitcoin still has serious issues with security. While transfers between Bitcoin holders are secure and instantaneous, the software used to actually store Bitcoins may not be up to snuff in many cases.</p>
<p>Bitcoin prices have often faltered in the past after hacking incidents, and a security breach in June 2011 is thought to have triggered a massive sell-off in Bitcoins. We&#8217;ll see if something like this happens again with today&#8217;s incident.</p>
<br />Filed under: <a href='http://venturebeat.com/category/offbeat/'>OffBeat</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=710112&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2013/04/03/bitcoin-wallet-instawallet-hacked/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2013/04/hackers-movie.jpg?w=160" /><source url="http://venturebeat.com/2013/04/03/bitcoin-wallet-instawallet-hacked/">Bitcoin wallet service Instawallet hacked, shuts down &#8216;indefinitely&#8217;</source>
		<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/2013/04/hackers-movie.jpg" medium="image">
			<media:title type="html">hackers movie</media:title>
		</media:content>
	</item>
		<item>
		<title>Cyberattack on South Korean banks, TV networks blamed on a computer virus</title>
		<link>http://venturebeat.com/2013/03/20/south-korea-cyber-attack-banks-tv-network/</link>
		<comments>http://venturebeat.com/2013/03/20/south-korea-cyber-attack-banks-tv-network/#comments</comments>
		<pubDate>Wed, 20 Mar 2013 13:29:23 +0000</pubDate>
		<dc:creator>Devindra Hardawar</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[cyber attack]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[North Korea]]></category>
		<category><![CDATA[South Korea]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=702708</guid>
		<description><![CDATA[<p>A spate of computer failures at South Korean banks and television networks this morning is being blamed on a computer&#160;virus.</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=702708&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-702713" alt="Jeonju, South Korea" src="http://venturebeat.files.wordpress.com/2013/03/south-korea.jpg?w=640&#038;h=408" width="640" height="408" /></p>
<p>A spate of computer failures at South Korean banks and television networks this morning is being blamed on a computer virus, a government official <a href="http://www.bbc.co.uk/news/world-asia-21855051" target="_blank">tells the BBC</a>.</p>
<p>The virus apparently generated &#8220;malicious&#8221; code that resulted in the cyberattack, which is a sign that it&#8217;s part of a planned attack. The outage affected South Korea&#8217;s Shinhan and Nonyup banks, as well as three TV broadcasters. Government investigators are still looking into the computer failures, and not surprisingly, North Korea remains the prime suspect.</p>
<p>North Korea blamed the U.S. and South Korea for attacks on its own servers last week, so today&#8217;s attacks could be some sort of retaliation. North Korea was responsible for cyberattacks on South Korea&#8217;s government and financial institutions in 2009 and 2011.</p>
<p>&#8220;We do not rule out the possibility of North Korea being involved, but it&#8217;s premature to say so. It will take time to figure out,&#8221; South Korea Defence Ministry spokesman Kim Min-Seok <a href="http://www.google.com/hostednews/afp/article/ALeqM5gKlyu7mV_3oNhcRyG7P2JKmn9l3Q" target="_blank">told the AFP</a>.</p>
<p>Skulls appeared on some of the affected computer screens, while others simply displayed error messages and couldn&#8217;t be restarted. The attack also affected ATM and online banking services for Shinhan bank. Additionally, internet service provider LG UPlus reported that its network was hacked.</p>
<p>South Korea&#8217;s Defense Ministry raised its cyber threat alert status from level four to three as a result of the cyberattack.</p>
<p><em>Photo: <a href="http://www.flickr.com/photos/emmanueldyan/5748386859/" target="_blank">Emanuelle Dyan/Flickr</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=702708&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2013/03/20/south-korea-cyber-attack-banks-tv-network/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2013/03/south-korea.jpg?w=160" /><source url="http://venturebeat.com/2013/03/20/south-korea-cyber-attack-banks-tv-network/">Cyberattack on South Korean banks, TV networks blamed on a computer virus</source>
		<media:content url="http://0.gravatar.com/avatar/9045353f22a9cfd0a89654b5de70aa65?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">devindrahardawar</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2013/03/south-korea.jpg" medium="image">
			<media:title type="html">Jeonju, South Korea</media:title>
		</media:content>
	</item>
		<item>
		<title>Terrorist, hacker, freedom fighter: Andrew Auernheimer parties tonight in expectation of jail tomorrow</title>
		<link>http://venturebeat.com/2013/03/17/terrorist-hacker-freedom-fighter-andrew-auernheimer-parties-tonight-in-expectation-of-jail-tomorrow/</link>
		<comments>http://venturebeat.com/2013/03/17/terrorist-hacker-freedom-fighter-andrew-auernheimer-parties-tonight-in-expectation-of-jail-tomorrow/#comments</comments>
		<pubDate>Sun, 17 Mar 2013 20:29:18 +0000</pubDate>
		<dc:creator>John Koetsier</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Dev]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Top stories]]></category>
		<category><![CDATA[Andrew Auernheimer]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[AT&T]]></category>
		<category><![CDATA[CFAA]]></category>
		<category><![CDATA[Computer Fraud and Abuse Act]]></category>
		<category><![CDATA[cracking]]></category>
		<category><![CDATA[Department of Justice]]></category>
		<category><![CDATA[DOJ]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[hacker]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[identify theft]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[privacy]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=696177</guid>
		<description><![CDATA[<p>"It's a f*cking ludicrous charge," Auernheimer told me this morning from New Jersey. "The FBI has tried to frame me for terrorism five times, and by their own admission they've been surveilling me since I was 15 years&#160;old."</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=696177&#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/andrew-auernheimer.jpg" target="_blank"><img class="aligncenter size-full wp-image-696180" alt="Andrew Auernheimer" src="http://venturebeat.files.wordpress.com/2013/03/andrew-auernheimer.jpg?w=600&#038;h=375" width="600" height="375" /></a>In June of 2010, Andrew Auernheimer created a small computer program that connected to a publicly accessible, unsecured AT&amp;T database of iPad subscribers. In November of 2012, he was found guilty of violating the Computer Fraud and Abuse Act (CFAA) and identify theft.</p>
<p>Tomorrow, he&#8217;s likely going to jail.</p>
<p>&#8220;It&#8217;s a fucking ludicrous charge,&#8221; Auernheimer told me this morning from New Jersey. &#8220;The FBI has tried to frame me for terrorism five times, and by their own admission they&#8217;ve been surveilling me since I was 15 years old.&#8221;</p>
<hr />
<p style="text-align:center;">Update: <a href="http://venturebeat.com/2013/03/18/andrew-auernheimer-41-months-of-jail-and-a-73000-fine-for-querying-att-servers/">Auernheimer was sentenced to 3 years in jail and $73,000 in fines</a></p>
<hr />
<p>But tomorrow he expects to go to jail. In preparation, he and supporters have rented a 10,000 square foot hall where they&#8217;ll party the night away in perhaps his last taste of freedom for 10 years.</p>
<p>If he does go to jail, it&#8217;ll be the latest chapter in a long list of federal prosecutions of computer &#8220;crimes&#8221; by hackers who are forcing mainstream society to reconsider what freedom of speech means online, what is an appropriate response to a corporation&#8217;s poor security, and what kinds of access constitute crimes. That list includes Aaron Swartz, <a href="http://venturebeat.com/2013/01/17/convicted-hacker-steven-watt-on-aaron-swarzt-its-just-not-justice/">who committed suicide</a> after what many have said was <a href="https://www.eff.org/deeplinks/2013/03/aaron-swartzs-lawyers-accuse-prosecutors-misconduct-help-next-aaron-reforming-cfaa" target="_blank">DOJ misconduct</a>.</p>
<p>The story starts with a boneheaded AT&amp;T decision.</p>
<p>During the summer of 2010, Auernheimer and co-defendant Danile Spitler discovered that by querying AT&amp;T&#8217;s iPad servers with a string of numbers that matched subscribers&#8217; SIM card identifiers, AT&amp;T&#8217;s servers would send back the unencrypted, unprotected email address of the AT&amp;T customer, the iPad owner. AT&amp;T had a massive security design flaw, which, as it admitted in Auernheimer&#8217;s one-week trial, was intentional: for subscriber convenience. After running the script to capture 114,000 email addresses of AT&amp;T iPad subscribers, Auernheimer sent a list of the email addresses to Gawker to highlight the security hole. Gawker then printed them in redacted form.</p>
<p>&#8220;If you buy an Apple product, you have a right to know that Apple partners could compromise your privacy,&#8221; Auernheimer told me, explaining why he sent the email addresses. &#8220;And that they take six months to patch security issues.&#8221;</p>
<p>So there&#8217;s obviously a security issue. And there&#8217;s obviously a privacy issue. But where&#8217;s the crime?</p>
<p>&#8220;We sent Get requests to a public API,&#8221; Auernheimer says. &#8220;They charged me with unauthorized access to a computerized device … and identity theft, which is a possession charge … if you walk down a street and write down physical addresses, you&#8217;re stealing identifiers, and you&#8217;re an identify thief.&#8221;</p>
<p>If sending <a href="http://www.w3schools.com/tags/ref_httpmethods.asp" target="_blank">Get requests</a> is a crime, we are all criminals.</p>
<p>You could be charged with unauthorized access to a computerized device, for instance, simply because you clicked on the link that brought you to this article. Oh, and Google, one of the most successful corporations in the world, is the root of all evil. A Get request is simply a note from a browser computer code asking for a resource. You issue thousands of them every day all by yourself. Google issues billions.</p>
<p>Whether the receiving server responds to that request in any way, shape, or form is entirely at the discretion of the developers and system administrators who control that server.</p>
<p>The CFAA does not define the phrase &#8220;unauthorized access,&#8221; so according to Auernheimer, the government essentially told the jury that his access to the server was unauthorized because they said it was. Which, if true, means that whether you commit a legal act or an illegal act is at the discretion of anyone who runs a webserver, who can change their mind at any time without you knowing.</p>
<p>Good luck following the straight and narrow.</p>
<p>After a one-week trial, a jury found Auernheimer guilty on November 20 after just a few hours of debate. Auernheimer told me that his friend overheard &#8220;vicious arguing and screaming&#8221; in the jury room, so there was some serious debate, but there was a potential reason to be fast, and maybe even hasty.</p>
<p>&#8220;The trial was right before Thanksgiving … I think people wanted to get the hell out of there and get to Thanksgiving,&#8221; Auernheimer said.</p>
<p>Tonight he&#8217;s awaiting sentencing, which could be up to 10 years in jail and up to $500,000 in fines. And he&#8217;s not too hopeful that the judge will go easy on him.</p>
<p>&#8220;I&#8217;m probably going to prison, and they may take me into custody immediately,&#8221; Auernheimer told me. &#8220;But I have an excellent chance on appeal &#8230; any sane examination of the CFAA at this point is going to realize that it criminalizes all web access.&#8221;</p>
<p>The <a href="https://www.eff.org" target="_blank">Electronic Frontier Foundation</a> has already agreed to help him with that appeal.</p>
<br />Filed under: <a href='http://venturebeat.com/category/business/'>Business</a>, <a href='http://venturebeat.com/category/dev/'>Dev</a>, <a href='http://venturebeat.com/category/media/'>Media</a>, <a href='http://venturebeat.com/category/security/'>Security</a>, <a href='http://venturebeat.com/category/top-stories/'>Top stories</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=696177&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2013/03/17/terrorist-hacker-freedom-fighter-andrew-auernheimer-parties-tonight-in-expectation-of-jail-tomorrow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2013/03/andrew-auernheimer.jpg?w=160" /><source url="http://venturebeat.com/2013/03/17/terrorist-hacker-freedom-fighter-andrew-auernheimer-parties-tonight-in-expectation-of-jail-tomorrow/">Terrorist, hacker, freedom fighter: Andrew Auernheimer parties tonight in expectation of jail tomorrow</source>
		<media:thumbnail url="http://venturebeat.files.wordpress.com/2013/03/andrew-auernheimer.jpg?w=160" />
		<media:content url="http://venturebeat.files.wordpress.com/2013/03/andrew-auernheimer.jpg?w=160" medium="image">
			<media:title type="html">Andrew Auernheimer</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/2013/03/andrew-auernheimer.jpg" medium="image">
			<media:title type="html">Andrew Auernheimer</media:title>
		</media:content>
	</item>
		<item>
		<title>President Obama reportedly discusses cyber security with China&#8217;s new president</title>
		<link>http://venturebeat.com/2013/03/15/president-obama-china-president/</link>
		<comments>http://venturebeat.com/2013/03/15/president-obama-china-president/#comments</comments>
		<pubDate>Fri, 15 Mar 2013 19:19:47 +0000</pubDate>
		<dc:creator>Meghan Kelly</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[cyber security]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[intellectual property]]></category>
		<category><![CDATA[international rules]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=663727</guid>
		<description><![CDATA[<p>While on the phone congratulating China's new president Xi Jinping on his appointment, President Obama reportedly slipped in some conversation around cyber security and intellectual property&#160;theft.</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=663727&#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/president-obama-phone.jpg" target="_blank"><img class="alignright size-full wp-image-664529" alt="President Obama phone" src="http://venturebeat.files.wordpress.com/2013/03/president-obama-phone.jpg?w=707&#038;h=472" width="707" height="472" /></a></p>
<p>President Obama called to congratulate China&#8217;s new president Xi Jinping yesterday, reportedly taking the opportunity to talk to the leader about the increasingly tense cyber security situation developing between the two countries, according to the <a href="http://bits.blogs.nytimes.com/2013/03/14/cyberattacks-prominent-in-obama-call-with-new-chinese-president/" target="_blank" target="_blank">New York Times</a>.</p>
<p>Xi Jinping successfully completed the transfer of power and became China&#8217;s president on Thursday, opening a door to new conversations with Washington. Despite many other issues the U.S. must hammer out with China, cyber security has been top of mind for many government officials and rightfully so. A number of high-profile companies have been hacked, tracing the attacks back to China. This includes the The Wall Street Journal and The New York Times. Security firm Mandiant also recently released a report saying China has been attacking the U.S. for a number of years, specifically one group within the Chinese military.</p>
<p>The New York Times reports that President Obama specifically mentioned stealing U.S. companies&#8217; proprietary information and intellectual property.</p>
<p>On Monday, <a href="http://venturebeat.com/2013/03/11/tom-donilon-china-hacking/" target="_blank">U.S. national security adviser Tom Donilon</a> said in a speech in New York that the international community should not stand for action like this any longer and that China needs to come to the table to discuss cyber security rules.</p>
<p>“From the President on down, this has become a key point of concern and discussion with China at all levels of our governments,&#8221; he said in the speech.</p>
<p><a href="http://venturebeat.com/2013/03/12/china-us-cyber-talks/" target="_blank">China&#8217;s Foreign Ministry spokeswoman Hua Chuying responded</a> on Tuesday saying the country is &#8220;willing, on the basis of the principles of mutual respect and mutual trust, to have constructive dialogue and cooperation on this issue with the international community including the United States to maining the security, openness and peace of the Internet.&#8221;</p>
<p><em><a href="http://www.flickr.com/photos/whitehouse/8554017745/sizes/c/in/photostream/" target="_blank" target="_blank">President Obama phone image</a> via <a href="http://www.flickr.com/photos/whitehouse/"id="yui_3_7_3_3_1363375163881_894"  target="_blank">The White House</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=663727&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2013/03/15/president-obama-china-president/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2013/03/president-obama-phone.jpg?w=160" /><source url="http://venturebeat.com/2013/03/15/president-obama-china-president/">President Obama reportedly discusses cyber security with China&#8217;s new president</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/president-obama-phone.jpg" medium="image">
			<media:title type="html">President Obama phone</media:title>
		</media:content>
	</item>
		<item>
		<title>DoJ brings charges against Reuters social media editor for conspiring with Anonymous</title>
		<link>http://venturebeat.com/2013/03/14/reuters-indictiment/</link>
		<comments>http://venturebeat.com/2013/03/14/reuters-indictiment/#comments</comments>
		<pubDate>Thu, 14 Mar 2013 21:52:23 +0000</pubDate>
		<dc:creator>Meghan Kelly</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Anonymous]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[hacking]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=641386</guid>
		<description><![CDATA[<p>Matthew Keys, the social media deputy editor, was indicted today for giving Anonymous hackers access to his former employee's&#160;servers.</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=641386&#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/la-times-hack.png" target="_blank"><img class="alignright size-full wp-image-642568" alt="LA Times hack" src="http://venturebeat.files.wordpress.com/2013/03/la-times-hack.png?w=874&#038;h=472" width="874" height="472" /></a></p>
<p>Reuters deputy social media editor <a href="https://twitter.com/TheMatthewKeys" target="_blank" target="_blank">Matthew Keys</a> was <a href="http://www.justice.gov/opa/pr/2013/March/13-crm-311.html" target="_blank" target="_blank">indicted</a> for allegedly giving hackers access to the servers of his former employer, the Tribune Company. Tribune owns the Los Angeles Times, which the Anonymous hacker subsequently defaced.</p>
<p>According to the indictment, Keys allegedly chatted with an Anonymous hacker and offered credentials to log into the Tribune&#8217;s servers after the hacker explained that system administrators had caught and blocked him. Keys identified himself on the chat as AESCracked. After supplying the access, the hacker then defaced a feature story in the LA Times, changing the headline, the byline, and the sub-headline to include variations on the name &#8220;CHIPPY 1337.&#8221; He also edited a line to say, &#8220;House Democratic leader Steny Hoyer sees &#8216;very good things&#8217; in the deal cut which will see uber skid Chippy 1337 take his rightful place, as head of the Senate, reluctant House Democrats told to SUCK IT UP.&#8221;</p>
<p>Today&#8217;s indictment is new, but allegations against Keys have been around for awhile. As <a href="http://gizmodo.com/5990635/reuters-employee-exposed-as-anonymous-agent" target="_blank" target="_blank">Gizmodo</a> pointed, Sabu, the reported &#8220;Anonymous leader&#8221; who worked with the FBI to take down a number of key figures in the loose organization, accused Keys of being involved in the hack two years ago.</p>
<p>He <a href="https://twitter.com/anonymouSabu/status/50036860407386112" target="_blank" target="_blank">tweeted</a>, &#8220;AESCracked/Matt Keys was former producer for Tribune sites. Gave full control of LATimes.com to hackers.&#8221;</p>
<p>According to the indictment, Keys could face up to 10 years in jail, three years of supervised release, and a $250,000 fine.</p>
<p><em>hat tip <a href="http://www.politico.com/blogs/media/2013/03/reuters-matthew-keys-indicted-for-conspiring-with-159358.html" target="_blank" target="_blank">Politico</a>; <a href="http://i.imgur.com/tHlynK7.png" target="_blank" target="_blank">LA Times hack image</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=641386&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2013/03/14/reuters-indictiment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2013/03/matthew-keys.jpg?w=160" /><source url="http://venturebeat.com/2013/03/14/reuters-indictiment/">DoJ brings charges against Reuters social media editor for conspiring with Anonymous</source>
		<media:thumbnail url="http://venturebeat.files.wordpress.com/2013/03/matthew-keys.jpg?w=160" />
		<media:content url="http://venturebeat.files.wordpress.com/2013/03/matthew-keys.jpg?w=160" medium="image">
			<media:title type="html">matthew keys</media:title>
		</media:content>

		<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/la-times-hack.png" medium="image">
			<media:title type="html">LA Times hack</media:title>
		</media:content>
	</item>
		<item>
		<title>U.S. national security adviser calls for China to discuss cyber &#8216;rules&#8217;</title>
		<link>http://venturebeat.com/2013/03/11/tom-donilon-china-hacking/</link>
		<comments>http://venturebeat.com/2013/03/11/tom-donilon-china-hacking/#comments</comments>
		<pubDate>Tue, 12 Mar 2013 00:46:40 +0000</pubDate>
		<dc:creator>Meghan Kelly</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[China]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[international cyberspace rules]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=636941</guid>
		<description><![CDATA[<p>Tom Donilon, U.S. national security adviser, explained that Chinese hacking is top of mind for the administration in a speech&#160;today.</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=636941&#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/03/tom-donilon.jpg" target="_blank"><img class="size-full wp-image-636971 aligncenter" alt="Tom Donilon" src="http://venturebeat.files.wordpress.com/2013/03/tom-donilon.jpg?w=708&#038;h=472" width="708" height="472" /></a></p>
<p>U.S. national security adviser Tom Donilon spoke out today against Chinese hacking saying &#8220;the international community cannot afford to tolerate such activity.&#8221;</p>
<p>Donilon <a href="http://www.whitehouse.gov/the-press-office/2013/03/11/remarks-tom-donilon-national-security-advisory-president-united-states-a" target="_blank" target="_blank">spoke today in New York</a> saying that the U.S. needs three things from China: a recognition of how serious this situation is, action from Beijing to stop people within the country from carrying out these cyber attacks, and an opportunity to come to the table and hammer out &#8220;acceptable norms of behavior in cyberspace.&#8221; He did not specifically call out the Chinese government an actor in recent hacking events.</p>
<p>Earlier in February, security firm Mandiant released information about Chinese hackers attacking not just the New York Times, which found a breach in its system also in February, but U.S. entities in general. This has, as <a href="http://thehill.com/blogs/hillicon-valley/technology/287397-white-house-demands-china-stop-hacking-us-companies" target="_blank" target="_blank">The Hill </a>points out, been the first real substantive comment from the White House on the issue.</p>
<p>China <a href="http://www.nytimes.com/2013/03/11/world/asia/china-calls-for-global-hacking-rules.html" target="_blank" target="_blank">made it&#8217;s own call for &#8220;rules&#8221;</a> today as well. Foreign minister Yang Jiechi spoke to reporters in China Sunday referencing reports, perhaps Mandiant&#8217;s, that he says are &#8220;built on shaky ground.&#8221;</p>
<p>&#8220;Increasingly, U.S. businesses are speaking out about their serious concerns about sophisticated, targeted theft of confidential business information and proprietary technologies through cyber intrusions emanating from China on an unprecedented scale,&#8221; said Donilon in his own remarks. &#8220;From the President on down, this has become a key point of concern and discussion with China at all levels of our governments.&#8221;</p>
<p><em><a href="http://www.flickr.com/photos/whitehouse/4876618413/sizes/l/in/photostream/" target="_blank" target="_blank">Tom Donilon image</a> via <a href="http://www.flickr.com/photos/whitehouse/"id="yui_3_7_3_3_1363049166284_872"  target="_blank">The White House</a>/Flickr</em></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=636941&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2013/03/11/tom-donilon-china-hacking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2013/03/tom-donilon.jpg?w=160" /><source url="http://venturebeat.com/2013/03/11/tom-donilon-china-hacking/">U.S. national security adviser calls for China to discuss cyber &#8216;rules&#8217;</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/tom-donilon.jpg" medium="image">
			<media:title type="html">Tom Donilon</media:title>
		</media:content>
	</item>
		<item>
		<title>Following Facebook &amp; Apple hacking, Oracle issues emergency Java update</title>
		<link>http://venturebeat.com/2013/03/05/facebook-apple-hacking-oracle-issues-emergency-java-update/</link>
		<comments>http://venturebeat.com/2013/03/05/facebook-apple-hacking-oracle-issues-emergency-java-update/#comments</comments>
		<pubDate>Tue, 05 Mar 2013 14:28:37 +0000</pubDate>
		<dc:creator>Sean Ludwig</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=633173</guid>
		<description><![CDATA[<p>Oracle has issued an emergency patch for its Java software after a string of high-profile hacking incidents at companies including Apple, Facebook, Twitter, and&#160;Microsoft.</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=633173&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://venturebeat.com/2013/03/05/facebook-apple-hacking-oracle-issues-emergency-java-update/ss-sewing-patch-java-oracle/" rel="attachment wp-att-633184"><img src="http://venturebeat.files.wordpress.com/2013/03/ss-sewing-patch-java-oracle.jpg?w=655&#038;h=500" alt="ss-sewing-patch-java-oracle" width="655" height="500" class="aligncenter size-full wp-image-633184" /></a></p>
<p>Oracle has <a href="http://www.oracle.com/technetwork/topics/security/alert-cve-2013-1493-1915081.html" target="_blank" target="_blank">issued an emergency patch</a> for its Java software after a string of high-profile hacking incidents at companies including Apple, Facebook, Twitter, and Microsoft.</p>
<p>Java has become a persistent thorn in the side of major companies. A small number of Apple employees had their computers <a href="http://venturebeat.com/2013/02/19/apple-hacked-by-the-same-chinese-hackers-that-breached-facebook/" target="_blank">hacked via a Java exploit</a> in February. <a href="http://venturebeat.com/2013/02/15/facebook-hacked/" target="_blank">Facebook disabled Java</a> after several of its employees were hacked as well.</p>
<p>The U.S. Department of Homeland Security even recently <a href="http://venturebeat.com/2013/01/14/homeland-security-oracle-java/" target="_blank">recommended to stop using Java</a> because of its persistent security problems.</p>
<p>Oracle&#8217;s new emergency patch specifically addresses issues affecting Java running in web browsers. The company writes in its latest security alert:</p>
<blockquote><p>This Security Alert addresses security issues CVE-2013-1493 (US-CERT VU#688246) and another vulnerability affecting Java running in web browsers. These vulnerabilities are not applicable to Java running on servers, standalone Java desktop applications or embedded Java applications. They also do not affect Oracle server-based software.</p>
<p>These vulnerabilities may be remotely exploitable without authentication, i.e., they may be exploited over a network without the need for a username and password. For an exploit to be successful, an unsuspecting user running an affected release in a browser must visit a malicious web page that leverages these vulnerabilities. Successful exploits can impact the availability, integrity, and confidentiality of the user&#8217;s system.</p></blockquote>
<p><em><a href="http://www.shutterstock.com/pic-48834145/stock-photo-patch-with-red-thread-attached-on-jeans-textured.html" target="_blank" target="_blank">Sewing patch on jeans</a> via cosma/Shutterstock</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=633173&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2013/03/05/facebook-apple-hacking-oracle-issues-emergency-java-update/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2013/03/ss-sewing-patch-java-oracle.jpg?w=160" /><source url="http://venturebeat.com/2013/03/05/facebook-apple-hacking-oracle-issues-emergency-java-update/">Following Facebook &amp; Apple hacking, Oracle issues emergency Java update</source>
		<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/2013/03/ss-sewing-patch-java-oracle.jpg" medium="image">
			<media:title type="html">ss-sewing-patch-java-oracle</media:title>
		</media:content>
	</item>
		<item>
		<title>Profile of a cyber criminal (infographic)</title>
		<link>http://venturebeat.com/2013/02/22/profile-of-a-cyber-criminal-infographic/</link>
		<comments>http://venturebeat.com/2013/02/22/profile-of-a-cyber-criminal-infographic/#comments</comments>
		<pubDate>Fri, 22 Feb 2013 16:28:46 +0000</pubDate>
		<dc:creator>John Koetsier</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[China]]></category>
		<category><![CDATA[cracker]]></category>
		<category><![CDATA[cyber criminal]]></category>
		<category><![CDATA[hacker]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[Jumio]]></category>
		<category><![CDATA[russia]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=626905</guid>
		<description><![CDATA[<p>Yesterday, Zendesk was hacked and the personal information of an unknown number of Twitter, Pinterest, and Tumblr users was stolen. Last year, 12.6 million U.S adults were the victims of identity&#160;fraud.</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=626905&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://venturebeat.com/2013/02/22/profile-of-a-cyber-criminal-infographic/screen-shot-2013-02-22-at-8-25-32-am/" rel="attachment wp-att-626912"><img class="aligncenter size-full wp-image-626912" alt="Screen Shot 2013-02-22 at 8.25.32 AM" src="http://venturebeat.files.wordpress.com/2013/02/screen-shot-2013-02-22-at-8-25-32-am.png?w=701&#038;h=348" width="701" height="348" /></a>Yesterday, <a href="http://venturebeat.com/2013/02/22/zendesk-hacked-twitter-pinterest-and-tumblr-users-were-affected/">Zendesk was hacked</a> and the personal information of an unknown number of Twitter, Pinterest, and Tumblr users was stolen. Last year, <a href="http://redtape.nbcnews.com/_news/2013/02/20/17022584-id-theft-on-the-rise-again-126-million-victims-in-2012-study-shows?lite" target="_blank">12.6 million U.S adults</a> were the victims of identity fraud.</p>
<p>Who&#8217;s committing these crimes?</p>
<p>Most of them are between 29 and 49 years old, and three-quarters are male. They work in organized groups, half of which have six or more members. And they live all over the world, but especially in Asia, notably China and Indonesia.</p>
<p>That&#8217;s according to online payments company <a href="http://jumio.com" target="_blank">Jumio</a> &#8211; one of the companies that Facebook founder Eduardo Saverin has invested in. Jumio has put together an infographic highlighting who is attacking companies and people.</p>
<p>To do what they do, cyber criminals need access to the interwebs. That means Internet service providers and website hosting providers are critical, and most of the ones criminals work through are based in Russia and China.</p>
<p>This won&#8217;t make victims of identify theft, hacking, or online fraud feel any better, but only 0.0019 percent of cybercrimes in the U.S. in 2010 were tried in court and saw the hackers convicted.</p>
<p>Here&#8217;s all the data, in visual form:</p>
<p><a href="http://venturebeat.com/2013/02/22/profile-of-a-cyber-criminal-infographic/cybercriminal_r4/" rel="attachment wp-att-626911"><img class="aligncenter size-full wp-image-626911" alt="CyberCriminal_R4" src="http://venturebeat.files.wordpress.com/2013/02/cybercriminal_r4.jpg?w=972&#038;h=2895" width="972" height="2895" /></a></p>
<p>Image credits: Jumio</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=626905&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2013/02/22/profile-of-a-cyber-criminal-infographic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2013/02/screen-shot-2013-02-22-at-8-25-32-am.png?w=160" /><source url="http://venturebeat.com/2013/02/22/profile-of-a-cyber-criminal-infographic/">Profile of a cyber criminal (infographic)</source>
		<media:thumbnail url="http://venturebeat.files.wordpress.com/2013/02/screen-shot-2013-02-22-at-8-25-32-am.png?w=160" />
		<media:content url="http://venturebeat.files.wordpress.com/2013/02/screen-shot-2013-02-22-at-8-25-32-am.png?w=160" medium="image">
			<media:title type="html">Screen Shot 2013-02-22 at 8.25.32 AM</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/2013/02/screen-shot-2013-02-22-at-8-25-32-am.png" medium="image">
			<media:title type="html">Screen Shot 2013-02-22 at 8.25.32 AM</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2013/02/cybercriminal_r4.jpg" medium="image">
			<media:title type="html">CyberCriminal_R4</media:title>
		</media:content>
	</item>
		<item>
		<title>Chinese government&#8217;s response to hacking claims: &#8216;Nuh-uh&#8217;</title>
		<link>http://venturebeat.com/2013/02/19/chinese-governments-response-to-hacking-claims-nuh-uh/</link>
		<comments>http://venturebeat.com/2013/02/19/chinese-governments-response-to-hacking-claims-nuh-uh/#comments</comments>
		<pubDate>Tue, 19 Feb 2013 22:08:53 +0000</pubDate>
		<dc:creator>Tom Cheredar</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[China]]></category>
		<category><![CDATA[cyberattacks]]></category>
		<category><![CDATA[hacking]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=624710</guid>
		<description><![CDATA[<p>The People's Republic of China would like you to know that it had nothing to do with large scale cyberattacks against more than a hundred U.S. businesses, a government spokesperson stated in a news conference&#160;today.</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=624710&#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/china-hacking.jpg" target="_blank"><img class="aligncenter size-full wp-image-624789" alt="Chinese Hackers" src="http://venturebeat.files.wordpress.com/2013/02/china-hacking.jpg?w=1000&#038;h=800" width="1000" height="800" /></a> The People&#8217;s Republic of China would like you to know that it had nothing to do with large-scale cyberattacks against more than a hundred U.S. businesses, a government spokesperson stated in a news conference today.</p>
<p>The response from the Communist Chinese government comes a day after <a href="http://www.washingtonpost.com/business/china-calls-us-groups-report-tracing-hacking-attacks-to-chinese-military-unit-groundless/2013/02/19/59672436-7a72-11e2-9c27-fdd594ea6286_story.html" target="_blank" target="_blank">U.S. security firm Mandiant Corp</a>. released a lengthy report (<a href="http://venturebeat.files.wordpress.com/2013/02/mandiant_apt1_report.pdf" target="_blank" target="_blank">PDF</a>) claiming that a Chinese military group stole hundreds of terabytes of data from about 141 organizations since 2006. While the report mentioned no specific businesses, the firm did say that the type of organizations came from several industries, including information technology, energy, aerospace, and telecommunications.</p>
<p>&#8220;Cyberattacks are anonymous and transnational, and it is hard to trace the origin of attacks, so I don&#8217;t know how the findings of the report are credible,&#8221; said Chinese foreign ministry spokesman Hong Lei during a news conference today.</p>
<p>That may be so, but Mandiant&#8217;s report indicated that the bulk of cyberattacks in its report came from a building just outside Shanghai that is operated by “Unit 61398” of the People’s Liberation Army. I&#8217;d say that&#8217;s pretty specific, which basically makes the Chinese government&#8217;s response equal to a professional version of <em>nuh-uh</em>. And while that response might be OK for denying cheating during a middle school game of kickball, it&#8217;s probably not going to hold up for hacking giant U.S. corporations.</p>
<p>But the attackers are coming from both sides, according to the Chinese government. During the press conference, Lei stated that his government was also the victim of cyberattacks that originated in the U.S. Lei didn&#8217;t, however, finger the U.S. government as being responsible.</p>
<p>Cyberattacks from within China are certainly on the rise. The <a href="http://venturebeat.com/2013/01/31/chinese-hackers-bring-cyberwarfare-to-the-new-york-times/" target="_blank">New York Times</a> reported being infiltrated by Chinese hackers back in January. And more recently, both <a href="http://venturebeat.com/2013/02/15/facebook-hacked/" target="_blank">Facebook</a> and <a href="http://venturebeat.com/2013/02/19/apple-hacked-by-the-same-chinese-hackers-that-breached-facebook/" target="_blank">Apple</a> reported Chinese hacker groups attempting to breach corporate security.</p>
<p><em><a href="http://www.shutterstock.com/pic-120551545/stock-photo-security-concept-lock-on-digital-screen-illustration.html?src=BB1335CC-7ADF-11E2-832B-D6E6ACE6966E-1-7" target="_blank" target="_blank">Cybersecurity image</a> via Sergey Nivens/Shutterstock; Illustration by Tom Cheredar</em> <em>Via <a href="http://online.wsj.com/article_email/SB10001424127887323764804578313101135258708-lMyQjAxMTAzMDEwOTExNDkyWj.html" target="_blank" target="_blank">WSJ</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=624710&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2013/02/19/chinese-governments-response-to-hacking-claims-nuh-uh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2013/02/china-hacking.jpg?w=160" /><source url="http://venturebeat.com/2013/02/19/chinese-governments-response-to-hacking-claims-nuh-uh/">Chinese government&#8217;s response to hacking claims: &#8216;Nuh-uh&#8217;</source>
		<media:content url="http://2.gravatar.com/avatar/2398004bfb5f0b388f1598ca705f59c7?s=96&#38;d=http%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">vbtomcheredar</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2013/02/china-hacking.jpg" medium="image">
			<media:title type="html">Chinese Hackers</media:title>
		</media:content>
	</item>
		<item>
		<title>Jeep&#8217;s Twitter account hacked, now says &#8216;sold to Cadillac&#8217;</title>
		<link>http://venturebeat.com/2013/02/19/jeeps-twitter-account-hacked-now-says-sold-to-cadillac/</link>
		<comments>http://venturebeat.com/2013/02/19/jeeps-twitter-account-hacked-now-says-sold-to-cadillac/#comments</comments>
		<pubDate>Tue, 19 Feb 2013 19:19:53 +0000</pubDate>
		<dc:creator>Sean Ludwig</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Social]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[Twitter accounts]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=624598</guid>
		<description><![CDATA[<p>Jeep's Twitter account has been hijacked by the same jokers who hacked Burger King's Twitter account&#160;yesterday.</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=624598&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://venturebeat.com/2013/02/19/jeeps-twitter-account-hacked-now-says-sold-to-cadillac/flickr-jeep-punk/" rel="attachment wp-att-624628"><img class="aligncenter size-full wp-image-624628" alt="flickr-jeep-punk" src="http://venturebeat.files.wordpress.com/2013/02/flickr-jeep-punk.jpg?w=655&#038;h=500" width="655" height="500" /></a></p>
<p>Following <a href="http://venturebeat.com/2013/02/18/burger-kings-twitter-hacked/" target="_blank">Burger King&#8217;s Twitter hijacking</a> yesterday, we would have assumed all major brands would beef up their passwords on Twitter. Apparently, we were wrong, as <a href="https://twitter.com/jeep" target="_blank" target="_blank">Jeep&#8217;s account</a> has been hacked today by the same pranksters that hacked Burger King.</p>
<p>Jeep&#8217;s Twitter account now has the following description: &#8220;The official Twitter handle for the Jeep® &#8212; Just Empty Every Pocket, Sold To Cadillac =[ #OpMadCow #OpWhopper In a hood near you!&#8221;</p>
<p>Here&#8217;s what the top of the account looks like:</p>
<p><a href="http://venturebeat.com/2013/02/19/jeeps-twitter-account-hacked-now-says-sold-to-cadillac/jeep-twitter-account-hacked/" rel="attachment wp-att-624602"><img class="aligncenter size-full wp-image-624602" alt="jeep-twitter-account-hacked" src="http://venturebeat.files.wordpress.com/2013/02/jeep-twitter-account-hacked.jpg?w=655&#038;h=680" width="655" height="680" /></a></p>
<p>Here are some of the tweets from the hijacked account:</p>
<p><a href="http://venturebeat.com/2013/02/19/jeeps-twitter-account-hacked-now-says-sold-to-cadillac/screen-shot-2013-02-19-at-2-15-20-pm/" rel="attachment wp-att-624608"><img class="aligncenter size-full wp-image-624608" alt="Screen Shot 2013-02-19 at 2.15.20 PM" src="http://venturebeat.files.wordpress.com/2013/02/screen-shot-2013-02-19-at-2-15-20-pm.png?w=538&#038;h=649" width="538" height="649" /></a></p>
<p>This tweet was especially childish, but Jeep probably had it coming after not working to protect its account more.</p>
<p><a href="http://venturebeat.com/2013/02/19/jeeps-twitter-account-hacked-now-says-sold-to-cadillac/screen-shot-2013-02-19-at-2-15-43-pm/" rel="attachment wp-att-624616"><img class="aligncenter size-full wp-image-624616" alt="Screen Shot 2013-02-19 at 2.15.43 PM" src="http://venturebeat.files.wordpress.com/2013/02/screen-shot-2013-02-19-at-2-15-43-pm.png?w=509&#038;h=490" width="509" height="490" /></a></p>
<p>We fully expect Twitter will suspend the account soon, but this incident should be a clear lesson. If you&#8217;re a social media marketer, it&#8217;s time to make your passwords more secure.</p>
<p>And on Twitter&#8217;s end &#8212; this might be a good time to <a href="http://venturebeat.com/2012/11/28/cloud-security-cloudbeat-2012/" target="_blank">enable multifactor authentication</a>. It&#8217;s a little annoying, but it could have stopped Anonymous from hacking Jeep and Burger King&#8217;s accounts as well as <a href="http://venturebeat.com/2012/08/06/apple-amazon-security-flaws/" target="_blank">other hacks</a>.</p>
<p><em><a href="http://www.flickr.com/photos/kradlum/2511449050/" target="_blank" target="_blank">Top photo</a> via Kradlum/Flickr</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=624598&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2013/02/19/jeeps-twitter-account-hacked-now-says-sold-to-cadillac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2013/02/flickr-jeep-punk.jpg?w=160" /><source url="http://venturebeat.com/2013/02/19/jeeps-twitter-account-hacked-now-says-sold-to-cadillac/">Jeep&#8217;s Twitter account hacked, now says &#8216;sold to Cadillac&#8217;</source>
		<media:thumbnail url="http://venturebeat.files.wordpress.com/2013/02/flickr-jeep-punk.jpg?w=160" />
		<media:content url="http://venturebeat.files.wordpress.com/2013/02/flickr-jeep-punk.jpg?w=160" medium="image">
			<media:title type="html">flickr-jeep-punk</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/2013/02/flickr-jeep-punk.jpg" medium="image">
			<media:title type="html">flickr-jeep-punk</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2013/02/jeep-twitter-account-hacked.jpg" medium="image">
			<media:title type="html">jeep-twitter-account-hacked</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2013/02/screen-shot-2013-02-19-at-2-15-20-pm.png" medium="image">
			<media:title type="html">Screen Shot 2013-02-19 at 2.15.20 PM</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2013/02/screen-shot-2013-02-19-at-2-15-43-pm.png" medium="image">
			<media:title type="html">Screen Shot 2013-02-19 at 2.15.43 PM</media:title>
		</media:content>
	</item>
		<item>
		<title>Adobe issues another emergency Flash fix after Mac &amp; Windows attacks</title>
		<link>http://venturebeat.com/2013/02/08/adobe-issues-another-emergency-flash-fix-after-mac-windows-attacks/</link>
		<comments>http://venturebeat.com/2013/02/08/adobe-issues-another-emergency-flash-fix-after-mac-windows-attacks/#comments</comments>
		<pubDate>Fri, 08 Feb 2013 16:17:45 +0000</pubDate>
		<dc:creator>Sean Ludwig</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[exploits]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[hacking]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=619242</guid>
		<description><![CDATA[<p>Adobe has issued an emergency fix to its Flash software, yet another incident where Flash shows vulnerabilities to hacks and&#160;exploits.</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=619242&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://venturebeat.com/2013/02/08/adobe-issues-another-emergency-flash-fix-after-mac-windows-attacks/flickr-flash/" rel="attachment wp-att-619254"><img src="http://venturebeat.files.wordpress.com/2013/02/flickr-flash.jpg?w=655&#038;h=475" alt="flickr-flash" width="655" height="475" class="alignright size-full wp-image-619254" /></a></p>
<p>Adobe has <a href="https://www.adobe.com/support/security/bulletins/apsb13-04.html" target="_blank" target="_blank">issued an emergency fix</a> to its Flash software, yet another incident where Flash shows vulnerabilities to hacks and exploits.</p>
<p>Flash is one of the most notorious pieces of software for exploits, along with <a href="http://venturebeat.com/2013/01/11/homeland-security-java/" target="_blank">Java</a>. Steve Jobs <a href="http://www.apple.com/hotnews/thoughts-on-flash/" target="_blank" target="_blank">famously blasted Flash</a> and blocked it from working on the iPhone and iPad over several issues including security concerns.</p>
<p>The latest Flash exploit targets people who use Flash in the Safari browser on Mac and the Mozilla Firefox browser on Macs and PCs. Adobe also warns that there are attacks happening in email as well &#8212; users are tricked into opening a Microsoft Word document attached to an email, but it actually hacks the computer using &#8220;malicious Flash content.&#8221;</p>
<p>Adobe recommends that all users of Flash <a href="http://get.adobe.com/flashplayer/" target="_blank" target="_blank">immediately update to the latest version</a> of the software to protect from these latest exploits. We think it&#8217;s a good idea too.</p>
<p>The latest fixes designed to block the exploits are specifically for Windows and Mac OS X. That said, Adobe also has issued new versions of Flash for Linux and Android as well.</p>
<p><em><a href="http://www.flickr.com/photos/jdhancock/4317168441/" target="_blank" target="_blank">Flash mob photo</a> via JD Hancock/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=619242&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2013/02/08/adobe-issues-another-emergency-flash-fix-after-mac-windows-attacks/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2013/02/flickr-flash.jpg?w=160" /><source url="http://venturebeat.com/2013/02/08/adobe-issues-another-emergency-flash-fix-after-mac-windows-attacks/">Adobe issues another emergency Flash fix after Mac &amp; Windows attacks</source>
		<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/2013/02/flickr-flash.jpg" medium="image">
			<media:title type="html">flickr-flash</media:title>
		</media:content>
	</item>
		<item>
		<title>Chinese hackers bring cyberwarfare to The New York Times</title>
		<link>http://venturebeat.com/2013/01/31/chinese-hackers-bring-cyberwarfare-to-the-new-york-times/</link>
		<comments>http://venturebeat.com/2013/01/31/chinese-hackers-bring-cyberwarfare-to-the-new-york-times/#comments</comments>
		<pubDate>Thu, 31 Jan 2013 16:13:37 +0000</pubDate>
		<dc:creator>Ricardo Bilton</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[China]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[hacking]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=614287</guid>
		<description><![CDATA[<p>The New York Times reports that Chinese hackers secretly attacked its networks for four&#160;months.</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=614287&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://venturebeat.files.wordpress.com/2011/03/new-york-times-building.jpg" target="_blank"><img class="size-full wp-image-263711 aligncenter" alt="Image (1) new-york-times-building.jpg for post 249315" src="http://venturebeat.files.wordpress.com/2011/03/new-york-times-building.jpg?w=500&#038;h=375" width="500" height="375" /></a></p>
<p>Media companies, it&#8217;s time to fire up those firewalls.</p>
<p><a href="http://www.nytimes.com/2013/01/31/technology/chinese-hackers-infiltrate-new-york-times-computers.html?pagewanted=all&amp;_r=0" target="_blank">The New York Times has reported</a> that Chinese hackers secretly attacked its networks for four months. The timing of the attacks syncs with stories it ran investigating the family wealth of Chinese prime minister Wen Jiabao, the newspaper said.</p>
<p>At the core of the attacks was the email account of Shanghai bureau chief David Barboza, who wrote the stories investigating Wen&#8217;s family. Hackers also targeted the email account of Jim Yardley, The Times’s South Asia bureau chief in India.</p>
<p>According to executive editor Jill Abramson, there was no evidence that the hackers had actually accessed sensitive files or emails. This means either they were the worst hackers in the world or The Times really has no idea what the hackers got their hands on.</p>
<p>The report is significant because it shows just how easy it can be to infiltrate the networks of multinational media organizations. Clearly it&#8217;s not just the military and utilities companies that have to worry about being hacked by foreign bad guys.</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=614287&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2013/01/31/chinese-hackers-bring-cyberwarfare-to-the-new-york-times/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2011/03/new-york-times-building.jpg" /><source url="http://venturebeat.com/2013/01/31/chinese-hackers-bring-cyberwarfare-to-the-new-york-times/">Chinese hackers bring cyberwarfare to The New York Times</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/2011/03/new-york-times-building.jpg" medium="image">
			<media:title type="html">Image (1) new-york-times-building.jpg for post 249315</media:title>
		</media:content>
	</item>
		<item>
		<title>Convicted hacker Stephen Watt on Aaron Swartz: &#8216;It&#8217;s just not justice&#8217;</title>
		<link>http://venturebeat.com/2013/01/17/convicted-hacker-steven-watt-on-aaron-swarzt-its-just-not-justice/</link>
		<comments>http://venturebeat.com/2013/01/17/convicted-hacker-steven-watt-on-aaron-swarzt-its-just-not-justice/#comments</comments>
		<pubDate>Thu, 17 Jan 2013 21:44:47 +0000</pubDate>
		<dc:creator>John Koetsier</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Dev]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Aaron Schwarz]]></category>
		<category><![CDATA[cracker]]></category>
		<category><![CDATA[editor's pick]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[hacker]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[JSTOR]]></category>
		<category><![CDATA[law]]></category>
		<category><![CDATA[Stephen Heymann]]></category>
		<category><![CDATA[Steven Watt]]></category>
		<category><![CDATA[TJ Maxx]]></category>
		<category><![CDATA[TJX]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=606515</guid>
		<description><![CDATA[<p><span class="post-label editors-pick">Editor's Pick</span> "Prosecutors do not acknowledge nuance," Watt told me today. "They turn everything into a very clear-cut moral issue, where everything is nicely packaged into a premeditated&#160;act."</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=606515&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://venturebeat.com/2013/01/17/convicted-hacker-steven-watt-on-aaron-schwarz-its-just-not-justice/screen-shot-2013-01-17-at-1-35-56-pm/" rel="attachment wp-att-606561"><img class="aligncenter size-full wp-image-606561" alt="Screen Shot 2013-01-17 at 1.35.56 PM" src="http://venturebeat.files.wordpress.com/2013/01/screen-shot-2013-01-17-at-1-35-56-pm.png?w=627&#038;h=447" width="627" height="447" /></a>If convicted of the crimes for which U.S. Attorney Stephen Heymann was prosecuting him, Reddit co-founder Aaron Swartz could have gone to jail for 30-35 years. But it was probably the waiting, uncertainty, and personal attacks that did more damage, according to hacker and convicted felon Stephen Watt.</p>
<p>&#8220;Prosecutors do not acknowledge nuance,&#8221; Watt told me today. &#8220;They turn everything into a very clear-cut moral issue, where everything is nicely packaged into a premeditated act.&#8221;</p>
<p>Swartz, of course, <a href="http://venturebeat.com/2013/01/12/web-pioneer-and-activist-aaron-swartz-dead-at-26/">downloaded almost 5 million academic articles from JSTOR</a>, a nonprofit that provides access to academic journals. It was probably illegal, although JSTOR decided not to pursue legal action. Heymann did, however, and very aggressively. Swartz, who had a history of depression, committed suicide just five days ago.</p>
<p>&#8220;If you look at the sorts of cases that [Heymann] prosecutes, he does seem to very much enjoy being the first one to accomplish something in a legal sense,&#8221; Watt said. &#8220;He seems to push the envelope &#8230; and I have certainly heard the word &#8216;bully&#8217; used to describe Heyman. It was a common label.&#8221;</p>
<p>That&#8217;s something that legal activist Lawrence Lessig <a href="http://lessig.tumblr.com/post/40347463044/prosecutor-as-bully" target="_blank">highlighted on his blog post</a> about Swartz&#8217;s suicide as well.</p>
<p>Watt was convicted of helping a criminal group <a href="http://venturebeat.com/2009/08/17/trio-charged-with-stealing-identities-for-as-many-as-130-million-credit-cards/">steal 40 million credit cards</a> from TJX and various retailers after creating a data-sniffing software tool for his best friend. According to Watt, <a href="http://www.wired.com/threatlevel/2009/06/watt/" target="_blank">he wasn&#8217;t in the conspiracy</a> and didn&#8217;t know exactly how his software would be used; he just shared it, as is common in the hacker/cracker community. And he didn&#8217;t receive any of the ill-gotten gains.</p>
<p>&#8220;I acknowledge I&#8217;m a much less sympathetic character, simply because of the company I kept,&#8221; says Watt, a fitness addict who now runs a sports supplement store but is still negotiating with his probation officer over whether he can use computers. &#8220;What I do know is that in both cases you have actions taken by the defendants which are not in any way criminal &#8230; and actions which are not overtly criminal need to precipitate a much more nuanced investigation, and a much more appropriate sentence.&#8221;</p>
<p>When it comes to Aaron Swartz&#8217;s case, Watt says that prosecutors used the same damage and punishment matrix they had used for him. Based on the number of files and the calculated damages, Swartz was facing half a lifetime in jail and a million-dollar fine.</p>
<p>&#8220;But if you look at Aaron&#8217;s history, any reasonable person would assume he was not going to sell this information &#8230; he wanted to free this information,&#8221; Watt told me. &#8220;And yet you have this insinuation that he might have wanted to profit from it.&#8221;</p>
<p>When Heymann spoke in court about Watt, he highlighted Watt&#8217;s supposed &#8220;sociopathic tendencies&#8221; by finding quotes from Mike Tyson and the movie Fight Club on Watt&#8217;s MySpace page, he told me, insinuating that Watt had created his data-sniffing code as part of an attempt to &#8220;bring down the end of the country&#8217;s financial institutions.&#8221; Then, in closing comments, Watt says that Heymann said that he was &#8220;not someone to feel sorry for,&#8221; had enjoyed a &#8220;privileged background,&#8221; and that &#8220;his parents had read to him as a child.&#8221;</p>
<p>That kind of take-no-prisoners prosecution, Watt feels, contributed to Swartz&#8217;s suicide. And it&#8217;s something that doesn&#8217;t advance the pursuit of justice.</p>
<p>&#8220;In both situations there was a very compelling case that nothing illegal had been done,&#8221; Watt said to me. &#8220;To face those sorts of overwhelming odds … it&#8217;s just not justice.&#8221;</p>
<p>Watt, who will be speaking about his experiences with the law in April at <a href="http://infiltratecon.com" target="_blank">Infiltrate 2013</a> in Miami, says the waiting is the hardest part.</p>
<p>&#8220;When I think of the stress that Aaron was feeling &#8230; that was absolutely the most psychologically debilitating time of the process,&#8221; he says. &#8220;It&#8217;s worse than being behind bars: You&#8217;re in limbo, you&#8217;re unable to work, and you&#8217;re financially hamstrung.&#8221;</p>
<p>Jonathan James, one of the other hackers investigated in the TJX investigation for which Watt did time, <a href="http://en.wikipedia.org/wiki/Jonathan_James" target="_blank">committed suicide</a>, leaving a note that said in part:</p>
<blockquote><p>I have no faith in the &#8216;justice&#8217; system. Perhaps my actions today, and this letter, will send a stronger message to the public. Either way, I have lost control over this situation, and this is my only way to regain control.</p></blockquote>
<p>There is a petition up on WhiteHouse.gov to <a href="https://petitions.whitehouse.gov/petition/fire-assistant-us-attorney-steve-heymann/RJKSY2nb" target="_blank">fire Assistant U.S. Attorney Steve Heymann</a>. It currently has 7,969 signatures and says:</p>
<blockquote><p>We should not destroy the lives of human beings for crimes against computer systems that harm no one and provide no benefit to the perpetrator. Such actions should be treated as forms of protest and civil disobedience. To prosecute these actions the same as rapes and murders is a savage abuse of the criminal justice system which continues to destroy the lives of peaceful, productive members of society.</p></blockquote>
<p><em>Photo credit: <a href="http://www.flickr.com/photos/ragesoss/3835494997/" target="_blank">RageSoss/Flickr</a></em></p>
<br />Filed under: <a href='http://venturebeat.com/category/business/'>Business</a>, <a href='http://venturebeat.com/category/dev/'>Dev</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=606515&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2013/01/17/convicted-hacker-steven-watt-on-aaron-swarzt-its-just-not-justice/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2013/01/screen-shot-2013-01-17-at-1-35-56-pm.png?w=160" /><source url="http://venturebeat.com/2013/01/17/convicted-hacker-steven-watt-on-aaron-swarzt-its-just-not-justice/">Convicted hacker Stephen Watt on Aaron Swartz: &#8216;It&#8217;s just not justice&#8217;</source>
		<media:thumbnail url="http://venturebeat.files.wordpress.com/2013/01/screen-shot-2013-01-17-at-1-35-56-pm.png?w=160" />
		<media:content url="http://venturebeat.files.wordpress.com/2013/01/screen-shot-2013-01-17-at-1-35-56-pm.png?w=160" medium="image">
			<media:title type="html">Screen Shot 2013-01-17 at 1.35.56 PM</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/2013/01/screen-shot-2013-01-17-at-1-35-56-pm.png" medium="image">
			<media:title type="html">Screen Shot 2013-01-17 at 1.35.56 PM</media:title>
		</media:content>
	</item>
		<item>
		<title>MIT president issues statement on Aaron Swartz&#8217;s death, appoints investigator</title>
		<link>http://venturebeat.com/2013/01/13/mit-president-issues-statement-on-aaron-swartzs-death-appoints-investigator/</link>
		<comments>http://venturebeat.com/2013/01/13/mit-president-issues-statement-on-aaron-swartzs-death-appoints-investigator/#comments</comments>
		<pubDate>Sun, 13 Jan 2013 22:25:57 +0000</pubDate>
		<dc:creator>Dylan Tweney</dc:creator>
				<category><![CDATA[Dev]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Computer Fraud and Abuse Act]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[legal]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=603812</guid>
		<description><![CDATA[<p>Facing criticism for taking a hard line against accused academic journal downloader Aaron Swartz, who committed suicide Friday, MIT has issued a&#160;statement.</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=603812&#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/01/aaron-swartz.jpg" target="_blank"><img class="alignnone size-full wp-image-603518" alt="Photo of Aaron Swartz, web pioneer and Internet activist" src="http://venturebeat.files.wordpress.com/2013/01/aaron-swartz.jpg?w=708&#038;h=472" width="708" height="472" /></a></p>
<p>MIT released a <a href="http://web.mit.edu/newsoffice/2013/letter-on-death-of-aaron-swartz.html" target="_blank">statement</a> today on the <a href="http://venturebeat.com/2013/01/12/web-pioneer-and-activist-aaron-swartz-dead-at-26/">death of Aaron Swartz</a>, a computer programmer and information activist who committed suicide two days ago.</p>
<p>MIT president L. Rafael Reif expressed &#8220;profound condolences&#8221; for the &#8220;inexpressible loss&#8221; of this talented young developer and activist.</p>
<p>&#8220;I want to express very clearly that I and all of us at MIT are extremely saddened by the death of this promising young man who touched the lives of so many,&#8221; Reif wrote. &#8220;It pains me to think that MIT played any role in a series of events that have ended in tragedy.&#8221;</p>
<p>Swartz&#8217;s death came several months before he was due to stand trial on <a href="http://www.wired.com/threatlevel/2012/09/aaron-swartz-felony/all/" target="_blank">13 felony counts</a> related to his alleged misuse of MIT&#8217;s network to download nearly 5 million academic journal articles from JSTOR, a nonprofit publisher of journals. The charges were not for copyright violation, but for abuse of the MIT network, which the indictment alleges to the <a href="http://www.law.cornell.edu/uscode/text/18/1030" target="_blank">Computer Fraud and Abuse Act</a>, an anti-hacking law.</p>
<p>His charges included copyright violations as well as more serious hacking charges. JSTOR declined to press charges, but reports suggest that MIT urged the U.S. Attorney&#8217;s office to pursue the case, which it did, aggressively: The charges filed against Swartz may have carried a maximum sentence of 35 years in jail and up to $1 million in fines.</p>
<p>In the wake of his death, many have speculated that Swartz, who <a href="http://www.aaronsw.com/weblog/verysick" target="_blank">suffered from depression</a>, may have been driven to despair by the prospect of prison and by the financial ruin that mounting a legal defense had brought upon him. Some pointed fingers at MIT, and today, MIT responded.</p>
<p>Reif&#8217;s letter stops short of an apology, which is probably prudent, given that the circumstances of Swartz&#8217;s death are not yet fully known. Reif said that he would appoint MIT professor Hal Abelson to investigate, pursuing &#8220;a thorough analysis of MIT&#8217;s involvement&#8221; in the alleged hacking and the charges.</p>
<p>&#8220;I have asked that this analysis describe the options MIT had and the decisions MIT made, in order to understand and to learn from the actions MIT took. I will share the report with the MIT community when I receive it,&#8221; Reif wrote.</p>
<p>Security expert Alex Stamos, who would have testified in Swartz&#8217;s trial as an expert witness for the defense, argued yesterday that <a href="http://unhandled.com/2013/01/12/the-truth-about-aaron-swartzs-crime/" target="_blank">Swartz was not guilty of anything more than &#8220;inconsiderate&#8221; use of MIT&#8217;s network</a>, a use that &#8212; ironically &#8212; MIT&#8217;s and JSTOR&#8217;s usage policies actually permitted.</p>
<p>The MIT statement is below.</p>
<blockquote><p>Yesterday we received the shocking and terrible news that on Friday in New York, Aaron Swartz, a gifted young man well known and admired by many in the MIT community, took his own life. With this tragedy, his family and his friends suffered an inexpressible loss, and we offer our most profound condolences. Even for those of us who did not know Aaron, the trail of his brief life shines with his brilliant creativity and idealism.</p>
<p>Although Aaron had no formal affiliation with MIT, I am writing to you now because he was beloved by many members of our community and because MIT played a role in the legal struggles that began for him in 2011.</p>
<p>I want to express very clearly that I and all of us at MIT are extremely saddened by the death of this promising young man who touched the lives of so many. It pains me to think that MIT played any role in a series of events that have ended in tragedy.</p>
<p>I will not attempt to summarize here the complex events of the past two years. Now is a time for everyone involved to reflect on their actions, and that includes all of us at MIT. I have asked Professor Hal Abelson to lead a thorough analysis of MIT&#8217;s involvement from the time that we first perceived unusual activity on our network in fall 2010 up to the present. I have asked that this analysis describe the options MIT had and the decisions MIT made, in order to understand and to learn from the actions MIT took. I will share the report with the MIT community when I receive it.</p>
<p>I hope we will all reach out to those members of our community we know who may have been affected by Aaron’s death. As always, <a href="http://mit.pr-optout.com/Url.aspx?949897x114627x165987" target="_blank" target="_blank">MIT Medical</a> is available to provide expert counseling, but there is no substitute for personal understanding and support.</p>
<p>With sorrow and deep sympathy,</p>
<p>L. Rafael Reif</p></blockquote>
<p>Photo credit: <a href="http://www.flickr.com/photos/ragesoss/3836262464/" target="_blank">Sage Ross/Flickr</a></p>
<br />Filed under: <a href='http://venturebeat.com/category/dev/'>Dev</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=603812&#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/2013/01/13/mit-president-issues-statement-on-aaron-swartzs-death-appoints-investigator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2013/01/aaron-swartz.jpg" /><source url="http://venturebeat.com/2013/01/13/mit-president-issues-statement-on-aaron-swartzs-death-appoints-investigator/">MIT president issues statement on Aaron Swartz&#8217;s death, appoints investigator</source>
		<media:content url="http://2.gravatar.com/avatar/8f63e0f681b8421a3379c02866a24b55?s=96&#38;d=http%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">dylan</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2013/01/aaron-swartz.jpg" medium="image">
			<media:title type="html">Photo of Aaron Swartz, web pioneer and Internet activist</media:title>
		</media:content>
	</item>
		<item>
		<title>Facebook&#8217;s best hacks of 2012</title>
		<link>http://venturebeat.com/2012/12/20/facebooks-best-hacks-of-2012/</link>
		<comments>http://venturebeat.com/2012/12/20/facebooks-best-hacks-of-2012/#comments</comments>
		<pubDate>Thu, 20 Dec 2012 18:00:56 +0000</pubDate>
		<dc:creator>Jolie O&#039;Dell</dc:creator>
				<category><![CDATA[Dev]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[hacks]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=593861</guid>
		<description><![CDATA[<p>Facebook had some pretty sweet hacks over the past year. They basically deep-fried a server with phenomenal results. They created a QR code that can be seen from space. And one guy even made a 3D-printed map of&#160;Facebook.</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=593861&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-593898" alt="facebook hacks 0" src="http://venturebeat.files.wordpress.com/2012/12/facebook-hacks-0.jpg?w=655&#038;h=475" width="655" height="475" /></p>
<p>Facebook had some pretty sweet hacks over the past year. They basically deep-fried a server with phenomenal results. They created a QR code that can be seen from space. And one guy even made a 3D-printed map of Facebook.</p>
<p>The company holds regular internal hackathons to keep employees moving fast and breaking things, as per the social network&#8217;s now-famous <a href="http://venturebeat.com/2012/02/01/how-the-hacker-way-helped-propel-facebook-to-market-dominance/">Hacker Way</a> code of conduct. And even outside those structured events, hacks just happen. It&#8217;s part of the Facebook way of life.</p>
<p>Some hacks are little more than pranks. Others end up becoming part of the site that you and I use every day. And in between those extremes, some hacks becoming canonized as Facebook lore, a sort of company-specific <a href="http://catb.org/jargon/" target="_blank" target="_blank">Jargon File</a> that lives on Facebook&#8217;s servers and in its oral traditions.</p>
<p>This year, the company picked eight of its favorite hacks to share with the world. Here they are, in no particular order:</p>

<a href='http://venturebeat.com/2012/12/20/facebooks-best-hacks-of-2012/facebook-hacks-1/' title='QR Codes In Spaaace'><img width="153" height="140" src="http://venturebeat.files.wordpress.com/2012/12/facebook-hacks-1.png?w=153&#038;h=140" class="attachment-thumbnail" alt="QR Codes In Spaaace" /></a>

<br />Filed under: <a href='http://venturebeat.com/category/dev/'>Dev</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=593861&#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/12/20/facebooks-best-hacks-of-2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2012/12/facebook-hacks-8.png?w=160" /><source url="http://venturebeat.com/2012/12/20/facebooks-best-hacks-of-2012/">Facebook&#8217;s best hacks of 2012</source>
		<media:content url="http://0.gravatar.com/avatar/f0c16a1fc7463e62363a4b09b345437c?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Jolie</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2012/12/facebook-hacks-0.jpg" medium="image">
			<media:title type="html">facebook hacks 0</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2012/12/facebook-hacks-1.png?w=153" medium="image">
			<media:title type="html">QR Codes In Spaaace</media:title>
		</media:content>
	</item>
		<item>
		<title>Nokia engineer hacks Windows 8 to get free games (and provides full instructions)</title>
		<link>http://venturebeat.com/2012/12/11/nokia-engineer-hacks-windows-8-to-get-free-games-and-provides-full-instructions/</link>
		<comments>http://venturebeat.com/2012/12/11/nokia-engineer-hacks-windows-8-to-get-free-games-and-provides-full-instructions/#comments</comments>
		<pubDate>Tue, 11 Dec 2012 16:37:11 +0000</pubDate>
		<dc:creator>John Koetsier</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Dev]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[cracking]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[Windows 8]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=587826</guid>
		<description><![CDATA[<p>A Nokia engineer who has previously pointed out security holes in Microsoft's Windows 8 has now posted a detailed step-by-step explanation of how to hack Windows 8&#160;games.</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=587826&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://venturebeat.com/2012/12/11/nokia-engineer-hacks-windows-8-to-get-free-games-and-provides-full-instructions/screenshot-8912-1000000/" rel="attachment wp-att-587849"><img class="aligncenter size-full wp-image-587849" alt="Screenshot.8912.1000000" src="http://venturebeat.files.wordpress.com/2012/12/screenshot-8912-1000000.jpeg?w=759&#038;h=427" width="759" height="427" /></a>A Nokia engineer who has previously pointed out security holes in Microsoft&#8217;s Windows 8 has now posted a detailed step-by-step explanation of how to hack Windows 8 games.</p>
<p>Unfortunately for those who want free games, his site is down.</p>
<p>Justin Angel <a href="http://justinangel.net/HackingWindows8Games" target="_blank">posted the instructions</a> on his personal site yesterday. Today, the page is displaying a &#8220;server offline&#8221; message &#8230; either because it&#8217;s too busy or because he&#8217;s been shut down.</p>
<p>However, there is such a thing as Google cache. And I did find the instructions.</p>
<p>Angel shows how to hack Windows 8 in not one, not two, but five different ways, showing users how to:</p>
<ol>
<li>get free in-app purchases by modifying encrypted IsoStore files</li>
<li>crack trial apps and get paid versions for free</li>
<li>remove in-app ads from free games</li>
<li>reduce the cost of in-game paid items</li>
<li>unlock paid levels by script-injection techniques</li>
</ol>
<div id="attachment_587860" class="wp-caption alignright" style="width: 310px"><a href="http://venturebeat.com/2012/12/11/nokia-engineer-hacks-windows-8-to-get-free-games-and-provides-full-instructions/screen-shot-2012-12-11-at-8-38-53-am/" rel="attachment wp-att-587860"><img class=" wp-image-587860" alt="Screen Shot 2012-12-11 at 8.38.53 AM" src="http://venturebeat.files.wordpress.com/2012/12/screen-shot-2012-12-11-at-8-38-53-am.png?w=300&#038;h=368" width="300" height="368" /></a><p class="wp-caption-text">Justin Angel&#8217;s website, this morning (December 11)</p></div>
<p>In the first case, he proof-of-concepts the hack by giving himself a million free gold in Soulcraft THD &#8212; worth over $1,000 at in-app purchase prices. To demonstrate the second hack, Angel cracks Meteor Madness, a $1.50 game with a free trial. For the third, he edits XAML data files to remove ads from Microsoft&#8217;s own Minesweeper game.</p>
<p>The purpose of all this cracking? Angel, who says he wants developers to get paid for their hard work, claims he&#8217;s doing this to help developers by exposing weaknesses in Windows 8:</p>
<p>&#8220;We were able to show that the majority of ways games and apps developers would make money aren’t secure by default on Windows 8,&#8221; he writes in his post.</p>
<p>&#8220;The games appearing in this article are awesome and you should buy them and give them money,&#8221; he adds. The games he featured in the security tests included <a href="http://apps.microsoft.com/webpdp/en-US/app/soulcraft/115e7213-4386-48c3-ac8b-21c16d2b21c7" target="_blank">Soulcraft</a>, <a href="http://apps.microsoft.com/webpdp/en-us/app/meteor-madness/2d6287ff-e08f-4499-8245-d00899fd5824" target="_blank">Meteor Madness</a>, <a href="http://apps.microsoft.com/webpdp/en-us/app/microsoft-minesweeper/45ac18d7-e742-494f-a1b1-009aa412a179" target="_blank">Minesweeper</a>, <a href="http://apps.microsoft.com/webpdp/app/ultraviolet-dawn/0fe7f555-c8ad-4d0d-915f-ca2459f9a327" target="_blank">Ultraviolet</a>, <a href="http://apps.microsoft.com/webpdp/app/ultraviolet-dawn/0fe7f555-c8ad-4d0d-915f-ca2459f9a327" target="_blank">Dawn</a>, and <a href="http://apps.microsoft.com/webpdp/en-us/app/cut-the-rope/2d85eb97-3ee6-4aff-9618-3f6cdfd68291" target="_blank">Cut The Rope</a>.</p>
<p>Windows 8 does not have a secure location to store data files, and makes it relatively easy to decrypt trial apps and trivial to edit XAML files to remove ads. It&#8217;s also fairly simple to edit game data files, Angel says, and inject Javascript code into the IE10 process for a Windows 8 store app.</p>
<p>The kicker for Angel?</p>
<blockquote><p>We’ve seen a myriad of issues and offered potential fixes to them all. Any mildly competent developer can productize these security attack vectors into shipping products. If Microsoft doesn’t take it upon itself to fix these security attack vectors it’s not because it couldn’t, it’s because it chooses not to.</p></blockquote>
<p>Here are the instructions Angel provided:</p>
<p><a href="http://www.scribd.com/doc/116414210/Hack-Windows-8-Games"style="margin:12px auto 6px;font-family:Helvetica, Arial, Sans-serif;font-style:normal;font-variant:normal;font-weight:normal;font-size:14px;line-height:normal;font-size-adjust:none;font-stretch:normal;display:block;text-decoration:underline;" title="View Hack Windows 8 Games on Scribd"  target="_blank">Hack Windows 8 Games</a><iframe id="doc_45290" src="http://www.scribd.com/embeds/116414210/content?start_page=1&amp;view_mode=scroll&amp;access_key=key-jrwpym00w0rprdtu5a2" height="600" width="100%" frameborder="0" scrolling="no" data-auto-height="false" data-aspect-ratio="0.772727272727273"></iframe></p>
<p><em>Image credit: <a href="http://apps.microsoft.com/webpdp/en-US/app/ultraviolet-dawn/0fe7f555-c8ad-4d0d-915f-ca2459f9a327" target="_blank">Ultraviolet app on Windows Store</a>; hat tip: <a href="http://www.theverge.com/2012/12/11/3754006/windows-8-games-hack-piracy-in-app-purchases-justin-angel" target="_blank">The Verge</a></em></p>
<br />Filed under: <a href='http://venturebeat.com/category/business/'>Business</a>, <a href='http://venturebeat.com/category/dev/'>Dev</a>, <a href='http://venturebeat.com/category/games/'>Games</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=587826&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2012/12/11/nokia-engineer-hacks-windows-8-to-get-free-games-and-provides-full-instructions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2012/12/screenshot-8912-1000000.jpeg?w=160" /><source url="http://venturebeat.com/2012/12/11/nokia-engineer-hacks-windows-8-to-get-free-games-and-provides-full-instructions/">Nokia engineer hacks Windows 8 to get free games (and provides full instructions)</source>
		<media:thumbnail url="http://venturebeat.files.wordpress.com/2012/12/screenshot-8912-1000000.jpeg?w=160" />
		<media:content url="http://venturebeat.files.wordpress.com/2012/12/screenshot-8912-1000000.jpeg?w=160" medium="image">
			<media:title type="html">Screenshot.8912.1000000</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/12/screenshot-8912-1000000.jpeg" medium="image">
			<media:title type="html">Screenshot.8912.1000000</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2012/12/screen-shot-2012-12-11-at-8-38-53-am.png?w=300" medium="image">
			<media:title type="html">Screen Shot 2012-12-11 at 8.38.53 AM</media:title>
		</media:content>
	</item>
		<item>
		<title>Hacker group allegedly takes down nearly 9K Tumblr accounts</title>
		<link>http://venturebeat.com/2012/12/03/gnaa-tumblr-hack/</link>
		<comments>http://venturebeat.com/2012/12/03/gnaa-tumblr-hack/#comments</comments>
		<pubDate>Mon, 03 Dec 2012 16:34:54 +0000</pubDate>
		<dc:creator>Tom Cheredar</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Social]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[hackers]]></category>
		<category><![CDATA[hacking]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=583194</guid>
		<description><![CDATA[<p>A group of hackers is claiming responsibility for a bug that's infecting almost 9,000 Tumblr user accounts, according to he group's official Twitter&#160;account.</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=583194&#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/tumblr.jpg" target="_blank"><img class="aligncenter size-full wp-image-583200" alt="Tumblr" src="http://venturebeat.files.wordpress.com/2012/12/tumblr.jpg?w=705&#038;h=344" height="344" width="705" /></a></p>
<p>A group of hackers is claiming responsibility for a bug that&#8217;s infecting almost 9,000 Tumblr user accounts, according to the group&#8217;s official <a href="https://twitter.com/Gary_Niger" target="_blank" target="_blank">Twitter account</a>.</p>
<p>The group, offensively named the GNAA (look up what the NSFW acronym stands for if you feel the need), says 8,600 Tumblr users have been affected by the hack, as shown on multiple Tumblr pages around the web. The hack produces a new post &#8212; presumably written by someone representing the GNAA group &#8212; that contains plenty of racists remarks and asks the Tumblr owner to commit suicide on the basis that they aren&#8217;t original. (I hate to point out the obvious here, but neither is hacking someone&#8217;s personal site to tell them they aren&#8217;t original.)</p>
<p>Tumblr issued the following statement about the situation to <a href="http://www.theverge.com/2012/12/3/3722112/tumblr-hack-gnaa" target="_blank" target="_blank">The Verge</a>:</p>
<blockquote><p>There is a viral post circulating on Tumblr which begins &#8220;Dearest &#8216;Tumblr&#8217; users.&#8221; If you have viewed this post, please log out of all browsers that may be using Tumblr immediately. Our engineers are working to resolve the issue as swiftly as possible. Thank you.</p></blockquote>
<p>We&#8217;re reaching out to the company for further information and will update this post with anything new.</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=583194&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2012/12/03/gnaa-tumblr-hack/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2012/12/tumblr.jpg?w=160" /><source url="http://venturebeat.com/2012/12/03/gnaa-tumblr-hack/">Hacker group allegedly takes down nearly 9K Tumblr accounts</source>
		<media:content url="http://2.gravatar.com/avatar/2398004bfb5f0b388f1598ca705f59c7?s=96&#38;d=http%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">vbtomcheredar</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2012/12/tumblr.jpg" medium="image">
			<media:title type="html">Tumblr</media:title>
		</media:content>
	</item>
		<item>
		<title>Samsung, Dell printers contain admin backdoor hard coded in firmware</title>
		<link>http://venturebeat.com/2012/11/28/samsung-dell-printers-contain-admin-backdoor-hard-coded-in-firmware/</link>
		<comments>http://venturebeat.com/2012/11/28/samsung-dell-printers-contain-admin-backdoor-hard-coded-in-firmware/#comments</comments>
		<pubDate>Wed, 28 Nov 2012 17:27:32 +0000</pubDate>
		<dc:creator>John Koetsier</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Enterprise]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[backdoor]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[printers]]></category>
		<category><![CDATA[Samsung]]></category>
		<category><![CDATA[SNMP]]></category>
		<category><![CDATA[Vulnerability]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=581055</guid>
		<description><![CDATA[<p>The backdoor operates over SNMP, the simple network management protocol, and remains active even when SNMP is&#160;disabled.</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=581055&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://venturebeat.com/2012/11/28/samsung-dell-printers-contain-admin-backdoor-hard-coded-in-firmware/medium_6872259969/" rel="attachment wp-att-581064"><img class="aligncenter size-full wp-image-581064" title="medium_6872259969" alt="" src="http://venturebeat.files.wordpress.com/2012/11/medium_6872259969.jpg?w=640&#038;h=541" height="541" width="640" /></a>Oops. Samsung&#8217;s been a bad boy &#8212; or at minimum very, very careless.</p>
<p>The U.S. Computer Emergency Readiness Team (US-CERT) <a href="http://www.kb.cert.org/vuls/id/281284" target="_blank">revealed</a> that Samsung printers (and some Dell printers manufactured by Samsung) contain a hardcoded backdoor which could allow access to hackers, who could then make changes to the device, see information and data passed to the printer, and possibly use the printer as a vector for further attacks inside a company&#8217;s network.</p>
<p>The backdoor operates over SNMP, the simple network management protocol, and remains active even when SNMP is disabled. Even worse, it does not require any authentication &#8230; meaning that blackhats who are aware of the vulnerability can simply walk right in.</p>
<p>If you&#8217;ve just bought a printer, you&#8217;re likely safe: Models released after October 31st, 2012 are not affected. A patch will be released &#8220;shortly,&#8221; Samsung and Dell have said.</p>
<p>Vulnerable organizations that need a fix instantly, network administrators can block the custom SNMP port, CERT said. Another suggestion &#8212; and good network practice &#8212; is to only allow connections from trusted sources.</p>
<p>photo credit: <a href="http://www.flickr.com/photos/29487767@N02/6872259969/" target="_blank">alles-<em>schlumpf</em></a> via <a href="http://photopin.com" target="_blank">photopin</a> <a href="http://creativecommons.org/licenses/by-nc-sa/2.0/" target="_blank">cc</a></p>
<br />Filed under: <a href='http://venturebeat.com/category/business/'>Business</a>, <a href='http://venturebeat.com/category/enterprise/'>Enterprise</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=581055&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2012/11/28/samsung-dell-printers-contain-admin-backdoor-hard-coded-in-firmware/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2012/11/medium_6872259969.jpg?w=160" /><source url="http://venturebeat.com/2012/11/28/samsung-dell-printers-contain-admin-backdoor-hard-coded-in-firmware/">Samsung, Dell printers contain admin backdoor hard coded in firmware</source>
		<media:thumbnail url="http://venturebeat.files.wordpress.com/2012/11/medium_6872259969.jpg?w=160" />
		<media:content url="http://venturebeat.files.wordpress.com/2012/11/medium_6872259969.jpg?w=160" medium="image">
			<media:title type="html">medium_6872259969</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/11/medium_6872259969.jpg" medium="image">
			<media:title type="html">medium_6872259969</media:title>
		</media:content>
	</item>
		<item>
		<title>Skype takes action after Russian hackers find password recovery security flaw</title>
		<link>http://venturebeat.com/2012/11/14/skype-account-hacked/</link>
		<comments>http://venturebeat.com/2012/11/14/skype-account-hacked/#comments</comments>
		<pubDate>Wed, 14 Nov 2012 16:58:32 +0000</pubDate>
		<dc:creator>Tom Cheredar</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Social]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[password recovery]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=574470</guid>
		<description><![CDATA[<p>Skype has plugged a hole in its password recovery process that allowed outsiders to gain control of a Skype user's&#160;account.</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=574470&#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/hacker-with-computer-and-credit-card.jpeg" target="_blank"><img class="aligncenter size-full wp-image-566068" title="hacker-with-computer-and-credit-card" alt="" src="http://venturebeat.files.wordpress.com/2012/10/hacker-with-computer-and-credit-card.jpeg?w=558&#038;h=377" height="377" width="558" /></a></p>
<p>Skype has plugged a hole in its password recovery process that allowed outsiders to gain control of a Skype user&#8217;s account.</p>
<p>The flaw was first discovered by a group of Russian hackers about two months ago, according to The Next Web. All hackers need to break into your account is your Skype user name and corresponding email address.</p>
<p>The Microsoft-owned VoIP service said it&#8217;s aware of the flaw and temporarily turned off the email password recovery process this morning. The flaw, Skype said, only affected a small number of its users who had multiple Skype accounts registered to a single email address.</p>
<p>&#8220;We suspended the password reset feature temporarily this morning as a precaution and have made updates to the password reset process today so that it is now working properly,&#8221; Skype told <a href="http://thenextweb.com/microsoft/2012/11/14/skype-plugs-security-hole-letting-anyone-hijack-accounts-says-small-number-of-users-affected/" target="_blank" target="_blank">TNW</a>. &#8220;We are reaching out to a small number of users who may have been impacted to assist as necessary.&#8221;</p>
<p>We&#8217;ve asked the company for more information and will updated this post with anything new.</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=574470&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2012/11/14/skype-account-hacked/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2012/10/hacker-with-computer-and-credit-card.jpeg" /><source url="http://venturebeat.com/2012/11/14/skype-account-hacked/">Skype takes action after Russian hackers find password recovery security flaw</source>
		<media:content url="http://2.gravatar.com/avatar/2398004bfb5f0b388f1598ca705f59c7?s=96&#38;d=http%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">vbtomcheredar</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2012/10/hacker-with-computer-and-credit-card.jpeg" medium="image">
			<media:title type="html">hacker-with-computer-and-credit-card</media:title>
		</media:content>
	</item>
		<item>
		<title>A history of hacking: Documentary captures essence of Def Con</title>
		<link>http://venturebeat.com/2012/11/13/def-con-documentary/</link>
		<comments>http://venturebeat.com/2012/11/13/def-con-documentary/#comments</comments>
		<pubDate>Tue, 13 Nov 2012 16:00:51 +0000</pubDate>
		<dc:creator>Meghan Kelly</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[conferences]]></category>
		<category><![CDATA[Dead Addict]]></category>
		<category><![CDATA[Def Con]]></category>
		<category><![CDATA[documentaries]]></category>
		<category><![CDATA[editor's pick]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[photography]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=540989</guid>
		<description><![CDATA[<p><span class="post-label editors-pick">Editor's Pick</span> Def Con, the famed hacker conference, just celebrated its 20th birthday this year. And to mark the occasion, the conference welcomed something they strictly policed in years prior: a film&#160;crew.</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=540989&#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/2012/09/def-con-documentary-2.jpg" target="_blank"><img class="size-full wp-image-552480 aligncenter" title="Def Con Documentary " alt="Def Con Documentary" src="http://venturebeat.files.wordpress.com/2012/09/def-con-documentary-2.jpg?w=655&#038;h=491" height="491" width="655" /></a></p>
<p>Def Con recently celebrated its 20th birthday, and to mark the occasion, the famed hacker conference welcomed something it had strictly policed in prior years: A film crew.</p>
<p>This year, Def Con creator Jeff Moss decided that someone needed to preserve the con&#8217;s history while it is still in its heyday. Def Con brings in tens of thousands of people to Las Vegas each summer to talk about hacker culture, new exploits, current security policy, and the computer underground. Indeed, Def Con is now a staple event for the most unlikely of groups: press, law enforcement, and hackers.</p>
<p>So Moss chose a film crew headed up by Jason Scott Sadofsky (pictured above), who is known in the industry for <a href="http://www.bbsdocumentary.com/" target="_blank" target="_blank">his documentary on the old bulletin board systems</a> (the predecessor to today&#8217;s social networks) as well as his website <a href="http://www.textfiles.com/" target="_blank" target="_blank">Textfiles</a>, which archives content from those systems.</p>
<p>&#8220;On the 20th anniversary, [Jeff Moss] wanted to do special things,&#8221; said Eli, who is otherwise known as &#8220;Dead Addict&#8221; in hacker circles and helped Moss create Def Con. &#8220;One of those special things was to try to capture the spirit of the event and the history of the event while it was still possible.&#8221;</p>
<h2>A history worth preserving</h2>
<div id="attachment_552831" class="wp-caption alignleft" style="width: 355px"><a href="http://venturebeat.files.wordpress.com/2012/10/img_4251.jpg" target="_blank"><img class=" wp-image-552831" title="Jeff Moss Def Con" alt="Jeff Moss Def Con" src="http://venturebeat.files.wordpress.com/2012/10/img_4251.jpg?w=345&#038;h=260" height="260" width="345" /></a><div class="vb_image_source"><span>Source:</span> Meghan Kelly/VentureBeat</div><p class="wp-caption-text">Jeff Moss, the founder of Def Con.</p></div>
<p>Def Con began in 1992 as a small get-together that Moss, otherwise known as The Dark Tangent, helped coordinate after an online friend suggested they create a real-life gathering for people in their &#8220;bulletin board.&#8221; His friend, however, disappeared from the network after his father moved their family for a new job before the event ever happened (yes, people were actually disconnected from their friends due to a move back then), leaving Moss to put on the whole party by himself.</p>
<p>&#8220;Back in the day, back when Def Con started, people learned everything they knew about hacking and the computer underground by &#8230; searching out all these documents &#8212; which were hard to find, hidden in places &#8212; and trying to distinguish between bullshit and truth,&#8221; said Dead Addict.</p>
<p>Moss set the event in Las Vegas and invited all types of people connected to the &#8220;computer underground,&#8221; such as hackers, <a href="en.wikipedia.org/wiki/Phreaking" target="_blank">phreakers</a>, police, and government officials. Thus was born one of the most unique characteristics of Def Con: its openness toward all people in the security industry. It even accepts us lowly security reporters.</p>
<p>But because of this, it needed rules.</p>
<p>&#8220;There&#8217;s a lot at Def Con that&#8217;s on the record. Every speech is on the record, things people say are on the record, but there&#8217;s also a lot of private conversations and a lot of people hooking up with the people that they know,&#8221; Dead Addict said. &#8220;[But] there are tourists here, as it were.&#8221;</p>
<p>The tourists are the Feds and the media. Hackers don&#8217;t love it when someone identifies them. At Def Con, they obscure their identities, sometimes wearing masks to panels, hoping to not get caught by the undercover cops who show up each year. Moss and some of the co-creators of Def Con, such as Dead Addict, decided that cameras and videotaping should be outright banned. You&#8217;d get thrown out for snapping a quick picture of the crowd because it disrupted the flow, because it made people feel uncomfortable. But the photography rules are starting to relax.</p>
<p>&#8220;To pretend there&#8217;s actual anonymity here was always delusional,&#8221; Dead Addict said. &#8220;We invited the Feds from day one to just highlight that, you know, you&#8217;re being watched. Don&#8217;t do stupid shit while you&#8217;re here.&#8221;</p>
<p>He went on to say, &#8220;Don&#8217;t commit large felonies with witnesses you can&#8217;t trust, which should be an obvious thing.&#8221;</p>
<h2>A director, a Segway, and a whole lot of hackers</h2>
<div id="attachment_552479" class="wp-caption alignright" style="width: 350px"><a href="http://venturebeat.files.wordpress.com/2012/09/def-con-documentary.jpg" target="_blank"><img class=" wp-image-552479" title="Def Con Documentary" alt="Def Con Documentary" src="http://venturebeat.files.wordpress.com/2012/09/def-con-documentary.jpg?w=340&#038;h=254" height="254" width="340" /></a><div class="vb_image_source"><span>Source:</span> Dean Takahashi/VentureBeat</div><p class="wp-caption-text">The documentary crew wore bright orange jackets to make their presence known.</p></div>
<p>Flash forward 20 years to the latest Def Con, which took place in July at the Rio in Las Vegas. Sadofsky was milling around on a Segway, wearing a bright orange construction vest that said &#8220;DOCUMENTARY&#8221; on the back and with a hoard of cameras running around him.</p>
<p>&#8220;We worked very hard to make it so the film crew was totally obvious. We would travel in packs. That was on purpose,&#8221; said Sadofsky in an interview with VentureBeat. &#8220;When we came into a room, people saw us.&#8221;</p>
<p>This is not Sadofsky&#8217;s first go around at Def Con either. He has attended Def Con for 10 years, and the attendees and organizers alike know of him.</p>
<p>&#8220;Jason&#8217;s one of us, so there&#8217;s a deep level of trust that the entire community has for Jason,&#8221; said Dead Addict. &#8220;People that didn&#8217;t know him know his work.&#8221;</p>
<p>Dead Addict is directly involved in changing the photography and film rules. He says it doesn&#8217;t make sense to keep up the practice. This is especially important now that phones, tablets, and laptops can snap a picture fairly stealthily. But it also means the media will have an easier time capturing the essence of Def Con, its busyness, and the action.</p>
<p>&#8220;It was starting to seem ridiculous to have a much more restrictive rule for press than we have for our attendees because the distinction between bloggers and people that use interactive media and the official sanctioned press is very, very blurred,&#8221; Dead Addict said.&#8221;It seems a little absurd to not let the good photographers take photographs and to let everyone else take photographs.&#8221;</p>
<p>Over the course of Def Con 20, Sadofsky and his film crew interviewed over 200 people, 15 to 30 of which were sit-down interviews with Moss himself. In total, they recorded around 280 hours of footage. The crew itself was made up of Sadofsky, a few trusted friends &#8212; including Eddit Codel of Boing Boing TV &#8212; and some of his Kickstarter backers. He referred to Codel as his &#8220;ringer&#8221; and said he was &#8220;comfortable in a chaotic environment.&#8221; Those are good qualities to have, as Def Con is an inescapable organized chaos, with up to 12,000 people pushing through hallways to hear the next revered speaker show off their latest exploit.</p>
<h2>The documentary&#8217;s debut</h2>
<p>When I caught up with Sadofsky last week, he said he was still &#8220;editing like crazy.&#8221;</p>
<p>&#8220;The plan is still to provide the documentary for free for Christmas, with a for-sale version with bonus material coming in the new year &#8212; early 2013, if I can make it happen,&#8221; he said.</p>
<p>Once the editing is complete, the feature film goes to Moss for the final cut. As Sadofsky mentioned, Moss plans to give it away for free, though Sadofsky hopes the con can make a buck off of its story. He sees no reason why Def Con&#8217;s organizers would &#8220;turn away from a TV network or film festival-type deal.&#8221;</p>
<div id="attachment_552864" class="wp-caption alignleft" style="width: 350px"><a href="http://venturebeat.files.wordpress.com/2012/10/img_4365.jpg" target="_blank"><img class=" wp-image-552864" title="Def Con registration" alt="Def Con registration" src="http://venturebeat.files.wordpress.com/2012/10/img_4365.jpg?w=340&#038;h=253" height="253" width="340" /></a><div class="vb_image_source"><span>Source:</span> Meghan Kelly/VentureBeat</div><p class="wp-caption-text">The non-human (e.g. press) registration line at Def Con.</p></div>
<p>The film itself is not meant to be a yearbook and has no narration. Instead, Sadofsky wants the people to speak for themselves. Some of his favorite moments thus far include a couple of attendees who brought their children, and the sweet moments (yes, hackers can have sweet moments) when long-time attendees looked back on all their Def Con memories. Part of his inspiration for the documentary was The Dark Tangent himself. He describes Moss as a &#8220;mysterious figure who [attendees] see for a few seconds in the hallway.&#8221; Indeed, Moss told Sadofsky that he doesn&#8217;t actually know what happens at Def Con. He&#8217;s busy in the back, making sure the gears are turning, and misses out on much of the core of his own event: the people.</p>
<p>&#8220;The fact is that people are not ashamed to be at Def Con. It&#8217;s not a crime to be at Def Con. It&#8217;s not a black mark on your record,&#8221; Sadofsky said. &#8220;I would have been fine walking without a camera.&#8221;</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=540989&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2012/11/13/def-con-documentary/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2012/09/def-con-documentary.jpg?w=160" /><source url="http://venturebeat.com/2012/11/13/def-con-documentary/">A history of hacking: Documentary captures essence of Def Con</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/def-con-documentary-2.jpg" medium="image">
			<media:title type="html">Def Con Documentary </media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2012/10/img_4251.jpg?w=558" medium="image">
			<media:title type="html">Jeff Moss Def Con</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2012/09/def-con-documentary.jpg?w=558" medium="image">
			<media:title type="html">Def Con Documentary</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2012/10/img_4365.jpg?w=558" medium="image">
			<media:title type="html">Def Con registration</media:title>
		</media:content>
	</item>
		<item>
		<title>Anonymous member claims responsibility for today&#8217;s EC2 outage, Amazon says baloney</title>
		<link>http://venturebeat.com/2012/10/22/anonymous-member-claims-to-take-down-amazon-ec2/</link>
		<comments>http://venturebeat.com/2012/10/22/anonymous-member-claims-to-take-down-amazon-ec2/#comments</comments>
		<pubDate>Mon, 22 Oct 2012 22:06:36 +0000</pubDate>
		<dc:creator>Sean Ludwig</dc:creator>
				<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Amazon EC2]]></category>
		<category><![CDATA[Anonymous]]></category>
		<category><![CDATA[cloud services]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[outages]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=561453</guid>
		<description><![CDATA[<p>Someone claiming to be a member of hacker collective Anonymous who previously claimed to take down GoDaddy and Facebook has claimed responsibility for today’s big Amazon’s EC2 cloud&#160;outage.</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=561453&#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-cloud"><div class="event-boilerplate"><div class="logo-date-wrap"><a href="http://cloudbeat2013.com" data-vb-ga-outbound="CB2013boilerplateTOP" target="_blank"><img src="http://venturebeat.files.wordpress.com/2013/02/cloudbeat2013-boilerplate.png" alt="CloudBeat 2013" style="margin-top:5px;"></a><div class="date-location"><strong>Sept. 9 - 10, 2013</strong><br>San Francisco, CA</div></div><a href="http://cloudbeat2013-CB2013boilerplateTOP.eventbrite.com/" class="cta" data-vb-ga-outbound="CB2013boilerplateTOP" target="_blank">Early Bird Tickets on Sale</a></div></div><p><a href="http://venturebeat.com/2012/09/09/topiary-internet-freedom/friendly-anonymous/" rel="attachment wp-att-528149"><img class="aligncenter size-large wp-image-528149" title="Friendly Anonymous" alt="Friendly Anonymous" src="http://venturebeat.files.wordpress.com/2012/09/friendly-anonymous.jpg?w=558&#038;h=407" height="407" width="558" /></a></p>
<p><em>Updated at 3:30 p.m. PT with Amazon&#8217;s response.</em></p>
<p>A member of hacker collective Anonymous who previously claimed to take down GoDaddy and Facebook has now claimed responsibility for <a href="http://venturebeat.com/2012/10/22/amazon-cloud-outage-takes-down-reddit-airbnb-flipboard-more/" target="_blank">today&#8217;s big Amazon&#8217;s EC2 cloud outage</a>.</p>
<p>The Amazon outage caused headaches for many large and small web services, including Reddit, Airbnb, Flipboard, GetGlue, Heroku, and Coursera. Amazon blamed the issues on &#8220;degraded performance for a small number of EBS volumes in a single Availability Zone in the US-EAST-1 Region.&#8221;</p>
<p>Amazon flat-out said the claims of an attack were untrue. &#8220;This is not accurate,&#8221; an Amazon spokesperson told Venturebeat via email. &#8220;An attack did not happen on Amazon EC2.&#8221;</p>
<p><a href="https://twitter.com/AnonymousOwn3r" target="_blank" target="_blank">Anonymous Own3r</a>, a purported member of Anonymous, said he or she was the one who caused a major service <a href="http://venturebeat.com/2012/09/10/godaddy-outage/" target="_blank">disruption of GoDaddy in September</a> and an <a href="http://venturebeat.com/2012/10/11/facebook-down-in-europe/" target="_blank">outage of Facebook</a> in parts of Europe in October. Both GoDaddy and Facebook claimed that both events were due to internal problems, not an outside attack. Now there&#8217;s a third company on Anonymous Own3r&#8217;s list.</p>
<p>Anonymous Own3r posted several tweets in poor English, claiming responsibility for an attack on Amazon EC2:</p>
<p><a href="http://venturebeat.com/2012/10/22/anonymous-member-claims-to-take-down-amazon-ec2/anonymous-amazon/" rel="attachment wp-att-561477"><img class="aligncenter size-full wp-image-561477" title="anonymous-amazon" alt="" src="http://venturebeat.files.wordpress.com/2012/10/anonymous-amazon.jpg?w=511&#038;h=180" height="180" width="511" /></a></p>
<p>Based on the available evidence, we find the hacker&#8217;s claims to be extremely suspect and we believe Amazon. The primary outlets for Anonymous to spread its message on Twitter, <a href="https://twitter.com/YourAnonNews" target="_blank" target="_blank">@YourAnonNews</a>, <a href="https://twitter.com/AnonymousIRC" target="_blank" target="_blank">@AnonymousIRC</a>, and <a href="https://twitter.com/anonops" target="_blank" target="_blank">@AnonOps</a>, have said nothing about today&#8217;s Amazon outage. On top of this, both Facebook and GoDaddy claimed there were no outside attacks involved with their recent outages.</p>
<p>This pattern makes it look like Anonymous Own3r is simply claiming responsibility for any outage happening on the web. Of course, we can&#8217;t be 100 percent certain that Anonymous Own3r isn&#8217;t involved because Anonymous is a purposely fractured organization and major companies don&#8217;t want to admit when they&#8217;ve been successfully attacked.</p>
<p><em><a href="http://www.flickr.com/photos/liryon/2441482349/in/photostream/" target="_blank" target="_blank">Anonymous image</a> via liryon/Flickr</em></p>
<br />Filed under: <a href='http://venturebeat.com/category/cloud/'>Cloud</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=561453&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" /><style type="text/css">.blurb-cat-cloud .event-boilerplate {
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-cloud .event-boilerplate .logo-date-wrap {
width:100%;
display:block;
float:left;
margin-bottom:8px;
}
.blurb-cat-cloud .event-boilerplate img {
float:left;
}
.blurb-cat-cloud .event-boilerplate .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;
}
.blurb-cat-cloud .event-boilerplate .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/10/22/anonymous-member-claims-to-take-down-amazon-ec2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2012/09/friendly-anonymous.jpg?w=160" /><source url="http://venturebeat.com/2012/10/22/anonymous-member-claims-to-take-down-amazon-ec2/">Anonymous member claims responsibility for today&#8217;s EC2 outage, Amazon says baloney</source>
		<media:thumbnail url="http://venturebeat.files.wordpress.com/2012/09/friendly-anonymous.jpg?w=160" />
		<media:content url="http://venturebeat.files.wordpress.com/2012/09/friendly-anonymous.jpg?w=160" medium="image">
			<media:title type="html">Friendly Anonymous</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/09/friendly-anonymous.jpg?w=558" medium="image">
			<media:title type="html">Friendly Anonymous</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2012/10/anonymous-amazon.jpg" medium="image">
			<media:title type="html">anonymous-amazon</media:title>
		</media:content>
	</item>
		<item>
		<title>GoDaddy sites mostly back online after massive outage</title>
		<link>http://venturebeat.com/2012/09/10/godaddy-back-after-outage/</link>
		<comments>http://venturebeat.com/2012/09/10/godaddy-back-after-outage/#comments</comments>
		<pubDate>Tue, 11 Sep 2012 04:03:16 +0000</pubDate>
		<dc:creator>Sean Ludwig</dc:creator>
				<category><![CDATA[Cloud]]></category>
		<category><![CDATA[cloud services]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[outages]]></category>
		<category><![CDATA[Web services]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=528816</guid>
		<description><![CDATA[<p>Popular web hosting company GoDaddy has restored most of it services after a member of hacker collective Anonymous attacked the&#160;site.</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=528816&#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-cloud"><div class="event-boilerplate"><div class="logo-date-wrap"><a href="http://cloudbeat2013.com" data-vb-ga-outbound="CB2013boilerplateTOP" target="_blank"><img src="http://venturebeat.files.wordpress.com/2013/02/cloudbeat2013-boilerplate.png" alt="CloudBeat 2013" style="margin-top:5px;"></a><div class="date-location"><strong>Sept. 9 - 10, 2013</strong><br>San Francisco, CA</div></div><a href="http://cloudbeat2013-CB2013boilerplateTOP.eventbrite.com/" class="cta" data-vb-ga-outbound="CB2013boilerplateTOP" target="_blank">Early Bird Tickets on Sale</a></div></div><p><a href="http://venturebeat.files.wordpress.com/2012/09/godaddy-logo-sad.png" target="_blank"><img class="size-full wp-image-528863 aligncenter" title="godaddy-logo-sad" src="http://venturebeat.files.wordpress.com/2012/09/godaddy-logo-sad.png?w=558&#038;h=365" alt="" width="558" height="365" /></a></p>
<p>Popular web hosting company <a href="http://www.godaddy.com/" target="_blank" target="_blank">GoDaddy</a> has restored most of it services after a member of hacker collective Anonymous attacked the site.</p>
<p>On <a href="https://twitter.com/GoDaddy" target="_blank" target="_blank">Twitter</a>, GoDaddy said that most of its customer-hosted sites were back online following the attack:</p>
<p><a href="http://venturebeat.files.wordpress.com/2012/09/godaddy-twtter.jpg" target="_blank"><img class="aligncenter size-full wp-image-528851" title="godaddy-twtter" src="http://venturebeat.files.wordpress.com/2012/09/godaddy-twtter.jpg?w=655&#038;h=456" alt="godaddy-twtter" width="655" height="456" /></a></p>
<p>I can confirm that my own <a href="http://www.seanludwig.com/" target="_blank" target="_blank">personal site</a> is back online after being taken down during the outage.</p>
<p>A seemingly high-ranking member of Anonymous, <a href="https://twitter.com/AnonymousOwn3r" target="_blank" target="_blank">Anonymous Own3r</a>, claimed responsibility for the attack that took down countless sites. GoDaddy’s DNS servers were taken offline for several hours on Monday. Anonymous Own3r said this was not an attack made on Anonymous’ behalf, and it is just from a single member.</p>
<p>GoDaddy indicated that the takedown was isolated to just a denial-of-service attack and that customer data was not compromised..</p>
<p>&#8220;All services are restored and at no time was sensitive customer information, such as credit card data, passwords, names, addresses, ever compromised,&#8221; GoDaddy spokeswoman Elizabeth Driscoll told <a href="http://news.cnet.com/8301-1009_3-57510046-83/go-daddy-says-client-web-sites-back-up/" target="_blank" target="_blank">CNET</a>.</p>
<p><em>GoDaddy illustration: Sean Ludwig/VentureBeat</em></p>
<br />Filed under: <a href='http://venturebeat.com/category/cloud/'>Cloud</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=528816&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" /><style type="text/css">.blurb-cat-cloud .event-boilerplate {
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-cloud .event-boilerplate .logo-date-wrap {
width:100%;
display:block;
float:left;
margin-bottom:8px;
}
.blurb-cat-cloud .event-boilerplate img {
float:left;
}
.blurb-cat-cloud .event-boilerplate .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;
}
.blurb-cat-cloud .event-boilerplate .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/10/godaddy-back-after-outage/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2012/09/godaddy-sad.jpg?w=160" /><source url="http://venturebeat.com/2012/09/10/godaddy-back-after-outage/">GoDaddy sites mostly back online after massive outage</source>
		<media:thumbnail url="http://venturebeat.files.wordpress.com/2012/09/godaddy-sad.jpg?w=160" />
		<media:content url="http://venturebeat.files.wordpress.com/2012/09/godaddy-sad.jpg?w=160" medium="image">
			<media:title type="html">GoDaddy-sad</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/09/godaddy-logo-sad.png" medium="image">
			<media:title type="html">godaddy-logo-sad</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2012/09/godaddy-twtter.jpg" medium="image">
			<media:title type="html">godaddy-twtter</media:title>
		</media:content>
	</item>
	</channel>
</rss>
