<?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>Kyle Anderson &#187; passwords</title>
	<atom:link href="http://xkyle.com/tag/passwords/feed/" rel="self" type="application/rss+xml" />
	<link>http://xkyle.com</link>
	<description></description>
	<lastBuildDate>Thu, 22 Jul 2010 04:54:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Myspace Phishing Analysis</title>
		<link>http://xkyle.com/2009/02/11/myspace-phishing-analysis/</link>
		<comments>http://xkyle.com/2009/02/11/myspace-phishing-analysis/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 22:40:10 +0000</pubDate>
		<dc:creator>Kyle Anderson</dc:creator>
				<category><![CDATA[Myspace]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[passwords]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://xkyle.com/?p=251</guid>
		<description><![CDATA[A couple of years ago, a large list of phished Myspace accounts was leaked on the internet. I stumpled upon them and ran a very simple analysis. Check it out: root@a:/# cat myspace.hackedlist &#124; cut -f 2 -d : &#124; sort &#124; uniq -c &#124; sort -n &#124; tail -n 20 14 qwerty1 15 123456a [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://xkyle.com/wp-content/uploads/myspace.jpeg"><img class="size-full wp-image-252 alignnone" title="myspace" src="http://xkyle.com/wp-content/uploads/myspace.jpeg" alt="" width="118" height="117" /></a></p>
<p>A couple of years ago, a large list of phished Myspace accounts was leaked on the internet.<br />
I stumpled upon them and ran a very simple analysis. Check it out:</p>
<blockquote><p>root@a:/# cat myspace.hackedlist | cut -f 2 -d : | sort | uniq -c | sort -n | tail -n 20<br />
14 qwerty1<br />
15 123456a<br />
15 babygirl1<br />
15 blink182<br />
16 123456<br />
16 123abc<br />
16 iloveyou2<br />
17 football1<br />
17 nicole1<br />
18 number1<br />
19 password<br />
23 myspace1<br />
24 fuckyou1<br />
28 iloveyou1<br />
28 monkey1<br />
29 fuckyou<br />
54 abc123<br />
74 password1</p></blockquote>
<p>The file was in the form of &#8220;Username:password&#8221;, so the first part of that command &#8220;cuts&#8221; the second column, with the colon as the delimiter. Then it is piped through sort, which sorts the list alphabetcially, then the uniq -c command, which counts the number of times that a word shows up, then I sort it again to get the most freqent passwords, and tail the last 20 lines.</p>
<p>It is interesting to see that a lot of these passwords just tack &#8220;1&#8243; on to them. And of course blink182 was all the rage back then aparently&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://xkyle.com/2009/02/11/myspace-phishing-analysis/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)
Database Caching 14/20 queries in 0.030 seconds using disk

Served from: xkyle.com @ 2010-07-31 23:44:16 -->