<?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; hacker</title>
	<atom:link href="http://venturebeat.com/tag/hacker/feed/" rel="self" type="application/rss+xml" />
	<link>http://venturebeat.com</link>
	<description>News About Tech, Money and Innovation</description>
	<lastBuildDate>Wed, 22 May 2013 14:23:59 +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; hacker</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>1</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>&#8216;Biggest ever&#8217; Internet attack is indeed huge, but it isn&#8217;t global</title>
		<link>http://venturebeat.com/2013/03/27/biggest-ever-internet-attack-is-indeed-huge-but-not-global/</link>
		<comments>http://venturebeat.com/2013/03/27/biggest-ever-internet-attack-is-indeed-huge-but-not-global/#comments</comments>
		<pubDate>Wed, 27 Mar 2013 17:11:17 +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[Bbc]]></category>
		<category><![CDATA[Cyberbunker]]></category>
		<category><![CDATA[ddos]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[global]]></category>
		<category><![CDATA[hacker]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Spamhaus]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=706394</guid>
		<description><![CDATA[<p>Have you noticed that the global internet is slowing down as it experiences its "biggest-ever" attack by hackers flooding the web via distributed denial of service attacks&#160;(DDOS)?</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=706394&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://venturebeat.com/2013/03/27/biggest-ever-internet-attack-is-indeed-huge-but-not-global/cyber-attacks/" rel="attachment wp-att-706414"><img class="aligncenter size-full wp-image-706414" alt="cyber-attacks" src="http://venturebeat.files.wordpress.com/2013/03/cyber-attacks.jpg?w=665&#038;h=374" width="665" height="374" /></a>Have you noticed that the global Internet is slowing down as it experiences its &#8220;biggest-ever&#8221; attack by hackers flooding the web via distributed denial of service attacks (DDOS)?</p>
<p>Me neither.</p>
<p>That hasn&#8217;t stopped the BBC from <a href="http://www.bbc.co.uk/news/technology-21954636" target="_blank">claiming</a> &#8221;Global Internet slows after biggest attack in history,&#8221; or the UK&#8217;s Independent from <a href="http://www.independent.co.uk/news/uk/home-news/biggest-cyberattack-in-history-slows-down-global-internet-after-quarrel-between-webhosting-company-and-antispam-group-8551815.html" target="_blank">saying</a> that &#8220;Internet services across the world have been disrupted&#8221; with &#8220;millions of web users&#8221; not able to access service like Netflix.</p>
<p>According to the <a href="http://www.internettrafficreport.com" target="_blank">Internet Traffic Report</a>, everything&#8217;s fairly copacetic. Response time has been pretty steady for the past 30 days, with no discernible dip in the past week, and packet loss globally has remained steady at almost zero:</p>
<div id="attachment_706401" class="wp-caption aligncenter" style="width: 1034px"><a href="http://venturebeat.com/2013/03/27/biggest-ever-internet-attack-is-indeed-huge-but-not-global/internet-traffic-report/" rel="attachment wp-att-706401"><img class="size-full wp-image-706401" alt="Internet traffic doesn't seem very disrupted in the past month or week ..." src="http://venturebeat.files.wordpress.com/2013/03/internet-traffic-report.jpg?w=1024&#038;h=175" width="1024" height="175" /></a><div class="vb_image_source"><span>Source:</span> Internet Traffic Report</div><p class="wp-caption-text">Internet traffic doesn&#8217;t seem very disrupted in the past month or week &#8230;</p></div>
<p>A quick check of InternetPulse shows that the U.S. Internet is all healthy, with sub-90-second latency in response times across the board today:</p>
<p><a href="http://venturebeat.com/2013/03/27/biggest-ever-internet-attack-is-indeed-huge-but-not-global/screen-shot-2013-03-27-at-9-46-37-am/" rel="attachment wp-att-706406"><img class="aligncenter size-large wp-image-706406" alt="Screen Shot 2013-03-27 at 9.46.37 AM" src="http://venturebeat.files.wordpress.com/2013/03/screen-shot-2013-03-27-at-9-46-37-am.png?w=558&#038;h=322" width="558" height="322" /></a></p>
<p>It&#8217;s not until we check <a href="http://www.akamai.com/html/technology/dataviz1.html" target="_blank">Akamai&#8217;s global real-time web monitor</a> that we see what the problem is: congestion is up in two general areas. Those would be the UK &#8212; where the BBC lives &#8212; and Germany/Netherlands, where a local fight is on between a controversial hosting provider, Cyberbunker, and a spam-fighting filter service, Spamhaus.</p>
<p><a href="http://venturebeat.com/2013/03/27/biggest-ever-internet-attack-is-indeed-huge-but-not-global/screen-shot-2013-03-27-at-9-49-47-am/" rel="attachment wp-att-706410"><img class="aligncenter size-large wp-image-706410" alt="Screen Shot 2013-03-27 at 9.49.47 AM" src="http://venturebeat.files.wordpress.com/2013/03/screen-shot-2013-03-27-at-9-49-47-am.png?w=558&#038;h=272" width="558" height="272" /></a></p>
<p>Essentially, it appears that Spamhaus blacklisted Cyberbunker for allegedly distributing spam, and friends of Cyberbunker then attacked Spamhaus&#8217; servers with up to 300 gigabytes/second of data. That&#8217;s an enormous amount of data, and it constitutes the biggest-ever DDOS attack. It&#8217;s clogging the interweb&#8217;s tubes in at least a few places but not, apparently, all over the world.</p>
<p>Little hint to the BBC and others: Western Europe is not the world.</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>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=706394&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2013/03/27/biggest-ever-internet-attack-is-indeed-huge-but-not-global/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2013/03/cyber-attacks.jpg?w=160" /><source url="http://venturebeat.com/2013/03/27/biggest-ever-internet-attack-is-indeed-huge-but-not-global/">&#8216;Biggest ever&#8217; Internet attack is indeed huge, but it isn&#8217;t global</source>
		<media:thumbnail url="http://venturebeat.files.wordpress.com/2013/03/cyber-attacks.jpg?w=160" />
		<media:content url="http://venturebeat.files.wordpress.com/2013/03/cyber-attacks.jpg?w=160" medium="image">
			<media:title type="html">cyber-attacks</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/cyber-attacks.jpg" medium="image">
			<media:title type="html">cyber-attacks</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2013/03/internet-traffic-report.jpg" medium="image">
			<media:title type="html">Internet traffic doesn&#039;t seem very disrupted in the past month or week ...</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2013/03/screen-shot-2013-03-27-at-9-46-37-am.png?w=558" medium="image">
			<media:title type="html">Screen Shot 2013-03-27 at 9.46.37 AM</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2013/03/screen-shot-2013-03-27-at-9-49-47-am.png?w=558" medium="image">
			<media:title type="html">Screen Shot 2013-03-27 at 9.49.47 AM</media:title>
		</media:content>
	</item>
		<item>
		<title>Research team claims EA&#8217;s Origin has security flaw that exposes millions of users</title>
		<link>http://venturebeat.com/2013/03/19/research-team-claims-eas-origin-has-security-flaw-that-exposes-millions-of-users/</link>
		<comments>http://venturebeat.com/2013/03/19/research-team-claims-eas-origin-has-security-flaw-that-exposes-millions-of-users/#comments</comments>
		<pubDate>Tue, 19 Mar 2013 17:37:57 +0000</pubDate>
		<dc:creator>Jeffrey Grubb</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[Crysis 3]]></category>
		<category><![CDATA[cybersecurity]]></category>
		<category><![CDATA[game news]]></category>
		<category><![CDATA[hacker]]></category>
		<category><![CDATA[Origin]]></category>
		<category><![CDATA[Steam]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=702136</guid>
		<description><![CDATA[<p>Millions of people use EA's Origin service to play SimCity, Battlefield 3, and more. Security firm ReVuln claims they are vulnerable to attack from&#160;hackers.</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=702136&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><em><a href="http://venturebeat.files.wordpress.com/2013/03/possible-attack.jpg" target="_blank"><img class="alignnone size-full wp-image-702137" alt="EA Origin possible attack" src="http://venturebeat.files.wordpress.com/2013/03/possible-attack.jpg?w=709&#038;h=480" width="709" height="480" /></a></em></p>
<p>It&#8217;s time to add another issue to the list of what&#8217;s ailing publisher Electronic Arts. The company&#8217;s chief executive officer announced yesterday that he is stepping down, and it is still reeling from a public-relations snafu with the recently launched city-builder SimCity. Now, a security research firm revealed that members of EA&#8217;s digital-download service are vulnerable to attack from hackers.</p>
<p>A fatal flaw in EA&#8217;s Origin service may enable hackers to remotely execute software on a target&#8217;s Mac or PC, according to Malta-based security researchers ReVuln (<a href="http://techland.time.com/2013/03/19/ea-origin-security-flaw-could-expose-tens-of-millions-of-players/"title="Techland: Origin"  target="_blank" target="_blank">via Time&#8217;s Techland blog</a>). <a href="http://www.revuln.com/files/ReVuln_EA_Origin_Insecurity.pdf"title="ReVuln: EA Origin insecurity"  target="_blank" target="_blank">ReVuln published a paper</a> earlier this month that explains the vulnerability in detail.</p>
<p>&#8220;Our team is constantly investigating hypotheticals like this one as we continually update our security infrastructure,&#8221; Origin spokesperson John Reseburg told GamesBeat.</p>
<p>The hack only takes seconds. It works by exploiting an &#8220;Origin://link&#8221; uniform resource identifier (URI), which publishers utilize to enable browsers to open and control actions on the Origin platform. Origin&#8217;s links follow a particular pattern. Hackers can mess around with that pattern to make the URI execute different commands. One of those commands could be bringing up a box that asks a user to download an application. They might trust that application because they&#8217;re on their trusted Origin site and click yes. The malware will then install, and the hacker will effectively &#8220;own&#8221; the system.</p>
<p>&#8220;Using games as an attack vector is pretty difficult to spot,&#8221; ReVuln security researcher Donato Ferrante told GamesBeat. &#8220;One of the reasons is that most people underestimate games as a possible way for attackers to compromise their systems.&#8221;</p>
<p>ReVuln released a proof of concept of the hack, which you can see in the video embedded into ReVuln&#8217;s Tweet:</p>
<blockquote class='twitter-tweet'><p>EA Origin Insecurity paper: <a href="http://www.revuln.com/files/ReVuln_EA_Origin_Insecurity.pdf" target="_blank"> revuln.com/files/ReVuln_E…</a> and video: <a href="http://vimeo.com/61361586" target="_blank"> vimeo.com/61361586</a> <a href="http://twitter.com/search?q=%23BlackHatEU" title="#BlackHatEU" target="_blank">#BlackHatEU</a> <a href="http://twitter.com/search?q=%230day" title="#0day" target="_blank">#0day</a>&mdash; <br />ReVuln (@revuln) <a href='http://twitter.com/#!/revuln/status/312609674950242304' data-datetime='2013-03-15T17:02:09+00:00'>March 15, 2013</a></p></blockquote>
<p>In October, ReVuln discovered <a href="http://vimeo.com/51438866"title="Vimeo: ReVuln Steam hack"  target="_blank" target="_blank">a similar insecurity in Valve&#8217;s Steam digital service</a> &#8212; EA&#8217;s primary competitor in the PC space. Ferrante claims Valve still hasn&#8217;t addressed the issue.</p>
<p>The security firm suggests that users set their browsers to pop up with a prompt when attempting to open a game in Origin or in Steam. More security-conscious users can install a tool like URIprotocolview to disable the &#8220;Origin://&#8221; URI.</p>
<p><em>VentureBeat security reporter Meghan Kelly contributed to this report</em></p>
<br />Filed under: <a href='http://venturebeat.com/category/games/'>Games</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=702136&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" /><div class="post-meta-blurb post-meta-after blurb-cat-games"><hr />

<a href="http://venturebeat.com/events/gamesbeat2013/" data-vb-ga-outbound="GB2013boilerplate"><img class="size-full wp-image-616698 alignleft" alt="GamesBeat 2013" src="http://venturebeat.files.wordpress.com/2013/02/gamesbeat2013boilerplate.png" width="196" height="33" /></a>GamesBeat 2013 is our fifth annual conference on disruption in the video game market. You'll get 360-degree perspectives from top gaming executives, developers, and analysts on what’s to come in the industry. Our theme this year is “The Battle Royal.” Check out full event details <a href="http://venturebeat.com/events/gamesbeat2013/" data-vb-ga-outbound="GB2013boilerplate">here</a>, and grab your early-bird tickets <a href="http://gamesbeat2013-gb2013boilerplatebottom.eventbrite.com/" data-vb-ga-outbound="GB2013boilerplate" target="_blank">here</a>!

<hr /></div><style type="text/css">.blurb-cat-games hr {
margin: 10px 0 10px 0;
}</style>]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2013/03/19/research-team-claims-eas-origin-has-security-flaw-that-exposes-millions-of-users/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2013/03/possible-attack.jpg?w=160" /><source url="http://venturebeat.com/2013/03/19/research-team-claims-eas-origin-has-security-flaw-that-exposes-millions-of-users/">Research team claims EA&#8217;s Origin has security flaw that exposes millions of users</source>
		<media:content url="http://0.gravatar.com/avatar/9c3a48d504ee20cdee877289d23d9e1a?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">WomenWithAbs</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2013/03/possible-attack.jpg" medium="image">
			<media:title type="html">EA Origin possible attack</media:title>
		</media:content>
	</item>
		<item>
		<title>Andrew Auernheimer: 41 months of jail and a $73,000 fine for querying AT&amp;T servers</title>
		<link>http://venturebeat.com/2013/03/18/andrew-auernheimer-41-months-of-jail-and-a-73000-fine-for-querying-att-servers/</link>
		<comments>http://venturebeat.com/2013/03/18/andrew-auernheimer-41-months-of-jail-and-a-73000-fine-for-querying-att-servers/#comments</comments>
		<pubDate>Mon, 18 Mar 2013 17:06:35 +0000</pubDate>
		<dc:creator>John Koetsier</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Dev]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Andrew Auernheimer]]></category>
		<category><![CDATA[AT&T]]></category>
		<category><![CDATA[courts]]></category>
		<category><![CDATA[cracker]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[GNAA]]></category>
		<category><![CDATA[Goatse Security]]></category>
		<category><![CDATA[hacker]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[sentencing]]></category>
		<category><![CDATA[Weev]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=696414</guid>
		<description><![CDATA[<p>"It looks like Andew got slammed into a desk by federal agents while trying to hand his phone to his lawyer after the court asked for his phone," his publicist told me via&#160;email.</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=696414&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://venturebeat.com/2013/03/18/andrew-auernheimer-41-months-of-jail-and-a-73000-fine-for-querying-att-servers/medium_3573461756/" rel="attachment wp-att-696705"><img class="aligncenter size-full wp-image-696705" alt="jail" src="http://venturebeat.files.wordpress.com/2013/03/medium_3573461756.jpg?w=640&#038;h=425" width="640" height="425" /></a>Controversial hacker, troller, and Internet prankster Andrew Auernheimer has been sentenced to 41 months in jail and ordered to pay a $73,000 fine to AT&amp;T for connecting to an unsecured database and collecting a list of the company&#8217;s iPad subscribers.</p>
<blockquote class="twitter-tweet"><p>BREAKING: Weev sentenced to 41 months followed by three years of supervised release.</p>
<p>— Tim Pool (@Timcast) <a href="https://twitter.com/Timcast/status/313679129822253056" target="_blank">March 18, 2013</a></p></blockquote>
<p>Just moments before sentencing, Auernheimer (also known as Weev), was cuffed by court officers in a struggle over his tablet and phone. Auernheimer, who was not permitted to use computers with keyboards, was asked to surrender his devices, but tried to hand them to his lawyer.</p>
<p>&#8220;It looks like Andew got slammed into a desk by federal agents while trying to hand his phone to his lawyer after the court asked for his phone,&#8221; his publicist told me via email.</p>
<p>Auernheimer is, by all accounts, a controversial figure, which became abundantly clear in a <a href="http://www.reddit.com/r/IAmA/comments/1ahkgc/i_am_weev_i_may_be_going_to_prison_under_the/" target="_blank">Reddit AMA</a> (ask me anything) conducted yesterday.</p>
<p>He&#8217;s a founder of <a href="http://www.gnaa.eu" target="_blank">GNAA</a> (Gay N*iggers Association of America), a group that probably has no actual gay or black members and seems, much as <a href="https://encyclopediadramatica.se/Trolling_organization" target="_blank">many other online trolling groups</a>, to be devoted to causing as much online damage and destruction as possible. He&#8217;s also a member of <a href="http://security.goatse.fr" target="_blank">Goatse Security</a>, a grey-hat organization that focuses on finding and exploiting computer and website vulnerabilities. And he has done things online that most of us would consider morally reprehensible and ugly, if not precisely illegal, such as taking a leading role in the massive online harassment that <a href="http://en.wikipedia.org/wiki/Kathy_Sierra" target="_blank">caused usability expert Kathy Sierra to abandon the Internet</a>.</p>
<p>But the <a href="http://venturebeat.com/2013/03/17/terrorist-hacker-freedom-fighter-andrew-auernheimer-parties-tonight-in-expectation-of-jail-tomorrow/">specific charges that he was convicted of and has now been sentenced for</a> seem tame by comparison. Essentially, he queried a public server with exactly the same kind of request your browser sent to the servers that run this website, aggregated the results, and sent them to a news agency, Gawker.</p>
<blockquote class="twitter-tweet"><p>Auernheimer got a harder sentence than the <a href="https://twitter.com/search/%23Steubenville" target="_blank">#Steubenville</a> rapists. One journalist equated the prosecution of hackers to the Red Scare.</p>
<p>— Tim Pool (@Timcast) <a href="https://twitter.com/Timcast/status/313688506616655872" target="_blank">March 18, 2013</a></p></blockquote>
<p>The charges were based on the same law that federal prosecutors used against Matthew Keys, Aaron Swartz, and <a href="http://venturebeat.com/2013/01/17/convicted-hacker-steven-watt-on-aaron-swarzt-its-just-not-justice/">Stephen Watt</a>: the Computer Fraud and Abuse Act, which opponents have decried as vague and Swartz&#8217;s lawyers have said was misused by federal prosecutors to overly-aggressively pursue Swartz, <a href="http://venturebeat.com/2013/01/12/web-pioneer-and-activist-aaron-swartz-dead-at-26/">who ended up committing suicide</a>.</p>
<p>Auernheimer knows he is not exactly a lovable figure.</p>
<p>&#8220;I&#8217;m a nutjob from Arkansas,&#8221; he told me yesterday. &#8220;That&#8217;s any sane person&#8217;s perspective.&#8221;</p>
<p>But the question today is whether his exact actions in the AT&amp;T case were illegal. And if they were, how many other actions of ordinary Americans are now being criminalized?</p>
<p>Auernheimer told me yesterday that he already plans to appeal the sentence, and the EFF is helping with the appeal.</p>
<p><em>photo credit: <a href="http://www.flickr.com/photos/funky64/3573461756/" target="_blank">Funky64 (www.lucarossato.com)</a> via <a href="http://photopin.com" target="_blank">photopin</a> <a href="http://creativecommons.org/licenses/by-nc-nd/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/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=696414&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2013/03/18/andrew-auernheimer-41-months-of-jail-and-a-73000-fine-for-querying-att-servers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2013/03/medium_3573461756.jpg?w=160" /><source url="http://venturebeat.com/2013/03/18/andrew-auernheimer-41-months-of-jail-and-a-73000-fine-for-querying-att-servers/">Andrew Auernheimer: 41 months of jail and a $73,000 fine for querying AT&amp;T servers</source>
		<media:thumbnail url="http://venturebeat.files.wordpress.com/2013/03/medium_3573461756.jpg?w=160" />
		<media:content url="http://venturebeat.files.wordpress.com/2013/03/medium_3573461756.jpg?w=160" medium="image">
			<media:title type="html">jail</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/medium_3573461756.jpg" medium="image">
			<media:title type="html">jail</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>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>Zendesk hacked: Twitter, Pinterest, and Tumblr users were affected</title>
		<link>http://venturebeat.com/2013/02/22/zendesk-hacked-twitter-pinterest-and-tumblr-users-were-affected/</link>
		<comments>http://venturebeat.com/2013/02/22/zendesk-hacked-twitter-pinterest-and-tumblr-users-were-affected/#comments</comments>
		<pubDate>Fri, 22 Feb 2013 08:25:52 +0000</pubDate>
		<dc:creator>John Koetsier</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Enterprise]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Social]]></category>
		<category><![CDATA[breach]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[hacked]]></category>
		<category><![CDATA[hacker]]></category>
		<category><![CDATA[pinterest]]></category>
		<category><![CDATA[tumblr]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[zendesk]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=626814</guid>
		<description><![CDATA[<p>A security breach at cloud-based customer support vendor Zendesk has exposed personal information including email addresses of Twitter, Pinterest, and Tumblr clients, the company said today in a blog&#160;post.</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=626814&#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/zendesk-hacked-twitter-pinterest-and-tumblr-users-were-affected/large_6872259969-2/" rel="attachment wp-att-626815"><img class="aligncenter size-full wp-image-626815" alt="large_6872259969" src="http://venturebeat.files.wordpress.com/2013/02/large_68722599691.jpg?w=1024&#038;h=866" width="1024" height="866" /></a>A security breach at cloud-based customer support vendor <a href="http://www.zendesk.com/" target="_blank">Zendesk</a> has exposed personal information including email addresses of Twitter, Pinterest, and Tumblr users, the company <a href="http://www.zendesk.com/blog/weve-been-hacked" target="_blank">said today</a> in a blog post.</p>
<blockquote><p>We’ve become aware that a hacker accessed our system this week. As soon as we learned of the attack, we patched the vulnerability and closed the access that the hacker had. Our ongoing investigation indicates that the hacker had access to the support information that three of our customers store on our system. We believe that the hacker downloaded email addresses of users who contacted those three customers for support, as well as support email subject lines. We notified our affected customers immediately and are working with them to assist in their response.</p></blockquote>
<p>Zendesk manages backoffice features like customer support and help desk operations via a cloud service it delivers to hundreds of clients serving over 65 million people, the company <a href="http://www.zendesk.com/why-zendesk" target="_blank">says</a> on its website. Only Twitter, Pinterest, and Tumblr clients were affected, the company says, but those sites comprise literally hundreds of millions of users.</p>
<p>Since most end users never touch Zendesk directly, most users&#8217; first awareness that there might be a problem with their personal informtion will come via an email from one of the affected services. I received an email from Tumblr this evening at 11:05PM PST, saying that my information may have been exposed.</p>
<p>Assuming Zendesk knows exactly how deep the penetration went, there is probably not a lot to worry about. The attackers gained access to email addresses and the subject lines of support emails, but there&#8217;s no indication they accessed any passwords or other data.</p>
<p>In other words: don&#8217;t panic.</p>
<p>Here&#8217;s the email that Tumblr sent out to affected users:</p>
<blockquote>
<h3>Important information regarding your security and privacy</h3>
<p>For the last 2.5 years, we&#8217;ve used a popular service called Zendesk to store, organize, and answer emails to Tumblr Support. We&#8217;ve learned that a security breach at Zendesk has affected Tumblr and two other companies. We are sending this notification to all email addresses that we believe may have been affected by this breach.</p>
<p>This has potentially exposed records of subject lines and, in some cases, email addresses of messages sent to Tumblr Support. While much of this information is innocuous, please take some time today to consider the following:</p>
<ul>
<li>The subject lines of your emails to Tumblr Support may have included the address of your blog which could potentially allow your blog to be unwillingly associated with your email address.</li>
<li>Any other information included in the subject lines of emails you’ve sent to Tumblr Support may be exposed. We recommend you review any correspondence you&#8217;ve addressed to<a href="mailto:support@tumblr.com">support@tumblr.com</a>, <a href="mailto:abuse@tumblr.com">abuse@tumblr.com</a>, <a href="mailto:dmca@tumblr.com">dmca@tumblr.com</a>,<a href="mailto:legal@tumblr.com">legal@tumblr.com</a>, <a href="mailto:enquiries@tumblr.com">enquiries@tumblr.com</a>, or<a href="mailto:lawenforcement@tumblr.com">lawenforcement@tumblr.com</a>.</li>
<li>Tumblr will never ask you for your password by email. Emails are easy to fake, and you should be suspicious of unexpected emails you receive.</li>
</ul>
<p>Your safety is our highest priority. We&#8217;re working with law enforcement and Zendesk to better understand this attack. Please monitor your email and Tumblr accounts for suspicious behavior, and notify us immediately if you have any concerns.</p></blockquote>
<p>This is an breaking story, check for updates on Friday.</p>
<p><em>photo credit: <a href="http://www.flickr.com/photos/29487767@N02/6872259969/" target="_blank">alles-schlumpf</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></em></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>, <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=626814&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2013/02/22/zendesk-hacked-twitter-pinterest-and-tumblr-users-were-affected/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2013/02/large_68722599691.jpg?w=160" /><source url="http://venturebeat.com/2013/02/22/zendesk-hacked-twitter-pinterest-and-tumblr-users-were-affected/">Zendesk hacked: Twitter, Pinterest, and Tumblr users were affected</source>
		<media:thumbnail url="http://venturebeat.files.wordpress.com/2013/02/large_68722599691.jpg?w=160" />
		<media:content url="http://venturebeat.files.wordpress.com/2013/02/large_68722599691.jpg?w=160" medium="image">
			<media:title type="html">large_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/2013/02/large_68722599691.jpg" medium="image">
			<media:title type="html">large_6872259969</media:title>
		</media:content>
	</item>
		<item>
		<title>Amazon is back up and running after extended outage</title>
		<link>http://venturebeat.com/2013/01/31/amazon-is-back-up-and-running-after-extended-outage/</link>
		<comments>http://venturebeat.com/2013/01/31/amazon-is-back-up-and-running-after-extended-outage/#comments</comments>
		<pubDate>Thu, 31 Jan 2013 20:44:20 +0000</pubDate>
		<dc:creator>Rebecca Grant</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[hacker]]></category>
		<category><![CDATA[outage]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=614588</guid>
		<description><![CDATA[<p>Amazon's homepage went down for 51 minutes this afternoon in a highly unusual&#160;outage.</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=614588&#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/2013/01/31/amazon-is-back-up-and-running-after-extended-outage/screen-shot-2013-01-31-at-12-49-48-pm/" rel="attachment wp-att-614596"><img class="alignnone size-full wp-image-614596" alt="Screen Shot 2013-01-31 at 12.49.48 PM" src="http://venturebeat.files.wordpress.com/2013/01/screen-shot-2013-01-31-at-12-49-48-pm.png?w=768&#038;h=626" width="768" height="626" /></a>Amazon&#8217;s homepage went down for about <a href="http://reports.panopta.com/amazon/server/96291" target="_blank">51 minutes this afternoon</a> in an highly unusual outage. Visitors to the site received an &#8216;Http/1.1 Service Unavailable&#8217; message, although Amazon Web Services was still up and running. This is the most significant outage Amazon has experienced in years. A group of hackers called the NaziGods are claiming responsibility on Twitter, however sources with knowledge of the event deny that it was related to any outside group.</p>
<p>Estimates put Amazon&#8217;s sales-per-minute at over $100,000.</p>
<p>We have reached out to the company for comment and are waiting for a response. In the meantime, you may continue buying panini-makers and Kindles in peace.</p>
<p><a href="http://reports.panopta.com/amazon/server/96291" target="_blank"> </a></p>
<br />Filed under: <a href='http://venturebeat.com/category/business/'>Business</a>, <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=614588&#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/2013/01/31/amazon-is-back-up-and-running-after-extended-outage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2013/01/screen-shot-2013-01-31-at-12-49-48-pm.png?w=160" /><source url="http://venturebeat.com/2013/01/31/amazon-is-back-up-and-running-after-extended-outage/">Amazon is back up and running after extended outage</source>
		<media:content url="http://0.gravatar.com/avatar/fec4e66421afed673eb1ac50b8f839d8?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">rebeccaggrant</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2013/01/screen-shot-2013-01-31-at-12-49-48-pm.png" medium="image">
			<media:title type="html">Screen Shot 2013-01-31 at 12.49.48 PM</media:title>
		</media:content>
	</item>
		<item>
		<title>RubyGems.org hacked, interrupting Heroku services and putting sites using Rails at risk</title>
		<link>http://venturebeat.com/2013/01/30/rubygems-org-hacked-interrupting-heroku-services-and-putting-millions-of-sites-using-rails-at-risk/</link>
		<comments>http://venturebeat.com/2013/01/30/rubygems-org-hacked-interrupting-heroku-services-and-putting-millions-of-sites-using-rails-at-risk/#comments</comments>
		<pubDate>Thu, 31 Jan 2013 04:49:31 +0000</pubDate>
		<dc:creator>John Koetsier</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Dev]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Black Hat]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[gems]]></category>
		<category><![CDATA[hacker]]></category>
		<category><![CDATA[Heroku]]></category>
		<category><![CDATA[Pastie.org]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[ruby gems]]></category>
		<category><![CDATA[ruby on rails]]></category>
		<category><![CDATA[RubyGems]]></category>
		<category><![CDATA[Salesforce.com]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=614094</guid>
		<description><![CDATA[<p>"It's a critical part of the Ruby infrastructure," the programmer said. "Everything depends on&#160;RubyGems."</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=614094&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://venturebeat.com/2013/01/30/rubygems-org-hacked-interrupting-heroku-services-and-putting-millions-of-sites-using-rails-at-risk/origin_177722693/" rel="attachment wp-att-614108"><img class="aligncenter size-full wp-image-614108" alt="origin_177722693" src="http://venturebeat.files.wordpress.com/2013/01/origin_177722693.jpg?w=1024&#038;h=633" width="1024" height="633" /></a>Ruby package distributor <a href="RubyGems.org">RubyGems.org</a> was hacked today, disrupting web developers globally and causing service shutdowns at popular hosting service Heroku.</p>
<p>&#8220;There was a vulnerability with RubyGems.org, which allowed someone to execute code on the server,&#8221; a Ruby programmer I talked to said. &#8220;RubyGems is a big target, because if you could break in and change a Rails gem, you could gain access to a lot of servers.&#8221;</p>
<p>Popular sites such as Twitter, Groupon, Airbnb, and Hulu are built using Ruby on Rails, a framework built in the Ruby programming language. Ruby gems are packages of code that allow developers to distribute programs or libraries, and RubyGems.org is the central means the Ruby community has to publish and distribute those gems. Essentially, if a black hat hacker can corrupt those gems, he or she could potentially gain control of thousands, if not millions of sites around the world that run Ruby on Rails.</p>
<div id="attachment_614107" class="wp-caption alignright" style="width: 345px"><a href="http://venturebeat.com/2013/01/30/rubygems-org-hacked-interrupting-heroku-services-and-putting-millions-of-sites-using-rails-at-risk/screen-shot-2013-01-30-at-8-17-46-pm/" rel="attachment wp-att-614107"><img class=" wp-image-614107  " alt="The exploit itself" src="http://venturebeat.files.wordpress.com/2013/01/screen-shot-2013-01-30-at-8-17-46-pm.png?w=335&#038;h=236" width="335" height="236" /></a><div class="vb_image_source"><span>Source:</span> <a href="https://gist.github.com/3e4829f79dbd1be11295" rel="nofollow" target="_blank">https://gist.github.com/3e4829f79dbd1be11295</a></div><p class="wp-caption-text">The exploit itself</p></div>
<p>&#8220;RubyGems is a critical part of the Ruby infrastructure,&#8221; the programmer said. &#8220;Everything depends on RubyGems.&#8221;</p>
<p>RubyGems explained the situation <a href="https://docs.google.com/document/d/10tuM51VKRcSHJtUZotraMlrMHWK1uXs8qQ6Hmguyf1g/preview?sle=true" target="_blank">this way</a> in a Google doc that site administrators set up for status updates:</p>
<blockquote><p>A user uploaded a <a href="https://www.dropbox.com/s/fi7r5oovqyrtacm/exploit-gems.zip" target="_blank">malicious gem</a> that contained a <a href="https://gist.github.com/75af5e0b071d247c08a8" target="_blank">malicious gem manifest</a> (YAML file). The manifest contained embedded Ruby with <a href="https://gist.github.com/3e4829f79dbd1be11295" target="_blank">this payload</a>. This is the only known incident involving this vulnerability, but the vulnerability involved is a remote code execution exploit, so the usual rules apply.</p></blockquote>
<p>The Ruby programmer I talked to, who did not want to be identified since he works with some of the key engineers at RubyGems and Heroku, said that the infected gem was executed by the server and then &#8220;emailed the database configuration details, including passwords, to a paste-it note on <a href="http://pastie.org" target="_blank">Pastie.org</a>.&#8221;</p>
<p>As soon as Heroku became aware of the issue this morning, site administrators <a href="https://status.heroku.com/incidents/489" target="_blank">disabled access to site update and publishing services</a>:</p>
<blockquote><p>Ruby deploys have been temporarily disabled to protect our users from malicious gems. We will have more information available shortly, including a workaround for those who wish to deploy anyway.</p></blockquote>
<p>Based on the information currently available, it doesn&#8217;t appear to have been an especially malicious attack, but rather a fairly strenuous way of informing the RubyGems organization that they had a vulnerability. The infected gem was called &#8220;exploit,&#8221; a pretty clear signal that the author or authors were not trying to slip something in unnoticed, and &#8220;they could have done more,&#8221; my source said.</p>
<p>Currently, RubyGems is verifying all files by comparing them for differences with older version before re-enabling all access to  functionality. The last update as of 7:30 PM PST is that the service&#8217;s classic API is up, as well as its V1 API, but its web application and Dependency API are still down.</p>
<p><em>photo credit: <a href="http://www.flickr.com/photos/nez/177722693/" target="_blank">Andrew*</a> via <a href="http://photopin.com" target="_blank">photopin</a> <a href="http://creativecommons.org/licenses/by-sa/2.0/" target="_blank">cc</a></em></p>
<br />Filed under: <a href='http://venturebeat.com/category/business/'>Business</a>, <a href='http://venturebeat.com/category/cloud/'>Cloud</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=614094&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2013/01/30/rubygems-org-hacked-interrupting-heroku-services-and-putting-millions-of-sites-using-rails-at-risk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2013/01/screen-shot-2013-01-30-at-8-17-46-pm.png?w=160" /><source url="http://venturebeat.com/2013/01/30/rubygems-org-hacked-interrupting-heroku-services-and-putting-millions-of-sites-using-rails-at-risk/">RubyGems.org hacked, interrupting Heroku services and putting sites using Rails at risk</source>
		<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/origin_177722693.jpg" medium="image">
			<media:title type="html">origin_177722693</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2013/01/screen-shot-2013-01-30-at-8-17-46-pm.png" medium="image">
			<media:title type="html">The exploit itself</media:title>
		</media:content>
	</item>
		<item>
		<title>Find a computer bug, get threatened with jail, get expelled from college</title>
		<link>http://venturebeat.com/2013/01/21/find-a-computer-bug-get-threatened-with-jail-get-expelled-from-college/</link>
		<comments>http://venturebeat.com/2013/01/21/find-a-computer-bug-get-threatened-with-jail-get-expelled-from-college/#comments</comments>
		<pubDate>Mon, 21 Jan 2013 19:50:31 +0000</pubDate>
		<dc:creator>John Koetsier</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[OffBeat]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Ahmed Al-Khabaz]]></category>
		<category><![CDATA[bugs]]></category>
		<category><![CDATA[computer bug]]></category>
		<category><![CDATA[cyber attack]]></category>
		<category><![CDATA[Dawson College]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[hacker]]></category>
		<category><![CDATA[security flaw]]></category>
		<category><![CDATA[Skytech Communications]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=607765</guid>
		<description><![CDATA[<p>One Canadian computer science student has discovered the three simple steps to ruining your&#160;life.</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=607765&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://venturebeat.com/2013/01/21/find-a-computer-bug-get-threatened-with-jail-get-expelled-from-college/medium_401770711/" rel="attachment wp-att-607797"><img class="aligncenter size-full wp-image-607797" alt="medium_401770711" src="http://venturebeat.files.wordpress.com/2013/01/medium_401770711.jpg?w=640&#038;h=427" width="640" height="427" /></a>One Canadian computer science student has discovered the three simple steps to ruining your life:</p>
<ol>
<li>Find a bug that could reveal the personal information of 250,000 students</li>
<li>Report it to the proper authorities at his school, <a href="http://www.dawsoncollege.qc.ca/" target="_blank">Dawson College</a> in Montreal, Canada</li>
<li>Get threatened with jail, and get expelled from college</li>
</ol>
<p>Twenty-year-old Ahmed Al-Khabaz found a flaw in the college-management <a href="http://www.skytech.com/en/omnivox.sky" target="_blank">Omnivox software</a> that most colleges in Quebec use, <a href="http://news.nationalpost.com/2013/01/20/youth-expelled-from-montreal-college-after-finding-sloppy-coding-that-compromised-security-of-250000-students-personal-data/" target="_blank">according to Canada&#8217;s National Post</a>. He reported it to the college&#8217;s director of IT, who congratulated him and thanked him.</p>
<p>But two days later, when Al-Khabaz decided to double-check whether a fix was in place, he was surprised by a phone call from Edouard Taza, the president of Skytech, the company that makes Omnivox. Al-Khabaz say that Taza accused him of implementing a &#8220;cyber-attack,&#8221; threatened him with jail, and forced him to sign a nondisclosure agreement.</p>
<p>But despite his cooperation with what some might say was an unreasonable and bullying approach, Al-Khabaz was expelled from college.</p>
<p>Calls to Donna Varrica and Carey-Ann Pawsey at the Dawson&#8217;s communications office go straight to voicemail, but the college has posted a statement on its website, standing by its decision and saying that Al-Khabaz had been warned on at least one occasion to &#8220;cease and desist.&#8221;</p>
<blockquote><p>Dawson College stands by its policies regarding academic integrity and professional code of conduct. The provisions of these policies are clearly stated in the Institutional Student Evaluation Policy and the Code of Conduct on the website (listed below).</p>
<p>Under the terms of Quebec privacy laws, it is illegal to discuss the details of student files with individuals or with the media. Dawson College practices due process and due diligence in every case brought before the review committee. If a student does not agree with a decision, he or she has the right to appeal, as spelled out in the policies</p>
<p>In the recent case of Ahmed Al-Khabaz, which he himself brought to the media, the College stands by its decision. The reasons cited in the National Post article for which the student was expelled are inaccurate. The process which leads to expulsion includes a step in which a student is issued an advisory to cease and desist the activities for which he or she is being sanctioned, particularly in the area of professional code of conduct. Conditions for remaining in the College on good terms are clearly explained in person to the student.</p>
<p>When this directive is contravened by the student by engaging in additional activities of the same sort, the College has no recourse but to take appropriate measures to sanction the student.</p></blockquote>
<p>I have not been able to speak to Al-Khabaz yet, but based on the publicly available facts, Dawson College and Skytech &#8212; sounds suspiciously like Skynet, no? &#8212; should be thanking him and perhaps rewarding him.</p>
<p>VentureBeat has reached out to Edouard Taza, Skytech&#8217;s president, and will update if he responds.</p>
<p><em>photo credit: <a href="http://www.flickr.com/photos/luigipics/401770711/" target="_blank">Gìpics</a> via <a href="http://photopin.com" target="_blank">photopin</a> <a href="http://creativecommons.org/licenses/by-nc-nd/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/offbeat/'>OffBeat</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=607765&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2013/01/21/find-a-computer-bug-get-threatened-with-jail-get-expelled-from-college/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2013/01/medium_401770711.jpg?w=160" /><source url="http://venturebeat.com/2013/01/21/find-a-computer-bug-get-threatened-with-jail-get-expelled-from-college/">Find a computer bug, get threatened with jail, get expelled from college</source>
		<media:thumbnail url="http://venturebeat.files.wordpress.com/2013/01/medium_401770711.jpg?w=160" />
		<media:content url="http://venturebeat.files.wordpress.com/2013/01/medium_401770711.jpg?w=160" medium="image">
			<media:title type="html">medium_401770711</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/medium_401770711.jpg" medium="image">
			<media:title type="html">medium_401770711</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>The maker movement isn&#8217;t just for hackers anymore</title>
		<link>http://venturebeat.com/2012/11/21/make-techshop/</link>
		<comments>http://venturebeat.com/2012/11/21/make-techshop/#comments</comments>
		<pubDate>Wed, 21 Nov 2012 17:00:26 +0000</pubDate>
		<dc:creator>Jolie O&#039;Dell</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Dev]]></category>
		<category><![CDATA[DIWO]]></category>
		<category><![CDATA[DIY]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[hacker]]></category>
		<category><![CDATA[maker]]></category>
		<category><![CDATA[Maker Faire]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=548681</guid>
		<description><![CDATA[<p>The maker movement is in full effect. Step 1 was the hackerspaces of the 2000s. Step 2 is the DIY democracy at places like&#160;TechShop.</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=548681&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-549693" title="richard_pekelney_by_joseph_schell_38" alt="" src="http://venturebeat.files.wordpress.com/2012/10/techshop-1.jpg?w=1024&#038;h=683" height="683" width="1024" /></p>
<p>&#8220;I&#8217;ve always done a certain amount of work with my hands, but my whole career was in software.&#8221;</p>
<p>Rich Pekelney (pictured above) is standing in front of one of many mammoth machines in San Francisco&#8217;s <a href="http://www.techshop.ws/" target="_blank" target="_blank">TechShop</a>, a DIY paradise full of industrial equipment for makers of all kinds.</p>
<p>The space is intimidating at first glance. Loud mechanisms tower and sprawl around the workshop&#8217;s several stories; people in welding masks and heavy protective gloves quietly bustle from one corner to another.</p>
<p>But after a few minutes in the shop, its aura of mystery quickly disappears. After all, people come here to learn, to weld, to screen print, to indulge their hobbies and acquire new skills. It&#8217;s a bit like a gym: Anyone can join as long as they want to do the work.</p>
<p>At TechShop&#8217;s San Francisco location, a $125 monthly membership fee gets you access to more than $1 million dollars of industrial-grade machinery, industry-standard design software for 2D and 3D projects, unlimited workshop hours, and coaching from experts in given techniques and materials. You can purchase additional classes for equipment or skills, and the pricing isn&#8217;t prohibitive. For example, you can get trained on working with sheet metal for $75 in a two-hour class.</p>
<p>Pekelney came here at first because, like so many other TechShop members, he needed to make something that couldn&#8217;t be bought. In this particular case, it was a perfect replica of a trashcan for use on a <a href="http://www.maritime.org/pamphome.htm" target="_blank" target="_blank">restored World War II submarine</a>, the <em>USS Pampanito</em>.</p>
<p>&#8220;Twenty years ago, when I started working on [restoring] the ship, there were so many really talented guys who could make you anything you needed,&#8221; he said.</p>
<p>&#8220;Now, they&#8217;re gone. &#8230; They aged out or they moved out of the city. They&#8217;re 80, and they can&#8217;t see, or their hands shake.&#8221;</p>
<p>So Pekelney became part of the maker renaissance, a growing movement of women, men, and kids who want to make cool stuff. They come to places like TechShop for access to state-of-the-art equipment you&#8217;d be hard-pressed to find outside of a heavy industrial facility (as Pekelney tells me, &#8220;I would not be using a $15,000 machine if it weren&#8217;t for TechShop&#8221;); but they stay for the classes and the community.</p>
<p>And many of them end up doing more than learning a new skill; more and more, part-time tinkerers are turning their TechShop experiences into full-time, self-owned businesses.</p>
<hr />
<h2>&#8220;Oops, I started a business&#8221;</h2>
<p><img class="aligncenter size-full wp-image-549706" title="techshop 2" alt="" src="http://venturebeat.files.wordpress.com/2012/10/techshop-2.jpg?w=1024&#038;h=685" height="685" width="1024" /></p>
<p>Today&#8217;s maker movement includes a huge range of arts, crafts, and fabrication, and at least as many fascinating types of humans. You&#8217;ve got the steampunk/Burning Man crowd who build robotic art cars to drive around the desert. You&#8217;ve got radical lesbian feminist knitters and quilters who are reclaiming the &#8220;feminine&#8221; arts. You&#8217;ve got kids young and old turning a deep Lego obsession into huge, intricate projects for display, and you&#8217;ve got even younger kids <a href="http://venturebeat.com/2012/11/20/littlebits-holiday/">tinkering with mass-produced starter kits</a> to nurture an early obsession with electronics. And you&#8217;ve got would-be entrepreneurs just trying to crank out a prototype for a product that might disrupt the market.</p>
<p>Accidental entrepreneurship, I learn during an extended TechShop tour, is a not uncommon outcome for folks who walk through its doors seeking to simply finish a one-off project. The lady behind Better Off Wed, an Etsy store of statement cake-toppers, first came to TechShop to do a single piece and ended making a business out of it. Another founder was doodling around with the shop&#8217;s laser cutter and ended up turning that into Yes &amp; Yes Designs, a jewelry store.</p>
<span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='560' height='315' src='http://www.youtube.com/embed/kJ14c3XoxGk?version=3&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent' frameborder='0'></iframe></span>
<p>There are dozens of stories like this from TechShop&#8217;s San Francisco store. The <a href="http://www.bosavi.com/" target="_blank" target="_blank">Bosavi headlamp</a> came from a guy who walked into TechShop in September 2011 with no maker experience whatsoever. Now, he&#8217;s an inventor, entrepreneur, and TechShop instructor. A former ad copywriter sitting in the shop&#8217;s airy upper floor tells me that social media killed the advertising business; now, he <a href="http://novodeco.com/" target="_blank" target="_blank">makes and sells jewelry</a> instead.</p>
<p>In fact, as maker advocate and Autodesk employee Jesse Harrington Au tells me during our tour, around 60 percent of TechShop members end up looking at starting their own businesses. Accidental entrepreneurship, he says, &#8220;happens more than I would have thought,&#8221; in no small part due to the fact that all kinds of makers, from sewers and designers and papercrafters to welders and carpenters and painters, under a single roof. The cross-pollination effects are huge.</p>
<hr />
<h2>Making&#8217;s roots</h2>
<p><img class="aligncenter size-full wp-image-549707" title="techshop 3" alt="" src="http://venturebeat.files.wordpress.com/2012/10/techshop-3.jpg?w=1024&#038;h=685" height="685" width="1024" /></p>
<p>Dan Woods is a TechShop exec and was also part of another important cornerstone of the maker renaissance.</p>
<p>&#8220;When we co-founded Make, we thought we&#8217;d have maybe 10,000 people, old farts like us, from the &#8217;60s,&#8221; he tells me as we meander through the shop&#8217;s panoply of machinery. &#8220;But there&#8217;s all these upstarts from Brooklyn with metal in their faces &#8212; and they get it.</p>
<p>&#8220;For some reason, it has become very trendy to express yourself physically,&#8221; says Woods, &#8220;and it <em>is</em> showing off.&#8221;</p>
<p>Woods has an aeronautics degree and used to work for Lockheed. I ask him point-blank what his job was. &#8220;I was helping pilots drop off &#8212; things &#8212; very accurately. &#8230; It was very cerebral.&#8221;</p>
<p>After that, Woods started working on Make with O&#8217;Reilly co-founder Dale Dougherty. At first a simple quarterly magazine, Make was first published in January 2005 as a way to explore and encourage DIY and DIWO (do it with others) culture. Dougherty originally envisioned the publication as &#8220;Martha Stewart for geeks.&#8221;</p>
<p>Maker Faire was born out of Make magazine. First held in San Mateo, Calif., it was billed as the world&#8217;s largest show-and-tell and included more than 100 exhibitors, DIY workshops for learning new skills, and competitions. Nowadays, the Faire has exploded into a chain of events around the world, drawing in makers and spectators by the tens of thousands.</p>
<p>At the very first Maker Faire, robotics instructor and <em>MythBusters</em> science advisor Jim Newton showed up at the San Mateo fairground in a huge Army truck looking for a place to park it. Realizing that Maker Faire was leaving enthusiasts with a warm glow but no outlet for future DIWO/DIY action, Newton decided that people needed a slice of Maker Faire all year &#8217;round. He opened the doors of the first TechShop in late 2006, hoping that Maker Faire would be not just a show-and-tell but a gateway experience that would democratize making and hacking.</p>
<hr />
<h2>The birth of the hackerspace</h2>
<p><img class="aligncenter size-full wp-image-549708" title="techshop 4" alt="" src="http://venturebeat.files.wordpress.com/2012/10/techshop-4.jpg?w=1024&#038;h=685" height="685" width="1024" /></p>
<p>Hacker spaces were a relatively new &#8212; or at least relatively unheard-of &#8212; idea in 2006. One of the first such spaces, c-base was founded in Berlin in 1995. Its primary focus was on hacking computer hardware and software, and it developed a large following and mythology around itself.</p>
<p>But <a href="http://www.wired.com/gadgetlab/2009/03/hackerspaces/" target="_blank" target="_blank">the hackerspace revolution</a> didn&#8217;t really take off until Metalab popped up in Vienna in 2006. The revolution in this case wasn&#8217;t the idea that hackers should hang out and hack together; rather, the revolution was around the mechanism that would make the whole enterprise work: money. As an open space for technical creatives, Metalab was funded from membership dues; the funds allowed the collective to rent a physical space, purchase materials, and hold events. This model proved to be an important catalyst for what followed.</p>
<p>Starting around 2006, the concept of hackerspaces experienced a small, underground explosion. In 2007, Bre Pettis and a handful of East Coast hackers started NYC Resistor, also with a membership-based model. Noisebridge, another leader in the scene, opened its doors in San Francisco in 2008.</p>
<p>Noisebridge was co-founded by Tor Project and Wikileaks hacker Jacob Appelbaum and hardware hacking legend Mitch Altman. &#8220;He&#8217;s a kind of Johnny Appleseed for hackerspaces,&#8221; says Woods. &#8220;But hackerspaces are for &#8230; people who are already comfortable with technology.&#8221;</p>
<p>While the hackerspace forefathers succeeded in bringing knowledge to noobs, first-time visitors to hackerspaces &#8212; non-nerdy consumers &#8212; can end up feeling more intimidated than welcomed.</p>
<p>Plus, these spaces tend to focus on the thrilling anarchy of hacking computer systems, whether bundles of circuits and storage or collections of data. There isn&#8217;t as much opportunity for, say, the guy who wants to weld a new consumer snowplow prototype or the lady who wants to screen-print a band T-shirt design.</p>
<hr />
<h2>A cleaned-up, commercial hackerspace for everyone else</h2>
<p><img class="aligncenter size-full wp-image-549709" title="techshop 5" alt="" src="http://venturebeat.files.wordpress.com/2012/10/techshop-5.jpg?w=1024&#038;h=685" height="685" width="1024" /></p>
<p>As these <em>Matrix</em>-reminiscent spaces and groups popped up around the globe in the mid-2000s, the idea began to catch on with the less technically advanced, as well.</p>
<p>&#8220;You go to a job, sit at a computer, maybe you design things, but you never get to see it through,&#8221; said Harrington Au, pretty much summing up the mid-career ennui anyone over the age of 25 has experienced. Without the ability to see your work in its immediate, physically complete form, you can end up feeling less connected to it, less aware of its impact on others.</p>
<p>&#8220;There&#8217;s very little opportunity for those little successes,&#8221; he says.</p>
<p>And the little successes one experiences at TechShop might be nifty toys, one-off playthings made for one&#8217;s own amusement. But more often than not, the TechShop staff say the projects are immediately useful; they have a purpose in the real world and often fulfill a legitimate need in the marketplace.</p>
<p>That&#8217;s the kind of accidental entrepreneurship TechShop fosters. If these kinds of stories are any indicator of the organization&#8217;s future direction, it&#8217;s shaping up to be a casual incubator for the next generation of hardware and consumer goods companies.</p>
<p>Woods tells a great story about a Stanford undergrad student who was at TechShop working on a problem with polymers. The student expressed some frustration aloud about the particular problem; as fate would have it, a professor with 30 years of experience in polymers overheard him and offered help. The project is the <a href="http://www.embraceglobal.org/" target="_blank" target="_blank">Embrace Infant Warmer</a>, a small, reusable sleeping bag for babies that keeps at-risk infants warm during medical emergencies. The project is funded by GE and was recognized at the annual <a href="http://venturebeat.com/2012/09/26/tech-awards/">Silicon Valley Tech Awards</a>.</p>
<p>As we finish our tour in the textiles section of TechShop&#8217;s enormous warehouse, Woods waves his arm around the room, his gesture taking in the wildly diverse group of tinkerers intently bent over their projects.</p>
<p>&#8220;The most valuable thing is this,&#8221; he says. &#8220;It&#8217;s the members &#8212; their encouragement, their knowledge, their experience. &#8230; And they are dying to share what they know.&#8221;</p>
<p><em>All photos courtesy of <a href="http://www.flickr.com/photos/techshop/" target="_blank" target="_blank">TechShop</a>, Flickr</em></p>
<br />Filed under: <a href='http://venturebeat.com/category/business/'>Business</a>, <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=548681&#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/11/21/make-techshop/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2012/10/techshop-1.jpg?w=160" /><source url="http://venturebeat.com/2012/11/21/make-techshop/">The maker movement isn&#8217;t just for hackers anymore</source>
		<media:thumbnail url="http://venturebeat.files.wordpress.com/2012/10/techshop-1.jpg?w=160" />
		<media:content url="http://venturebeat.files.wordpress.com/2012/10/techshop-1.jpg?w=160" medium="image">
			<media:title type="html">richard_pekelney_by_joseph_schell_38</media:title>
		</media:content>

		<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/10/techshop-1.jpg" medium="image">
			<media:title type="html">richard_pekelney_by_joseph_schell_38</media:title>
		</media:content>

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

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

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

		<media:content url="http://venturebeat.files.wordpress.com/2012/10/techshop-5.jpg" medium="image">
			<media:title type="html">techshop 5</media:title>
		</media:content>
	</item>
		<item>
		<title>Apple subsidiary AuthenTec actually DID patch its Windows security software (in September!)</title>
		<link>http://venturebeat.com/2012/10/10/apple-subsidiary-authentec-patched-windows-software/</link>
		<comments>http://venturebeat.com/2012/10/10/apple-subsidiary-authentec-patched-windows-software/#comments</comments>
		<pubDate>Thu, 11 Oct 2012 05:32:22 +0000</pubDate>
		<dc:creator>John Koetsier</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[AuthenTec]]></category>
		<category><![CDATA[biometric security]]></category>
		<category><![CDATA[elcomsoft]]></category>
		<category><![CDATA[exclusive]]></category>
		<category><![CDATA[Exploit]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[hacker]]></category>
		<category><![CDATA[open source project]]></category>
		<category><![CDATA[patch]]></category>
		<category><![CDATA[security package]]></category>
		<category><![CDATA[Vulnerability]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=550284</guid>
		<description><![CDATA[<p>This is a I-screwed-up post. And it's a clear-the-air&#160;post.</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=550284&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://venturebeat.com/2012/10/10/apple-subsidiary-authentec-patched-windows-software/medium_2431126438/" rel="attachment wp-att-550358"><img class="aligncenter size-full wp-image-550358" title="medium_2431126438" alt="" src="http://venturebeat.files.wordpress.com/2012/10/medium_2431126438.jpg?w=640&#038;h=427" height="427" width="640" /></a>This is an I-screwed-up post. And it&#8217;s a clear-the-air post.</p>
<p>Earlier today, I <a href="http://venturebeat.com/2012/10/10/apple-subsidiary-still-not-patching-security-software-that-is-making-dell-samsung-lenovo-pcs-vulnerable/">posted about AuthenTec</a>, a recent Apple acquisition that has had some security issues with software it produced for Windows PCs. One of the company&#8217;s products, a biometric security package called Protector Suite, stored passwords insecurely.</p>
<p>The issue was <a href="http://blog.crackpassword.com/2012/08/upek-fingerprint-readers-a-huge-security-hole/" target="_blank">highlighted</a> by security company Elcomsoft on August 28, and rose to prominence again in the past few days when an open-source project enabling easy exploitation of the security hole <a href="https://github.com/brandonlw/upek-ps-pass-decrypt" target="_blank">was posted to Github</a>. I noticed it <a href="http://arstechnica.com/security/2012/10/confirmed-fingerprint-reader-owned-by-apple-exposes-windows-passwords/" target="_blank">yesterday on Ars Technica</a>, and today contacted Apple for comment, as well as phoning Authentec directly.</p>
<p>Apple didn&#8217;t return either of my two calls, and when the person I talked to at Authentec told me only that the software was discontinued (I also left a message for a product manager, who did not return my voicemail) I wrote a story based on the facts I knew.</p>
<p>But a reader checked Authentec&#8217;s support site, which I had not seen, and discovered that a <a href="http://support.authentec.com/Downloads/Windows/ProtectorSuite.aspx" target="_blank">new download</a> is available for Protector Suite. In fact, according to the information on the support site, it&#8217;s been available since September 18. And in the release notes is a direct response to the security issue: &#8220;Changed passport encryption implementation.&#8221;</p>
<p>So the software does appear to be patched.</p>
<p>Now, I&#8217;d appreciate it if AuthenTec had made that known on its corporate website, not just the support site. And there seems to be <a href="http://authentec.com/a/SiteMap.aspx" target="_blank">no direct link</a> from AuthenTec&#8217;s corporate website to its support site. In addition &#8230; it&#8217;d be nice if Apple had returned my calls, or if the person at AuthenTec knew that the software had already been patched.</p>
<p>All that aside, however, the fact remains: the software had been patched, and I wrote a story saying it was not. So &#8230; I was just plain wrong.</p>
<p>As soon as I saw the note from our reader &#8212; you rock, by the way &#8212; I updated my original story with a note.</p>
<p>But I felt that an additional story needed to be written, because as I <a href="https://www.google.com/news?ncl=d8jBe_UHm2UM06MJiYABhOa8-DG2M&amp;q=authentec&amp;lr=English&amp;hl=en" target="_blank">check Google News for &#8220;AuthenTec&#8221;</a> or look at <a href="http://www.macsurfer.com/?section=osx" target="_blank">MacSurfer&#8217;s list of Apple security stories</a>, all of the posts still say that Apple&#8217;s subsidiary still has unpatched, vulnerable software. And that&#8217;s simply not the case today, as far as I can tell. No-one seems to have picked up on the fact that our reader found.</p>
<p>In fact, according to what the reader subsequently sent me, the patch has been delivered to all affected computer manufacturers. (AuthenTec, Apple, please feel free to add any missing details.)</p>
<p>So the recorded needed to be set straight. I trust that it now is.</p>
<p>VentureBeat&#8217;s goal is accurate, timely information. So is mine. It&#8217;s not always easy or straightforward, and sometimes I screw up. When that happens, we do our best to make it right.</p>
<p>That&#8217;s a personal commitment, and I think I dare speak for everyone else at VentureBeat on that point as well.</p>
<p><em>photo credit: <a href="http://www.flickr.com/photos/sunnyuk/2431126438/" target="_blank">sunnyUK</a> via <a href="http://photopin.com" target="_blank">photopin</a> <a href="http://creativecommons.org/licenses/by-nc-nd/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/security/'>Security</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=550284&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2012/10/10/apple-subsidiary-authentec-patched-windows-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2012/10/medium_2431126438.jpg?w=160" /><source url="http://venturebeat.com/2012/10/10/apple-subsidiary-authentec-patched-windows-software/">Apple subsidiary AuthenTec actually DID patch its Windows security software (in September!)</source>
		<media:thumbnail url="http://venturebeat.files.wordpress.com/2012/10/medium_2431126438.jpg?w=160" />
		<media:content url="http://venturebeat.files.wordpress.com/2012/10/medium_2431126438.jpg?w=160" medium="image">
			<media:title type="html">medium_2431126438</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/10/medium_2431126438.jpg" medium="image">
			<media:title type="html">medium_2431126438</media:title>
		</media:content>
	</item>
		<item>
		<title>Twitter&#8217;s latest hire: Epic Apple hacker Charlie Miller</title>
		<link>http://venturebeat.com/2012/09/14/twitters-latest-hire-epic-apple-hacker-charlie-miller/</link>
		<comments>http://venturebeat.com/2012/09/14/twitters-latest-hire-epic-apple-hacker-charlie-miller/#comments</comments>
		<pubDate>Fri, 14 Sep 2012 21:04:51 +0000</pubDate>
		<dc:creator>Jolie O&#039;Dell</dc:creator>
				<category><![CDATA[Dev]]></category>
		<category><![CDATA[developers]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[hacker]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=531439</guid>
		<description><![CDATA[<p>iPhones hear the name "Charlie Miller" and run, Siri screaming her mortal fear. Now Twitter employees will hear the name "Charlie Miller" and will know their hacker coworker is securing the company's mobile&#160;apps.</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=531439&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-531511" title="twitter-hacker" src="http://venturebeat.files.wordpress.com/2012/09/twitter-hacker.jpg?w=800&#038;h=476" alt="CHARLIE MILLER" width="800" height="476" /></p>
<p>iPhones hear the name &#8220;Charlie Miller&#8221; and run, Siri screaming out her mortal fear. Charlie Miller, the notorious Apple device hacker, is taking that fear and channeling it for the greater good of his newest employer, Twitter.</p>
<p>Yes, Twitter confirms to VentureBeat that the social site has hired the gray-hat security expert, who got his start working for the U.S. National Security Administration. At Twitter, Miller takes on the role of systems software engineer and reports to Moxie Marlinspike, the hacker who ran Android security shop Whisper Systems until <a href="http://venturebeat.com/2011/11/28/twitter-buys-whisper-systems/" target="_blank">Twitter acquired it</a> last year.</p>
<p>After his five-year stint at the NSA, Miller went on to hack Apple products of all kinds and was the first hacker to find a critical bug in the MacBook Air. He also created a proof-of-concept app for hacking iPhones and iPads; the app got into the App Store, smudging a bit more egg on Apple&#8217;s face in the process.</p>
<p>Miller earned a Ph.D in mathematics from the University of Notre Dame. He&#8217;s working remotely from his home office in St. Louis, Missouri.</p>
<p>&#8220;It&#8217;s going to be bug genocide, my friend!&#8221; the hacker quipped on Twitter.</p>
<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=531439&#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/09/14/twitters-latest-hire-epic-apple-hacker-charlie-miller/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2012/09/twitter-hacker.jpg?w=160" /><source url="http://venturebeat.com/2012/09/14/twitters-latest-hire-epic-apple-hacker-charlie-miller/">Twitter&#8217;s latest hire: Epic Apple hacker Charlie Miller</source>
		<media:thumbnail url="http://venturebeat.files.wordpress.com/2012/09/twitter-hacker.jpg?w=160" />
		<media:content url="http://venturebeat.files.wordpress.com/2012/09/twitter-hacker.jpg?w=160" medium="image">
			<media:title type="html">twitter-hacker</media:title>
		</media:content>

		<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/09/twitter-hacker.jpg" medium="image">
			<media:title type="html">twitter-hacker</media:title>
		</media:content>
	</item>
		<item>
		<title>Hacker holds alleged Romney tax returns ransom for $1M in Bitcoins</title>
		<link>http://venturebeat.com/2012/09/05/romney-tax-returns-hacked/</link>
		<comments>http://venturebeat.com/2012/09/05/romney-tax-returns-hacked/#comments</comments>
		<pubDate>Wed, 05 Sep 2012 19:40:16 +0000</pubDate>
		<dc:creator>Meghan Kelly</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Bitcoin]]></category>
		<category><![CDATA[Bitcoins]]></category>
		<category><![CDATA[Democrats]]></category>
		<category><![CDATA[editor's pick]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[GOP]]></category>
		<category><![CDATA[hacker]]></category>
		<category><![CDATA[tax returns]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=525881</guid>
		<description><![CDATA[<p><span class="post-label editors-pick">Editor's Pick</span> Ready for the most outlandish story of your morning? Here we go. Today, a hacker allegedly stole Mitt Romney's tax returns, is demanding $1 million in Bitcoins for silence, and sent a USB drive and letter to the GOP and Democratic party offices in Williamson County, Tennessee as&#160;proof.</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=525881&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://venturebeat.files.wordpress.com/2012/09/mitt-romney.jpg" target="_blank"><img class="aligncenter size-full wp-image-526051" title="Mitt Romney" src="http://venturebeat.files.wordpress.com/2012/09/mitt-romney.jpg?w=655&#038;h=473" alt="Mitt Romney" width="655" height="473" /></a></p>
<p>Ready for the most outlandish story of your day? Here we go. Today a hacker allegedly stole Mitt Romney&#8217;s tax returns and is demanding $1 million in Bitcoins for silence. The hacker also sent a USB drive and letter to the Republican and Democratic party offices in Williamson County, Tenn. as proof.</p>
<p>Williamson County Republican party executive director Jean Barwick confirmed to VentureBeat that the U.S. Secret Service has taken the USB drive and letter from the GOP party office to examine it and see if this is a hoax or a real situation.</p>
<p>&#8220;We don&#8217;t know what this will turn into, if anything,&#8221; said Barwick in an interview with VentureBeat. &#8220;[The Secret Service] didn&#8217;t say what they would do with it.&#8221;</p>
<p>In a letter, the hacker says the records were stolen from PricewaterhouseCoopers in Franklin, Tenn.</p>
<p>PricewaterhouseCoopers PR managing director Chris Atkins told VentureBeat in an e-mail, &#8220;We are aware of the allegations that have been made regarding improper access to our systems.  We are working closely with the United States Secret Service, and at this time there is no evidence that our systems have been compromised or that there was any unauthorized access to the data in question.&#8221;</p>
<p><a href="http://pastebin.com/1j1yzQ9S" target="_blank" target="_blank">The letter</a> begins:</p>
<blockquote><p>Dear PricewaterhouseCoopers LLP,</p>
<p>&#8230; We were able to gain access to your network file servers and copy over the tax documents for one Willard M Romney and Ann D Romney. We are sure that once you figure out where the security breach was, some people will probably get fired but that is not our concern.</p></blockquote>
<p>Barwick went on to tell me that the GOP office did not call the Secret Service but expects that news traveled through the U.S. Attorney&#8217;s Office, which prompted the confiscation. She also added that she doesn&#8217;t believe they are the only office that received a letter such as this, though she&#8217;s hearing conflicting stories.</p>
<p>In the letter, the hacker threatened the release of the tax returns to &#8220;all major news media outlets&#8221; if the Bitcoin ransom is not received (the hacker also politely suggested people should &#8220;Google it if you need a lesson on what Bitcoin is&#8221;). The person also set up a bit of a race for Romney: first to pay the sum will receive the goods.</p>
<p>Of course, Bitcoin has its own problems after a hacker stole the Bitcoin equivalent of <a href="http://venturebeat.com/2012/09/04/bitcoin-future-in-doubt-as-250k-stolen/" target="_blank">$250,000 dollars Tuesday</a>.</p>
<p><em>via Nashville&#8217;s <a href="http://nashvillecitypaper.com/content/city-news/williamson-gop-confirms-receipt-alleged-stolen-romney-tax-files" target="_blank" target="_blank">The City Paper</a>; <a href="http://www.flickr.com/photos/ddelay/1316469422/sizes/o/in/photostream/" target="_blank" target="_blank">Mitt Romney image</a> via <a href="http://www.flickr.com/photos/ddelay/" target="_blank">Dave Delay</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=525881&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2012/09/05/romney-tax-returns-hacked/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2012/09/mitt-romney.jpg?w=160" /><source url="http://venturebeat.com/2012/09/05/romney-tax-returns-hacked/">Hacker holds alleged Romney tax returns ransom for $1M in Bitcoins</source>
		<media:content url="http://1.gravatar.com/avatar/a73335ff3a637d11555a46ba2b112ded?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">mkel31</media:title>
		</media:content>

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

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

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

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

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

		<media:content url="http://venturebeat.files.wordpress.com/2012/09/screen-shot-2012-09-04-at-8-43-29-am.png?w=300" medium="image">
			<media:title type="html">Mobile malware by platform</media:title>
		</media:content>
	</item>
		<item>
		<title>Mini underwater sub raises $111K for amateur ocean exploration</title>
		<link>http://venturebeat.com/2012/08/12/mini-underwater-sub-raises-111k-for-amateur-ocean-exploration/</link>
		<comments>http://venturebeat.com/2012/08/12/mini-underwater-sub-raises-111k-for-amateur-ocean-exploration/#comments</comments>
		<pubDate>Sun, 12 Aug 2012 17:00:44 +0000</pubDate>
		<dc:creator>Christina Farr</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Dev]]></category>
		<category><![CDATA[Science]]></category>
		<category><![CDATA[hacker]]></category>
		<category><![CDATA[Open source]]></category>
		<category><![CDATA[robots]]></category>
		<category><![CDATA[editor's pick]]></category>
		<category><![CDATA[maker]]></category>
		<category><![CDATA[maker movement]]></category>
		<category><![CDATA[submarine]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=505508</guid>
		<description><![CDATA[<p><span class="post-label editors-pick">Editor's Pick</span> OpenROV, a mini submarine developed in a Silicon Valley garage, has been hailed by the world's media as the key to unlocking the earth's last&#160;frontier.</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=505508&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://venturebeat.com/2012/08/12/mini-underwater-sub-raises-111k-for-amateur-ocean-exploration/david-lang/" rel="attachment wp-att-507152"><img class="alignleft size-full wp-image-507152" title="David-Lang" src="http://venturebeat.files.wordpress.com/2012/08/david-lang.jpg?w=655&#038;h=489" alt="" width="655" height="489" /></a></p>
<p><a href="http://openrov.com/" target="_blank" target="_blank">OpenROV</a>, a mini submarine developed in a Silicon Valley garage, has been hailed by the world&#8217;s media as the key to unlocking the earth&#8217;s last frontier.</p>
<p>No pressure, or anything.</p>
<p>The 20-something creators, David Lang (pictured, above) and Eric Stackpole, did not anticipate that their open-source robot would infatuate the press or be viewed as the low-cost alternative to subs like the Deep Sea Challenger, which took filmmaker, James Cameron, to the deepest, darkest recesses of the western Pacific.</p>
<p>&#8220;At the outset, we thought this might be a great project to discover underwater caves that are too small for divers,&#8221; said Lang when I met up with him at open-access workshop <a href="http://www.techshop.ws/" target="_blank">TechShop</a> in San Francisco, where he and Stackpole make their parts. &#8220;Our ideas for what we wanted to use it for were dwarfed by the community.&#8221;</p>
<p>Environmentalists and marine archeologists already say they plan to use OpenROV to discover shipwrecks in Cuba and spotlight pollution in the high seas. Treasure hunters can use the mini sub to look for gold in unchartered waters. In November, Stackpole will be headed to Antarctica as an under-ice pilot in a larger-scale, commercial grade ROV.</p>
<p>&#8220;We don&#8217;t want to be the wealthiest mini sub builders in the world,&#8221; said Lang. &#8221;Our goal is to have a high return on adventure.&#8221;</p>
<div id="attachment_507284" class="wp-caption alignleft" style="width: 324px"><a href="http://venturebeat.com/2012/08/12/mini-underwater-sub-raises-111k-for-amateur-ocean-exploration/techshop-san-francisco/" rel="attachment wp-att-507284"><img class=" wp-image-507284  " title="TechShop-San Francisco" src="http://venturebeat.files.wordpress.com/2012/08/techshop-san-francisco.jpg?w=314&#038;h=234" alt="" width="314" height="234" /></a><p class="wp-caption-text">TechShop, the site where Lang and Stackpole solder the submarine&#8217;s parts.</p></div>
<p>On popular crowdfunding platform Kickstarter, OpenROV took on a life of its own and far exceeded its funding goal by netting $111,622 from 484 backers.</p>
<p>It didn&#8217;t hurt that Stackpole was profiled by the <a href="http://bits.blogs.nytimes.com/2012/05/28/a-mini-sub-made-from-cheap-parts-could-change-underwater-exploration/" target="_blank">New York Times&#8217;, and OpenROV was credited for its potential to transform underwater exploration.</a></p>
<p>Lang told me no one has used OpenROV to successfully discover any buried treasure in the ocean&#8217;s depths, yet.</p>
<p>The founders&#8217; singular focus is to keep up with the demand for the kits. At TechShop, Lang and Stackpoke laser cut electronic material and plastic and hand-pack and mail the kits. Lang told me that the most common purchasers are tinkerers and hobbyists, who add their own flourishes like robotic arms, payload equipment, and additional cameras.</p>
<p>The TechShop chain is a recent addition to the Bay Area, and is a paradise for hardware geeks. For $100 per month, anyone can access high-tech equipment such as 3-D printers. Classes taught at one of the TechShop hacker spaces include Welding 101, and are available for a few extra dollars. At TechShop, Lang learned how to build robots and work with machines in less than six months.</p>
<div id="attachment_507149" class="wp-caption alignleft" style="width: 310px"><a href="http://venturebeat.com/2012/08/12/mini-underwater-sub-raises-111k-for-amateur-ocean-exploration/a301f2b8ca4d1df09af62c5ffef7208b_large/" rel="attachment wp-att-507149"><img class="size-medium wp-image-507149" title="OpenRov" src="http://venturebeat.files.wordpress.com/2012/08/a301f2b8ca4d1df09af62c5ffef7208b_large.jpg?w=300&#038;h=300" alt="" width="300" height="300" /></a><p class="wp-caption-text">OpenRov, a mini submarine, can dive as deep as 100m.</p></div>
<p>The basic prototype has been through 35 iterations and is designed to be portable and cheap. At the basic level, its open-source, remotely operated robot that can be deployed underwater and navigated in 3D using a laptop.</p>
<p>The little robot is elegantly simple, but the real innovation is its inexpensive parts. OpenROV is available for $750, and anyone with a knack for DIY can use it to scale the depths of the ocean, as far as 100 meters.</p>
<p>But if you want an underwater robot of your own, you&#8217;ll need to be a dab hand with a soldering iron, as the robot is sold in a kit filled with parts.</p>
<p>To keep tabs on how the robot is being used, the pair launched a <a href="http://openrov.com/forum/categories/adventures/listForCategory" target="_blank">company blog</a> and discussion forum. It is already proving to be a powerful tool for small-town environmentalists.</p>
<p>OpenROV can be fitted with video equipment to highlight the pile-up of junk in lakes and ponds. It can go in tiny crevices, where a diver can&#8217;t. One user plans to search for evidence of plastic pollution in the unchartered, murky depths of a seabed.</p>
<p>&#8220;At a tiny un-touristed cove in southern Maine, I&#8217;m finding hundreds &#8212; sometimes thousands &#8212; of bits of plastic wreckage washing up weekly,&#8221; <a href="http://openrov.com/forum/topics/undersea-plastic-pollution" target="_blank">he wrote.</a></p>
<p>At TechShop, where Lang spends the bulk of his time, he tells me that these findings are the tip of the iceberg for OpenROV. &#8220;Our story is just the beginning,&#8221; said Lang, who animatedly points out a number of other cool projects that are in development.</p>
<p>&#8220;We do know that deep sea exploration, space exploration, drones, 3-D printing are now something that anyone can do,&#8221; he said.</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/science/'>Science</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=505508&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2012/08/12/mini-underwater-sub-raises-111k-for-amateur-ocean-exploration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2012/08/a301f2b8ca4d1df09af62c5ffef7208b_large.jpg?w=140" /><source url="http://venturebeat.com/2012/08/12/mini-underwater-sub-raises-111k-for-amateur-ocean-exploration/">Mini underwater sub raises $111K for amateur ocean exploration</source>
		<media:content url="http://2.gravatar.com/avatar/54db9fa0da02d1fe98a5197333d6d08f?s=96&#38;d=http%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">christinafarr</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2012/08/david-lang.jpg" medium="image">
			<media:title type="html">David-Lang</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2012/08/techshop-san-francisco.jpg" medium="image">
			<media:title type="html">TechShop-San Francisco</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2012/08/a301f2b8ca4d1df09af62c5ffef7208b_large.jpg?w=300" medium="image">
			<media:title type="html">OpenRov</media:title>
		</media:content>
	</item>
		<item>
		<title>Check out this phone-controlled robot from a Twilio/Node.js hacker</title>
		<link>http://venturebeat.com/2012/07/03/phonebot/</link>
		<comments>http://venturebeat.com/2012/07/03/phonebot/#comments</comments>
		<pubDate>Tue, 03 Jul 2012 18:50:04 +0000</pubDate>
		<dc:creator>Jolie O&#039;Dell</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Dev]]></category>
		<category><![CDATA[hacker]]></category>
		<category><![CDATA[hardware hacker]]></category>
		<category><![CDATA[node]]></category>
		<category><![CDATA[node.js]]></category>
		<category><![CDATA[robot]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=484040</guid>
		<description><![CDATA[<p>An aspiring hardware hacker at Twilio has used his company&#8217;s own telephony APIs as well as Node.js and Arduino to build the charming robot you see in the clip above.</p>
<p>We just about overloaded on developer buzzwords there, so let&#8217;s&#160;&#8230;</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=484040&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='560' height='420' src='http://www.youtube.com/embed/doaz9EGpm04?version=3&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent' frameborder='0'></iframe></span>
<p>An aspiring hardware hacker at Twilio has used his company&#8217;s own telephony APIs as well as <a href="http://venturebeat.com/tag/node-js/">Node.js</a> and Arduino to build the charming robot you see in the clip above.</p>
<p>We just about overloaded on developer buzzwords there, so let&#8217;s back it up a bit.</p>
<p>The bot was built by Twilio developer evangelist Jonathan Gottfried, to whom we say, nice work, Jon! There&#8217;s no quicker way to developers&#8217; hearts than showing them how to build and code a robot, and no better way to evangelize for your company&#8217;s software than by using it in said robot in an actually interesting way. Twilio overlords, give this man a raise!</p>
<p>&#8220;Robots have fascinated me for as long as I can remember,&#8221; writes Gottfried on the company <a href="http://www.twilio.com/blog/2012/06/build-a-phone-controlled-robot-using-node-js-arduino-rn-xv-wifly-arduinoand-twilio.html" target="_blank" target="_blank">blog</a>. He then proceeds to go into great, and we mean <em>great</em>, detail on how the bot was made &#8220;using Twilio, Arduino, Node.js, and the RN-XV WiFly module.&#8221;</p>
<p>The result is a robot you can control from your phone&#8217;s keypad. The post includes step-by-step images and lots of code snippets.</p>
<p>You might be asking, &#8220;Why, why in heaven&#8217;s name, would anyone use Node for such a task?&#8221; The Hacker News army <a href="http://news.ycombinator.com/item?id=4194750" target="_blank" target="_blank">asked</a> the same thing, to which Gottfried replied, &#8220;It was the easiest way I found to set up a simultaneous HTTP server and TCP socket to the bot.&#8221;</p>
<p>In the HN thread, Gottfried also said, &#8220;The hardest part for me was getting the Wi-Fi module to work,&#8221; and, &#8220;It&#8217;s pretty fun to play with, honestly. Hasn&#8217;t tried to kill me yet&#8230;.&#8221;</p>
<br />Filed under: <a href='http://venturebeat.com/category/business/'>Business</a>, <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=484040&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2012/07/03/phonebot/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2012/07/twiliobot.jpg?w=160" /><source url="http://venturebeat.com/2012/07/03/phonebot/">Check out this phone-controlled robot from a Twilio/Node.js hacker</source>
		<media:thumbnail url="http://venturebeat.files.wordpress.com/2012/07/twiliobot.jpg?w=160" />
		<media:content url="http://venturebeat.files.wordpress.com/2012/07/twiliobot.jpg?w=160" medium="image">
			<media:title type="html">twiliobot</media:title>
		</media:content>

		<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>
	</item>
		<item>
		<title>The rise of the hack</title>
		<link>http://venturebeat.com/2012/03/15/the-rise-of-the-hack/</link>
		<comments>http://venturebeat.com/2012/03/15/the-rise-of-the-hack/#comments</comments>
		<pubDate>Thu, 15 Mar 2012 18:09:01 +0000</pubDate>
		<dc:creator>Jon Mumm</dc:creator>
				<category><![CDATA[Dev]]></category>
		<category><![CDATA[developers]]></category>
		<category><![CDATA[editor's pick]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[hackathon]]></category>
		<category><![CDATA[hacker]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=403935</guid>
		<description><![CDATA[<p><span class="post-label guest-post">Guest Post</span>
</p>
<p>I didn&#8217;t know it could be someone&#8217;s job to attend hackathons. I hadn&#8217;t heard of a developer evangelist before, so a year ago when I stumbled across an opportunity to become one, I was drawn by its novelty.</p>
<p>The mission&#160;&#8230;</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=403935&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-403963" title="hackathon" src="http://venturebeat.files.wordpress.com/2012/03/hackathon.jpg?w=655&#038;h=310" alt="" width="655" height="310" /></p>
<p>I didn&#8217;t know it could be someone&#8217;s job to attend hackathons. I hadn&#8217;t heard of a developer evangelist before, so a year ago when I stumbled across an opportunity to become one, I was drawn by its novelty.</p>
<p>The mission was to build a developer community from the bottom up by saturating the hackathon scene, gaining allegiance from the early-adopters, the enthusiasts, the hackers. The kind of people who geek out over a new JavaScript library, smother their MacBook Airs with stickers, and maintain wardrobes consisting primarily of startup t-shirts.</p>
<p>If the goal is to build a business on an API, were hackathons the place to start? I wasn&#8217;t sure. The tactic seemed so niche. But hey, if someone wanted to pay me to travel and build weekend hacks, that sounded fun to me.</p>
<p>My first hackathon surprised me. I expected it to be quiet and secluded, consisting of the most die-hard geeks, an exclusive community disconnected from the outside world.</p>
<p>But it wasn&#8217;t. It was inviting. It was cool. It was a spot for anyone with an entrepreneurial itch to try something new, from bankers to artists to lawyers, all sprinkled amongst designers and developers of all skill levels.</p>
<p>I expected it to feel underground, but it didn&#8217;t. Microsoft and Amazon, among other high-profile sponsors, pitched their tools, platforms, and APIs to an eclectic group of would-be world-changers.</p>
<p>I realized after that first event that my weekend calendar was not going to be free for a while. There was no shortage of events to attend or companies wanting to throw sponsorship dollars at those events.</p>
<p>I travelled to hackathons in Dallas, Portland, Boulder, Chicago, Las Vegas, Seattle, DC, and Boston, among others. Every city I went, I asked them the same question: what&#8217;s the tech scene like here?</p>
<p>Every time I got the same response: It&#8217;s growing.</p>
<p>Everywhere I went, people told me that their tech community was thriving, that their city was going to be the next big tech hub. A year ago there was nothing. Now there were incubators, investors, meetups, and new hackathons popping up every month.</p>
<p>It quickly became clear to me that hackathons are not an outlandish trend, popular only among techies in Silicon Valley and NYC. They are a national phenomenon.</p>
<p>So I asked 150 hackathon attendees, hosts, and sponsors from across the country what they thought about the rise in hackathons. I found some interesting things:</p>
<ul>
<li><strong>Why they go</strong>: Learning (85 percent) and networking (81 percent) were the top two reasons, followed by changing the world (38 percent) and winning prizes (28 percent). More people are interested in the tech scene and want to learn to code but this community has many people who really have big, ofter altruistic visions. Hackathons offer newbies an environment to learn from experienced coders while building something tangible. Some of those hacks have turned into real businesses, like GroupMe, Launchrock, Zaarly, and Foodspotting.</li>
<li><strong>APIs are a core strategy</strong>: 78 percent of event attendees said APIs are becoming an increasingly integral part of their business strategy. They attend hackathons to increase awareness (56 percent), partner with other cool brands with APIs (75 percent), and build a showcase of apps using their API (56 percent). Since hackers are driven to go to these events, hackathons are a good place to get in front of early adopters, get feedback, and gain enthusiasts for a new API.</li>
<li><strong>Women are underrepresented</strong>: While this is true in many areas of the technology and startup worlds, it was interesting to note that only one in 10 attendees at hackathons are women.</li>
<li><strong>So many hackathons</strong>: The combination of more people wanting to hack on new projects, and more companies wanting to get their APIs consumed has stimulated a surge in hackathons. The top three reasons why attendees believed there are more and more hackathons going on were: an increased awareness of APIs (46 percent); an increased general interest in tech (40 percent); and an increase in the number of hackers (39 percent).</li>
</ul>
<p>It will be interesting to see if these findings change over time. Perhaps my company will run the survey again next year. But for now, we compiled our findings into a nice infographic to provide a bit of a peek into what really goes on at those hackathon events.</p>
<p><em>Jon Mumm is a developer evangelist for <a href="http://www.tokbox.com/" target="_blank" target="_blank">TokBox</a>, a San Francisco-based startup that provides an API for live video chat. Follow his hackathon adventures on Twitter @jonmumm.</em></p>
<p><img class="aligncenter wp-image-403967" title="hackathons" src="http://venturebeat.files.wordpress.com/2012/03/hackathons.jpg?w=640" alt="" width="640" height="" /></p>
<p><em>Top image courtesy of <a href="http://www.shutterstock.com/pic-82012471/stock-photo-a-smiling-man-working-with-a-laptop-on-the-floor-over-white.html?src=65a8b97ef98f7419e2a412287dace94f-1-40" target="_blank" target="_blank">lenetstan</a>, Shutterstock</em></p>
<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=403935&#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/03/15/the-rise-of-the-hack/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2012/03/hackathon.jpg?w=160" /><source url="http://venturebeat.com/2012/03/15/the-rise-of-the-hack/">The rise of the hack</source>
		<media:thumbnail url="http://venturebeat.files.wordpress.com/2012/03/hackathon.jpg?w=160" />
		<media:content url="http://venturebeat.files.wordpress.com/2012/03/hackathon.jpg?w=160" medium="image">
			<media:title type="html">hackathon</media:title>
		</media:content>

		<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/03/hackathon.jpg" medium="image">
			<media:title type="html">hackathon</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2012/03/hackathons.jpg" medium="image">
			<media:title type="html">hackathons</media:title>
		</media:content>
	</item>
		<item>
		<title>Github community in turmoil after hacker exposes massive security flaw</title>
		<link>http://venturebeat.com/2012/03/05/github-community-in-turmoil-after-hacker-exposes-massive-security-flaw/</link>
		<comments>http://venturebeat.com/2012/03/05/github-community-in-turmoil-after-hacker-exposes-massive-security-flaw/#comments</comments>
		<pubDate>Mon, 05 Mar 2012 12:07:45 +0000</pubDate>
		<dc:creator>Ben Popper</dc:creator>
				<category><![CDATA[Dev]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[hacker]]></category>
		<category><![CDATA[Open source]]></category>
		<category><![CDATA[ruby on rails]]></category>
		<category><![CDATA[white hat]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=398872</guid>
		<description><![CDATA[<p>Github, the service that many professional programmers use to store their work and collaborate on coding, was hacked over the weekend. A young Russian named Egor Homakov showcased a loophole in Github that would allow anyone to commit to the&#160;&#8230;</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=398872&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://venturebeat.com/2012/03/05/github-community-in-turmoil-after-hacker-exposes-massive-security-flaw/octocat-2/" rel="attachment wp-att-398874"><img class="aligncenter size-full wp-image-398874" title="octocat" src="http://venturebeat.files.wordpress.com/2012/03/octocat1.png?w=512&#038;h=512" alt="" width="512" height="512" /></a><a href="http://www.github.com" target="_blank">Github</a>, the service that many professional programmers use to store their work and collaborate on coding, was hacked over the weekend. A young Russian named <a href="https://github.com/rails/rails/issues/5228" target="_blank">Egor Homakov showcased a loophole in Github</a> that would allow anyone to commit to the master copy of a project, meaning they could alter or delete the source code. But when his account was suspended by Github, a furious argument broke among developers out about his intentions. Was he doing the community a service by exposing the flaw or taking things too far with a very public hack?</p>
<p>It seems that four days ago <a href="https://github.com/rails/rails/issues/5228" target="_blank">Homakov tried to alert the folks behind Rails</a>, one of the most popular programming languages, and the one used to create Github itself, about the security flaw. There was some back and forth for a day, and eventually the powers that be decided to close the thread, writing that &#8220;There was a proposal about changing that flag in <a href="https://github.com/rails/rails/issues/4062"title="new applications enforce whitelist mode for mass assignment"  target="_blank">#4062</a> and the consensus is the pros of the default configuration outweigh the pros of the alternative.&#8221;</p>
<p>But Homakov was&#8217;t going to go down without a fight. Since he couldn&#8217;t get things fixed through the proper channels, he decided to use the exploit himself. He used the loophole to give himself access to Ruby on Rails code repository and left a message confirming that any project on Github was indeed vulnerable. He didn&#8217;t change any code or do anything malicious.</p>
<p>When Github saw what happened, <a href="https://github.com/blog/1068-public-key-security-vulnerability-and-mitigation" target="_blank">they suspended Homakov&#8217;s account,</a> which created a firestorm of protest. A blog post entitled, <a href="http://chrisacky.posterous.com/github-you-have-let-us-all-down" target="_blank">Github, You Have Let Us All Down</a> shot to the top of Hacker News, the world&#8217;s biggest news board for programmers. Github users threatened to pack up their projects and head to alternative services, claiming they felt vulnerable to hackers and betrayed by the response.</p>
<p>In the end, <a href="https://github.com/blog/1069-responsible-disclosure-policy" target="_blank">Github restored Homakov&#8217;s account and issued a public apology</a>. It was a reminder that Github, which has become the defacto platform for collaborative coding, needs to take security very seriously. Software engineers often use their Github accounts as resumes when applying for jobs, so they have to feel their work is safe from tampering.</p>
<p>It was also an example of when the wisdom of the crowd got things wrong. Github exemplifies the benefits of open, collaboration. In this case, though, the wisdom of the crowds got things wrong, and it took a single contrarian, willing to work by any means to necessary, to show the community the danger they were in.</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=398872&#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/03/05/github-community-in-turmoil-after-hacker-exposes-massive-security-flaw/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2012/03/octocat-e1330948803723.png?w=140" /><source url="http://venturebeat.com/2012/03/05/github-community-in-turmoil-after-hacker-exposes-massive-security-flaw/">Github community in turmoil after hacker exposes massive security flaw</source>
		<media:content url="http://1.gravatar.com/avatar/7dfcbccafccf484de6e145432be7f43f?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">bpopper</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2012/03/octocat1.png" medium="image">
			<media:title type="html">octocat</media:title>
		</media:content>
	</item>
		<item>
		<title>The &#8220;world&#8217;s most wanted hacker,&#8221; Kevin Mitnick, has gone straight (interview)</title>
		<link>http://venturebeat.com/2011/10/21/interview-with-the-former-worlds-most-wanted-hacker-kevin-mitnick/</link>
		<comments>http://venturebeat.com/2011/10/21/interview-with-the-former-worlds-most-wanted-hacker-kevin-mitnick/#comments</comments>
		<pubDate>Fri, 21 Oct 2011 20:00:10 +0000</pubDate>
		<dc:creator>Dean Takahashi</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Ghost in the Wires]]></category>
		<category><![CDATA[hacker]]></category>
		<category><![CDATA[world's most wanted hacker]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=338525</guid>
		<description><![CDATA[<p><em>Kevin Mitnick was once labeled the world&#8217;s most wanted hacker. Back in 1992, he tangled with a mystery hacker named Eric, setting off a duel that led to a chain of events that spun out of control.</em></p>
<p><em>After a FBI&#160;</em>&#8230;</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=338525&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://venturebeat.com/2011/10/21/interview-with-the-former-worlds-most-wanted-hacker-kevin-mitnick/kevin-mitnick/" rel="attachment wp-att-341395"><img class="alignright size-full wp-image-341395" title="kevin mitnick" src="http://venturebeat.files.wordpress.com/2011/10/kevin-mitnick.jpg?w=400&#038;h=609" alt="" width="400" height="609" /></a><em><a href="http://en.wikipedia.org/wiki/Kevin_Mitnick" target="_blank">Kevin Mitnick</a> was once labeled the world&#8217;s most wanted hacker. Back in 1992, he tangled with a mystery hacker named Eric, setting off a duel that led to a chain of events that spun out of control.</em></p>
<p><em>After a FBI manhunt, he was caught in 1995 with the help of security expert <a href="http://en.wikipedia.org/wiki/Tsutomu_Shimomura" target="_blank">Tsutomu Shimomura</a>, who wrote about the experience with New York Times writer John Markoff. Mitnick spent five years in jail, including eight months in solitary confinement.</em></p>
<p><em>At first, Mitnick wasn&#8217;t allowed to tell his side of the story, thanks to a gag order. Now he has penned a book on about his life on the run, co-written with author William L. Simon.  Called &#8220;<a href="http://www.amazon.com/Ghost-Wires-Adventures-Worlds-Wanted/dp/0316037702" target="_blank">Ghost in the Wires: My Adventures as the World&#8217;s Most Wanted Hacker</a>,&#8221; the title has stayed on the New York Times Bestseller list for several weeks.</em></p>
<p><em>After getting out of prison, Mitnick pulled his life together as a &#8220;white hat&#8221; hacker, or one who helps companies by testing the security of their networks via <a href="http://mitnicksecurity.com/" target="_blank">Mitnick Security Consulting</a>. Now he frequently talks about how to protect yourself from wily cyber attacks.</em></p>
<p><em>Here&#8217;s an <a href="http://www.wired.com/threatlevel/2011/08/kevin-mitnick-excerpt/?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+wired27b+%28Blog+-+27B+Stroke+6+%28Threat+Level%29%29" target="_blank">excerpt from the book</a>. And below is an edited transcript of our interview with Mitnick.</em></p>
<p><strong>VB:</strong> <strong>Hi Kevin. We&#8217;ve talked before when you published your books, <a href="http://www.amazon.com/Art-Intrusion-Exploits-Intruders-Deceivers/dp/0471782661/ref=pd_bxgy_b_img_b" target="_blank">The Art of Intrusion</a> and <a href="http://www.amazon.com/Art-Deception-Controlling-Element-Security/dp/0471237124" target="_blank">The Art of Deception</a>. At the time, you had a gag order that did not allow you to write about your arrest and the events leading up to it. Now that it has expired, you&#8217;ve revisited those memories. Why?</strong></p>
<p><strong>KM:</strong> I had a deal with the government for about, for seven years after I was released from custody. So it expired around Jan. 21, 2007.  After that, we decided to work on my memoir, Ghost in The Wires. That was finally published on August 15. The other two books mentioned my life on the run, but they were really about the lessons I learned with social engineering and how organizations could mitigate the risk of falling victim to it. That book was The Art of Deception. Art of Intrusion was really kind of just talking about the stories of other hackers that were in the news and some where the perpetrators were never identified.</p>
<p>So what I like about the best of all these three is my life story Ghost in The Wires because it’s kind of like a Catch Me If You Can version for a computer hacker. What is unique about it that it is a true story. People really seem to like it.</p>
<p><strong>VB:</strong> <strong>Yeah I noticed you tweeted about how it’s still on the New York Times online bestseller list.</strong></p>
<p><strong>KM:</strong> Well this week it was 23 last week it was 12 the week before that it was 15, the week before that it was 16. So I have been on the New York Times best seller list a month so far.</p>
<p><strong>VB:</strong> <strong>Congratulations. Why do people want to read it?</strong></p>
<p><strong>KM:</strong> Thank you so much. I never expected it but I guess it’s a great story and it’s written very well. So people are interested in it and I guess I’m the cyber version of <a href="http://en.wikipedia.org/wiki/Frank_Abagnale" target="_blank">Frank Abagnale</a>.</p>
<p><strong>VB:</strong> <strong>It’s probably only fair since there were other bestsellers that were written about you.</strong></p>
<p><strong>KM:</strong> I don’t think any of them actually made the bestsellers list. <a href="http://www.amazon.com/Takedown-Pursuit-Americas-Computer-Outlaw/dp/0786889136" target="_blank">John Markoff&#8217;s book, [Takedown: The Pursuit and Capture of Kevin Mitnick, America's Most Wanted Computer Outlaw, By the Man Who Did It],</a> never made it the bestsellers list.</p>
<p><strong>VB: Oh it didn’t?</strong></p>
<p><strong>KM:</strong> As far as I am aware, the only hacking book that made the bestseller list was a book called The Cuckoo&#8217;s Egg by Cliff Stoll. The Takedown book never made it to the list and in fact it was a very poorly reviewed book.</p>
<p><strong><a href="http://venturebeat.com/2011/10/21/interview-with-the-former-worlds-most-wanted-hacker-kevin-mitnick/ghost/" rel="attachment wp-att-343806"><img class="alignright size-full wp-image-343806" title="ghost" src="http://venturebeat.files.wordpress.com/2011/10/ghost.jpg?w=400&#038;h=598" alt="" width="400" height="598" /></a>VB:</strong> <strong>Did you ever figure out why the government had such an unusual gag order in place here because that seems pretty rare?</strong></p>
<p><strong>KM:</strong> Well one of the things was they wanted to profit off my story and they wanted to keep everything under a protect order meaning that I was essentially forbidden to talk about it. So I had to be very careful because there is still stuff that is still under protective order that I couldn’t reveal. And so I had to be very careful to still tread around that restriction. The seven-year restriction was to prevent me from earning any revenue from my free public expression. They learned that from <a href="http://en.wikipedia.org/wiki/Son_of_Sam_law" target="_blank">cases like the (murderer) Son of Sam</a>.</p>
<p>So they had to do it that way because there are laws that are usually applied to violent crime cases to prevent people from profiting by telling the story. But it’s a prior restraint on free speech, so the Supreme Court has since struck down those laws. That was how the federal government dealt with it back then. It was part of the plea agreement.</p>
<p><strong>VB: So what really drove you to write this new book after the gag order lifted and you were free?</strong></p>
<p><strong>KM:</strong> To get the story out. It wasn’t really about making money. I mean I make money from my security business and my public speaking career because I go around in the world doing a lot of public speeches, keynoting at conferences. I make plenty of money doing that. So it wasn’t really about the money it was about getting my side of the story out. I thought it was a great story to tell that people would enjoy it. And I want to really to focus on the chase because my story is kind of a cat-and-mouse game with the federal government.</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=338525&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" /><p id="pages">Pages: 1 <a href="http://venturebeat.com/2011/10/21/interview-with-the-former-worlds-most-wanted-hacker-kevin-mitnick/2/">2</a> <a href="http://venturebeat.com/2011/10/21/interview-with-the-former-worlds-most-wanted-hacker-kevin-mitnick/3/">3</a></p>]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2011/10/21/interview-with-the-former-worlds-most-wanted-hacker-kevin-mitnick/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2011/10/kevin-mitnick.jpg?w=91" /><source url="http://venturebeat.com/2011/10/21/interview-with-the-former-worlds-most-wanted-hacker-kevin-mitnick/">The &#8220;world&#8217;s most wanted hacker,&#8221; Kevin Mitnick, has gone straight (interview)</source>
		<media:content url="http://1.gravatar.com/avatar/4869c34dce444c8aec85429171927244?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">vbdeantakahashi</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2011/10/kevin-mitnick.jpg" medium="image">
			<media:title type="html">kevin mitnick</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2011/10/ghost.jpg" medium="image">
			<media:title type="html">ghost</media:title>
		</media:content>
	</item>
		<item>
		<title>Hacking water meters is easier than it should be</title>
		<link>http://venturebeat.com/2011/08/06/hacking-water-meters-is-easier-than-it-should-be/</link>
		<comments>http://venturebeat.com/2011/08/06/hacking-water-meters-is-easier-than-it-should-be/#comments</comments>
		<pubDate>Sun, 07 Aug 2011 00:04:55 +0000</pubDate>
		<dc:creator>Dean Takahashi</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Defcon]]></category>
		<category><![CDATA[hacker]]></category>
		<category><![CDATA[utilities]]></category>
		<category><![CDATA[hacking water meters]]></category>
		<category><![CDATA[water meters]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=317058</guid>
		<description><![CDATA[<p>The smarter water meters become, the easier they&#8217;re getting to hack. Like many things in electronics, water meters become easier for hackers to break into and misuse when they are upgraded to include wireless and computer technology.</p>
<p>John McNabb, a&#160;&#8230;</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=317058&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://venturebeat.com/2011/08/06/hacking-water-meters-is-easier-than-it-should-be/john-mcnabb/" rel="attachment wp-att-317066"><img class="alignright size-medium wp-image-317066" title="john mcnabb" src="http://venturebeat.files.wordpress.com/2011/08/john-mcnabb.jpg?w=300&#038;h=246" alt="" width="300" height="246" /></a>The smarter water meters become, the easier they&#8217;re getting to hack. Like many things in electronics, water meters become easier for hackers to break into and misuse when they are upgraded to include wireless and computer technology.</p>
<p>John McNabb, a security expert who has focused on protecting drinking water, told the audience at the Defcon hacker conference in Las Vegas today that, despite a $40 billion-dollar water economy, it&#8217;s still far too easy to hack into water meters used by utilities around the country. He concluded that nation&#8217;s 150,000 water utilities have a number of well-known vulnerabilities to cyber attacks and they should fix them on behalf of the 250 million consumers they serve.</p>
<p>&#8220;The energy theft when it comes to water theft is billions of dollars a year,&#8221; McNabb (pictured) said. &#8220;Electric utilites assume they use about 10 percent losses to theft each year. Water could be similar, and it winds up increasing the rates for others.&#8221;</p>
<p>Lots of water meters are still mechanical devices. Water companies lose revenue when those meters get old and sediment builds up in them so that they measure lower water usage. Utilities have started to put in wireless water meters that are easier to read and less costly. For instance, some meters broadcast a wireless signal so that a meter reader can simply drive by, detect the signal, and record it electronically. That reduces the cost of reading meters. Here&#8217;s <a href="http://www.southshorepcservices.com/McNabb%20-%20BH-WP-%20Vulnerabilities%20of%20Wireless%20Water%20Meter%20Networks.pdf" target="_blank">McNabb&#8217;s white paper</a> on the topic.</p>
<p>Adding computer technology throughout the infrastructure helps bring down costs. It&#8217;s easier for utilities to monitor usage on any given day and send bills more frequently. They can also detect water leaks more precisely, based on water usage patterns throughout the population. Water meters with wireless attachements can become sensors for the utility and two-way communications systems. Utilities can also resolve billing disputes better, provide more customer service, enforce water conservation, and identify illegal water connections.</p>
<p>Smart water meters are the new thing. The smart water meter market is expected to total $4.2 billion between 2010 and 2016, according to market researcher Pike Research. And Pike predicts that the worldwide installed base of smart water meters will increase from 5.2 million in 2009 to 31.8 million by 2016. The market researcher defines a smart meter as a component of a smart grid, with two-way communications between the meter and the water utility that allows the utility to get readings on an hourly (or more frequently) basis and issue commands to the meter. California in particular is racing ahead in deployment, and 25 manufacturers are making the smart meters now.</p>
<p>&#8220;It&#8217;s like an electronic cash register for the utility,&#8221; McNabb said. &#8220;But it could also be a tool for Big Brother,&#8221; a reference to the totalitarian figurehead of George Orwell&#8217;s novel, 1984.</p>
<p>The problem with the wireless water meters is that they are vulnerable because of the wireless medium they use. Communications are not encrypted (largely due to higher costs) and so they are easily intercepted, faked or even jammed. The sensors are unattended and hang on the meter, outside the house, and so they are easily tampered with. The cyber attacks against them can be active, where commands are issued to them, or passive, where the data is taken.</p>
<p>If people want to reduce their water bills, they could hack the sensors. They could also increase the bill paid by a neighbor they don&#8217;t like, or evade restrictions on the amount of water used. And since the usage of water indicates the presence or absence of the homeowner, the hacked water meters can be used for surveillance purposes.</p>
<p>Last year, Greek hacker Thanassis Giannetsos demonstrated how it was possible to introduce a worm to the smart electrical grid (similar to water grids) on a simulated network. Ioactive, a security penetration testing firm, also did something similar. But McNabb said that the concern about Big Brother is also a big one. He said that the water department&#8217;s staff could learn what time of day you take a shower, when you are at home, and when you&#8217;re on vacation.</p>
<p>&#8220;Are we being paranoid?&#8221; McNabb asked. &#8220;It&#8217;s already established that law enforcement is using electricity use and thermal imaging,&#8221; where the heat generated by indoor marijuana-growing farms has been measured.</p>
<p>McNabb also noted that the Hydrosense device created by researchers at the University of Washington in Seattle can be attached to water faucets to determine the usage coming out of a particular fixture in the home.</p>
<p>McNabb said his research showed that vendors don&#8217;t use frequency hopping spread spectrum (FHSS), which could stop eavesdropping on wireless signals, or encryption with their smart meters. One utility used a default password system which used a generic password on its web site (where users would log in and view their water usage) that was easily hacked. Transceivers for sending commands to the water meters can be purchased on eBay.</p>
<p>But some manufacturers are starting to build 128-bit encryption and spread spectrum security into their meters. McNabb, who was an elected water commission and managed a small water system for 13 years, described the vulnerabilities in some detail, including how to inexpensively &#8220;sniff&#8221; the wireless water meter readings, and has described them in a white paper. He said he will put it online in the near future.</p>
<p>Sniffing wireless water meters should&#8217;t be too difficult, he said, but there are some technical hurdles. Most U.S. meters broadcast in the 900 megahertz band of the wireless spectrum. That is the same frequency as cell phones, and there aren&#8217;t any off-the-shelf devices to sniff packets from them. Also, most of them scramble the signal by using spread spectrum, which sends out part of the message on one frequency, the next part on another, and so forth. However, other researchers have shown how to unscramble the spread spectrum code, so McNabb plans to build a device to sniff the 900 megahertz spread spectrum signals to show how it can be done and why it needs to be more secure.</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=317058&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2011/08/06/hacking-water-meters-is-easier-than-it-should-be/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2011/08/john-mcnabb.jpg?w=160" /><source url="http://venturebeat.com/2011/08/06/hacking-water-meters-is-easier-than-it-should-be/">Hacking water meters is easier than it should be</source>
		<media:content url="http://1.gravatar.com/avatar/4869c34dce444c8aec85429171927244?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">vbdeantakahashi</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2011/08/john-mcnabb.jpg?w=300" medium="image">
			<media:title type="html">john mcnabb</media:title>
		</media:content>
	</item>
		<item>
		<title>You can hack a MacBook battery from afar. Is there a point?</title>
		<link>http://venturebeat.com/2011/08/04/you-can-hack-a-macbook-battery-from-afar-is-there-a-point/</link>
		<comments>http://venturebeat.com/2011/08/04/you-can-hack-a-macbook-battery-from-afar-is-there-a-point/#comments</comments>
		<pubDate>Thu, 04 Aug 2011 19:57:22 +0000</pubDate>
		<dc:creator>Dean Takahashi</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[battery]]></category>
		<category><![CDATA[Black Hat]]></category>
		<category><![CDATA[hacker]]></category>
		<category><![CDATA[Macbook]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=316445</guid>
		<description><![CDATA[<p>A seasoned security hacker who spent seven months figuring out how to hack a laptop battery disclosed his findings today at the Black Hat security conference. Charlie Miller, who specializes in hacking Apple software, figured out how to remotely control&#160;&#8230;</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=316445&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://venturebeat.com/2011/08/04/you-can-hack-a-macbook-battery-from-afar-is-there-a-point/charlie-miller/" rel="attachment wp-att-316453"><img class="alignright size-full wp-image-316453" title="charlie miller" src="http://venturebeat.files.wordpress.com/2011/08/charlie-miller.jpg?w=400&#038;h=313" alt="" width="400" height="313" /></a>A seasoned security hacker who spent seven months figuring out how to hack a laptop battery disclosed his findings today at the <a href="http://www.blackhat.com" target="_blank">Black Hat</a> security conference. Charlie Miller, who specializes in hacking Apple software, figured out how to remotely control a battery and do some damage to it such as &#8220;bricking it&#8221; – or incapacitating it &#8211; from afar.</p>
<p>Miller, a security consultant at Accuvant, said he tried to make a MacBook &#8220;smart battery&#8221; explode, since the project was all in fun and videos of exploding batteries are big draws on YouTube. But he hasn&#8217;t been able to make that happen yet. Had he done so, he could have had one of the most popular talks at Black Hat and caused considerable alarm among a variety of vendors and consumers. It&#8217;s also another lesson that shows that if you put the intelligence of computing into an otherwise dumb device, that new smart device will be subject to hacking, as has been proven over and over again.</p>
<p>&#8220;I set out to see if I could hack the firmware of a battery,&#8221; he said. &#8220;I couldn&#8217;t make it explode. I took over the battery. It was fun, and I did cool stuff.&#8221;</p>
<p>Miller had to go through a long process to figure out which chips were used in the battery &#8212; some controllers and circuit protection chips from Texas Instruments. He conducted experiments to find out how the chips operated, how they communicated between the operating system and the battery&#8217;s charger, and then compared them to online manuals and other published data. He found that Apple had left a default password unchanged that gave him entry into a chip so that he could manipulate the settings for the chip. (Apple can try to fix this problem in the future, but Miller figures it wouldn&#8217;t be hard to crack the 32-bit password). Apple has not yet responded to a request for comment.</p>
<p>Smart batteries such as those used in Apple&#8217;s MacBooks can be used to charge a battery more efficiently and report back to the operating system (and the user) the exact percentage charge remaining on the battery. The computer can thus talk to the firmware running on the chips within the battery. That firmware controls the charging process and safety parameters for the battery, which govern when to shut off charging to prevent overheating. Current, voltage and temperature can be calibrated.</p>
<p>Miller found it easy to change the settings on the batteries so that they were no longer recognized by the computer. This essentially &#8220;bricked&#8221; the batteries. He accidentally bricked his own machine a number of times. Once, he took a fried motherboard into an Apple store and they asked him what happened.</p>
<p>&#8220;I don&#8217;t know,&#8221; he told them, getting some laughs from the Black Hat crowd. &#8220;They should have a picture of me on the wall.&#8221;</p>
<p>Once he figured out how to break into the firmware, Miller then figured out how to change the settings of the battery and showed the code that proved that he did so. He is <a href="http://www.accuvant.com/capability/accuvant-labs/security-research/featured-presentation" target="_blank">sharing his slides </a>as well as a<a href="http://tinyurl.com/bhbattery" target="_blank">tool</a> that allows people to change the default passwords on their batteries. But that will only work so long as Apple makes no changes.</p>
<p>The dangers of hacking a battery remain theoretical so far. Coupled with a browser exploit, a malevolent hacker could send a virus or some other malware to a target. That virus could then deliver a payload such as sending commands to the battery to make it inoperable. That&#8217;s not as dangerous to a computer as wiping its hard disk, Miller said. But if someone could actually make a battery catch on fire from afar, that would be very dangerous.</p>
<p>Miller has no plans to undertake such hacking projects. But he continues with his battery research.</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=316445&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2011/08/04/you-can-hack-a-macbook-battery-from-afar-is-there-a-point/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2011/08/charlie-miller.jpg?w=160" /><source url="http://venturebeat.com/2011/08/04/you-can-hack-a-macbook-battery-from-afar-is-there-a-point/">You can hack a MacBook battery from afar. Is there a point?</source>
		<media:content url="http://1.gravatar.com/avatar/4869c34dce444c8aec85429171927244?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">vbdeantakahashi</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2011/08/charlie-miller.jpg" medium="image">
			<media:title type="html">charlie miller</media:title>
		</media:content>
	</item>
		<item>
		<title>Security researchers hack Google&#8217;s Chrome OS</title>
		<link>http://venturebeat.com/2011/08/03/security-researchers-hack-googles-chrome-os/</link>
		<comments>http://venturebeat.com/2011/08/03/security-researchers-hack-googles-chrome-os/#comments</comments>
		<pubDate>Thu, 04 Aug 2011 01:36:38 +0000</pubDate>
		<dc:creator>Dean Takahashi</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Black Hat]]></category>
		<category><![CDATA[Chrome OS]]></category>
		<category><![CDATA[cross-site scripting]]></category>
		<category><![CDATA[Google Docs]]></category>
		<category><![CDATA[hacker]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[operating system]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=316229</guid>
		<description><![CDATA[<p>When Google first started talking about its Google Chrome OS software a few years ago, one of the selling points was the promise that it would come with much better built-in security than other operating systems. Now, Chrome OS has&#160;&#8230;</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=316229&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://venturebeat.com/2011/08/03/security-researchers-hack-googles-chrome-os/chrome-os-1/" rel="attachment wp-att-316271"><img class="alignright size-full wp-image-316271" title="chrome os 1" src="http://venturebeat.files.wordpress.com/2011/08/chrome-os-1.jpg?w=400&#038;h=369" alt="" width="400" height="369" /></a>When Google first started talking about its Google Chrome OS software a few years ago, one of the selling points was the promise that it would come with much better built-in security than other operating systems. Now, Chrome OS has only been commercially available for a few months, and security researchers have already figured out how to hack it.</p>
<p>Two researchers told a crowd at the <a href="http://www.blackhat.com" target="_blank">Black Hat</a> security conference today that they had used web-based hacker tricks to compromise the security of the Chrome OS, which is the software that powers recently launched <a href="http://venturebeat.com/2011/06/09/google-chromebooks-available-for-pre-order-will-ship-june-15/">laptop-like Chromebooks</a> from a variety of vendors. The hacks let the researchers get access to a user&#8217;s emails, Google Docs, contacts, and Google Voice messages. If Google doesn&#8217;t patch the variety of flaws found or if researchers uncover more, then hackers could have a field day accessing data on Chromebooks.</p>
<p>Matt Johanson and Kyle Osborn, two researchers at White Hat Security&#8217;s Threat Research Center, said in their talk that they spent months doing research on Chrome OS. They found a flaw in ScratchPad, a preinstalled extension to the Chrome OS that lets people take notes and save them to cloud-based Google Docs. On stage at Black Hat, the researchers showed both videos of the hacked documents and live demos as well.</p>
<p>&#8220;You basically grab and download someone&#8217;s contacts like this,&#8221; Osborn said, demonstrating the deed on a big screen.</p>
<p>In a statement, a Google spokesman said, “This conversation is about the web, not Chrome OS. Chromebooks raise security protections on computing hardware to new levels. They are also better equipped to handle the web attacks that can affect browsers on any computing device, thanks in part to a carefully designed <a href="http://blog.chromium.org/2009/12/security-in-depth-extension-system.html" target="_blank" target="_blank">extensions model</a> and the advanced security available through Chrome that many users and experts have embraced.”</p>
<p>Google also <a href="http://blog.chromium.org/2011/07/writing-extensions-more-securely.html" target="_blank">recently published information about writing more secure extensions </a>to the Chrome OS, and it explained why it thinks the <a href="http://chrome.blogspot.com/2011/07/chromebook-security-browsing-more.html" target="_blank">Chrome OS is more secure</a>.</p>
<p>With Chromebooks, no data is stored on the device and everything takes place in the cloud and is accessible via the Chrome web browser. By attacking browsers with known exploits such as cross-site scripting, cross-site requests, and &#8220;clickjacking,&#8221; hackers can get around the Chrome OS&#8217;s security protections. The researchers say they can do high-speed scans of intranets via the hack and can view active host Internet Protocol addresses (which let them figure out what websites you&#8217;re looking at). They also say they can take over a user&#8217;s Google account by stealing session cookies, which can contain user password data.</p>
<p>Chrome OS is not unique in having these types of vulnerabilities. Other OSes are also subject to similar attacks.</p>
<p>Google was informed of the vulnerabilities and addressed some of them, including the ScratchPad flaw, but the researchers said some of the underlying weaknesses remain.</p>
<p>The demonstration is a pointed reminder that the shift toward cloud computing is not a panacea for all security problems.</p>
<div class="zemanta-pixie" style="margin-top:10px;height:15px;"><img class="zemanta-pixie-img" style="border:none;float:right;" src="http://img.zemanta.com/pixy.gif?x-id=24137903-01b3-4825-9b29-cb6523af7e76" alt="" /></div>
<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=316229&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2011/08/03/security-researchers-hack-googles-chrome-os/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2011/08/chrome-os-1.jpg?w=151" /><source url="http://venturebeat.com/2011/08/03/security-researchers-hack-googles-chrome-os/">Security researchers hack Google&#8217;s Chrome OS</source>
		<media:content url="http://1.gravatar.com/avatar/4869c34dce444c8aec85429171927244?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">vbdeantakahashi</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2011/08/chrome-os-1.jpg" medium="image">
			<media:title type="html">chrome os 1</media:title>
		</media:content>

		<media:content url="http://img.zemanta.com/pixy.gif?x-id=24137903-01b3-4825-9b29-cb6523af7e76" medium="image" />
	</item>
		<item>
		<title>Sony says hacked PlayStation Network credit card data was encrypted</title>
		<link>http://venturebeat.com/2011/04/28/sony-says-hacked-playstation-network-credit-card-data-was-encrypted/</link>
		<comments>http://venturebeat.com/2011/04/28/sony-says-hacked-playstation-network-credit-card-data-was-encrypted/#comments</comments>
		<pubDate>Thu, 28 Apr 2011 15:52:38 +0000</pubDate>
		<dc:creator>Dean Takahashi</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[hacker]]></category>
		<category><![CDATA[PlayStation Network]]></category>
		<category><![CDATA[Qriocity]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=256869</guid>
		<description><![CDATA[<p>Sony said yesterday that all credit card information on its hacked PlayStation Network was protected with encryption. As the outage for the online game service for the PlayStation 3 entered its eighth day, the company sought to reassure angry&#160;users.&#8230;</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=256869&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.sony.com" target="_blank"><img class="alignright size-full wp-image-256872" title="psn" src="http://venturebeat.files.wordpress.com/2011/04/psn3.jpg?w=387&#038;h=213" alt="" width="387" height="213" />Sony</a> said yesterday that all credit card information on its hacked PlayStation Network was protected with encryption. As the outage for the online game service for the PlayStation 3 entered its eighth day, the company sought to reassure angry users.</p>
<p>Users were angry that Sony took six days to inform them that their personal data had been stolen, but the exact nature of the credit card theft isn&#8217;t precisely known. I was among those 77 million PSN and Qriocity users who had my personal data stolen, and I received an apologetic email from Sony yesterday. The company clearly has a long way to go to earn back the trust of gamers, and it seems to be aware that communicating clearly and quickly has to be its priority right now.</p>
<p>Patrick Seybold, spokesman for Sony, said in an updated statement that the &#8220;entire credit card table was encrypted and we have no evidence that credit card data was taken.&#8221; The personal data, such as names and emails, was not encrypted. Sony said it cannot rule out the possibility that credit card information was taken. If it was, then the card number and date of issuance was likely taken, but not the credit card security number on the back of a card.</p>
<p>&#8220;First off, we want to again thank you for your patience,&#8221; Seybold said. &#8220;We know that the PlayStation Network and Qriocity outage has been frustrating for you. We know you are upset, and so we are taking steps to make our services safer and more secure than ever before. We sincerely regret any inconvenience or concern this outage has caused, and rest assured that we’re going to get the services back online as quickly as we can.&#8221;</p>
<p>Sony has hired a &#8220;recognized technology security firm&#8221; to conduct a full investigation of the &#8220;malicious attack&#8221; against the PSN. Sony said it won&#8217;t ask anyone for their credit card, social security or other personally identifiable information. Sony suggests users that users log on and change the password once the PSN service comes back, presumably within a week. Consumers can visit Sony&#8217;s <a href="http://www.us.playstation.com/support" target="_blank">support site</a> for more notices.</p>
<p>Sony says it is adding several measures to improve the security of the PSN once it comes back online, including moving the company&#8217;s network infrastructure and data center to a new, more secure location.</p>
<br />Filed under: <a href='http://venturebeat.com/category/business/'>Business</a>, <a href='http://venturebeat.com/category/games/'>Games</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=256869&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" /><div class="post-meta-blurb post-meta-after blurb-cat-games"><hr />

<a href="http://venturebeat.com/events/gamesbeat2013/" data-vb-ga-outbound="GB2013boilerplate"><img class="size-full wp-image-616698 alignleft" alt="GamesBeat 2013" src="http://venturebeat.files.wordpress.com/2013/02/gamesbeat2013boilerplate.png" width="196" height="33" /></a>GamesBeat 2013 is our fifth annual conference on disruption in the video game market. You'll get 360-degree perspectives from top gaming executives, developers, and analysts on what’s to come in the industry. Our theme this year is “The Battle Royal.” Check out full event details <a href="http://venturebeat.com/events/gamesbeat2013/" data-vb-ga-outbound="GB2013boilerplate">here</a>, and grab your early-bird tickets <a href="http://gamesbeat2013-gb2013boilerplatebottom.eventbrite.com/" data-vb-ga-outbound="GB2013boilerplate" target="_blank">here</a>!

<hr /></div><style type="text/css">.blurb-cat-games hr {
margin: 10px 0 10px 0;
}</style>]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2011/04/28/sony-says-hacked-playstation-network-credit-card-data-was-encrypted/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2011/04/psn3.jpg?w=160" /><source url="http://venturebeat.com/2011/04/28/sony-says-hacked-playstation-network-credit-card-data-was-encrypted/">Sony says hacked PlayStation Network credit card data was encrypted</source>
		<media:content url="http://1.gravatar.com/avatar/4869c34dce444c8aec85429171927244?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">vbdeantakahashi</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2011/04/psn3.jpg" medium="image">
			<media:title type="html">psn</media:title>
		</media:content>
	</item>
		<item>
		<title>Sony says PS 3 hacker Geohot has fled to South America (or not!)</title>
		<link>http://venturebeat.com/2011/03/23/sony-says-ps-3-hacker-geohot-has-fled-to-south-america/</link>
		<comments>http://venturebeat.com/2011/03/23/sony-says-ps-3-hacker-geohot-has-fled-to-south-america/#comments</comments>
		<pubDate>Thu, 24 Mar 2011 01:13:49 +0000</pubDate>
		<dc:creator>Dean Takahashi</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[hacker]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=250567</guid>
		<description><![CDATA[<p>Sony says that 21-year-old George Hotz, the hacker who reverse-engineered the security system for the PlayStation 3, has fled the country to South America rather than face a court over charges that he destroyed evidence.</p>
<p>Sony said in a court&#160;&#8230;</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=250567&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-250576" title="george hotz" src="http://venturebeat.files.wordpress.com/2011/03/george-hotz.jpg?w=400&#038;h=258" alt="" width="400" height="258" />Sony says that 21-year-old George Hotz, the hacker who reverse-engineered the security system for the PlayStation 3, has fled the country to South America rather than face a court over charges that he destroyed evidence.</p>
<p><a href="http://docs.justia.com/cases/federal/district-courts/california/candce/3:2011cv00167/235965/103/0.pdf" target="_blank">Sony said in a court filing </a>that Hotz, known as GeoHot, lied about having a PlayStation Network account and destroyed his computer hard disks rather than hand them over to Sony&#8217;s lawyers. Hotz allegedly wrote code capable of circumventing the security protection on the PS 3 so it can run unauthorized software and pirated games.</p>
<p>[Update: Hotz's attorney, Stewart Kellar, told<a href="http://www.wired.com/threatlevel/" target="_blank"> Threat Level</a> and IGN that <a href="http://au.ps3.ign.com/articles/115/1157239p1.html" target="_blank">Hotz has not fled to South America</a> and that the missing components have been provided to Sony.]</p>
<p>Hotz&#8217;s escape, if true, is a weird twist in a case that is being closely watched as a battle between a copyright owner and a freewheeling hacker. At stake is whether Sony can stop hackers and users from playing lots of pirated software or unauthorized software on machines that generate billions of dollars in revenue a year for Sony.</p>
<p>A federal magistrate had ordered Hotz a couple of weeks ago to turn over his PS 3 consoles, computers and other equipment, untouched, to Sony&#8217;s lawyers. But Sony said that Hotz allegedly erased key evidence that Sony planned to use against him. <a href="http://news.cnet.com/8301-27080_3-20039536-245.html?tag=mncol;txt" target="_blank">Sony accused Hotz of violating the Digital Millennium Copyright Act and the Computer Fraud Abuse Act</a> by distributing his tools for &#8220;jailbreaking&#8221; the PS 3. Sony said it had found through its research that at least 13,300 unique internet addresses had downloaded the tools from Hotz&#8217;s web site in California alone. (Sony does not have access to each address, as is commonly thought; it only has the total number of them.)</p>
<p>In a filing today, Sony said that Hotz has thwarted its legal discovery at every turn and that &#8220;Hotz had deliberately removed integral components of his impounded hard drives prior to delivering them to a third party neutral and Hotz is now in South America.&#8221;</p>
<p>Sony said that, while Hotz declared under oath that he did not have a PSN account, Sony found that one of the PS 3s that Hotz had identified as his was used to created a PlayStation Network account &#8212; which gives users access to online gaming and other entertainment &#8212; on March 10, 2010 using an IP address located in Glen Rock, N.J., where Hotz lives. He used the nickname &#8220;blickmanic,&#8221; which was associated with postings on the internet related to jailbreaking cell phones. Hotz reportedly publicized his hacking software at <a href="http://www.psx-scene.com" target="_blank">psx-scene.com</a>, a site for PlayStation hackers and gamers. The PSN information was critical because users who sign up for it agree to a user agreement that prohibits hacking the PS 3. Sony wants jurisdiction for the case established in California, while Hotz&#8217;s attorney is fighting that.</p>
<p>Beyond what Sony said, there isn&#8217;t yet independent confirmation that he has fled.</p>
<br />Filed under: <a href='http://venturebeat.com/category/business/'>Business</a>, <a href='http://venturebeat.com/category/games/'>Games</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=250567&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" /><div class="post-meta-blurb post-meta-after blurb-cat-games"><hr />

<a href="http://venturebeat.com/events/gamesbeat2013/" data-vb-ga-outbound="GB2013boilerplate"><img class="size-full wp-image-616698 alignleft" alt="GamesBeat 2013" src="http://venturebeat.files.wordpress.com/2013/02/gamesbeat2013boilerplate.png" width="196" height="33" /></a>GamesBeat 2013 is our fifth annual conference on disruption in the video game market. You'll get 360-degree perspectives from top gaming executives, developers, and analysts on what’s to come in the industry. Our theme this year is “The Battle Royal.” Check out full event details <a href="http://venturebeat.com/events/gamesbeat2013/" data-vb-ga-outbound="GB2013boilerplate">here</a>, and grab your early-bird tickets <a href="http://gamesbeat2013-gb2013boilerplatebottom.eventbrite.com/" data-vb-ga-outbound="GB2013boilerplate" target="_blank">here</a>!

<hr /></div><style type="text/css">.blurb-cat-games hr {
margin: 10px 0 10px 0;
}</style>]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2011/03/23/sony-says-ps-3-hacker-geohot-has-fled-to-south-america/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2011/03/george-hotz.jpg?w=160" /><source url="http://venturebeat.com/2011/03/23/sony-says-ps-3-hacker-geohot-has-fled-to-south-america/">Sony says PS 3 hacker Geohot has fled to South America (or not!)</source>
		<media:content url="http://1.gravatar.com/avatar/4869c34dce444c8aec85429171927244?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">vbdeantakahashi</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2011/03/george-hotz.jpg" medium="image">
			<media:title type="html">george hotz</media:title>
		</media:content>
	</item>
	</channel>
</rss>
