<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-6225248711782905898</id><updated>2011-11-27T18:14:01.073-07:00</updated><category term='EnCase'/><category term='EnScript'/><category term='Testing'/><title type='text'>ForensicDev</title><subtitle type='html'>Writing custom EnScript code allowing the investigator to focus on the important things during an investigation. &lt;b&gt;Reach me at forensicdev (at) gmail (dot) com&lt;/b&gt;</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://forensicdev.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6225248711782905898/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://forensicdev.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>forensicdev</name><uri>http://www.blogger.com/profile/04499055191972032237</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>5</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-6225248711782905898.post-4958449229591650632</id><published>2009-11-15T14:10:00.004-07:00</published><updated>2009-11-15T14:44:48.037-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='EnCase'/><category scheme='http://www.blogger.com/atom/ns#' term='EnScript'/><title type='text'>Parse iPhone sms.db data file</title><content type='html'>&lt;p&gt;A fellow examiner at the Lakewood PD had to examine an iPhone and was researching the sms.db format.  Under normal circumstances, the sms.db is a SQLite database, however, and for currently unknown reasons, when loading the sms.db database file into SQLite, it only provided the most recent SMS record.  We were quick to load the database file into a HEX editor and identified that additional SMS records were in fact still present within the file.  This discovery led to my involvement in writing an EnScript to parse the SMS record section within the sms.db database file.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;The EnScript can be downloaded here: &lt;a href="http://www.proactivediscovery.com/2009/11/parse-iphone-sms-db-data-file/" title="Downloaded 0 times"&gt;CellPhoneMessages&lt;br /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.proactivediscovery.com/2009/11/parse-iphone-sms-db-data-file/" title="Downloaded 0 times"&gt;&lt;br /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6225248711782905898-4958449229591650632?l=forensicdev.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6225248711782905898&amp;postID=4958449229591650632&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6225248711782905898/posts/default/4958449229591650632'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6225248711782905898/posts/default/4958449229591650632'/><link rel='alternate' type='text/html' href='http://forensicdev.blogspot.com/2009/11/parse-iphone-smsdb-data-file.html' title='Parse iPhone sms.db data file'/><author><name>forensicdev</name><uri>http://www.blogger.com/profile/04499055191972032237</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6225248711782905898.post-6722555414703856769</id><published>2009-09-22T17:42:00.000-06:00</published><updated>2009-09-22T17:16:11.426-06:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='EnCase'/><category scheme='http://www.blogger.com/atom/ns#' term='EnScript'/><title type='text'>EnScript :: Long File Path export</title><content type='html'>Hello everyone --&lt;br /&gt;&lt;br /&gt;I thought I share a little EnScript I wrote which deals with long file path export issues. The script I wrote basically does the following:&lt;br /&gt;&lt;br /&gt;This EnScript plug-in is used to identify and export entries which would exceed the path depths limitations of 245 characters during a normal export. The script will loop through entries that are blue-checked and exports entries which exceed the above limit based on the FullPath column and the specified export path.&lt;br /&gt;&lt;br /&gt;The script will export entries that exceed the 245 character limit. Once exported it will also "uncheck" them. This should leave you with items you can safely export using the native EnCase Copy Folder... function.&lt;br /&gt;&lt;br /&gt;The script will create a subdirectory called "pathdepth" inside the user specified export folder and export data using the Logical Size of an entry. In addition a log file is created which contains the reference to the original entry details.&lt;br /&gt;&lt;br /&gt;Since the script generates a flat export, it renames the files with a prefix to guarantee uniqueness. This prefix is actually the MFT record number on NTFS volumes (File Identifier).&lt;br /&gt;&lt;br /&gt;Please report any bugs or suggestions to: forensicdev (at) gmail (dot) com&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic; font-weight: bold;"&gt;NOTE: No guarantee is made that this EnScript is error free. Please use at your own risk and validate your findings.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="text-decoration: underline;"&gt;&lt;strong&gt;ver 1.0.31 : 22 September 2009&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;+ (fixed) total byte size of selected files keeps increasing if going back and forth with new destination path&lt;br /&gt;+ (fixed) split file type extension into own column in export log&lt;br /&gt;+ (fixed) exclude case name in path upon export&lt;br /&gt;+ (fixed) remove CaseName from path calculations&lt;br /&gt;+ (fixed) add original file name to export log&lt;br /&gt;+ (fixed) uniform export format: with MFT FileIdentifier available (file.ext_id.ext), without MFT FileIdentifier availabe (file.ext_hash.ext)&lt;br /&gt;&lt;br /&gt;The EnScript can be downloaded here: &lt;a href="http://www.proactivediscovery.com/?cat=16"&gt;Long File Path EnScript&lt;/a&gt; (updated v1.0.31 - 09/22/09)&lt;br /&gt;&lt;br /&gt;&lt;span style="text-decoration: underline;"&gt;&lt;strong&gt;ver 1.0.9 : 10 October 2008&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;+ added MD5 hash value to the exported file name if no MFT file identifier is available.&lt;br /&gt;File Identifier is only available if the MFT is within the evidence file. In case of a LEF&lt;br /&gt;that doesn’t have the MFT, it shows a zero.&lt;br /&gt;+ added check if entry is folder. Folders are not considered for export.&lt;br /&gt;&lt;br /&gt;The EnScript can be downloaded here: &lt;a href="http://www.proactivediscovery.com/?cat=16"&gt;Long File Path EnScript&lt;/a&gt; (updated v1.0.9 - 10/01/08)&lt;br /&gt;&lt;br /&gt;This script was written and tested in EnCase v6.11.2. Please keep in mind that his is the first (beta) version.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic; font-weight: bold;"&gt;NOTE: No guarantee is made that this EnScript is error free. Please use at your own risk and validate your findings.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6225248711782905898-6722555414703856769?l=forensicdev.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6225248711782905898&amp;postID=6722555414703856769&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6225248711782905898/posts/default/6722555414703856769'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6225248711782905898/posts/default/6722555414703856769'/><link rel='alternate' type='text/html' href='http://forensicdev.blogspot.com/2008/09/enscript-long-file-path-export.html' title='EnScript :: Long File Path export'/><author><name>EnScriptGuy</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6225248711782905898.post-2692597210618456089</id><published>2008-12-07T00:01:00.006-07:00</published><updated>2008-12-11T19:12:08.883-07:00</updated><title type='text'>What EnScript / Windows app would help you during investigations?</title><content type='html'>Not that I am looking for more work, yet I am always looking for a challenge to develop something which helps you during investigation or makes processes more repeatable and less user error prone. So I am wondering what possibly would make your life easier during an investigation? What type of EnScript for task automation or data analysis would be of use to you; or what application outside of EnCase would be of value and help make you more efficient in your job? Sorry, still working on finding the "Easy" button myself to find all relevant evidence in a case. =)&lt;br /&gt;&lt;br /&gt;Seriously though; what task during an investigation do you find tedious and think could be automated or perhaps aided within Encase via an EnScript; or what type of standalone application would be helpful to you and currently doesn't seem to exist?&lt;br /&gt;&lt;br /&gt;Thought, ideas and comments are welcome.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6225248711782905898-2692597210618456089?l=forensicdev.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6225248711782905898&amp;postID=2692597210618456089&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6225248711782905898/posts/default/2692597210618456089'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6225248711782905898/posts/default/2692597210618456089'/><link rel='alternate' type='text/html' href='http://forensicdev.blogspot.com/2008/12/what-enscript-windows-app-would-help.html' title='What EnScript / Windows app would help you during investigations?'/><author><name>forensicdev</name><uri>http://www.blogger.com/profile/04499055191972032237</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6225248711782905898.post-9023783833487242268</id><published>2008-10-10T17:24:00.029-06:00</published><updated>2008-10-13T13:45:42.145-06:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Testing'/><title type='text'>Test Results for Digital Data Acquisition Tool :: Tableau Forensic Duplicator TD1 (part 1)</title><content type='html'>&lt;span style="font-style: italic;font-size:85%;" &gt;&lt;span style="font-weight: bold;"&gt;Disclaimer&lt;/span&gt;: This is an independent review and its purpose is to share knowledge of things noticed and tracked when using the device. The integrity of the acquisitions made during this review were validated through MD5 hash values using EnCase (v6.11.2) and FTK Imager Lite (v2.5.4). Sorry, yet you are still responsible for your own testing and validation.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;With two brand new Tableau Forensic Duplicators (TD1) on my desk, I thought I share my testing results. First I would like to point out some of the key features I immediately noticed.&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Compact design&lt;/li&gt;&lt;li&gt;A large and clearly readable LCD display&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Easy to navigate menu items&lt;/li&gt;&lt;li&gt;Ability to enter the investigator's name which will show up in the log files created during acquisitions&lt;/li&gt;&lt;li&gt;Internal clock (date &amp;amp; time)&lt;/li&gt;&lt;li&gt;SATA interface for source and destination&lt;/li&gt;&lt;li&gt;IDE interface for source and destination&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;This round of testing focuses on the disk-to-disk and disk-to-file duplication feature. The Tableau Forensic Duplicator can be configured via its menu to default straight into disk-to-disk or disk-to-file acquisition mode. Ultimately turning the unit into a single button acquisition device, which makes training someone who only acquires drives very straight forward. What I really like about the TD1 is the fact that it has IDE and SATA interfaces for both the source and destination hard drives. It is possible to connect drives in any combination.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:130%;"&gt;Disk-To-Disk Acquisition&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;The fastest acquisition method seems to be the disk-to-disk mode. Using this mode, I was able to image a 40.0 GB Western Digital IDE drive in &lt;span style="font-weight: bold;"&gt;18 minutes&lt;/span&gt;. The image was done from IDE to IDE (&lt;span style="font-size:78%;"&gt;&lt;span style="font-style: italic;"&gt;see disk information at end of review&lt;/span&gt;&lt;/span&gt;) with MD5 and SHA1 calculation enabled. The LCD menu provides all necessary information during the imaging process. You see the percentage of completed transfers, MB/s rate, total size imaged. Upon completion the TD1 shows the information an examiner would expect: method of image, date, start time of acquisition, examiner name,  source drive information, destination drive information, error counts, MD5 and SHA1 values.&lt;br /&gt;&lt;br /&gt;The log information created in this mode only exists within the device itself and is somewhat limited compared to the log file created when using the disk-to-file mode. One shortcoming of this mode is that log information available via the LCD doesn't show the end time stamp of the acquisition. I yet have to test if it is possible to download the log via the USB or 1394 interface to see if more information is actually captured than displayed on the LCD screen.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:130%;"&gt;Disk-To-File Acquisition&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;The TD1 allows splitting the raw image files into 4 GB, 2 GB, 1 GB and 700 MB chunks. At this point the Tableau does not allow the creation of one single raw image. I was told that it might be available in future firmware upgrades. The TD1 allows spanning the image files onto different destination drives should the currently connected drive fill up.&lt;br /&gt;&lt;br /&gt;I saw the following performance when imaging a 40.0 GB IDE drive onto a 160.0 GB IDE drive (&lt;span style="font-size:78%;"&gt;&lt;span style="font-style: italic;"&gt;see disk information at end of review&lt;/span&gt;&lt;/span&gt;). The images were accumulative onto the 160.0 GB drive to fill it up and test the spanning feature. Both MD5 and SHA1 was calculated.&lt;br /&gt;&lt;ul&gt;&lt;li&gt;4 GB chunks&lt;/li&gt;&lt;li&gt;11 chunks created&lt;br /&gt;&lt;/li&gt;&lt;li&gt;28 minutes&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;2 GB chunks&lt;/li&gt;&lt;li&gt;21 chunks created&lt;br /&gt;&lt;/li&gt;&lt;li&gt;29 minutes&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;1 GB chunks&lt;/li&gt;&lt;li&gt;41 chunks created&lt;br /&gt;&lt;/li&gt;&lt;li&gt;32 minutes&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;700 MB chunks&lt;/li&gt;&lt;li&gt;58 chunks created&lt;br /&gt;&lt;/li&gt;&lt;li&gt;37 minutes&lt;/li&gt;&lt;/ul&gt;As desired all hash values matched up and no errors were recorded.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:130%;"&gt;Summary&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;Thus far, I like the &lt;a href="http://tinyurl.com/49hgg7"&gt;Tableau Forensic Duplicator (TD1)&lt;/a&gt;. The unit appears to be very solid and as expected performs well. There are still more tests to do from a duplication standpoint. Plus, other features like disk wipe, blank test, error handling are still on my to-do list. The TD1 is reasonably priced (~$1,200) and should be considered as a contender if you are looking for a new disk acquisition tool.&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size:130%;"&gt;&lt;br /&gt;Device Tested&lt;/span&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://tinyurl.com/49hgg7"&gt;Tableau Forensic Duplicator&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Model TD1&lt;/li&gt;&lt;li&gt;Firmware: 1.10 (September 19, 2008 / 16:44:44)&lt;/li&gt;&lt;/ul&gt;&lt;span style="font-style: italic;"&gt;Source Drive&lt;/span&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Model: WDC WD400BB-23DEA0 (40.0 GB)&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Firmware Revision: 05.03E05&lt;/li&gt;&lt;li&gt;HPA in use: No&lt;/li&gt;&lt;li&gt;DCO in use: No&lt;/li&gt;&lt;li&gt;ATA Security in use: No&lt;/li&gt;&lt;li&gt;Cable/Interface type: IDE&lt;/li&gt;&lt;li&gt;ATA PIO mode: PIO 4&lt;/li&gt;&lt;li&gt;ATA DMA mode: UDMA 5&lt;/li&gt;&lt;/ul&gt;&lt;span style="font-style: italic;"&gt;Destination Drive&lt;/span&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Model: WDC WD1600AAJB-00PVA0 (160.0 GB)&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Firmware Revision: 00.07H00&lt;/li&gt;&lt;li&gt;HPA in use: No&lt;/li&gt;&lt;li&gt;DCO in use: No&lt;/li&gt;&lt;li&gt;ATA Security in use: No&lt;/li&gt;&lt;li&gt;Cable/Interface type: IDE&lt;/li&gt;&lt;li&gt;ATA PIO mode: PIO 4&lt;/li&gt;&lt;li&gt;ATA DMA mode: UDMA 5&lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6225248711782905898-9023783833487242268?l=forensicdev.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6225248711782905898&amp;postID=9023783833487242268&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6225248711782905898/posts/default/9023783833487242268'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6225248711782905898/posts/default/9023783833487242268'/><link rel='alternate' type='text/html' href='http://forensicdev.blogspot.com/2008/10/test-results-for-digital-data.html' title='Test Results for Digital Data Acquisition Tool :: Tableau Forensic Duplicator TD1 (part 1)'/><author><name>forensicdev</name><uri>http://www.blogger.com/profile/04499055191972032237</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6225248711782905898.post-2250187995253243385</id><published>2008-10-07T17:06:00.012-06:00</published><updated>2008-10-07T17:56:36.509-06:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='EnCase'/><title type='text'>Be aware when adding raw DD images to EnCase</title><content type='html'>I just received the new Tableau Forensic Duplicator (TD1) to put it through its paces. So the first test was a to image a 40GB drive. I did so by using the 2GB DD image file options. The imaging with the unit went as expected.&lt;br /&gt;&lt;br /&gt;When adding the DD images to EnCase I ran into a little snag however. Wrote a song about it, wanna hear it? Here it goes...&lt;br /&gt;&lt;br /&gt;Started EnCase, created case, opened the "Add Raw Image" dialog.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_GZrV1vnbPbo/SOvwKsnsDmI/AAAAAAAAAAM/E1SKbdgHM2Q/s1600-h/diag1.PNG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_GZrV1vnbPbo/SOvwKsnsDmI/AAAAAAAAAAM/E1SKbdgHM2Q/s320/diag1.PNG" alt="" id="BLOGGER_PHOTO_ID_5254557456824798818" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Then went ahead and opened the dialog to add the "Component Files".&lt;br /&gt;&lt;br /&gt;Selected "Image.001" + SHIFT + selected "Image.021".&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_GZrV1vnbPbo/SOv2EhlvR7I/AAAAAAAAAA8/VuvO84MzNtQ/s1600-h/diag2.PNG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_GZrV1vnbPbo/SOv2EhlvR7I/AAAAAAAAAA8/VuvO84MzNtQ/s320/diag2.PNG" alt="" id="BLOGGER_PHOTO_ID_5254563947854383026" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Clicked "Open" in the dialog box, and clicked "OK" to add the raw image.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_GZrV1vnbPbo/SOv0l9Cm-qI/AAAAAAAAAA0/H1DBu4b6QwA/s1600-h/diag5.PNG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_GZrV1vnbPbo/SOv0l9Cm-qI/AAAAAAAAAA0/H1DBu4b6QwA/s320/diag5.PNG" alt="" id="BLOGGER_PHOTO_ID_5254562323135658658" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;The result: Nothing, nada, nichts; well if you call Unused Disk Area nothing.&lt;br /&gt;&lt;br /&gt;So I tried again. This time by only selecting the first of the raw DD images. No luck either. This time I got at least an error message.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_GZrV1vnbPbo/SOvzC3MFq3I/AAAAAAAAAAs/IFZ8x80h2zk/s1600-h/diag4.PNG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://2.bp.blogspot.com/_GZrV1vnbPbo/SOvzC3MFq3I/AAAAAAAAAAs/IFZ8x80h2zk/s320/diag4.PNG" alt="" id="BLOGGER_PHOTO_ID_5254560620757756786" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;I began to question the Tableau's DD format. So I fired up FTK Imager and tried loading the image, which worked without any problem.&lt;br /&gt;&lt;br /&gt;Not wanting to give up I reached out to EnCase support and it turns out there is a simple, yet very important way to add raw image files.&lt;br /&gt;&lt;br /&gt;I did everything right up until selecting the actual raw image files.&lt;br /&gt;&lt;br /&gt;The critical thing to remember is the ORDER in which the raw image files appear in the "Component Files" window when adding raw image files. So in my case above, notice that on #1 position it shows "image.021". Not good.&lt;br /&gt;&lt;br /&gt;The trick is to actually select the raw DD image files in reverse order such as:&lt;br /&gt;&lt;br /&gt;Select "Image.021" + SHIFT + select "Image.001".&lt;br /&gt;&lt;br /&gt;If you select files any other way, you can drag and drop the various component files within the "Add Raw Image" window if needed.&lt;br /&gt;&lt;br /&gt;Hope this helps others.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6225248711782905898-2250187995253243385?l=forensicdev.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6225248711782905898&amp;postID=2250187995253243385&amp;isPopup=true' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6225248711782905898/posts/default/2250187995253243385'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6225248711782905898/posts/default/2250187995253243385'/><link rel='alternate' type='text/html' href='http://forensicdev.blogspot.com/2008/10/be-aware-when-adding-raw-dd-images-to.html' title='Be aware when adding raw DD images to EnCase'/><author><name>forensicdev</name><uri>http://www.blogger.com/profile/04499055191972032237</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_GZrV1vnbPbo/SOvwKsnsDmI/AAAAAAAAAAM/E1SKbdgHM2Q/s72-c/diag1.PNG' height='72' width='72'/><thr:total>1</thr:total></entry></feed>
