<?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; Tool Validation</title>
	<atom:link href="http://blog.cmdlabs.com/category/tool-validation/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>Salvaging Digital Video Fragments</title>
		<link>http://blog.cmdlabs.com/2011/05/30/salvaging-digital-video-fragments/</link>
		<comments>http://blog.cmdlabs.com/2011/05/30/salvaging-digital-video-fragments/#comments</comments>
		<pubDate>Mon, 30 May 2011 20:06:30 +0000</pubDate>
		<dc:creator>Eoghan Casey</dc:creator>
				<category><![CDATA[Forensic Analysis]]></category>
		<category><![CDATA[Mobile Device Forensics]]></category>
		<category><![CDATA[Tool Validation]]></category>

		<guid isPermaLink="false">http://blog.cmdlabs.com/?p=324</guid>
		<description><![CDATA[Digital video is becoming a more common form of digital evidence with the increasing prevalence of video in computers, mobile devices and cameras. Digital cameras can create high quality videos, most smart phones can create videos, and the iPad2 has two cameras that can create videos. The videos created by such digital devices can be [...]]]></description>
			<content:encoded><![CDATA[<p>Digital video is becoming a more common form of digital evidence with the increasing prevalence of video in computers, mobile devices and cameras. Digital cameras can create high quality videos, most smart phones can create videos, and the iPad2 has two cameras that can create videos. The videos created by such digital devices can be stored on removable storage media and on the devices themselves. Frequent creation and deletion of videos on these kinds of devices can result in fragments of deleted video clips that most file carving tools cannot salvage. In addition, when dealing with Flash memory dumps acquired from mobile devices, data at the physical level is often fragmented. Specialized methods and tools are needed to salvage deleted video fragments as demonstrated in this article using the contents of Flash memory acquired from a Motorola V3 (RAZR) mobile device.</p>
<p><br clear=all><br />
<h3>File Carving Limitations</h3>
<p>Most file carving tools require a known file header in order to salvage deleted data. For instance, to recover a deleted 3gp file, most carving tools look for the file headers such as the following.</p>
<p><center><br clear=all><b>Hex view of 3gp header in the Motorola V3 Flash memory dump</b><br />
<a href="http://blog.cmdlabs.com/wp-content/uploads/2011/05/image001.png"><img src="http://blog.cmdlabs.com/wp-content/uploads/2011/05/image001.png" alt="" title="image001" width="615" height="220" class="aligncenter size-full wp-image-325" /></a><br />
</center><br />
<br clear=all>
<p>If the file is fragmented or the header is missing, the file carving approach will not salvage the deleted video successfully. In this example, a file carving tool that searched the Motorola V3 memory dump for several 3gp header signatures found two files in as shown in the audit log: </p>
<ul>
<pre>
05/24/2011, 11:26:35
QuickTime 3GP (3gp), header: ftypisom
QuickTime 3GP (3gp), header: ftyp3gp
QuickTime 3GP (3gp), header: ftypmmp4
Default file size: 1024 KB
Maximum file size: 100 times (individual file type definition defaults sizes respected)

E:\Physical GSM Motorola V3 RAZR\Flex Partition 1140000-1fe0000.bin
Scope: 000000 - E9FFFF
Extensive byte-level search

9D0E80 - AD0E7F: 00001.3gp
B888F0 - C888EF: 00002.3gp

05/24/2011, 11:26:35
2 file headers were found. 2 files were retrieved.
</pre>
</ul>
<p><br clear=all>
<p>However, the salvaged files were invalid because the original files were fragmented. Furthermore, the names and directory paths of these files were not obtained using this method, demonstrating a further limitation of file carving. </p>
<p><br clear=all><br />
<h3>Salvaging Video Fragments</h3>
<p>When video files are fragmented, it is necessary to consider the video file format in more detail. Fortunately, many digital video formats have a structure that can be used to find and salvage individual frames. A frame is a discrete section of the video that can have a timecode or sequence number and other characteristics that can be useful for salvaging digital video clips.</p>
<p><br clear=all>
<p>The <a href="http://defraser.sourceforge.net/">defraser</a> tool can be used to identify frames for several video formats in a forensic duplicate of any piece of storage media, including a removable storage card, computer hard drive and Flash dump from a mobile device. The following screenshot shows defraser used to detect video related data in the Motorola V3 memory dump.</p>
<p><center><br clear=all>
<p><b>Defraser showing video related data in the Motorola V3 memory dump</b><br />
<a href="http://blog.cmdlabs.com/wp-content/uploads/2011/05/image003.png"><img src="http://blog.cmdlabs.com/wp-content/uploads/2011/05/image003.png" alt="" title="Defraser" width="837" height="573" class="aligncenter size-full wp-image-326" /></a></center></p>
<p><br clear=all>
<p>Although the defraser tool does not automatically piece together the frames into a video that can be played, it does make the frames available for manual reconstruction. With some effort, defraser may be used to combine fragmented frames into a valid video file that can be played. </p>
<p><br clear=all>
<p>As with file carving methods that rely on header signatures, the carving methods employed by defraser do not provide the filenames and directory path of salvaged video data in the context of the original file system. </p>
<p><br clear=all><br />
<h3>File System Reconstruction</h3>
<p>Ultimately, the most effective approach to extracting digital video files from acquired digital evidence such as a Flash memory dump from mobile device is to reconstruct the logical arrangement of data. On mobile devices, this logical structure involves the flash abstraction layer and file system. Using mobile device forensic tools such as <a href="http://www.cellebrite.com">Cellebrite Physical</a> and <a href="http://www.msab.com">XRY</a>, it is possible to reconstruct and review logical file structure of a Flash memory dump as shown below with a 3gp video stored in an MMS related file in the Motorola V3 memory dump. Note that different tools may interpret the logical structure differently and show more files and folders, clearly demonstrating the importance of validating the results of forensic examination tools.</p>
<p><center><br clear=all>
<p><b>XRY/XACT showing the logical file system in the Motorola V3 memory dump</b><br />
<a href="http://blog.cmdlabs.com/wp-content/uploads/2011/05/image005.png"><img src="http://blog.cmdlabs.com/wp-content/uploads/2011/05/image005.png" alt="" title="XACT" width="840" height="678" class="aligncenter size-full wp-image-329" /></a></center></p>
<p><center><br clear=all>
<p><b>Cellebrite Physical showing the logical file system in the Motorola V3 memory dump</b><br />
<a href="http://blog.cmdlabs.com/wp-content/uploads/2011/05/image007.png"><img src="http://blog.cmdlabs.com/wp-content/uploads/2011/05/image007.png" alt="" title="Cellebrite" width="857" height="799" class="aligncenter size-full wp-image-327" /></a><br />
</center><br />
<br clear=all>
<p>Extracting the MMS file using such a mobile device forensic tool and extracting the video content as discussed in the “<a href="http://blog.cmdlabs.com/2009/12/10/delving-into-mobile-device-file-systems/">Delving into Mobile Device File Systems</a>” blog post results in a 3gp file that can be played using VLC media player.</p>
<p><center><br clear=all>
<p><b>Playing salvaged digital video using VLC Player</b><br />
<a href="http://blog.cmdlabs.com/wp-content/uploads/2011/05/image009.png"><img src="http://blog.cmdlabs.com/wp-content/uploads/2011/05/image009.png" alt="" title="Recovered Video" width="435" height="367" class="aligncenter size-full wp-image-328" /></a></center></p>
<p><br clear=all><br />
<h3>Examination of Salvaged Video</h3>
<p>After salvaging digital video files it is important to review the resulting data closely for potential anomalies. For instance, using <a href="http://mediainfo.sourceforge.net">MediaInfo</a> to extract metadata from video files shows details related to its creation and format. The following screenshot shows metadata from a 3gp video extracted from the Motorola V3 memory dump, revealing that the embedded date-time stamp was set to an incorrect date. </p>
<p><center><br clear=all>
<p><b>Metadata within a 3gp video displayed using MediaInfo</b><br />
<a href="http://blog.cmdlabs.com/wp-content/uploads/2011/05/image011.png"><img src="http://blog.cmdlabs.com/wp-content/uploads/2011/05/image011.png" alt="" title="MediaInfo" width="445" height="347" class="aligncenter size-full wp-image-332" /></a></center></p>
<p><br clear=all>
<p>In addition, reviewing individual frames within a salvaged video file can reveal anomalies such as portions of two unrelated videos being combined into one salvage file. The following screenshot shows frames extracted from a 3gp file using <a href="http://video-validator.sourceforge.net/">DCCI Video Validator</a> revealing footage from two unrelated video files.</p>
<p><center><br clear=all>
<p><b>Frames extracted from digital video using DCCI Video Validator</b><br />
<a href="http://blog.cmdlabs.com/wp-content/uploads/2011/05/VideoValidator.png"><img src="http://blog.cmdlabs.com/wp-content/uploads/2011/05/VideoValidator.png" alt="" title="VideoValidator" width="1035" height="656" class="aligncenter size-full wp-image-339" /></a></center></p>
<p><br clear=all><br />
<h3>Conclusions</h3>
<p>When a video file is fragmented or the header of a video file is overwritten, carving methods that rely on header signatures and contiguous files will not salvage video files successfully and may even incorrectly combine unrelated video fragments into a single file or fail to detect the presence of video content altogether. However, using specialized tools such as defraser, a digital investigator may be able to salvage fragments of video files and piece them together into a valid video file. This process of reconstructing video fragments is time consuming and error prone, particularly when dealing with numerous video files on a single piece of storage media or mobile device. Therefore, whenever feasible, it is preferable to reconstruct the logical arrangement of data to extract the complete content of video files. Whichever method is most effective for salvaging digital video, it is important to examine the results closely to ensure the accuracy and completeness of the resulting videos. Such a review includes inspecting embedded metadata for anomalies and reviewing keyframes for possible fragments of unrelated video footage.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.cmdlabs.com/2011/05/30/salvaging-digital-video-fragments/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Winner of the DFRWS2010 Forensic Challenge Announced</title>
		<link>http://blog.cmdlabs.com/2010/08/30/winner-of-the-dfrws2010-forensic-challenge-announced/</link>
		<comments>http://blog.cmdlabs.com/2010/08/30/winner-of-the-dfrws2010-forensic-challenge-announced/#comments</comments>
		<pubDate>Mon, 30 Aug 2010 15:53:25 +0000</pubDate>
		<dc:creator>Eoghan Casey</dc:creator>
				<category><![CDATA[Mobile Device Forensics]]></category>
		<category><![CDATA[Tool Validation]]></category>
		<category><![CDATA[Cell Phone Forensics]]></category>
		<category><![CDATA[Flash memory]]></category>
		<category><![CDATA[NAND]]></category>
		<category><![CDATA[NOR]]></category>
		<category><![CDATA[Physical Memory Analysis]]></category>

		<guid isPermaLink="false">http://blog.cmdlabs.com/?p=249</guid>
		<description><![CDATA[This year Eoghan Casey collaborated with the Netherlands Forensic Institute to create the DFRWS Forensic Challenge in an effort to advance forensic analysis of Flash memory in mobile devices. The winner of the challenge was Solal Jacob who used the open source Digital Forensic Framework, and provides some new modules specifically for parsing memory dumps [...]]]></description>
			<content:encoded><![CDATA[<p>This year Eoghan Casey collaborated with the <a href="http://www.forensicinstitute.nl/">Netherlands Forensic Institute</a> to create the DFRWS Forensic Challenge in an effort to advance forensic analysis of Flash memory in mobile devices. The winner of the challenge was Solal Jacob who used the open source <a href="http://www.digital-forensic.org">Digital Forensic Framework</a>, and provides some new modules specifically for parsing memory dumps of Sony Ericsson K800i devices. Complete results are posted on the <a href="http://www.dfrws.org/2010/challenge/results.shtml">DFRWS Web site</a>.</p>
<p><br clear=all>The scenario for the DFRWS2010 Forensic Challenge involves an arms dealer named Monsieur Victor (a.k.a. &#8220;The General&#8221;) who was apprehended in the Netherlands and threw Sony Ericsson K800i in a nearby canal. The Netherlands Forensic Institute acquired data from NAND and NOR chips in the water damaged mobile device using Memory toolkit. The goal of the challenge is to recover leads relating to front companies, bank accounts and cohorts.</p>
<p><br clear=all>The winning submission provides a technical analysis of data structures found in memory dump from a Sony Ericsson K800i mobile device and provides DFF plug-ins that recover wear-leveling tables, enabling a forensic analyst to reconstruct the flash abstraction layer as shown here.</p>
<p><br clear=all>
<p style="text-align: center;">
<a href="http://blog.cmdlabs.com/wp-content/uploads/2010/08/ftl-reconstruction.png"><img class="aligncenter size-full wp-image-251" title="ftl-reconstruction" src="http://blog.cmdlabs.com/wp-content/uploads/2010/08/ftl-reconstruction.png" alt="" width="718" height="366" /></a></p>
<p><br clear=all><br />
Once the desired state of memory has been reconstructed, the DFF tool can be used to interpret the partition table and file systems on the mobile device as shown here.</p>
<p style="text-align: center;">
<a href="http://blog.cmdlabs.com/wp-content/uploads/2010/08/parse-filesystem.png"><img class="aligncenter size-full wp-image-252" title="parse-filesystem" src="http://blog.cmdlabs.com/wp-content/uploads/2010/08/parse-filesystem.png" alt="" width="694" height="412" /></a></p>
<p><br clear=all><br />
The resulting logical view show metadata associated with files and folders, including deleted items.</p>
<p style="text-align: center;"><a href="http://blog.cmdlabs.com/wp-content/uploads/2010/08/file-system-deleted.png"><img class="aligncenter size-full wp-image-253" title="file-system-deleted" src="http://blog.cmdlabs.com/wp-content/uploads/2010/08/file-system-deleted.png" alt="" width="863" height="461" /></a></p>
<p><br clear=all><br />
In addition, digital photographs recovered from mobile device memory can be previewed using the DFF as shown here.</p>
<p style="text-align: center;"><a href="http://blog.cmdlabs.com/wp-content/uploads/2010/08/photo-thumbs.png"><img class="aligncenter size-full wp-image-254" title="photo-thumbs" src="http://blog.cmdlabs.com/wp-content/uploads/2010/08/photo-thumbs.png" alt="" width="818" height="408" /></a></p>
<p><br clear=all>An interesting outcome of the challenge was that several contestants were able to extract substantial amounts of information from the physical memory dumps without understanding the logical arrangement of blocks or the file system. The implication is that, once full physical dumps of NAND and/or NOR memory are obtained from a mobile device, simple text extraction and file carving techniques can provide significant amounts of useful information, including deleted data.</p>
<p><br clear=all><br />
A logical acquisition created using Microsystemation’s XRY mobile device forensic tool is now available to facilitate further development such as interpretation of foreign characters. As an example, the logical view of SMS messages on the device used in the DFRWS2010 Forensic Challenge is shown here.<br />
<br clear=all><br />
<a href="http://blog.cmdlabs.com/wp-content/uploads/2010/08/XRY-logical.png"><img class="aligncenter size-full wp-image-250" title="XRY-logical" src="http://blog.cmdlabs.com/wp-content/uploads/2010/08/XRY-logical.png" alt="" width="686" height="459" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.cmdlabs.com/2010/08/30/winner-of-the-dfrws2010-forensic-challenge-announced/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Misinterpretation of File System Timestamps</title>
		<link>http://blog.cmdlabs.com/2009/05/08/misinterpretation-of-file-system-timestamps/</link>
		<comments>http://blog.cmdlabs.com/2009/05/08/misinterpretation-of-file-system-timestamps/#comments</comments>
		<pubDate>Fri, 08 May 2009 19:43:44 +0000</pubDate>
		<dc:creator>cmdLabs Staff</dc:creator>
				<category><![CDATA[Tool Validation]]></category>
		<category><![CDATA[FAT]]></category>
		<category><![CDATA[file system]]></category>
		<category><![CDATA[metadata]]></category>
		<category><![CDATA[timestamps]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[validation]]></category>

		<guid isPermaLink="false">http://blog.cmdlabs.host.tivilon.com/?p=38</guid>
		<description><![CDATA[Despite the fact that FAT is one of the earliest file systems that forensic practitioners had to deal with, there are still gaps in knowledge that result in misinterpretation and misrepresentation. A prime example of this is the create time in FAT, which is not calculated correctly by some forensic tools. This issue came up [...]]]></description>
			<content:encoded><![CDATA[<p>Despite the fact that FAT is one of the earliest file systems that forensic practitioners had to deal with, there are still gaps in knowledge that result in misinterpretation and misrepresentation. A prime example of this is the create time in FAT, which is not calculated correctly by some forensic tools. This issue came up in a recently discussion I had with Geoff Fellows (http://www.f3.org.uk/modules/smartclient/client.php?id=3). Although FAT last write timestamps only have a resolution of 2 seconds, whereas the create time has a resolution of 10 milliseconds that some forensic tools fail to take into account. A difference of milliseconds can be important in some cases, and any calculations based on an incorrect representation of creation timestamps will be incorrect.</p>
<p><br clear=all>The confusion arises from the fact that FAT file systems represent create and last write timestamps slightly differently. Last write timestamps are 32 bit little-endian values, interpreted as follows:</p>
<p><br clear=all><span style="font-family: Courier,mono; font-style: normal; font-variant: normal; font-weight: normal; font-size: 12px; line-height: normal; font-size-adjust: none; font-stretch: normal;"> 24                                16                8                0<br />
+-+-+-+-+-+-+-+-+ +-+-+-+-+-+-+-+-+ +-+-+-+-+-+-+-+-+ +-+-+-+-+-+-+-+-+<br />
|Y|Y|Y|Y|Y|Y|Y|M| |M|M|M|D|D|D|D|D| |h|h|h|h|h|m|m|m| |m|m|m|s|s|s|s|s|<br />
+-+-+-+-+-+-+-+-+ +-+-+-+-+-+-+-+-+ +-+-+-+-+-+-+-+-+ +-+-+-+-+-+-+-+-+</span></p>
<p>\____________/\________/\_________/ \________/\____________/\_________/<br />
year        month      day        hour       minute       second</p>
<p><br clear=all>Take as an example the following FAT folder entry with the last write date highlighted in bold:</p>
<p><br clear=all><span style="font-family: Courier,mono; font-style: normal; font-variant: normal; font-weight: normal; font-size: 12px; line-height: normal; font-size-adjust: none; font-stretch: normal;">$ icat /dev/sdb1 353884 | xxd<br />
0000000: 2e20 2020 2020 2020 2020 2030 004f b079  .          0.O.y<br />
0000010: 763a 763a 0000 b579 763a a502 0000 0000  v:v:</span>&#8230;<span style="font-family: Courier,mono; font-style: normal; font-variant: normal; font-weight: normal; font-size: 12px; line-height: normal; font-size-adjust: none; font-stretch: normal;">yv:</span>&#8230;&#8230;<br />
<span style="font-family: Courier,mono; font-style: normal; font-variant: normal; font-weight: normal; font-size: 12px; line-height: normal; font-size-adjust: none; font-stretch: normal;"> 0000020: 2e2e 2020 2020 2020 2020 2010 004f b079  ..         ..O.y<br />
0000030: 763a 763a 0000 b079 763a 6605 0000 0000  v:v:</span>&#8230;<span style="font-family: Courier,mono; font-style: normal; font-variant: normal; font-weight: normal; font-size: 12px; line-height: normal; font-size-adjust: none; font-stretch: normal;">yv:f</span>&#8230;..<br />
<span style="font-family: Courier,mono; font-style: normal; font-variant: normal; font-weight: normal; font-size: 12px; line-height: normal; font-size-adjust: none; font-stretch: normal;"> 0000040: 4173 0061 006c 0076 0065 000f 009e 6e00  As.a.l.v.e</span>&#8230;.<span style="font-family: Courier,mono; font-style: normal; font-variant: normal; font-weight: normal; font-size: 12px; line-height: normal; font-size-adjust: none; font-stretch: normal;">n.<br />
0000050: 6500 7700 3400 2e00 6700 0000 6900 6600  e.w.4</span>&#8230;<span style="font-family: Courier,mono; font-style: normal; font-variant: normal; font-weight: normal; font-size: 12px; line-height: normal; font-size-adjust: none; font-stretch: normal;">g</span>&#8230;<span style="font-family: Courier,mono; font-style: normal; font-variant: normal; font-weight: normal; font-size: 12px; line-height: normal; font-size-adjust: none; font-stretch: normal;">i.f.<br />
0000060: 5341 4c56 454e 7e31 4749 4620 0075 78b9  SALVEN~1GIF .ux.<br />
0000070: 753a 763a 0000 </span><span style="font-family: Courier,mono; font-style: normal; font-variant: normal; font-size: 12px; line-height: normal; font-size-adjust: none; font-stretch: normal; font-weight: bold;">78b9</span><span style="font-family: Courier,mono; font-style: normal; font-variant: normal; font-weight: normal; font-size: 12px; line-height: normal; font-size-adjust: none; font-stretch: normal;"> </span><span style="font-family: Courier,mono; font-style: normal; font-variant: normal; font-size: 12px; line-height: normal; font-size-adjust: none; font-stretch: normal; font-weight: bold;">753a</span><span style="font-family: Courier,mono; font-style: normal; font-variant: normal; font-weight: normal; font-size: 12px; line-height: normal; font-size-adjust: none; font-stretch: normal;"> 9212 c1d4 0000  u:v:..x.u:</span>&#8230;&#8230;<br />
<span style="font-family: Courier,mono; font-style: normal; font-variant: normal; font-weight: normal; font-size: 12px; line-height: normal; font-size-adjust: none; font-stretch: normal;"> 0000080: 4269 0066 0000 00ff ffff ff0f 0014 ffff  Bi.f</span>&#8230;&#8230;&#8230;&#8230;<br />
<span style="font-family: Courier,mono; font-style: normal; font-variant: normal; font-weight: normal; font-size: 12px; line-height: normal; font-size-adjust: none; font-stretch: normal;"> 0000090: ffff ffff ffff ffff ffff 0000 ffff ffff </span>&#8230;&#8230;&#8230;&#8230;&#8230;.</p>
<p><br clear=all>Converting to big-endian gives 3a 75 b9 78, which has the following binary representation:</p>
<p><br clear=all>00111010 01110101 10111001 01111000</p>
<p><br clear=all>This translates to a timestamp of 2009.03.21 23:11:48 as follows:</p>
<ul>
<li>7 bits = 0011101 = 29 years since 1980</li>
<li>4 bits = 0011 = 3 months</li>
<li>5 bits = 10101 = 21 days</li>
<li>5 bits = 10111 = 23 hours</li>
<li>6 bits = 001011 = 11 minutes</li>
<li>5 bits = 11000 = 24 = 48 seconds</li>
</ul>
<p><br clear=all>Note that 5 bits cannot store all 60 seconds, so last write timestamps must be incremented in 2 second intervals, and is always an even number of seconds.</p>
<p><br clear=all>Although the create time follows this same general calculation, it uses an additional 8 bits to represent one hundredths of a second. In the same directory listing above, the create timestamp is identical to the last modified timestamp except for an additional byte (75 78 b9 75 3a). The additional byte equates to 117 hundredths of a second, which brings the create time to 2009.03.21 23:11:49.17. Thus, the create time can have odd number of seconds, and has a resolution of 10 milliseconds.</p>
<p><br clear=all>Older versions of XWays Forensics had the option to display timestamps to tenths of a second, and newer versions can be configured with greater precision as shown here:</p>
<p style="text-align: center;"><img class="alignnone size-full wp-image-39" title="directory_browser_options-x-ways" src="http://blog.cmdlabs.host.tivilon.com/wp-content/uploads/2009/05/directory_browser_options-x-ways.jpg" alt="directory_browser_options-x-ways" width="429" height="532" class="aligncenter size-full wp-image-243" /></p>
<p><br clear=all>Note: Updated configuration screenshot showing increased precision in XWays 15.1 SR3 provided by Geoff Fellows.</p>
<p><br clear=all>The create timestamps for files copied onto a thumb drive are shown here in XWays Forensics with tenths of seconds displayed:</p>
<p style="text-align: center;"><img class="alignnone size-full wp-image-40" title="blog1-winhex-createtimes" src="http://blog.cmdlabs.host.tivilon.com/wp-content/uploads/2009/05/winhex-createtimes.jpg" alt="blog1-winhex-createtimes" width="430" height="292" class="aligncenter size-full wp-image-244" /></p>
<p><br clear=all>However, some other forensic tools like TSK only interpret the first four bytes of the create date-time stamp, limiting the resolution to 2 seconds. This is demonstrated in the following listing of the same files as those listed above using XWays (we have reported this bug and it will be fixed in the next release of TSK).</p>
<p><br clear=all><span style="font-family: Courier,mono; font-style: normal; font-variant: normal; font-weight: normal; font-size: 12px; line-height: normal; font-size-adjust: none; font-stretch: normal;">$ fls -l /dev/sdb1 353884 | awk {&#8216;print $3 </span>&#8220;<span style="font-family: Courier,mono; font-style: normal; font-variant: normal; font-weight: normal; font-size: 12px; line-height: normal; font-size-adjust: none; font-stretch: normal;">\t</span>&#8220;<span style="font-family: Courier,mono; font-style: normal; font-variant: normal; font-weight: normal; font-size: 12px; line-height: normal; font-size-adjust: none; font-stretch: normal;"> $10 </span>&#8220;<span style="font-family: Courier,mono; font-style: normal; font-variant: normal; font-weight: normal; font-size: 12px; line-height: normal; font-size-adjust: none; font-stretch: normal;">\t</span>&#8220;<span style="font-family: Courier,mono; font-style: normal; font-variant: normal; font-weight: normal; font-size: 12px; line-height: normal; font-size-adjust: none; font-stretch: normal;"> $11 </span>&#8220;<span style="font-family: Courier,mono; font-style: normal; font-variant: normal; font-weight: normal; font-size: 12px; line-height: normal; font-size-adjust: none; font-stretch: normal;"> </span>&#8220;<span style="font-family: Courier,mono; font-style: normal; font-variant: normal; font-weight: normal; font-size: 12px; line-height: normal; font-size-adjust: none; font-stretch: normal;"> $12&#8242;} | sort </span>&#8211;<span style="font-family: Courier,mono; font-style: normal; font-variant: normal; font-weight: normal; font-size: 12px; line-height: normal; font-size-adjust: none; font-stretch: normal;">key 2<br />
snake_oil.jpg					2009.03.21	 23:03:32 (EDT)<br />
orange-Clark_Stanley_Snake_Oil.png	2009.03.21	 23:04:32 (EDT)<br />
orange-OilKingLrg.jpg			2009.03.21	 23:04:48 (EDT)<br />
orange-Drs_Mixer.jpg				2009.03.21	 23:05:24 (EDT)<br />
orange-Hostetters_Bitters.jpg		2009.03.21	 23:05:42 (EDT)<br />
orange-wine_of_tar.jpg			2009.03.21	 23:05:54 (EDT)<br />
orange-medsh17.jpg				2009.03.21	 23:06:04 (EDT)<br />
orange-miraclecure.jpg			2009.03.21	 23:06:14 (EDT)<br />
snakeoil.jpg					2009.03.21	 23:07:22 (EDT)<br />
snake-oil2.jpg					2009.03.21	 23:08:16 (EDT)<br />
banjsalv.jpg					2009.03.21	 23:11:30 (EDT)<br />
salvenew4.gif					2009.03.21	 23:11:48 (EDT)<br />
yankdcornsalvelg.jpg				2009.03.21	 23:12:36 (EDT)<br />
liniment-for-man-and-beast.jpg		2009.03.21	 23:12:50 (EDT)<br />
Thumbs.db						2009.03.22	 14:25:12 (EDT)</span></p>
<p><br clear=all>This issue was recently fixed in EnCase version 6.12, and is documented in the release note as &#8220;339: EnCase does not read FAT Create Date correctly (BUGID67).&#8221; EnCase version 6.12 now displays the create time to the correct second but not the hundredth of a second.</p>
<p><br clear=all>If a forensic examiner is not aware of this error, it can not only introduce inaccuracies into his/her findings, it can also reflect poorly on his/her expertise in this area.</p>
<p><br clear=all>The fact that this bug has existed in EnCase and other widely used forensic tools clearly demonstrates the need to validate important findings using more than one tool. Furthermore, this issue demonstrates that forensic practitioners cannot simply push buttons and unquestioningly rely on the results, but rather must understand the underlying technology sufficiently to double check what their tools are reporting.</p>
<p><br clear=all>Another area relating to FAT file systems where current literature is incorrect is in file allocation strategies but that discussion is for another time&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.cmdlabs.com/2009/05/08/misinterpretation-of-file-system-timestamps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

