<?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>Alkaif &#187; Uni Work</title>
	<atom:link href="http://alkaif.geek.nz/blog/category/uni-work/feed/" rel="self" type="application/rss+xml" />
	<link>http://alkaif.geek.nz/blog</link>
	<description>Hmm...My thoughts, My ideas, MY blog!</description>
	<lastBuildDate>Fri, 14 Oct 2011 20:01:09 +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>Opensource Forensics Tools</title>
		<link>http://alkaif.geek.nz/blog/opensource-forensics-tools/</link>
		<comments>http://alkaif.geek.nz/blog/opensource-forensics-tools/#comments</comments>
		<pubDate>Sat, 15 May 2010 03:05:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Rangi Stash]]></category>
		<category><![CDATA[Uni Work]]></category>

		<guid isPermaLink="false">http://alkaif.geek.nz/blog/?p=40</guid>
		<description><![CDATA[Had to create a presentation based on some research into open source forensic tool that could be used while acquiring data from machines. IT Governance Check out the presentation.]]></description>
			<content:encoded><![CDATA[<p>Had to create a presentation based on some research into open source forensic tool that could be used while acquiring data from machines.</p>
<p><a href="http://alkaif.geek.nz/blog/wp-content/uploads/2010/05/IT-Governance.pptx">IT Governance</a></p>
<p>Check out the presentation.</p>
]]></content:encoded>
			<wfw:commentRss>http://alkaif.geek.nz/blog/opensource-forensics-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blizzard Battle.net Authenticator</title>
		<link>http://alkaif.geek.nz/blog/blizzard-battle-net-authenticator/</link>
		<comments>http://alkaif.geek.nz/blog/blizzard-battle-net-authenticator/#comments</comments>
		<pubDate>Wed, 12 May 2010 14:35:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Information Security]]></category>
		<category><![CDATA[Networks]]></category>
		<category><![CDATA[Rangi Stash]]></category>
		<category><![CDATA[Uni Work]]></category>
		<category><![CDATA[World of Warcraft]]></category>
		<category><![CDATA[ontology]]></category>
		<category><![CDATA[WoW]]></category>

		<guid isPermaLink="false">http://alkaif.geek.nz/blog/?p=26</guid>
		<description><![CDATA[For one of my paper that I am studying at uni, we&#8217;re meant to check out applications on our computer that we use daily and of them, we&#8217;re meant to have a look at the ones that implement a security mechanism. This got me thinking and I decided that World of Warcraft will be my [...]]]></description>
			<content:encoded><![CDATA[<p>For one of my paper that I am studying at uni, we&#8217;re meant to check out applications on our computer that we use daily and of them, we&#8217;re meant to have a look at the ones that implement a security mechanism. This got me thinking and I decided that <a href="http://www.worldofwarcraft.com">World of Warcraft</a> will be my application I&#8217;ll be checking out. Many players of WoW now utilise what they call the &#8220;Battle.net Authenticator&#8221; which is in fact, a two factor security device which provides an extra level of security and safety of accounts. Unfortunately this can be easily hacked through Middle-Man-Attacks. Sad, but it&#8217;s true.</p>
<p>Anyway, I decided, I would create a diagram representing the interaction between the Blizzard Authenticator and the login procedure. I&#8217;ve not yet (at the time of writing this 13/05/2010) decided to packet-sniff login information or not. For now I guess I will not sniff, though, if I&#8217;m bored I&#8217;ll check this out.</p>
<p>So going from what we know about WoW and its login requirements:</p>
<ul>
<li>Username (email address)</li>
<li>Password (password)</li>
<li>Blizzard Authenticator Number (string)</li>
</ul>
<p>Now that we&#8217;ve got the details, lets think about the data encryption used.</p>
<p>Blizzard have come up with their own protocol called &#8220;wow&#8221; which communicates data once there is a connection established. This information can easily be captured by using applications such as <a href="http://www.wireshark.org/download.html" target="_blank">wireshark</a>.</p>
<p>From becoming intimate with Google (&lt;3), it seems that World of Warcraft uses two algorithms for the encryption of data; while the username is sent in plaintext. <a href="http://www.mmowned.com/forums/world-of-warcraft/bots-programs/memory-editing/231740-understanding-wow-communication-protocol.html" target="_blank">An interesting discussion</a> leads me to come up with the following information:</p>
<ul>
<li>SRP6 &#8211; newest addition to a new class of strong authentication protocols that resist all the well-known passive and active attacks over the network. SRP borrows some elements from other key-exchange and identification protcols and adds some subtle modifications and refinements. The result is a protocol that preserves the strength and efficiency of the EKE family protocols while fixing some of their shortcomings. <a href="http://srp.stanford.edu/design.html" target="_blank">More info</a>.</li>
<li>RC4 &#8211; is the most widely-used software <a title="Stream cipher" href="http://en.wikipedia.org/wiki/Stream_cipher">stream  cipher</a> and is used in popular protocols such as <a title="Secure  Sockets Layer" href="http://en.wikipedia.org/wiki/Secure_Sockets_Layer">Secure Sockets Layer</a> (SSL) (to  protect Internet traffic) and <a title="Wired Equivalent Privacy" href="http://en.wikipedia.org/wiki/Wired_Equivalent_Privacy">WEP</a> (to secure wireless networks). More Info.</li>
</ul>
<p>So basically, wow sends 4 packets, two from the client to the server and two from the server to the client. Each message to the server is accompanied by an ACK message which would confirm the message and thus proceed to the next process or phase.</p>
<p>WoW in all its awesome fun, is quite a complex piece of software which incorporates a token, 2 factor even &#8220;strong&#8221; authentication to ensure player account security. For <a href="http://www.wowwiki.com/Blizzard_Authenticator" target="_blank">more information</a> on this, please <a href="http://www.wowwiki.com/Blizzard_Authenticator" target="_blank">click here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://alkaif.geek.nz/blog/blizzard-battle-net-authenticator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Legal Aspects of Information System Security</title>
		<link>http://alkaif.geek.nz/blog/info-sec-essay/</link>
		<comments>http://alkaif.geek.nz/blog/info-sec-essay/#comments</comments>
		<pubDate>Wed, 12 May 2010 13:00:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Rangi Stash]]></category>
		<category><![CDATA[Uni Work]]></category>

		<guid isPermaLink="false">http://alkaif.geek.nz/blog/?p=13</guid>
		<description><![CDATA[So for our Information Security class, we were given many questions to choose to write an Essay. I decided to write my essay on the Legal Aspects of Information System Security. I do apologise for any errors and mistakes found in this document. Read/Download PDF: Legal Aspects of Information System Security]]></description>
			<content:encoded><![CDATA[<p>So for our Information Security class, we were given many questions to choose to write an Essay. I decided to write my essay on the Legal Aspects of Information System Security.</p>
<p>I do apologise for any errors and mistakes found in this document.</p>
<p>Read/Download PDF: <a href="http://alkaif.geek.nz/blog/wp-content/uploads/2010/05/Legal-Aspects-of-Information-System-Security.pdf">Legal Aspects of Information System Security</a></p>
]]></content:encoded>
			<wfw:commentRss>http://alkaif.geek.nz/blog/info-sec-essay/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

