<?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>sokasokasoka &#187; technology</title>
	<atom:link href="http://kurt.sauer.us/category/cat-technology/feed/" rel="self" type="application/rss+xml" />
	<link>https://kurt.sauer.us</link>
	<description>kurt&#039;s journey</description>
	<lastBuildDate>Sat, 26 Mar 2011 23:49:01 +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>Help! I locked my keys in the computer</title>
		<link>https://kurt.sauer.us/2010/06/future-passwords/</link>
		<comments>https://kurt.sauer.us/2010/06/future-passwords/#comments</comments>
		<pubDate>Wed, 09 Jun 2010 18:16:18 +0000</pubDate>
		<dc:creator>kurt</dc:creator>
				<category><![CDATA[technology]]></category>
		<category><![CDATA[information security]]></category>
		<category><![CDATA[linkedin]]></category>

		<guid isPermaLink="false">http://kurt.sauer.us/?p=1634</guid>
		<description><![CDATA[For better or for worse, we presently rely very heavily on username/password combinations to identify ourselves to computers and other devices in our daily lives. Many -- perhaps most -- of these password management techniques are flawed, despite the fact that they show up in many so-called Best Practices guides. Although we should be moving rapidly toward 2-factor authentication, this note examines the problems with passwords as they exist today.]]></description>
			<content:encoded><![CDATA[<div id="attachment_1637" class="wp-caption alignright" style="width: 138px"><a href="http://kurt.sauer.us/wp-content/uploads/2010/06/Crystal_Clear_Password.png"><img class="size-full wp-image-1637 " title="Passwords" src="http://kurt.sauer.us/wp-content/uploads/2010/06/Crystal_Clear_Password.png" alt="Passwords" width="128" height="128" /></a><p class="wp-caption-text">Passwords are today&#39;s keys</p></div>
<p>I&#8217;ve been thinking once again about how we go about identifying ourselves throughout the day. Or, to be more precise about it, how we go about authenticating our assertion of identity. For all the research and development that has gone into multi-factor identification, we seem to still be horribly reliant on username and password combinations in even critical systems. Much as I would like to pontificate on why we should change <em>now,</em> I know that the forces of inertia will keep things much as they are for the time being.</p>
<p>Which brings me to the point of this missive: password lockouts and other password management business. I was reading <a title="“Three-Strikes” Password Security Considered Antiquated, Hazardous, Stupid and Wrong (opens in new window)" href="http://www.crypticide.com/article/42" target="_blank">a very cogent article</a> written by a friend of mine, Alec Muffett, on why &#8220;Three-Strikes&#8221; password security is not a very good idea, when it occurred to me how many best practices guides list this very control as &#8220;essential&#8221; in the world of corporate and government information security management policy.</p>
<p>I&#8217;d like to focus for a moment on just a couple of these points in the light of availability, because they&#8217;re on my mind:</p>
<ul>
<li>Minimum password complexity</li>
<li>Account locking after a certain number of failed authentication attempts</li>
</ul>
<p>Now, it&#8217;s worth recalling that one of the key precepts of computer systems is that the system should afford users a level of availability that is sufficient for the operating environment. However, I believe that these two bread-and-butter controls can so adversely affect availability as to be unusable in production environments.</p>
<p><strong>Minimum password complexity stresses countering brute force attacks</strong> from password guessing and yet does not consider, in most cases, the limits of human memory. Who would want to try to even remember a random password? Instead, users write them down, which is a horrible breach of security in most settings.</p>
<p>While password techniques such as pronounceable passwords and passwords made up of natural language words strung together have been around for a while, the not-so-new innovation of using passphrases seems to be a superior alternative. In addition, recent experiences relating to modern web services show that graphical aids like &#8220;strength meters&#8221; and &#8220;password quality scores&#8221; can help users do the right thing without hitting them over the head with a stick.</p>
<p><strong>Account locking is an invitation to denial of service attacks.</strong> Now, I feel pretty strongly about this, realizing of course that there are some operational environments where account locking is a must (such as in legacy systems where no brute force attack monitoring is possible).  However, in the general case account locking is a high cost operation that generates needless calls to software support centers. And from a technical perspective it is terrible, because modern authentication systems frequently use multiple authoritative databases against which to confirm credentials.  If the access credential data are, by dint of network architecture, stored in multiple locations, how is the system to keep an accurate track of how many times, and when, incorrect credentials were supplied?  Doing so would, in fact, fly in the face of the entire distributed nature of the system.</p>
<p>Which simply begs the question, why don&#8217;t we just move on to 2-factor authentication (2FA) everywhere?  It&#8217;s not a panacea, to be sure, but it&#8217;s a damn sight better than the state we&#8217;re in today.</p>
<p>I recommend you read Alec&#8217;s <a title="“Three-Strikes” Password Security Considered Antiquated,  Hazardous, Stupid and Wrong (opens in new window)" href="http://www.crypticide.com/article/42" target="_blank">in-depth article</a> on why many contemporary password management policies are flawed to the core.</p>
<hr />
<p><em>Credits: Image of keys by Everaldo Coelho and used under the terms of the <a title="Lesser GNU Public License (opens in new window)" href="http://en.wikipedia.org/wiki/GNU_Lesser_General_Public_License" target="_blank">LGPL</a>.</em></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>https://kurt.sauer.us/2010/06/future-passwords/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Information security, one character at a time</title>
		<link>https://kurt.sauer.us/2009/10/infosec-in-asian-society/</link>
		<comments>https://kurt.sauer.us/2009/10/infosec-in-asian-society/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 22:04:35 +0000</pubDate>
		<dc:creator>kurt</dc:creator>
				<category><![CDATA[technology]]></category>
		<category><![CDATA[FIRST]]></category>
		<category><![CDATA[information security]]></category>
		<category><![CDATA[Japanese language]]></category>
		<category><![CDATA[linkedin]]></category>

		<guid isPermaLink="false">http://kurt.sauer.us/?p=672</guid>
		<description><![CDATA[In July, I gave a keynote speech at the 2009 annual conference of the Forum of Incident Response and Security Teams (FIRST) in Kyoto, Japan, that focused on the communications barrier facing computer security incident response professionals in their cross-cultural dealings with their Asian counterparts. This was the first and, thus far, only time I&#8217;ve [...]]]></description>
			<content:encoded><![CDATA[<p>In July, I gave a keynote speech at the 2009 annual conference of the Forum of Incident Response and Security Teams (FIRST) in Kyoto, Japan, that focused on the communications barrier facing computer security incident response professionals in their cross-cultural dealings with their Asian counterparts. This was the first and, thus far, only time I&#8217;ve given this speech, but you can watch it below and draw your own conclusions about how culture, technology and information security can work together in Asia.</p>
[See post to watch Flash video]
<p>I should say a word about FIRST, a non-profit professional organization on whose board of directors I presently sit. I began my association with FIRST in its early years, when I was involved with computer security for a product line at Sun Microsystems. Since then, we have seen more and more emphasis put on how to react to security breaches of various kinds.  But FIRST is an unique organization, bringing together incident responders from across the globe in a common forum.  If you&#8217;re interested in learning more about FIRST, its <a title="FIRST annual computer security conference (new window)" href="http://www.first.org/conference/" target="_blank">annual conference</a>, and the other work it does, by all means visit <a title="FIRST.org (opens in a new window)" href="http://www.first.org/" target="_blank">www.first.org</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://kurt.sauer.us/2009/10/infosec-in-asian-society/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ring 0</title>
		<link>https://kurt.sauer.us/2009/03/ring-0/</link>
		<comments>https://kurt.sauer.us/2009/03/ring-0/#comments</comments>
		<pubDate>Tue, 24 Mar 2009 08:13:35 +0000</pubDate>
		<dc:creator>kurt</dc:creator>
				<category><![CDATA[technology]]></category>
		<category><![CDATA[information security]]></category>
		<category><![CDATA[linkedin]]></category>

		<guid isPermaLink="false">http://kurt.sauer.us/?p=528</guid>
		<description><![CDATA[Although I&#8217;ve spent the past several years of my professional life being involved in information security policy and management, my first love is still computer operating system security. In this field there&#8217;s a fair amount of special terminology, and one of these special terms is &#8220;protection rings&#8221;, which is a way of saying that, for [...]]]></description>
			<content:encoded><![CDATA[<p>Although I&#8217;ve spent the past several years of my professional life being involved in information security policy and management, my first love is still computer operating system security. In this field there&#8217;s a fair amount of special terminology, and one of these special terms is &#8220;<a title="Protection rings, defined (Wikipedia)" href="http://en.wikipedia.org/wiki/Ring_(computer_security)" target="_blank">protection rings</a>&#8221;, which is a way of saying that, for security reasons, the core of a computer operating system should wall itself off from programs being run on behalf of the user. The lower the &#8220;ring&#8221; number in which a computer process sits, the more central and, theoretically, more secure it is.</p>
<p>Although this kind of security separation has historically been weak on personal computers, recent attempts to strengthen them in modern operating systems, such as Microsoft Windows Vista, have given rise to thinking about new kinds of attacks that could compromise computers in a protection ring even more central than the operating system itself. So it came as no real surprise to me that researchers recently attending the CanSecWest 2009 conference described a suite of tools and techniques that can totally compromise the <a title="Basic Input/Output System (BIOS), defined (Wikipedia)" href="http://en.wikipedia.org/wiki/BIOS" target="_blank">BIOS</a> of a computer, rendering all the additional security in the world ineffective.<span id="more-528"></span></p>
<p>This is a bit like the analogy of spending a large amount of money on an bank-grade bolt for a door that is hung on a weak door frame. The lock works perfectly well, but a burglar could easily enter by breaking the hinges from their mount. In computer security terms, even if we apply state-of-the-art operating system security techniques, a system whose &#8220;ring 0&#8243; protections have been thwarted can be made entirely insecure.</p>
<p>This is not an easy problem to resolve, particularly in businesses that have large number of IT assets, such as laptop computers, in the hands of employees who typically show little interest in the security concerns of their employers. While we might expect hardware manufacturers to come to the rescue, the wide scale deployment of sanctioned remote access tools, such as <a title="Commentary on the threat posed by Intel vPro technology" href="http://www.tgdaily.com/content/view/39455/128/" target="_blank">Intel&#8217;s vPro framework</a>, which allows for remote access at layers beneath the operating system, leave data owners skeptical of even highly diligent efforts to secure systems that are connected to public networks.</p>
<p>References:<br />
<a title="Researchers unveil persistent BIOS attack methods" href="http://threatpost.com/blogs/researchers-unveil-persistent-bios-attack-methods" target="_blank">Researchers unveil persistent BIOS attack methods</a>, <em>ThreatPost</em><br />
<a title="Saavy hackers take the hardware approach (SearchSecurity.com)" href="http://searchsecurity.techtarget.com/news/column/0,294698,sid14_gci1246533,00.html" target="_blank">Saavy hackers take the hardware approach</a>, <em>SearchSecurity.com</em></p>
]]></content:encoded>
			<wfw:commentRss>https://kurt.sauer.us/2009/03/ring-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Computer security by the letters</title>
		<link>https://kurt.sauer.us/2009/03/infosec-abcs/</link>
		<comments>https://kurt.sauer.us/2009/03/infosec-abcs/#comments</comments>
		<pubDate>Sun, 08 Mar 2009 07:17:36 +0000</pubDate>
		<dc:creator>kurt</dc:creator>
				<category><![CDATA[technology]]></category>
		<category><![CDATA[FIRST]]></category>

		<guid isPermaLink="false">http://kurt.sauer.us/?p=493</guid>
		<description><![CDATA[Ever since my earliest days working in Silicon Valley, I have been involved in computer security incident response management. And so it was with great pleasure that I accepted a keynote speaking opportunity at the upcoming annual meeting of the Forum of Incident Response and Security Teams (FIRST) during 28 June-3 July 2009 in nearby [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://conference.first.org/" target="_blank"><img class="alignright size-full wp-image-496" title="Annual FIRST Conference - Conference Speaker" src="http://kurt.sauer.us/wp-content/uploads/2009/03/20090306-firstconfspeaker.png" alt="Annual FIRST Conference - Conference Speaker" width="217" height="108" /></a>Ever since my earliest days working in Silicon Valley, I have been involved in computer security incident response management. And so it was with great pleasure that I accepted a keynote speaking opportunity at the upcoming annual meeting of the <a title="FIRST - the Forum of Incident Response and Security Teams" href="http://www.first.org/" target="_blank">Forum of Incident Response and Security Teams</a> (FIRST) during 28 June-3 July 2009 in nearby Kyoto, Japan. The conference team asked if I could convey some of my observations about Japan, because I&#8217;ve been living here for just over a year now, and talk about how they relate to information security.</p>
<p>I remember going to my very first FIRST annual conference in Monterrey, Mexico, back in 1998. At that time, I was an an official representative for Sun Microsystems to the organization and was amazed by the level of international participation. Since then, interest in computer security incident handling has grown exponentially, and therefore the breadth of the audience has become far more diverse, both in geography and in mission, than it was even ten years ago.<span id="more-493"></span> I think that this change speaks volumes about the information security business, and I think it&#8217;s a trend to which we should pay close attention.</p>
<p>My goal is to set out what I think incident handling will mean in the context of cultural changes in the information security handling profession. After all, even the smallest of organizations is investing &#8212; willingly or not &#8212; in response measures to security threats. In the face of the present economic downturn, it will be very interesting to see how many companies will remain interested in computer security.  But because even the most Luddite of company executives sees the risk that comes along with ignoring the perils of information security, I doubt the lights in the IT security department will be going out anytime soon.</p>
<p>If you&#8217;re in the information security industry, I highly recommend the <a title="FIRST Annual Conference" href="http://conference.first.org/" target="_blank">FIRST annual conference</a>.  If you can make it, by all means please attend!</p>
]]></content:encoded>
			<wfw:commentRss>https://kurt.sauer.us/2009/03/infosec-abcs/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

