<?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/"
	>

<channel>
	<title>Security Musings &#187; standards</title>
	<atom:link href="http://securitymusings.com/article/category/standards/feed" rel="self" type="application/rss+xml" />
	<link>http://securitymusings.com</link>
	<description>Rants and raves from information security professionals</description>
	<lastBuildDate>Wed, 01 Feb 2012 21:41:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Can&#8217;t close the barn door</title>
		<link>http://securitymusings.com/article/3156/cant-close-the-barn-door</link>
		<comments>http://securitymusings.com/article/3156/cant-close-the-barn-door#comments</comments>
		<pubDate>Tue, 10 Jan 2012 15:48:19 +0000</pubDate>
		<dc:creator>Benjamin Hartley</dc:creator>
				<category><![CDATA[about]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[rants]]></category>
		<category><![CDATA[regulations]]></category>
		<category><![CDATA[standards]]></category>

		<guid isPermaLink="false">http://securitymusings.com/?p=3156</guid>
		<description><![CDATA[So, SOPA is the news of the day, in terms of the Internet and security; it has been for well over a month now. In case you’re not familiar, SOPA is the Stop Online Piracy Act. It will “authorize the U.S. Department of Justice to seek court orders against websites outside U.S. jurisdiction accused of [...]]]></description>
			<content:encoded><![CDATA[<p>So, SOPA is the news of the day, in terms of the Internet and security; it has been for well over a month now.<br />
In case you’re not familiar, SOPA is the Stop Online Piracy Act. It will “authorize the U.S. Department of Justice to seek court orders against websites outside U.S. jurisdiction accused of infringing on copyrights, or of enabling or facilitating copyright infringement.”</p>
<p>I won’t bore you with the typical arguments about how it’ll infringe on free speech, or weakens safe harbor, etc. These arguments have been made, and they may have some validity, but let’s talk technology.</p>
<p>SOPA is the most recent in a long line of legislation intended to regulate the internet. Such legislation is doomed to failure. The internet was designed to be impossible to regulate. SOPA focuses on preventing search engines from directing users to sites, and ordering domain name registrars to delist sites. While there are other provisions, these are the primary tools for stopping piracy outside of US jurisdiction. They’re supremely ineffective tools, because neither search engines nor DNSes are necessary for the function of the Internet.</p>
<p>To understand this, let’s step back and look at what the Internet really is.</p>
<p>The Internet, or rather its precursors, were created in the 1960s as a result of an initiative by DARPA – the Defense Advanced Research Projects Agency.  DARPA is notable for investing in all sorts of interesting projects that might have military applications – many are successful, and result in some of the most powerful technologies of our time. Granted, many are pretty off-the-wall and don’t look like they’ll ever amount to anything, but that’s the risk you take.<br />
The Internet was created to enable communications even against attempts to disrupt the network – even against the loss of most metropolitan areas, such as might happen during a nuclear war. This is actually very hard to do: you have to come up with a design that works even if all of your central nodes are gone.<br />
The Internet as we know it today has a number of elegant solutions which make it the most robust communications network ever known.<br />
The first is in the data packet. All data sent on the Internet is broken up into packets – even when it’s called “streaming”, it actually consists of content that has been broken up into separate packets which are then reassembled at the destination. Each packet, in turn, has a portion that says to where the information is going (the address) and a portion which contains the actual data (payload). This means that any given packet can be lost or corrupted, and the entire rest of the message will still get through. Granted, with encryption or compression this might be a moot point, but on the other hand with error correction it can actually be made even more robust.<br />
Beyond that, there are the routing protocols. Various routing protocols work somewhat differently in ways that are hard to describe, but they all serve roughly the same function. When a router receives a packet, it looks at the destination address and tries to find a route to that address. What’s especially clever is that if a given route fails, the router can then select an alternate route. In this way, the Internet can be self-healing. Bandwidth might drop as alternate routes are used, but so long as a path exists the message can still get through. And that path isn’t limited to even the same medium as was used in the past: Internet data can be sent over copper, satellite, radio, laser, physical media, even carrier pigeon!</p>
<p>Now, I haven’t mentioned DNS or search engines so far. That’s because we don’t need either.</p>
<p>DNS – Domain Name Service – is a technology that renders IP addresses into human-readable names. The addresses to which I alluded earlier are numerical. In IPv4 they’re a 32-bit binary number; in the newer IPv6 they’re a whopping 128 bits. Rendered into decimal, they’re a bit more manageable, but not by all that much – would you like to memorize strings of numbers like “192.168.15.106” for every website you visit? DNS is a service that your computer accesses which translates the much easier to recall names, like www.google.com into 74.125.227.147. It’s a nice convenience, but you don’t actually need it. And you’re not locked in to any one DNS server – you can set up your own, or you can actually use one that’s based outside of US jurisdiction.</p>
<p>And search engines?<br />
Same thing – they’re a convenience. There isn’t even a specification on what a search engine is. And as you doubtless know, you can use whatever search engine you like, again including ones that are based outside of US jurisdiction.</p>
<p>There are technical solutions to these oversights, of course. But, thanks to the structure of the Internet, there are workarounds for those as well. The Internet was designed to be hard to disrupt. From a technical standpoint, attempts to regulate the Internet are basically the same as trying to disrupt it; it’s simply not a technology which was designed to be regulated.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Can%E2%80%99t+close+the+barn+door+http%3A%2F%2Fsecuritymusings.com%2F%3Fp%3D3156" title="Post to Twitter"><img class="nothumb" src="http://securitymusings.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter2.png" alt="Post to Twitter" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://securitymusings.com/article/3156/cant-close-the-barn-door&amp;t=Can%E2%80%99t+close+the+barn+door" title="Post to Facebook"><img class="nothumb" src="http://securitymusings.com/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook.png" alt="Post to Facebook" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://securitymusings.com/article/3156/cant-close-the-barn-door/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Security Tips from Australia&#8217;s DSD</title>
		<link>http://securitymusings.com/article/2948/security-tips-from-australias-dsd</link>
		<comments>http://securitymusings.com/article/2948/security-tips-from-australias-dsd#comments</comments>
		<pubDate>Wed, 24 Aug 2011 03:54:31 +0000</pubDate>
		<dc:creator>Nick Staples</dc:creator>
				<category><![CDATA[regulations]]></category>
		<category><![CDATA[risk management]]></category>
		<category><![CDATA[standards]]></category>
		<category><![CDATA[Tutorial Tuesday]]></category>

		<guid isPermaLink="false">http://securitymusings.com/?p=2948</guid>
		<description><![CDATA[Sometimes it can be a daunting task to keep up with computer security best practices, especially when it comes to prevention. There is an almost unlimited amount of things to take into account, not to mention significant decisions on which risks you need to address and which aren&#8217;t worth the effort. In addition, many different [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes it can be a daunting task to keep up with computer security best practices, especially when it comes to prevention. There is an almost unlimited amount of things to take into account, not to mention significant decisions on which risks you need to address and which aren&#8217;t worth the effort. In addition, many different people have many different ideas about what&#8217;s important when it comes to baseline mitigation. This may explain why there are so many sources on the topic, often with different core focuses in mind. For example, Cisco&#8217;s Network Security Baseline is geared towards networking configuration, while the PCI-DSS regulations are focused on the technology surrounding credit /debit cards. The truth is that no one set of general rules will ever be ideal for all scenarios; in most cases, the best-fitting strategy would be a custom solution.</p>
<p>However, even an imperfect solution can be useful. This week I came across this list of 35 general mitigation strategies suggested by the Australian DSD (they&#8217;re sorta like the NSA). Many of these paint with a wide brush (patch all the things!), but some are directed at specific applications of technology and software. The approach is very proactive in targeting the most widely used components of modern attack vectors. On their <a href="http://www.dsd.gov.au/infosec/top35mitigationstrategies.htm">website</a>, DSD makes the claim that implementing the top 4 suggested strategies would have prevented 85% of the incidents they responded to in 2010. A bold claim (assisted by wide scopes):</p>
<ol>
<li>Update and patch Adobe products, Microsoft products, and Java.</li>
<li>Update and patch your OS</li>
<li>Be stingy with administrator/superuser access</li>
<li>Whitelist your programs</li>
</ol>
<p>I&#8217;m sure that taking these steps can eliminate much of the low hanging fruit, and doing all 35 would probably eliminate even more. But even if all 35 are not ideal for every scenario, it&#8217;s still all-around decent computer security advice. These strategies can be a great reference source when fleshing out a custom security policy for mitigating attacks. The rest of the list can be found <a href="http://www.dsd.gov.au/infosec/top-mitigations/top35mitigationstrategies-list.htm">here</a> (<a href="http://www.dsd.gov.au/publications/Top_35_Mitigations.pdf">pdf</a>).</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Security+Tips+from+Australia%E2%80%99s+DSD+http%3A%2F%2Fsecuritymusings.com%2F%3Fp%3D2948" title="Post to Twitter"><img class="nothumb" src="http://securitymusings.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter2.png" alt="Post to Twitter" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://securitymusings.com/article/2948/security-tips-from-australias-dsd&amp;t=Security+Tips+from+Australia%E2%80%99s+DSD" title="Post to Facebook"><img class="nothumb" src="http://securitymusings.com/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook.png" alt="Post to Facebook" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://securitymusings.com/article/2948/security-tips-from-australias-dsd/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Not the Road Less Traveled?</title>
		<link>http://securitymusings.com/article/2875/not-the-road-less-traveled</link>
		<comments>http://securitymusings.com/article/2875/not-the-road-less-traveled#comments</comments>
		<pubDate>Tue, 28 Jun 2011 14:08:21 +0000</pubDate>
		<dc:creator>Ben Tomhave</dc:creator>
				<category><![CDATA[news]]></category>
		<category><![CDATA[standards]]></category>
		<category><![CDATA[assurance]]></category>
		<category><![CDATA[CWE]]></category>
		<category><![CDATA[CWRAF]]></category>
		<category><![CDATA[CWSS]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://securitymusings.com/?p=2875</guid>
		<description><![CDATA[&#8220;I shall be telling this with a sigh Somewhere ages and ages hence: Two roads diverged in a wood, and I I took the one less traveled by, And that has made all the difference.&#8221; (excerpt from &#8220;The Road Not Taken&#8221; by Robert Frost) DHS and MITRE had a big announcement yesterday. MITRE has developed [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>&#8220;I shall be telling this with a sigh<br />
Somewhere ages and ages hence:<br />
Two roads diverged in a wood, and I<br />
I took the one less traveled by,<br />
And that has made all the difference.&#8221;<br />
(excerpt from <a href="http://quotations.about.com/cs/poemlyrics/a/Road_Not_Taken.htm" target="_blank">&#8220;The Road Not Taken&#8221; by Robert Frost</a>)</p></blockquote>
<p>DHS and MITRE had <a href="http://threatpost.com/en_us/blogs/dhs-unveils-effort-focus-software-security-062711" target="_blank">a big announcement yesterday</a>. MITRE has developed a new system for scoring weaknesses in applications, as well as for combining that score with &#8220;business value context&#8221; to produce a risk estimate. Overall, the work is interesting, though perhaps more from an academic perspective than anything else. What I find interesting is that we&#8217;re going back down this road again (&#8220;trust&#8221; evaluation), which seems like it will inevitably lead to another game-able system.</p>
<p><span id="more-2875"></span>A brief history&#8230; in the 80s the federal government (DOD) published the &#8220;Rainbow Series&#8221; of security tomes, with a particular focus on the &#8220;<a href="http://en.wikipedia.org/wiki/Trusted_Computer_System_Evaluation_Criteria" target="_blank">Orange Book</a>,&#8221; which set forth the &#8220;Trusted Computer System Evaluation Criteria&#8221; (aka TCSEC &#8211; I still have a set on my bookshelf, ironically placed next to Covey&#8217;s <em>The 7 Habits of Highly Effective People</em> and Scott Adams <em>The Dilbert Principle</em> <img src='http://securitymusings.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . The DOD&#8217;s Orange Book was used to establish criteria for evaluating the level of &#8220;trust&#8221; a given system might have, which could then be used to determine whether or not a given system could be used at a given security/clearance level.</p>
<p>The problem with this system is that it created a fracture in product development. Commercial products would be developed, and then someone would say &#8220;hey, maybe we should sell this to the federal government!&#8221; only to realize that their product didn&#8217;t meet the right trust level. So, rather than improve the overall product line, companies would split off a line of development specifically geared toward achieving certification, or they would come up with such ridiculous configurations that no enterprise would ever use it (e.g., Windows NT 4.0 and C2 certification).</p>
<p>This problem became progressively worse in the 90s (and beyond) with a shift away from TCSEC toward, first, SEI&#8217;s Capability Maturity Model (CMM), and then using Common Criteria (CC). In both of these cases we again saw gaming of the system. As with previous incarnations, we saw development projects intentionally fractured. In the case of CMM, they were split off into &#8220;pilot projects&#8221; designed to demonstrate a certain level of capability (usually CMM Level 3), but those changes were rarely integrated into mainstream development efforts. In the case of CC, we would see the same thing happen as happened with TCSEC; configurations would be so constrained that they could only meet a very specific point need with no applicability to the enterprise. Moreover, security was not improved, per se. More often than not, services/capabilities were simply removed or disabled in order to achieve the desired &#8220;trust&#8221; level.</p>
<p>Which brings us to 2011 and the release of the Common Weakness Scoring System (<a href="http://cwe.mitre.org/cwss/index.html" target="_blank">CWSS</a>) and the Common Weakness Risk Analysis Framework (<a href="http://cwe.mitre.org/cwraf/index.html" target="_blank">CWRAF</a>). Given the history of these evaluation and scoring systems, you&#8217;ll forgive me if I&#8217;m a bit skeptical (or even cynical) about the prospects. I think CWSS itself is a very interesting advancement in terms of metrics and measurements, just as I&#8217;ve found the <a href="http://cve.mitre.org/" target="_blank">CVE</a> and <a href="http://cwe.mitre.org/top25/index.html" target="_blank">CWE</a> frameworks to be of interest. It&#8217;s still too early to tell exactly how these tools will be used, though CWE (and <a href="http://oval.mitre.org/" target="_blank">OVAL</a> &#8211; a related project) have been integrated into the <a href="http://www.sans.org/critical-security-controls/fisma.pdf" target="_blank">&#8220;FY 2011 Chief Information Officer Federal Information Security Management Act Reporting Metrics.&#8221;</a> CWSS would provide the means for scoring applications, and CWRAF may provide a bridge into the NIST Risk Management Framework (<a href="http://csrc.nist.gov/groups/SMA/fisma/Risk-Management-Framework/index.html" target="_blank">RMF</a>). However, to what end? It&#8217;s unclear. Maybe they&#8217;ll do it the &#8220;right way&#8221; this time, but I&#8217;ll be surprised if we don&#8217;t see vendors attempting to game the system once again.</p>
<p>One thing I fully expect to see is rapid integration of CWSS (and possible CWRAF) into appsec tools and possibly GRC products (I could see CWSS going into appsec tools &#8211; both dynamic and static analysis &#8211; and CWRAF going into GRC products, with the ability to pull CWSS scores from the other tools). The question will be whether or not these are mainstream products or federal-only versions. We&#8217;ve already seen this fracturing with cloud services providers (e.g., Google has a &#8220;federal-only&#8221; cloud that is domestically based and secured to a different standard, but which is not available to non-federal customers).</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Not+the+Road+Less+Traveled%3F+http%3A%2F%2Fsecuritymusings.com%2F%3Fp%3D2875" title="Post to Twitter"><img class="nothumb" src="http://securitymusings.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter2.png" alt="Post to Twitter" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://securitymusings.com/article/2875/not-the-road-less-traveled&amp;t=Not+the+Road+Less+Traveled%3F" title="Post to Facebook"><img class="nothumb" src="http://securitymusings.com/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook.png" alt="Post to Facebook" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://securitymusings.com/article/2875/not-the-road-less-traveled/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A dose of security</title>
		<link>http://securitymusings.com/article/2856/a-dose-of-security</link>
		<comments>http://securitymusings.com/article/2856/a-dose-of-security#comments</comments>
		<pubDate>Mon, 20 Jun 2011 19:57:22 +0000</pubDate>
		<dc:creator>Benjamin Hartley</dc:creator>
				<category><![CDATA[data protection]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[regulations]]></category>
		<category><![CDATA[standards]]></category>

		<guid isPermaLink="false">http://securitymusings.com/?p=2856</guid>
		<description><![CDATA[It was recently announced that Electronic Health Records (EHR) are in use in all military hospitals. Granted the article is mostly marketing screed for one company, but it still represents a big step. Outside of the Department of Defense (DoD), this probably doesn’t seem like a very big deal. Inside the DoD, it’s HUGE. This [...]]]></description>
			<content:encoded><![CDATA[<p>It was recently announced that Electronic Health Records (EHR) are <a href="http://www.informationweek.com/news/healthcare/EMR/230800179">in use in all military hospitals</a>. Granted the article is mostly marketing screed for one company, but it still represents a big step. Outside of the Department of Defense (DoD), this probably doesn’t seem like a very big deal. Inside the DoD, it’s HUGE. This is the culmination of years of work and millions, possibly billions, of dollars spent. It’s an important step in improving the health care for Wounded Warriors.</p>
<p>It also sets the stage for wider adoption of EHR in the private sector. But there are reasons to be concerned about this, of course. There are few, if any, pieces of information more intrinsically private and personal than one&#8217;s medical records. And while making these records available in an electronic format offers great advantage in medical care, it opens up great risk of compromise.</p>
<p><strong><span id="more-2856"></span></strong>As with any important data, there are ways to provide EHR. The medical industry in America is very heavily regulated, with HIPAA being the primary source of guidance. Based on HIPAA and related laws and regulations, various healthcare-related certifications exist. The two with which I am most familiar are DIACAP and CCHIT.</p>
<p>DIACAP stands for <a href="http://www.diacap.net/">Department of Defense Information Assurance Certification and Accreditation Process</a>. It’s not specific to medical information, but it is specific to DoD systems. It’s important here because most publicly-available EHR systems will have descended from DoD systems which had to pass DIACAP. DIACAP is a very intensive process which takes reams of documentation and months of work. It’s very comprehensive. Unfortunately, because of how it’s designed it can sometimes be outdated, and even force systems to be insecure. For example, at least as of 2010 when I last worked with it, systems were required to use Internet Explorer 6, with all the limitations of that browser. Nothing newer was possible.</p>
<p>Outside of the DoD, I’ve also worked to certify systems under <a href="http://www.cchit.org/">CCHIT</a> standards. CCHIT stands for Certification Commission for Health Information Technology, and has been required for certain government tax incentives and even in some cases the ability to operate a system at all. While still rather intensive, it is far less so than DIACAP. Realistically, looking back on it, it didn’t go into nearly enough depth on security, being focused on healthcare and data integrity.</p>
<p>This doesn’t even touch on the clinical side of things – the actual data directly gathered by medical devices like MRIs, CT scans, x-rays, etc. Most security audits avoid dealing with clinical data directly – it’s a hassle to allow auditors to know <em>anything</em> about those systems, and the auditors seldom have any idea what they’re looking at anyway. Frequently the data is handled in a proprietary fashion which may or may not be well-documented, and frankly it’s often little short of a miracle that it works at all. As a result, even if a hospital or doctor’s office has a secure computer system, the clinical data, the most revealing data, may be the least secure.</p>
<p>The most worrisome part, having been on both sides of the table for security reviews, is knowing that too often they’re looked upon as just another tedious piece of paperwork. As a tech writer, my job was frequently “write something so these people go away”. I’ve also seen security auditors who felt that their job was “find a reason to fail these people”. These attitudes are, of course, common to all security audits. But they become especially worrisome when it’s medical records on the line.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=A+dose+of+security+http%3A%2F%2Fsecuritymusings.com%2F%3Fp%3D2856" title="Post to Twitter"><img class="nothumb" src="http://securitymusings.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter2.png" alt="Post to Twitter" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://securitymusings.com/article/2856/a-dose-of-security&amp;t=A+dose+of+security" title="Post to Facebook"><img class="nothumb" src="http://securitymusings.com/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook.png" alt="Post to Facebook" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://securitymusings.com/article/2856/a-dose-of-security/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stand alone &#8211; if you can</title>
		<link>http://securitymusings.com/article/2755/stand-alone</link>
		<comments>http://securitymusings.com/article/2755/stand-alone#comments</comments>
		<pubDate>Thu, 05 May 2011 11:35:41 +0000</pubDate>
		<dc:creator>Benjamin Hartley</dc:creator>
				<category><![CDATA[data protection]]></category>
		<category><![CDATA[data theft]]></category>
		<category><![CDATA[rants]]></category>
		<category><![CDATA[standards]]></category>
		<category><![CDATA[Technology & Tool Thursday]]></category>
		<category><![CDATA[vendors]]></category>

		<guid isPermaLink="false">http://securitymusings.com/?p=2755</guid>
		<description><![CDATA[As you’ve doubtless heard, Sony’s PlayStation Network has been down for several days now. The exact cause of this outage, being apparently affected by hackers of some stripe, is doubtless worth investigating. However, since those details haven’t been fully divulged yet, it’s best to wait on that front. But this brings to light an increasing [...]]]></description>
			<content:encoded><![CDATA[<p>As you’ve doubtless heard, <a href="http://blog.us.playstation.com/2011/04/30/press-release-some-playstation-network-and-qriocity-services-to-be-available-this-week/">Sony’s PlayStation Network</a> has been down for several days now. The exact cause of this outage, being apparently affected by <a href="http://techland.time.com/2011/04/23/sony-admits-playstation-network-%E2%80%98affected%E2%80%99-by-external-attackers/">hackers</a> of some stripe, is doubtless worth investigating. However, since those details haven’t been fully divulged yet, it’s best to wait on that front.</p>
<p>But this brings to light an increasing problem: the erosion of standalone functionality. PSN customers have not been able to access online content since April 20th. This is, of course, to be expected – if you shut off the network, the network is not available. Unfortunately, this extends to content which isn’t actually hosted on Sony’s network, since PlayStations use the PSN to connect to outside servers. Still, though, not surprising.</p>
<p>Vexingly, however, a certain amount of offline content has also been rendered unavailable, specifically several Capcom games which apparently need internet connection even for single-player mode. This seems to be an increasing trend in the software industry, in games of course, but in other software as well. Even software which has no need to be online, such as a word processing suite, increasingly needs to authenticate with a server in order to install. In fact, you might have noticed that most builds of MS Windows have just such an authentication requirement. And this is continuing to the next level: the <a href="http://www.google.com/chromeos/pilot-program-cr48.html">Google CR-48 lapto</a>p as almost no functionality without an internet connection. Woe betide the user who truly does not want to ever connect a machine to the Internet!</p>
<p>But why would someone want to keep their computer offline?</p>
<p>Well, security, for one. The “airwall” remains the strongest form of security available; no code can ever bridge the gap of a true lack of connection. This isn’t solely the province of super secret government facilities, after all: medical facilities, industrial applications, and numerous other facilities can achieve higher security by dint of simply not connecting machines to the Internet when it is not needed.</p>
<p>Some may not be able to achieve an Internet connection, either due to cost or lack of infrastructure. As amazing as it may seem in 2011, Internet access is not available everywhere, nor to everyone.</p>
<p>But the most important reason is highlighted by this PSN debacle: why should Internet access be necessary? The Internet is a powerful, pervasive tool – but it’s not the end-all of the computing experience, and even now there’s no reason that a computer should be rendered a paperweight by simple lack of connection.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Stand+alone+%E2%80%93+if+you+can+http%3A%2F%2Fsecuritymusings.com%2F%3Fp%3D2755" title="Post to Twitter"><img class="nothumb" src="http://securitymusings.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter2.png" alt="Post to Twitter" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://securitymusings.com/article/2755/stand-alone&amp;t=Stand+alone+%E2%80%93+if+you+can" title="Post to Facebook"><img class="nothumb" src="http://securitymusings.com/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook.png" alt="Post to Facebook" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://securitymusings.com/article/2755/stand-alone/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Security-minded Storage Devices</title>
		<link>http://securitymusings.com/article/2710/security-minded-storage-devices</link>
		<comments>http://securitymusings.com/article/2710/security-minded-storage-devices#comments</comments>
		<pubDate>Fri, 22 Apr 2011 03:38:19 +0000</pubDate>
		<dc:creator>Nick Staples</dc:creator>
				<category><![CDATA[data protection]]></category>
		<category><![CDATA[standards]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://securitymusings.com/?p=2710</guid>
		<description><![CDATA[While the software industry continues to make strides in the area of security and data protection, the hardware industry shouldn&#8217;t be underestimated. With the announcement of storage devices like Toshiba&#8217;s MK-61GSYG hard disk drives, it may only be a matter of time before we see even more creative security features for hardware (due, in part, [...]]]></description>
			<content:encoded><![CDATA[<p>While the software industry continues to make strides in the area of security and data protection, the hardware industry shouldn&#8217;t be underestimated. With the announcement of  storage devices like Toshiba&#8217;s MK-61GSYG hard disk drives, it may only be a matter of time before we see even more creative security features for hardware (due, in part, to industry-wide adoption of standards). Toshiba&#8217;s harddrive comes with some interesting security tricks, including the ability to configure the disk to erase itself when connected to an unauthorized host, and the ability for the drive to self-encrypt without relying on the host computer&#8217;s operating system for cryptographic operations.  </p>
<p>Most of the features are drawn from the standards found in the Opal Security Subsystem Class (SSC) (<a href="http://www.trustedcomputinggroup.org/files/resource_files/88023378-1D09-3519-AD740D9CA8DFA342/Opal_SSC_1.0_rev1.0-Final.pdf">pdf</a>). The SSC is, in turn, based on the <a href="http://www.trustedcomputinggroup.org/resources/tcg_storage_architecture_core_specification">TCG Storage Architecture Core Specification</a>. TCG is the same company behind the TPM platform standard, which was designed to let a system create and operate a trusted subenvironment from within an untrusted environment. The TPM platform still receives a fair amount of criticism for privacy issues and the potential for abuse.</p>
<p>A similar approach is used for some OPAL-compliant storage devices: dedicated on-board hardware that can handle a range of specialized operations (maintenance, authentication, cryptography) independently. The result is hardware like the MK-61GSYG, which probably meets many storage security requirements right out of the box. Although much can be said of the controversy that can surrounds newer standards, they can certainly provide a welcome stepping stone for innovation.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Security-minded+Storage+Devices+http%3A%2F%2Fsecuritymusings.com%2F%3Fp%3D2710" title="Post to Twitter"><img class="nothumb" src="http://securitymusings.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter2.png" alt="Post to Twitter" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://securitymusings.com/article/2710/security-minded-storage-devices&amp;t=Security-minded+Storage+Devices" title="Post to Facebook"><img class="nothumb" src="http://securitymusings.com/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook.png" alt="Post to Facebook" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://securitymusings.com/article/2710/security-minded-storage-devices/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sharing on a Need-to-Know Basis</title>
		<link>http://securitymusings.com/article/2686/sharing-on-a-need-to-know-basis</link>
		<comments>http://securitymusings.com/article/2686/sharing-on-a-need-to-know-basis#comments</comments>
		<pubDate>Sat, 09 Apr 2011 02:12:34 +0000</pubDate>
		<dc:creator>Nick Staples</dc:creator>
				<category><![CDATA[data protection]]></category>
		<category><![CDATA[standards]]></category>

		<guid isPermaLink="false">http://securitymusings.com/?p=2686</guid>
		<description><![CDATA[Last week there was talk of an information breach affecting customers of several large corporations, whereby names and email addresses may have been leaked through a marketing company (Epsilon). Even without knowing all of the minute details, there are some important things to take away from this: Large pools of consolidated personally identifiable information are [...]]]></description>
			<content:encoded><![CDATA[<p>Last week there was <a href="http://www.securityweek.com/massive-breach-epsilon-compromises-customer-lists-major-brands">talk of an</a> <a href="http://securitymusings.com/article/2678/a-brief-lesson-in-balancing-risk">information breach</a> affecting customers of several large corporations, whereby names and email addresses may have been leaked through a marketing company (<a href="http://abcnews.go.com/Technology/epsilon-email-breach/story?id=13291589">Epsilon</a>).  </p>
<p>Even without knowing all of the minute details, there are some important things to take away from this: </p>
<ul>
<li>Large pools of consolidated personally identifiable information are huge targets for would-be attackers</li>
<li>Those you trust with your trusted data might not be as careful with it as you&#8217;d like them to be (applies to both customers and companies)</li>
</ul>
<p>But, although there is much to be said of the risk we all take when we share private data, perhaps the bigger issue is the fact that companies hound you for your personal information in the first place. I can *maybe* understand a bank or financial institution needing to know a reference phone number or an email address to send you account information. But Walgreens, Kroger, Eddie Bauer; do they *really* need my personal contact info? </p>
<p>I once had an airport kiosk salesperson to verbally question whether or not I gave him my real phone number on the questionnaire that I filled out to get a &#8220;free&#8221; prize. I fraudulently reassured him that the last 4 digits were &#8220;3210&#8243;, and I half-expected him to whip out his phone and double-check.</p>
<p>But not every company is out to spam you to death. And I&#8217;m sure there are many people who don&#8217;t mind being marketed to (especially by their favorite brands). But for those of us who are asked to give up our email addy at the checkout counter, what can we do to shield ourselves from the inevitable mishandling of information we might not even want to share? </p>
<p>Far be it from me to suggest that *other* people willingly give out inaccurate information, but I regularly switch my phone number digits around and give out the wrong domain for my email (apologizes to my hotmail address twin). Even without resorting to harmless chicanery, there are things we can do to protect some of our important data. For example, disposable email addresses are great for keeping spam out of your real inbox, and have the added benefit of being valued lower by attackers than, say, a business or government account. After all, who targets mailinator accounts? Or, if you have the technical chops, an option may be to sign up with a call-forwarding service (like <a href="http://www.youtube.com/watch?v=m4Q9MJdT5Ds">Google Voice</a>) in order to cloak your actual phone number.</p>
<p>In other words, consider giving out your personal information on a need-to-know basis. Even then, we may have fewer options when it comes to protecting data a company creates in-house about its own customers, or the details associated with payment card purchases. But then again, that&#8217;s why we have standards like HIPAA and PCI-DSS…</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Sharing+on+a+Need-to-Know+Basis+http%3A%2F%2Fsecuritymusings.com%2F%3Fp%3D2686" title="Post to Twitter"><img class="nothumb" src="http://securitymusings.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter2.png" alt="Post to Twitter" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://securitymusings.com/article/2686/sharing-on-a-need-to-know-basis&amp;t=Sharing+on+a+Need-to-Know+Basis" title="Post to Facebook"><img class="nothumb" src="http://securitymusings.com/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook.png" alt="Post to Facebook" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://securitymusings.com/article/2686/sharing-on-a-need-to-know-basis/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PKI&#8217;s Ubiquity</title>
		<link>http://securitymusings.com/article/2492/pkis-ubiquity</link>
		<comments>http://securitymusings.com/article/2492/pkis-ubiquity#comments</comments>
		<pubDate>Wed, 16 Feb 2011 19:58:04 +0000</pubDate>
		<dc:creator>Peter Hesse</dc:creator>
				<category><![CDATA[news]]></category>
		<category><![CDATA[RSA Conference]]></category>
		<category><![CDATA[standards]]></category>

		<guid isPermaLink="false">http://securitymusings.com/?p=2492</guid>
		<description><![CDATA[Greetings from the 2011 RSA Conference in rainy San Francisco, CA. Yesterday I attended the opening keynotes of the conference, and a certain statement by RSA&#8217;s Art Coviello caught my ear and needs some further discussion. The conference opened with a fantastic video called &#8220;Giants Among Us&#8221; which provided a brief chronicle of the rise [...]]]></description>
			<content:encoded><![CDATA[<p>Greetings from the 2011 RSA Conference in rainy San Francisco, CA. Yesterday I attended the opening keynotes of the conference, and a certain statement by RSA&#8217;s Art Coviello caught my ear and needs some further discussion.</p>
<p>The conference opened with a fantastic video called &#8220;Giants Among Us&#8221; which provided a brief chronicle of the rise of public key cryptography, from Martin Hellman, Whitfield Diffie, and Ralph Merkel, to Ron Rivest, Adi Shamir, and Leonard Adelman. It was well produced and is <a href="http://vimeo.com/20614019" target="_blank">worth a watch</a>. <em>Note: updated link to HD version</em>.</p>
<p>Art Coviello then came out and started <a href="media.omediaweb.com/rsa2011/keynotes/webcast.htm?id=1-2" target="_blank">his talk</a> with a brief history of the 20 years of the RSA Conference, which was entertaining in its own right. He brought up classic confrontations, amusing talk titles, and showed the advance in both the number of talks and the amount of marketing over the years. During this session, Art showed a chart which displayed the number of talks about public key infrastructure (PKI) over the years.</p>
<p><a rel="attachment wp-att-2496" href="http://securitymusings.com/article/2492/pkis-ubiquity/screen-shot-2011-02-16-at-2-25-04-pm"><img class="alignnone size-full wp-image-2496" title="RSA Conference PKI Talks over Time" src="http://securitymusings.com/wp-content/uploads/2011/02/Screen-shot-2011-02-16-at-2.25.04-PM.png" alt="" width="470" height="262" /></a></p>
<p>Note: it turns out that 2001 <em>really was</em> the &#8220;Year of the PKI&#8221;, and it&#8217;s not always next year. This chart was a bit of an eye-opener, especially for me &#8211; a long time PKI evangelist. (<em>No wonder those proposed talks aren&#8217;t being accepted!</em>) At the conclusion of this discussion, Art made the following comment:</p>
<blockquote><p>While smart cards and PKI never achieved the ubiquity we thought, they&#8217;ll continue to play a major role in security, especially PKI in cloud computing&#8230;</p>
</blockquote>
<p>Here is where I definitely need to disagree. There is a difference between ubiquity and commodity. PKI&#8217;s ubiquity cannot be measured by the number of product vendors on the show floor, or talks offered at the conference &#8211; it can only be measured by the deployment and use of actual X.509 certificates throughout the world.</p>
<p>Some examples: If you have used <a href="http://en.wikipedia.org/wiki/Secure_Sockets_Layer">SSL</a> or <a href="http://en.wikipedia.org/wiki/Transport_Layer_Security">TLS</a>, you have used a PKI. If you have used a web service, such as <a href="http://en.wikipedia.org/wiki/SAML">SAML</a>, you have used a PKI. If you have used a virtual private network (VPN) solution, you have used a PKI. If you have used Microsoft Remote Desktop, Active Directory, or any number of other crucial back-end services which use public key cryptography, you have used a PKI.</p>
<p>PKI <strong>is</strong> ubiquitous. It just isn&#8217;t getting in the way as much anymore.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=PKI%E2%80%99s+Ubiquity+http%3A%2F%2Fsecuritymusings.com%2F%3Fp%3D2492" title="Post to Twitter"><img class="nothumb" src="http://securitymusings.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter2.png" alt="Post to Twitter" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://securitymusings.com/article/2492/pkis-ubiquity&amp;t=PKI%E2%80%99s+Ubiquity" title="Post to Facebook"><img class="nothumb" src="http://securitymusings.com/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook.png" alt="Post to Facebook" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://securitymusings.com/article/2492/pkis-ubiquity/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>On the eve of the IPcalypse</title>
		<link>http://securitymusings.com/article/2428/on-the-eve-of-the-ipcalypse</link>
		<comments>http://securitymusings.com/article/2428/on-the-eve-of-the-ipcalypse#comments</comments>
		<pubDate>Thu, 27 Jan 2011 11:00:04 +0000</pubDate>
		<dc:creator>Benjamin Hartley</dc:creator>
				<category><![CDATA[news]]></category>
		<category><![CDATA[standards]]></category>
		<category><![CDATA[vendors]]></category>

		<guid isPermaLink="false">http://securitymusings.com/?p=2428</guid>
		<description><![CDATA[Unless you work for a network or internet service provider, there’s only so much you can do about the IPcalypse. But you can be ready for the IPv6 transition, and you really should be. We’ve seen this day coming for years now.]]></description>
			<content:encoded><![CDATA[<p>As you might have heard, the IPcalypse is nigh. Okay, maybe you haven’t heard. The IPcalypse refers to the sale of the last IPv4 addresses on the open market. We’re projected to run out within the next few days.  How will this affect you?</p>
<p>Odds are it won’t. Not in the short term, at any rate. Imagine if the post office announced that they’d run out of street addresses. All of the existing houses would be fine, and still be able to receive mail. New houses wouldn’t get addresses, though, and would be unable to send or receive mail. Running out of IPv4 addresses is like that.</p>
<p>Of course, it’s somewhat more complicated. Whereas you can still build a house without a postal address, still live there, still have people come over – well, imagine if you need an address to access the road. Without an IP address, a computer is cut off from the internet. It can neither send nor receive data; it’s just a standalone device.</p>
<p>But there remain options. Plenty of them, in fact.</p>
<p><strong><span id="more-2428"></span></strong>For one thing, the sale of the last IPv4 addresses doesn’t mean that there are no addresses to be had. There are still significant swathes of unused IP addresses, mostly in the hands of universities which got some of the original /8 (Class A) network blocks but have no need for the staggering 16 million addresses available to them. Thanks to Classless InterDomain Routing, these blocks can be broken into smaller segments. Now is probably a very good time for such organizations to auction off segments of these address blocks – they’ll fetch a very high price now, but their value will drop rapidly. But for right now, there do remain IP addresses to be had, if the price is right.</p>
<p>Another way to squeeze out even more life from IPv4 is to use Network Address Translation (NAT). NAT allows a computer to be assigned a “local” IP address, and multiple computers with local addresses use a single computer with a public address to talk to the wider world. If IP addresses are like postal addresses, then NAT lets you put people in apartment buildings instead of houses. This means that fewer computers need a public IP address, and as with CIDR, this may open up more addresses.</p>
<p>Both of these methods should be familiar: they’ve been in use for the last decade, keeping IPv4 viable. Which, for good or ill, means even these options are mostly exhausted. The simple fact is, we’re running out of addresses, and we can only avoid that fact for so long.</p>
<p>This means we need to migrate to IPv6. I have some misgivings about IPv6, to be sure, but we definitely need to take that plunge. There simply aren’t any other long-term options on the table; CIDR and NAT are just rearguard actions.</p>
<p>So what’s going to happen?</p>
<p>As should be obvious to anyone who knows corporate America, a large number of companies are going to put off the conversion for as long as possible. This won’t last long, but there’s going to be a big opportunity for people who know IPv6 then. But no few companies will see, or have already seen, the writing on the wall and are making the conversion. This means that some ISPs will be using both IPv6 and IPv4. Others will still be on IPv4 only, and new hosts will use IPv6 only. Problem is, IPv6 addresses aren’t backwards-compatible with IPv4 addresses: there’s no guarantee that hosts on IPv4 will be able to talk to hosts on IPv6, nor vice-versa. There are, of course, workarounds for this. In some cases they will be implemented well, and the transition will be seamless. In other cases, not so much. This means that in the coming year we can expect to see network fragmentation. Unfortunately, there’s relatively little that most organizations other than network and internet service providers can do about that; either it’s being implemented properly, or it isn’t.</p>
<p>What can a typical organization do?</p>
<p>First of all, find out about your ISP’s IPv6 offering. The sooner you’re on IPv6 the better off you are, and the less money you’ll spend on IPv4 technology, acquiring new IPv4 addresses, and the inevitable last-minute IPv6 transition. Also, it seems likely that just as it was with IPv4 there will probably be some significant benefits to being an early adopter to IPv6.</p>
<p>Second, make sure your equipment talks in IPv6. Now is definitely the time to apply those firmware updates and set up the IPv6 stacks your network engineers have had on the back burner. Even if your equipment is supposed to have IPv6 support, get updates anyway – beyond the obvious value in frequent updating, it’s likely that older IPv6 implementations will be rather buggy, and some issues may not become apparent until IPv6 becomes more prevalent – so keep your ear to the ground for that, and especially keep up with your vendor notices.</p>
<p>But! You absolutely must do one last thing: check your IPv6 security. Several companies have already been burned, finding out that while their IPv4 traffic is carefully routed, monitored, and scanned, their IPv6 traffic had no controls. Check your policies, check your gateways, check your routers, and check your firewalls. Make sure that when you do start using IPv6 you use it securely.</p>
<p>Unless you work for a network or internet service provider, there’s only so much you can do about the IPcalypse. But you can be ready for the IPv6 transition, and you really should be. We’ve seen this day coming for years now.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=On+the+eve+of+the+IPcalypse+http%3A%2F%2Fsecuritymusings.com%2F%3Fp%3D2428" title="Post to Twitter"><img class="nothumb" src="http://securitymusings.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter2.png" alt="Post to Twitter" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://securitymusings.com/article/2428/on-the-eve-of-the-ipcalypse&amp;t=On+the+eve+of+the+IPcalypse" title="Post to Facebook"><img class="nothumb" src="http://securitymusings.com/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook.png" alt="Post to Facebook" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://securitymusings.com/article/2428/on-the-eve-of-the-ipcalypse/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>New Frontiers in HTML5</title>
		<link>http://securitymusings.com/article/2353/new-frontiers-in-html5</link>
		<comments>http://securitymusings.com/article/2353/new-frontiers-in-html5#comments</comments>
		<pubDate>Sat, 18 Dec 2010 04:21:09 +0000</pubDate>
		<dc:creator>Nick Staples</dc:creator>
				<category><![CDATA[hacking]]></category>
		<category><![CDATA[standards]]></category>

		<guid isPermaLink="false">http://securitymusings.com/?p=2353</guid>
		<description><![CDATA[The discussion around the usual suspects of web application security (XSS, CSRF, injections, etc) hasn&#8217;t changed much in the last decade. Even high-profile website security incidents that get media attention often boil down to a clever application of one or more of these &#8220;basic&#8221; vulnerabilities. Part of the reason these techniques don&#8217;t seem to go [...]]]></description>
			<content:encoded><![CDATA[<p>The discussion around the usual suspects of web application security (XSS, CSRF, injections, etc) hasn&#8217;t changed much in the last decade. Even high-profile website security incidents that get media attention often boil down to a clever application of one or more of these &#8220;basic&#8221; vulnerabilities. Part of the reason these techniques don&#8217;t seem to go out of style is a result of the speed at which the underlying technologies emerge. </p>
<p>In other words, as technology changes, the vulnerabilities enabled by that technology also change. With the quick rise (and rapid acceptance) of HTML5 as the next generation markup language, we are sure to see some interesting new ways that web apps can be bent and broken or otherwise convinced to do things they were not originally designed or developed to do. Indeed, HTML5 seems to be somewhat of a new frontier when it comes to web security. Like its predecessor, each browser rendering engine has its own way of interpreting and displaying HTML5 data. Developers seeking to fully secure their applications would need to account for users that may have HTML5-enabled browsers. Lack of familiarity on the developer&#8217;s part can result in unexpected vulnerabilities that are easily overlooked or difficult to detect.</p>
<p>The <a href="http://html5sec.org/">HTML5 Security Cheatsheet</a> is a resource that shows some things to watch out for when you&#8217;re working with HTML5, and should be useful to both developers and regular users.</p>
<p>Also, it&#8217;s important to point out that not all unintended uses of a new technology are malicious in nature. Who knows&#8211; maybe some HTML5 hack will push future web innovation to new heights. At the very least, it could add some variety to the global discussion on web application security.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=New+Frontiers+in+HTML5+http%3A%2F%2Fsecuritymusings.com%2F%3Fp%3D2353" title="Post to Twitter"><img class="nothumb" src="http://securitymusings.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter2.png" alt="Post to Twitter" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://securitymusings.com/article/2353/new-frontiers-in-html5&amp;t=New+Frontiers+in+HTML5" title="Post to Facebook"><img class="nothumb" src="http://securitymusings.com/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook.png" alt="Post to Facebook" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://securitymusings.com/article/2353/new-frontiers-in-html5/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

