<?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-317043458419256859</id><updated>2011-04-22T00:57:52.317+01:00</updated><category term='restore point'/><category term='users'/><category term='NIST'/><category term='write block'/><category term='tool'/><category term='Copy'/><category term='move'/><category term='ENFSI'/><category term='password'/><category term='time stamp'/><title type='text'>Forensic Pagefile</title><subtitle type='html'>Computer forensic &amp; digital evidence related odds and ends..</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://forensicpagefile.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/317043458419256859/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://forensicpagefile.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>DJPnP</name><uri>http://www.blogger.com/profile/13211446609605018352</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>6</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-317043458419256859.post-2885721450993067450</id><published>2009-04-29T23:09:00.008+01:00</published><updated>2009-05-02T09:33:00.546+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='users'/><category scheme='http://www.blogger.com/atom/ns#' term='password'/><category scheme='http://www.blogger.com/atom/ns#' term='restore point'/><title type='text'>SAM Cracking using Ophcrack and Encase</title><content type='html'>EnCase, with the decryption suite is OK at determining the password hashes for user accounts, but only if you have it and only for the currently used SAM/ SYSTEM file pair.  PRTK can be used for any pair you want to give it, but takes a few steps to add them and often takes quite a bit longer to crack the passwords.  It's certainley not a bad piece of software, but I've managed to set up a virtual machine of a suspect computer, boot it to a live CD of &lt;a href="http://ophcrack.sourceforge.net/"&gt;ophcrack&lt;/a&gt; and crack the passwords whilst waiting for PRTK, such is the advantage of using rainbow tables.  Even so, it's a bit of an effort doing it that way and their Windows based version is just as capable so I now use that.&lt;br /&gt;&lt;br /&gt;If I was only interested in the users and passwords at the time the computer was imaged then that would be fine. I'd pick my tool, crack the passwords and off I go.  But that's a bit one dimensional.  Often I'd want to know if there were any other accounts in use in the past, whether the passwords had always existed or not and what they were. The current SAM/SYSTEM pair just doesn't give me that history.&lt;br /&gt;&lt;br /&gt;Thankfully, the Restore Points in the &lt;a href="http://wiki.lunarsoft.net/wiki/System_Volume_Information#Accessing_System_Volume_Information_within_Windows"&gt;System Volume Information&lt;/a&gt; folder hold past pairs of files under the names _REGISTRY_MACHINE_SAM and _REGISTRY_MACHINE_SYSTEM.  These can be extracted and cracked just like the current files using your favourite cracking software.  If you are blessed with many pairs covering a long period of time, you could have lots of good information but going through the process of extracting them and adding them could take a long time particularly if, like with ophcrack, each pair must be renamed to sam and system.  It may even be a fruitless exercise if, as is often the case, there are no changes to accounts or passwords between restore points.&lt;br /&gt;&lt;br /&gt;I've written an EnScript that will process selected files for sam/system file pairs, including those from restore points, and send them to ophcrack from within EnCase.  It doesn't automatically start the decryption, for a number of reasons:&lt;br /&gt;&lt;ol&gt;&lt;li&gt;It spawns a new instance of ophcrack for each sam/system pair (which could be a fair few)&lt;/li&gt;&lt;li&gt;It's always worth removing the accounts you're not interested in, such as HelpAssistant&lt;/li&gt;&lt;li&gt;It's always worth configuring which rainbow tables you'll use (there's no point trying to crack an NT hash when there's an easier LM hash available)&lt;/li&gt;&lt;/ol&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_v42Jj1mh6A4/SfjaKtr6ppI/AAAAAAAAATA/uxFnC1mhfRk/s1600-h/Picture+5.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 224px;" src="http://3.bp.blogspot.com/_v42Jj1mh6A4/SfjaKtr6ppI/AAAAAAAAATA/uxFnC1mhfRk/s320/Picture+5.png" alt="" id="BLOGGER_PHOTO_ID_5330250036590323346" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;The script requires that the path to the opchcrack exe and the root rainbow tables folder is set and only the SAM file needs selecting (although you could always blue check everything and see how many windows pop up!).&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_v42Jj1mh6A4/SfjamdJ1qjI/AAAAAAAAATI/11tqkKzuOoo/s1600-h/Picture+6.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 271px;" src="http://1.bp.blogspot.com/_v42Jj1mh6A4/SfjamdJ1qjI/AAAAAAAAATI/11tqkKzuOoo/s320/Picture+6.png" alt="" id="BLOGGER_PHOTO_ID_5330250513188760114" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Further info on Restore Points in general can be found at Mandiant's &lt;a href="http://www.mandiant.com/software/mrpa.htm"&gt;website&lt;/a&gt; and Stephen Bunting's &lt;a href="http://128.175.24.251/forensics/restorepoints.htm"&gt;page&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.e-crime.on.ca/"&gt;Trevor Fairchild&lt;/a&gt; has an &lt;a href="http://www.e-crime.on.ca/software/Public_Scripts/OPP_Restore_Point_Constructor_%28v6%29.exe"&gt;EnScript&lt;/a&gt; to reconstruct the Restore Point and, of course there's plenty of information from &lt;a href="http://windowsir.blogspot.com/2009/04/timeline-analysis-xp-restore-points.html"&gt;Harlan's blog&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Ophcrack Enscript &lt;a href="https://sites.google.com/site/nwcyberforensics/files/ophcrackSAMcrack.EnScript"&gt;here&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/317043458419256859-2885721450993067450?l=forensicpagefile.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://forensicpagefile.blogspot.com/feeds/2885721450993067450/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=317043458419256859&amp;postID=2885721450993067450' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/317043458419256859/posts/default/2885721450993067450'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/317043458419256859/posts/default/2885721450993067450'/><link rel='alternate' type='text/html' href='http://forensicpagefile.blogspot.com/2009/04/sam-cracking-using-ophcrack-and-encase.html' title='SAM Cracking using Ophcrack and Encase'/><author><name>DJPnP</name><uri>http://www.blogger.com/profile/13211446609605018352</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://3.bp.blogspot.com/_v42Jj1mh6A4/SfjaKtr6ppI/AAAAAAAAATA/uxFnC1mhfRk/s72-c/Picture+5.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-317043458419256859.post-2633472963152838034</id><published>2009-04-29T22:36:00.008+01:00</published><updated>2009-05-02T00:09:37.075+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='time stamp'/><title type='text'>Alternative clock drift calculations</title><content type='html'>Sometimes knowing the exact time of an event is key to an investigation.  Often it isn't (it's all relative after all) but it's always important to check how reliable the times you see, are.&lt;br /&gt;&lt;br /&gt;The easiest method is to check the computer clock against a calibrated clock, a GPS clock or radio controlled clock are ideal.  If this is done reasonably soon after the 'incident' or seizure of the computer, the difference will give an accurate measure of how much time to add or subtract from the times seen during the analysis.  If you don't have the original machine, can't get to the system clock or leave the computer off for an extended period without checking, you may have to work harder.&lt;br /&gt;&lt;br /&gt;Firstly a note about what is seen, even when a valid time is obtained.&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;    Daylight Saving-  Remember that the use of daylight saving time may have changed since the computer was last used.  This is normally quite obvious with a clock being about an hour out (for many of us), but it's worth checking the date of the last use of the computer to be sure, as other factors may also be in play.&lt;/li&gt;&lt;li&gt;    Type of Operating System- Windows will set the computer clock to the local time so that if DST is applied, the time on the computer will be moved forward an hour.  Other OSs can maintain the computer clock in local time or UTC .  Dual boot systems would make things trickier still!&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;span style="font-weight: bold;font-size:130%;" &gt;Event Logs&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;The Windows event logs can provide clues as to how accurate the clock is, or was.  &lt;a href="http://128.175.24.251/forensics/timechange.htm"&gt;Stephen Bunting&lt;/a&gt; has some information on detecting changes in the clock settings, but it's also possible to show when Windows has synchronised with a time server.&lt;br /&gt;&lt;br /&gt;In the System Event log, filter for W32Time as the source and look at event IDs 35 and 37.  If the computer is set to automatically update the time and is regularly able to contact the time server, then the clock is likely to be reasonably accurate.  The registry key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time contains more details of the settings.&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_v42Jj1mh6A4/SfjLiRIrYFI/AAAAAAAAAS4/NMuA1oTSG2Q/s1600-h/Picture+4.png"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 200px; height: 18px;" src="http://3.bp.blogspot.com/_v42Jj1mh6A4/SfjLiRIrYFI/AAAAAAAAAS4/NMuA1oTSG2Q/s200/Picture+4.png" alt="" id="BLOGGER_PHOTO_ID_5330233948568772690" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;span style="font-size:130%;"&gt;&lt;span style="font-weight: bold;"&gt;Yahoo pages&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Web pages from Yahoo contain a really handy line at the end of the page source that shows when that page was served. It looks something similar to this:&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;!-- p18.www.ird.yahoo.com compressed/chunked Wed Apr 17 21:20:10 GMT 2009 --&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;Whilst understanding that there may be a slight delay between this stamp and the creation of the associated internet history record, this provides a great way of determining the clock offset at this time.  Just compare the internet history record, created from the computer's clock with the time stamp, created from the web server and you have your value.  If you can compare a number of web pages from around the same time you can start having more confidence by averaging out the slight transmission delays.&lt;br /&gt;&lt;br /&gt;Of course this relies on the belief that Yahoo's web servers are accurate (apparently 74% of web servers were within 10s for &lt;a href="http://www.blogger.com/www.dfrws.org/2007/proceedings/p31-buchholz.pdf"&gt;one study&lt;/a&gt;), but if this is combined with time stamps in other webpages (look for unix times, but test their relevance!) and other sources of evidence such as event logs or even good old fashioned witness accounts, you can start to have much more confidence in the times that you are including in your reports even if the case doesn't hinge on a split second degree of accuracy.&lt;br /&gt;&lt;br /&gt;I've written a basic EnScript that looks in selected files for the Yahoo time stamp and displays that, along with the created date of the file in the console.  It doesn't do anything fancy and the code is probably awful but I'll make it available &lt;a href="https://sites.google.com/site/nwcyberforensics/files/YahooPageTimes.EnScript"&gt;here&lt;/a&gt; (note that it only works in EnCase 6.13 and later).&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/317043458419256859-2633472963152838034?l=forensicpagefile.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://forensicpagefile.blogspot.com/feeds/2633472963152838034/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=317043458419256859&amp;postID=2633472963152838034' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/317043458419256859/posts/default/2633472963152838034'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/317043458419256859/posts/default/2633472963152838034'/><link rel='alternate' type='text/html' href='http://forensicpagefile.blogspot.com/2009/04/alternative-clock-drift-calculations.html' title='Alternative clock drift calculations'/><author><name>DJPnP</name><uri>http://www.blogger.com/profile/13211446609605018352</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://3.bp.blogspot.com/_v42Jj1mh6A4/SfjLiRIrYFI/AAAAAAAAAS4/NMuA1oTSG2Q/s72-c/Picture+4.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-317043458419256859.post-1668195854487165911</id><published>2008-08-07T13:50:00.001+01:00</published><updated>2009-05-04T20:04:58.219+01:00</updated><title type='text'>Web Browser Prefetching</title><content type='html'>&lt;b style="font-family: Verdana;" id="q1t6"&gt;Web Browser Prefetching&lt;/b&gt;  &lt;span id="jy9n"  style="font-family:Verdana;"&gt;A succinct description can be found from the &lt;/span&gt;&lt;a style="font-family: Verdana;" target="_blank" title="http://developer.mozilla.org/en/docs/Link_prefetching_FAQ" href="http://developer.mozilla.org/en/docs/Link_prefetching_FAQ" id="l4f8"&gt;link to Mozilla's FAQ&lt;/a&gt;&lt;span id="jy9n0"  style="font-family:Verdana;"&gt;:&lt;/span&gt;  &lt;i style="font-family: Verdana;" id="rk-i"&gt;"Link prefetching is a browser mechanism, which utilizes browser idle time to download or &lt;/i&gt;&lt;i style="font-family: Verdana;" id="nzc01"&gt;prefetch&lt;/i&gt;&lt;i style="font-family: Verdana;" id="rk-i0"&gt; documents that the user might visit in the near future. A web page provides a set of prefetching hints to the browser, and after the browser is finished loading the page, it begins silently prefetching specified documents and stores them in its cache. When the user visits one of the prefetched documents, it can be served up quickly out of the browser's cache."&lt;/i&gt;  &lt;span id="jy9n1"  style="font-family:Verdana;"&gt;With this in mind, there could be scenarios where URL's are identified in internet history records which the user has not selected to visit.  For this to happen there are a couple of fundamental requirements:&lt;/span&gt;  &lt;ol style="font-family: Verdana;" id="dmr61"&gt;&lt;li id="dmr62"&gt;A web page contains a prefetch link&lt;/li&gt;&lt;li id="dmr63"&gt;The web browser is set to act upon a prefetch link&lt;/li&gt;&lt;/ol&gt; &lt;span id="jy9n2"  style="font-family:Verdana;"&gt;For a quick test it's possible to use &lt;/span&gt;&lt;a style="font-family: Verdana;" title="http://gemal.dk/browserspy/prefetch.php" target="_blank" href="http://gemal.dk/browserspy/prefetch.php" id="u395"&gt;gemal's psyched site&lt;/a&gt;&lt;span id="jy9n3"  style="font-family:Verdana;"&gt;, but for a more real world example I used Google and Firefox to do a quick test.&lt;/span&gt;  &lt;span id="jy9n4"  style="font-family:Verdana;"&gt;Google has, &lt;/span&gt;&lt;a style="font-family: Verdana;" title="since March 2005" target="_blank" href="http://blog.searchenginewatch.com/blog/050331-180020" id="k_ss"&gt;since March 2005&lt;/a&gt;&lt;span id="jy9n5"  style="font-family:Verdana;"&gt; included the ability to prefetch the first result from a Google search which caused a few webmasters to get ruffled feathers from the fear of false hits skewing their stats (can be identified from Firefox clients with the &lt;/span&gt;&lt;i style="font-family: Verdana;" id="flli"&gt;X-moz: prefetch&lt;/i&gt;&lt;span id="jy9n6"  style="font-family:Verdana;"&gt; header).  Interestingly none of the links to Google pages explaining their prefetching are working anymore.&lt;/span&gt;  &lt;span id="jy9n7"  style="font-family:Verdana;"&gt;Firefox is by default set to enable prefetching and as far as I know can only be turned off by going to &lt;/span&gt;&lt;i style="font-family: Verdana;" id="jqzk"&gt;about:config&lt;/i&gt;&lt;span id="jy9n8"  style="font-family:Verdana;"&gt; and setting the value&lt;/span&gt; &lt;i id="p11l"&gt;network.prefetch-next&lt;/i&gt; to &lt;i id="p11l0"&gt;False&lt;/i&gt;.  I've not yet looked at IE or any of the additional plugins and tools that could also make use of prefetching. &lt;pre style="font-family: Verdana;" id="jqzk0"&gt;I used the neat Firefox add on, &lt;a title="https://addons.mozilla.org/en-US/firefox/addon/6647" target="_blank" href="https://addons.mozilla.org/en-US/firefox/addon/6647" id="d9zo"&gt;HTTPFox&lt;/a&gt; to view the activity relating to the test.&lt;br /&gt;&lt;br /&gt;&lt;b id="s9:d"&gt;The Test&lt;/b&gt;&lt;br /&gt;&lt;/pre&gt;&lt;p id="n.vj0"&gt;I tried a few Google searches to see if the browser (Firefox 3) would then prefetch the first link but it wasn't working consistently.&lt;/p&gt;&lt;p id="n.vj1"&gt;Looking at the source for Google results page showed that a prefetch link wasn't always inserted. A bit more digging, and it appears that Google only inserts a prefetch link when the first result is a simple host name (e.g. www.microsoft.com).&lt;/p&gt;&lt;p id="n.vj2"&gt;I don't know when or if this has always been the case.&lt;/p&gt;&lt;p id="n.vj3"&gt; &lt;/p&gt;&lt;p id="n.vj5"&gt;A search for &lt;i id="xz.l1"&gt;microsoft&lt;/i&gt; (funnily enough) gives Microsoft's website as the first hit. Shortly after the Google results page had loaded a GET request appeared for &lt;i id="pw6z"&gt;www.microsoft.com&lt;/i&gt;, and then redirected to &lt;i id="j6e5"&gt;http://www.microsoft.com/en/us/default.aspx.&lt;/i&gt; A few times I see an aborted request&lt;i id="k4bp"&gt;, &lt;/i&gt;shown in HTTPFox as &lt;i id="k4bp0"&gt;text/html (NS_BINDING_ABORTED)&lt;/i&gt;. I suspect that this could be as a result of Firefox &lt;a title="discarding the prefetch hint" target="_blank" href="http://developer.mozilla.org/en/docs/Link_prefetching_FAQ#What_happens_if_I_click_on_a_link_while_something_is_being_prefetched.3F" id="v1ez"&gt;discarding the prefetch hint&lt;/a&gt;.&lt;/p&gt;&lt;p id="n.vj8"&gt; &lt;/p&gt;&lt;p id="n.vj12"&gt;&lt;/p&gt;&lt;p id="n.vj15"&gt;Just to confirm that this is recorded in internet history records, I did an internet history search in EnCase which showed the Google search and the subsequent Microsoft caching with no obvious sign that the Microsoft record was as a result of the prefetch and not of the user selecting the link.&lt;/p&gt;&lt;pre style="font-family: Verdana;" id="n.vj21"&gt;&lt;div id="wiv9" style="padding: 1em 0pt; text-align: left;"&gt;&lt;img id="n0-c" style="width: 600px; height: 35.9375px;" src="http://docs.google.com/File?id=dfsshwzb_40c5367kcb_b" /&gt;&lt;/div&gt;&lt;br /&gt;&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/317043458419256859-1668195854487165911?l=forensicpagefile.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://forensicpagefile.blogspot.com/feeds/1668195854487165911/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=317043458419256859&amp;postID=1668195854487165911' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/317043458419256859/posts/default/1668195854487165911'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/317043458419256859/posts/default/1668195854487165911'/><link rel='alternate' type='text/html' href='http://forensicpagefile.blogspot.com/2008/08/web-browser-prefetching-succinct_07.html' title='Web Browser Prefetching'/><author><name>DJPnP</name><uri>http://www.blogger.com/profile/13211446609605018352</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-317043458419256859.post-8933777918709013119</id><published>2008-02-01T20:09:00.000Z</published><updated>2008-02-01T23:10:20.583Z</updated><title type='text'>Lab Standards</title><content type='html'>If you were to skip briefly back to my &lt;a href="http://forensicpagefile.blogspot.com/2008/01/forensic-tool-testing.html"&gt;first post&lt;/a&gt; I referred to a document by the &lt;a href="http://www.enfsi.eu/"&gt;European Network of Forensic Science Institutes&lt;/a&gt;.  Whilst it's slightly dated, their best practice guide for forensic IT labs is still an excellent summary of requirements for a 'quality focussed' digital forensics lab.  It doesn't tell you what tools to use, where to find the 'smoking gun' you've been looking for or how to image a hard drive but it does describe the processes you'll need to work these out for yourself and prove to another party that you've been thorough in your preparation, examination and reporting.  In fact it does an excellent job of translating the internationally recognised standard for forensic labs &lt;a href="http://en.wikipedia.org/wiki/ISO_17025"&gt;ISO 17025&lt;/a&gt; for our juvenile corner of forensic science (yes, we're not &lt;span style="font-style: italic;"&gt;that&lt;/span&gt; different from the other forensic disciplines, see &lt;a href="http://forensicir.blogspot.com/"&gt;HogFly's blog&lt;/a&gt;).&lt;br /&gt;&lt;br /&gt;But who uses it?  Well without conducting a survey, I could only reason that the fact that the best practice guide follows so closely the international standard, anyone who follows this guide would have attained, or would be in the process of attaining the ISO 17025 certification. After all, why not pay the few extra pounds to get a certificate if you've done the hard work already?  Well, &lt;a href="http://www.ukas.org/testing/singlesearch.asp"&gt;for the UK&lt;/a&gt; it's just two organisations, in the whole country, who are accredited (do a search for 'forensic' and look for 'data capture').  One for just 'Mobile Phone Handsets and &lt;span style="display: block;" id="formatbar_Buttons"&gt;&lt;span class="" style="display: block;" id="formatbar_CreateLink" title="Link" onmouseover="ButtonHoverOn(this);" onmouseout="ButtonHoverOff(this);" onmouseup="" onmousedown="CheckFormatting(event);FormatbarButton('richeditorframe', this, 8);ButtonMouseDown(this);"&gt;&lt;/span&gt;&lt;/span&gt;SIM cards' and the other also including 'Computers and Computer Media' and whilst I know that a few labs have the generic quality certification (ISO 9001) and fewer still also have the Information Security certification (ISO 27001), they both seem to skirt around the issue of standards in digital forensic labs.  Even ISO 17025, a standard for calibration and testing labs, but regularly used in traditional forensics, requires skillful use of the &lt;a href="http://en.wikipedia.org/wiki/Shoehorn"&gt;shoehorn&lt;/a&gt; to make it fit. Which brings me back to the ENFSI best practice guide as an example of such a shoehorn that seems to look quite usable.&lt;br /&gt;&lt;br /&gt;Unfortunately for the UK/ European digital forensic community, ENFSI membership is normally &lt;a href="http://www.enfsi.org/documents/membership/attach/BRD-FWK-001-003-membership.pdf"&gt;restricted&lt;/a&gt; so that wider participation in developing and promoting these standards&lt;br /&gt;would be limited through this organisation.  The American Society of Crime Laboratory Directors / Laboratory Accreditation Bord (&lt;a href="http://www.ascld-lab.org/international/indexinternational.html"&gt;ASCLD/LAB&lt;/a&gt;) isn't so restrictive and has a scheme whereby a lab can be accredited to a standard that includes ISO 17025 and is 'enhanced' for our specialism.&lt;br /&gt;&lt;br /&gt;Is this the way forward then?  Have I found the lab standard I've been looking for? Maybe not, but it's the best I'm aware of so I think I'll give it a shot.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/317043458419256859-8933777918709013119?l=forensicpagefile.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://forensicpagefile.blogspot.com/feeds/8933777918709013119/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=317043458419256859&amp;postID=8933777918709013119' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/317043458419256859/posts/default/8933777918709013119'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/317043458419256859/posts/default/8933777918709013119'/><link rel='alternate' type='text/html' href='http://forensicpagefile.blogspot.com/2008/02/lab-standards.html' title='Lab Standards'/><author><name>DJPnP</name><uri>http://www.blogger.com/profile/13211446609605018352</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>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-317043458419256859.post-3782310404956294872</id><published>2008-01-28T21:42:00.001Z</published><updated>2008-01-28T22:22:45.679Z</updated><category scheme='http://www.blogger.com/atom/ns#' term='time stamp'/><category scheme='http://www.blogger.com/atom/ns#' term='move'/><category scheme='http://www.blogger.com/atom/ns#' term='Copy'/><title type='text'>Date &amp; Time stamps for files and folders</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_v42Jj1mh6A4/R55NHb7ZTiI/AAAAAAAAANo/XwEZBDsVzNs/s1600-h/Picture+3.png"&gt;&lt;img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;" src="http://3.bp.blogspot.com/_v42Jj1mh6A4/R55NHb7ZTiI/AAAAAAAAANo/XwEZBDsVzNs/s320/Picture+3.png" border="0" alt=""id="BLOGGER_PHOTO_ID_5160647013164469794" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;This is something I've been meaning to do for a while.  Transposing the &lt;a href="http://support.microsoft.com/kb/299648/"&gt;Microsoft article&lt;/a&gt; on what happens to the time stamps into a quick reference table seems to make sense.  Of course, like when using a calculator in maths exams, you can get away without doing the reasoning mentally but I think it's a good exercise to think through the reasons for the results aswell.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/317043458419256859-3782310404956294872?l=forensicpagefile.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://forensicpagefile.blogspot.com/feeds/3782310404956294872/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=317043458419256859&amp;postID=3782310404956294872' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/317043458419256859/posts/default/3782310404956294872'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/317043458419256859/posts/default/3782310404956294872'/><link rel='alternate' type='text/html' href='http://forensicpagefile.blogspot.com/2008/01/date-time-stamps-for-files-and-folders.html' title='Date &amp; Time stamps for files and folders'/><author><name>DJPnP</name><uri>http://www.blogger.com/profile/13211446609605018352</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://3.bp.blogspot.com/_v42Jj1mh6A4/R55NHb7ZTiI/AAAAAAAAANo/XwEZBDsVzNs/s72-c/Picture+3.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-317043458419256859.post-6582209655290168899</id><published>2008-01-26T12:56:00.000Z</published><updated>2008-02-01T20:20:45.026Z</updated><category scheme='http://www.blogger.com/atom/ns#' term='ENFSI'/><category scheme='http://www.blogger.com/atom/ns#' term='tool'/><category scheme='http://www.blogger.com/atom/ns#' term='write block'/><category scheme='http://www.blogger.com/atom/ns#' term='NIST'/><title type='text'>Forensic tool testing</title><content type='html'>&lt;span style="font-style:italic;"&gt;Edited 01 Jan 08 to make the ENFSI document link work, but I'm sure everyone could work out the problem anyway!&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;My first ever blog post so I might aswell dive straight in!&lt;br /&gt;&lt;br /&gt;The verification and validation of tools should be one of the most important routine aspects of computer forensics as it is for the other forensic sciences but whenever I see it mentioned there's usually somewhere, a shrug of the shoulders, a half hearted attempt to convince someone (including themselves) that they do it sufficiently and regularly and a fall back position of having to balance efficiency against the (unrealistic) requirements of academics (or am I being too cynical?).&lt;br /&gt;&lt;br /&gt;For hardware or software with limited functions, such as write blockers, there really is no excuse.  Prior to purchase, as with other critical purchases checks should be made to ensure that it is fit for purpose.  ENFSI have a best practice &lt;a href="http://www.enfsi.org/ewg/fitwg/documents/ENFSI_Forensic_IT_Best_Practice_GUIDE_5.0.pdf"&gt;document&lt;/a&gt; that specifically addresses Commercial Off The Shelf hardware  and requires the lab to get a maintenance agreement and some kind of assurance that the manufacturer will provide statements, certificates or other proof that it's fit for purpose should it be questioned in court.&lt;br /&gt;&lt;br /&gt;The forensicfocus &lt;a href="http://forensicfocus.blogspot.com/2008/01/validating-write-blockers.html"&gt;blog&lt;/a&gt; talks about some methodologies for testing write blockers including the all singing and dancing NIST tests and the more feasible 'Helix test'.  The NIST testing is excellent in its detail but you wouldn't be buying much kit if you limited it to those already tested.  Maybe, if there were an international standard for these and organisations applied more commercial pressure to the manufacturers such as described by ENFSI, we could see these critical tools tested sooner.&lt;br /&gt;&lt;br /&gt;Once purchased though, they need to be maintained and checked regularly, just as other critical items are. I mean, we get our fire extinguishers checked, why not our write blockers?  &lt;a href="http://www.tableau.com"&gt;Tableau&lt;/a&gt;, who's products I use regularly, fairly recently released a &lt;a href="http://computer.forensikblog.de/en/2007/08/critical_update_for_tableau_write_blockers.html"&gt;critical firmware&lt;/a&gt; update which just goes to show that 'hardware' does not 'mean purchase and forget'.&lt;br /&gt;&lt;br /&gt;As I see it, the only times a hardware write blocker needs to be checked is before first use and after any firmware upgrades.  With software write blockers, where the risk of mis-configuring it is greater a limited (Helix methodology) test ought to be done every time, unless you can verify a setup script. In that case you'd just need to show that the script followed (electronic or even manual checklist?) was identical to that that was validated.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/317043458419256859-6582209655290168899?l=forensicpagefile.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://forensicpagefile.blogspot.com/feeds/6582209655290168899/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=317043458419256859&amp;postID=6582209655290168899' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/317043458419256859/posts/default/6582209655290168899'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/317043458419256859/posts/default/6582209655290168899'/><link rel='alternate' type='text/html' href='http://forensicpagefile.blogspot.com/2008/01/forensic-tool-testing.html' title='Forensic tool testing'/><author><name>DJPnP</name><uri>http://www.blogger.com/profile/13211446609605018352</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></feed>
