<?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>cmdLabs &#187; Digital Forensics</title>
	<atom:link href="http://blog.cmdlabs.com/tag/digital-forensics/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.cmdlabs.com</link>
	<description></description>
	<lastBuildDate>Mon, 26 Sep 2011 15:29:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Winner of the DFRWS2011 Forensics Challenge Announced</title>
		<link>http://blog.cmdlabs.com/2011/09/26/winner-of-the-dfrws2011-forensic-challenge-announced/</link>
		<comments>http://blog.cmdlabs.com/2011/09/26/winner-of-the-dfrws2011-forensic-challenge-announced/#comments</comments>
		<pubDate>Mon, 26 Sep 2011 15:24:01 +0000</pubDate>
		<dc:creator>Eoghan Casey</dc:creator>
				<category><![CDATA[Forensic Analysis]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Cell Phone Forensics]]></category>
		<category><![CDATA[Computer crime]]></category>
		<category><![CDATA[Computer Forensics]]></category>
		<category><![CDATA[Digital crime scene]]></category>
		<category><![CDATA[Digital evidence]]></category>
		<category><![CDATA[Digital Forensics]]></category>
		<category><![CDATA[Digital Investigation]]></category>
		<category><![CDATA[Embedded Databases]]></category>
		<category><![CDATA[Embedded Systems Analysis]]></category>
		<category><![CDATA[file system]]></category>
		<category><![CDATA[Flash memory]]></category>
		<category><![CDATA[Forensic science]]></category>
		<category><![CDATA[metadata]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[Mobile Device Forensics]]></category>
		<category><![CDATA[NAND]]></category>
		<category><![CDATA[YAFFS2 file system]]></category>

		<guid isPermaLink="false">http://blog.cmdlabs.com/?p=385</guid>
		<description><![CDATA[This year Eoghan Casey worked with Tim Vidas at Carnegie Mellon University and Matthew Geiger at CERT to create the DFRWS Forensics Challenge in an effort to advance forensic analysis of Android mobile devices. The winners of the challenge were Ivo Pooters, Steffen Moorrees and Pascal Arends from Fox-IT. Their submission provides a suite of [...]]]></description>
			<content:encoded><![CDATA[<p><br clear=all>This year Eoghan Casey worked with Tim Vidas at Carnegie Mellon University and Matthew Geiger at CERT to create the DFRWS Forensics Challenge in an effort to advance forensic analysis of Android mobile devices. The winners of the challenge were Ivo Pooters, Steffen Moorrees and Pascal Arends from <a href="http://www.fox-it.com/">Fox-IT</a>. Their submission provides a suite of utilities written in Python for extracting information from data acquired from Flash memory on Android devices. Complete results are posted on the <a href="http://www.dfrws.org/2011/challenge/results.shtml">DFRWS Web site</a>.</p>
<p><br clear=all>The scenarios for the DFRWS 2011 Forensics Challenge were two seemingly unrelated crimes that turned out to be tightly linked with each other. The first scenario was a suspicious death and the goal of the investigation was to determine whether the victim killed himself or was murdered. The second scenario was an intellectual property theft case and the goal of the investigation was to document any evidence that intellectual property was stolen and to support termination of the suspected insider.</p>
<p><br clear=all>An interesting outcome of the challenge was that using dd to acquire data from the Android device in Scenario 1 did not copy the important information in out-of-band (OOB) areas of the YAFFS2 file system. As a result, it was not possible to reconstruct the file system. However, contestants were still able to carve out usable content from this data.</p>
<p><br clear=all>The winning submission provides a technical analysis of data structures found in memory dump from Android mobile devices and provides an Android analysis toolkit that extracts specific items and formats them in a report. Using this toolkit to perform a forensic examination of a full NAND dump of a YAFFS2 file system (such as in Scenario 2 of the DFRWS 2011 Forensics Challenge) first requires the file system to be mounted under Linux as an emulated Flash device (using nandsim).</p>
<p><br clear=all>A sample of the information extracted by the winners from the SQLite database located on the Android device in Scenario 2 (mtd8\data\com.android.providers.telephony\databases\mmssms.db) is provided here:</p>
<div>
<table border="1">
<tbody>
<tr>
<th>Address</th>
<th>date/time (UTC)</th>
<th>read</th>
<th>type</th>
<th>body</th>
</tr>
<tr>
<td>shandra@cheerful.com</td>
<td>05/06/2011 01:34:55 AM</td>
<td>True</td>
<td>in</td>
<td>(Nearby! Coming for my beer) Hey Yob, I am closing in on Fat Heads. See ya soon.</td>
</tr>
<tr>
<td>sms.dynadel@gmail.com</td>
<td>05/06/2011 05:53:30 PM</td>
<td>True</td>
<td>in</td>
<td>Reminder, planned IT outage this weekend. This maintenance window will start at 3 PM today and continue for approx 48 hours.</td>
</tr>
<tr>
<td>sms.dynadel@gmail.com</td>
<td>05/06/2011 05:55:16 PM</td>
<td>True</td>
<td>in</td>
<td>This effects external services such as website, email, webmail, and the ftp server. Use the secondary email access and helpdesk # for emergencies</td>
</tr>
<tr>
<td>shandra@cheerful.com</td>
<td>05/07/2011 11:39:16 PM</td>
<td>True</td>
<td>in</td>
<td>(Save me!) If Luke asks, I&#8217;m going out with you to dinner, OK?<br />
I just can&#8217;t face Mr. Smooth tonight.<br />
Shandra</td>
</tr>
<tr>
<td>6245</td>
<td>05/07/2011 11:44:27 PM</td>
<td>True</td>
<td>out</td>
<td>Sure thing. Do you know where the wine loft is?</td>
</tr>
<tr>
<td>6245</td>
<td>05/07/2011 11:54:37 PM</td>
<td>True</td>
<td>out</td>
<td>I ran into some friends at the double wide, meetup at 8:30 or so?</td>
</tr>
<tr>
<td>6245</td>
<td>05/07/2011 11:56:53 PM</td>
<td>True</td>
<td>out</td>
<td>Or you can walk down Carson and join us</td>
</tr>
</tbody>
</table>
</div>
<p><br clear=all>Much more information was extracted from both Android devices as detailed in the reports, which include an impressive <a href="http://sandbox.dfrws.org/2011/fox-it/DFRWS2011_results/Report/DFRWS%202011%20-%20timeline.png">graphical reconstruction </a>of events.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.cmdlabs.com/2011/09/26/winner-of-the-dfrws2011-forensic-challenge-announced/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Digital Evidence &amp; Computer Crime, 3rd Edition Released</title>
		<link>http://blog.cmdlabs.com/2011/05/31/digital-evidence-computer-crime-3rd-edition-released/</link>
		<comments>http://blog.cmdlabs.com/2011/05/31/digital-evidence-computer-crime-3rd-edition-released/#comments</comments>
		<pubDate>Tue, 31 May 2011 15:10:24 +0000</pubDate>
		<dc:creator>Eoghan Casey</dc:creator>
				<category><![CDATA[Forensic Analysis]]></category>
		<category><![CDATA[Mobile Device Forensics]]></category>
		<category><![CDATA[Cell Phone Forensics]]></category>
		<category><![CDATA[Computer crime]]></category>
		<category><![CDATA[Computer Forensics]]></category>
		<category><![CDATA[Digital crime scene]]></category>
		<category><![CDATA[Digital evidence]]></category>
		<category><![CDATA[Digital Forensics]]></category>
		<category><![CDATA[Digital Investigation]]></category>
		<category><![CDATA[FAT file system]]></category>
		<category><![CDATA[Forensic science]]></category>
		<category><![CDATA[Intrusion Investigation]]></category>
		<category><![CDATA[Investigating cyberstalking]]></category>
		<category><![CDATA[Investigating online sex offenders]]></category>
		<category><![CDATA[Linux file systems]]></category>
		<category><![CDATA[Mac Forensic Analysis]]></category>
		<category><![CDATA[metadata]]></category>
		<category><![CDATA[Network Forensics]]></category>
		<category><![CDATA[NTFS file system]]></category>
		<category><![CDATA[scientific method]]></category>
		<category><![CDATA[timestamps]]></category>
		<category><![CDATA[UNIX file systems]]></category>
		<category><![CDATA[UNIX Forensic Analysis]]></category>
		<category><![CDATA[Violent crime investigation]]></category>
		<category><![CDATA[Windows Forensic Analysis]]></category>

		<guid isPermaLink="false">http://blog.cmdlabs.com/?p=356</guid>
		<description><![CDATA[After six years of work, the expanded and updated third edition of Digital Evidence and Computer Crime: Forensic Science, Computers and the Internet is now complete. The 800 printed pages and one online chapter cover the methods and tools relevant to incident responders, forensic analysts, police and lawyers. This book is divided into five parts, [...]]]></description>
			<content:encoded><![CDATA[<p>After six years of work, the expanded and updated third edition of <a href="http://www.amazon.com/gp/product/0123742684?ie=UTF8&amp;tag=wwwcmdlabscom-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=0121631044">Digital Evidence and Computer Crime: Forensic Science, Computers and the Internet</a> is now complete. The 800 printed pages and one online chapter cover the methods and tools relevant to incident responders, forensic analysts, police and lawyers.</p>
<p><center></p>
<p><div id="attachment_357" class="wp-caption aligncenter" style="width: 248px"><a href="http://www.amazon.com/gp/product/0123742684?ie=UTF8&amp;tag=wwwcmdlabscom-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=0121631044"><img src="http://blog.cmdlabs.com/wp-content/uploads/2011/05/Casey-DECC3e.png" alt="Eoghan Casey - Digital Evidence &amp; Computer Crime, 3rd Edition" title="Casey DECC3e" width="238" height="298" class="size-full wp-image-357" /></a><p class="wp-caption-text">Eoghan Casey - Digital Evidence &#038; Computer Crime, 3rd Edition</p></div><br />
</center></p>
<p>This book is divided into five parts, beginning with the fundamental concepts and legal issues relating to digital evidence and computer crime in Part 1 (Digital Forensics: Chapters 1 – 5). Part 2 of this text (Digital Investigations: Chapters 6 – 9) covers investigative aspects of digital evidence and computer crime. Part 3 of this text (Apprehending Offenders: Chapters 10 &#8211; 14) deals with specific types of investigations with a focus on apprehending offenders, including Violent Crime in Chapter 10, Sex Offenders on the Internet in Chapter 12 and Investigating Computer Intrusions in Chapter 13. Part 4 of this book (Computer Forensics: Chapters 15 &#8211; 20) begins by introducing basic Forensic Science concepts in the context of a single computer, and goes on to apply these concepts in updated chapters dedicated to networked Windows, Unix, and Macintosh computers and mobile devices. Part 5 (Network Forensics: Chapters 21 – 25) covers computer networks from an investigative perspective, focusing specifically on the Internet and performing forensic analysis on network logs and traffic.</p>
<p><br clear=all>
<p>This material provides the foundation for the more advanced companion text, the <a href="http://blog.cmdlabs.com/2010/02/03/handbook-of-digital-forensics-and-investigation-released/">Handbook of Digital Forensics and Investigation</a>.</p>
<p><br clear=all>
<p>Many thanks to <a href="http://www.udayton.edu/law/faculty_and_staff/brenner_susan.php">Susan Brenner</a>, <a href="http://www.cmdlabs.com/Christopher_Daywalt.aspx">Christopher Daywalt</a>, <a href="http://www.techforensicexperts.com/53/index.html">Monique Mattei Ferraro</a>, <a href="http://www.tilburguniversity.edu/webwijs/show/?uid=e.j.koops">Bert-Jaap Koops</a>, <a href="http://www.cmdlabs.com/Terrance_Maguire.aspx">Terrance Maguire</a>, Mike McGrath, Tessa Robinson, <a href="http://www.schatzforensic.com.au/">Bradley Schatz</a>, Ben Turnbull and <a href="http://www.corpus-delicti.com/brent/brent_cv.html">Brent Turvey</a> for their excellent contributions to this textbook.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.cmdlabs.com/2011/05/31/digital-evidence-computer-crime-3rd-edition-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Pitfalls of File Initialization for Forensic Analysts</title>
		<link>http://blog.cmdlabs.com/2010/03/17/the-pitfalls-of-file-initialization-for-forensic-analysts/</link>
		<comments>http://blog.cmdlabs.com/2010/03/17/the-pitfalls-of-file-initialization-for-forensic-analysts/#comments</comments>
		<pubDate>Wed, 17 Mar 2010 14:07:11 +0000</pubDate>
		<dc:creator>Eoghan Casey</dc:creator>
				<category><![CDATA[Forensic Analysis]]></category>
		<category><![CDATA[Digital Forensics]]></category>
		<category><![CDATA[file system]]></category>
		<category><![CDATA[NTFS]]></category>

		<guid isPermaLink="false">http://blog.cmdlabs.com/?p=157</guid>
		<description><![CDATA[File initialization is a normal Windows file system behavior that can create problems for forensic analysts. We have encountered file initialization behaviors in a number of cases and find that it creates significant confusion if the underlying cause is not understood. In several cases, incomplete file initialization was misinterpret as backdating, and in another matter [...]]]></description>
			<content:encoded><![CDATA[<p>File initialization is a normal Windows file system behavior that can create problems for forensic analysts. We have encountered file initialization behaviors in a number of cases and find that it creates significant confusion if the underlying cause is not understood. In several cases, incomplete file initialization was misinterpret as backdating, and in another matter it hampered data salvaging efforts.<br />
<br clear=all><strong>  File Initialization</strong><br />
File initialization is a process that Microsoft Windows uses when creating a new file system entry. Basically, when a new file is being created, an appropriate amount of unallocated space is  reserved for the data that will be stored in the new file. Under certain circumstances, the storage space reserved for the new file may not be used in its entirety, or at all.</p>
<p><br clear=all>When only a portion of the disk space that was reserved for a new file is used to store data associated with that file, this leaves a discrepancy between the logical file size and the actual amount of data stored in the file. As a result, you can have a file that appears to have a logical size larger than the actual amount of data stored for that file. The space between the end of valid data and the end of file is called uninitialized space.</p>
<ul><em>&#8220;In NTFS, there are two important concepts of file length: the End of File (EOF) marker and the Valid Data Length (VDL). The EOF indicates the actual length of the file. The VDL identifies the length of valid data on disk. Any reads between VDL and EOF automatically return 0 in order to preserve the C2 object reuse requirement.&#8221; </em>(<a href="http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/fsutil_file.mspx">Microsoft fsutil documentation</a>)</ul>
<p>  </p>
<p>Uninitialized space is similar in concept to file slack except that it is contained within the logical file size. Unlike file slack which is no longer associated with a file, data in uninitialized space is in a kind of limbo, trapped at the end of an allocated file but not actually part of that file. </p>
<p><center><img src="http://blog.cmdlabs.com/wp-content/uploads/2010/03/UninitializedDiagram.jpg" alt="Uninitialized Diagram" title="Uninitialized Diagram" width="565" height="223" class="aligncenter size-full wp-image-158" /></center></p>
<p><center><strong>Figure</strong>: Diagram of file with a logical size that is larger than its valid data length, leaving uninitialized space</center></p>
<p><br clear=all>The effect of file initialization behaviors are most easily demonstrated on Windows XP with fsutil as shown here. First, we create a new file that can contain 1024 bytes: </p>
<ul><code>C:\Test>fsutil file createnew cmdLabs-setvaliddata 1024<br />
File C:\Test\cmdLabs-setvaliddata is created<br />
</code></ul>
<p><br clear=all>Then we set the valid data length of the new file to 1000 bytes, which leaves 24 bytes unused at the end of the file.</p>
<ul>
<code>C:\Test>fsutil file setvaliddata cmdLabs-setvaliddata 1000 <br />
Valid data length is changed</code>
</ul>
<p>NTFS captures the difference between logical file size and valid data length in two MFT fields as shown here:<br />
<br clear=all><br />
<center><img src="http://blog.cmdlabs.com/wp-content/uploads/2010/03/UninitializedMFT.jpg" alt="MFT Entry" title="MFT Entry" width="617" height="482" class="aligncenter size-full wp-image-193" /></center><br />
<center><strong>Figure:</strong>MFT entry with logical size and valid data length viewed using X-Ways Forensics</center></p>
<p><br clear=all><br />
<strong>Salvaging Data from File System Limbo</strong><br />
The significance of this from a forensic analysis standpoint is that a file with a valid data length smaller than the logical file size can contain data associated with two files: data associated with the new file (VDL bytes), and data from the old file in uninitialized space (logical file size &#8211; VDL bytes). </p>
<p><br clear=all><br />
From a forensic analysis perspective, this uninitialized space can be beneficial. While various disk cleaning utilities can be configured to wipe file slack, they generally do not touch data in uninitialized space. As a result, deleted data can remain in uninitialized space indefinitely, even despite data destruction efforts, and can be salvaged by forensic analysts.</p>
<p><br clear=all><br />
However, this arrangement of data can create complications for forensic analysts, particularly when dealing with larger files that have substantial amounts of uninitialized space. For instance, when carving for certain file types, it is common to export unallocated space. However, any data in uninitialized space will not be included in unallocated space. Similarly, when performing keyword searches, a forensic analyst could incorrectly attribute a hit in the uninitialized space with the new file.</p>
<p><br clear=all><br />
In one case, several approaches were employed in an effort to salvage video fragments:</p>
<ul>
<li>examined deleted video files still referenced by file system</li>
<li>performed file carving on unallocated space only</li>
<li>processed file slack only for fragments of video files</li>
</ul>
<p>None of these approaches recovered videos from a time period of interest. It was not until we conducted a forensic analysis of uninitialized space that additional video fragment were found.</p>
<p><br clear=all><br />
<strong>Misinterpreting Normal File System Behavior as Backdating </strong><br />
Another complication from a forensic analysis standpoint arises when the file creation process is interrupted before the contents of the file is written to disk, because the new file system entry will point to a cluster that still contains data associated with an older file. When this occurs and a date can be associated with the older file, forensic analysts might think that a newer file was overwritten by an older one. This phenomenon can be misinterpreted as evidence of backdating.</p>
<p><br clear=all>As an example, consider a newly created file that has not been initialized and has not had any associated data saved to disk as shown here using fsutil:</p>
<ul>
<code>C:\Test>fsutil file createnew cmdLabs-creatnew 1024<br />
File C:\Test\cmdLabs-creatnew is created<br />
</code>
</ul>
<p><br clear=all> When a file is initialized but the associated contents was not written to disk, the initialized file system entry may point to a cluster that contains old data as shown below using EnCase. By default, EnCase shows uninitialized space in blue text. The cluster that was allocated to the new file “cmdLabs-createnew” contains older data (folder entries of files from earlier in January).<br />
  </p>
<p><img src="http://blog.cmdlabs.com/wp-content/uploads/2010/03/fsutils-fileinit.bmp" alt="fsutils file initialization example" title="fsutils file initialization example" class="aligncenter size-full wp-image-147" /></p>
<p><center><strong>Figure</strong>: EnCase showing folder entries from early January in the cluster allocated to the new initialized file system entry</center></p>
<p><br clear=all>This situation can be misinterpreted as backdating if the forensic analyst assumes that the clock had to be set back to the old date when the file contents was saved to disk.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.cmdlabs.com/2010/03/17/the-pitfalls-of-file-initialization-for-forensic-analysts/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Handbook of Digital Forensics and Investigation Released</title>
		<link>http://blog.cmdlabs.com/2010/02/03/handbook-of-digital-forensics-and-investigation-released/</link>
		<comments>http://blog.cmdlabs.com/2010/02/03/handbook-of-digital-forensics-and-investigation-released/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 19:23:39 +0000</pubDate>
		<dc:creator>Eoghan Casey</dc:creator>
				<category><![CDATA[Forensic Analysis]]></category>
		<category><![CDATA[Cell Phone Forensics]]></category>
		<category><![CDATA[Digital Forensics]]></category>
		<category><![CDATA[Digital Investigation]]></category>
		<category><![CDATA[Embedded Systems Analysis]]></category>
		<category><![CDATA[Intrusion Investigation]]></category>
		<category><![CDATA[Mac Forensic Analysis]]></category>
		<category><![CDATA[Mobile Device Forensics]]></category>
		<category><![CDATA[Network Forensics]]></category>
		<category><![CDATA[UNIX Forensic Analysis]]></category>
		<category><![CDATA[Windows Forensic Analysis]]></category>

		<guid isPermaLink="false">http://blog.cmdlabs.com/?p=130</guid>
		<description><![CDATA[At long last and with the help of many talented experts, I have put together a new Handbook. This book provides an advanced reference for conducting digital investigations and performing forensic examinations. The first part of the book provides comprehensive methodologies and practical tips from experienced practitioners in the areas of forensic analysis, electronic discovery [...]]]></description>
			<content:encoded><![CDATA[<p>At long last and with the help of many talented experts, I have put together a new Handbook. This book provides an advanced reference for conducting digital investigations and performing forensic examinations. The first part of the book provides comprehensive methodologies and practical tips from experienced practitioners in the areas of forensic analysis, electronic discovery and intrusion investigation. The second part of the book delves into technical aspects of digital evidence on computers, networks, and embedded systems. The technologies covered include Windows, UNIX, and Macintosh computers, cellular telephones and other mobile devices, networks and mobile telecommunications technology.<br />
<br clear=all><br />
The Network Investigations chapter written by cmdLabs personnel is available in PDF form <a href="https://secure.tivilon.com/CMDLABS_COM/HandbookChapter9.aspx">upon request</a>.<br />
<br clear=all><br />
F-Response is giving a copy of the Handbook with purchase of their tool:<br />
<strong><a href="http://www.f-response.com/index.php?option=com_content&amp;amp;view=article&amp;amp;id=216%3 Abuy-f-response-get-a-copy-of-the-handbook-of-digital-forensics-and-investig ation&amp;amp;catid=34%3Ablog-posts&amp;amp;Itemid=58 ">Buy F-Response, Get a copy of The Handbook of Digital Forensics and Investigation</a><strong> </strong></strong></p>
<p><br clear=all><br />
<img src="http://blog.cmdlabs.com/wp-content/uploads/2010/02/Handbook2.jpg" alt="Handbook" title="Handbook" width="240" height="240" class="aligncenter size-full wp-image-140" /></p>
<p><strong><strong><span style="font-weight: normal;"><em> My deepest thanks to the contributors: Cory Altheide (Mandiant) &#8211; Christopher Daywalt (cmdLabs) &#8211; Andrea de Donno (Lepta) &#8211; Dario Forte (DFLabs) &#8211; James Holley (Ernst &amp; Young) &#8211; Andy Johnson (University of Maryland, Baltimore County) &#8211; Ronald van der Knijff (Netherlands Forensic Institute) &#8211; Anthony Kokocinski (CSC) &#8211; Paul Luehr (Stroz Friedberg) &#8211; Terrance Maguire (cmdLabs) &#8211; Ryan Pittman (US Army) &#8211; Curtis Rose (Curtis W. Rose &amp; Associates) &#8211; Joseph Schwerha (TraceEvidence) &#8211; Dave Shaver (US Army) &#8211; Jessica Reust Smith (Stroz Friedberg).</em></span></strong></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.cmdlabs.com/2010/02/03/handbook-of-digital-forensics-and-investigation-released/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

