<?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>Defending The Kingdom &#187; passwords</title>
	<atom:link href="http://www.defendingthekingdom.com/archives/category/passwords/feed" rel="self" type="application/rss+xml" />
	<link>http://www.defendingthekingdom.com</link>
	<description>Security and Privacy in Your Digital Life</description>
	<lastBuildDate>Fri, 03 Feb 2012 21:59:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Password length: are you sure 8 is enough?</title>
		<link>http://www.defendingthekingdom.com/archives/password-length-are-you-sure-8-is-enough</link>
		<comments>http://www.defendingthekingdom.com/archives/password-length-are-you-sure-8-is-enough#comments</comments>
		<pubDate>Fri, 03 Feb 2012 21:59:15 +0000</pubDate>
		<dc:creator>Ian Saxon</dc:creator>
				<category><![CDATA[passwords]]></category>

		<guid isPermaLink="false">http://www.defendingthekingdom.com/?p=697</guid>
		<description><![CDATA[Commenter dearjym notes that, in some instances, crooks may be trying to crack your passwords at a rate of hundreds of thousands of passwords per second. He&#8217;s right. Where true, the math I presented in this recent post starts to look a little shaky. See this rather arresting summary via a blogger who used to [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.defendingthekingdom.com/archives/password-length-go-longer#comment-24095">Commenter dearjym</a> notes that, in some instances, crooks may be trying to crack your passwords at a rate of hundreds of thousands of passwords per second. He&#8217;s right.</p>
<p>Where true, the math I presented in <a href="http://www.defendingthekingdom.com/archives/password-length-go-longer/comment-page-1#comment-24111">this recent post</a> starts to look a little shaky. See this<a href="http://www.lockdown.co.uk/?pg=combi"> rather arresting summary</a> via a blogger who used to post on topics similar to those featured at Defending the Kingdom.</p>
<p>So let&#8217;s be specific about where we&#8217;re likely to get into trouble with short-ish passwords. First, it&#8217;s unlikely that internet bots can try more than one (or <em>maybe</em> a few) passwords per second over the internet. Bandwidth speeds and server response times are the primary breaks on the process, and some websites purposely slow things even further after a few wrong tries. Some programs on personal computers also make an effort to retard the password verification process in computer time (making the process last 0.5 seconds rather than 0.0001 second, perhaps, which is indistinguishable to most users but not computers). Password Safe is one such program.</p>
<p>But some programs are not built so securely, and this is where we can run into trouble. As generic advice, it wouldn&#8217;t be a bad idea to use very long passwords (15 to 30 digits) for Microsoft Office files, Zip files, password protected folders, or any other program for which you&#8217;re unsure what password trial limiting features it has.</p>
<h3>Dictionary words as passwords</h3>
<p>The commenter also makes an interesting point about using multiple dictionary words to make memorable yet safe passwords. He suggests that putting three dictionary words together can make for a very good password. He&#8217;s right. Apparently, there are around 170,000 words in a <a href="http://oxforddictionaries.com/words/how-many-words-are-there-in-the-english-language">very popular dictionary</a>. Assuming that all of them are equally suitable as memorable words for use within a password (or, more to the point, assuming that password crackers wouldn&#8217;t be able to distinguish memorable from unmemorable words), that makes for 5,000 trillion possible password combinations. Note, though, that the number drops to around 5 trillion combinations if we assume that only 10% of words in the dictionary are memorable enough to use within a password.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.defendingthekingdom.com/archives/password-length-are-you-sure-8-is-enough/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The backdoor problem</title>
		<link>http://www.defendingthekingdom.com/archives/the-backdoor-problem</link>
		<comments>http://www.defendingthekingdom.com/archives/the-backdoor-problem#comments</comments>
		<pubDate>Thu, 22 Dec 2011 06:50:15 +0000</pubDate>
		<dc:creator>Ian Saxon</dc:creator>
				<category><![CDATA[passwords]]></category>

		<guid isPermaLink="false">http://www.defendingthekingdom.com/?p=672</guid>
		<description><![CDATA[There’s a well known truism in the security community that says that a system’s security is only as good as the backup entry method employed. That’s as true on the web as elsewhere. People forget or lose their passwords, they want to be able to get back into their accounts, and many websites give them [...]]]></description>
			<content:encoded><![CDATA[<p>There’s a well known truism in the security community that says that a system’s security is only as good as the backup entry method employed. That’s as true on the web as elsewhere. People forget or lose their passwords, they want to be able to get back into their accounts, and many websites give them the chance to do so by offering entry through a “backdoor”. The backdoor is meant to recognize and grant entry to the true account owner by asking “security questions” for which only he would know the answer.</p>
<p>The problem is that most security question answers, if generated as intentioned, typically make poor passwords. You can have the strongest primary password in the world, but if you use your mother’s maiden name as the answer to the security question a website offers, then you can forget about the strength of your primary password. Your effective password might as well be your mother’s maiden name, since knowledge of that will get you into the website as sure as knowledge of the primary password will.</p>
<p>You should keep that in mind when creating answers to security questions. Instead of providing the actual answers, I recommend creating real passwords as answers to these (i.e., your mother’s maiden name could be entered as &#8220;d9IgzUe33s&#8221;), then keeping track of these additional passwords in a program built for the job (I’ve discussed such programs <a href="http://www.defendingthekingdom.com/archives/password-safe-version-3-2">before</a>).</p>
<h3>The fortress problem</h3>
<p>Now that you’ve gussied up the backdoor, strengthening it with a stronger password requirement, you may run into the problem that backdoors were invented to solve: what if you suddenly find yourself locked out of your fortress? What if you lose both passwords? If you are using a password management tool, what if your password database gets corrupted? What if you accidentally erase an entry in your database (this is scarily easy to do)? What if your hard disk crashes and you lose your database?</p>
<p>The answer is that you need to create backup systems for yourself. These backups need to be in two forms:</p>
<ol>
<li>If you use a password manager, create backups of your password database. After creating a new entry, store a copy of the database on a USB flash drive or send a copy to a family member’s email address. As long as the database itself is password protected, you needn’t worry about making copies and leaving them lying around or giving possession to others. In fact, the more copies you make and the easier they are to find, the better.</li>
<li>If you use a password manager, you need to protect against the possibility that you forget the master password that unlocks the database. If you’ve used <a href="http://www.defendingthekingdom.com/archives/how-to-make-great-passwords">this</a> method, that should never happen. But sometimes bad things do happen, and you should plan for that. A low-tech method would be to write down your database password and store it in your wallet. That is <a href="http://www.schneier.com/blog/archives/2005/06/write_down_your.html">safer and more sensible than many people suspect</a>. A second option would be to write down your master password and store it in a safety deposit box at your bank. The latter option has the advantage of finally sealing up that backdoor to be both safe and useful – if you lose your safety deposit box key, for example, you can regain access to it by proving your identity to your bank, something that should be extremely difficult to do for an imposter but relatively easy for the true account holder to do.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.defendingthekingdom.com/archives/the-backdoor-problem/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Password length: go longer?</title>
		<link>http://www.defendingthekingdom.com/archives/password-length-go-longer</link>
		<comments>http://www.defendingthekingdom.com/archives/password-length-go-longer#comments</comments>
		<pubDate>Thu, 03 Nov 2011 16:39:48 +0000</pubDate>
		<dc:creator>Ian Saxon</dc:creator>
				<category><![CDATA[passwords]]></category>

		<guid isPermaLink="false">http://www.defendingthekingdom.com/?p=649</guid>
		<description><![CDATA[Time marches on, computing power grows stronger, hackers get cleverer. Every now and again we need to review what we once thought was &#8220;safe enough&#8221;. Today, the time has come to review what ought to be considered a safe password length. Pragmatic security and powerful bots This blog has always taken the pragmatic route to [...]]]></description>
			<content:encoded><![CDATA[<p>Time marches on, computing power grows stronger, hackers get cleverer. Every now and again we need to review what we once thought was &#8220;safe enough&#8221;. Today, the time has come to review what ought to be considered a safe password length.</p>
<h3>Pragmatic security and powerful bots</h3>
<p>This blog has always taken the pragmatic route to security, recognizing that there will always be a <a href="http://www.defendingthekingdom.com/archives/security-is-not-a-switch">tradeoff between security and time and money</a>. In other words, don&#8217;t worry about being 100% safe &#8212; instead, focus on being safer than average.</p>
<p>What does that mean for password length? Consider this: computing time is so cheap today that it&#8217;s not inconceivable that every one of our email accounts has a bot trying to access it about once per second, every day, 365 days per year.</p>
<p>Still feel safe with the password you&#8217;re using right now? Personally, I&#8217;m starting to feel queezy, but let&#8217;s look at the problem carefully.</p>
<h3>Is eight still enough?</h3>
<p>I used to recommend an eight digit password. Is that still enough? The <a href="https://www.microsoft.com/security/pc-security/password-checker.aspx">Microsoft Password Checker</a>, a tool I&#8217;ve recommended before, does not seem to think so. If you type, for example, &#8220;t8Uh10xI&#8221; into the checker, it tells you that you&#8217;ve made a weak password. Is that the case?</p>
<p>To answer that, suppose you found one of those bots that is, in all likelihood, pounding at the gates to your email account. Feeling generous, you give the bot a bit of information. &#8220;Look,&#8221; you say, &#8220;my password is eight digits, so don&#8217;t bother guessing passwords of any other length. And I use numbers, uppercase characters, and lowercase characters. I don&#8217;t use any special characters.&#8221;</p>
<p>Now, how scared should you be?</p>
<p>Well, you&#8217;ve made the bots job a bit easier, but let&#8217;s take a look at the math. The key statistic is the number of possible permutations of passwords you could have made using those parameters. To find out how many permutations there are, and therefore how many different passwords the bot would have to try, we need to compute the following:</p>
<p>Permutations  = (26+26+10)^8</p>
<p>That is, there are 62 ways to pick the first digit of your password (26 uppercase letters, 26 lowercase letters, and 10 numerical digits), 62 ways to pick the second, 62 to pick the third, and so on &#8212; eight times.</p>
<p>The solution is that there are 218,340,105,584,896 possible eight character permutations. That&#8217;s 218.3 trillion. Supposing that a bot can try one password per second, it would be able to try 31,536,000 in a year. In just under 7 million years, it could try all the possible permutations.</p>
<p>So the answer has to be &#8220;yes, eight is still enough&#8221;. </p>
<p>On the other hand, if you&#8217;re using a software tool like PasswordSafe, the cost of upgrading your passwords to be a bit longer is so low that it&#8217;s difficult to think of a reason not to do so. Personally, I&#8217;ve begun to use 15 to 30 digit passwords for some applications because it increases my safety without increasing my costs appreciably. But I still feel secure knowing that the master password that unlocks my PasswordSafe database is less than ten characters long. If I lose my PasswordSafe database on the subway again (yes, this has happened once already), I won&#8217;t worry.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.defendingthekingdom.com/archives/password-length-go-longer/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Password Safe Version 3.2</title>
		<link>http://www.defendingthekingdom.com/archives/password-safe-version-3-2</link>
		<comments>http://www.defendingthekingdom.com/archives/password-safe-version-3-2#comments</comments>
		<pubDate>Sun, 04 Sep 2011 14:09:20 +0000</pubDate>
		<dc:creator>Ian Saxon</dc:creator>
				<category><![CDATA[passwords]]></category>

		<guid isPermaLink="false">http://www.defendingthekingdom.com/?p=598</guid>
		<description><![CDATA[I&#8217;ve been using Password Safe for about 3 years, and would recommend it to everyone. Yes, it&#8217;s free. I just downloaded the latest version, and discovered the following pretty cool features: 1. You can ask the program to automatically fill in password fields on websites. Cutting and pasting wasn&#8217;t hard, but this is twice as [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been using <a href="http://passwordsafe.sourceforge.net/">Password Safe</a> for about 3 years, and would recommend it to everyone. Yes, it&#8217;s free. I just downloaded the latest version, and discovered the following pretty cool features:</p>
<p>1. You can ask the program to automatically fill in password fields on websites. Cutting and pasting wasn&#8217;t hard, but this is twice as easy!</p>
<p>2. It&#8217;s now possible to customize the passwords the program generates for you. Choose the number of characters, the number of characters that should be lowercase, the number that should be uppercase, etc. You can even ask the program to generate passwords that are readable (rather than gibberish).</p>
<p>Yes, those features are for lazy people. But laziness in these areas will give you more time to spend elsewhere, like replacing old passwords every few months.</p>
<p>If Password Safe doesn&#8217;t quite do it for you, Beta News has a <a href="http://www.betanews.com/article/5-password-managers-for-storing-protecting-and-syncing-your-personal-information/1297998712">review of a range of password managers</a>. Perhaps one of them will strike your fancy.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.defendingthekingdom.com/archives/password-safe-version-3-2/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The worst passwords in the world&#8230;</title>
		<link>http://www.defendingthekingdom.com/archives/the-worst-passwords-in-the-world</link>
		<comments>http://www.defendingthekingdom.com/archives/the-worst-passwords-in-the-world#comments</comments>
		<pubDate>Sat, 02 Jul 2011 10:38:43 +0000</pubDate>
		<dc:creator>Ian Saxon</dc:creator>
				<category><![CDATA[passwords]]></category>

		<guid isPermaLink="false">http://www.defendingthekingdom.com/?p=614</guid>
		<description><![CDATA[&#8230; are also the most common passwords in the world. That&#8217;s not an accident &#8211; they&#8217;re the worst because they&#8217;re the most common. If you&#8217;re using one of these passwords for your iPhone (or anything else, really), stop it! Here is another list of passwords to avoid, many of which are unsurprisingly similar to the [...]]]></description>
			<content:encoded><![CDATA[<p>&#8230; are also the most common passwords in the world. That&#8217;s not an accident &#8211; they&#8217;re the worst <em>because</em> they&#8217;re the most common.</p>
<p>If you&#8217;re using <a href="http://amitay.us/blog/files/most_common_iphone_passcodes.php">one of these passwords</a> for your iPhone (or anything else, really), stop it!</p>
<p>Here is <a href="http://www.nytimes.com/2010/01/21/technology/21password.html">another list</a> of passwords to avoid, many of which are unsurprisingly similar to the first list.</p>
<p>There are a lot of technically difficult and time-consuming ways to protect your security, and there are justifiable reasons to balk at them. Avoiding the most common passwords, however, is not one of those ways. It is the ripest and droopiest of the low-hanging security fruit. Pick it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.defendingthekingdom.com/archives/the-worst-passwords-in-the-world/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hotmail Hacking, Part 3</title>
		<link>http://www.defendingthekingdom.com/archives/hotmail-hacking-part-3</link>
		<comments>http://www.defendingthekingdom.com/archives/hotmail-hacking-part-3#comments</comments>
		<pubDate>Sat, 12 Mar 2011 13:44:48 +0000</pubDate>
		<dc:creator>Ian Saxon</dc:creator>
				<category><![CDATA[passwords]]></category>

		<guid isPermaLink="false">http://www.defendingthekingdom.com/?p=588</guid>
		<description><![CDATA[In the previous post I said that I thought there were only two possible ways that a hacker could have gained entry to my Hotmail account: mind-reading or brute force. There is actually a third possibility I failed to mention. I used to log in to my Hotmail account via this page: I should have [...]]]></description>
			<content:encoded><![CDATA[<p>In the <a href="http://www.defendingthekingdom.com/archives/hotmail-hacking-part-2">previous post</a> I said that I thought there were only two possible ways that a hacker could have gained entry to my Hotmail account: mind-reading or <a href="http://en.wikipedia.org/wiki/Brute-force_attack">brute force</a>.</p>
<p>There is actually a third possibility I failed to mention. I used to log in to my Hotmail account via <a href="http://login.live.com/login.srf?id=2&#038;vv=1000&#038;lc=1033">this page</a>: </p>
<div class="imgbody"><a href="/images/hotmail_portal_big.jpg"><img width="400" height="307" alt="Hotmail unsecure login page" src="/images/hotmail_portal_small.jpg" /></a></div>
<p style="clear:both;">I should have been using <a href="https://login.live.com/login.srf?wa=wsignin1.0&#038;rpsnv=11&#038;ct=1298116136&#038;rver=6.1.6206.0&#038;wp=MBI&#038;wreply=http:%2F%2Fmail.live.com%2Fdefault.aspx&#038;lc=1033&#038;id=64855&#038;mkt=en-us&#038;cbcxt=mai&#038;snsc=1">this page</a>:</p>
<div class="imgbody"><a href="/images/hotmail_secure_portal_big.jpg"><img width="400" height="250" alt="Hotmail unsecure login page" src="/images/hotmail_secure_portal_small.jpg" /></a></div>
<h3 style="clear:both;">Notice the difference?</h3>
<p>The page I should have been using has been verified by VeriSign to be an authentic Microsoft website (hence the green banner in the ULR bar) and it is also a &#8220;secure page&#8221; that will protect my username and password from &#8220;<a href="http://en.wikipedia.org/wiki/Man-in-the-middle_attack">eavesdroppers</a>&#8220;. I know this because the URL for the second page starts with http<strong>s</strong> rather than just http.</p>
<p>The reason the second page is deemed secure is that when I enter my username and password, that information is passed along to Microsoft&#8217;s servers through an encrypted tunnel. The concept is very similar to VPN security, <a href="http://www.defendingthekingdom.com/archives/blackberry-security-and-vpns">which I&#8217;ve written about before</a>.</p>
<p>The upshot is that the second website will prevent eavesdropping and man in the middle attacks, both of which can be a problem if you are sending important information (like username and password details) through the internet while using a wi-fi hotspot.</p>
<p>Perhaps my email account got hacked last year because I logged on through the unsecure site while using a public wi-fi network somewhere. Don&#8217;t make that mistake.</p>
<h3>Dear Hotmail&#8230;</h3>
<p>If you&#8217;re listening, please remove your unsecured log in page from the web!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.defendingthekingdom.com/archives/hotmail-hacking-part-3/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hotmail hacking, Part 2</title>
		<link>http://www.defendingthekingdom.com/archives/hotmail-hacking-part-2</link>
		<comments>http://www.defendingthekingdom.com/archives/hotmail-hacking-part-2#comments</comments>
		<pubDate>Sat, 19 Feb 2011 12:15:22 +0000</pubDate>
		<dc:creator>Ian Saxon</dc:creator>
				<category><![CDATA[passwords]]></category>

		<guid isPermaLink="false">http://www.defendingthekingdom.com/?p=572</guid>
		<description><![CDATA[Last year, I was annoyed (and, admittedly, impressed) that CAPTCHA with every few wrong guesses. That would slow them down enough to make it nearly impossible to brute force their way into any account with a reasonably strong password. I doubt the Hotmail folks read this blog and decided pull up their socks as a [...]]]></description>
			<content:encoded><![CDATA[<p>Last year, I was annoyed (and, admittedly, impressed) that <a href=http://www.defendingthekingdom.com/archives/yikes-my-email-was-hacked">someone hacked into my Hotmail account</a>. There were only two ways someone could have got in: they read my mind or they set a machine to guessing for a very long time and the machine eventually guessed right.</p>
<p>At the time, I implored Hotmail to change their security system so that guessers would have to enter a <a href=http://en.wikipedia.org/wiki/CAPTCHA">CAPTCHA</a> with every few wrong guesses. That would slow them down enough to make it nearly impossible to brute force their way into any account with a reasonably strong password.</p>
<p>I doubt the Hotmail folks read this blog and decided pull up their socks as a result, but I was delighted to see, upon my most recent Hotmail login attempt, a similar change to the one I recommended (see picture below). My account is obviously still under siege, and Hotmail is preventing too many password guesses. The only downside is that they won&#8217;t let me into my account, either.</p>
<div class="imgbody"><a href="/images/email_hacking_attempt_big.jpg"><img width="400" height="189" alt="Google search for term: decormyeyes fraud" src="/images/email_hacking_attempt_small.jpg" /></a></div>
<p style="clear:both;">So I feel satisfied that Hotmail now has security features that will keep my account safe, even without the strongest possible password. Just in case, though, I&#8217;ve updated my password to be ultra-strong. It&#8217;s more than 16 characters long (I don&#8217;t want to say exactly how long, because that would make it easier for a hacker to guess), contains numbers, letters, and freaky characters. It looks something like this: gA4wL[l0iX+yJ$j1. Hackers, I wish you good luck <img src='http://www.defendingthekingdom.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
]]></content:encoded>
			<wfw:commentRss>http://www.defendingthekingdom.com/archives/hotmail-hacking-part-2/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Yikes, my email was hacked!</title>
		<link>http://www.defendingthekingdom.com/archives/yikes-my-email-was-hacked</link>
		<comments>http://www.defendingthekingdom.com/archives/yikes-my-email-was-hacked#comments</comments>
		<pubDate>Wed, 14 Jul 2010 13:34:39 +0000</pubDate>
		<dc:creator>Ian Saxon</dc:creator>
				<category><![CDATA[passwords]]></category>

		<guid isPermaLink="false">http://www.defendingthekingdom.com/?p=392</guid>
		<description><![CDATA[An old and out of use Hotmail account, which I log into every couple of months just to prevent Hotmail from letting my account expire, was hacked in late May. Whoever or whatever (I suspect it was a machine) hacked into my account didn&#8217;t do anything terribly malicious. They simply borrowed my address for a [...]]]></description>
			<content:encoded><![CDATA[<div class="imgintro_right"><a href="/images/hacked_big.jpg"><img width="200" height="95" alt="Picture of sign depicting a warning of video surveillance in the area" src="/images/hacked_small.jpg" /></a></div>
<p>An old and out of use Hotmail account, which I log into every couple of months just to prevent Hotmail from letting my account expire, was hacked in late May. Whoever or whatever (I suspect it was a machine) hacked into my account didn&#8217;t do anything terribly malicious. They simply borrowed my address for a month and sent out loads of spam to everyone on my contact list and many more who were not. Sorry! And thanks to the friend who I inadvertently spammed and gave me the heads up about the problem.</p>
<h3>What Went Wrong</h3>
<p>I have no way of knowing how my account was compromised, but I suspect a brute force attack. Hotmail doesn&#8217;t lock accounts or insert any other barrier after a few (or even many) unsuccessful password entry attempts, so a machine could go on happily guessing at least one password per second for as long as it took to find the right one. Unfortunately, I made that process easier by having a password that was all lowercase and lacked special characters. Worse, even though I change most passwords every three or four months, I hadn&#8217;t changed that password since I opened the account. It wasn&#8217;t a giveaway password &#8211; it was 8 digits long and had a combination of letters and numbers &#8211; but I could have and should have done more.</p>
<p>Thankfully, the hackers didn&#8217;t change the locks while they were making use of my little piece of online real estate, and I was able to log in and reclaim full possession of the account. I set the new password to be extra robust.</p>
<h3>Dear Hotmail&#8230;</h3>
<p>And if anybody from Hotmail stumbles across this post: please consider asking people and machines who get their passwords wrong, say, five times in a row to pass a <a href="http://en.wikipedia.org/wiki/CAPTCHA">captcha test</a>. Gmail does it. You should, too.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.defendingthekingdom.com/archives/yikes-my-email-was-hacked/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>1.5 million Facebook accounts hacked?</title>
		<link>http://www.defendingthekingdom.com/archives/15-million-facebook-accounts-hacked</link>
		<comments>http://www.defendingthekingdom.com/archives/15-million-facebook-accounts-hacked#comments</comments>
		<pubDate>Fri, 21 May 2010 13:03:46 +0000</pubDate>
		<dc:creator>Ian Saxon</dc:creator>
				<category><![CDATA[passwords]]></category>

		<guid isPermaLink="false">http://www.defendingthekingdom.com/?p=374</guid>
		<description><![CDATA[Suppose you found out that a Russian hacker was selling access to hacked Facebook accounts for a mere $0.025 &#8211; $0.045 each, and that the hacker had 1,500,000 accounts to hawk. Should you be worried? Risk vs. Effort As it happens, this threat seemed plausible at one point last month. Now it appears that the [...]]]></description>
			<content:encoded><![CDATA[<p>Suppose you found out that a Russian hacker was selling access to hacked Facebook accounts for a mere $0.025 &#8211; $0.045 each, and that the hacker had 1,500,000 accounts to hawk. Should you be worried?</p>
<h3>Risk vs. Effort</h3>
<p>As it happens, this <a href="http://www.net-security.org/secworld.php?id=9186">threat seemed plausible at one point last month</a>. Now it appears that the <a href="http://blogs.verisign.com/idefense/2010/05/kirllos-and-the-15-million-stolen-accounts.html">danger was probably exaggerated</a> (although that&#8217;s what the Facebook folks <em>would</em> say, isn&#8217;t it?):</p>
<blockquote><p>Facebook&#8217;s assessment of Killros is that he is a low-level player and that he had nowhere near the 1.5 million accounts he advertised. Most likely, he had a few hundred accounts most of which he likely created himself. Through some interesting and impressive forensic work, the Facebook security team identified the real Facebook accounts owned by Kirllos, reset the passwords, and notified the account owners.</p></blockquote>
<p>But for fun, let&#8217;s take the hacker&#8217;s advertising at face value. How big of a risk is it to you, the average Facebook account holder? Well, to start with, <a href="http://www.facebook.com/press/info.php?statistics">there are over 400 million Facebook accounts</a>, so the chances that yours is among the 1.5 million currently on sale are less than half of one percent.</p>
<p>I&#8217;ve written before that the <a href="http://www.defendingthekingdom.com/archives/prices-say-a-lot">prices criminals are willing to pay to get your account details are good magnitude of risk indicators</a>. In this case, if the value of each Facebook account is less than 5 cents, criminal buyers must not be expecting much more than the value of their time as a return on hacking into accounts. </p>
<p>You should be much more concerned about your bank account login details getting stolen, as that information <a href="http://www.guardian.co.uk/money/2007/nov/24/scamsandfraud.economicpolicy">apparently sells for about 1% of the account balance</a>. In other words, buyers of this information expect a reasonable payoff in exchange for their investment and the risks they are taking.</p>
<p>So my take on the Facebook news is that it was initially alarming, but probably nothing to get worked up about. Of course, there&#8217;s no harm in updating and/or upgrading your Facebook password if you haven&#8217;t done so in a while.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.defendingthekingdom.com/archives/15-million-facebook-accounts-hacked/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How I&#8217;d hack your weak passwords</title>
		<link>http://www.defendingthekingdom.com/archives/how-id-hack-your-weak-passwords</link>
		<comments>http://www.defendingthekingdom.com/archives/how-id-hack-your-weak-passwords#comments</comments>
		<pubDate>Fri, 23 Apr 2010 21:07:54 +0000</pubDate>
		<dc:creator>Ian Saxon</dc:creator>
				<category><![CDATA[passwords]]></category>

		<guid isPermaLink="false">http://www.defendingthekingdom.com/?p=351</guid>
		<description><![CDATA[Read this list of commonly used passwords and see if you get a little nervous. Double twangs of deserved nervousness if you use the same password for every account. The post has some solid advice about making and managing great passwords, too.]]></description>
			<content:encoded><![CDATA[<div class="imgintro_right"><a href="/images/passwordjoke_big.jpg"><img width="200" height="250" alt="Barbarians at the gate demanding easy password" src="/images/passwordjoke_small.jpg" /></a></div>
<p>Read <a href="http://onemansblog.com/2007/03/26/how-id-hack-your-weak-passwords/">this list of commonly used passwords</a> and see if you get a little nervous. Double twangs of deserved nervousness if you use the same password for every account. </p>
<p>The post has some solid advice about making and managing great passwords, too. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.defendingthekingdom.com/archives/how-id-hack-your-weak-passwords/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

