<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Inside out</title>
	
	<link>http://blog.schatzforensic.com.au</link>
	<description>Bradley Schatz on the nexus of technology and law: computer forensics and electronic discovery</description>
	<lastBuildDate>Mon, 15 Feb 2010 00:13:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/blschatz/insideout" /><feedburner:info uri="blschatz/insideout" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>libewf Java bindings released</title>
		<link>http://feedproxy.google.com/~r/blschatz/insideout/~3/kpWROhfUC68/</link>
		<comments>http://blog.schatzforensic.com.au/2010/02/libewf-java-bindings-released/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 00:13:23 +0000</pubDate>
		<dc:creator>Bradley Schatz</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.schatzforensic.com.au/2010/02/libewf-java-bindings-released/</guid>
		<description><![CDATA[&#160;
As a part of the AFF4 work I have been involved in, I recently created a set of java bindings for libewf. If you want read access to the block content or metadataof EnCase compatible forensic images from the java programming language then this is for you.
They are currently tested on the windows platform (x86). [...]]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<p>As a part of the AFF4 work I have been involved in, I recently created a set of java bindings for libewf. If you want read access to the block content or metadataof EnCase compatible forensic images from the java programming language then this is for you.</p>
<p>They are currently tested on the windows platform (x86). UNIX and x64 support should be trivial.</p>
<p>They are now included in the <a href="http://sourceforge.net/projects/libewf/files/">libewf repository</a> as libewf-java.</p>
<p>Thanks to Joachim Metz for libewf and David Collett for his python bindings (on which I based my code).</p>
<img src="http://feeds.feedburner.com/~r/blschatz/insideout/~4/kpWROhfUC68" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.schatzforensic.com.au/2010/02/libewf-java-bindings-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.schatzforensic.com.au/2010/02/libewf-java-bindings-released/</feedburner:origLink></item>
		<item>
		<title>Mounting EWF’s on windows with freely available tools</title>
		<link>http://feedproxy.google.com/~r/blschatz/insideout/~3/4ljQqUk_c2U/</link>
		<comments>http://blog.schatzforensic.com.au/2009/12/mounting-ewfs-on-windows-with-freely-available-tools/#comments</comments>
		<pubDate>Fri, 18 Dec 2009 03:16:17 +0000</pubDate>
		<dc:creator>Bradley Schatz</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.schatzforensic.com.au/2009/12/mounting-ewfs-on-windows-with-freely-available-tools/</guid>
		<description><![CDATA[Harlan recently posted a small reference to mounting EWF’s on windows machines using freely available utilities. David Loveall has produced a script called proxy_ewf.py which will do the heavy lifting of mounting EWF&#8217;s via imdisk. 
It is not straightforward to get working so I have copied the instructions originally provided by David Loveall and further [...]]]></description>
			<content:encoded><![CDATA[<p>Harlan recently posted a small reference to <a href="http://windowsir.blogspot.com/2009/11/even-more-linky-goodness.html">mounting EWF’s on windows machines using freely available utilities</a>. David Loveall has produced a script called proxy_ewf.py which will do the heavy lifting of mounting EWF&#8217;s via <a href="http://www.ltr-data.se/opencode.html#ImDisk">imdisk</a>. </p>
<p>It is not straightforward to get working so I have copied the instructions originally provided by David Loveall and further expanded on them below. </p>
<p>1. Extract the Windows mount_ewf files into a directory.&#160; I used the current <a href="http://sourceforge.net/projects/libewf/files/mount_ewf/mount_ewf_windows-20091123/mount_ewf-20091123.zip/download">mount_ewf_windows-20091123.zip</a> file found in the downloads area of <a href="http://sourceforge.net/projects/libewf/">libewf</a>. Download from the same place the <a href="http://sourceforge.net/projects/libewf/files/mount_ewf/mount_ewf_windows-20091123/proxy_ewf-20091123.py/download">proxy_ewf.py</a> file and place it in the same directory (I used c:\opt\proxy_ewf\).</p>
<p>2. <strike>Download and install the Visual Studio runtime files, if you don&#8217;t already have them.</strike> Don’t bother as they are now included in the mount_ewf windows distribution.</p>
<p>3. Download and install <a href="http://www.ltr-data.se/opencode.html#ImDisk">ImDisk</a>. Be careful about driver loading if you are on Vista and above.</p>
<p>4: Install python for windows. I used python 2.5 (x86) but 2.6 should work as well.</p>
<p>5. If you are on an x64 system, move imdisk.exe from the c:\Windows\system32 directory into the same directory as the mount_ewf and proxy_ewf.py files. The proxy_ewf script wont be able to run imdisk.exe due to the WOW64 file virtualisation features otherwise.</p>
<p>6. Run proxy_ewf:</p>
<blockquote><p>c:\python25\python c:\opt\proxy_ewf\proxy_ewf-20091123.py c:\evidence\foo.e01 </p>
</blockquote>
<p>If you get a &quot;Version number mismatch&quot; error, it is likely that the _ctypes.pyd file in the mount_ewf distribution is incompatible with the one in your just installed python distribution. I deleted the one in the mount_ewf directory and things worked fine. </p>
<p>At this point, you should see a new drive letter (or letters) appear in windows explorer. </p>
<img src="http://feeds.feedburner.com/~r/blschatz/insideout/~4/4ljQqUk_c2U" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.schatzforensic.com.au/2009/12/mounting-ewfs-on-windows-with-freely-available-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.schatzforensic.com.au/2009/12/mounting-ewfs-on-windows-with-freely-available-tools/</feedburner:origLink></item>
		<item>
		<title>Boardroom radio interview on the fallibility of digital evidence posted</title>
		<link>http://feedproxy.google.com/~r/blschatz/insideout/~3/DojK5K3xm8M/</link>
		<comments>http://blog.schatzforensic.com.au/2009/10/boardroom-radio-interview-on-the-fallibility-of-digital-evidence-posted/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 00:05:48 +0000</pubDate>
		<dc:creator>Bradley Schatz</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.schatzforensic.com.au/2009/10/boardroom-radio-interview-on-the-fallibility-of-digital-evidence-posted/</guid>
		<description><![CDATA[Last week I had the pleasure of being interviewed alongside Lionel Rattenbury and Julia Jasper, both defence lawyers and members of the Australian Defence Lawyers Alliance (ADLA).
The subject of the interview is fallibility of digital evidence. 
]]></description>
			<content:encoded><![CDATA[<p>Last week I had the pleasure of being interviewed alongside <a href="http://www.armstronglegal.com.au/web/pageid/3853">Lionel Rattenbury</a> and <a href="http://www.pottslawyers.com.au/web/page/julia_jasper_criminal_lawyer">Julia Jasper</a>, both defence lawyers and members of the <a href="http://www.australiancriminallawyers.com.au/">Australian Defence Lawyers Alliance</a> (ADLA).</p>
<p>The subject of the interview is <a href="http://www.brr.com.au/event/61975?popup=true">fallibility of digital evidence</a>. </p>
<img src="http://feeds.feedburner.com/~r/blschatz/insideout/~4/DojK5K3xm8M" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.schatzforensic.com.au/2009/10/boardroom-radio-interview-on-the-fallibility-of-digital-evidence-posted/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.schatzforensic.com.au/2009/10/boardroom-radio-interview-on-the-fallibility-of-digital-evidence-posted/</feedburner:origLink></item>
		<item>
		<title>The e-discovery problem by Jason R. Baron</title>
		<link>http://feedproxy.google.com/~r/blschatz/insideout/~3/6fKfn3Zj4wM/</link>
		<comments>http://blog.schatzforensic.com.au/2009/10/the-e-discovery-problem-by-jason-r-baron/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 07:04:04 +0000</pubDate>
		<dc:creator>Bradley Schatz</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.schatzforensic.com.au/2009/10/the-e-discovery-problem-by-jason-r-baron/</guid>
		<description><![CDATA[This video contains Jason R. Baron, the Director of Litigation of the National Archives and Records Administration (USA) discussing the general problem of electronic discovery, and in particular, the problems of information retrieval in the context of search over billions of documents. 
If you are in any way involved in searching for information in a [...]]]></description>
			<content:encoded><![CDATA[<p>This video contains Jason R. Baron, the Director of Litigation of the National Archives and Records Administration (USA) discussing the general problem of electronic discovery, and in particular, the problems of information retrieval in the context of search over billions of documents. </p>
<p>If you are in any way involved in searching for information in a legal context, it is fascinating stuff.&#160; </p>
<p><embed src="http://v.wordpress.com/4zkIC3HW" type="application/x-shockwave-flash" width="400" height="224" allowscriptaccess="always" allowfullscreen="true"></embed> </p>
<p>[via Ralph Losey's <a href="http://ralphlosey.wordpress.com/2009/10/18/jason-r-baron-the-movie/">e-Discovery Team blog</a>]</p>
<img src="http://feeds.feedburner.com/~r/blschatz/insideout/~4/6fKfn3Zj4wM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.schatzforensic.com.au/2009/10/the-e-discovery-problem-by-jason-r-baron/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.schatzforensic.com.au/2009/10/the-e-discovery-problem-by-jason-r-baron/</feedburner:origLink></item>
		<item>
		<title>Follow up paper on the AFF4 evidence container to be presented at 6th IFIP WG 11.9 International Conference on Digital Forensics</title>
		<link>http://feedproxy.google.com/~r/blschatz/insideout/~3/cLMbTEj3CwA/</link>
		<comments>http://blog.schatzforensic.com.au/2009/10/follow-up-paper-on-the-aff4-evidence-container-to-be-presented-at-6th-ifip-wg-11-9-international-conference-on-digital-forensics/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 01:07:40 +0000</pubDate>
		<dc:creator>Bradley Schatz</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.schatzforensic.com.au/2009/10/follow-up-paper-on-the-aff4-evidence-container-to-be-presented-at-6th-ifip-wg-11-9-international-conference-on-digital-forensics/</guid>
		<description><![CDATA[I posted earlier about a new forensic container format being created by myself, Michael Cohen, and Simson Garfinkel. A paper describing the work was presented at DFRWS 2009 by Michael. 
Michael and I have recently extended and refined the container format to support describing the provenance of information and data, and more accurate description of [...]]]></description>
			<content:encoded><![CDATA[<p>I posted earlier about <a href="http://blog.schatzforensic.com.au/2009/05/paper-on-new-evidence-container-format-accepted-for-presentation-at-dfrws2009/">a new forensic container format</a> being created by myself, <a href="http://www.pyflag.net/">Michael Cohen</a>, and <a href="http://simson.net/">Simson Garfinkel</a>. A <a href="http://www.dfrws.org/2009/program.shtml">paper describing the work</a> was presented at DFRWS 2009 by Michael. </p>
<p>Michael and I have recently extended and refined the container format to support describing the provenance of information and data, and more accurate description of evidence characteristics. A paper describing this work, titled <em>“Refining the AFF4 evidence container for provenance and accurate data representation”,</em> has been accepted for presentation at the <a href="http://www.ifip119.org/Conferences/">6th Annual IFIP WG 11.9 conference on Digital Forensics</a>. </p>
<p>The abstract follows:</p>
<blockquote><p>It is well acknowledged that there is a pressing need for a general solution to the problem of storage of digital evidence, both in terms of copied bit-stream images and general information which describes the images&#160; and&#160; surrounding&#160; context&#160; of&#160; the&#160; case.&#160; In&#160; a&#160; prior&#160; paper,&#160; the&#160; authors&#160; introduced&#160; the&#160; AFF4 evidence container format, focusing in particular on the description of the efficient and layered bitstream storage&#160; architecture,&#160; a&#160; general&#160; approach&#160; to&#160; representing&#160; arbitrary&#160; information,&#160; and&#160; a&#160; compositional approach&#160; to&#160; managing&#160; and&#160; sharing&#160; evidence.&#160; In&#160; this&#160; paper&#160; we&#160; describe&#160; our&#160; work&#160; refining&#160; the representation&#160; schemes&#160; embodied&#160; in&#160; the&#160; new&#160; format,&#160; addressing&#160; the&#160; accurate&#160; representation&#160; of discontiguous data and description of the provenance of both data and information.&#160; </p>
</blockquote>
<img src="http://feeds.feedburner.com/~r/blschatz/insideout/~4/cLMbTEj3CwA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.schatzforensic.com.au/2009/10/follow-up-paper-on-the-aff4-evidence-container-to-be-presented-at-6th-ifip-wg-11-9-international-conference-on-digital-forensics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.schatzforensic.com.au/2009/10/follow-up-paper-on-the-aff4-evidence-container-to-be-presented-at-6th-ifip-wg-11-9-international-conference-on-digital-forensics/</feedburner:origLink></item>
		<item>
		<title>Guidance for visualisation of volatile memory</title>
		<link>http://feedproxy.google.com/~r/blschatz/insideout/~3/Bg9uhsLW-ik/</link>
		<comments>http://blog.schatzforensic.com.au/2009/08/guidance-for-visualisation-volatile-memory/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 23:05:15 +0000</pubDate>
		<dc:creator>Bradley Schatz</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.schatzforensic.com.au/2009/08/guidance-for-visualisation-volatile-memory/</guid>
		<description><![CDATA[The following video shows an experimental interactive memory debugger and visualiser called ICU64, running against the&#160; Frodo C64 emulator.&#160; 
The video below shows an interactive exploration of the memory space of the emulated C64 while it runs the game “Cataball”, pointing out correspondences between the raw memory and the on-screen action. 
Hex editor authors and [...]]]></description>
			<content:encoded><![CDATA[<p>The following video shows an experimental interactive memory debugger and visualiser called ICU64, running against the&#160; <a href="http://frodo.cebix.net/">Frodo C64 emulator</a>.&#160; </p>
<p>The video below shows an interactive exploration of the memory space of the emulated C64 while it runs the game “Cataball”, pointing out correspondences between the raw memory and the on-screen action. </p>
<p>Hex editor authors and forensic tool manufacturers should take note of the zoomable memory map.</p>
<p> <object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/tjcvR5McmSg&amp;hl=en&amp;fs=1&amp;rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/tjcvR5McmSg&amp;hl=en&amp;fs=1&amp;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object>
<p>[via <a href="http://rdist.root.org/2009/08/11/awesome-c64-visual-debugger/">Root Labs Rdist</a>]</p>
<img src="http://feeds.feedburner.com/~r/blschatz/insideout/~4/Bg9uhsLW-ik" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.schatzforensic.com.au/2009/08/guidance-for-visualisation-volatile-memory/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://blog.schatzforensic.com.au/2009/08/guidance-for-visualisation-volatile-memory/</feedburner:origLink></item>
		<item>
		<title>OzCar email faked by producer</title>
		<link>http://feedproxy.google.com/~r/blschatz/insideout/~3/Kd9iW5qRl2I/</link>
		<comments>http://blog.schatzforensic.com.au/2009/08/ozcar-email-faked-by-producer/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 00:20:51 +0000</pubDate>
		<dc:creator>Bradley Schatz</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.schatzforensic.com.au/2009/08/ozcar-email-faked-by-producer/</guid>
		<description><![CDATA[In late June I wrote about the forged email that had been at the heart of a political scandal. Mr Godwin Grech at the time claimed he had received an email from the office of the Prime Minister of Australia pushing for preferential treatment of a friend of the PM. The Australian Federal Police raided [...]]]></description>
			<content:encoded><![CDATA[<p>In late June I wrote about the <a href="http://blog.schatzforensic.com.au/2009/06/fraudulent-email-lessons-learned-from-the-ozcar-scandal/">forged email that had been at the heart of a political scandal</a>. Mr Godwin Grech at the time claimed he had received an email from the office of the Prime Minister of Australia pushing for preferential treatment of a friend of the PM. The Australian Federal Police raided Mr. Grech’s home and found the email in question, deleted, on his home computer. They pronounced it a fake.</p>
<p>Today, The Australian is reporting that <a href="http://www.theaustralian.news.com.au/story/0,25197,25877855-601,00.html">Mr. Grech last night admitted to having faked the email</a>.&#160; Mr. Grech claims that he recollected receiving an original email similar to the one in question. Unable to find the original, he concocted the fake one in order to substantiate verbal claims he had made about the matter. </p>
<img src="http://feeds.feedburner.com/~r/blschatz/insideout/~4/Kd9iW5qRl2I" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.schatzforensic.com.au/2009/08/ozcar-email-faked-by-producer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.schatzforensic.com.au/2009/08/ozcar-email-faked-by-producer/</feedburner:origLink></item>
		<item>
		<title>Presentation: Digital Evidence and the Information Security Manager</title>
		<link>http://feedproxy.google.com/~r/blschatz/insideout/~3/QHXZmPcrXRk/</link>
		<comments>http://blog.schatzforensic.com.au/2009/07/presentation-digital-evidence-and-the-information-security-manager/#comments</comments>
		<pubDate>Thu, 23 Jul 2009 01:38:14 +0000</pubDate>
		<dc:creator>Bradley Schatz</dc:creator>
				<category><![CDATA[Computer Forensics]]></category>

		<guid isPermaLink="false">http://blog.schatzforensic.com.au/2009/07/presentation-digital-evidence-and-the-information-security-practitioner/</guid>
		<description><![CDATA[I had the pleasure of addressing a seminar related to forensic readiness yesterday to a co-located meeting of three Brisbane professional groups:

The Australian Information Security Association (AISA)
The Chartered Practicing Accountants (CPA) IT Discussion Group
The Information Systems Audit and Control Association (ISACA)

Thanks to the attendees for their high degree of participation – it always makes for [...]]]></description>
			<content:encoded><![CDATA[<p>I had the pleasure of addressing a seminar related to forensic readiness yesterday to a co-located meeting of three Brisbane professional groups:</p>
<ul>
<li>The <a href="http://www.aisa.org.au/">Australian Information Security Association</a> (AISA)</li>
<li>The <a href="www.cpaaustralia.com.au">Chartered Practicing Accountants (CPA) IT Discussion Group</a></li>
<li>The <a href="http://www.isaca-brisbane.org/">Information Systems Audit and Control Association</a> (ISACA)</li>
</ul>
<p align="justify">Thanks to the attendees for their high degree of participation – it always makes for a lively and engaging time when the audience share their experiences and questions.</p>
<div id="__ss_1756468" style="text-align: left; width: 425px;"><a style="margin: 12px 0px 3px; display: block; font: 14px helvetica,arial,sans-serif; text-decoration: underline" title="Digital evidence and the information security manager" href="http://www.slideshare.net/blschatz/didital-evidence-and-the-information-security-manager">Digital evidence and the information security manager</a><object style="margin:0px" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=diditalevidence-aisa-2009-public-090722203040-phpapp01&amp;stripped_title=digital-evidence-and-the-information-security-manager" /><param name="allowfullscreen" value="true" /><embed style="margin:0px" type="application/x-shockwave-flash" width="425" height="355" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=diditalevidence-aisa-2009-public-090722203040-phpapp01&amp;stripped_title=digital-evidence-and-the-information-security-manager" allowscriptaccess="always" allowfullscreen="true"></embed></object>Update: Typo fixed in slideshare link</p>
<div style="font-family: tahoma,arial; height: 26px; font-size: 11px; padding-top: 2px;">View more <a style="text-decoration: underline" href="http://www.slideshare.net/">presentations</a> from <a style="text-decoration: underline" href="http://www.slideshare.net/blschatz">blschatz</a>.</div>
</div>
<img src="http://feeds.feedburner.com/~r/blschatz/insideout/~4/QHXZmPcrXRk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.schatzforensic.com.au/2009/07/presentation-digital-evidence-and-the-information-security-manager/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.schatzforensic.com.au/2009/07/presentation-digital-evidence-and-the-information-security-manager/</feedburner:origLink></item>
		<item>
		<title>Visual Hardware Connector Identification Guide</title>
		<link>http://feedproxy.google.com/~r/blschatz/insideout/~3/DXBNsiggsY0/</link>
		<comments>http://blog.schatzforensic.com.au/2009/07/visual-hardware-connector-identification-guide/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 03:25:05 +0000</pubDate>
		<dc:creator>Bradley Schatz</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.schatzforensic.com.au/2009/07/visual-hardware-connector-identification-guide/</guid>
		<description><![CDATA[ 
An excellent visual summary of computer hardware connectors. The original is sonic840’s Computer Hardware Poster.
[via Hack a Day]
]]></description>
			<content:encoded><![CDATA[<p><img src="http://hackadaycom.files.wordpress.com/2009/07/hardwareguide.jpg?w=470&amp;h=665" /> </p>
<p>An excellent visual summary of computer hardware connectors. The original is sonic840’s <a href="http://sonic840.deviantart.com/art/Computer-hardware-poster-1-7-111402099">Computer Hardware Poster</a>.</p>
<p>[via <a href="http://hackaday.com/">Hack a Day</a>]</p>
<img src="http://feeds.feedburner.com/~r/blschatz/insideout/~4/DXBNsiggsY0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.schatzforensic.com.au/2009/07/visual-hardware-connector-identification-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.schatzforensic.com.au/2009/07/visual-hardware-connector-identification-guide/</feedburner:origLink></item>
		<item>
		<title>Fraudulent email: lessons learned from the OzCar scandal</title>
		<link>http://feedproxy.google.com/~r/blschatz/insideout/~3/JwtItl414j8/</link>
		<comments>http://blog.schatzforensic.com.au/2009/06/fraudulent-email-lessons-learned-from-the-ozcar-scandal/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 05:21:50 +0000</pubDate>
		<dc:creator>Bradley Schatz</dc:creator>
				<category><![CDATA[Computer Forensics]]></category>

		<guid isPermaLink="false">http://blog.schatzforensic.com.au/2009/06/fraudulent-email-lessons-learned-from-the-ozcar-scandal/</guid>
		<description><![CDATA[By now, all but the most naïve of us are immune to the promises of Nigerian riches and the disquieting urges to action from banks which find their way into our email inboxes. Fraudulent emails barely rate any action or consideration beyond that needed to delete them from our inbox. Why is it then that [...]]]></description>
			<content:encoded><![CDATA[<p>By now, all but the most naïve of us are immune to the promises of Nigerian riches and the disquieting urges to action from banks which find their way into our email inboxes. Fraudulent emails barely rate any action or consideration beyond that needed to delete them from our inbox. Why is it then that the leader of the Australian opposition, and one of Australia’s most senior lawyers besides, has been tripped up by a fake email? </p>
<h2>Background</h2>
<p>Australian media reporting has been dominated over the last week by the <a href="http://www.abc.net.au/news/stories/2009/06/21/2604029.htm">OzCar scandal.</a> The scandal centres around claims that the Prime Minister (Kevin Rudd) has given preferential treatment to a friend and political donor, car dealer John Grant. Mr. Grant had previously given the Prime Minister a car for use in his campaign and contributed financially to his legal and political endeavours. </p>
<p>An apparent smoking gun in the form of an email was referred to in the senate testimony of Treasury official, Godwin Grech. Mr Grech recalled an email from the PM’s office in relation Mr. Grant and the OzCar financial bailout scheme, which Mr. Grech administered. The email was supposed to have been written by the PM’s economic adviser, Dr Andrew Charlton. The opposition leader seized on the email, calling for the PM to resign. </p>
<p>The PM responded by bringing in the Australian Federal Police (AFP) to investigate the email. On the Monday following Mr. Grech’s testimony, they executed a search warrant on Mr. Grech’s home, and very quickly released their preliminary investigation results. They had found the email in question sitting deleted on his computer. They concluded it was a hoax. Further reports have indicated that the email originated within Treasury.</p>
<p>Mr. Turnbull spent the rest of the week defending both his reliance on the fake email, and&#160; claims that the scandal had been orchestrated. He has since suffered <a href="http://www.theaustralian.news.com.au/story/0,25197,25704929-601,00.html">a large fall in public satisfaction</a>, as revealed by today’s poll results. </p>
<h2>On email authenticity </h2>
<p>This matter highlights the need for a greater degree of scepticism when it comes to reliance on email evidence, as compared with its paper counterpart. Modification of text on paper leaves a trace, whereas the substance of email is modifiable without an obvious trace. Hand written signatures go a long way towards authenticating the author of mail; the email equivalent of a signature is technically possible, however its use remains a niche practice.</p>
<p>Email authentication requires additional corroborating evidence and technical expertise. Metadata hidden within an email can indicate, among other things, the path that the email has taken from the sender to the recipient. This data is typically stored with the email, and can be used to detect tampering or outright forgery of emails. </p>
<p>Each server that an email passes through usually makes a note of the receipt and handoff of the email to the next carrier along the way. Multiple copies of the email may additionally be stored in the senders “Sent Items” folder and in archival or disaster recovery backups. Such information can be used to identify which computer an email originally came from.</p>
<p>Gaining access to these evidence sources is time consuming and often involves the cooperation of multiple parties. Determining authenticity based on such evidence then requires a high degree of expertise. </p>
<h2>Commentary</h2>
<p>It is unlikely that either Mr. Grech or Mr. Turnbull would have had access to the corroborating evidence or possess the expertise required to judge the authenticity of the email. Nor for that matter would the average email user.</p>
<p>Day to day though, email authenticity isn’t a problem. Our society largely manages to muddle along with email as one of our primary communications mediums. The reason it works is that each of us make decisions of trust around every email we receive.</p>
<p>Assuming neither Mr. Grech nor Mr. Turnbull fabricated the email, whoever inside Treasury created and sent the email to Mr. Grech relied on exploiting his trust of emails appearing to come from that source. It appears that Mr. Turnbull trusted Mr. Grech in turn. </p>
<p>This affair may mark the end of this kind of trust in emails as concrete evidence and the general acceptance of their authenticity. Certainly you would think so in the case of politicians attempting to score points against their opponents. </p>
<p>More generally though, the wider implications of the increased awareness of the vulnerability of email to fraud will be felt in our courts, where emails are often cited as evidence in both criminal and civil matters. </p>
<p>As for the fake email which has brought all of this to the public’s attention, presumably the AFP are still investigating who the original concocter of the email was. This investigation should lead to an examination of the computer systems of Treasury, where traces of the email, and hence clues to the original concoctor of the email may well remain. In which case, we wait with bated breath to see the next twist in this political drama.</p>
<img src="http://feeds.feedburner.com/~r/blschatz/insideout/~4/JwtItl414j8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.schatzforensic.com.au/2009/06/fraudulent-email-lessons-learned-from-the-ozcar-scandal/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://blog.schatzforensic.com.au/2009/06/fraudulent-email-lessons-learned-from-the-ozcar-scandal/</feedburner:origLink></item>
	</channel>
</rss>
