<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://www.forensicswiki.org/w/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://www.forensicswiki.org/w/api.php?action=feedcontributions&amp;user=Uwe+Hermann&amp;feedformat=atom</id>
		<title>Forensics Wiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://www.forensicswiki.org/w/api.php?action=feedcontributions&amp;user=Uwe+Hermann&amp;feedformat=atom"/>
		<link rel="alternate" type="text/html" href="http://www.forensicswiki.org/wiki/Special:Contributions/Uwe_Hermann"/>
		<updated>2013-06-20T06:17:22Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.21.1</generator>

	<entry>
		<id>http://www.forensicswiki.org/wiki/Memory_analysis</id>
		<title>Memory analysis</title>
		<link rel="alternate" type="text/html" href="http://www.forensicswiki.org/wiki/Memory_analysis"/>
				<updated>2008-03-03T16:25:13Z</updated>
		
		<summary type="html">&lt;p&gt;Uwe Hermann: Add &amp;quot;Lest We Remember: Cold Boot Attacks on Encryption Keys&amp;quot; paper.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Memory Analysis''' is the science of using a [[Tools:Memory Imaging|memory image]] to determine information about running programs, the [[operating system]], and the overall state of a computer. Because the analysis is highly dependent on the operating system, we have broken it into subpages:&lt;br /&gt;
&lt;br /&gt;
* [[Windows Memory Analysis]]&lt;br /&gt;
* [[Linux Memory Analysis]]&lt;br /&gt;
* [[FreeBSD Memory Analysis]]&lt;br /&gt;
&lt;br /&gt;
== See Also == &lt;br /&gt;
&lt;br /&gt;
* [[Tools:Memory Imaging]]&lt;br /&gt;
&lt;br /&gt;
== Weblinks ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.blackhat.com/presentations/bh-federal-06/BH-Fed-06-Burdach/bh-fed-06-burdach-up.pdf Mariusz Burdach: Finding Digital Evidence In Physical Memory] (PDF)&lt;br /&gt;
* [https://www.usenix.org/events/usenix05/tech/freenix/full_papers/movall/movall.pdf Paul Movall, Ward Nelson, Shaun Wetzstein: Linux Physical Memory Analysis] (PDF)&lt;br /&gt;
* [http://citp.princeton.edu/memory/ Lest We Remember: Cold Boot Attacks on Encryption Keys] ([http://citp.princeton.edu.nyud.net/pub/coldboot.pdf PDF])&lt;/div&gt;</summary>
		<author><name>Uwe Hermann</name></author>	</entry>

	<entry>
		<id>http://www.forensicswiki.org/wiki/Slack</id>
		<title>Slack</title>
		<link rel="alternate" type="text/html" href="http://www.forensicswiki.org/wiki/Slack"/>
				<updated>2008-03-03T16:19:01Z</updated>
		
		<summary type="html">&lt;p&gt;Uwe Hermann: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Expand}}&lt;br /&gt;
&lt;br /&gt;
== Definition ==&lt;br /&gt;
&lt;br /&gt;
In Computer Forensics '''slack''' refers to the bytes after the logical end of a file and the end of the cluster wherein the final byte of the valid file resides.&lt;br /&gt;
&lt;br /&gt;
== Slack Types ==&lt;br /&gt;
&lt;br /&gt;
=== RAM Slack ===&lt;br /&gt;
&lt;br /&gt;
=== File Slack ===&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;/div&gt;</summary>
		<author><name>Uwe Hermann</name></author>	</entry>

	<entry>
		<id>http://www.forensicswiki.org/wiki/Slack</id>
		<title>Slack</title>
		<link rel="alternate" type="text/html" href="http://www.forensicswiki.org/wiki/Slack"/>
				<updated>2008-03-03T16:18:24Z</updated>
		
		<summary type="html">&lt;p&gt;Uwe Hermann: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Expand}}&lt;br /&gt;
&lt;br /&gt;
== Definition ==&lt;br /&gt;
&lt;br /&gt;
In Computer Forensics ''slack'' refers to the bytes after the logical end of a file and the end of the cluster wherein the final byte of the valid file resides.&lt;br /&gt;
&lt;br /&gt;
== Slack Types ==&lt;br /&gt;
&lt;br /&gt;
=== RAM Slack ===&lt;br /&gt;
&lt;br /&gt;
=== File Slack ===&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;/div&gt;</summary>
		<author><name>Uwe Hermann</name></author>	</entry>

	<entry>
		<id>http://www.forensicswiki.org/wiki/Anti-forensic_techniques</id>
		<title>Anti-forensic techniques</title>
		<link rel="alternate" type="text/html" href="http://www.forensicswiki.org/wiki/Anti-forensic_techniques"/>
				<updated>2006-08-21T08:05:55Z</updated>
		
		<summary type="html">&lt;p&gt;Uwe Hermann: Breaking Encase with FILE0 and Winhex&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Anti-forensic techniques''' try to frustrate [[forensic investigator]]s and their [[techniques]].&lt;br /&gt;
&lt;br /&gt;
This can include refusing to run when [[debugging]] mode is enabled, refusing to run when running inside of a [[virtual machine]], or deliberately overwriting data. Although some anti-forensic tools have legitimate purposes, such as overwriting sensitive data that shouldn't fall into the wrong hands, like any [[Tools|tool]] they can be abused.&lt;br /&gt;
&lt;br /&gt;
== Secure Data Deletion ==&lt;br /&gt;
&lt;br /&gt;
[[Secure data deletion|Securely deleting]] data, so that it cannot be restored with forensic methods. &amp;lt;br /&amp;gt;&lt;br /&gt;
Be aware that software 'data destroyers' may not necessaruly do what they state on the burb site.  In particular a common mistake is the oversight of how the underlying file system actually stores files, for instance a 'wipe drive' application that will write a series of random values across unallocated space on the hard disk may not take into account the slack space at the end of allocated data blocks.  Thus allowing a large portion of old data to still be recoverable.  This is a very handy for a forensic analyst, but not so handy for IT Managers.&lt;br /&gt;
&lt;br /&gt;
== Hiding Data ==&lt;br /&gt;
&lt;br /&gt;
Hiding data where a forensic [[investigator]] would not usually look, e.g. using [[steganography]] or other means.&lt;br /&gt;
&lt;br /&gt;
== Encrypted Data ==&lt;br /&gt;
&lt;br /&gt;
[[Encryption|Encrypting data]], in order to prevent access to it.&lt;br /&gt;
&lt;br /&gt;
== Preventing Data Creation ==&lt;br /&gt;
&lt;br /&gt;
Prevent the creation of certain data in the first place. Data which was never there, obviously cannot be restored with forensic methods.&lt;br /&gt;
&lt;br /&gt;
== Detecting Forensic Analysis ==&lt;br /&gt;
&lt;br /&gt;
There are methods to detect whether an [[investigator]] tries to perform a (live) forensic analysis on the system. A malicious user or program could react to that by destroying evidence, for example.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
* [[Tools#Anti-forensics_Tools]]&lt;br /&gt;
&lt;br /&gt;
== Externals Links ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.safehack.com/Textware/forensic/Anti_Forensic_Break_Encase.pdf Breaking Encase with FILE0 and Winhex]&lt;/div&gt;</summary>
		<author><name>Uwe Hermann</name></author>	</entry>

	<entry>
		<id>http://www.forensicswiki.org/wiki/EnCase</id>
		<title>EnCase</title>
		<link rel="alternate" type="text/html" href="http://www.forensicswiki.org/wiki/EnCase"/>
				<updated>2006-08-21T08:05:22Z</updated>
		
		<summary type="html">&lt;p&gt;Uwe Hermann: Breaking Encase with FILE0 and Winhex&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Wikify}}&lt;br /&gt;
&lt;br /&gt;
Encase is an all-in-one computer forensics suite from Guidance Software Inc.&lt;br /&gt;
&lt;br /&gt;
=File Format=&lt;br /&gt;
Perhaps the '''de facto''' standard for forensic analyses in law enforcement, Guidance Software's EnCase Forensic encase} uses a proprietary format for images, reportedly based on ASR Data's Expert Witness Compression Format.  EnCase's Evidence File .E01) format contains a physical bitstream of an acquired disk, prefixed with a '&amp;quot;Case Info&amp;quot; header, interlaced with CRCs for every block of 64 sectors~(32 KB), and followed by a footer containing an MD5 hash for the entire bitstream.  Contained in the header are the date and time of acquisition, an examiner's name, notes on the acquisition, and an optional password; the header concludes with its own CRC.&lt;br /&gt;
&lt;br /&gt;
Encase can store media dat into multiple evidence files, which are called segment files. Each segment file consist of multiple sections. Each section consist of a section start definition. This contains a section type.&lt;br /&gt;
&lt;br /&gt;
At least from Encase 3 the case info header is contained in the &amp;quot;header&amp;quot; section, which is defined twice within the file and contain the same information.&lt;br /&gt;
&lt;br /&gt;
With Encase 4 an additional &amp;quot;header2&amp;quot; section was added. The &amp;quot;header&amp;quot; section now appears only once, but the new &amp;quot;header2&amp;quot; section twice.&lt;br /&gt;
&lt;br /&gt;
Version 3 of The Encase F introduced an &amp;quot;error2&amp;quot; sections that it uses to record the location and number of bad sector chunks. The way it handles the sections it can't read is that those areas are filled with zero. Then Encase displays to the user the areas that could not be read when the image was acquired. The granularity of unreadable chunks appears to be 32K.&lt;br /&gt;
&lt;br /&gt;
Within Encase 5 the amount of sectors per block (chunk) can vary.&lt;br /&gt;
&lt;br /&gt;
Encase from at least in version 3, 4 and 5 can hash the data of the media it acquires.&lt;br /&gt;
It does this by calculating a MD5 hash of the original media data and adds a hash section&lt;br /&gt;
to the last of the segment files.&lt;br /&gt;
&lt;br /&gt;
=Features=&lt;br /&gt;
&lt;br /&gt;
==File Systems Understood==&lt;br /&gt;
&lt;br /&gt;
==File Search Facilities==&lt;br /&gt;
&lt;br /&gt;
==Historical Reconstruction==&lt;br /&gt;
&lt;br /&gt;
Can it build timelines and search by creation date?&lt;br /&gt;
&lt;br /&gt;
==Searching Abilities==&lt;br /&gt;
&lt;br /&gt;
Can it search? Does it build an index? Can it focus on file types or particular kinds of metadata?&lt;br /&gt;
&lt;br /&gt;
==Hash Databases==&lt;br /&gt;
&lt;br /&gt;
Encase uses [[MD5]] hashes and uses a [[Encase hash files|proprietary file format]] to store them. It can also import hashes from the [[NSRL]], [[Hashkeeper]], and plain MD5 files.&lt;br /&gt;
&lt;br /&gt;
==Evidence Collection Features==&lt;br /&gt;
&lt;br /&gt;
Can it sign files? Does it keep an audit log?&lt;br /&gt;
&lt;br /&gt;
=History=&lt;br /&gt;
&lt;br /&gt;
Originally written in (YEAR), it has now developed into a Forensic Edition and an Enterprise Edition.&lt;br /&gt;
&lt;br /&gt;
==License Notes==&lt;br /&gt;
&lt;br /&gt;
Is it commercial or open source? Are there other licensing options?&lt;br /&gt;
&lt;br /&gt;
= External Links =&lt;br /&gt;
&lt;br /&gt;
* [http://www.guidancesoftware.com/lawenforcement/ef_index.asp EnCase Website]&lt;br /&gt;
* [http://www.safehack.com/Textware/forensic/Anti_Forensic_Break_Encase.pdf Breaking Encase with FILE0 and Winhex]&lt;br /&gt;
&lt;br /&gt;
==External Reviews==&lt;/div&gt;</summary>
		<author><name>Uwe Hermann</name></author>	</entry>

	<entry>
		<id>http://www.forensicswiki.org/wiki/License_transition_status</id>
		<title>License transition status</title>
		<link rel="alternate" type="text/html" href="http://www.forensicswiki.org/wiki/License_transition_status"/>
				<updated>2006-07-18T18:03:00Z</updated>
		
		<summary type="html">&lt;p&gt;Uwe Hermann: /* Files/Images */ Deleted last image with unclear license.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page keeps track of the '''license status''' of the wiki.&lt;br /&gt;
&lt;br /&gt;
All contributions after '''March 19th, 2006''' are under the [http://creativecommons.org/licenses/by-sa/2.5/ Creative Commons Attribution-ShareAlike 2.5] license. Contributions prior to that date have an unclear license. We are currently contacting the authors of the respective content, asking them whether they agree to license their contributions under the [http://creativecommons.org/licenses/by-sa/2.5/ Creative Commons Attribution-ShareAlike 2.5] license...&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== HOWTO ==&lt;br /&gt;
&lt;br /&gt;
If you have contributed to this wiki '''before March 19th, 2006''', please consider (re-)licensing your contributions under this license. You can do that by adding this small paragraph to your user page:&lt;br /&gt;
&lt;br /&gt;
'''I hereby license all my contributions to this wiki (before and after March 19th, 2006) under the [http://creativecommons.org/licenses/by-sa/2.5/ Creative Commons Attribution-ShareAlike 2.5] license.'''&lt;br /&gt;
&lt;br /&gt;
Thanks in advance.&lt;br /&gt;
&lt;br /&gt;
== Current License Status ==&lt;br /&gt;
&lt;br /&gt;
=== Pages ===&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;0&amp;quot; cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;2&amp;quot; align=&amp;quot;top&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background:#bfbfbf; font-weight: bold&amp;quot;&lt;br /&gt;
! Page&lt;br /&gt;
! License Status&lt;br /&gt;
! Checked for copyright infringement&lt;br /&gt;
|-&lt;br /&gt;
| [[AFF]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
|-&lt;br /&gt;
| [[AFIS]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
|-&lt;br /&gt;
| [[AFOSI]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
|-&lt;br /&gt;
| [[ASR]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
|-&lt;br /&gt;
| [[ASR Data]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
|-&lt;br /&gt;
| [[AccessData]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
|-&lt;br /&gt;
| [[Adobe PDF Format]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
|-&lt;br /&gt;
| [[Afflib]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
|-&lt;br /&gt;
| [[Anti-forensic techniques]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
|-&lt;br /&gt;
| [[Applied Cellphone Forensics]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
|-&lt;br /&gt;
| [[Audio Devices]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
|-&lt;br /&gt;
| [[BMP]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
|-&lt;br /&gt;
| [[Bad blocks]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
|-&lt;br /&gt;
| [[Bibliography]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
|-&lt;br /&gt;
| [[Blackbag]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
|-&lt;br /&gt;
| [[Blackberry Forensics]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
|-&lt;br /&gt;
| [[Books]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
|-&lt;br /&gt;
| [[Cellphones]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
|-&lt;br /&gt;
| [[Conferences]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
|-&lt;br /&gt;
| [[DCFL]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
|-&lt;br /&gt;
| [[DIBS]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
|-&lt;br /&gt;
| [[Data Reduction]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
|-&lt;br /&gt;
| [[Dcfldd]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
|-&lt;br /&gt;
| [[Dd]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
|-&lt;br /&gt;
| [[Digital Evidence Bags]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
|-&lt;br /&gt;
| [[EVT]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
|-&lt;br /&gt;
| [[EXIF]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
|-&lt;br /&gt;
| [[Email Headers]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
|-&lt;br /&gt;
| [[EnCase]]&lt;br /&gt;
| ?&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
|-&lt;br /&gt;
| [[Epilogue to Gutmann's 1996 paper]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
| ?&lt;br /&gt;
|-&lt;br /&gt;
| [[Exif]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
|-&lt;br /&gt;
| [[FAT]]&lt;br /&gt;
| ?&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
|-&lt;br /&gt;
| [[FCCU Gnu/Linux Boot CD]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
|-&lt;br /&gt;
| [[File Formats]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
|-&lt;br /&gt;
| [[File Systems]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
|-&lt;br /&gt;
| [[Flash IDE Adapters]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
|-&lt;br /&gt;
| [[Foremost]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
|-&lt;br /&gt;
| [[Forensic Toolkit]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
|-&lt;br /&gt;
| [[Forensic file formats]]&lt;br /&gt;
| ?&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
|-&lt;br /&gt;
| [[Full Disk Encryption]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
|-&lt;br /&gt;
| [[Gfzip]]&lt;br /&gt;
| ?&lt;br /&gt;
| ?&lt;br /&gt;
|-&lt;br /&gt;
| [[Harvard Forensics Project]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
|-&lt;br /&gt;
| [[Helix]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
|-&lt;br /&gt;
| [[ILook]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
|-&lt;br /&gt;
| [[ILook External Imager]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
|-&lt;br /&gt;
| [[ILook Imager]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
|-&lt;br /&gt;
| [[ILook Investigator]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
|-&lt;br /&gt;
| [[ILook file format]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
|-&lt;br /&gt;
| [[IXimager]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
|-&lt;br /&gt;
| [[JPEG]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
|-&lt;br /&gt;
| [[Jesse Kornblum]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
|-&lt;br /&gt;
| [[Journals]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
|-&lt;br /&gt;
| [[LNK]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
|-&lt;br /&gt;
| [[License transition status]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
|-&lt;br /&gt;
| [[Linux]]&lt;br /&gt;
| ?&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
|-&lt;br /&gt;
| [[Mailing lists]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
|-&lt;br /&gt;
| [[Main Page]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
|-&lt;br /&gt;
| [[Md5deep]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
|-&lt;br /&gt;
| [[Metadata]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
|-&lt;br /&gt;
| [[Microsoft PocketPC]]&lt;br /&gt;
| ?&lt;br /&gt;
| ?&lt;br /&gt;
|-&lt;br /&gt;
| [[Microsoft Windows]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
|-&lt;br /&gt;
| [[Microsoft Windows Mobile]]&lt;br /&gt;
| ?&lt;br /&gt;
| ?&lt;br /&gt;
|-&lt;br /&gt;
| [[National Software Reference Library]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
|-&lt;br /&gt;
| [[Ontrack Data Eraser]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
|-&lt;br /&gt;
| [[Organizations]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK (Not copyrightable)&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
|-&lt;br /&gt;
| [[Other Websites]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
|-&lt;br /&gt;
| [[PDAs]]&lt;br /&gt;
| ?&lt;br /&gt;
| ?&lt;br /&gt;
|-&lt;br /&gt;
| [[Palm]]&lt;br /&gt;
| ?&lt;br /&gt;
| ?&lt;br /&gt;
|-&lt;br /&gt;
| [[Papers]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
|-&lt;br /&gt;
| [[Paraben]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
|-&lt;br /&gt;
| [[People]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
|-&lt;br /&gt;
| [[Personal Digital Devices]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
|-&lt;br /&gt;
| [[ProDiscover]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
|-&lt;br /&gt;
| [[ProDiscovery]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
|-&lt;br /&gt;
| [[PyFlag]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
|-&lt;br /&gt;
| [[Pyflag]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
|-&lt;br /&gt;
| [[RIM Blackberry]]&lt;br /&gt;
| ?&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
|-&lt;br /&gt;
| [[Raw image file]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
|-&lt;br /&gt;
| [[Raw image files]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
|-&lt;br /&gt;
| [[Recovering Overwritten Data]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
|-&lt;br /&gt;
| [[Recovering bad data]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
|-&lt;br /&gt;
| [[Recovering deleted data]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
|-&lt;br /&gt;
| [[Reports]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
|-&lt;br /&gt;
| [[SIM Cards]]&lt;br /&gt;
| ?&lt;br /&gt;
| ?&lt;br /&gt;
|-&lt;br /&gt;
| [[SMART]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK (Original unlicensed, copyright-infringing content was removed)&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
|-&lt;br /&gt;
| [[Safeback]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
|-&lt;br /&gt;
| [[Sanitization Standards]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
|-&lt;br /&gt;
| [[Scalpel]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
|-&lt;br /&gt;
| [[Simson Garfinkel]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
|-&lt;br /&gt;
| [[Sleuthkit]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
|-&lt;br /&gt;
| [[SmartPhones]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
|-&lt;br /&gt;
| [[SpinRite]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
|-&lt;br /&gt;
| [[Symbian]]&lt;br /&gt;
| ?&lt;br /&gt;
| ?&lt;br /&gt;
|-&lt;br /&gt;
| [[Techniques]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
|-&lt;br /&gt;
| [[Tools]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK (All content created after March 19)&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
|-&lt;br /&gt;
| [[UNIX]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
|-&lt;br /&gt;
| [[VMware]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
|-&lt;br /&gt;
| [[Vendors]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
|-&lt;br /&gt;
| [[Websites]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
|-&lt;br /&gt;
| [[Wetstone]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
|-&lt;br /&gt;
| [[Write Blockers]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Files/Images ===&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;0&amp;quot; cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;2&amp;quot; align=&amp;quot;top&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background:#bfbfbf; font-weight: bold&amp;quot;&lt;br /&gt;
! File&lt;br /&gt;
! License Status&lt;br /&gt;
! Comments&lt;br /&gt;
|-&lt;br /&gt;
| [[:Image:Simpic.jpg]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
| Replaced with free version.&lt;br /&gt;
|-&lt;br /&gt;
| [[:Image:Treo.jpg]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
| Deleted.&lt;br /&gt;
|-&lt;br /&gt;
| [[:Image:Pocketpc.jpg]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
| Replaced with free version.&lt;br /&gt;
|-&lt;br /&gt;
| [[:Image:Newton.jpg]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
| Deleted.&lt;br /&gt;
|-&lt;br /&gt;
| [[:Image:Zaurus-front.jpg]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
| Replaced with free version.&lt;br /&gt;
|-&lt;br /&gt;
| [[:Image:Sharp sl-c3100-thm.jpg]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
| Deleted.&lt;br /&gt;
|-&lt;br /&gt;
| [[:Image:Yale fat16 diagram.jpg]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
| Deleted.&lt;br /&gt;
|-&lt;br /&gt;
| [[:Image:Recover-FAT-volume-structur.jpg]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
| Deleted.&lt;br /&gt;
|-&lt;br /&gt;
| [[:Image:HelixGroupPaper.pdf]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
| Deleted&lt;br /&gt;
|-&lt;br /&gt;
| [[:Image:Network Appliance DataFort.doc]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
| Deleted&lt;br /&gt;
|-&lt;br /&gt;
| [[:Image:Draft Paper.doc]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
| Deleted&lt;br /&gt;
|-&lt;br /&gt;
| [[:Image:Survey3.doc]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
| Deleted&lt;br /&gt;
|-&lt;br /&gt;
| [[:Image:Survey.doc]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
| Deleted&lt;br /&gt;
|-&lt;br /&gt;
| [[:Image:Biblio.doc]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
| Deleted&lt;br /&gt;
|-&lt;br /&gt;
| [[:Image:HelixCFS.doc]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
| Deleted&lt;br /&gt;
|-&lt;br /&gt;
| [[:Image:Init2.doc]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
| Deleted&lt;br /&gt;
|-&lt;br /&gt;
| [[:Image:Init.doc]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
| Deleted&lt;br /&gt;
|-&lt;br /&gt;
| [[:Image:Securing Storage White Paper.pdf]]&lt;br /&gt;
| style=&amp;quot;background:lime&amp;quot; | OK&lt;br /&gt;
| Decru white paper. Not Creative Commons licensed, but we'll keep it here, as it might disappear from the net.&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Uwe Hermann</name></author>	</entry>

	<entry>
		<id>http://www.forensicswiki.org/wiki/FAT</id>
		<title>FAT</title>
		<link rel="alternate" type="text/html" href="http://www.forensicswiki.org/wiki/FAT"/>
				<updated>2006-07-18T18:01:33Z</updated>
		
		<summary type="html">&lt;p&gt;Uwe Hermann: Replaced image with unclear license with a table.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{wikify}}&lt;br /&gt;
&lt;br /&gt;
FAT, or file allocation table, is a file system that is designed to keep track of allocation status of clusters on a hard drive.  Developed in 1977 by Microsoft Corporation, FAT was originally intended to be a file system for the Microsoft Disk BASIC interpreter.  FAT was quickly incorporated into an early version of Tim Patterson's QDOS, which was a moniker for &amp;quot;Quick and Dirty Operating System&amp;quot;. Microsoft later purchased the rights to QDOS and released it under Microsoft branding as PC-DOS and later, MS-DOS.  &lt;br /&gt;
&lt;br /&gt;
== Structure==&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;text-align:center;&amp;quot; cellpadding=&amp;quot;3&amp;quot; border=&amp;quot;1px&amp;quot;&lt;br /&gt;
| Boot sector&lt;br /&gt;
| More reserved&amp;lt;br/&amp;gt; sectors (optional)&lt;br /&gt;
| FAT #1&lt;br /&gt;
| FAT #2&lt;br /&gt;
| Root directory&amp;lt;br /&amp;gt; (FAT12/16 only)&lt;br /&gt;
| Data region&amp;lt;br /&amp;gt; (rest of disk)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Boot Record ===&lt;br /&gt;
When a computer is powered on, a POST (power-on self test) is performed, and control is then transferred to the MBR (Master Boot Record).  The MBR is present no matter what file system is in use, and contains information about how the storage device is logically partitioned.  When using a FAT file system, the MBR hands off control of the computer to the Boot Record, which is the first sector on the partition.  The Boot Record, which occupies a reserved area on the partition, contains executable code, in addition to information such as an OEM identifier, number of FATs, media descriptor (type of storage device), and information about the operating system to be booted.  Once the Boot Record code executes, control is handed off to the operating system installed on that partition. &lt;br /&gt;
&lt;br /&gt;
=== FATs ===&lt;br /&gt;
The primary task of the File Alocation Tables are to keep track of the allocation status of clusters, or logical groupings of sectors, on the disk drive.  There are four different possible FAT entries: allocated (along with the address of the next cluster associated with the file), unallocated, end of file, and bad sector. &lt;br /&gt;
&lt;br /&gt;
In order to provide redundancy in case of data corruption, two FATs, FAT1 and FAT2, are stored in the file system. FAT2 is a typically a duplicate of FAT1. However, FAT mirroring can be disabled on a FAT32 drive, thus enabling any of the FATs to become the Primary FAT. This possibly leaves FAT1 empty, which can be deceiving.&lt;br /&gt;
&lt;br /&gt;
=== Root Directory ===&lt;br /&gt;
The Root Directory, sometimes referred to as the Root Folder, contains an entry for each file and directory stored in the file system.  This information includes the file name, starting cluster number, and file size.  This information is changed whenever a file is created or subsequently modified. Root directory has a fixed size of 512 entries on a hard disk and the size on a floppy disk depends.  With FAT32 it can be stored anywhere within the partition, although in previous versions it is always located immediately following the FAT region.&lt;br /&gt;
&lt;br /&gt;
=== Data Area ===&lt;br /&gt;
&lt;br /&gt;
The Boot Record, FATs, and Root Directory are collectively referred to as the System Area.  The remaining space on the logical drive is called the Data Area, which is where files are actually stored.  It should be noted that when a file is deleted by the operating system, the data stored in the Data Area remains intact until it is overwritten.&lt;br /&gt;
&lt;br /&gt;
=== Clusters ===&lt;br /&gt;
In order for FAT to manage files with satisfactory efficiency, it groups sectors into larger blocks referred to as clusters. This is necessary because a computer only has a fixed number of memory addresses.  In modern computers, a typical drive has far more memory sectors than addresses.  Consequently, sectors are grouped together (into clusters) in order to share an address.  A cluster is the smallest unit of disk space that can be allocated to a file, which is why clusters are often called allocation units. Only the &amp;quot;data area&amp;quot; is divided into clusters, the rest of the partition is simply sectors. Cluster size is determined by the size of the disk volume and every file must be allocated an even number of clusters. Cluster sizing has a significant impact on performance and disk utilization. Larger cluster sizes result in more wasted space because files are less likely to fill up an even number of clusters. &lt;br /&gt;
&lt;br /&gt;
The size of one cluster is specified in the Boot Record and can range from a single sector (512 bytes) to 128 sectors (65536 bytes). The sectors in a cluster are continuous, therefore each cluster is a continuous block of space on the disk.  Note that only one file can be allocated to a cluster.  Therefore if a 1KB file is placed within a 32KB cluster there are 31KB of wasted space. The formula for determining clusters in a partition is (# of Sectors in Partition) - (# of Sectors per Fat * 2) - (# of Reserved Sectors) ) /  (# of Sectors per Cluster).&lt;br /&gt;
&lt;br /&gt;
=== Wasted Sectors ===&lt;br /&gt;
&lt;br /&gt;
'''Wasted Sectors''' (a.k.a. '''partition slack''') are a result of the number of data sectors not being evenly distributed by the cluster size. It's made up of unused bytes left at the end of a file. Also, if the partition as declared in the partition table is larger than what is claimed in the Boot Record the volume can be said to have wasted sectors. Small files on a hard drive are the reason for wasted space and the bigger the hard drive the more wasted space there is.  This is because for a fixed number of memory addresses, a larger hard drive must have more sectors in each cluster.&lt;br /&gt;
&lt;br /&gt;
=== FAT Entry Values ===&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
FAT12&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
0x000          (Free Cluster)&amp;lt;br&amp;gt;    &lt;br /&gt;
0x001          (Reserved Cluster)&amp;lt;br&amp;gt;&lt;br /&gt;
0x002 - 0xFEF  (Used cluster; value points to next cluster)&amp;lt;br&amp;gt;&lt;br /&gt;
0xFF0 - 0xFF6  (Reserved values)&amp;lt;br&amp;gt;&lt;br /&gt;
0xFF7          (Bad cluster)&amp;lt;br&amp;gt;&lt;br /&gt;
0xFF8 - 0xFFF  (Last cluster in file)&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
FAT16&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
0x0000           (Free Cluster)&amp;lt;br&amp;gt;&lt;br /&gt;
0x0001           (Reserved Cluster)&amp;lt;br&amp;gt;&lt;br /&gt;
0x0002 - 0xFFEF  (Used cluster; value points to next cluster)&amp;lt;br&amp;gt;&lt;br /&gt;
0xFFF0 - 0xFFF6  (Reserved values)&amp;lt;br&amp;gt;&lt;br /&gt;
0xFFF7           (Bad cluster)&amp;lt;br&amp;gt;&lt;br /&gt;
0xFFF8 - 0xFFFF  (Last cluster in file)&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
FAT32&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
0x?0000000               (Free Cluster)&amp;lt;br&amp;gt;&lt;br /&gt;
0x?0000001               (Reserved Cluster)&amp;lt;br&amp;gt;&lt;br /&gt;
0x?0000002 - 0x?FFFFFEF  (Used cluster; value points to next cluster)&amp;lt;br&amp;gt;&lt;br /&gt;
0x?FFFFFF0 - 0x?FFFFFF6  (Reserved values)&amp;lt;br&amp;gt;&lt;br /&gt;
0x?FFFFFF7               (Bad cluster)&amp;lt;br&amp;gt;&lt;br /&gt;
0x?FFFFFF8 - 0x?FFFFFFF  (Last cluster in file)&lt;br /&gt;
&lt;br /&gt;
Note: FAT32 uses only 28 of 32 possible bits, the upper 4 bits should be left alone. Typically these bits are zero, and are represented above by a question mark (?).&lt;br /&gt;
&lt;br /&gt;
[[Category:Disk file systems]]&lt;br /&gt;
&lt;br /&gt;
==Versions==&lt;br /&gt;
&lt;br /&gt;
There are three variants of FAT in existence: FAT12, FAT16, and FAT32.&lt;br /&gt;
&lt;br /&gt;
=== FAT12 ===&lt;br /&gt;
*  FAT12 is the oldest type of FAT that uses a 12 bit file allocation table entry.  &lt;br /&gt;
*  FAT12 can hold a max of 4,086 clusters (which is 2&amp;lt;sup&amp;gt;12&amp;lt;/sup&amp;gt; clusters minus a few values that are reserved for values used in   the FAT).  &lt;br /&gt;
*  It is used for floppy disks and hard drive partitions that are smaller than 16 MB.  &lt;br /&gt;
*  All 1.44 MB 3.5&amp;quot; floppy disks are formatted using FAT12.&lt;br /&gt;
*  Cluster size that is used is between 0.5 KB to 4 KB.&lt;br /&gt;
&lt;br /&gt;
=== FAT16 ===&lt;br /&gt;
*  It is called FAT16 because all entries are 16 bit.&lt;br /&gt;
*  FAT16 can hold a max of 65,536 addressable units (2 &amp;lt;sub&amp;gt;26&amp;lt;/sub&amp;gt;&lt;br /&gt;
*  It is used for small and moderate sized hard disk volumes.&lt;br /&gt;
*  The actual capacity is 65,525 due to some reserved values&lt;br /&gt;
&lt;br /&gt;
=== FAT32 ===&lt;br /&gt;
FAT32 is the enhanced version of the FAT system implemented beginning with Windows 95 OSR2, Windows 98, and Windows Me.&lt;br /&gt;
Features include:&lt;br /&gt;
*  Drives of up to 2 terabytes are supported (Windows 2000 only supports up to 32 gigabytes)&lt;br /&gt;
*  Since FAT32 uses smaller clusters (of 4 kilobytes each), it uses hard drive space more efficiently. This is a 10 to 15 percent improvement over FAT or FAT16.&lt;br /&gt;
*  The limitations of FAT or FAT 16 on the number of root folder entries have been eliminated. In FAT32, the root folder is an ordinary cluster chain, and can be located anywhere on the drive.&lt;br /&gt;
*  File allocation mirroring can be disabled in FAT32. This allows a different copy of the file allocation table then the default to be active.&lt;br /&gt;
&lt;br /&gt;
==== Limitations with Windows 2000 &amp;amp; Windows XP ====&lt;br /&gt;
* Clusters cannot be 64KB or larger.&lt;br /&gt;
* Cannot decrease cluster size that will result in the the FAT being larger than 16 MB minus 64KB in size. &lt;br /&gt;
* Cannot contain fewer than 65,527 clusters.&lt;br /&gt;
* Maximum of 32KB per cluster.&lt;br /&gt;
* ''Windows XP'': The Windows XP installation program will not allow a user to format a drive of more than 32GB using the FAT32 file system. Using the installation program, the only way to format a disk greater than 32GB in size is to use NTFS. A disk larger than 32GB in size ''can'' be formatted with FAT32 for use with Windows XP if the system is booted from a Windows 98 or Windows ME startup disk, and formatted using the tool that will be on the disk.&lt;br /&gt;
&lt;br /&gt;
=== Comparison of FAT Versions ===&lt;br /&gt;
&lt;br /&gt;
See the table at http://en.wikipedia.org/wiki/File_Allocation_Table for more detailed information about the various versions of FAT.&lt;br /&gt;
&lt;br /&gt;
== Uses ==&lt;br /&gt;
Due to its low cost, mobility, and non-volatile nature, flash memory has quickly become the choice medium for storing and transferring data in consumer electronic devices. The majority of flash memory storage is formatted using the FAT file system.  In addition, FAT is also frequently used in electronic devices with miniature hard drives.&lt;br /&gt;
&lt;br /&gt;
Examples of devices in which FAT is utilized include:&lt;br /&gt;
&lt;br /&gt;
* USB thumb drives&lt;br /&gt;
* Digital cameras&lt;br /&gt;
* Digital camcorders&lt;br /&gt;
* Portable audio and video players&lt;br /&gt;
* Multifunction printers&lt;br /&gt;
* Electronic photo frames&lt;br /&gt;
* Electronic musical instruments&lt;br /&gt;
* Standard televisions&lt;br /&gt;
* PDAs&lt;br /&gt;
&lt;br /&gt;
==Data Recovery==&lt;br /&gt;
Recovering directory entries from FAT filesystems as part of [[recovering deleted data]] can be accomplished by looking for entries that begin with a sigma 0xe5. When a file or directory is deleted under a FAT filesystem, the first character of its name is changed to sigma. The remainder of the directory entry information remains intact.&lt;br /&gt;
&lt;br /&gt;
The pointers are also changed to zero for each cluster used by the file.  Recovery tools look at the FAT to find the entry for the file.  The location of the starting cluster will still be in the directory file.  It is not deleted or modified.  The tool will go straight to that cluster and try to recover the file using the file size to determine the number of clusters to recover.  Some tools will go to the starting cluster and recover the next &amp;quot;X&amp;quot; number of clusters needed for the specific file size.  However, this tool is not ideal.  An ideal tool will locate &amp;quot;X&amp;quot; number of available clusters.  Since files are most often fragmented, this will be a more precise way to recover the file.&lt;br /&gt;
&lt;br /&gt;
An issue arises when two files in the same row of clusters are deleted.  If the clusters are not in sequential order, the tool will automatically receive &amp;quot;X&amp;quot; number of clusters.  However, because the file was fragmented, it's most likely that all the clusters obtained will not all contain data for that file.  If these two deleted files are in the same row of clusters, it is highly unlikely the file can be recovered.&lt;br /&gt;
&lt;br /&gt;
==File Slack==&lt;br /&gt;
File slack is data that starts from the end of the file written and continues to the end of the sectors designated to the file.    There are two types of file slack, RAM slack, and Residual slack.  RAM slack starts from the end of the file and goes to the end of that sector.  Residual slack then starts at the next sector and goes to the end of the cluster allocated for the file.  File slack is a helpful tool when analyzing a hard drive because the old data that is not overwritten by the new file is still in tact. Go to http://www.pcguide.com/ref/hdd/file/partSizes-c.html for examples.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;2&amp;quot; bordercolor=&amp;quot;#000000&amp;quot; cellpadding=&amp;quot;4&amp;quot; width=&amp;quot;468&amp;quot; bordercolorlight=&amp;quot;#C0C0C0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td width=&amp;quot;101&amp;quot; bgcolor=&amp;quot;#808080&amp;quot;&amp;gt;&amp;lt;font size=&amp;quot;2&amp;quot;&amp;gt;&amp;lt;b&amp;gt;&amp;lt;center&amp;gt;Cluster&amp;lt;/center&amp;gt;&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td width=&amp;quot;177&amp;quot; bgcolor=&amp;quot;#808080&amp;quot;&amp;gt;&amp;lt;font size=&amp;quot;2&amp;quot;&amp;gt;&amp;lt;b&amp;gt;&amp;lt;center&amp;gt;Sample Slack Space,&lt;br /&gt;
    50% Cluster Slack Per File&amp;lt;/center&amp;gt;&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td width=&amp;quot;178&amp;quot; bgcolor=&amp;quot;#808080&amp;quot;&amp;gt;&amp;lt;font size=&amp;quot;2&amp;quot;&amp;gt;&amp;lt;b&amp;gt;&amp;lt;center&amp;gt;Sample Slack Space,&lt;br /&gt;
    67% Cluster Slack Per File&amp;lt;/center&amp;gt;&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
  &amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td width=&amp;quot;101&amp;quot; bgcolor=&amp;quot;#C0C0C0&amp;quot;&amp;gt;&amp;lt;font size=&amp;quot;2&amp;quot;&amp;gt;&amp;lt;b&amp;gt;&amp;lt;center&amp;gt;2 kiB&amp;lt;/center&amp;gt;&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td width=&amp;quot;177&amp;quot;&amp;gt;&amp;lt;font size=&amp;quot;2&amp;quot;&amp;gt;&amp;lt;center&amp;gt;17 MB&amp;lt;/center&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td width=&amp;quot;178&amp;quot;&amp;gt;&amp;lt;font size=&amp;quot;2&amp;quot;&amp;gt;&amp;lt;center&amp;gt;22 MB&amp;lt;/center&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
  &amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td width=&amp;quot;101&amp;quot; bgcolor=&amp;quot;#C0C0C0&amp;quot;&amp;gt;&amp;lt;font size=&amp;quot;2&amp;quot;&amp;gt;&amp;lt;b&amp;gt;&amp;lt;center&amp;gt;4 kiB&amp;lt;/center&amp;gt;&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td width=&amp;quot;177&amp;quot;&amp;gt;&amp;lt;font size=&amp;quot;2&amp;quot;&amp;gt;&amp;lt;center&amp;gt;33 MB&amp;lt;/center&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td width=&amp;quot;178&amp;quot;&amp;gt;&amp;lt;font size=&amp;quot;2&amp;quot;&amp;gt;&amp;lt;center&amp;gt;44 MB&amp;lt;/center&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
  &amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td width=&amp;quot;101&amp;quot; bgcolor=&amp;quot;#C0C0C0&amp;quot;&amp;gt;&amp;lt;font size=&amp;quot;2&amp;quot;&amp;gt;&amp;lt;b&amp;gt;&amp;lt;center&amp;gt;8 kiB&amp;lt;/center&amp;gt;&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td width=&amp;quot;177&amp;quot;&amp;gt;&amp;lt;font size=&amp;quot;2&amp;quot;&amp;gt;&amp;lt;center&amp;gt;66 MB&amp;lt;/center&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td width=&amp;quot;178&amp;quot;&amp;gt;&amp;lt;font size=&amp;quot;2&amp;quot;&amp;gt;&amp;lt;center&amp;gt;89 MB&amp;lt;/center&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
  &amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td width=&amp;quot;101&amp;quot; bgcolor=&amp;quot;#C0C0C0&amp;quot;&amp;gt;&amp;lt;font size=&amp;quot;2&amp;quot;&amp;gt;&amp;lt;b&amp;gt;&amp;lt;center&amp;gt;16 kiB&amp;lt;/center&amp;gt;&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td width=&amp;quot;177&amp;quot;&amp;gt;&amp;lt;font size=&amp;quot;2&amp;quot;&amp;gt;&amp;lt;center&amp;gt;133 MB&amp;lt;/center&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td width=&amp;quot;178&amp;quot;&amp;gt;&amp;lt;font size=&amp;quot;2&amp;quot;&amp;gt;&amp;lt;center&amp;gt;177 MB&amp;lt;/center&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
  &amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td width=&amp;quot;101&amp;quot; bgcolor=&amp;quot;#C0C0C0&amp;quot;&amp;gt;&amp;lt;font size=&amp;quot;2&amp;quot;&amp;gt;&amp;lt;b&amp;gt;&amp;lt;center&amp;gt;32 kiB&amp;lt;/center&amp;gt;&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td width=&amp;quot;177&amp;quot;&amp;gt;&amp;lt;font size=&amp;quot;2&amp;quot;&amp;gt;&amp;lt;center&amp;gt;265 MB&amp;lt;/center&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td width=&amp;quot;178&amp;quot;&amp;gt;&amp;lt;font size=&amp;quot;2&amp;quot;&amp;gt;&amp;lt;center&amp;gt;354 MB&amp;lt;/center&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The diagram above demonstrates the larger the cluster size used, the more disk space is wasted due to slack. This suggests it is better to use smaller cluster sizes whenever possible.&lt;br /&gt;
&lt;br /&gt;
==FAT Advantages==&lt;br /&gt;
*  Files available to multiple operating systems on the same computer&lt;br /&gt;
*  Easier to switch from FAT to NTFS than vice versa&lt;br /&gt;
*  Performs faster on smaller volumns (&amp;lt; 10GB)&lt;br /&gt;
*  Does not index files which causes slightly higher performance&lt;br /&gt;
*  Performs better with small cache sizes (&amp;lt; 96MB)&lt;br /&gt;
*  More space effiecent on small volumes (&amp;lt; 4GB)&lt;br /&gt;
*  Performs better with slow disks (&amp;lt; 5400RPM)&lt;br /&gt;
&lt;br /&gt;
==FAT Disadvantages==&lt;br /&gt;
*  FAT has a fixed maximum number of clusters per partition, which means as the hard disk gets bigger the size of each cluster must increase, creating more slack space&lt;br /&gt;
*  Doesn't nativley support many abilities of NTFS such as compression, encryption, or advanced security using access control lists&lt;br /&gt;
*  NTFS recommened by Microsoft for volumes larger than 32GB&lt;br /&gt;
*  FAT slows down as the number of files on the disk increases&lt;br /&gt;
*  FAT usually fragments files more&lt;br /&gt;
*  FAT does not allow for indexing of files for faster searching&lt;br /&gt;
*  FAT does not support user quotas&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
* http://en.wikipedia.org/wiki/File_Allocation_Table&lt;br /&gt;
* http://www.microsoft.com&lt;br /&gt;
* http://www.ntfs.com&lt;br /&gt;
* http://www.ntfs.com/ntfs_vs_fat.htm&lt;br /&gt;
* http://support.microsoft.com/kb/q154997/#XSLTH3126121123120121120120&lt;br /&gt;
* http://www.dewassoc.com/kbase/hard_drives/boot_sector.htm&lt;br /&gt;
* http://home.teleport.com/~brainy/fat32.htm&lt;br /&gt;
* http://www2.tech.purdue.edu/cpt/courses/cpt499s/&lt;br /&gt;
* http://home.no.net/tkos/info/fat.html&lt;br /&gt;
* http://web.ukonline.co.uk/cook/fat32.htm&lt;br /&gt;
* http://www.ntfs.com/fat-systems.htm&lt;br /&gt;
* http://www.microsoft.com/whdc/system/platform/firmware/fatgen.mspx&lt;br /&gt;
* http://support.microsoft.com/kb/q140418&lt;/div&gt;</summary>
		<author><name>Uwe Hermann</name></author>	</entry>

	<entry>
		<id>http://www.forensicswiki.org/wiki/Memory_analysis</id>
		<title>Memory analysis</title>
		<link rel="alternate" type="text/html" href="http://www.forensicswiki.org/wiki/Memory_analysis"/>
				<updated>2006-07-17T11:06:43Z</updated>
		
		<summary type="html">&lt;p&gt;Uwe Hermann: Some links.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Memory Analysis''' is the science of using a [[Tools:Memory_Imaging|memory image]] to determine information about running programs, the [[operating system]], and the overall state of a computer. Because the analysis is highly dependent on the operating system, we have broken it into subpages:&lt;br /&gt;
&lt;br /&gt;
* [[Windows Memory Analysis]]&lt;br /&gt;
* [[Linux Memory Analysis]]&lt;br /&gt;
* [[FreeBSD Memory Analysis]]&lt;br /&gt;
&lt;br /&gt;
== Weblinks ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.blackhat.com/presentations/bh-federal-06/BH-Fed-06-Burdach/bh-fed-06-burdach-up.pdf Mariusz Burdach: Finding Digital Evidence In Physical Memory] (PDF)&lt;br /&gt;
* [https://www.usenix.org/events/usenix05/tech/freenix/full_papers/movall/movall.pdf Paul Movall, Ward Nelson, Shaun Wetzstein: Linux Physical Memory Analysis] (PDF)&lt;/div&gt;</summary>
		<author><name>Uwe Hermann</name></author>	</entry>

	<entry>
		<id>http://www.forensicswiki.org/wiki/Linux_Memory_Analysis</id>
		<title>Linux Memory Analysis</title>
		<link rel="alternate" type="text/html" href="http://www.forensicswiki.org/wiki/Linux_Memory_Analysis"/>
				<updated>2006-07-17T11:03:31Z</updated>
		
		<summary type="html">&lt;p&gt;Uwe Hermann: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;...&lt;br /&gt;
&lt;br /&gt;
== Weblinks ==&lt;br /&gt;
&lt;br /&gt;
* [http://cisr.nps.edu/downloads/theses/06thesis_urrea.pdf Urrea, J. M., &amp;quot;An Analysis Of Linux Ram Forensics&amp;quot;, Masters Thesis, Naval Postgraduate School, March 2006] (PDF)&lt;/div&gt;</summary>
		<author><name>Uwe Hermann</name></author>	</entry>

	<entry>
		<id>http://www.forensicswiki.org/wiki/Blackbag</id>
		<title>Blackbag</title>
		<link rel="alternate" type="text/html" href="http://www.forensicswiki.org/wiki/Blackbag"/>
				<updated>2006-07-07T20:57:39Z</updated>
		
		<summary type="html">&lt;p&gt;Uwe Hermann: Small fixes.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;With regards to computer forensics, &amp;quot;'''black bag'''&amp;quot; operations usually consist of the acquisition of [[digital evidence]] without the target's knowledge.&lt;br /&gt;
&lt;br /&gt;
This type of operation is especially useful during internal affairs or ongoing criminal investigations. Depending on the sensitivity of the investigation, access to the target's computer is sometimes facilitated by the target's superiors by giving the evidence collection specialist intelligence to bypass [[physical security]] devices during the operation. It should also be noted that during this type of operation, it is also possible to install applications and configure a computer system to further the investigation from a remote location.&lt;br /&gt;
&lt;br /&gt;
According to the [http://foia.fbi.gov/foiaindex/bboperations.htm FBI's own web page], the term &amp;quot;black bag&amp;quot; is coined from a practice used by that agency between 1942 and 1967. During that time, the [[FBI]] illegally obtained evidence against several individuals/organizations by entering their offices and obtaining photographs of information found in their records. The practice was ordered to be discontinued by then FBI Director Hoover.&lt;/div&gt;</summary>
		<author><name>Uwe Hermann</name></author>	</entry>

	<entry>
		<id>http://www.forensicswiki.org/wiki/ProDiscover</id>
		<title>ProDiscover</title>
		<link rel="alternate" type="text/html" href="http://www.forensicswiki.org/wiki/ProDiscover"/>
				<updated>2006-06-06T00:49:45Z</updated>
		
		<summary type="html">&lt;p&gt;Uwe Hermann: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[ProDiscover]] is a forensic [[Tools|tool]] made by [[Techpathways]].&lt;br /&gt;
&lt;br /&gt;
The file format is documented at http://www.techpathways.com/uploads/ProDiscoverImageFileFormatv4.pdf.&lt;br /&gt;
&lt;br /&gt;
[[Category:File Formats]]&lt;/div&gt;</summary>
		<author><name>Uwe Hermann</name></author>	</entry>

	<entry>
		<id>http://www.forensicswiki.org/wiki/ILook_file_format</id>
		<title>ILook file format</title>
		<link rel="alternate" type="text/html" href="http://www.forensicswiki.org/wiki/ILook_file_format"/>
				<updated>2006-06-06T00:47:14Z</updated>
		
		<summary type="html">&lt;p&gt;Uwe Hermann: Category.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The [[IXimager]], part of the [[iLook]] suite, creates image files in its own proprietary '''file format'''.&lt;br /&gt;
&lt;br /&gt;
[[Category:File Formats]]&lt;/div&gt;</summary>
		<author><name>Uwe Hermann</name></author>	</entry>

	<entry>
		<id>http://www.forensicswiki.org/wiki/AFF</id>
		<title>AFF</title>
		<link rel="alternate" type="text/html" href="http://www.forensicswiki.org/wiki/AFF"/>
				<updated>2006-06-06T00:45:40Z</updated>
		
		<summary type="html">&lt;p&gt;Uwe Hermann: Category.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The '''Advanced Forensics Format''' ('''AFF''') is an extensible open format for the storage of [[disk image]]s and related forensic [[metadata]]. It was developed by [[Simson Garfinkel]] and [[Basis Technology]].&lt;br /&gt;
&lt;br /&gt;
Both [[Sleuthkit]] 2.04 and [[Autopsy]] 2.07 support the aff image format.&lt;br /&gt;
&lt;br /&gt;
== AFF Format ==&lt;br /&gt;
&lt;br /&gt;
== AFF Library ==&lt;br /&gt;
&lt;br /&gt;
== AFF Tools ==&lt;br /&gt;
&lt;br /&gt;
* [[aimage]]&lt;br /&gt;
* [[ident]]&lt;br /&gt;
* [[afcat]]&lt;br /&gt;
* [[afcompare]]&lt;br /&gt;
* [[afconvert]]&lt;br /&gt;
* [[affix]]&lt;br /&gt;
* [[afinfo]]&lt;br /&gt;
* [[afstats]]&lt;br /&gt;
* [[afxml]]&lt;br /&gt;
* [[afsegment]]&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.afflib.org/ Official website]&lt;br /&gt;
* [http://www.lnx4n6.be/index.php?sec=Documentation&amp;amp;page=aff-intro Introduction to the use of AFFLib v1.0]&lt;br /&gt;
&lt;br /&gt;
[[Category:File Formats]]&lt;/div&gt;</summary>
		<author><name>Uwe Hermann</name></author>	</entry>

	<entry>
		<id>http://www.forensicswiki.org/wiki/Tools:Memory_Imaging</id>
		<title>Tools:Memory Imaging</title>
		<link rel="alternate" type="text/html" href="http://www.forensicswiki.org/wiki/Tools:Memory_Imaging"/>
				<updated>2006-05-20T19:39:58Z</updated>
		
		<summary type="html">&lt;p&gt;Uwe Hermann: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The [[physical memory]] of computers can be imaged and analyzed using a variety of tools. Because the procedure for accessing physical memory varies between [[operating systems]], these tools are listed by operating system. Usually memory images are used as part of [[memory analysis]].&lt;br /&gt;
&lt;br /&gt;
== Microsoft Windows ==&lt;br /&gt;
&lt;br /&gt;
; [[dd]]&lt;br /&gt;
: A version of [[dd]] by George Garner allows an Administrator user to image memory using the ''\device\physicalmemory'' object. Userland access to this object is denied starting in Windows 2003 Service Pack 1 and Windows Vista. This program cannot be used on Windows 2003 SP1 and above.&lt;br /&gt;
&lt;br /&gt;
; [[hibernation]] files&lt;br /&gt;
: [[Windows]] 98, 2000, XP, 2003, and Vista support a feature called [[hibernation]] that saves the machine's state to the disk when the computer is powered off. When the machine is turned on again, the state is restored and the user can return to the exact point where they left off. The machine's state, including a compressed image of [[physical memory]], is written to the disk on the system drive, usually C:, as [[hiberfil.sys]]. This file can be parsed and decompressed to obtain the memory image.&lt;br /&gt;
&lt;br /&gt;
== Exploits == &lt;br /&gt;
&lt;br /&gt;
At [[CanSec West 05]], [[Michael Becher]], [[Maximillian Dornseif]], and [[Christian N. Klein]] discussed an [[exploit]] which uses [[DMA]] to read arbitrary memory locations of a [[firewire]]-enabled system. The [http://md.hudora.de/presentations/firewire/2005-firewire-cansecwest.pdf paper] lists more details. The exploit is run on an [http://ipodlinux.org/Main_Page iPod running Linux]. This can be used to grab screen contents. &lt;br /&gt;
&lt;br /&gt;
In theory, this could be used with the ... to send through an exploit code that would cause the system to dump the contents of its hard drive back to the [[iPod]].&lt;/div&gt;</summary>
		<author><name>Uwe Hermann</name></author>	</entry>

	<entry>
		<id>http://www.forensicswiki.org/wiki/Windows_Memory_Analysis</id>
		<title>Windows Memory Analysis</title>
		<link rel="alternate" type="text/html" href="http://www.forensicswiki.org/wiki/Windows_Memory_Analysis"/>
				<updated>2006-05-20T19:37:58Z</updated>
		
		<summary type="html">&lt;p&gt;Uwe Hermann: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;...&lt;br /&gt;
&lt;br /&gt;
== History == &lt;br /&gt;
&lt;br /&gt;
During the 1990s, it became a [[best practice]] to capture a [[Tools:Memory_Imaging|memory image]] during incident response. At the time, the only way to analyze such memory images was using [[strings]]. Although this method could reveal interesting details about the memory image, there was no way to associate what data came from what program, let alone what user. &lt;br /&gt;
&lt;br /&gt;
In the summer 2005 the [[Digital Forensic Research Workshop]] published a ''Memory Analysis Challenge''. They distributed two memory images and asked researchers to answer a number of questions about a security incident. The challenge produced two seminal works. The first, by [[Chris Betz]], introduced a tool called (NAME). The second, by [[George Garner]] and (AUTHOR) produced [[kntlist]].&lt;/div&gt;</summary>
		<author><name>Uwe Hermann</name></author>	</entry>

	<entry>
		<id>http://www.forensicswiki.org/wiki/Digital_Forensics_Research_Workshop</id>
		<title>Digital Forensics Research Workshop</title>
		<link rel="alternate" type="text/html" href="http://www.forensicswiki.org/wiki/Digital_Forensics_Research_Workshop"/>
				<updated>2006-05-20T19:37:04Z</updated>
		
		<summary type="html">&lt;p&gt;Uwe Hermann: Common typo, hence redirect.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Digital Forensic Research Workshop]]&lt;/div&gt;</summary>
		<author><name>Uwe Hermann</name></author>	</entry>

	<entry>
		<id>http://www.forensicswiki.org/wiki/Memory_analysis</id>
		<title>Memory analysis</title>
		<link rel="alternate" type="text/html" href="http://www.forensicswiki.org/wiki/Memory_analysis"/>
				<updated>2006-05-20T19:34:25Z</updated>
		
		<summary type="html">&lt;p&gt;Uwe Hermann: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Memory Analysis''' is the science of using a [[Tools:Memory_Imaging|memory image]] to determine information about running programs, the [[operating system]], and the overall state of a computer. Because the analysis is highly dependent on the operating system, we have broken it into subpages:&lt;br /&gt;
&lt;br /&gt;
* [[Windows Memory Analysis]]&lt;br /&gt;
* [[Linux Memory Analysis]]&lt;br /&gt;
* [[FreeBSD Memory Analysis]]&lt;/div&gt;</summary>
		<author><name>Uwe Hermann</name></author>	</entry>

	<entry>
		<id>http://www.forensicswiki.org/wiki/FreeBSD</id>
		<title>FreeBSD</title>
		<link rel="alternate" type="text/html" href="http://www.forensicswiki.org/wiki/FreeBSD"/>
				<updated>2006-05-17T16:16:15Z</updated>
		
		<summary type="html">&lt;p&gt;Uwe Hermann: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''FreeBSD''' is a [[Unix]]-like free software [[operating system]].&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.freebsd.org Official website]&lt;br /&gt;
* [http://en.wikipedia.org/wiki/FreeBSD Wikipedia: FreeBSD]&lt;/div&gt;</summary>
		<author><name>Uwe Hermann</name></author>	</entry>

	<entry>
		<id>http://www.forensicswiki.org/wiki/Unix</id>
		<title>Unix</title>
		<link rel="alternate" type="text/html" href="http://www.forensicswiki.org/wiki/Unix"/>
				<updated>2006-05-17T16:14:11Z</updated>
		
		<summary type="html">&lt;p&gt;Uwe Hermann: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Unix''' or '''UNIX''' is a general-purpose multi-user [[operating system]] developed mostly by [[Ken Thompson]] and [[Dennis Ritchie]] during 1969 at [[Bell Labs]]. About one year later during the early 1970s UNIX was unveiled to the general public. The original goal as it is today was to create a stable, secure, and powerful operating system that is portable to many different hardware platforms.&lt;br /&gt;
&lt;br /&gt;
Today UNIX has evolved into three main categories which all flavors of UNIX derive from: [[BSD]] (Berkley Software Distribution), [[System V]] Release 4, and hybrid. Some of the most poplar flavors of UNIX are: [[IBM]]’s [[AIX]], [[Sun Microsystems]]' [[Solaris]], [[SGI]]’s [[IRIX]], [[Linux]], [[OpenBSD]], and [[FreeBSD]].&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
&lt;br /&gt;
* [http://upload.wikimedia.org/wikipedia/commons/5/50/Unix_history-simple.png Wikipedia: Time Line of UNIX]&lt;/div&gt;</summary>
		<author><name>Uwe Hermann</name></author>	</entry>

	<entry>
		<id>http://www.forensicswiki.org/wiki/Sun_Microsystems,_Inc.</id>
		<title>Sun Microsystems, Inc.</title>
		<link rel="alternate" type="text/html" href="http://www.forensicswiki.org/wiki/Sun_Microsystems,_Inc."/>
				<updated>2006-05-17T16:11:28Z</updated>
		
		<summary type="html">&lt;p&gt;Uwe Hermann: Not needed, IMHO.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Sun Microsystems, Inc.''' is a computer hardware and software vendor.&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.sun.com Official website]&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Sun_Microsystems Wikipedia: Sun Microsystems]&lt;/div&gt;</summary>
		<author><name>Uwe Hermann</name></author>	</entry>

	<entry>
		<id>http://www.forensicswiki.org/wiki/AIX</id>
		<title>AIX</title>
		<link rel="alternate" type="text/html" href="http://www.forensicswiki.org/wiki/AIX"/>
				<updated>2006-05-17T16:11:05Z</updated>
		
		<summary type="html">&lt;p&gt;Uwe Hermann: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;...&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.ibm.com/servers/aix/overview IBM's AIX Operating system overview]&lt;br /&gt;
* [http://en.wikipedia.org/wiki/AIX_operating_system Wikipedia: AIX]&lt;/div&gt;</summary>
		<author><name>Uwe Hermann</name></author>	</entry>

	<entry>
		<id>http://www.forensicswiki.org/wiki/Encryption</id>
		<title>Encryption</title>
		<link rel="alternate" type="text/html" href="http://www.forensicswiki.org/wiki/Encryption"/>
				<updated>2006-05-17T16:10:21Z</updated>
		
		<summary type="html">&lt;p&gt;Uwe Hermann: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Encryption''' is a means to obfuscate data an entity wishes to protect to the point it will take a third party considerable time to access (decrypt) it. The methods of encryption vary from substitution ciphers to more modern methods such as digital ciphers which use an algorithm to obfuscate the data. Once the data is encrypted it is then referred to as cipher text.&lt;/div&gt;</summary>
		<author><name>Uwe Hermann</name></author>	</entry>

	<entry>
		<id>http://www.forensicswiki.org/wiki/Encrypt</id>
		<title>Encrypt</title>
		<link rel="alternate" type="text/html" href="http://www.forensicswiki.org/wiki/Encrypt"/>
				<updated>2006-05-17T16:09:18Z</updated>
		
		<summary type="html">&lt;p&gt;Uwe Hermann: Use REDIRECT in order to not duplicate content.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Encryption]]&lt;/div&gt;</summary>
		<author><name>Uwe Hermann</name></author>	</entry>

	<entry>
		<id>http://www.forensicswiki.org/wiki/BSD</id>
		<title>BSD</title>
		<link rel="alternate" type="text/html" href="http://www.forensicswiki.org/wiki/BSD"/>
				<updated>2006-05-17T16:08:24Z</updated>
		
		<summary type="html">&lt;p&gt;Uwe Hermann: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Berkeley Software Distribution''' ('''BSD''') is one of the three major derivates of the [[Unix]] [[operating system]] from which many versions have been created such as [[OpenBSD]], [[FreeBSD]], [[NetBSD]], [[Trusted BSD]], and very early versions of [[Sun]]’s [[Solaris]]. BSD was first released in the late 1970s and continues to have a strong following today exhibited in the continued existence of the above versions. The only exception is Sun who switched the design of their operating system over to [[System V]] Release 4.&lt;/div&gt;</summary>
		<author><name>Uwe Hermann</name></author>	</entry>

	<entry>
		<id>http://www.forensicswiki.org/wiki/OpenBSD</id>
		<title>OpenBSD</title>
		<link rel="alternate" type="text/html" href="http://www.forensicswiki.org/wiki/OpenBSD"/>
				<updated>2006-05-17T16:05:27Z</updated>
		
		<summary type="html">&lt;p&gt;Uwe Hermann: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''OpenBSD''' is a [[Unix]]-like operating system. It is said to be very secure, so much so the authors can make the claim of “Only one remote hole in the default install, in more than 8 years!” This claim is something very few [[operating systems]] can testify to.&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.openbsd.org Official website]&lt;/div&gt;</summary>
		<author><name>Uwe Hermann</name></author>	</entry>

	<entry>
		<id>http://www.forensicswiki.org/wiki/Steganography</id>
		<title>Steganography</title>
		<link rel="alternate" type="text/html" href="http://www.forensicswiki.org/wiki/Steganography"/>
				<updated>2006-05-17T16:04:04Z</updated>
		
		<summary type="html">&lt;p&gt;Uwe Hermann: Please do not sign normal articles, only discussions on &amp;quot;Talk&amp;quot; pages. Thanks!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Steganography''' is a science that pertains to the art of concealing data in a communication in such a way that only the sender and receiver know of its existance and method of access. The platform used for transmission can be anything from a paper document to a digital file. Additionally, it is more common than not to [[encrypt]] the hidden data whenever possible such as with digital files or images.&lt;/div&gt;</summary>
		<author><name>Uwe Hermann</name></author>	</entry>

	<entry>
		<id>http://www.forensicswiki.org/wiki/International_Business_Machines_Corporation</id>
		<title>International Business Machines Corporation</title>
		<link rel="alternate" type="text/html" href="http://www.forensicswiki.org/wiki/International_Business_Machines_Corporation"/>
				<updated>2006-05-17T16:00:46Z</updated>
		
		<summary type="html">&lt;p&gt;Uwe Hermann: IBM moved to International Business Machines Corporation: Move to full name.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''International Business Machines Corporation''' ('''IBM''') is a computer hardware and software vendor.&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.ibm.com Official website]&lt;br /&gt;
* [http://en.wikipedia.org/wiki/IBM Wikipedia: IBM]&lt;/div&gt;</summary>
		<author><name>Uwe Hermann</name></author>	</entry>

	<entry>
		<id>http://www.forensicswiki.org/wiki/IBM</id>
		<title>IBM</title>
		<link rel="alternate" type="text/html" href="http://www.forensicswiki.org/wiki/IBM"/>
				<updated>2006-05-17T16:00:46Z</updated>
		
		<summary type="html">&lt;p&gt;Uwe Hermann: IBM moved to International Business Machines Corporation: Move to full name.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[International Business Machines Corporation]]&lt;/div&gt;</summary>
		<author><name>Uwe Hermann</name></author>	</entry>

	<entry>
		<id>http://www.forensicswiki.org/wiki/International_Business_Machines_Corporation</id>
		<title>International Business Machines Corporation</title>
		<link rel="alternate" type="text/html" href="http://www.forensicswiki.org/wiki/International_Business_Machines_Corporation"/>
				<updated>2006-05-17T16:00:24Z</updated>
		
		<summary type="html">&lt;p&gt;Uwe Hermann: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''International Business Machines Corporation''' ('''IBM''') is a computer hardware and software vendor.&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.ibm.com Official website]&lt;br /&gt;
* [http://en.wikipedia.org/wiki/IBM Wikipedia: IBM]&lt;/div&gt;</summary>
		<author><name>Uwe Hermann</name></author>	</entry>

	<entry>
		<id>http://www.forensicswiki.org/wiki/Digital_Forensic_Research_Workshop</id>
		<title>Digital Forensic Research Workshop</title>
		<link rel="alternate" type="text/html" href="http://www.forensicswiki.org/wiki/Digital_Forensic_Research_Workshop"/>
				<updated>2006-05-16T00:05:57Z</updated>
		
		<summary type="html">&lt;p&gt;Uwe Hermann: Wikified.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The '''Digital Forensic Research Workshop''' ('''DFRWS''') was initiated in August 2001 to bring academic researchers and digital forensic [[investigator]]s and practitioners together for active discussion that addresses three major objectives:&lt;br /&gt;
&lt;br /&gt;
* Define the need and create the processes for the incorporation of a rigorous scientific method as a fundamental tenant of the evolving discipline of Digital Forensic Science.&lt;br /&gt;
* Develop a research agenda that considers practitioner requirements, multiple investigative environments and emphasizes real world usability.&lt;br /&gt;
* The discovery, explanation and presentation of conclusive, persuasive evidence that will meet the heightened scrutiny of the courts and other decision-makers in military and civilian environments.&lt;br /&gt;
&lt;br /&gt;
Since 2001, an annual workshop has been held in various cities around the US to present and discuss research topics. Archives are available as well as a more detailed history.&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.dfrws.org/ Official website]&lt;/div&gt;</summary>
		<author><name>Uwe Hermann</name></author>	</entry>

	<entry>
		<id>http://www.forensicswiki.org/wiki/Digital_Forensic_Research_Workshop</id>
		<title>Digital Forensic Research Workshop</title>
		<link rel="alternate" type="text/html" href="http://www.forensicswiki.org/wiki/Digital_Forensic_Research_Workshop"/>
				<updated>2006-05-16T00:04:06Z</updated>
		
		<summary type="html">&lt;p&gt;Uwe Hermann: DFRWS moved to Digital Forensic Research Workshop: Move to full name.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Digital Forensic Research Workshop''' - DFRWS [http://www.dfrws.org/]&lt;br /&gt;
&lt;br /&gt;
The Digital Forensic Research Workshop (DFRWS) was initiated in August 2001 to bring academic researchers and digital forensic investigators and practitioners together for active discussion that addresses three major objectives:&lt;br /&gt;
&lt;br /&gt;
* Define the need and create the processes for the incorporation of a rigorous scientific method as a fundamental tenant of the evolving discipline of Digital Forensic Science&lt;br /&gt;
* Develop a research agenda that considers practitioner requirements, multiple investigative environments and emphasizes real world usability&lt;br /&gt;
* The discovery, explanation and presentation of conclusive, persuasive evidence that will meet the heightened scrutiny of the courts and other decision-makers in military and civilian environments&lt;br /&gt;
&lt;br /&gt;
Since 2001, an annual workshop has been held in various cities around the US to present and discuss research topics. Archives are available as well as a more detailed history.&lt;/div&gt;</summary>
		<author><name>Uwe Hermann</name></author>	</entry>

	<entry>
		<id>http://www.forensicswiki.org/wiki/DFRWS</id>
		<title>DFRWS</title>
		<link rel="alternate" type="text/html" href="http://www.forensicswiki.org/wiki/DFRWS"/>
				<updated>2006-05-16T00:04:06Z</updated>
		
		<summary type="html">&lt;p&gt;Uwe Hermann: DFRWS moved to Digital Forensic Research Workshop: Move to full name.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Digital Forensic Research Workshop]]&lt;/div&gt;</summary>
		<author><name>Uwe Hermann</name></author>	</entry>

	<entry>
		<id>http://www.forensicswiki.org/wiki/Recovering_deleted_data</id>
		<title>Recovering deleted data</title>
		<link rel="alternate" type="text/html" href="http://www.forensicswiki.org/wiki/Recovering_deleted_data"/>
				<updated>2006-05-16T00:03:47Z</updated>
		
		<summary type="html">&lt;p&gt;Uwe Hermann: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Wikify}}&lt;br /&gt;
&lt;br /&gt;
When the user requests to delete a file, most modern [[operating system]]s generally do not erase the actual data. For example, when a file in a [[FAT]] [[file system]] is deleted, the Root Directory entry and FATs are updated, but the data residing in the Data Area remains intact.&lt;br /&gt;
&lt;br /&gt;
== Recovery Programs ==&lt;br /&gt;
&lt;br /&gt;
There are many programs that can recover these deleted files. Some of these software packages are specifically designed for forensics purposes. For example, [[Scalpel]] and its predecessor, [[foremost]], were developed to facilitate forensics investigations.&lt;br /&gt;
&lt;br /&gt;
== Recovery challenges and test images ==&lt;br /&gt;
&lt;br /&gt;
[http://www.dfrws.org/2006/challenge/]&lt;br /&gt;
File Carving Challenge - [[DFRWS]] 2006&lt;br /&gt;
&lt;br /&gt;
[http://dftt.sourceforge.net/test6/index.html]&lt;br /&gt;
FAT Undelete Test #1 - Digital Forensics Tool Testing Image (dftt #6)&lt;br /&gt;
&lt;br /&gt;
[http://dftt.sourceforge.net/test7/index.html]&lt;br /&gt;
NTFS Undelete (and leap year) Test #1 - Digital Forensics Tool Testing Image (dftt #7)&lt;br /&gt;
&lt;br /&gt;
[http://dftt.sourceforge.net/test11/index.html]&lt;br /&gt;
Basic Data Carving Test - fat32 (by Nick Mikus) - Digital Forensics Tool Testing Image (dftt #11)&lt;br /&gt;
&lt;br /&gt;
[http://dftt.sourceforge.net/test12/index.html]&lt;br /&gt;
Basic Data Carving Test - ext2 (by Nick Mikus) - Digital Forensics Tool Testing Image (dftt #12)&lt;/div&gt;</summary>
		<author><name>Uwe Hermann</name></author>	</entry>

	<entry>
		<id>http://www.forensicswiki.org/wiki/Main_Page</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="http://www.forensicswiki.org/wiki/Main_Page"/>
				<updated>2006-05-16T00:01:16Z</updated>
		
		<summary type="html">&lt;p&gt;Uwe Hermann: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;margin-top:0.5em; padding:0.5em 0.5em 0.5em 0.5em; background-color:#faf0ff; align:right; border:1px solid #ddccff;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This is the '''Forensics Wiki''', a [http://creativecommons.org/licenses/by-sa/2.5/ Creative Commons]-licensed [http://en.wikipedia.org/wiki/Wiki wiki] devoted to information about [[digital forensics]]. We currently list a total of [[Special:Allpages|{{NUMBEROFARTICLES}}]] pages.&lt;br /&gt;
&lt;br /&gt;
Much of [[computer forensics]] is focused on the [[tools]] and [[techniques]] used by [[investigator]]s, but there are also a number of important [[papers]], [[people]], and [[organizations]] involved. Many of those organizations sponsor [[conferences]] throughout the year and around the world. You may also wish to examine the popular [[journals]] and some special [[reports]].&lt;br /&gt;
&lt;br /&gt;
'''Please note: by adding or modifying any content in this wiki, you agree to license your contributions under the [http://creativecommons.org/licenses/by-sa/2.5/ Creative Commons Attribution-ShareAlike 2.5] license!'''&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| width=&amp;quot;60%&amp;quot; style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin-top:0.5em; padding:0.5em 0.5em 0.5em 0.5em; background-color:#eeeeff; align:right; border:1px solid #ddccff;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2 style=&amp;quot;margin:0; background-color:#ccccff; font-size:120%; font-weight:bold; border:1px solid #afa3bf; text-align:left; color:#000; padding-left:0.4em; padding-top:0.2em; padding-bottom:0.2em;&amp;quot;&amp;gt;Topics&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''[[File Analysis]]''':&lt;br /&gt;
** '''[[File Formats]]''': [[PDF]], [[DOC]], [[JPEG]], [[GIF]], [[BMP]], [[LNK]], [[MP3]], [[AAC]], [[Thumbs.db]], ...&lt;br /&gt;
** '''[[Forensic file formats]]''': [[AFF]], [[gfzip]], [[sgzip]], ...&lt;br /&gt;
* '''[[File Systems]]''': [[FAT]], [[NTFS]], [[ext2]]/[[ext3]], [[ufs]], [[ffs]], [[reiserfs]], ...&lt;br /&gt;
** '''[[File Systems#Cryptographic_File_Systems|Cryptographic File Systems]]''': [[File Vault]], [[CFS]], [[NCryptfs]], [[TCFS]], [[SFS]], ...&lt;br /&gt;
* '''[[Hardware]]''':&lt;br /&gt;
** '''[[Bus]]ses''': [[IDE]], [[SCSI]], [[Firewire]], [[USB]], ...&lt;br /&gt;
** '''[[Data storage media|Media]]''': [[RAM]], [[Hard Drive]]s, [[Memory Card]]s, [[SmartCard]]s, [[RFID]] Tags...&lt;br /&gt;
** '''[[Personal Digital Devices]]''': [[PDAs]], [[Cellphones]], [[SmartPhones]], [[Audio Devices]], ...&lt;br /&gt;
** '''[[Other Devices]]''': [[Printers]], [[Scanners]], ...&lt;br /&gt;
** '''[[Write Blockers]]''': ...&lt;br /&gt;
* '''Recovering data''': [[Recovering bad data|bad data]], [[Recovering deleted data|deleted data]], [[Recovering Overwritten Data|overwritten data]], [[Sanitization Standards]]&lt;br /&gt;
* [[Network forensics]]&lt;br /&gt;
* [[Encryption]]&lt;br /&gt;
* [[Steganography]], [[Steganalysis]]&lt;br /&gt;
* [[GPS]]&lt;br /&gt;
* '''[[Metadata]]:''' [[MAC times]], [[ACLs]], [[Email Headers]], [[Exif]], [[ID3]], [[OLE-2]], ...&lt;br /&gt;
* '''Further information:''' [[Books]], [[Papers]], [[Reports]], [[Journals]], [[Websites]], [[Blogs]], [[Mailing lists]], [[Organizations]], [[Vendors]], [[Conferences]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin-top:0.5em; padding:0.5em 0.5em 0.5em 0.5em; background-color:#e0ffe0; align:right; border:1px solid #ddccff;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2 style=&amp;quot;margin:0; background-color:#ccffcc; font-size:120%; font-weight:bold; border:1px solid #afa3bf; text-align:left; color:#000000; padding-left:0.4em; padding-top:0.2em; padding-bottom:0.2em;&amp;quot;&amp;gt;Tools&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''[[Tools|All Tools]]''':&lt;br /&gt;
** '''[[Tools#Disk_Imaging_Tools|Disk Imaging]]''': [[dd]], [[dcfldd]], [[dd_rescue]], [[sdd]], [[aimage]], [[Blackbag]], ...&lt;br /&gt;
** '''[[Tools#Data_Recovery_Tools|Data Recovery]]''': ...&lt;br /&gt;
** '''[[Tools#Disk_Analysis_Tools|Disk Analysis]]''': [[EnCase]], [[SMART]], [[Sleuthkit]], [[foremost]], [[Scalpel]], ...&lt;br /&gt;
** '''[[Tools#Forensics_Live_CDs|Live CDs]]''': [[FCCU Gnu/Linux Boot CD]], [[Helix]], [[Knoppix STD]], ...&lt;br /&gt;
** '''[[Tools#Metadata_Extraction_Tools|Metadata Extraction]]''': [[wvWare]], [[jhead]], ...&lt;br /&gt;
** '''[[Tools#File_Analysis_Tools|File Analysis]]''': [[file]], [[ldd]], [[ltrace]], [[strace]], [[strings]], ...&lt;br /&gt;
** '''[[Tools#Network_Forensics_Tools|Network Forensics]]''': [[Snort]], ...&lt;br /&gt;
** '''[[Tools#Anti-forensics_Tools|Anti-Forensics]]''': [[Slacker]], [[wipe]], [[shred]], ...&lt;br /&gt;
** '''[[Tools#Other_Tools|Other Tools]]''': [[biew]], [[hexdump]], ...&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| width=&amp;quot;40%&amp;quot; style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin-top:0.5em; padding:0.5em 0.5em 0.5em 0.5em; background-color:#ffdddd; align:right; border:1px solid #ddccff;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2 style=&amp;quot;margin:0; background-color:#ffbbbb; font-size:120%; font-weight:bold; border:1px solid #afa3bf; text-align:left; color:#000000; padding-left:0.4em; padding-top:0.2em; padding-bottom:0.2em;&amp;quot;&amp;gt;License Transition&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We're currently in the middle of a [[License transition status|license transition]]. The goal is to license all contents of this wiki under the [http://creativecommons.org/licenses/by-sa/2.5/ Creative Commons Attribution-ShareAlike 2.5] license. If you have contributed to this wiki '''before March 19th, 2006''', please consider (re-)licensing your contributions under this license. You can do that by adding [[License_transition_status#HOWTO|this small paragraph]] to your user page. Thanks in advance! Contributions '''after''' March 19th, 2006 are automatically CC-licensed, there's no need to add such a paragraph.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin-top:0.5em; border:2px solid #ff0000; padding:0.5em 0.5em 0.5em 0.5em; background-color:#ffff99; align:center; border:1px solid #ddccff;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2 style=&amp;quot;margin:0; background-color:#ffff33; font-size:120%; font-weight:bold; border:1px solid #afa3bf; text-align:left; color:#000; padding-left:0.4em; padding-top:0.2em; padding-bottom:0.2em;&amp;quot;&amp;gt;Wiki News&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''2006-04-28''': I've modified the wiki configuration so that articles are now off a '/wiki/foobar' URL, rather than 'index.php?title=foobar' URL. Please let me know if there are any errors. --[[User:Simsong]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin-top:0.5em; padding:0.5em 0.5em 0.5em 0.5em; background-color:#c0ffff; align:right; border:1px solid #ddccff;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2 style=&amp;quot;margin:0; background-color:#99ffff; font-size:120%; font-weight:bold; border:1px solid #afa3bf; text-align:left; color:#000000; padding-left:0.4em; padding-top:0.2em; padding-bottom:0.2em;&amp;quot;&amp;gt;[[:Category:Top-Level|Categories]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The contents of this wiki are organized into various [[:Category:Top-Level|categories]]:&lt;br /&gt;
&lt;br /&gt;
* [[:Category:Tools|Tools]]&lt;br /&gt;
* [[:Category:Disk file systems|Disk file systems]]&lt;br /&gt;
* [[:Category:File Formats|File Formats]]&lt;br /&gt;
* [[:Category:Howtos|Howtos]]&lt;br /&gt;
* [[:Category:Licenses|Licenses]]&lt;br /&gt;
* [[:Category:Operating systems|Operating systems]]&lt;br /&gt;
* [[:Category:People|People]]&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;br /&gt;
__NOEDITSECTION__&lt;/div&gt;</summary>
		<author><name>Uwe Hermann</name></author>	</entry>

	<entry>
		<id>http://www.forensicswiki.org/wiki/How_to_analyse_partitions</id>
		<title>How to analyse partitions</title>
		<link rel="alternate" type="text/html" href="http://www.forensicswiki.org/wiki/How_to_analyse_partitions"/>
				<updated>2006-05-16T00:00:47Z</updated>
		
		<summary type="html">&lt;p&gt;Uwe Hermann: Category.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A How-to for dealing with partitions.&lt;br /&gt;
&lt;br /&gt;
[http://www.sleuthkit.org/informer/sleuthkit-informer-12.html Sleuth Kit Informer #12] suggests using the ''mmls'' program to display the contents of partitions.&lt;br /&gt;
&lt;br /&gt;
For example:&lt;br /&gt;
&lt;br /&gt;
  # mmls -t dos disk.dd&lt;br /&gt;
   	Slot	Start	End	Length	Description&lt;br /&gt;
  00:	-----	 0000000000	0000000000	0000000001	Primary Table (#0)&lt;br /&gt;
  01:	-----	0000000001	0000000062	0000000062	Unallocated&lt;br /&gt;
  02:	00:00	0000000063	0002056319	0002056257	Win95 FAT32 (0x0B)&lt;br /&gt;
  03:	00:01	0002056320	0008209214	0006152895	OpenBSD (0xA6)&lt;br /&gt;
  04:	00:02	0008209215	0019999727	0011790513	FreeBSD (0xA5)&lt;br /&gt;
&lt;br /&gt;
You can use mmls to examine the OpenBSD and FreeBSD partitions that are inside the DOS partition:&lt;br /&gt;
&lt;br /&gt;
  # mmls -t bsd -o 2056321 disk.dd&lt;br /&gt;
  Length	Description&lt;br /&gt;
  00:	02	0000000000	0019999727	0019999728	Unused (0x00)&lt;br /&gt;
  01:	08	0000000063	0002056319	0002056257	MSDOS (0x08)&lt;br /&gt;
  02:	00	0002056320	0002260943	0000204624	4.2BSD (0x07)&lt;br /&gt;
  03:	01	0002260944	0002875823	0000614880	Swap (0x01)&lt;br /&gt;
  04:	03	0002875824	0003080447	0000204624	4.2BSD (0x07)&lt;br /&gt;
  05:	04	0003080448	0003233663	0000153216	4.2BSD (0x07)&lt;br /&gt;
  06:	07	0003233664	0004257791	0001024128	4.2BSD (0x07)&lt;br /&gt;
  07:	06	0004257792	0008209214	0003951423	4.2BSD (0x07)&lt;br /&gt;
  08:	 09	0008209215	0019984859	0011775645	Unknown (0x0A)&lt;br /&gt;
&lt;br /&gt;
(Examples from [http://www.sleuthkit.org/informer/sleuthkit-informer-12.html Sleuth Kit Informer #12])&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.sleuthkit.org/informer/sleuthkit-informer-12.html Sleuth Kit Informer #12: Using mmls from The Sleuth Kit]&lt;br /&gt;
&lt;br /&gt;
[[Category:Howtos]]&lt;/div&gt;</summary>
		<author><name>Uwe Hermann</name></author>	</entry>

	<entry>
		<id>http://www.forensicswiki.org/wiki/How_to_analyse_partitions</id>
		<title>How to analyse partitions</title>
		<link rel="alternate" type="text/html" href="http://www.forensicswiki.org/wiki/How_to_analyse_partitions"/>
				<updated>2006-05-15T23:58:41Z</updated>
		
		<summary type="html">&lt;p&gt;Uwe Hermann: Howto:Partitions moved to How to analyse partitions: Move to HOWTO name.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A How-to for dealing with partitions.&lt;br /&gt;
&lt;br /&gt;
[http://www.sleuthkit.org/informer/sleuthkit-informer-12.html Sleuth Kit Informer #12] suggests using the ''mmls'' program to display the contents of partitions.&lt;br /&gt;
&lt;br /&gt;
For example:&lt;br /&gt;
&lt;br /&gt;
  # mmls -t dos disk.dd&lt;br /&gt;
   	Slot	Start	End	Length	Description&lt;br /&gt;
  00:	-----	 0000000000	0000000000	0000000001	Primary Table (#0)&lt;br /&gt;
  01:	-----	0000000001	0000000062	0000000062	Unallocated&lt;br /&gt;
  02:	00:00	0000000063	0002056319	0002056257	Win95 FAT32 (0x0B)&lt;br /&gt;
  03:	00:01	0002056320	0008209214	0006152895	OpenBSD (0xA6)&lt;br /&gt;
  04:	00:02	0008209215	0019999727	0011790513	FreeBSD (0xA5)&lt;br /&gt;
&lt;br /&gt;
You can use mmls to examine the OpenBSD and FreeBSD partitions that are inside the DOS partition:&lt;br /&gt;
&lt;br /&gt;
  # mmls -t bsd -o 2056321 disk.dd&lt;br /&gt;
  Length	Description&lt;br /&gt;
  00:	02	0000000000	0019999727	0019999728	Unused (0x00)&lt;br /&gt;
  01:	08	0000000063	0002056319	0002056257	MSDOS (0x08)&lt;br /&gt;
  02:	00	0002056320	0002260943	0000204624	4.2BSD (0x07)&lt;br /&gt;
  03:	01	0002260944	0002875823	0000614880	Swap (0x01)&lt;br /&gt;
  04:	03	0002875824	0003080447	0000204624	4.2BSD (0x07)&lt;br /&gt;
  05:	04	0003080448	0003233663	0000153216	4.2BSD (0x07)&lt;br /&gt;
  06:	07	0003233664	0004257791	0001024128	4.2BSD (0x07)&lt;br /&gt;
  07:	06	0004257792	0008209214	0003951423	4.2BSD (0x07)&lt;br /&gt;
  08:	 09	0008209215	0019984859	0011775645	Unknown (0x0A)&lt;br /&gt;
&lt;br /&gt;
(Examples from  [http://www.sleuthkit.org/informer/sleuthkit-informer-12.html Sleuth Kit Informer #12])&lt;/div&gt;</summary>
		<author><name>Uwe Hermann</name></author>	</entry>

	<entry>
		<id>http://www.forensicswiki.org/wiki/Category:Howtos</id>
		<title>Category:Howtos</title>
		<link rel="alternate" type="text/html" href="http://www.forensicswiki.org/wiki/Category:Howtos"/>
				<updated>2006-05-15T23:57:51Z</updated>
		
		<summary type="html">&lt;p&gt;Uwe Hermann: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Top-Level]]&lt;/div&gt;</summary>
		<author><name>Uwe Hermann</name></author>	</entry>

	<entry>
		<id>http://www.forensicswiki.org/wiki/How_to_recover_deleted_files</id>
		<title>How to recover deleted files</title>
		<link rel="alternate" type="text/html" href="http://www.forensicswiki.org/wiki/How_to_recover_deleted_files"/>
				<updated>2006-05-15T23:57:38Z</updated>
		
		<summary type="html">&lt;p&gt;Uwe Hermann: Wikified + category.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;...&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.sleuthkit.org/informer/sleuthkit-informer-14.html The Sleuth Kit Informer #14: FAT file recovery in The Sleuth Kit]&lt;br /&gt;
&lt;br /&gt;
[[Category:Howtos]]&lt;/div&gt;</summary>
		<author><name>Uwe Hermann</name></author>	</entry>

	<entry>
		<id>http://www.forensicswiki.org/wiki/How_to_recover_deleted_files</id>
		<title>How to recover deleted files</title>
		<link rel="alternate" type="text/html" href="http://www.forensicswiki.org/wiki/How_to_recover_deleted_files"/>
				<updated>2006-05-15T23:55:42Z</updated>
		
		<summary type="html">&lt;p&gt;Uwe Hermann: HowTo:Sleuth Kit moved to How to recover deleted files: Moved title to name of the HOWTO. I'll create a &amp;quot;Howtos&amp;quot; category now, where we can put all the HOWTOs...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Using the [[Sleuth Kit]] to:&lt;br /&gt;
&lt;br /&gt;
* [http://www.sleuthkit.org/informer/sleuthkit-informer-14.html Recover deleted files]&lt;/div&gt;</summary>
		<author><name>Uwe Hermann</name></author>	</entry>

	<entry>
		<id>http://www.forensicswiki.org/wiki/Autopsy_Forensic_Browser</id>
		<title>Autopsy Forensic Browser</title>
		<link rel="alternate" type="text/html" href="http://www.forensicswiki.org/wiki/Autopsy_Forensic_Browser"/>
				<updated>2006-05-15T23:51:47Z</updated>
		
		<summary type="html">&lt;p&gt;Uwe Hermann: Autopsy moved to Autopsy Forensic Browser: Move to full name.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox_Software |&lt;br /&gt;
  name = Autopsy |&lt;br /&gt;
  maintainer = [[Brian Carrier]] |&lt;br /&gt;
  os = {{Web-based}} |&lt;br /&gt;
  genre = {{Analysis}} |&lt;br /&gt;
  license = {{GPL}} |&lt;br /&gt;
  website = [http://sleuthkit.org/autopsy/ sleuthkit.org/autopsy/] |&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The '''Autopsy Forensic Browser''' ('''Autopsy''') is a graphical interface to the command line digital investigation analysis tools in [[The Sleuth Kit]]. Together, they can analyze [[Windows]] and [[UNIX]] disks and [[file systems]] ([[NTFS]], [[FAT]], [[UFS1]]/[[UFS2]], [[Ext2]]/[[Ext3]]).&lt;br /&gt;
&lt;br /&gt;
The [[Sleuthkit]] and Autopsy are both Open Source and run on UNIX platforms. As Autopsy is [[HTML]]-based, you can connect to the Autopsy server from any platform using a web browser. Autopsy provides a &amp;quot;File Manager&amp;quot;-like interface and shows details about deleted data and file system structures.&lt;/div&gt;</summary>
		<author><name>Uwe Hermann</name></author>	</entry>

	<entry>
		<id>http://www.forensicswiki.org/wiki/Autopsy</id>
		<title>Autopsy</title>
		<link rel="alternate" type="text/html" href="http://www.forensicswiki.org/wiki/Autopsy"/>
				<updated>2006-05-15T23:51:47Z</updated>
		
		<summary type="html">&lt;p&gt;Uwe Hermann: Autopsy moved to Autopsy Forensic Browser: Move to full name.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Autopsy Forensic Browser]]&lt;/div&gt;</summary>
		<author><name>Uwe Hermann</name></author>	</entry>

	<entry>
		<id>http://www.forensicswiki.org/wiki/Brian_Carrier</id>
		<title>Brian Carrier</title>
		<link rel="alternate" type="text/html" href="http://www.forensicswiki.org/wiki/Brian_Carrier"/>
				<updated>2006-05-15T23:51:32Z</updated>
		
		<summary type="html">&lt;p&gt;Uwe Hermann: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Brian Carrier''' is the author of [[The Sleuth Kit]] and the [[Autopsy Forensic Browser]].&lt;br /&gt;
&lt;br /&gt;
[[Category:People]]&lt;/div&gt;</summary>
		<author><name>Uwe Hermann</name></author>	</entry>

	<entry>
		<id>http://www.forensicswiki.org/wiki/The_Sleuth_Kit</id>
		<title>The Sleuth Kit</title>
		<link rel="alternate" type="text/html" href="http://www.forensicswiki.org/wiki/The_Sleuth_Kit"/>
				<updated>2006-05-15T23:50:14Z</updated>
		
		<summary type="html">&lt;p&gt;Uwe Hermann: Sleuthkit moved to The Sleuth Kit: Move to full name.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox_Software |&lt;br /&gt;
  name = The Sleuth Kit |&lt;br /&gt;
  maintainer = [[Brian Carrier]] |&lt;br /&gt;
  os = {{Linux}}, {{FreeBSD}}, {{OpenBSD}}, {{Mac OS X}}, {{SunOS}} |&lt;br /&gt;
  genre = {{Disk file systems}} |&lt;br /&gt;
  license = {{IBM Open Source License}}, {{Common Public License}}, {{GPL}} |&lt;br /&gt;
  website = [http://www.sleuthkit.org/ sleuthkit.org] |&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
'''The Sleuth Kit''' ('''TSK''') is a collection of [[UNIX]]-based command line tools that allow you to investigate a computer. The current focus of the tools is the file and volume systems and TSK supports [[FAT]], [[Ext2]]/[[Ext3|3]], [[NTFS]], [[UFS1]], and [[UFS2]] [[file system]]s.&lt;br /&gt;
&lt;br /&gt;
[[Autopsy]] is a frontend for TSK which allows browser-based access to the TSK tools.&lt;br /&gt;
 &lt;br /&gt;
=Features=&lt;br /&gt;
&lt;br /&gt;
The Sleuth Kit is arranged in layers. There is a ''data layer'' which is concerned with how information is stored on a disk and a ''metadata layer'' which is considered with information such as [[inode]]s and [[directory|directories]]. The commands that deal with the data layer are prefixed with the letter ''d'', which the commands that deal with the metadata layer are prefixed with the letter ''i''.&lt;br /&gt;
&lt;br /&gt;
Some of the commands in Sleuth Kit are:&lt;br /&gt;
&lt;br /&gt;
; dcat&lt;br /&gt;
: Views the contents of a [[block]].&lt;br /&gt;
&lt;br /&gt;
; dls&lt;br /&gt;
: Lists [[unallocated block]]s. Makes keyword searches more efficient. Gets a list of unallocated blocks.&lt;br /&gt;
&lt;br /&gt;
; dcalc&lt;br /&gt;
: Tells you where an unallocated blocks are.&lt;br /&gt;
&lt;br /&gt;
; dstat&lt;br /&gt;
: Details about a given block.&lt;br /&gt;
&lt;br /&gt;
; icat&lt;br /&gt;
: View contents of a file given its inode value or [[cluster number]]. Doesn't list directories, lists the contents.&lt;br /&gt;
&lt;br /&gt;
; ils&lt;br /&gt;
: Lists the files extents on a disk.&lt;br /&gt;
&lt;br /&gt;
; istat&lt;br /&gt;
: Information about an inode number.&lt;br /&gt;
&lt;br /&gt;
==File Systems Understood==&lt;br /&gt;
&lt;br /&gt;
* [[NTFS]]&lt;br /&gt;
* [[FAT]]&lt;br /&gt;
* [[EXT2]], [[EXT3]]&lt;br /&gt;
* [[UFS1]], [[UFS2]]&lt;br /&gt;
 &lt;br /&gt;
==File Search Facilities==&lt;br /&gt;
&lt;br /&gt;
* Lists allocated and unallocated files.&lt;br /&gt;
* Lists and sorts by file type.&lt;br /&gt;
* Shows a time time of creation and change.&lt;br /&gt;
 &lt;br /&gt;
==Historical Reconstruction==&lt;br /&gt;
 &lt;br /&gt;
==Searching Abilities==&lt;br /&gt;
 &lt;br /&gt;
* Searches for keywords.&lt;br /&gt;
* Builds an index.&lt;br /&gt;
&lt;br /&gt;
==Hash Databases==&lt;br /&gt;
&lt;br /&gt;
* Uses [[MD5]] or [[SHA1]].&lt;br /&gt;
* Interfaces with [[NIST NSRL]], [[Hashkeeper]] and customer databases.&lt;br /&gt;
 &lt;br /&gt;
==Evidence Collection Features==&lt;br /&gt;
 &lt;br /&gt;
* Tracks forensic activity.&lt;br /&gt;
&lt;br /&gt;
=History=&lt;br /&gt;
&lt;br /&gt;
==License Notes==&lt;br /&gt;
&lt;br /&gt;
Is it commercial or open source? Are there other licensing options?&lt;br /&gt;
&lt;br /&gt;
= External Links =&lt;br /&gt;
&lt;br /&gt;
* [http://www.sleuthkit.org/autopsy/desc.php Autopsy website]&lt;br /&gt;
 &lt;br /&gt;
==External Reviews==&lt;/div&gt;</summary>
		<author><name>Uwe Hermann</name></author>	</entry>

	<entry>
		<id>http://www.forensicswiki.org/wiki/Sleuthkit</id>
		<title>Sleuthkit</title>
		<link rel="alternate" type="text/html" href="http://www.forensicswiki.org/wiki/Sleuthkit"/>
				<updated>2006-05-15T23:50:14Z</updated>
		
		<summary type="html">&lt;p&gt;Uwe Hermann: Sleuthkit moved to The Sleuth Kit: Move to full name.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[The Sleuth Kit]]&lt;/div&gt;</summary>
		<author><name>Uwe Hermann</name></author>	</entry>

	<entry>
		<id>http://www.forensicswiki.org/wiki/The_Sleuth_Kit</id>
		<title>The Sleuth Kit</title>
		<link rel="alternate" type="text/html" href="http://www.forensicswiki.org/wiki/The_Sleuth_Kit"/>
				<updated>2006-05-15T23:49:56Z</updated>
		
		<summary type="html">&lt;p&gt;Uwe Hermann: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox_Software |&lt;br /&gt;
  name = The Sleuth Kit |&lt;br /&gt;
  maintainer = [[Brian Carrier]] |&lt;br /&gt;
  os = {{Linux}}, {{FreeBSD}}, {{OpenBSD}}, {{Mac OS X}}, {{SunOS}} |&lt;br /&gt;
  genre = {{Disk file systems}} |&lt;br /&gt;
  license = {{IBM Open Source License}}, {{Common Public License}}, {{GPL}} |&lt;br /&gt;
  website = [http://www.sleuthkit.org/ sleuthkit.org] |&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
'''The Sleuth Kit''' ('''TSK''') is a collection of [[UNIX]]-based command line tools that allow you to investigate a computer. The current focus of the tools is the file and volume systems and TSK supports [[FAT]], [[Ext2]]/[[Ext3|3]], [[NTFS]], [[UFS1]], and [[UFS2]] [[file system]]s.&lt;br /&gt;
&lt;br /&gt;
[[Autopsy]] is a frontend for TSK which allows browser-based access to the TSK tools.&lt;br /&gt;
 &lt;br /&gt;
=Features=&lt;br /&gt;
&lt;br /&gt;
The Sleuth Kit is arranged in layers. There is a ''data layer'' which is concerned with how information is stored on a disk and a ''metadata layer'' which is considered with information such as [[inode]]s and [[directory|directories]]. The commands that deal with the data layer are prefixed with the letter ''d'', which the commands that deal with the metadata layer are prefixed with the letter ''i''.&lt;br /&gt;
&lt;br /&gt;
Some of the commands in Sleuth Kit are:&lt;br /&gt;
&lt;br /&gt;
; dcat&lt;br /&gt;
: Views the contents of a [[block]].&lt;br /&gt;
&lt;br /&gt;
; dls&lt;br /&gt;
: Lists [[unallocated block]]s. Makes keyword searches more efficient. Gets a list of unallocated blocks.&lt;br /&gt;
&lt;br /&gt;
; dcalc&lt;br /&gt;
: Tells you where an unallocated blocks are.&lt;br /&gt;
&lt;br /&gt;
; dstat&lt;br /&gt;
: Details about a given block.&lt;br /&gt;
&lt;br /&gt;
; icat&lt;br /&gt;
: View contents of a file given its inode value or [[cluster number]]. Doesn't list directories, lists the contents.&lt;br /&gt;
&lt;br /&gt;
; ils&lt;br /&gt;
: Lists the files extents on a disk.&lt;br /&gt;
&lt;br /&gt;
; istat&lt;br /&gt;
: Information about an inode number.&lt;br /&gt;
&lt;br /&gt;
==File Systems Understood==&lt;br /&gt;
&lt;br /&gt;
* [[NTFS]]&lt;br /&gt;
* [[FAT]]&lt;br /&gt;
* [[EXT2]], [[EXT3]]&lt;br /&gt;
* [[UFS1]], [[UFS2]]&lt;br /&gt;
 &lt;br /&gt;
==File Search Facilities==&lt;br /&gt;
&lt;br /&gt;
* Lists allocated and unallocated files.&lt;br /&gt;
* Lists and sorts by file type.&lt;br /&gt;
* Shows a time time of creation and change.&lt;br /&gt;
 &lt;br /&gt;
==Historical Reconstruction==&lt;br /&gt;
 &lt;br /&gt;
==Searching Abilities==&lt;br /&gt;
 &lt;br /&gt;
* Searches for keywords.&lt;br /&gt;
* Builds an index.&lt;br /&gt;
&lt;br /&gt;
==Hash Databases==&lt;br /&gt;
&lt;br /&gt;
* Uses [[MD5]] or [[SHA1]].&lt;br /&gt;
* Interfaces with [[NIST NSRL]], [[Hashkeeper]] and customer databases.&lt;br /&gt;
 &lt;br /&gt;
==Evidence Collection Features==&lt;br /&gt;
 &lt;br /&gt;
* Tracks forensic activity.&lt;br /&gt;
&lt;br /&gt;
=History=&lt;br /&gt;
&lt;br /&gt;
==License Notes==&lt;br /&gt;
&lt;br /&gt;
Is it commercial or open source? Are there other licensing options?&lt;br /&gt;
&lt;br /&gt;
= External Links =&lt;br /&gt;
&lt;br /&gt;
* [http://www.sleuthkit.org/autopsy/desc.php Autopsy website]&lt;br /&gt;
 &lt;br /&gt;
==External Reviews==&lt;/div&gt;</summary>
		<author><name>Uwe Hermann</name></author>	</entry>

	<entry>
		<id>http://www.forensicswiki.org/wiki/Autopsy_Forensic_Browser</id>
		<title>Autopsy Forensic Browser</title>
		<link rel="alternate" type="text/html" href="http://www.forensicswiki.org/wiki/Autopsy_Forensic_Browser"/>
				<updated>2006-05-15T23:47:34Z</updated>
		
		<summary type="html">&lt;p&gt;Uwe Hermann: Infobox + wikified.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox_Software |&lt;br /&gt;
  name = Autopsy |&lt;br /&gt;
  maintainer = [[Brian Carrier]] |&lt;br /&gt;
  os = {{Web-based}} |&lt;br /&gt;
  genre = {{Analysis}} |&lt;br /&gt;
  license = {{GPL}} |&lt;br /&gt;
  website = [http://sleuthkit.org/autopsy/ sleuthkit.org/autopsy/] |&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The '''Autopsy Forensic Browser''' ('''Autopsy''') is a graphical interface to the command line digital investigation analysis tools in [[The Sleuth Kit]]. Together, they can analyze [[Windows]] and [[UNIX]] disks and [[file systems]] ([[NTFS]], [[FAT]], [[UFS1]]/[[UFS2]], [[Ext2]]/[[Ext3]]).&lt;br /&gt;
&lt;br /&gt;
The [[Sleuthkit]] and Autopsy are both Open Source and run on UNIX platforms. As Autopsy is [[HTML]]-based, you can connect to the Autopsy server from any platform using a web browser. Autopsy provides a &amp;quot;File Manager&amp;quot;-like interface and shows details about deleted data and file system structures.&lt;/div&gt;</summary>
		<author><name>Uwe Hermann</name></author>	</entry>

	<entry>
		<id>http://www.forensicswiki.org/wiki/Vinetto</id>
		<title>Vinetto</title>
		<link rel="alternate" type="text/html" href="http://www.forensicswiki.org/wiki/Vinetto"/>
				<updated>2006-05-15T23:40:14Z</updated>
		
		<summary type="html">&lt;p&gt;Uwe Hermann: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox_Software |&lt;br /&gt;
  name = Vinetto |&lt;br /&gt;
  maintainer = [[Michel Roukine]] |&lt;br /&gt;
  os = {{Linux}}, {{Windows}}, {{Mac OS X}} |&lt;br /&gt;
  genre = {{Metadata}} |&lt;br /&gt;
  license = {{GPL}} |&lt;br /&gt;
  website = [http://vinetto.sourceforge.net/ vinetto.sf.net] |&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
'''Vinetto''' is a forensics tool to examine [[Thumbs.db]] files. It is a command line Python script that works on [[Linux]], [[Mac OS X]] and [[Cygwin]] (win32).&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
&lt;br /&gt;
* [http://vinetto.sourceforge.net/test_JF_Beckers/vinetto.html Vinetto review and test]&lt;/div&gt;</summary>
		<author><name>Uwe Hermann</name></author>	</entry>

	<entry>
		<id>http://www.forensicswiki.org/wiki/Tools</id>
		<title>Tools</title>
		<link rel="alternate" type="text/html" href="http://www.forensicswiki.org/wiki/Tools"/>
				<updated>2006-05-15T23:34:18Z</updated>
		
		<summary type="html">&lt;p&gt;Uwe Hermann: /* Forensics Live CDs */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is an '''overview of available tools''' for forensic [[investigator]]s. Please click on the name of any tool for more details.&lt;br /&gt;
&lt;br /&gt;
'''Note: This page has gotten too big and is being broken up. See:'''&lt;br /&gt;
* [[Tools:Data Recovery]]&lt;br /&gt;
* [[Tools:Disk Imaging]]&lt;br /&gt;
* [[Tools:Memory Imaging]]&lt;br /&gt;
&lt;br /&gt;
= Disk Analysis Tools =&lt;br /&gt;
&lt;br /&gt;
== Linux-based Tools ==&lt;br /&gt;
&lt;br /&gt;
; [[SMART]], by [[ASR Data]]&lt;br /&gt;
: http://www.asrdata.com&lt;br /&gt;
&lt;br /&gt;
== Macintosh-based Tools ==&lt;br /&gt;
&lt;br /&gt;
; [[Macintosh Forensic Software]], by [[BlackBag Technologies, Inc.]]&lt;br /&gt;
: http://www.blackbagtech.com/software_mfs.html&lt;br /&gt;
&lt;br /&gt;
== Windows-based Tools ==&lt;br /&gt;
&lt;br /&gt;
; [[BringBack]] by [[Tech Assist, Inc.]]&lt;br /&gt;
: http://www.toolsthatwork.com/bringback.htm&lt;br /&gt;
&lt;br /&gt;
; [[EnCase]], by [[Guidance Software]]&lt;br /&gt;
: http://www.guidancesoftware.com/&lt;br /&gt;
&lt;br /&gt;
; [[Forensic Toolkit]] ([[FTK]]), by [[AccessData]]&lt;br /&gt;
: http://www.accessdata.com/products/ftk/&lt;br /&gt;
&lt;br /&gt;
; [[ILook Investigator]], by [[Elliot Spencer]] and [[Internal Revenue Service|U.S. Dept of Treasury, Internal Revenue Service - Criminal Investigation]] (IRS)&lt;br /&gt;
: http://www.ilook-forensics.org/&lt;br /&gt;
&lt;br /&gt;
; [[Safeback]] by [[NTI]] and [[Armor Forensics]]&lt;br /&gt;
: http://www.forensics-intl.com/safeback.html&lt;br /&gt;
&lt;br /&gt;
; [[X-Ways Forensics]] by [[X-Ways AG]]&lt;br /&gt;
: http://www.x-ways.net/forensics/index-m.html&lt;br /&gt;
&lt;br /&gt;
== Open Source Tools ==&lt;br /&gt;
&lt;br /&gt;
; [[AFFLIB]]&lt;br /&gt;
: A library for working with [[disk image]]s. Currently AFFLIB supports raw, [[AFF]], [[AFD]], and [[EnCase]] file formats. Work to support segmented raw, [[iLook]], and other formats is ongoing.&lt;br /&gt;
&lt;br /&gt;
; [[Autopsy]]&lt;br /&gt;
: http://www.sleuthkit.org/autopsy/desc.php&lt;br /&gt;
&lt;br /&gt;
; [[foremost]]&lt;br /&gt;
: http://foremost.sf.net/&lt;br /&gt;
&lt;br /&gt;
; [[FTimes]]&lt;br /&gt;
: http://ftimes.sourceforge.net/FTimes/index.shtml&lt;br /&gt;
: FTimes is a system baselining and evidence collection tool.&lt;br /&gt;
&lt;br /&gt;
; [[gfzip]]&lt;br /&gt;
: http://www.nongnu.org/gfzip/&lt;br /&gt;
&lt;br /&gt;
; [[gpart]]&lt;br /&gt;
: http://www.stud.uni-hannover.de/user/76201/gpart/&lt;br /&gt;
: Tries to ''guess the primary partition table of a PC-type hard disk in case the primary partition table in sector 0 is damaged, incorrect or deleted''.&lt;br /&gt;
&lt;br /&gt;
; [[magicrescue]]&lt;br /&gt;
: http://jbj.rapanden.dk/magicrescue/&lt;br /&gt;
&lt;br /&gt;
; [[pyflag]]&lt;br /&gt;
: http://pyflag.sourceforge.net/&lt;br /&gt;
&lt;br /&gt;
; [[Scalpel]]&lt;br /&gt;
: http://www.digitalforensicssolutions.com/Scalpel/&lt;br /&gt;
&lt;br /&gt;
; [[scrounge-ntfs]]&lt;br /&gt;
: http://memberwebs.com/nielsen/software/scrounge/&lt;br /&gt;
&lt;br /&gt;
; [[Sleuthkit]]&lt;br /&gt;
: http://www.sleuthkit.org/&lt;br /&gt;
&lt;br /&gt;
; [[The Coroner's Toolkit]] ([[TCT]])&lt;br /&gt;
: http://www.porcupine.org/forensics/tct.html&lt;br /&gt;
&lt;br /&gt;
; [[Zeitline]]&lt;br /&gt;
: http://projects.cerias.purdue.edu/forensics/timeline.php&lt;br /&gt;
: http://sourceforge.net/projects/zeitline/&lt;br /&gt;
&lt;br /&gt;
== [[NDA]] and [[scoped distribution]] tools ==&lt;br /&gt;
&lt;br /&gt;
; The [[Open Computer Forensics Architecture]]&lt;br /&gt;
: mailto:ocfa@dnpa.nl&lt;br /&gt;
&lt;br /&gt;
= Forensics Live CDs =&lt;br /&gt;
&lt;br /&gt;
; [[FCCU Gnu/Linux Boot CD]]&lt;br /&gt;
: A Live CD built on top of [[Knoppix]] with a lot of tools with forensic purpose.&lt;br /&gt;
: It leaves the target devices unaltered (it does not use the swap partitions found on the devices) nor does it automount partitions.&lt;br /&gt;
&lt;br /&gt;
; [[Helix]]&lt;br /&gt;
: A Live CD built on top of [[Knoppix]] with special tools for incident response and electronic discovey.&lt;br /&gt;
: Its a hybrid CD which also contains a [[Cygwin]] environment for use on a running Windows system (w/o rebooting) including the sysinternal tools.&lt;br /&gt;
&lt;br /&gt;
; [[Knoppix STD]]&lt;br /&gt;
: A Live CD built on top of [[Knoppix]].&lt;br /&gt;
: http://s-t-d.org/&lt;br /&gt;
&lt;br /&gt;
; [[THE FARMER'S BOOT CD]]&lt;br /&gt;
: A [[Linux]] [[Live CD]], designed and optimized for previewing data in a [[forensically sound]] manner. It contains a number of programs forensic practitioners can utilize to preview both [[Windows]] and [[Linux]] systems.&lt;br /&gt;
&lt;br /&gt;
; [[MacQuisition Boot CD]]&lt;br /&gt;
: A forensic [[Live CD]] built for imaging [[Macintosh]] systems.&lt;br /&gt;
&lt;br /&gt;
= Metadata Extraction Tools =&lt;br /&gt;
&lt;br /&gt;
; [[antiword]]&lt;br /&gt;
: http://www.winfield.demon.nl/&lt;br /&gt;
&lt;br /&gt;
; [[catdoc]]&lt;br /&gt;
: http://www.45.free.net/~vitus/software/catdoc/&lt;br /&gt;
&lt;br /&gt;
; [[jhead]]&lt;br /&gt;
: http://www.sentex.net/~mwandel/jhead/&lt;br /&gt;
: Displays or modifies [[Exif]] data in [[JPEG]] files.&lt;br /&gt;
&lt;br /&gt;
; [[laola]]&lt;br /&gt;
: http://user.cs.tu-berlin.de/~schwartz/pmh/index.html&lt;br /&gt;
&lt;br /&gt;
; [[vinetto]]&lt;br /&gt;
: http://vinetto.sourceforge.net/&lt;br /&gt;
: Examines [[Thumbs.db]] files.&lt;br /&gt;
&lt;br /&gt;
; [[word2x]]&lt;br /&gt;
: http://word2x.sourceforge.net/&lt;br /&gt;
&lt;br /&gt;
; [[wvWare]]&lt;br /&gt;
: http://wvware.sourceforge.net/&lt;br /&gt;
: Extracts metadata from various [[Microsoft]] Word files ([[doc]]). Can also convert doc files to other formats such as HTML or plain text.&lt;br /&gt;
&lt;br /&gt;
; [[xpdf]]&lt;br /&gt;
: http://www.foolabs.com/xpdf/&lt;br /&gt;
: [[pdfinfo]] (part of the [[xpdf]] package) displays some metadata of [[PDF]] files.&lt;br /&gt;
&lt;br /&gt;
; [[Metadata Assistant]]&lt;br /&gt;
: http://www.payneconsulting.com/products/metadataent/&lt;br /&gt;
&lt;br /&gt;
= File Analysis Tools =&lt;br /&gt;
&lt;br /&gt;
== Open Source Tools ==&lt;br /&gt;
&lt;br /&gt;
; [[file]]&lt;br /&gt;
: The file command determines the file type of a given file, depending on its contents and not on e.g. its extension or filename. In order to do that, it uses a magic configuration file that identifies filetypes.&lt;br /&gt;
&lt;br /&gt;
; [[ldd]]&lt;br /&gt;
: ...&lt;br /&gt;
&lt;br /&gt;
; [[ltrace]]&lt;br /&gt;
: ...&lt;br /&gt;
&lt;br /&gt;
; [[strace]]&lt;br /&gt;
: ...&lt;br /&gt;
&lt;br /&gt;
; [[strings]]&lt;br /&gt;
: Strings will print the strings of printable characters in files. It allows choosing different charactersets (ASCII, UNICODE). It is a quick way to browse through files/partitions/... in order to look for words, filenames, keywords etc.&lt;br /&gt;
&lt;br /&gt;
; [[Galleta]]&lt;br /&gt;
: Parses cookie files.  http://www.foundstone.com/resources/proddesc/galleta.htm&lt;br /&gt;
&lt;br /&gt;
; [[Pasco]]&lt;br /&gt;
; Parses '''index.dat'' files. http://www.foundstone.com/resources/proddesc/pasco.htm&lt;br /&gt;
&lt;br /&gt;
; [[Rifiuti]]&lt;br /&gt;
; Examines the INFO2 file in the Recycle Bin     http://www.foundstone.com/resources/proddesc/rifiuti.htm&lt;br /&gt;
&lt;br /&gt;
== [[NDA]] and [[scoped distribution]] tools ==&lt;br /&gt;
&lt;br /&gt;
; The [[Open Computer Forensics Architecture]]&lt;br /&gt;
: mailto:ocfa@dnpa.nl&lt;br /&gt;
&lt;br /&gt;
= Network Forensics Tools =&lt;br /&gt;
&lt;br /&gt;
; [[chkrootkit]]&lt;br /&gt;
: ...&lt;br /&gt;
&lt;br /&gt;
; [[cryptcat]]&lt;br /&gt;
: ...&lt;br /&gt;
&lt;br /&gt;
; [[netcat]]&lt;br /&gt;
: ...&lt;br /&gt;
&lt;br /&gt;
; [[netflow]]/[[flowtools]]&lt;br /&gt;
: http://www.cisco.com/warp/public/732/Tech/nmp/netflow/index.shtml&lt;br /&gt;
: http://www.splintered.net/sw/flow-tools/&lt;br /&gt;
&lt;br /&gt;
;[[NetIntercept]]&lt;br /&gt;
: http://www.sandstorm.net/netintercept&lt;br /&gt;
&lt;br /&gt;
; [[rkhunter]]&lt;br /&gt;
: ...&lt;br /&gt;
&lt;br /&gt;
; [[Sguil]]&lt;br /&gt;
: http://sguil.sourceforge.net/&lt;br /&gt;
&lt;br /&gt;
; [[Snort]]&lt;br /&gt;
: http://www.snort.org/&lt;br /&gt;
&lt;br /&gt;
; [[Tcpdump]] &lt;br /&gt;
: http://www.tcpdump.org&lt;br /&gt;
&lt;br /&gt;
; [[tcpextract]]&lt;br /&gt;
: http://tcpxtract.sourceforge.net/&lt;br /&gt;
&lt;br /&gt;
; [[tcpflow]]&lt;br /&gt;
: http://www.circlemud.org/~jelson/software/tcpflow/&lt;br /&gt;
&lt;br /&gt;
= Anti-forensics Tools =&lt;br /&gt;
&lt;br /&gt;
; [[Ontrack Data Eraser]]&lt;br /&gt;
: ...&lt;br /&gt;
&lt;br /&gt;
; [[Slacker]]&lt;br /&gt;
: A tool to hide files within the [[slack space]] of the [[NTFS]] file system.&lt;br /&gt;
: http://www.metasploit.com/projects/antiforensics/slacker.exe &lt;br /&gt;
&lt;br /&gt;
; [[Timestomp]]&lt;br /&gt;
: A tool that allows one to modify all four [[NTFS]] timestamp (MACE) values.&lt;br /&gt;
: http://www.metasploit.com/projects/antiforensics/timestomp.exe &lt;br /&gt;
&lt;br /&gt;
== Securely deleting data ==&lt;br /&gt;
&lt;br /&gt;
; [[BCWipe]]&lt;br /&gt;
: Secure data deletion tools for [[Windows]] and [[Unix]]-like [[operating systems]].&lt;br /&gt;
&lt;br /&gt;
; [[CyberScrub cyberCide]]&lt;br /&gt;
: This program securely erases all data from drives or partitions.&lt;br /&gt;
: http://www.cyberscrub.com/products/cybercide/index.php&lt;br /&gt;
&lt;br /&gt;
; [[CyberScrub Privacy Suite]]&lt;br /&gt;
: This program securely erases selected data, wipes free space, powerful scheduling capabilities.&lt;br /&gt;
: http://www.cyberscrub.com/products/privacysuite/index.php&lt;br /&gt;
&lt;br /&gt;
; [[Darik's Boot and Nuke]] ([[DBAN]])&lt;br /&gt;
: This is a bootable disk that securely wipes any hard disk it can detect.  &lt;br /&gt;
: http://dban.sourceforge.net/&lt;br /&gt;
&lt;br /&gt;
; [[Eraser]]&lt;br /&gt;
: Offers several patterns for wiping data including [[Peter Gutmann]]'s and the [[US DoD 5200.28-STD]] standard.&lt;br /&gt;
: http://www.heidi.ie/eraser&lt;br /&gt;
&lt;br /&gt;
; [[shred]]&lt;br /&gt;
: Part of GNU coreutils.&lt;br /&gt;
&lt;br /&gt;
; [[wipe]]&lt;br /&gt;
: http://abaababa.ouvaton.org/wipe/&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
* [[Anti-forensic techniques]]&lt;br /&gt;
* [[Database Encryption]].&lt;br /&gt;
&lt;br /&gt;
= Personal Digital Device Tools=&lt;br /&gt;
&lt;br /&gt;
== PDA Forensics ==&lt;br /&gt;
; [[Paraben PDA Seizure]]&lt;br /&gt;
; [[Paraben PDA Seizure Toolbox]]&lt;br /&gt;
; [[PDD]]&lt;br /&gt;
&lt;br /&gt;
== Cell Phone Forensics ==&lt;br /&gt;
; [[BitPIM]]&lt;br /&gt;
; [[DataPilot Secure View]]&lt;br /&gt;
; [[GSM .XRY]]&lt;br /&gt;
; [[ForensicMobile]]&lt;br /&gt;
; [[LogiCube CellDEK]]&lt;br /&gt;
; [[MOBILedit!]]&lt;br /&gt;
; [[Oxygen PM II]]&lt;br /&gt;
; [[Paraben Cell Seizure]]&lt;br /&gt;
; [[Paraben Cell Seizure Toolbox]]&lt;br /&gt;
; [[TULP2G]]&lt;br /&gt;
&lt;br /&gt;
== SIM Card Forensics ==&lt;br /&gt;
; [[ForensicSIM]]&lt;br /&gt;
; [[Paraben SIM Seizure]]&lt;br /&gt;
; [[SIMCon]]&lt;br /&gt;
&lt;br /&gt;
== Preservation Tools ==&lt;br /&gt;
; [[Paraben StrongHold Bag]]&lt;br /&gt;
; [[Paraben StrongHold Tent]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Other Tools =&lt;br /&gt;
&lt;br /&gt;
; [[VMware]] Player&lt;br /&gt;
: http://www.vmware.com/products/player/&lt;br /&gt;
: A free player for [[VMware]] [[virtual machine]]s that will allow them to &amp;quot;play&amp;quot; on either [[Windows]] or [[Linux]]-based systems.&lt;br /&gt;
&lt;br /&gt;
; [[VMware]] Server&lt;br /&gt;
: http://www.vmware.com/products/server/&lt;br /&gt;
: The free server product, for setting up/configuring/running [[VMware]] [[virtual machine]].Important difference being that it can run 'headless', i.e. everything in background.&lt;br /&gt;
&lt;br /&gt;
== Hex Editors ==&lt;br /&gt;
&lt;br /&gt;
; [[biew]]&lt;br /&gt;
: http://biew.sourceforge.net/en/biew.html&lt;br /&gt;
&lt;br /&gt;
; [[hexdump]]&lt;br /&gt;
: ...&lt;br /&gt;
&lt;br /&gt;
; [[Hex Workshop]]&lt;br /&gt;
: A hex editor from [[BreakPoint Software, Inc.]]&lt;br /&gt;
: http://www.bpsoft.com&lt;br /&gt;
&lt;br /&gt;
; [[khexedit]]&lt;br /&gt;
: http://docs.kde.org/stable/en/kdeutils/khexedit/index.html&lt;br /&gt;
&lt;br /&gt;
; [[WinHex]]&lt;br /&gt;
: Computer forensics software, data recovery software, hex editor, and disk editor from [[X-Ways]].&lt;br /&gt;
: http://www.x-ways.net/winhex&lt;br /&gt;
&lt;br /&gt;
; [[xxd]]&lt;br /&gt;
: ...&lt;br /&gt;
&lt;br /&gt;
== Telephone Scanners/War Dialers ==&lt;br /&gt;
&lt;br /&gt;
;[[PhoneSweep]]&lt;br /&gt;
:http://www.sandstorm.net/phonesweep&lt;/div&gt;</summary>
		<author><name>Uwe Hermann</name></author>	</entry>

	<entry>
		<id>http://www.forensicswiki.org/wiki/THE_FARMER%27S_BOOT_CD</id>
		<title>THE FARMER'S BOOT CD</title>
		<link rel="alternate" type="text/html" href="http://www.forensicswiki.org/wiki/THE_FARMER%27S_BOOT_CD"/>
				<updated>2006-05-15T23:32:15Z</updated>
		
		<summary type="html">&lt;p&gt;Uwe Hermann: Wikified.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox_Software |&lt;br /&gt;
  name = THE FARMER'S BOOT CD |&lt;br /&gt;
  maintainer = [[Thomas Rude]] |&lt;br /&gt;
  os = {{Linux}}, {{Windows}} |&lt;br /&gt;
  genre = {{Live CD}} |&lt;br /&gt;
  license = ??? |&lt;br /&gt;
  website = [http://www.forensicbootcd.com/ forensicbootcd.com] |&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
'''THE FARMER'S BOOT CD''' ('''FBCD''') is a [[Linux]] [[boot CD]] developed by [[Thomas Rude]] ('farmerdude'). Taking a different approach than other [[Live CDs]], this CD was designed and optimized for previewing systems before acquiring. It contains a number of programs forensic practitioners can utilize to preview both [[Windows]] and [[Linux]] systems in a [[forensically sound]] manner.&lt;br /&gt;
&lt;br /&gt;
== Preview Capabilities ==&lt;br /&gt;
&lt;br /&gt;
THE FARMER'S BOOT CD has been designed for previewing both Windows and Linux systems. On-site previews before acquisitions is an emerging trend in the U.S.A. due to legal and technological reasons.&lt;br /&gt;
&lt;br /&gt;
Below is a short list of what can be accomplished in a simple GUI on this CD;&lt;br /&gt;
&lt;br /&gt;
* Mount file systems read-only, including journalled file system types&lt;br /&gt;
* Obtain a list of deleted files for ext2, FAT12/16/32, and NTFS file system types&lt;br /&gt;
* Undelete deleted files from NTFS file systems&lt;br /&gt;
* Obtain both E-mail and URL addresses from the Windows &amp;quot;pagefile.sys&amp;quot; file&lt;br /&gt;
* Read the Recycle Bin INFO2 records&lt;br /&gt;
* Read Windows event log files (AppEvent.Evt, SecEvent.Evt, SysEvent.Evt)&lt;br /&gt;
* Read many log files from Linux systems (shell histories, system logs, security logs, accounting logs, etc.)&lt;br /&gt;
* Obtain file system metainformation (creation date, last mount and write date, version, label, UUID, etc.)&lt;br /&gt;
* Parse Internet cache files from IE, Mozilla, and Opera, pulling cookies and histories&lt;br /&gt;
* Catalog target file system, selecting files of interest by extension or header&lt;br /&gt;
* Convert date/time between UNIX 32bit, UNIX hex, human readable, Windows 64bit, and Windows hex&lt;br /&gt;
* Generate thumbnails for all graphics in fully qualified path filename&lt;br /&gt;
* Obtain drive information (serial number, make/model, firmware, HPA status, etc.)&lt;br /&gt;
* Obtain system BIOS table information (serial numbers, dates, UUIDs, etc.)&lt;br /&gt;
* Obtain system hardware catalog&lt;br /&gt;
* Double-clicking on most common file types opens them (Documents, Graphics, Presentations, Movies, Audio, etc.)&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.forensicbootcd.com/site/view.html THE FARMER'S BOOT CD screen shots] - Screen Shots for Delve Preview Program on the FBCD.&lt;br /&gt;
* [http://www.forensicfocus.com/farmers-boot-cd Preview Data in Under Twenty Minutes] - Paper on previewing data quickly at http://www.forensicfocus.com.&lt;/div&gt;</summary>
		<author><name>Uwe Hermann</name></author>	</entry>

	<entry>
		<id>http://www.forensicswiki.org/wiki/THE_FARMER%27S_BOOT_CD</id>
		<title>THE FARMER'S BOOT CD</title>
		<link rel="alternate" type="text/html" href="http://www.forensicswiki.org/wiki/THE_FARMER%27S_BOOT_CD"/>
				<updated>2006-05-15T23:25:31Z</updated>
		
		<summary type="html">&lt;p&gt;Uwe Hermann: Infobox.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox_Software |&lt;br /&gt;
  name = THE FARMER'S BOOT CD |&lt;br /&gt;
  maintainer = [[Thomas Rude]] |&lt;br /&gt;
  os = {{Linux}}, {{Windows}} |&lt;br /&gt;
  genre = {{Live CD}} |&lt;br /&gt;
  license = ??? |&lt;br /&gt;
  website = [http://www.forensicbootcd.com/ forensicbootcd.com] |&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
[http://www.forensicbootcd.com/ THE FARMER'S BOOT CD (FBCD)] is a unique Linux boot CD.  Taking a different approach than other [[Live CDs]], this CD was designed and optimized for previewing systems before acquiring.  THE FARMER'S BOOT CD contains a number of programs forensic practitioners can utilize to preview both Windows and Linux systems in a forensically sound manner.  Developed by Thomas Rude ('farmerdude').&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Preview Capabilities ==&lt;br /&gt;
&lt;br /&gt;
THE FARMER'S BOOT CD has been designed for previewing both Windows and Linux systems.  On-site previews before acquisitions is an emerging trend in the U.S.A. due to legal and technological reasons.&lt;br /&gt;
&lt;br /&gt;
Below is a short list of what can be accomplished in a simple GUI on this CD;&lt;br /&gt;
&lt;br /&gt;
 - Mount file systems read-only, including journalled file system types&lt;br /&gt;
 - Obtain a list of deleted files for ext2, FAT12/16/32, and NTFS file system types&lt;br /&gt;
 - Undelete deleted files from NTFS file systems&lt;br /&gt;
 - Obtain both E-mail and URL addresses from the Windows &amp;quot;pagefile.sys&amp;quot; file&lt;br /&gt;
 - Read the Recycle Bin INFO2 records&lt;br /&gt;
 - Read Windows event log files (AppEvent.Evt, SecEvent.Evt, SysEvent.Evt)&lt;br /&gt;
 - Read many log files from Linux systems (shell histories, system logs, security logs, accounting logs, etc.)&lt;br /&gt;
 - Obtain file system metainformation (creation date, last mount and write date, version, label, UUID, etc.)&lt;br /&gt;
 - Parse Internet cache files from IE, Mozilla, and Opera, pulling cookies and histories&lt;br /&gt;
 - Catalog target file system, selecting files of interest by extension or header&lt;br /&gt;
 - Convert date/time between UNIX 32bit, UNIX hex, human readable, Windows 64bit, and Windows hex&lt;br /&gt;
 - Generate thumbnails for all graphics in fully qualified path filename&lt;br /&gt;
 - Obtain drive information (serial number, make/model, firmware, HPA status, etc.)&lt;br /&gt;
 - Obtain system BIOS table information (serial numbers, dates, UUIDs, etc.)&lt;br /&gt;
 - Obtain system hardware catalog&lt;br /&gt;
 - Double-clicking on most common file types opens them (Documents, Graphics, Presentations, Movies, Audio, etc.)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
&lt;br /&gt;
[http://www.forensicbootcd.com/ THE FARMER'S BOOT CD Page] Main Page for THE FARMER'S BOOT CD (FBCD).&lt;br /&gt;
&lt;br /&gt;
[http://www.forensicbootcd.com/site/view.html THE FARMER'S BOOT CD screen shots] Screen Shots for Delve Preview Program on the FBCD.&lt;br /&gt;
&lt;br /&gt;
[http://www.forensicfocus.com/farmers-boot-cd Preview Data in Under Twenty Minutes] Paper on previewing data quickly at http://www.forensicfocus.com&lt;br /&gt;
&lt;br /&gt;
[[category:Forensic Utilities Linux Windows Live CD]]&lt;/div&gt;</summary>
		<author><name>Uwe Hermann</name></author>	</entry>

	<entry>
		<id>http://www.forensicswiki.org/wiki/Open_Computer_Forensics_Architecture</id>
		<title>Open Computer Forensics Architecture</title>
		<link rel="alternate" type="text/html" href="http://www.forensicswiki.org/wiki/Open_Computer_Forensics_Architecture"/>
				<updated>2006-05-15T23:23:11Z</updated>
		
		<summary type="html">&lt;p&gt;Uwe Hermann: Typo.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The '''Open Computer Forensics Architecture''' ('''OCFA''') is a modular computer forensics framework built by the [[Dutch National Police Agency]]. The main goal is to automate the digital forensic process to speed up the investigation and give tactical [[investigator]]s direct access to the seized data through an easy to use search and browse interface.&lt;br /&gt;
&lt;br /&gt;
The architecture forms an environment where existing forensic [[tools]] and libraries can be easily plugged into the architecture and can thus be made part of the recursive extraction of data and [[metadata]] from digital evidence.&lt;br /&gt;
&lt;br /&gt;
The Open Computer Forensics Architecture aims to be highly modular, robust, fault tolerant, recursive and scalable in order to be usable in large investigations that spawn numerous terabytes of evidence data and covers hundreds of evidence items.&lt;br /&gt;
&lt;br /&gt;
Currently the Open Computer Forensics Architecture is only available for [[law enforcement]]. Organizations interested can send an email to [mailto:ocfa@dnpa.nl ocfa@dnpa.nl]. Under [[NDA]] conditions it can also be made available for academic purposes. Questions about licensing can be directed at [mailto:license@dnpa.nl license@dnpa.nl].&lt;/div&gt;</summary>
		<author><name>Uwe Hermann</name></author>	</entry>

	</feed>