<?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=Jessek&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=Jessek&amp;feedformat=atom"/>
		<link rel="alternate" type="text/html" href="http://www.forensicswiki.org/wiki/Special:Contributions/Jessek"/>
		<updated>2013-05-22T21:04:28Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.20.3</generator>

	<entry>
		<id>http://www.forensicswiki.org/wiki/Jesse_Kornblum</id>
		<title>Jesse Kornblum</title>
		<link rel="alternate" type="text/html" href="http://www.forensicswiki.org/wiki/Jesse_Kornblum"/>
				<updated>2012-11-09T14:08:35Z</updated>
		
		<summary type="html">&lt;p&gt;Jessek: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Jesse Kornblum is a computer forensics author, researcher and engineer. You can read his [http://jessekornblum.com/ official web site]. His [http://jessekornblum.com/kornblum-cv.pdf Curriculum Vitae] has a current list of his papers.&lt;br /&gt;
&lt;br /&gt;
== Tools == &lt;br /&gt;
&lt;br /&gt;
[[md5deep]] and [[hashdeep]] - Cross platform recursive [[hashing]] and auditing programs, respectively. Computes MD5, SHA-1, SHA-256, Tiger and Whirlpool hashes. Can also match against sets of known hashes. The latter program uses [[multihashing]] to conduct a computer forensics audit.&lt;br /&gt;
&lt;br /&gt;
[[foremost]] - File [[carving]] program &lt;br /&gt;
&lt;br /&gt;
[[ssdeep]] - Usually called Fuzzy Hashing, this program implements [[Context Triggered Piecewise Hashing]].&lt;br /&gt;
&lt;br /&gt;
[[First Responder's Evidence Disk|FRED]] - The First Responder's Evidence Disk&lt;br /&gt;
&lt;br /&gt;
[[dc3dd]] - A patch to add forensics features to [[dd|GNU dd]]&lt;br /&gt;
&lt;br /&gt;
[[Miss Identify]] - Program to identify Win32 executables that don't have an executable extension. Can also identify all executables.&lt;br /&gt;
&lt;br /&gt;
[[Category:People]]&lt;/div&gt;</summary>
		<author><name>Jessek</name></author>	</entry>

	<entry>
		<id>http://www.forensicswiki.org/wiki/Bulk_extractor</id>
		<title>Bulk extractor</title>
		<link rel="alternate" type="text/html" href="http://www.forensicswiki.org/wiki/Bulk_extractor"/>
				<updated>2012-11-09T14:08:05Z</updated>
		
		<summary type="html">&lt;p&gt;Jessek: Updated current version number&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
'''bulk_extractor''' is a C++ program that scans a disk image, a file, or a directory of files and extracts useful information without parsing the file system or file system structures. The results are stored in [[feature files]] that can be easily inspected, parsed, or processed with automated tools. '''bulk_extractor''' also created a histograms of features that it finds, as features that are more common tend to be more important.&lt;br /&gt;
&lt;br /&gt;
bulk_extractor is distinguished from other forensic tools by its speed and thoroughness. Because it ignores file system structure, bulk_extractor can process different parts of the disk in parallel. In practice, the program splits the disk up into 16MiByte pages and processes one page on each available core. This means that 24-core machines process a disk roughly 24 times faster than a 1-core machine. bulk_extractor is also thorough. That’s because bulk_extractor automatically detects, decompresses, and recursively re-processes compressed data that is compressed with a variety of algorithms. Our testing has shown that there is a significant amount of compressed data in the unallocated regions of file systems that is missed by most forensic tools that are commonly in use today.&lt;br /&gt;
&lt;br /&gt;
Another advantage of ignoring file systems is that bulk_extractor can be used to process any digital media. We have used the program to process hard drives, SSDs, optical media, camera cards, cell phones, network packet dumps, and other kinds of digital information.&lt;br /&gt;
&lt;br /&gt;
==Output Feature Files==&lt;br /&gt;
&lt;br /&gt;
bulk_extractor now creates an output directory that has the following layout:&lt;br /&gt;
;alerts.txt&lt;br /&gt;
:Processing errors.&lt;br /&gt;
;ccn.txt&lt;br /&gt;
:Credit card numbers&lt;br /&gt;
;ccn_track2.txt&lt;br /&gt;
:Credit card “track 2″ informaiton, which has previously been found in some bank card fraud cases.&lt;br /&gt;
;domain.txt&lt;br /&gt;
:Internet domains found on the drive, including dotted-quad addresses found in text.&lt;br /&gt;
;email.txt&lt;br /&gt;
:Email addresses.&lt;br /&gt;
;ether.txt&lt;br /&gt;
;Ethernet MAC addresses found through IP packet carving of swap files and compressed system hibernation files and file fragments.&lt;br /&gt;
;exif.txt&lt;br /&gt;
:EXIFs from JPEGs and video segments. This feature file contains all of the EXIF fields, expanded as XML records.&lt;br /&gt;
;find.txt&lt;br /&gt;
:The results of specific regular expression search requests.&lt;br /&gt;
;ip.txt&lt;br /&gt;
:IP addresses found through IP packet carving.&lt;br /&gt;
;rfc822.txt&lt;br /&gt;
:Email message headers including Date:, Subject: and Message-ID: fields.&lt;br /&gt;
;tcp.txt&lt;br /&gt;
:TCP flow information found through IP packet carving.&lt;br /&gt;
;telephone.txt&lt;br /&gt;
:US and international telephone numbers.&lt;br /&gt;
;url.txt&lt;br /&gt;
:URLs, typically found in browser caches, email messages, and pre-compiled into executables.&lt;br /&gt;
;url_searches.txt&lt;br /&gt;
:A histogram of terms used in Internet searches from services such as Google, Bing, Yahoo, and others.&lt;br /&gt;
;url_services.txt&lt;br /&gt;
:A histogram of the domain name portion of all the URLs found on the media.&lt;br /&gt;
;wordlist.txt&lt;br /&gt;
:A list of all “words” extracted from the disk, useful for password cracking.&lt;br /&gt;
;wordlist_*.txt&lt;br /&gt;
:The wordlist with duplicates removed, formatted in a form that can be easily imported into a popular password-cracking program.&lt;br /&gt;
;zip.txt&lt;br /&gt;
:A file containing information regarding every ZIP file component found on the media. This is exceptionally useful as ZIP files contain internal structure and ZIP is increasingly the compound file format of choice for a variety of products such as Microsoft Office&lt;br /&gt;
&lt;br /&gt;
For each of the above, two additional files may be created:&lt;br /&gt;
;*_stopped.txt&lt;br /&gt;
:bulk_extractor supports a stop list, or a list of items that do not need to be brought to the user’s attention. However rather than simply suppressing this information, which might cause something critical to be hidden, stopped entries are stored in the stopped files.&lt;br /&gt;
;*_histogram.txt&lt;br /&gt;
:bulk_extractor can also create histograms of features. This is important, as experience has shown that email addresses, domain names, URLs, and other informaiton that appear more frequently on a hard drive or in a cell phone’s memory can be used to rapidly create a pattern of life report.&lt;br /&gt;
&lt;br /&gt;
Bulk extractor also creates a file that captures the provenance of the run:&lt;br /&gt;
;report.xml&lt;br /&gt;
:A Digital Forensics XML report that includes information about the source media, how the bulk_extractor program was compiled and run, the time to process the digital evidence, and a meta report of the information that was found.&lt;br /&gt;
&lt;br /&gt;
==Post-Processing==&lt;br /&gt;
&lt;br /&gt;
We have developed four programs for post-processing the bulk_extractor output:&lt;br /&gt;
;bulk_diff.py&lt;br /&gt;
:This program reports the differences between two bulk_extractor runs. The intent is to image a computer, run bulk_extractor on a disk image, let the computer run for a period of time, re-image the computer, run bulk_extractor on the second image, and then report the differences. This can be used to infer the user’s activities within a time period.&lt;br /&gt;
;cda_tool.py&lt;br /&gt;
:This tool, currently under development, reads multiple bulk_extractor reports from multiple runs against multiple drives and performs a multi-drive correlation using Garfinkel’s Cross Drive Analysis technique. This can be used to automatically identify new social networks or to identify new members of existing networks.&lt;br /&gt;
;identify_filenames.py&lt;br /&gt;
:In the bulk_extractor feature file, each feature is annotated with the byte offset from the beginning of the image in which it was found. The program takes as input a bulk_extractor feature file and a DFXML file containing the locations of each file on the drive (produced with Garfinkel’s fiwalk program) and produces an annotated feature file that contains the offset, feature, and the file in which the feature was found.&lt;br /&gt;
;make_context_stop_list.py&lt;br /&gt;
:Although forensic analysts frequently make “stop lists”—for example, a lsit of email addresses that appear in the operating system and should therefore be ignored—such lists have a significant problem. Because it is relatively easy to get an email address into the binary of an open source application, ignoring all of these email addresses may make it possible to cloak email addresses from forensic analysis. Our solution is to create context-sensitive stop lists, in which the feature to be stopped is presented with the context in which it occures. The make_context_stop_list.py program takes the results of multiple bulk_extractor runs and creates a single context-sensitive stop list that can then be used to suppress features when found in a specific context. One such stop list constructed from Windows and Linux operating systems is available on the bulk extractor website.&lt;br /&gt;
&lt;br /&gt;
== Download ==&lt;br /&gt;
The current version of '''bulk_extractor''' is 1.3. It can be downloaded from https://github.com/simsong/bulk_extractor&lt;br /&gt;
&lt;br /&gt;
==Sample Output==&lt;br /&gt;
Running on 2.4Ghz iMac with MacOS 10.5.8 on the nps-2009-realistic.aff disk image, bulk extractor version 0.0.10 took 21816 seconds (6 hours, 3 minutes) and produced an [[Media:Nps-2009-realistic.extract.txt|output with 14,160 lines]].&lt;br /&gt;
&lt;br /&gt;
Here are the first 200 lines:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Input file: /corp/images/nps/nps-2009-domexusers/nps-2009-realistic.aff&lt;br /&gt;
Starting page number: 0&lt;br /&gt;
Last processed page number: 2559&lt;br /&gt;
Time: Tue Aug 11 04:39:03 2009&lt;br /&gt;
&lt;br /&gt;
Top 10 email addresses:&lt;br /&gt;
=======================&lt;br /&gt;
domexuser1@gmail.com: 572&lt;br /&gt;
domexuser2@gmail.com: 412&lt;br /&gt;
domexuser3@gmail.com: 319&lt;br /&gt;
ips@mail.ips.es: 268&lt;br /&gt;
premium-server@thawte.com: 252&lt;br /&gt;
CPS-requests@verisign.com: 243&lt;br /&gt;
someone@example.com: 232&lt;br /&gt;
domexuser2@live.com: 192&lt;br /&gt;
inet@microsoft.com: 145&lt;br /&gt;
domexuser2@hotmail.com: 138&lt;br /&gt;
&lt;br /&gt;
Top 10 email domains:&lt;br /&gt;
=====================&lt;br /&gt;
gmail.com: 1693&lt;br /&gt;
hotmail.com: 630&lt;br /&gt;
netscape.com: 543&lt;br /&gt;
example.com: 470&lt;br /&gt;
microsoft.com: 390&lt;br /&gt;
thawte.com: 376&lt;br /&gt;
live.com: 329&lt;br /&gt;
msn.com: 298&lt;br /&gt;
mail.ips.es: 268&lt;br /&gt;
passport.com: 267&lt;br /&gt;
&lt;br /&gt;
Top 10 URLs:&lt;br /&gt;
=====================&lt;br /&gt;
http://www.microsoft.com/contentredirect.asp.: 6257&lt;br /&gt;
http://ocsp.verisign.com0: 3030&lt;br /&gt;
http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul: 2241&lt;br /&gt;
http://: 1666&lt;br /&gt;
http://crl.verisign.com/tss-ca.crl0: 1515&lt;br /&gt;
http://crl.verisign.com/ThawteTimestampingCA.crl0: 1513&lt;br /&gt;
http://www.microsoft.com/pki/certs/CodeSignPCA2.crt0: 1311&lt;br /&gt;
http://crl.microsoft.com/pki/crl/products/CodeSignPCA2.crl0O: 1310&lt;br /&gt;
http://www.mozilla.org/MPL/: 1000&lt;br /&gt;
http://support.microsoft.com: 974&lt;br /&gt;
&lt;br /&gt;
All email addresses:&lt;br /&gt;
====================&lt;br /&gt;
domexuser1@gmail.com: 572&lt;br /&gt;
domexuser2@gmail.com: 412&lt;br /&gt;
domexuser3@gmail.com: 319&lt;br /&gt;
ips@mail.ips.es: 268&lt;br /&gt;
premium-server@thawte.com: 252&lt;br /&gt;
CPS-requests@verisign.com: 243&lt;br /&gt;
someone@example.com: 232&lt;br /&gt;
domexuser2@live.com: 192&lt;br /&gt;
inet@microsoft.com: 145&lt;br /&gt;
domexuser2@hotmail.com: 138&lt;br /&gt;
domexuser1@hotmail.com: 135&lt;br /&gt;
domexuser1@live.com: 133&lt;br /&gt;
myname@msn.com: 115&lt;br /&gt;
example@passport.com: 111&lt;br /&gt;
ca@digsigtrust.com: 110&lt;br /&gt;
info@valicert.com: 94&lt;br /&gt;
piracy@microsoft.com: 91&lt;br /&gt;
certificate@trustcenter.de: 80&lt;br /&gt;
hewitt@netscape.com: 69&lt;br /&gt;
name_123@hotmail.com: 67&lt;br /&gt;
talkback@mozilla.org: 67&lt;br /&gt;
lord@netscape.com: 64&lt;br /&gt;
someone@microsoft.com: 53&lt;br /&gt;
mcgreer@netscape.com: 51&lt;br /&gt;
domexuser1%40gmail.com@imap.gmail.com: 48&lt;br /&gt;
neil@parkwaycc.co.uk: 47&lt;br /&gt;
9name_123@hotmail.com: 43&lt;br /&gt;
mazrob@panix.com: 43&lt;br /&gt;
Outldomexuser2@gmail.com: 41&lt;br /&gt;
server-certs@thawte.com: 37&lt;br /&gt;
sspitzer@netscape.com: 36&lt;br /&gt;
49091023.6070302@gmail.com: 35&lt;br /&gt;
73A94919-FF6B-4E3F-938E-FB39BBC7497C@gmail.com: 34&lt;br /&gt;
cps@netlock.net: 33&lt;br /&gt;
ellenorzes@netlock.net: 33&lt;br /&gt;
thayes@netscape.com: 33&lt;br /&gt;
DOMEXUSER2@GMAIL.COM: 32&lt;br /&gt;
personal-basic@thawte.com: 32&lt;br /&gt;
nome_123@hotmail.com: 31&lt;br /&gt;
alecf@netscape.com: 30&lt;br /&gt;
ManageLinks.aspx%3Fmkt%3Den-us%26noteid%3DNote.Linked%26notelevel%3D1%26notesec%3D0%26username%3Ddomexuser1@hotmail.com: 29&lt;br /&gt;
domesxuser2@gmail.com: 28&lt;br /&gt;
javi@netscape.com: 28&lt;br /&gt;
mscott@mozilla.org: 28&lt;br /&gt;
personal-premium@thawte.com: 28&lt;br /&gt;
admin@digsigtrust.com: 27&lt;br /&gt;
personal-freemail@thawte.com: 27&lt;br /&gt;
49091664.70508@gmail.com: 26&lt;br /&gt;
admin@startcom.org: 25&lt;br /&gt;
cmanske@netscape.com: 24&lt;br /&gt;
feste@feste.org: 24&lt;br /&gt;
fritz@google.com: 22&lt;br /&gt;
silver-certs@saunalahti.fi: 21&lt;br /&gt;
DOMEXUSER1@GMAIL.COM: 20&lt;br /&gt;
exemplo@passport.com: 20&lt;br /&gt;
gold-certs@saunalahti.fi: 20&lt;br /&gt;
jemand@example.com: 20&lt;br /&gt;
joku@example.com: 20&lt;br /&gt;
meunome@msn.com: 20&lt;br /&gt;
osoba@example.com: 20&lt;br /&gt;
prova@example.com: 20&lt;br /&gt;
toolkit@mozilla.org: 20&lt;br /&gt;
CPh@99841.PA: 19&lt;br /&gt;
alguem@exemplo.pt: 19&lt;br /&gt;
birisi@example.com: 19&lt;br /&gt;
ddrinan@netscape.com: 19&lt;br /&gt;
noen@example.com: 19&lt;br /&gt;
valaki@example.com: 19&lt;br /&gt;
eksempel@passport.com: 18&lt;br /&gt;
navn_123@hotmail.com: 18&lt;br /&gt;
law@netscape.com: 17&lt;br /&gt;
mano@mozilla.com: 17&lt;br /&gt;
microsof@t.com: 17&lt;br /&gt;
mscott@netscape.com: 17&lt;br /&gt;
iemand@microsoft.com: 16&lt;br /&gt;
myk@mozilla.org: 16&lt;br /&gt;
ndarnamn@example.com: 16&lt;br /&gt;
nekdo@example.com: 16&lt;br /&gt;
nekdo@priklad.com: 16&lt;br /&gt;
niekto@example.com: 16&lt;br /&gt;
adamw@gnome.org: 15&lt;br /&gt;
en@li.org: 15&lt;br /&gt;
info@netlock.hu: 15&lt;br /&gt;
nogen@eksempel.dk: 15&lt;br /&gt;
priklad@passport.com: 15&lt;br /&gt;
Outldomexuser2@hotmail.com: 14&lt;br /&gt;
ben@netscape.com: 14&lt;br /&gt;
ca@firmaprofesional.com: 14&lt;br /&gt;
ca@ptt-post.nl: 14&lt;br /&gt;
correo_cert@correo.com.uy: 14&lt;br /&gt;
ben@mozilla.org: 13&lt;br /&gt;
doronr@us.ibm.com: 13&lt;br /&gt;
ehsan.akhgari@gmail.com: 13&lt;br /&gt;
info@e-trust.be: 13&lt;br /&gt;
314d3a220810291941w4b52597fh206faba1e5063365@mail.gmail.com: 12&lt;br /&gt;
DOMEXUSER3@GMAIL.COM: 12&lt;br /&gt;
MSNPrivacy@msn.com: 12&lt;br /&gt;
alguien@example.com: 12&lt;br /&gt;
bsmedberg@covad.net: 12&lt;br /&gt;
glazman@netscape.com: 12&lt;br /&gt;
someone@msn.com: 12&lt;br /&gt;
xyx@example.com: 12&lt;br /&gt;
Beispiel@passport.com: 11&lt;br /&gt;
MeinName@msn.com: 11&lt;br /&gt;
Name_123@hotmail.com: 11&lt;br /&gt;
St@atus.eU: 11&lt;br /&gt;
bienvenu@nventure.com: 11&lt;br /&gt;
disttsc@bart.nl: 11&lt;br /&gt;
esempio@passport.com: 11&lt;br /&gt;
exemple@passport.com: 11&lt;br /&gt;
grafta@bl.com: 11&lt;br /&gt;
hwaara@chello.se: 11&lt;br /&gt;
mijnnaam@msn.com: 11&lt;br /&gt;
mionome@msn.com: 11&lt;br /&gt;
mojanazwa@msn.com: 11&lt;br /&gt;
monnom@msn.com: 11&lt;br /&gt;
ms@n.com: 11&lt;br /&gt;
naam_123@hotmail.com: 11&lt;br /&gt;
nazwa_123@hotmail.com: 11&lt;br /&gt;
przyklad@passport.com: 11&lt;br /&gt;
voorbeeld@passport.com: 11&lt;br /&gt;
zeniko@gmail.com: 11&lt;br /&gt;
christopher@aillon.com: 10&lt;br /&gt;
community@linuxhall.org: 10&lt;br /&gt;
dolske@mozilla.com: 10&lt;br /&gt;
i18n@mova.org: 10&lt;br /&gt;
id@Us.tc: 10&lt;br /&gt;
info@netlock.net: 10&lt;br /&gt;
locales@geez.org: 10&lt;br /&gt;
rangansen@netscape.com: 10&lt;br /&gt;
rcassin@supernova.org: 10&lt;br /&gt;
WindowsXP@gn.microsoft.com: 9&lt;br /&gt;
ad@msn.com: 9&lt;br /&gt;
blaker@netscape.com: 9&lt;br /&gt;
corehc@aol.net: 9&lt;br /&gt;
exempel@passport.com: 9&lt;br /&gt;
gnom@prevod.org: 9&lt;br /&gt;
icw5@gn.microsoft.com: 9&lt;br /&gt;
jmeno_123@hotmail.com: 9&lt;br /&gt;
jwalden+code@mit.edu: 9&lt;br /&gt;
mitnavn@msn.com: 9&lt;br /&gt;
mittnamn@msn.com: 9&lt;br /&gt;
name@domain.com: 9&lt;br /&gt;
namn_123@hotmail.com: 9&lt;br /&gt;
nevem@msn.com: 9&lt;br /&gt;
ntsbvt@microsoft.com: 9&lt;br /&gt;
ornek@passport.com: 9&lt;br /&gt;
pelda@passport.com: 9&lt;br /&gt;
rbs@maths.uq.edu.au: 9&lt;br /&gt;
robert@accettura.com: 9&lt;br /&gt;
tatarish.l10n@gmail.com: 9&lt;br /&gt;
alexeyc@bigfoot.com: 8&lt;br /&gt;
beng@google.com: 8&lt;br /&gt;
blakeross@telocity.com: 8&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jessek</name></author>	</entry>

	<entry>
		<id>http://www.forensicswiki.org/wiki/MediaWiki:Deletereason-dropdown</id>
		<title>MediaWiki:Deletereason-dropdown</title>
		<link rel="alternate" type="text/html" href="http://www.forensicswiki.org/wiki/MediaWiki:Deletereason-dropdown"/>
				<updated>2012-02-24T20:11:51Z</updated>
		
		<summary type="html">&lt;p&gt;Jessek: Created page with &amp;quot;*Common delete reasons ** Author request ** Copyright violation ** Spam ** Vandalism&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*Common delete reasons&lt;br /&gt;
** Author request&lt;br /&gt;
** Copyright violation&lt;br /&gt;
** Spam&lt;br /&gt;
** Vandalism&lt;/div&gt;</summary>
		<author><name>Jessek</name></author>	</entry>

	<entry>
		<id>http://www.forensicswiki.org/wiki/Jump_Lists</id>
		<title>Jump Lists</title>
		<link rel="alternate" type="text/html" href="http://www.forensicswiki.org/wiki/Jump_Lists"/>
				<updated>2011-08-23T14:10:17Z</updated>
		
		<summary type="html">&lt;p&gt;Jessek: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{expand}}&lt;br /&gt;
'''Jump Lists''' are a feature found in Windows 7.&lt;br /&gt;
&lt;br /&gt;
== Jump Lists ==&lt;br /&gt;
Jump Lists are a new Windows 7 Taskbar feature that gives the user quick access to recently accessed application files and actions.  Jump Lists come in two flavors, automatic (autodest, or *.automaticDestinations-ms) and custom (custdest, or *.customDestinations-ms) files.  Autodest files are created by the operating system&lt;br /&gt;
&lt;br /&gt;
Jump Lists are located in the user profile path, in the C:\Users\''user''\Recent folder.  Autodest Jump Lists are located in the automaticDestinations subdirectory, and custdest files are located in the customDestinations subdirectory.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== AutomaticDestinations ===&lt;br /&gt;
Path: C:\Users\user\Recent\AutomaticDestinations&lt;br /&gt;
Files: *.automaticDestinations&lt;br /&gt;
&lt;br /&gt;
Structure - The autodest files follow the [http://msdn.microsoft.com/en-us/library/dd942138%28v=prot.13%29.aspx: MS-CFB] compound file binary format specification.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== CustomDestinations ===&lt;br /&gt;
Path: C:\Users\user\Recent\CustomDestinations&lt;br /&gt;
Files: *.customDestinations&lt;br /&gt;
&lt;br /&gt;
Structure &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[List of Jump List IDs]]&lt;br /&gt;
17d3eb086439f0d7 TrueCrypt 7.0a&lt;br /&gt;
adecfb853d77462a MSWord 2007&lt;br /&gt;
c71ef2c372d322d7 PGP Desktop 10&lt;br /&gt;
cdf30b95c55fd785 MSExcel 2007&lt;br /&gt;
f5ac5390b9115fdb MSPowerPoint 2007&lt;br /&gt;
&lt;br /&gt;
12dc1ea8e34b5a6 MSPaint 6.1&lt;br /&gt;
431a5b43435cc60b Python (.pyc)&lt;br /&gt;
469e4a7982cea4d4 ? (.job)&lt;br /&gt;
500b8c1d5302fc9c (.pyw)&lt;br /&gt;
50620fe75ee0093 VMWare Player 3.1.4&lt;br /&gt;
65009083bfa6a094 (app launched via XPMode)&lt;br /&gt;
7e4dca80246863e3 Control Panel (?)&lt;br /&gt;
83b03b46dcd30a0e iTunes 10&lt;br /&gt;
b0459de4674aab56 (.vmcx)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Windows}}&lt;/div&gt;</summary>
		<author><name>Jessek</name></author>	</entry>

	<entry>
		<id>http://www.forensicswiki.org/wiki/List_of_Jump_List_IDs</id>
		<title>List of Jump List IDs</title>
		<link rel="alternate" type="text/html" href="http://www.forensicswiki.org/wiki/List_of_Jump_List_IDs"/>
				<updated>2011-08-23T14:10:00Z</updated>
		
		<summary type="html">&lt;p&gt;Jessek: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Application IDs ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;1b4dd67f29cb1962&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Explorer (task bar folder icon)&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;1bc392b8e104a00e&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Remote Desktop&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;23646679aaccfae0&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Adobe Reader 9 x64&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;271e609288e1210a&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Access 2010 x86&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;28c8b86deab549a1&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Internet Explorer x86&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;290532160612e071&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;WinRar x64&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;2b53c4ddf69195fc&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Zune x64&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;3094cdb43bf5e9c2&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;OneNote 2010 x86&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;5da8f997fd5f9428&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Internet Explorer x64&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;74d7f43c1561fc1e&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Windows Media Player&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;9839aec31243a928&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Excel 2010 x86&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;9b9cdc69c1c24e2b&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Notepad x64&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;9c7cc110ff56d1bd&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;PowerPoint 2010 x86&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;a7bd71699cd38d1c&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Word 2010 x86&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;b8c29862d9f95832&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;InfoPath 2010 x86&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;b91050d8b077a4e8&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Windows Media Center  x64&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;be71009ff8bb02a2&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Outlook x86&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;d64d36b238c843a3&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;InfoPath 2010 x86&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;e36bfc8972e5ab1d&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;XPS Viewer&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;17d3eb086439f0d7&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;TrueCrypt 7.0a&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;adecfb853d77462a&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;MSWord 2007&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;c71ef2c372d322d7&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;PGP Desktop 10&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;cdf30b95c55fd785&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;MSExcel 2007&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;f5ac5390b9115fdb&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;MSPowerPoint 2007&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;12dc1ea8e34b5a6&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;MSPaint 6.1&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;431a5b43435cc60b&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Python (.pyc)&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;469e4a7982cea4d4&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;? (.job)&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;500b8c1d5302fc9c&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;(.pyw)&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;50620fe75ee0093&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;VMWare Player 3.1.4&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;65009083bfa6a094&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;(app launched via XPMode)&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;7e4dca80246863e3&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Control Panel&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;83b03b46dcd30a0e&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;iTunes 10&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;b0459de4674aab56&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;(.vmcx)&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jessek</name></author>	</entry>

	<entry>
		<id>http://www.forensicswiki.org/wiki/List_of_Jump_List_IDs</id>
		<title>List of Jump List IDs</title>
		<link rel="alternate" type="text/html" href="http://www.forensicswiki.org/wiki/List_of_Jump_List_IDs"/>
				<updated>2011-08-23T14:09:26Z</updated>
		
		<summary type="html">&lt;p&gt;Jessek: moved Jump Lists. to List of Jump List IDs: Cleanup&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Jump Lists ==&lt;br /&gt;
Jump Lists are a new Windows 7 Taskbar feature that gives the user quick access to recently accessed application files and actions.  Jump Lists come in two flavors, automatic (autodest, or *.automaticDestinations-ms) and custom (custdest, or *.customDestinations-ms) files.  Autodest files are created by the operating system&lt;br /&gt;
&lt;br /&gt;
Jump Lists are located in the user profile path, in the C:\Users\''user''\Recent folder.  Autodest Jump Lists are located in the automaticDestinations subdirectory, and custdest files are located in the customDestinations subdirectory.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== AutomaticDestinations ===&lt;br /&gt;
Path: C:\Users\user\Recent\AutomaticDestinations&lt;br /&gt;
Files: *.automaticDestinations&lt;br /&gt;
&lt;br /&gt;
Structure - The autodest files follow the [http://msdn.microsoft.com/en-us/library/dd942138%28v=prot.13%29.aspx: MS-CFB] compound file binary format specification.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== CustomDestinations ===&lt;br /&gt;
Path: C:\Users\user\Recent\CustomDestinations&lt;br /&gt;
Files: *.customDestinations&lt;br /&gt;
&lt;br /&gt;
Structure &lt;br /&gt;
&lt;br /&gt;
=== AppIDs ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;1b4dd67f29cb1962&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Explorer (task bar folder icon)&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;1bc392b8e104a00e&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Remote Desktop&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;23646679aaccfae0&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Adobe Reader 9 x64&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;271e609288e1210a&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Access 2010 x86&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;28c8b86deab549a1&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Internet Explorer x86&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;290532160612e071&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;WinRar x64&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;2b53c4ddf69195fc&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Zune x64&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;3094cdb43bf5e9c2&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;OneNote 2010 x86&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;5da8f997fd5f9428&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Internet Explorer x64&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;74d7f43c1561fc1e&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Windows Media Player&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;9839aec31243a928&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Excel 2010 x86&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;9b9cdc69c1c24e2b&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Notepad x64&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;9c7cc110ff56d1bd&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;PowerPoint 2010 x86&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;a7bd71699cd38d1c&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Word 2010 x86&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;b8c29862d9f95832&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;InfoPath 2010 x86&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;b91050d8b077a4e8&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Windows Media Center  x64&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;be71009ff8bb02a2&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Outlook x86&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;d64d36b238c843a3&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;InfoPath 2010 x86&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;e36bfc8972e5ab1d&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;XPS Viewer&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;17d3eb086439f0d7&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;TrueCrypt 7.0a&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;adecfb853d77462a&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;MSWord 2007&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;c71ef2c372d322d7&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;PGP Desktop 10&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;cdf30b95c55fd785&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;MSExcel 2007&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;f5ac5390b9115fdb&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;MSPowerPoint 2007&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;12dc1ea8e34b5a6&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;MSPaint 6.1&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;431a5b43435cc60b&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Python (.pyc)&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;469e4a7982cea4d4&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;? (.job)&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;500b8c1d5302fc9c&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;(.pyw)&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;50620fe75ee0093&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;VMWare Player 3.1.4&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;65009083bfa6a094&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;(app launched via XPMode)&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;7e4dca80246863e3&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Control Panel&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;83b03b46dcd30a0e&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;iTunes 10&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;b0459de4674aab56&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;(.vmcx)&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jessek</name></author>	</entry>

	<entry>
		<id>http://www.forensicswiki.org/wiki/Jump_Lists.</id>
		<title>Jump Lists.</title>
		<link rel="alternate" type="text/html" href="http://www.forensicswiki.org/wiki/Jump_Lists."/>
				<updated>2011-08-23T14:09:26Z</updated>
		
		<summary type="html">&lt;p&gt;Jessek: moved Jump Lists. to List of Jump List IDs: Cleanup&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[List of Jump List IDs]]&lt;/div&gt;</summary>
		<author><name>Jessek</name></author>	</entry>

	<entry>
		<id>http://www.forensicswiki.org/wiki/Jump_Lists</id>
		<title>Jump Lists</title>
		<link rel="alternate" type="text/html" href="http://www.forensicswiki.org/wiki/Jump_Lists"/>
				<updated>2011-08-23T13:17:09Z</updated>
		
		<summary type="html">&lt;p&gt;Jessek: Initial stub&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{expand}}&lt;br /&gt;
'''Jump Lists''' are a feature found in Windows 7.&lt;br /&gt;
&lt;br /&gt;
[[List of Jump List IDs]]&lt;br /&gt;
17d3eb086439f0d7 TrueCrypt 7.0a&lt;br /&gt;
adecfb853d77462a MSWord 2007&lt;br /&gt;
c71ef2c372d322d7 PGP Desktop 10&lt;br /&gt;
cdf30b95c55fd785 MSExcel 2007&lt;br /&gt;
f5ac5390b9115fdb MSPowerPoint 2007&lt;br /&gt;
&lt;br /&gt;
12dc1ea8e34b5a6 MSPaint 6.1&lt;br /&gt;
431a5b43435cc60b Python (.pyc)&lt;br /&gt;
469e4a7982cea4d4 ? (.job)&lt;br /&gt;
500b8c1d5302fc9c (.pyw)&lt;br /&gt;
50620fe75ee0093 VMWare Player 3.1.4&lt;br /&gt;
65009083bfa6a094 (app launched via XPMode)&lt;br /&gt;
7e4dca80246863e3 Control Panel (?)&lt;br /&gt;
83b03b46dcd30a0e iTunes 10&lt;br /&gt;
b0459de4674aab56 (.vmcx)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Windows}}&lt;/div&gt;</summary>
		<author><name>Jessek</name></author>	</entry>

	<entry>
		<id>http://www.forensicswiki.org/wiki/Windows</id>
		<title>Windows</title>
		<link rel="alternate" type="text/html" href="http://www.forensicswiki.org/wiki/Windows"/>
				<updated>2011-08-23T13:14:50Z</updated>
		
		<summary type="html">&lt;p&gt;Jessek: /* Features in Windows 7 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Expand}}&lt;br /&gt;
&lt;br /&gt;
'''Windows''' is a widely-spread [[operating system]] from [[Microsoft]].&lt;br /&gt;
&lt;br /&gt;
== Forensics ==&lt;br /&gt;
&lt;br /&gt;
=== Filesystems ===&lt;br /&gt;
&lt;br /&gt;
[[FAT]], [[NTFS]]&lt;br /&gt;
&lt;br /&gt;
=== Features in Windows Vista === &lt;br /&gt;
* [[BitLocker]]&lt;br /&gt;
* [[SuperFetch]]&lt;br /&gt;
&lt;br /&gt;
=== Features in Windows 7 ===&lt;br /&gt;
&lt;br /&gt;
* [[BitLocker To Go]]&lt;br /&gt;
* [[Windows Shadow Volumes]]&lt;br /&gt;
* [[Jump Lists]]&lt;br /&gt;
&lt;br /&gt;
=== Registry ===&lt;br /&gt;
&lt;br /&gt;
The [[Windows Registry]] is a database of keys and values that provides a wealth of information to forensic [[investigator]]s.&lt;br /&gt;
&lt;br /&gt;
=== Thumbs.db Files ===&lt;br /&gt;
&lt;br /&gt;
[[Thumbs.db]] files can be found on many Windows systems. They contain thumbnails of images or documents and can be of great value for the [[investigator]].&lt;br /&gt;
&lt;br /&gt;
See also: [[Vista thumbcache]].&lt;br /&gt;
&lt;br /&gt;
=== Browser Cache ===&lt;br /&gt;
&lt;br /&gt;
=== Browser History ===&lt;br /&gt;
&lt;br /&gt;
The [[Web Browser History]] files can contain significant information. On Windows this is [[Internet Explorer]] by default.&lt;br /&gt;
&lt;br /&gt;
== Advanced Format (4KB Sector) Hard Drives ==&lt;br /&gt;
Windows XP does not natively handle drives that use the new standard of 4KB sectors. For information on this, see [[Advanced Format]].&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Microsoft_Windows Wikipedia: Microsoft Windows]&lt;br /&gt;
&lt;br /&gt;
[[Category:Operating systems]]&lt;/div&gt;</summary>
		<author><name>Jessek</name></author>	</entry>

	<entry>
		<id>http://www.forensicswiki.org/wiki/Jesse_Kornblum</id>
		<title>Jesse Kornblum</title>
		<link rel="alternate" type="text/html" href="http://www.forensicswiki.org/wiki/Jesse_Kornblum"/>
				<updated>2011-02-08T14:22:21Z</updated>
		
		<summary type="html">&lt;p&gt;Jessek: Changed Kyrus link to an external page.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Jesse Kornblum is a computer forensics author, researcher and engineer. You can read his [http://jessekornblum.com/ official web site]. His [http://jessekornblum.com/kornblum-cv.pdf Curriculum Vitae] has a current list of his papers. He currently works for [http://kyr.us/ Kyrus Technology].&lt;br /&gt;
&lt;br /&gt;
== Tools == &lt;br /&gt;
&lt;br /&gt;
[[md5deep]] and [[hashdeep]] - Cross platform recursive [[hashing]] and auditing programs, respectively. Computes MD5, SHA-1, SHA-256, Tiger and Whirlpool hashes. Can also match against sets of known hashes. The latter program uses [[multihashing]] to conduct a computer forensics audit.&lt;br /&gt;
&lt;br /&gt;
[[foremost]] - File [[carving]] program &lt;br /&gt;
&lt;br /&gt;
[[ssdeep]] - Usually called Fuzzy Hashing, this program implements [[Context Triggered Piecewise Hashing]].&lt;br /&gt;
&lt;br /&gt;
[[First Responder's Evidence Disk|FRED]] - The First Responder's Evidence Disk&lt;br /&gt;
&lt;br /&gt;
[[dc3dd]] - A patch to add forensics features to [[dd|GNU dd]]&lt;br /&gt;
&lt;br /&gt;
[[Miss Identify]] - Program to identify Win32 executables that don't have an executable extension. Can also identify all executables.&lt;br /&gt;
&lt;br /&gt;
[[Category:People]]&lt;/div&gt;</summary>
		<author><name>Jessek</name></author>	</entry>

	<entry>
		<id>http://www.forensicswiki.org/wiki/Cyberspeak_podcast</id>
		<title>Cyberspeak podcast</title>
		<link rel="alternate" type="text/html" href="http://www.forensicswiki.org/wiki/Cyberspeak_podcast"/>
				<updated>2011-01-19T13:50:20Z</updated>
		
		<summary type="html">&lt;p&gt;Jessek: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;An occasional podcast by [[Bret Padres]] and [[Ovie Carroll]], both former agents of the [[Air Force Office of Special Investigations]], since 4 Dec 2005. The show usually features at least one interview, although some shows do not have any. The hosts also discuss current issues in the field and give links to new or interesting web sites. A set of detailed show notes are usually posted to a separate web site, although the link is given on the [http://cyberspeak.libsyn.com/ show's official website].&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
&lt;br /&gt;
[[List of Cyberspeak Podcast Interviews]]&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
&lt;br /&gt;
*[http://cyberspeak.libsyn.com/ Official CyberSpeak Website]&lt;br /&gt;
*[http://multimediaforensics.com/index.php/board,17.0.html/ Unofficial CyberSpeak Show Discussion Forum] - Hosted at MultiMediaForensics.com, listeners can further discuss topics and exclusive interviews.&lt;/div&gt;</summary>
		<author><name>Jessek</name></author>	</entry>

	<entry>
		<id>http://www.forensicswiki.org/wiki/Encase_hash_map</id>
		<title>Encase hash map</title>
		<link rel="alternate" type="text/html" href="http://www.forensicswiki.org/wiki/Encase_hash_map"/>
				<updated>2010-11-01T21:29:17Z</updated>
		
		<summary type="html">&lt;p&gt;Jessek: Created page with &amp;quot;{{wikify}} {{expand}}  The EnCase suite of tools can generate 'hash maps', or 'EnMap' files, which allow users to identify chunks of files when the whole file is not availabl...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{wikify}}&lt;br /&gt;
{{expand}}&lt;br /&gt;
&lt;br /&gt;
The [[EnCase]] suite of tools can generate 'hash maps', or 'EnMap' files, which allow users to identify chunks of files when the whole file is not available. This data is stored in a file with a .EnMap extension and contains piecewise [[MD5]] hashes of the file. Each EnMap file has the following format:&lt;br /&gt;
&lt;br /&gt;
The file has an ASCII header, ENMAP V4, or in hex 45 4e 4d 41 50 20 56 34 0b 00 00 00.&lt;br /&gt;
&lt;br /&gt;
This is followed by a Unicode representation of the original filename.&lt;br /&gt;
&lt;br /&gt;
There is then an [[MD5]] hash of the entire file. This hash is followed by three bytes of zeros, and then a hexadecimal representation of each piecewise hash.&lt;br /&gt;
&lt;br /&gt;
{{Category:Forensics File Format}}&lt;/div&gt;</summary>
		<author><name>Jessek</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>2010-11-01T21:23:33Z</updated>
		
		<summary type="html">&lt;p&gt;Jessek: /* Hash Databases */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''EnCase''' is a family of all-in-one computer forensics suites sold by [[Guidance Software]]. These products include EnCase Enterprise, EnCase Forensic Edition, EnCase eDiscovery, and EnCase Lab Edition. These programs use a proprietary image file format that has been reverse engineered. Users can create scripts, called [[EnScripts]], to automate tasks. &lt;br /&gt;
&lt;br /&gt;
== File Format ==&lt;br /&gt;
{{main|Encase image file format}}&lt;br /&gt;
Encase uses a proprietary format for images which is reportedly based on ASR Data's Expert Witness Compression Format. (Source?) The evidence files, or E01 files, contain 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;
==Hash Databases==&lt;br /&gt;
{{main|Encase hash files}}&lt;br /&gt;
Encase uses [[MD5]] hashes and uses a [[Encase hash files|proprietary file format]] to store them, either singly or in a &amp;quot;hash map&amp;quot;. It can also import hashes from the [[National Software Reference Library|NSRL]], [[Hashkeeper]], and plain MD5 files.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[EnScripts]]&lt;br /&gt;
* [[LinEn]]&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.guidancesoftware.com/products/ee_index.aspx Official website]&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>Jessek</name></author>	</entry>

	<entry>
		<id>http://www.forensicswiki.org/wiki/First_Responder%27s_Evidence_Disk</id>
		<title>First Responder's Evidence Disk</title>
		<link rel="alternate" type="text/html" href="http://www.forensicswiki.org/wiki/First_Responder%27s_Evidence_Disk"/>
				<updated>2010-10-29T14:07:04Z</updated>
		
		<summary type="html">&lt;p&gt;Jessek: /* History */ - Updates based on consult with AFCERT&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The First Responder's Evidence Disk, or FRED, is a script based [[Incident Response|incident response]] tool. It was designed to capture volatile information from a computer system for later analysis without modifying anything on the victim. It consists of a batch file used to execute a set of known good tools that gather the state of a victim computer system. It was similar to the [[IRCR]] program and has been widely imitated by other tools. Many other incident response tools used names similar to FRED.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
The program was distributed as a compressed 1.44 MB floppy image. The examiner runs this image on a safe system and writes the FRED program out to a piece of removable media such as a floppy disk or USB device. The examiner then connects this device to the victim machine. When run, the FRED program writes information out to an audit file on the removable device. The examiner takes this audit file back to the safe system for later analysis. The audit file can also be sent to other investigators if desired.&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
&lt;br /&gt;
FRED was developed by [[Jesse Kornblum]] for the [[Air Force Office of Special Investigations]] starting in the fall of 2000 and was first released in 2001. The tool was publicly unveiled the following year at the [[Digital Forensic Research Workshop|DFRWS Conference]]. Although the component parts of FRED were not released, mostly due to licensing restrictions, Kornblum did present a paper, ''[http://dfrws.org/2002/papers/Papers/Jesse_Kornblum.pdf Preservation of Fragile Digital Evidence by First Responders]'', that included the FRED script. &lt;br /&gt;
&lt;br /&gt;
A version of the FRED script was later incorporated into the [[Helix]] disk. &lt;br /&gt;
&lt;br /&gt;
There was a proposal for a program to process the audit files into [[HTML]], but this never came to fruition.&lt;br /&gt;
&lt;br /&gt;
Since 2004 FRED has been maintained by the [[Air Force Computer Emergency Response Team]] and is not publicly available. The current version of FRED (version 4) has been redesigned as a single executable, with remote collection capabilities, and uses Native API functions. The audit file uses PKI for encryption to protect the contents from tampering and disclosure.&lt;br /&gt;
&lt;br /&gt;
== Trivia == &lt;br /&gt;
&lt;br /&gt;
The desire for a recursive [[MD5]] program for FRED inspired the development of [[md5deep]].&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
&lt;br /&gt;
* [[IRCR]]&lt;br /&gt;
* [[COFEE]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Incident response tools]]&lt;/div&gt;</summary>
		<author><name>Jessek</name></author>	</entry>

	<entry>
		<id>http://www.forensicswiki.org/wiki/First_Responder%27s_Evidence_Disk</id>
		<title>First Responder's Evidence Disk</title>
		<link rel="alternate" type="text/html" href="http://www.forensicswiki.org/wiki/First_Responder%27s_Evidence_Disk"/>
				<updated>2010-10-04T19:40:40Z</updated>
		
		<summary type="html">&lt;p&gt;Jessek: /* History */ - Added citation needed tag&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The First Responder's Evidence Disk, or FRED, is a script based [[Incident Response|incident response]] tool. It was designed to capture volatile information from a computer system for later analysis without modifying anything on the victim. It consists of a batch file used to execute a set of known good tools that gather the state of a victim computer system. It was similar to the [[IRCR]] program and has been widely imitated by other tools. Many other incident response tools used names similar to FRED.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
The program was distributed as a compressed 1.44 MB floppy image. The examiner runs this image on a safe system and writes the FRED program out to a piece of removable media such as a floppy disk or USB device. The examiner then connects this device to the victim machine. When run, the FRED program writes information out to an audit file on the removable device. The examiner takes this audit file back to the safe system for later analysis. The audit file can also be sent to other investigators if desired.&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
&lt;br /&gt;
FRED was developed by [[Jesse Kornblum]] for the [[Air Force Office of Special Investigations]] starting in the fall of 2000 and was first released in 2001. The tool was publicly unveiled the following year at the [[Digital Forensic Research Workshop|DFRWS Conference]]. Although the component parts of FRED were not released, mostly due to licensing restrictions, Kornblum did present a paper, ''[http://dfrws.org/2002/papers/Papers/Jesse_Kornblum.pdf Preservation of Fragile Digital Evidence by First Responders]'', that included the FRED script. &lt;br /&gt;
&lt;br /&gt;
A version of the FRED script was later incorporated into the [[Helix]] disk. &lt;br /&gt;
&lt;br /&gt;
There was a proposal for a program to process the audit files into [[HTML]], but this never came to fruition.&lt;br /&gt;
&lt;br /&gt;
Since 2004 FRED has been maintained by the [[Air Force Computer Emergency Response Team]] and is not publicly available.&lt;br /&gt;
&lt;br /&gt;
The current version of FRED (version 4) has been redesigned as a single executable, with remote collection capabilities. The audit file uses PKI for encryption to protect the contents from tampering and disclosure.{{citation needed}}&lt;br /&gt;
&lt;br /&gt;
== Trivia == &lt;br /&gt;
&lt;br /&gt;
The desire for a recursive [[MD5]] program for FRED inspired the development of [[md5deep]].&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
&lt;br /&gt;
* [[IRCR]]&lt;br /&gt;
* [[COFEE]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Incident response tools]]&lt;/div&gt;</summary>
		<author><name>Jessek</name></author>	</entry>

	<entry>
		<id>http://www.forensicswiki.org/wiki/Template:Citation_needed</id>
		<title>Template:Citation needed</title>
		<link rel="alternate" type="text/html" href="http://www.forensicswiki.org/wiki/Template:Citation_needed"/>
				<updated>2010-10-04T19:39:55Z</updated>
		
		<summary type="html">&lt;p&gt;Jessek: Created page with &amp;quot;&amp;lt;sup&amp;gt;[citation needed]&amp;lt;/sup&amp;gt; Category:Articles that need citations&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;sup&amp;gt;[citation needed]&amp;lt;/sup&amp;gt;&lt;br /&gt;
[[Category:Articles that need citations]]&lt;/div&gt;</summary>
		<author><name>Jessek</name></author>	</entry>

	<entry>
		<id>http://www.forensicswiki.org/wiki/Ssdeep</id>
		<title>Ssdeep</title>
		<link rel="alternate" type="text/html" href="http://www.forensicswiki.org/wiki/Ssdeep"/>
				<updated>2010-10-04T17:39:08Z</updated>
		
		<summary type="html">&lt;p&gt;Jessek: Added information on file format&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox_Software |&lt;br /&gt;
  name = ssdeep |&lt;br /&gt;
  maintainer = [[Jesse Kornblum]] |&lt;br /&gt;
  os = [[Linux]], [[Windows]], [[Mac OS X]], [[BSD]], [[Solaris]] |&lt;br /&gt;
  genre = {{Hashing}} |&lt;br /&gt;
  license = {{GPL}} |&lt;br /&gt;
  website = [http://ssdeep.sourceforge.net/ ssdeep.sf.net] |&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
ssdeep is a program for computing and matching [[Context Triggered Piecewise Hashing]] values. It is based on a spam detector called [http://samba.org/ftp/unpacked/junkcode/spamsum/ spamsum] by [http://en.wikipedia.org/wiki/Andrew_Tridgell Andrews Trigdell]. &lt;br /&gt;
&lt;br /&gt;
== File Format ==&lt;br /&gt;
The program uses an ASCII text file to record fuzzy hashes. The format changed slightly in version 2.6 in Sep 2010. Hashes created by the version 2.6 or later of the program cannot be used in earlier versions &amp;lt;sup&amp;gt;[http://ssdeep.svn.sourceforge.net/viewvc/ssdeep/tags/release-2.6/FILEFORMAT?revision=107&amp;amp;view=markup ref]&amp;lt;/sup&amp;gt;. The contains a header followed by one hash per line. The current header is:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;ssdeep,1.1--blocksize:hash:hash,filename&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Usage Scenarios ==&lt;br /&gt;
&lt;br /&gt;
=== Truncated Files ===&lt;br /&gt;
&lt;br /&gt;
The program can be used to associate two files where one is a truncated version of the other. In this example, the examiner has a file &amp;lt;tt&amp;gt;all-the-kings-men.avi&amp;lt;/tt&amp;gt;. She computes a fuzzy hash of his file:&lt;br /&gt;
&amp;lt;pre&amp;gt;$ ls -lsh&lt;br /&gt;
-rwxr-xr-x 1 jvalenti users 699M Sep 29 2006 all-the-kings-men.avi&lt;br /&gt;
&lt;br /&gt;
$ ssdeep -b all-the-kings-men.avi &amp;gt; sig.txt&lt;br /&gt;
&lt;br /&gt;
$ cat sig.txt&lt;br /&gt;
ssdeep,1.0--blocksize:hash:hash,filename&lt;br /&gt;
12582912:fgQl/nUjQAbaBQvHf8yLr5CHJu3dyh YJ27TuXyphJs3wHC6 rEfAV wDrw6C/AT:fPl8cdAUyLr5CHJu3dyh8uzwHC6 reAS,&amp;quot;all-the-kings-men.avi&amp;quot;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The examiner then creates a second file that contains the first 29% of the original. This simulates recovering a partial file in some manner.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;$ dd if=all-the-kings-men.avi of=partial.avi bs=1m count=200&lt;br /&gt;
200 0 records in&lt;br /&gt;
200 0 records out&lt;br /&gt;
209715200 bytes transferred in 14.510224 secs (14452926 bytes/sec)&lt;br /&gt;
&lt;br /&gt;
$ ls -lsh partial.avi&lt;br /&gt;
-rw-r--r-- 1 jvalenti users 200M Oct 6 06:40 partial.avi&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The examiner can then use the matching mode of ssdeep, the &amp;lt;tt&amp;gt;-m&amp;lt;/tt&amp;gt; option, to read the known signature generated above and match it against the partial file.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;$ ssdeep -bm sig.txt partial.avi&lt;br /&gt;
partial.avi matches all-the-kings-men.avi (57)&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The files are associated!&lt;br /&gt;
&lt;br /&gt;
=== Source Code Reuse ===&lt;br /&gt;
&lt;br /&gt;
The source code for ssdeep was originally obtained from another open source project called [[md5deep]]. An examiner with access to both source code directory trees could use ssdeep to find any similarities between the two. In this example we have two folders, &amp;lt;tt&amp;gt;ssdeep-1.1&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;md5deep-1.12&amp;lt;/tt&amp;gt;. First we record the fuzzy hashes, with relative filenames (the &amp;lt;tt&amp;gt;-l&amp;lt;/tt&amp;gt; switch) to a file:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;C:\&amp;gt; ssdeep -lr md5deep-1.12 &amp;gt; hashes.txt&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then we compare those saved hashes with the other directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;C:\&amp;gt; ssdeep -lrm hashes.txt ssdeep-1.1&lt;br /&gt;
ssdeep-1.1\cycles.c matches md5deep-1.12\cycles.c (94)&lt;br /&gt;
ssdeep-1.1\dig.c matches md5deep-1.12\dig.c (35)&lt;br /&gt;
ssdeep-1.1\helpers.c matches md5deep-1.12\helpers.c (57)&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Those matches indicate source code reuse! A manual examination of the files in question is required to tell exactly what kind of copying occurred, but we've saved the examiner a lot of work.&lt;br /&gt;
&lt;br /&gt;
An advanced examiner can accomplish this matching with just one command line, but it will also include all of the matches internal to each directory.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;C:\&amp;gt; ssdeep -lrd md5deep-1.12 ssdeep-1.1&lt;br /&gt;
md5deep-1.12\md5.h matches md5deep-1.12\cycles.c (27)&lt;br /&gt;
md5deep-1.12\sha1.h matches md5deep-1.12\cycles.c (25)&lt;br /&gt;
md5deep-1.12\sha1.h matches md5deep-1.12\md5.h (58)&lt;br /&gt;
md5deep-1.12\sha256.h matches md5deep-1.12\cycles.c (25)&lt;br /&gt;
md5deep-1.12\sha256.h matches md5deep-1.12\md5.h (61)&lt;br /&gt;
md5deep-1.12\sha256.h matches md5deep-1.12\sha1.h (57)&lt;br /&gt;
md5deep-1.12\tiger.h matches md5deep-1.12\cycles.c (29)&lt;br /&gt;
md5deep-1.12\tiger.h matches md5deep-1.12\md5.h (65)&lt;br /&gt;
md5deep-1.12\tiger.h matches md5deep-1.12\sha1.h (63)&lt;br /&gt;
md5deep-1.12\tiger.h matches md5deep-1.12\sha256.h (61)&lt;br /&gt;
ssdeep-1.1\cycles.c matches md5deep-1.12\cycles.c (94)&lt;br /&gt;
ssdeep-1.1\dig.c matches md5deep-1.12\dig.c (35)&lt;br /&gt;
ssdeep-1.1\helpers.c matches md5deep-1.12\helpers.c (57)&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you'd like to see the matches in both directions (i.e. for two files A and B that match, see that A matches B and B matches A), use the &amp;lt;tt&amp;gt;-p&amp;lt;/tt&amp;gt; flag instead of &amp;lt;tt&amp;gt;-d&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
&lt;br /&gt;
* [http://ssdeep.sourceforge.net/ Official website]&lt;br /&gt;
&lt;br /&gt;
[[Category:Cross-platform]]&lt;/div&gt;</summary>
		<author><name>Jessek</name></author>	</entry>

	<entry>
		<id>http://www.forensicswiki.org/wiki/Jesse_Kornblum</id>
		<title>Jesse Kornblum</title>
		<link rel="alternate" type="text/html" href="http://www.forensicswiki.org/wiki/Jesse_Kornblum"/>
				<updated>2010-08-05T19:53:07Z</updated>
		
		<summary type="html">&lt;p&gt;Jessek: Removed deleted Wikipedia reference&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Jesse Kornblum is a computer forensics author, researcher and engineer. You can read his [http://jessekornblum.com/ official web site]. His [http://jessekornblum.com/kornblum-cv.pdf Curriculum Vitae] has a current list of his papers. He currently works for [[Kyrus Technology]].&lt;br /&gt;
&lt;br /&gt;
== Tools == &lt;br /&gt;
&lt;br /&gt;
[[md5deep]] and [[hashdeep]] - Cross platform recursive [[hashing]] and auditing programs, respectively. Computes MD5, SHA-1, SHA-256, Tiger and Whirlpool hashes. Can also match against sets of known hashes. The latter program uses [[multihashing]] to conduct a computer forensics audit.&lt;br /&gt;
&lt;br /&gt;
[[foremost]] - File [[carving]] program &lt;br /&gt;
&lt;br /&gt;
[[ssdeep]] - Usually called Fuzzy Hashing, this program implements [[Context Triggered Piecewise Hashing]].&lt;br /&gt;
&lt;br /&gt;
[[First Responder's Evidence Disk|FRED]] - The First Responder's Evidence Disk&lt;br /&gt;
&lt;br /&gt;
[[dc3dd]] - A patch to add forensics features to [[dd|GNU dd]]&lt;br /&gt;
&lt;br /&gt;
[[Miss Identify]] - Program to identify Win32 executables that don't have an executable extension. Can also identify all executables.&lt;br /&gt;
&lt;br /&gt;
[[Category:People]]&lt;/div&gt;</summary>
		<author><name>Jessek</name></author>	</entry>

	<entry>
		<id>http://www.forensicswiki.org/wiki/Jesse_Kornblum</id>
		<title>Jesse Kornblum</title>
		<link rel="alternate" type="text/html" href="http://www.forensicswiki.org/wiki/Jesse_Kornblum"/>
				<updated>2010-05-25T02:51:59Z</updated>
		
		<summary type="html">&lt;p&gt;Jessek: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Jesse Kornblum is a computer forensics author, researcher and engineer. You can read more about him in his [http://en.wikipedia.org/wiki/Jesse_Kornblum Wikipedia entry] or his [http://jessekornblum.com/ official web site]. His [http://jessekornblum.com/kornblum-cv.pdf Curriculum Vitae] has a current list of his papers. He currently works for [[Kyrus Technology]].&lt;br /&gt;
&lt;br /&gt;
== Tools == &lt;br /&gt;
&lt;br /&gt;
[[md5deep]] and [[hashdeep]] - Cross platform recursive [[hashing]] and auditing programs, respectively. Computes MD5, SHA-1, SHA-256, Tiger and Whirlpool hashes. Can also match against sets of known hashes. The latter program uses [[multihashing]] to conduct a computer forensics audit.&lt;br /&gt;
&lt;br /&gt;
[[foremost]] - File [[carving]] program &lt;br /&gt;
&lt;br /&gt;
[[ssdeep]] - Usually called Fuzzy Hashing, this program implements [[Context Triggered Piecewise Hashing]].&lt;br /&gt;
&lt;br /&gt;
[[First Responder's Evidence Disk|FRED]] - The First Responder's Evidence Disk&lt;br /&gt;
&lt;br /&gt;
[[dc3dd]] - A patch to add forensics features to [[dd|GNU dd]]&lt;br /&gt;
&lt;br /&gt;
[[Miss Identify]] - Program to identify Win32 executables that don't have an executable extension. Can also identify all executables.&lt;br /&gt;
&lt;br /&gt;
[[Category:People]]&lt;/div&gt;</summary>
		<author><name>Jessek</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>2010-02-26T18:02:19Z</updated>
		
		<summary type="html">&lt;p&gt;Jessek: /* FAT64 (exFAT) */ - Added link to exFAT presentation&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''FAT''', or File Allocation Table, is a [[File Systems|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 Systems|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 [[Master boot record]] ([[MBR]]).  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. 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. Each cluster can be used by one and only one resident file. 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.  &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;
=== FAT64 (exFAT) ===&lt;br /&gt;
FAT64 (also know as Extended File Allocation Table or exFAT) is Microsoft's latest version of FAT and works with Windows Embedded CE 6.0 and Vista SP 1.&lt;br /&gt;
Features include:&lt;br /&gt;
*  Largest file size is 2&amp;lt;sup&amp;gt;64&amp;lt;/sup&amp;gt; bytes (16 exabytes) vs. FAT32's maximum file size of 4GB.&lt;br /&gt;
*  Has transaction support using Transaction-Safe Extended FAT File System (TexFAT).&lt;br /&gt;
*  Speeds up storage allocation processes by using free space bitmaps.&lt;br /&gt;
*  Support UTC timestamps&lt;br /&gt;
&lt;br /&gt;
Although Microsoft has published some information on exFAT, there are more technical specifications available from third parties. For example, here is a  [http://paradigmsolutions.files.wordpress.com/2009/12/exfat-excerpt-1-4.pdf detailed presentation on exFAT].&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 camera|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 volumes (&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-efficient 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 natively support many abilities of [[NTFS]] such as on-the-fly compression, [[encryption]], or advanced security using access control lists&lt;br /&gt;
*  [[NTFS]] recommended 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;
*  FAT has minimal security features including no access control list (ACL) capability.&lt;br /&gt;
== See also ==&lt;br /&gt;
[[Media:Fatgen103.doc|Microsoft's FAT32 specification]]&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>Jessek</name></author>	</entry>

	<entry>
		<id>http://www.forensicswiki.org/wiki/Talk:1ceaf73df40e531df3bfb26b4fb7cd95fb7bff1d</id>
		<title>Talk:1ceaf73df40e531df3bfb26b4fb7cd95fb7bff1d</title>
		<link rel="alternate" type="text/html" href="http://www.forensicswiki.org/wiki/Talk:1ceaf73df40e531df3bfb26b4fb7cd95fb7bff1d"/>
				<updated>2010-02-10T16:41:53Z</updated>
		
		<summary type="html">&lt;p&gt;Jessek: Created page with 'Hey! That's the combination to my luggage! ~~~'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hey! That's the combination to my luggage! [[User:Jessek|Jessek]]&lt;/div&gt;</summary>
		<author><name>Jessek</name></author>	</entry>

	<entry>
		<id>http://www.forensicswiki.org/wiki/Blogs</id>
		<title>Blogs</title>
		<link rel="alternate" type="text/html" href="http://www.forensicswiki.org/wiki/Blogs"/>
				<updated>2010-02-01T14:20:53Z</updated>
		
		<summary type="html">&lt;p&gt;Jessek: /* Forensic Blogs */ - Added Jesse Kornblum&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Computer forensics]] related '''blogs'''.&lt;br /&gt;
&lt;br /&gt;
= English-Language Blogs =&lt;br /&gt;
&lt;br /&gt;
== Forensic Blogs ==&lt;br /&gt;
&lt;br /&gt;
* [http://computer.forensikblog.de/en/ Andreas Schuster - Computer Forensics Blog]&lt;br /&gt;
* [http://www.niiconsulting.com/checkmate/ Checkmate - e-zine on Digital Forensics and Incident Response]&lt;br /&gt;
* [http://www.infosecinstitute.com/blog/ethical_hacking_computer_forensics.html Jack Koziol - Ethical Hacking and Computer Forensics]&lt;br /&gt;
* [http://fleet.typepad.com/lukeup/ SecurityBros.com - Hacking, Forensics &amp;amp; Security]&lt;br /&gt;
* [http://windowsir.blogspot.com/ Windows Incident Response Blog] by [[Harlan Carvey]]&lt;br /&gt;
* [http://geschonneck.com/ Alexander Geschonneck - Computer Forensics Blog]&lt;br /&gt;
* [http://forensicblog.org/ Michael Murr - Computer Forensics Blog]&lt;br /&gt;
* [http://forenshick.blogspot.com/ Jordan Farr - Forensic news, Technology, TV, and more]&lt;br /&gt;
* [http://unixsadm.blogspot.com/ Criveti Mihai - UNIX, OpenVMS and Windows System Administration, Digital Forensics, High Performance Computing, Clustering and Distributed Systems]&lt;br /&gt;
* [http://intrusions.blogspot.com/ Various Authors - Intrusions and Malware Analysis]&lt;br /&gt;
* [http://chicago-ediscovery.com/education/computer-forensics-glossary/ Andrew Hoog - Computer Forensic Glossary Blog, HOWTOs and other resources]&lt;br /&gt;
* [http://secureartisan.wordpress.com/ Paul Bobby - Digital Forensics with a Focus on EnCase]&lt;br /&gt;
* [http://www.crimemuseum.org/blog/ National Museum of Crime and Punishment-CSI/Forensics Blog]&lt;br /&gt;
* [http://forensicsfromthesausagefactory.blogspot.com/ Forensics from the sausage factory]&lt;br /&gt;
* [http://integriography.wordpress.com Computer Forensics Blog by David Kovar]&lt;br /&gt;
* [[Jesse Kornblum]] - [http://jessekornblum.livejournal.com/ A Geek Raised by Wolves]&lt;br /&gt;
&lt;br /&gt;
== Related Blogs ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.c64allstars.de C64Allstars Blog]&lt;br /&gt;
* [http://www.emergentchaos.com/ Adam Shostack - Emergent Chaos]&lt;br /&gt;
* [http://jeffjonas.typepad.com/ Jeff Jonas - Inventor of NORA discusses privacy and all things digital]&lt;br /&gt;
* [http://www.cs.uno.edu/~golden/weblog Digital Forensics, Coffee, Benevolent Hacking] - Written by [[Golden G. Richard III]]&lt;br /&gt;
&lt;br /&gt;
= Non-English Language =&lt;br /&gt;
&lt;br /&gt;
=== Dutch ===&lt;br /&gt;
&lt;br /&gt;
* [http://stam.blogs.com/8bits/ 8 bits] by Mark Stam ([http://translate.google.com/translate?u=http%3A%2F%2Fstam.blogs.com%2F8bits%2Fforensisch%2Findex.html&amp;amp;langpair=nl%7Cen&amp;amp;hl=en&amp;amp;ie=UTF-8 Google translation])&lt;br /&gt;
&lt;br /&gt;
=== French ===&lt;br /&gt;
&lt;br /&gt;
* [http://forensics-dev.blogspot.com Forensics-dev] ([http://translate.google.com/translate?u=http%3A%2F%2Fforensics-dev.blogspot.com%2F&amp;amp;langpair=fr%7Cen&amp;amp;hl=en&amp;amp;ie=UTF-8&amp;amp;oe=UTF-8&amp;amp;prev=%2Flanguage_tools Google translation])&lt;br /&gt;
&lt;br /&gt;
=== German ===&lt;br /&gt;
&lt;br /&gt;
* [http://computer.forensikblog.de/ Andreas Schuster - Computer Forensik Blog Gesamtausgabe] ([http://computer.forensikblog.de/en/ English version])&lt;br /&gt;
* [http://computer-forensik.org Alexander Geschonneck - computer-forensik.org] ([http://translate.google.com/translate?u=http%3A%2F%2Fwww.computer-forensik.org&amp;amp;langpair=de%7Cen&amp;amp;hl=en&amp;amp;ie=UTF-8&amp;amp;oe=UTF-8&amp;amp;prev=%2Flanguage_tools Google translation])&lt;br /&gt;
* [http://henrikbecker.blogspot.com Henrik Becker - Digitale Beweisführung] ([http://translate.google.com/translate?u=http%3A%2F%2Fhenrikbecker.blogspot.com&amp;amp;langpair=de%7Cen&amp;amp;hl=en&amp;amp;ie=UTF-8&amp;amp;oe=UTF-8&amp;amp;prev=%2Flanguage_tools Google translation])&lt;br /&gt;
&lt;br /&gt;
=== Spanish ===&lt;br /&gt;
&lt;br /&gt;
* [http://www.forensic-es.org/blog forensic-es.org] ([http://translate.google.com/translate?u=http%3A%2F%2Fwww.forensic-es.org%2Fblog&amp;amp;langpair=es%7Cen&amp;amp;hl=en&amp;amp;ie=UTF-8&amp;amp;oe=UTF-8&amp;amp;prev=%2Flanguage_tools Google translation])&lt;br /&gt;
* [http://www.inforenses.com Javier Pages - InForenseS] ([http://translate.google.com/translate?u=http%3A%2F%2Fwww.inforenses.com&amp;amp;langpair=es%7Cen&amp;amp;hl=es&amp;amp;ie=UTF-8&amp;amp;oe=UTF-8&amp;amp;prev=%2Flanguage_tools Google translation])&lt;br /&gt;
* [http://windowstips.wordpress.com El diario de Juanito]&lt;br /&gt;
* [http://conexioninversa.blogspot.com Conexión inversa]&lt;br /&gt;
&lt;br /&gt;
=== Russian ===&lt;br /&gt;
&lt;br /&gt;
* Group-IB: [http://notheft.ru/blogs/group-ib blog at notheft.ru], [http://www.securitylab.ru/blog/company/group-ib/ blog at securitylab.ru]&lt;/div&gt;</summary>
		<author><name>Jessek</name></author>	</entry>

	<entry>
		<id>http://www.forensicswiki.org/wiki/David_Kovar</id>
		<title>David Kovar</title>
		<link rel="alternate" type="text/html" href="http://www.forensicswiki.org/wiki/David_Kovar"/>
				<updated>2010-02-01T14:19:38Z</updated>
		
		<summary type="html">&lt;p&gt;Jessek: Added category&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;David Kovar has been providing IT and software engineering consulting services for over twenty years. He has also been heavily involved with domestic and international search and rescue for the last fifteen years. The SAR investigations mingled with IT experience and led slowly into computer forensics with side trips into executive protection, flying, riding, emergency services, and some other random things that makes for a rather … diverse … resume.&lt;br /&gt;
&lt;br /&gt;
CISSP, CCE, EnCE, CA Private Investigator License No: 00025048, etc, etc, etc.&lt;br /&gt;
&lt;br /&gt;
== Blog ==&lt;br /&gt;
&lt;br /&gt;
[http://integriography.wordpress.com  integriography.wordpress.com]&lt;br /&gt;
&lt;br /&gt;
== Tools ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.integriography.com analyzeMFT] - An open source MFT analysis tool written in Python.&lt;br /&gt;
&lt;br /&gt;
[[Category:People]]&lt;/div&gt;</summary>
		<author><name>Jessek</name></author>	</entry>

	<entry>
		<id>http://www.forensicswiki.org/wiki/DC3_Digital_Forensics_Challenge</id>
		<title>DC3 Digital Forensics Challenge</title>
		<link rel="alternate" type="text/html" href="http://www.forensicswiki.org/wiki/DC3_Digital_Forensics_Challenge"/>
				<updated>2010-01-28T23:50:07Z</updated>
		
		<summary type="html">&lt;p&gt;Jessek: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{expand}}&lt;br /&gt;
&lt;br /&gt;
The '''DC3 Digital Forensics Challenge''' is an annual forensics contest sponsored by the [[Defense Cyber Crime Center]]. The winning team, which must consist of U.S. citizens, receives a free trip to the annual DoD Cyber Crime Conference. &lt;br /&gt;
&lt;br /&gt;
== Participation == &lt;br /&gt;
Participation in the contest is a good way for vendors to showcase their talents and for academics to teach computer forensics research. Some academics feel, however, that they are not getting much benefit from the the contest. They believe that the DoD should publish all of the submissions so that they can be independently evaluated. This opinion was most vocally stated by David C. Smith and Mickey Lasky from Georgetown University in August 2007. They gave a talk at the DEFCON conference titled &amp;quot;Cool stuff learned from competing in the DC3 digital forensic challenge&amp;quot; where they described their entries and the lack of feedback from the DC3 [http://video.google.com/videoplay?docid=-7884272596646742143&amp;amp;hl=en].&lt;br /&gt;
&lt;br /&gt;
== History == &lt;br /&gt;
&lt;br /&gt;
=== 2010 ===&lt;br /&gt;
&lt;br /&gt;
=== 2009 ===&lt;br /&gt;
&lt;br /&gt;
=== 2008 ===&lt;br /&gt;
The challenges this year included detecting  suspicious software, hash analysis, image analysis, partition recovery, signature analysis, file header reconstruction, password recovery, registry analysis, steganography, encryption, Skype analysis, foreign text identification and translation, MSN Live analysis, and image analysis.&lt;br /&gt;
&lt;br /&gt;
=== 2007 ===&lt;br /&gt;
The challenge was held in 2007 again, this time asking participants to focus on BitLocker and PAX protected files, erased files on a CDROM, a damaged DVD and thumb drive, determining real images from fake ones, and audio steganography. &lt;br /&gt;
&lt;br /&gt;
The [http://www.dc3.mil/2007_challenge/ archives from the 2007 challenge] are online.&lt;br /&gt;
&lt;br /&gt;
=== 2006 ===&lt;br /&gt;
The 2006 challenge was the first sponsored by the DC3. Entrants were asked to solve puzzles in Audio Steganography, Steganography using S-Tools, Password Cracking, Image Analysis: Real vs. CG, Data Carving: Linux LVM Interpretation, Data Acquisition: Boot a dd Image, Data Acquisition: Boot a Split dd Image, Media Recovery: Compact-disc, Media Recovery: Floppy Diskette, Keylog Cracking, and Metadata Extraction.&lt;br /&gt;
&lt;br /&gt;
One hundred and forty teams requested challenge packets, but only 21 teams submitted entries. The winning team, announced on 15 Dec 2006, was [[AccessData]]. They won a free trip to the [[Defense Cyber Crime Center|DC3's]] annual [[Conferences|conference]] in St. Louis, MO in January 2007. They presented a complete solution at the conference.&lt;br /&gt;
&lt;br /&gt;
Challenge submissions were broken down by academic, civilian, commercial, military, and government entrants. International teams from Australia, Canada, France, and India all requested packets, but were not eligible to win.&lt;br /&gt;
&lt;br /&gt;
The [http://www.dc3.mil/2006_challenge/ archives from the 2006 challenge] are online.&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.dc3.mil/challenge/ Official web site]&lt;/div&gt;</summary>
		<author><name>Jessek</name></author>	</entry>

	<entry>
		<id>http://www.forensicswiki.org/wiki/User_talk:Jessek</id>
		<title>User talk:Jessek</title>
		<link rel="alternate" type="text/html" href="http://www.forensicswiki.org/wiki/User_talk:Jessek"/>
				<updated>2009-12-17T11:59:30Z</updated>
		
		<summary type="html">&lt;p&gt;Jessek: /* Spam */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Categories for products ==&lt;br /&gt;
The page for [[FRED]] isn't in a category.  There are index-like pages for hardware and software [[vendors]] but no category or index for products.  Should FRED really have it's own page, or instead listed briefly under a product page?  (And is the vendor page getting large enough for a split?)&lt;br /&gt;
: --[[User:JohnJ|JohnJ]] 07:55, 4 September 2008 (UTC) (UTC is the only real time zone :-)&lt;br /&gt;
&lt;br /&gt;
== Mutt Header Format corrections ==&lt;br /&gt;
&lt;br /&gt;
Thank you for your corrections, i'm not realy good with english :( if you wont to jabber me try: fishor.bug.track # gmail # com&lt;br /&gt;
: My pleasure! [[User:Jessek|Jessek]] 09:16, 8 August 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Hello ==&lt;br /&gt;
&lt;br /&gt;
Just wanted to drop by and say &amp;quot;Hello&amp;quot;. That, and to see who the people maintaining and editing this wiki are and all that, you know. :-). Anyway, I've enjoyed using Foremost so thanks for that too.&lt;br /&gt;
-[[User:Cmihai|cmihai]] 00:49, 20 December 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== February 2009 ==&lt;br /&gt;
&lt;br /&gt;
'...Your changes to [[Cellebrite UFED]] were contrary to the nature of this wiki. The objective nature of the wiki precludes your posting of press-release quality material. I have reverted the changes and protected the page against further updates. [[User:Jessek|Jessek]] 14:40, 17 February 2009 (UTC)...'&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
With all your years of experience and study you have Jesse, I would have thought that you would have worked out more diplomatic ways of find out information than to delete my entire entry - and then block me from my own page. &lt;br /&gt;
&lt;br /&gt;
1. How is the page contrary when it is based on the existing .XRY page?&lt;br /&gt;
&lt;br /&gt;
2. How is anything i wrote 'pre-release' if it has been released?&lt;br /&gt;
&lt;br /&gt;
== Non-Computer Forensics==&lt;br /&gt;
Should non-computer forensics be regarded as vandalism? [[User:Simsong|Simsong]] 02:52, 6 October 2009 (UTC)&lt;br /&gt;
:While perhaps not 'vandalism' per se, I don't think we should have articles on non-computer forensics topics. If the topic is borderline, such as fingerprint forensics, we should delete, but perhaps with not such a harsh term. [[User:Jessek|Jessek]] 01:31, 9 October 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
==Spam==&lt;br /&gt;
Jessee — we are still getting about 1-2 spam messages a day, always from newly created accounts. Any suggestions for what to do? [[User:Simsong|Simsong]] 15:32, 14 December 2009 (UTC)&lt;br /&gt;
:Can we interrupt the pattern of newly created accounts used immediately to create new pages? Is it possible to limit new page creation to users who have been registered for, say, 48 hours? Require an email address verification to create an account? [[User:Jessek|Jessek]] 21:49, 14 December 2009 (UTC)&lt;br /&gt;
:: Recent &amp;quot;ugg boot&amp;quot; spammers used accounts for posting messages more than two days after they were registered. [[User:.FUF|.FUF]] 21:52, 14 December 2009 (UTC)&lt;br /&gt;
::: Hmm. We can't be the first wiki to have this problem. How have other wikis handled it? How does [http://memory-alpha.org/ Memory Alpha] or other high-profile-but-not-wikipedia wikis deal with this? [[User:Jessek|Jessek]] 11:59, 17 December 2009 (UTC)&lt;/div&gt;</summary>
		<author><name>Jessek</name></author>	</entry>

	<entry>
		<id>http://www.forensicswiki.org/wiki/User_talk:Jessek</id>
		<title>User talk:Jessek</title>
		<link rel="alternate" type="text/html" href="http://www.forensicswiki.org/wiki/User_talk:Jessek"/>
				<updated>2009-12-14T21:49:12Z</updated>
		
		<summary type="html">&lt;p&gt;Jessek: /* Spam */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Categories for products ==&lt;br /&gt;
The page for [[FRED]] isn't in a category.  There are index-like pages for hardware and software [[vendors]] but no category or index for products.  Should FRED really have it's own page, or instead listed briefly under a product page?  (And is the vendor page getting large enough for a split?)&lt;br /&gt;
: --[[User:JohnJ|JohnJ]] 07:55, 4 September 2008 (UTC) (UTC is the only real time zone :-)&lt;br /&gt;
&lt;br /&gt;
== Mutt Header Format corrections ==&lt;br /&gt;
&lt;br /&gt;
Thank you for your corrections, i'm not realy good with english :( if you wont to jabber me try: fishor.bug.track # gmail # com&lt;br /&gt;
: My pleasure! [[User:Jessek|Jessek]] 09:16, 8 August 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Hello ==&lt;br /&gt;
&lt;br /&gt;
Just wanted to drop by and say &amp;quot;Hello&amp;quot;. That, and to see who the people maintaining and editing this wiki are and all that, you know. :-). Anyway, I've enjoyed using Foremost so thanks for that too.&lt;br /&gt;
-[[User:Cmihai|cmihai]] 00:49, 20 December 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== February 2009 ==&lt;br /&gt;
&lt;br /&gt;
'...Your changes to [[Cellebrite UFED]] were contrary to the nature of this wiki. The objective nature of the wiki precludes your posting of press-release quality material. I have reverted the changes and protected the page against further updates. [[User:Jessek|Jessek]] 14:40, 17 February 2009 (UTC)...'&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
With all your years of experience and study you have Jesse, I would have thought that you would have worked out more diplomatic ways of find out information than to delete my entire entry - and then block me from my own page. &lt;br /&gt;
&lt;br /&gt;
1. How is the page contrary when it is based on the existing .XRY page?&lt;br /&gt;
&lt;br /&gt;
2. How is anything i wrote 'pre-release' if it has been released?&lt;br /&gt;
&lt;br /&gt;
== Non-Computer Forensics==&lt;br /&gt;
Should non-computer forensics be regarded as vandalism? [[User:Simsong|Simsong]] 02:52, 6 October 2009 (UTC)&lt;br /&gt;
:While perhaps not 'vandalism' per se, I don't think we should have articles on non-computer forensics topics. If the topic is borderline, such as fingerprint forensics, we should delete, but perhaps with not such a harsh term. [[User:Jessek|Jessek]] 01:31, 9 October 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
==Spam==&lt;br /&gt;
Jessee — we are still getting about 1-2 spam messages a day, always from newly created accounts. Any suggestions for what to do? [[User:Simsong|Simsong]] 15:32, 14 December 2009 (UTC)&lt;br /&gt;
:Can we interrupt the pattern of newly created accounts used immediately to create new pages? Is it possible to limit new page creation to users who have been registered for, say, 48 hours? Require an email address verification to create an account? [[User:Jessek|Jessek]] 21:49, 14 December 2009 (UTC)&lt;/div&gt;</summary>
		<author><name>Jessek</name></author>	</entry>

	<entry>
		<id>http://www.forensicswiki.org/wiki/COFEE</id>
		<title>COFEE</title>
		<link rel="alternate" type="text/html" href="http://www.forensicswiki.org/wiki/COFEE"/>
				<updated>2009-12-12T14:05:39Z</updated>
		
		<summary type="html">&lt;p&gt;Jessek: Initial stub&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{expand}}&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
* [http://www.microsoft.com/industry/government/solutions/cofee/default.aspx Official web site]&lt;/div&gt;</summary>
		<author><name>Jessek</name></author>	</entry>

	<entry>
		<id>http://www.forensicswiki.org/wiki/CCIPS</id>
		<title>CCIPS</title>
		<link rel="alternate" type="text/html" href="http://www.forensicswiki.org/wiki/CCIPS"/>
				<updated>2009-11-10T01:08:16Z</updated>
		
		<summary type="html">&lt;p&gt;Jessek: Redirected page to Department of Justice, Computer Crime and Intellectual Property Section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Department of Justice, Computer Crime and Intellectual Property Section]]&lt;/div&gt;</summary>
		<author><name>Jessek</name></author>	</entry>

	<entry>
		<id>http://www.forensicswiki.org/wiki/Ovie_Carroll</id>
		<title>Ovie Carroll</title>
		<link rel="alternate" type="text/html" href="http://www.forensicswiki.org/wiki/Ovie_Carroll"/>
				<updated>2009-11-10T00:44:56Z</updated>
		
		<summary type="html">&lt;p&gt;Jessek: Cleaned up, added links, moved CCIPS text to a separate page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Ovie Carroll''' is the Director for the Cybercrime Lab at the [[Department of Justice, Computer Crime and Intellectual Property Section]] (CCIPS). He also co-hosts the [[Cyberspeak podcast]] with [[Bret Padres]]. Mr. Carroll's career includes more than 20 years in law enforcement. &lt;br /&gt;
&lt;br /&gt;
Prior to joining the Department of Justice, Mr. Carroll was the Special Agent in Charge of the Computer Crimes Unit at the United States Postal Service, Office of Inspector General (OIG), responsible for all computer intrusion investigations within the USPS network infrastructure and for providing all computer forensic analysis in support of OIG investigations and audits as well as the deployment, installation and monitoring of technical computer surveillance equipment in support of criminal investigations. &lt;br /&gt;
&lt;br /&gt;
Mr. Carroll has also served as the Chief, Computer Investigations and Operations Branch, [[Air Force Office of Special Investigations]], Washington Field Office where he was responsible for coordinating all national level computer intrusions occurring within the United States Air Force.  He has extensive field experience applying his training to a broad variety of investigations and operations.  &lt;br /&gt;
&lt;br /&gt;
In addition to his career fighting computer crime, Mr. Carroll has led and assisted in the planning and conduct of counterintelligence inquiries, conducted investigations into a variety of offenses including murder, fraud, bribery, theft, gangs and narcotics.&lt;br /&gt;
&lt;br /&gt;
[[Category:People]]&lt;/div&gt;</summary>
		<author><name>Jessek</name></author>	</entry>

	<entry>
		<id>http://www.forensicswiki.org/wiki/Department_of_Justice,_Computer_Crime_and_Intellectual_Property_Section</id>
		<title>Department of Justice, Computer Crime and Intellectual Property Section</title>
		<link rel="alternate" type="text/html" href="http://www.forensicswiki.org/wiki/Department_of_Justice,_Computer_Crime_and_Intellectual_Property_Section"/>
				<updated>2009-11-10T00:44:08Z</updated>
		
		<summary type="html">&lt;p&gt;Jessek: Initial stub&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{expand}}&lt;br /&gt;
&lt;br /&gt;
The '''Computer Crime and Intellectual Property Section''' of the '''United States Department of Justice (CCIPS)''' is responsible for implementing the Department's national strategies in combating computer and intellectual property crimes worldwide. The Computer Crime Initiative is a comprehensive program designed to combat electronic penetrations, data thefts, and cyberattacks on critical information systems. CCIPS prevents, investigates, and prosecutes computer crimes by working with other government agencies, the private sector, academic institutions, and foreign counterparts. Section attorneys work to improve the domestic and international infrastructure-legal, technological, and operational-to pursue network criminals most effectively. The Section's enforcement responsibilities against intellectual property crimes are similarly multi-faceted. Intellectual Property (IP) has become one of the principal U.S. economic engines, and the nation is a target of choice for thieves of material protected by copyright, trademark, or trade-secret designation. In pursuing all these goals, CCIPS attorneys regularly run complex investigations, resolve unique legal and investigative issues raised by emerging computer and telecommunications technologies; litigate cases; provide litigation support to other prosecutors; train federal, state, and local law enforcement personnel; comment on and propose legislation; and initiate and participate in international efforts to combat computer and intellectual property crime. &lt;br /&gt;
&lt;br /&gt;
The Cybercrime lab is responsible for providing computer forensic and other technical support to CCIPS attorneys as it applies to implementing the Department's national strategies in combating computer and intellectual property crimes worldwide.  &lt;br /&gt;
&lt;br /&gt;
The Cybercrime lab supports the CCIPS comprehensive program designed to combat electronic penetrations, data thefts, and cyber attacks on critical information systems.   The Cybercrime lab also provides technical support and training to improve the domestic and international infrastructure-legal, technological, and operational-to pursue network criminals most effectively. The Section's enforcement responsibilities against intellectual property crimes are similarly multi-faceted. Intellectual Property (IP) has become one of the principal U.S. economic engines, and the nation is a target of choice for thieves of material protected by copyright, trademark, or trade-secret designation.&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
* [http://www.cybercrime.gov/ Official web site]&lt;/div&gt;</summary>
		<author><name>Jessek</name></author>	</entry>

	<entry>
		<id>http://www.forensicswiki.org/wiki/User_talk:Jessek</id>
		<title>User talk:Jessek</title>
		<link rel="alternate" type="text/html" href="http://www.forensicswiki.org/wiki/User_talk:Jessek"/>
				<updated>2009-10-09T01:31:33Z</updated>
		
		<summary type="html">&lt;p&gt;Jessek: /* Non-Computer Forensics */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Categories for products ==&lt;br /&gt;
The page for [[FRED]] isn't in a category.  There are index-like pages for hardware and software [[vendors]] but no category or index for products.  Should FRED really have it's own page, or instead listed briefly under a product page?  (And is the vendor page getting large enough for a split?)&lt;br /&gt;
: --[[User:JohnJ|JohnJ]] 07:55, 4 September 2008 (UTC) (UTC is the only real time zone :-)&lt;br /&gt;
&lt;br /&gt;
== Mutt Header Format corrections ==&lt;br /&gt;
&lt;br /&gt;
Thank you for your corrections, i'm not realy good with english :( if you wont to jabber me try: fishor.bug.track # gmail # com&lt;br /&gt;
: My pleasure! [[User:Jessek|Jessek]] 09:16, 8 August 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Hello ==&lt;br /&gt;
&lt;br /&gt;
Just wanted to drop by and say &amp;quot;Hello&amp;quot;. That, and to see who the people maintaining and editing this wiki are and all that, you know. :-). Anyway, I've enjoyed using Foremost so thanks for that too.&lt;br /&gt;
-[[User:Cmihai|cmihai]] 00:49, 20 December 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== February 2009 ==&lt;br /&gt;
&lt;br /&gt;
'...Your changes to [[Cellebrite UFED]] were contrary to the nature of this wiki. The objective nature of the wiki precludes your posting of press-release quality material. I have reverted the changes and protected the page against further updates. [[User:Jessek|Jessek]] 14:40, 17 February 2009 (UTC)...'&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
With all your years of experience and study you have Jesse, I would have thought that you would have worked out more diplomatic ways of find out information than to delete my entire entry - and then block me from my own page. &lt;br /&gt;
&lt;br /&gt;
1. How is the page contrary when it is based on the existing .XRY page?&lt;br /&gt;
&lt;br /&gt;
2. How is anything i wrote 'pre-release' if it has been released?&lt;br /&gt;
&lt;br /&gt;
== Non-Computer Forensics==&lt;br /&gt;
Should non-computer forensics be regarded as vandalism? [[User:Simsong|Simsong]] 02:52, 6 October 2009 (UTC)&lt;br /&gt;
:While perhaps not 'vandalism' per se, I don't think we should have articles on non-computer forensics topics. If the topic is borderline, such as fingerprint forensics, we should delete, but perhaps with not such a harsh term. [[User:Jessek|Jessek]] 01:31, 9 October 2009 (UTC)&lt;/div&gt;</summary>
		<author><name>Jessek</name></author>	</entry>

	<entry>
		<id>http://www.forensicswiki.org/wiki/Talk:People</id>
		<title>Talk:People</title>
		<link rel="alternate" type="text/html" href="http://www.forensicswiki.org/wiki/Talk:People"/>
				<updated>2009-09-19T15:49:19Z</updated>
		
		<summary type="html">&lt;p&gt;Jessek: Created page with 'Why is this page here? Most of the things listed on it are not people. ~~~~'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Why is this page here? Most of the things listed on it are not people. [[User:Jessek|Jessek]] 15:49, 19 September 2009 (UTC)&lt;/div&gt;</summary>
		<author><name>Jessek</name></author>	</entry>

	<entry>
		<id>http://www.forensicswiki.org/wiki/User_talk:Tedpenner</id>
		<title>User talk:Tedpenner</title>
		<link rel="alternate" type="text/html" href="http://www.forensicswiki.org/wiki/User_talk:Tedpenner"/>
				<updated>2009-09-19T15:47:17Z</updated>
		
		<summary type="html">&lt;p&gt;Jessek: Created page with '== No Spam Links == This wiki is a repository of information on computer forensics, not a place to advertise your web site. Please refrain from posting content unrelated to compu…'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== No Spam Links ==&lt;br /&gt;
This wiki is a repository of information on computer forensics, not a place to advertise your web site. Please refrain from posting content unrelated to computer forensics. [[User:Jessek|Jessek]] 15:47, 19 September 2009 (UTC)&lt;/div&gt;</summary>
		<author><name>Jessek</name></author>	</entry>

	<entry>
		<id>http://www.forensicswiki.org/wiki/People</id>
		<title>People</title>
		<link rel="alternate" type="text/html" href="http://www.forensicswiki.org/wiki/People"/>
				<updated>2009-09-19T15:45:39Z</updated>
		
		<summary type="html">&lt;p&gt;Jessek: Reverted edits by Tedpenner (Talk) to last revision by Cmumma&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* [[Harvard Forensics Project]]&lt;br /&gt;
* [[Purdue CyberForensics Lab]]&lt;br /&gt;
* http://wiki.multimedia.cx/&lt;br /&gt;
The MultimediaWiki catalogs as many technical details as possible about video and audio formats. Also includes details on reverse engineering and tools used, etc.&lt;br /&gt;
* [http://digitalrecordsforensics.org/ Digital Records Forensics Project] at the University of British Columbia, SLAIS&lt;/div&gt;</summary>
		<author><name>Jessek</name></author>	</entry>

	<entry>
		<id>http://www.forensicswiki.org/wiki/Legal_issues</id>
		<title>Legal issues</title>
		<link rel="alternate" type="text/html" href="http://www.forensicswiki.org/wiki/Legal_issues"/>
				<updated>2009-09-12T00:11:57Z</updated>
		
		<summary type="html">&lt;p&gt;Jessek: Reverted edits by Martin7 (Talk) to last revision by Simsong&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
A grab-bag collection of citations on legal issues.&lt;br /&gt;
&lt;br /&gt;
= The Hacker Defense (aka Trojan/Virus Defense) =&lt;br /&gt;
&lt;br /&gt;
Below are accounts of different hacker/virus/Trojan related defenses.  Albeit some of these are not ‘reputable’ web sources, but they should all have official court backing from wherever the various investigators that do similar.  And the CPS (sort of FBI in UK) is training prosecutors en masse about ‘trojan defenses’ (link below).  These types of actions would not occur unwarranted.  Why do all the extra work for nothing?&lt;br /&gt;
&lt;br /&gt;
“The &amp;quot;Trojan defense&amp;quot; has now become standard in many types of computer crime cases. But the defense often plays on the ignorance of juries and prosecutors. It has raised the need for the CPS to do more to explain complex technical issues in simple terms to judges and juries, says George.” (Esther George is the policy adviser at the Crown Protection Services)&lt;br /&gt;
http://www.computerweekly.com/Articles/2007/01/27/221526/high-tech-crime-is-put-on-trial.htm &lt;br /&gt;
&lt;br /&gt;
US man, Eugene Pitts, found not-guilty of tax evasion after blaming a computer virus.  Avoids ~$900,000 in fines.&lt;br /&gt;
http://www.sophos.com/pressoffice/news/articles/2003/08/va_virustax.html &lt;br /&gt;
&lt;br /&gt;
United States v. Michael McCourt U.S. Court of Appeals Case 1/24/06 Western District of Missouri.  Guilty charge upheld.&lt;br /&gt;
http://www.ca8.uscourts.gov/opndir/06/11/061018P.pdf &lt;br /&gt;
&lt;br /&gt;
Karl Schofield walked free from court yesterday after prosecutors accepted an expert's report that the &amp;quot;Trojan&amp;quot; program could have saved the 14 depraved images off the internet without his knowledge. http://www.getreading.co.uk/news/6/6541/program_put_child_porn_pics_on_my_pc &lt;br /&gt;
&lt;br /&gt;
Julian Green, 45, of Torquay, Devon was cleared in court in July of 13 charges of making indecent images, claiming computer malware was to blame.&lt;br /&gt;
http://www.sophos.com/pressoffice/news/articles/2003/08/va_porntrojan.html &lt;br /&gt;
&lt;br /&gt;
Aaron Cafrey acquitted with Trojan defense after US authorities claimed traced DOS activity to his machine&lt;br /&gt;
http://news.com.com/2100-7349-5092781.html?tag=txt &lt;br /&gt;
&lt;br /&gt;
A former Georgia teacher blames computer viruses for altering his Web sites and uploading child porn images. Guilty charge upheld.&lt;br /&gt;
http://news.zdnet.com/2100-1009_22-6130218.html &lt;br /&gt;
&lt;br /&gt;
Odd spin on the issue, where a hacker used a Trojan to gain access to potential pedophile’s computers.&lt;br /&gt;
http://www.darkreading.com/document.asp?doc_id=118157&lt;br /&gt;
&lt;br /&gt;
Bandy’s defense attorney asserted that a “virus” or “trojan” must have downloaded the child pornography to Bandy’s computer without his knowledge.&lt;br /&gt;
http://www.foxnews.com/story/0,2933,247903,00.html&lt;br /&gt;
&lt;br /&gt;
A man found with more than 1,700 indecent images of children on his computer claimed a virus was to blame, a court heard. But Mark Craney, 33, from Knowle, was found guilty at Warwick Crown Court on 16 charges of making indecent images of children by downloading them onto his computer. http://icbirmingham.icnetwork.co.uk/0100news/0100localnews/tm_objectid=15104065&amp;amp;method=full&amp;amp;siteid=50002&amp;amp;headline=man-blamed-net-virus-for-child-porn-name_page.html &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
More links from previous research. &lt;br /&gt;
&lt;br /&gt;
[1] http://www.cnn.com/2003/TECH/internet/10/28/hacker.defense.reut/index.html&lt;br /&gt;
&lt;br /&gt;
[2] http://news.com.com/2100-7349_3-5092781.html &lt;br /&gt;
&lt;br /&gt;
[3]http://www.fedlawyerguy.org/2003/11/the_trojan_defense.html&lt;br /&gt;
&lt;br /&gt;
[4]http://www.theregister.co.uk/2003/04/24/trojan_defence_clears_man/&lt;br /&gt;
&lt;br /&gt;
[5]http://www.austlii.edu.au/au/cases/cth/high_ct/2006/39.html&lt;br /&gt;
&lt;br /&gt;
[6]http://www.castlecops.com/modules.php?name=News&amp;amp;file=print&amp;amp;sid=2946&lt;br /&gt;
&lt;br /&gt;
[7]http://direct.bl.uk/bld/PlaceOrder.do?UIN=161932125&amp;amp;ETOC=RN&amp;amp;from=searchengine &lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.cybersecurityinstitute.biz/tpicq.htm The &amp;quot;Tools Proven in Court&amp;quot; Question]&lt;br /&gt;
&lt;br /&gt;
=Privacy and Surveillance Laws=&lt;br /&gt;
&lt;br /&gt;
18 USC 2510 et seq., 18 USC 2701 et. seq., 18 USC 1030 and other statutes regulate the information private entities and law enforcement can access over a computer network.  &lt;br /&gt;
&lt;br /&gt;
The following forensic tools, which can capture forensic images remotely over a network, may raise interesting legal questions under these and other statutes.&lt;br /&gt;
&lt;br /&gt;
Paraben Enterprise and Shuttle: &lt;br /&gt;
http://www.paraben-enterprise.com/&lt;br /&gt;
&lt;br /&gt;
WetStone LiveWire Investigator: &lt;br /&gt;
http://www.000.shoppingcartsplus.com/catalog/item/4170630/4050602.htm&lt;br /&gt;
&lt;br /&gt;
ProDiscover IR: &lt;br /&gt;
http://www.techpathways.com/ProDiscoverIR.htm&lt;br /&gt;
&lt;br /&gt;
EnCase Enterprise: &lt;br /&gt;
http://www.encase.com/products/ee_index.asp&lt;br /&gt;
&lt;br /&gt;
Vontu: &lt;br /&gt;
http://www.vontu.com/products/default.asp&lt;br /&gt;
&lt;br /&gt;
=Cybersecurity Research=&lt;br /&gt;
* [http://papers.ssrn.com/sol3/papers.cfm?abstract_id=1113014 Toward a Culture of Cybersecurity Research], Aaron J. Burstein, University of California, Berkeley - School of Law. 2008, UC Berkeley Public Law Research Paper No. 1113014 &lt;br /&gt;
&lt;br /&gt;
[[Category:Bibliographies]]&lt;/div&gt;</summary>
		<author><name>Jessek</name></author>	</entry>

	<entry>
		<id>http://www.forensicswiki.org/wiki/User_talk:2L</id>
		<title>User talk:2L</title>
		<link rel="alternate" type="text/html" href="http://www.forensicswiki.org/wiki/User_talk:2L"/>
				<updated>2009-09-11T18:47:08Z</updated>
		
		<summary type="html">&lt;p&gt;Jessek: Created page with 'You are attempting to delete a valid link on the Anti-forensic techniques‎ page. Can you please explain why you feel this link should not be on the page? Your reasons could…'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;You are attempting to delete a valid link on the [[Anti-forensic techniques‎]] page. Can you please explain why you feel this link should not be on the page? Your reasons could help see your point of view. [[User:Jessek|Jessek]] 18:47, 11 September 2009 (UTC)&lt;/div&gt;</summary>
		<author><name>Jessek</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>2009-09-09T01:42:21Z</updated>
		
		<summary type="html">&lt;p&gt;Jessek: Undo revision 9418 by 2L (Talk) - Why was this link removed? It seems appropriate to the page&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;
=Traditional anti-forensics=&lt;br /&gt;
==Overwriting Data and Metadata==&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. &lt;br /&gt;
&lt;br /&gt;
Overwriting programs typically operate in one of three modes:&lt;br /&gt;
# The program can overwrite the entire media.&lt;br /&gt;
# The program can attempt to overwrite individual files. This task is complicated by journaling file systems: the file itself may be overwritten, but portions may be left in the journal.&lt;br /&gt;
# The program can attempt to overwrite files that were previously “deleted” but left on the drive. Programs typically do this by creating one or more files on the media and then writing to these files until no free space remains, taking special measures to erase small files — for example, files that exist entirely within the Windows Master File Table of an NTFS partition (Garfinkel and Malan, 2005).&lt;br /&gt;
&lt;br /&gt;
Programs employ a variety of techniques to overwrite data. Apple’s Disk Utility allows data to be overwritten with a single pass of NULL bytes, with 7 passes of random data, or with 35 passes of data. Microsoft’s cipher.exe, writes a pass of zeros, a pass of FFs, and a pass of random data, in compliance with DoD standard 5220.22-M. (US DoD, 1995). In 1996 Gutmann asserted that it might be possible to recover overwritten data and proposed a 35-pass approach for assured sanitization (Gutmann 1996). However, a single overwriting pass is now viewed as sufficient for [[Sanitizing Tools|sanitizing]] data from ATA drives with capacities over 15 GB that were manufactured after 2001 (NIST 2006).&lt;br /&gt;
&lt;br /&gt;
Be aware that software 'data destroyers' may not necessarily 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;
===Overwriting Metadata===&lt;br /&gt;
If the examiner knows when an attacker had access to a Windows, Mac or Unix system, it is frequently possible to determine which files the attacker accessed, by examining file “access” times for every file on the system. Some CFTs can prepare a “timeline” of the attacker’s actions by sorting all of the computer’s timestamps in chronological order. Although an attacker could wipe the contents of the media, this action itself might attract attention. Instead, the attacker might hide their tracks by overwriting the access times themselves so that the timeline could not be reliably constructed.&lt;br /&gt;
&lt;br /&gt;
For example, [[Timestomp]] will overwrite [[NTFS]] “create,” “modify,” “access,” and “change” timestamps ([[Metasploi]]t 2006). [[The Defiler’s Toolkit]] can overwrite inode timestamps and deleted directory entries on many Unix systems; timestamps on allocated files can also be modified using the Unix touch command ([[The Grugq]] 2003).&lt;br /&gt;
&lt;br /&gt;
=== Preventing Data Creation ===&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;
For example, a partition can be mounted read-only or accessed through the raw device to prevent the file access times from being updated. The Windows registry key HKLM\SYSTEM\CurrentControlSet\Control\FileSystem\NtfsDisableLastAccessUpdate can be set to “1” to disable updating of the last-accessed timestamp; this setting is default under Windows Vista (Microsoft 2006).&lt;br /&gt;
&lt;br /&gt;
==Cryptography, Steganography, and other Data Hiding Approaches==&lt;br /&gt;
=== Encrypted Data ===&lt;br /&gt;
Cryptographic file systems transparently encrypt data when it is written to the disk and decrypt data when it is read back, making the data opaque to any attacker (or CFT) that does not have the key. These file systems are now readily available for Windows, Mac OS, and Linux. The key can be protected with a passphrase or stored on an auxiliary device such as a USB token. If there is no copy of the key, intentionally destroying the key makes the data stored on the media inaccessible (Boneh and Lipton, 1996). Even if the cryptographic system lacks an intentional sanitization command or “self-destruct,” cryptography can still be a potent barrier to forensic analysis if the cryptographic key is unknown to the examiner. &lt;br /&gt;
&lt;br /&gt;
Cryptography can also be used at the application level. For example, Microsoft Word can be configured to encrypt the contents of a document by specifying that the document has a “password to open.” Although older versions of Microsoft Word encrypted documents with a 40-bit key that can be cracked with commercial tools, modern versions can optionally use a 128-bit encryption that is uncrackable if a secure passphrase is used. &lt;br /&gt;
===	Encrypted Network Protocols===&lt;br /&gt;
Network traffic can likewise be encrypted to protect its content from forensic analysis. Cryptographic encapsulation protocols such as [[SSL forensics|SSL]] and SSH only protect the content of the traffic. Protecting against traffic analysis requires the use of intermediaries. Onion Routing (Goldschlag, Reed and Syverson, 1999) combines both approaches with multiple layers of encryption, so that no intermediary knows both ends of the communication and the plaintext content.&lt;br /&gt;
&lt;br /&gt;
''More information: [[Tor]] and [[VPN]].''&lt;br /&gt;
&lt;br /&gt;
===Program Packers===&lt;br /&gt;
Packers are commonly used by attackers so that attack tools will not be subject to reverse engineering or detection by scanning. Packers such as PECompact (Bitsum 2006) and Burneye (Vrba 2004) will take a second program, compress and/or encrypt it, and wrap it with a suitable extractor. Packers can also incorporate active protection against debugging or reverse engineering techniques. For example, Shiva will exit if its process is being traced; if the process is not being traced, it will create a second process, and the two processes will then trace each other, since each process on a Unix system may only be traced by one other process. (Mehta and Clowes, 2003)&lt;br /&gt;
&lt;br /&gt;
Packed programs that require a password in order to be run can be as strong as their encryption and password. However, the programs are vulnerable at runtime. Burndump is a loadable kernel module (LKM) that automatically detects when a Burneye-protected file is run, waits for the program to be decrypted, and then writes the raw, unprotected binary to another location (ByteRage 2002). Packed programs are also vulnerable to static analysis if no password is required (Eagle 2003).&lt;br /&gt;
=== Steganography ===&lt;br /&gt;
Steganography can be used to embed encrypted data in a cover text to avoid detection. Steghide embeds text in JPEG, MBP, MP3, WAV and AU files (Hetzl 2002). Hydan exploits redundancy in the x86 instruction set; it can encode roughly 1 byte per 110 (El-Khalil 2004). Stegdetect (Provos 2004) can detect some forms of steganography. &lt;br /&gt;
&lt;br /&gt;
StegFS hides encrypted data in the unused blocks of a Linux ext2 file system, making the data “look like a partition in which unused blocks have recently been overwritten with random bytes using some disk wiping tool” (McDonald and Kuhn, 2003).&lt;br /&gt;
&lt;br /&gt;
[[FreeOTFE]] and [[TrueCrypt]] allow a second encrypted file system to be hidden within another encrypted file system. The goal of this filesystem-within-a-filesystem is to allow the users to have a “decoy” file system with data that is interesting but not overtly sensitive. A person who is arrested or captured with a laptop encrypted using this software could then give up the first file system’s password, with the hope that the decoy would be sufficient to satisfy the person’s interrogators.&lt;br /&gt;
&lt;br /&gt;
===	Generic Data Hiding===&lt;br /&gt;
Data can also be hidden in unallocated or otherwise unreachable locations that are ignored by the current generation of forensic tools. &lt;br /&gt;
&lt;br /&gt;
Metasploit’s Slacker will hide data within the slack space of FAT or NTFS file system. FragFS hides data within the NTFS Master File Table. RuneFS (Grugq 2003) stores data in bad blocks. (Thompson and Monroe, 2006). Waffen FS stores data in the ext3 journal file (Eckstein and Jahnke 2005). KY FS stores data in directories (Grugq 2003). Data Mule FS stores data in inode reserved space (Grugq 2003). It is also possible to store information in the unallocated pages of Microsoft Office files.&lt;br /&gt;
&lt;br /&gt;
Information can be stored in the [[DCO and HPA|Host Protected Area]] (HPA) and the [[DCO and HPA|Device Configuration Overlay]] (DCO) areas of modern ATA hard drives. Data in the HPA and DCO is not visible to the BIOS or operating system, although it can be extracted with special tools.&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;
=Other Anti Forensics=&lt;br /&gt;
==Targeting forensic tool blind spots==&lt;br /&gt;
==Targeting forensic tool vulnerabilities==&lt;br /&gt;
==Targeting generic tool/lib vulnerabilities==&lt;br /&gt;
=References=&lt;br /&gt;
Garfinkel, S.,  Anti-Forensics: Techniques, Detection and Countermeasures, The 2nd International Conference on i-Warfare and Security (ICIW), Naval Postgraduate School, Monterey, CA, March 8-9, 2007. [http://www.simson.net/clips/academic/2007.ICIW.AntiForensics.pdf]&lt;br /&gt;
&lt;br /&gt;
Henrique, G. Wendel, Anti Forensics: Making computer forensics hard, Code Breakers III, São Paulo, Brazil, Setember 2006.&lt;br /&gt;
[http://ws.hackaholic.org/slides/AntiForensics-CodeBreakers2006-Translation-To-English.pdf]&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
* [[:Category:Anti-forensics tools|Anti-forensics tools category]]&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;br /&gt;
&lt;br /&gt;
* [http://ws.hackaholic.org/slides/AntiForensics-CodeBreakers2006-Translation-To-English.pdf Anti Forensics: making computer forensics hard]&lt;br /&gt;
&lt;br /&gt;
* [http://seclists.org/bugtraq/2008/Nov/0038.html PTK Forensic Local Command Execution Vulnerability]&lt;br /&gt;
&lt;br /&gt;
* [http://www.irongeek.com/i.php?page=videos/anti-forensics-occult-computing Anti-Forensics Class] Little over 3hr of video on the subject of anti-forensic techniques &lt;br /&gt;
[[Category:Anti-Forensics]]&lt;/div&gt;</summary>
		<author><name>Jessek</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>2009-09-09T01:40:37Z</updated>
		
		<summary type="html">&lt;p&gt;Jessek: /* Windows-based Tools */ - Changed to local link&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;
&lt;br /&gt;
* [[:Category:Disk Imaging]]&lt;br /&gt;
* [[Tools:Data Recovery]] (including file [[carving]])&lt;br /&gt;
* [[Tools:File Analysis]]&lt;br /&gt;
* [[Tools:Document Metadata Extraction]]&lt;br /&gt;
* [[Tools:Memory Imaging]]&lt;br /&gt;
* [[Tools:Network Forensics]]&lt;br /&gt;
* [[Tools:Logfile Analysis]]&lt;br /&gt;
* [[:Category:Anti-forensics tools]]&lt;br /&gt;
* [[:Category:Secure deletion]]&lt;br /&gt;
&lt;br /&gt;
= Disk Analysis Tools =&lt;br /&gt;
== Hard Drive Firmware and Diagnostics Tools ==&lt;br /&gt;
; [[PC-3000]] from [[DeepSpar Data Recovery Systems]]&lt;br /&gt;
: http://www.deepspar.com/products-pc-3000-drive.html&lt;br /&gt;
: http://www.pc-3000.com/&lt;br /&gt;
&lt;br /&gt;
== Linux-based Tools ==&lt;br /&gt;
; [[LINReS]] by [[NII Consulting Pvt. Ltd.]]&lt;br /&gt;
: http://www.niiconsulting.com/innovation/linres.html&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;
; [[MacForensicsLab]] by [[Subrosasoft]]&lt;br /&gt;
: [http://www.subrosasoft.com/OSXSoftware/index.php?main_page=product_info&amp;amp;cPath=39&amp;amp;products_id=114 MacForensicLab-Subrosasoft]&lt;br /&gt;
&lt;br /&gt;
; [[Mac Marshal]] by [[ATC-NY]]&lt;br /&gt;
: http://www.macmarshal.com/&lt;br /&gt;
&lt;br /&gt;
== Windows-based Tools ==&lt;br /&gt;
&lt;br /&gt;
; [[Blackthorn GPS Forensics]]&lt;br /&gt;
: http://www.blackthorngps.com&lt;br /&gt;
&lt;br /&gt;
; [[HBGary Responder Professional]]  - Windows Physical Memory Forensic Platform&lt;br /&gt;
:http://www.hbgary.com&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;
; [[EMail Detective - Forensic Software Tool]] by [[Hot Pepper Technology, Inc]]&lt;br /&gt;
; http://www.hotpepperinc.com/emd&lt;br /&gt;
&lt;br /&gt;
; [[EnCase]] by [[Guidance Software]]&lt;br /&gt;
: http://www.guidancesoftware.com/&lt;br /&gt;
&lt;br /&gt;
; [[fbi (tool)|fbi]] by [[Nuix Pty Ltd]]&lt;br /&gt;
: http://www.nuix.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;
; [[Mercury Indexer]] by [[MicroForensics, Inc.]]&lt;br /&gt;
: http://www.MicroForensics.com/&lt;br /&gt;
&lt;br /&gt;
; [[OnLineDFS]] by [[Cyber Security Technologies]]&lt;br /&gt;
: http://www.cyberstc.com/&lt;br /&gt;
&lt;br /&gt;
; [[P2 Power Pack]] by [[Paraben]]&lt;br /&gt;
: https://www.paraben-forensics.com/catalog/product_info.php?cPath=25&amp;amp;products_id=187&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;
; [[Prodiscover]] by [[Techpathways]]&lt;br /&gt;
: http://www.techpathways.com/ProDiscoverWindows.htm&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;
: [[Linux]] based file carving program&lt;br /&gt;
&lt;br /&gt;
; [[Scalpel]]&lt;br /&gt;
: http://www.digitalforensicssolutions.com/Scalpel/&lt;br /&gt;
: [[Linux]] and [[Windows]] file carving program originally based on [[foremost]].&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;
; The [[Open Computer Forensics Architecture]]&lt;br /&gt;
: http://ocfa.sourceforge.net/&lt;br /&gt;
&lt;br /&gt;
; [[pyflag]]&lt;br /&gt;
: http://www.pyflag.net/PyFlagWiki/&lt;br /&gt;
: Web-based, database-backed forensic and log analysis GUI written in Python.&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;
; [[Hachoir]]&lt;br /&gt;
: A generic framework for binary file manipulation, it supports [[FAT12]], [[FAT16]], [[FAT32]], [[ext2|ext2/ext3]], Linux swap, MSDOS partition header, etc. Recognize file type. Able to find subfiles (hachoir-subfile).&lt;br /&gt;
&lt;br /&gt;
== [[NDA]] and [[scoped distribution]] tools ==&lt;br /&gt;
&lt;br /&gt;
= Enterprise Tools (Proactive Forensics)=&lt;br /&gt;
&lt;br /&gt;
; [[P2 Enterprise Edition]] by [[Paraben]]&lt;br /&gt;
: http://www.paraben-forensics.com/enterprise_forensics.html&lt;br /&gt;
&lt;br /&gt;
; [[LiveWire Investigator 2008]] by [[WetStone Technologies]]&lt;br /&gt;
: http://www.wetstonetech.com/f/livewire2008.html&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]] ([[Helix3 Pro]])&lt;br /&gt;
: A [[Live CD]] built on top of [[Ubuntu]] with special tools for [[Incident Response|incident response]] and electronic discovery.&lt;br /&gt;
: A hybrid CD which also contains a [[Cygwin]] environment for use on a running Windows system (w/o rebooting) including the Sysinternals tools.&lt;br /&gt;
&lt;br /&gt;
; [[SNARL]]&lt;br /&gt;
: A FreeBSD based forensics Bootable ISO (includes Autopsy and Sleuth Kit).&lt;br /&gt;
: http://sourceforge.net/projects/snarl/&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;
; [[Penguin Sleuthkit]]&lt;br /&gt;
: A Linux [[Live CD]] that includes SleuthKit.&lt;br /&gt;
: http://penguinsleuth.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;
; [[DEFT Linux]]&lt;br /&gt;
: A Live CD built on top of [[Xubuntu]] with the best tools for computer forensics and incident response.&lt;br /&gt;
: It's a very light and fast live system created for the Computer Forensics specialist. &lt;br /&gt;
: The first live CD with [[AFF]], dhash and [[Xplico]].&lt;br /&gt;
: http://www.deftlinux.net&lt;br /&gt;
&lt;br /&gt;
; [[Recovery Is Possible]]&lt;br /&gt;
: A [[Linux]] [[Live CD]] with a number of recovery applications such as [[TestDisk]], [[PhotoRec]] etc.&lt;br /&gt;
: http://www.tux.org/pub/people/kent-robotti/looplinux/rip/&lt;br /&gt;
&lt;br /&gt;
; [[Ubuntu-Rescue-Remix]]&lt;br /&gt;
: Ubuntu-rescue-remix is a live cd that provides the data recovery expert with an environment equipped with the best free-libre, open source data recovery and forensics tools available. Since many of those libraries and tools are part of the Ubuntu Installer, it makes sense to remix Ubuntu into a lightweight and powerful environment for data recovery.  This project was formerly known as Rescubuntu.&lt;br /&gt;
:http://ubuntu-rescue-remix.org/&lt;br /&gt;
&lt;br /&gt;
; [[Stagos FSE]]&lt;br /&gt;
: Stagos FSE aims to be a computer forensic framework based on Ubuntu Linux. It can read various filesystems, including [[NTFS]], and [[EnCase]] images.&lt;br /&gt;
:http://stagos.mrp-bpp.net/&lt;br /&gt;
&lt;br /&gt;
; [[4BAK liveUSB]]&lt;br /&gt;
: 4bak is a Slax-based LiveUSB with a collection of forensics command line interface (CLI) tools.&lt;br /&gt;
:http://4bak.org/&lt;br /&gt;
&lt;br /&gt;
= Personal Digital Device Tools=&lt;br /&gt;
&lt;br /&gt;
== GPS Forensics ==&lt;br /&gt;
&lt;br /&gt;
; [[Blackthorn GPS Forensics]]&lt;br /&gt;
&lt;br /&gt;
== PDA Forensics ==&lt;br /&gt;
; [[Cellebrite UFED]]&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;
; [[Cellebrite UFED]]&lt;br /&gt;
; [[DataPilot Secure View]]&lt;br /&gt;
; [[GSM .XRY]]&lt;br /&gt;
; [[Fernico ZRT]]&lt;br /&gt;
; [[ForensicMobile]]&lt;br /&gt;
; [[LogiCube CellDEK]]&lt;br /&gt;
; [[MOBILedit!]]&lt;br /&gt;
; [[Oxygen Forensic Suite 2]]&lt;br /&gt;
: http://www.oxygen-forensic.com&lt;br /&gt;
; [[Paraben's Device Seizure]] and [[Paraben's Device Seizure Toolbox]]&lt;br /&gt;
: http://www.paraben-forensics.com/handheld_forensics.html&lt;br /&gt;
; [[Serial Port Monitoring]]&lt;br /&gt;
; [[TULP2G]]&lt;br /&gt;
&lt;br /&gt;
== SIM Card Forensics ==&lt;br /&gt;
; [[Cellebrite UFED]]&lt;br /&gt;
; [[ForensicSIM]]&lt;br /&gt;
; [[Paraben's SIM Card Seizure]]&lt;br /&gt;
: http://www.paraben-forensics.com/handheld_forensics.html&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;
= Other Tools =&lt;br /&gt;
&lt;br /&gt;
; [[VMware]] Player&lt;br /&gt;
: http://www.vmware.com/products/player/&lt;br /&gt;
: http://en.wikipedia.org/wiki/VMware#VMware_Workstation&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;
; Computer Forensics Toolkit&lt;br /&gt;
: http://computer-forensics.privacyresources.org&lt;br /&gt;
: This is a collection of resources, most of which are informational, designed specifically to guide the beginner, often in a procedural sense.&lt;br /&gt;
&lt;br /&gt;
; Webtracer&lt;br /&gt;
: http://www.forensictracer.com&lt;br /&gt;
: Software for forensic analysis of internet resources (IP address, e-mail address, domain name, URL, e-mail headers, log files...)&lt;br /&gt;
&lt;br /&gt;
; Live View&lt;br /&gt;
: http://liveview.sourceforge.net/&lt;br /&gt;
: Live View is a graphical forensics tool that creates a [[VMware]] [[virtual machine]] out of a dd disk image or physical disk. &lt;br /&gt;
&lt;br /&gt;
; Parallels VM&lt;br /&gt;
: http://www.parallels.com/&lt;br /&gt;
: http://en.wikipedia.org/wiki/Parallels_Workstation&lt;br /&gt;
&lt;br /&gt;
; Microsoft Virtual PC&lt;br /&gt;
: http://www.microsoft.com/windows/products/winfamily/virtualpc/default.mspx&lt;br /&gt;
: http://en.wikipedia.org/wiki/Virtual_PC&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;
&lt;br /&gt;
; [[Cellebrite UFED]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
; [[hexdump]]&lt;br /&gt;
: ...&lt;br /&gt;
&lt;br /&gt;
; [[HexFiend]]&lt;br /&gt;
: A hex editor for Apple OS X&lt;br /&gt;
: http://ridiculousfish.com/hexfiend/&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/products/phonesweep/&lt;br /&gt;
:PhoneSweep is a commercial grade multi-line wardialer used by many security auditors to run telephone line scans in their organizations. PhoneSweep Gold is the distributed-access add-on for PhoneSweep, for organizations that need to run scans remotely.&lt;/div&gt;</summary>
		<author><name>Jessek</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>2009-09-09T01:40:03Z</updated>
		
		<summary type="html">&lt;p&gt;Jessek: /* GPS Forensics */ - Changed to local link&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;
&lt;br /&gt;
* [[:Category:Disk Imaging]]&lt;br /&gt;
* [[Tools:Data Recovery]] (including file [[carving]])&lt;br /&gt;
* [[Tools:File Analysis]]&lt;br /&gt;
* [[Tools:Document Metadata Extraction]]&lt;br /&gt;
* [[Tools:Memory Imaging]]&lt;br /&gt;
* [[Tools:Network Forensics]]&lt;br /&gt;
* [[Tools:Logfile Analysis]]&lt;br /&gt;
* [[:Category:Anti-forensics tools]]&lt;br /&gt;
* [[:Category:Secure deletion]]&lt;br /&gt;
&lt;br /&gt;
= Disk Analysis Tools =&lt;br /&gt;
== Hard Drive Firmware and Diagnostics Tools ==&lt;br /&gt;
; [[PC-3000]] from [[DeepSpar Data Recovery Systems]]&lt;br /&gt;
: http://www.deepspar.com/products-pc-3000-drive.html&lt;br /&gt;
: http://www.pc-3000.com/&lt;br /&gt;
&lt;br /&gt;
== Linux-based Tools ==&lt;br /&gt;
; [[LINReS]] by [[NII Consulting Pvt. Ltd.]]&lt;br /&gt;
: http://www.niiconsulting.com/innovation/linres.html&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;
; [[MacForensicsLab]] by [[Subrosasoft]]&lt;br /&gt;
: [http://www.subrosasoft.com/OSXSoftware/index.php?main_page=product_info&amp;amp;cPath=39&amp;amp;products_id=114 MacForensicLab-Subrosasoft]&lt;br /&gt;
&lt;br /&gt;
; [[Mac Marshal]] by [[ATC-NY]]&lt;br /&gt;
: http://www.macmarshal.com/&lt;br /&gt;
&lt;br /&gt;
== Windows-based Tools ==&lt;br /&gt;
&lt;br /&gt;
; [http://blackthorngps.com Blackthorn GPS Forensics] by [http://berlacorp.com Berla Corp.]&lt;br /&gt;
: http://www.blackthorngps.com&lt;br /&gt;
&lt;br /&gt;
; [[HBGary Responder Professional]]  - Windows Physical Memory Forensic Platform&lt;br /&gt;
:http://www.hbgary.com&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;
; [[EMail Detective - Forensic Software Tool]] by [[Hot Pepper Technology, Inc]]&lt;br /&gt;
; http://www.hotpepperinc.com/emd&lt;br /&gt;
&lt;br /&gt;
; [[EnCase]] by [[Guidance Software]]&lt;br /&gt;
: http://www.guidancesoftware.com/&lt;br /&gt;
&lt;br /&gt;
; [[fbi (tool)|fbi]] by [[Nuix Pty Ltd]]&lt;br /&gt;
: http://www.nuix.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;
; [[Mercury Indexer]] by [[MicroForensics, Inc.]]&lt;br /&gt;
: http://www.MicroForensics.com/&lt;br /&gt;
&lt;br /&gt;
; [[OnLineDFS]] by [[Cyber Security Technologies]]&lt;br /&gt;
: http://www.cyberstc.com/&lt;br /&gt;
&lt;br /&gt;
; [[P2 Power Pack]] by [[Paraben]]&lt;br /&gt;
: https://www.paraben-forensics.com/catalog/product_info.php?cPath=25&amp;amp;products_id=187&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;
; [[Prodiscover]] by [[Techpathways]]&lt;br /&gt;
: http://www.techpathways.com/ProDiscoverWindows.htm&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;
: [[Linux]] based file carving program&lt;br /&gt;
&lt;br /&gt;
; [[Scalpel]]&lt;br /&gt;
: http://www.digitalforensicssolutions.com/Scalpel/&lt;br /&gt;
: [[Linux]] and [[Windows]] file carving program originally based on [[foremost]].&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;
; The [[Open Computer Forensics Architecture]]&lt;br /&gt;
: http://ocfa.sourceforge.net/&lt;br /&gt;
&lt;br /&gt;
; [[pyflag]]&lt;br /&gt;
: http://www.pyflag.net/PyFlagWiki/&lt;br /&gt;
: Web-based, database-backed forensic and log analysis GUI written in Python.&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;
; [[Hachoir]]&lt;br /&gt;
: A generic framework for binary file manipulation, it supports [[FAT12]], [[FAT16]], [[FAT32]], [[ext2|ext2/ext3]], Linux swap, MSDOS partition header, etc. Recognize file type. Able to find subfiles (hachoir-subfile).&lt;br /&gt;
&lt;br /&gt;
== [[NDA]] and [[scoped distribution]] tools ==&lt;br /&gt;
&lt;br /&gt;
= Enterprise Tools (Proactive Forensics)=&lt;br /&gt;
&lt;br /&gt;
; [[P2 Enterprise Edition]] by [[Paraben]]&lt;br /&gt;
: http://www.paraben-forensics.com/enterprise_forensics.html&lt;br /&gt;
&lt;br /&gt;
; [[LiveWire Investigator 2008]] by [[WetStone Technologies]]&lt;br /&gt;
: http://www.wetstonetech.com/f/livewire2008.html&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]] ([[Helix3 Pro]])&lt;br /&gt;
: A [[Live CD]] built on top of [[Ubuntu]] with special tools for [[Incident Response|incident response]] and electronic discovery.&lt;br /&gt;
: A hybrid CD which also contains a [[Cygwin]] environment for use on a running Windows system (w/o rebooting) including the Sysinternals tools.&lt;br /&gt;
&lt;br /&gt;
; [[SNARL]]&lt;br /&gt;
: A FreeBSD based forensics Bootable ISO (includes Autopsy and Sleuth Kit).&lt;br /&gt;
: http://sourceforge.net/projects/snarl/&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;
; [[Penguin Sleuthkit]]&lt;br /&gt;
: A Linux [[Live CD]] that includes SleuthKit.&lt;br /&gt;
: http://penguinsleuth.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;
; [[DEFT Linux]]&lt;br /&gt;
: A Live CD built on top of [[Xubuntu]] with the best tools for computer forensics and incident response.&lt;br /&gt;
: It's a very light and fast live system created for the Computer Forensics specialist. &lt;br /&gt;
: The first live CD with [[AFF]], dhash and [[Xplico]].&lt;br /&gt;
: http://www.deftlinux.net&lt;br /&gt;
&lt;br /&gt;
; [[Recovery Is Possible]]&lt;br /&gt;
: A [[Linux]] [[Live CD]] with a number of recovery applications such as [[TestDisk]], [[PhotoRec]] etc.&lt;br /&gt;
: http://www.tux.org/pub/people/kent-robotti/looplinux/rip/&lt;br /&gt;
&lt;br /&gt;
; [[Ubuntu-Rescue-Remix]]&lt;br /&gt;
: Ubuntu-rescue-remix is a live cd that provides the data recovery expert with an environment equipped with the best free-libre, open source data recovery and forensics tools available. Since many of those libraries and tools are part of the Ubuntu Installer, it makes sense to remix Ubuntu into a lightweight and powerful environment for data recovery.  This project was formerly known as Rescubuntu.&lt;br /&gt;
:http://ubuntu-rescue-remix.org/&lt;br /&gt;
&lt;br /&gt;
; [[Stagos FSE]]&lt;br /&gt;
: Stagos FSE aims to be a computer forensic framework based on Ubuntu Linux. It can read various filesystems, including [[NTFS]], and [[EnCase]] images.&lt;br /&gt;
:http://stagos.mrp-bpp.net/&lt;br /&gt;
&lt;br /&gt;
; [[4BAK liveUSB]]&lt;br /&gt;
: 4bak is a Slax-based LiveUSB with a collection of forensics command line interface (CLI) tools.&lt;br /&gt;
:http://4bak.org/&lt;br /&gt;
&lt;br /&gt;
= Personal Digital Device Tools=&lt;br /&gt;
&lt;br /&gt;
== GPS Forensics ==&lt;br /&gt;
&lt;br /&gt;
; [[Blackthorn GPS Forensics]]&lt;br /&gt;
&lt;br /&gt;
== PDA Forensics ==&lt;br /&gt;
; [[Cellebrite UFED]]&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;
; [[Cellebrite UFED]]&lt;br /&gt;
; [[DataPilot Secure View]]&lt;br /&gt;
; [[GSM .XRY]]&lt;br /&gt;
; [[Fernico ZRT]]&lt;br /&gt;
; [[ForensicMobile]]&lt;br /&gt;
; [[LogiCube CellDEK]]&lt;br /&gt;
; [[MOBILedit!]]&lt;br /&gt;
; [[Oxygen Forensic Suite 2]]&lt;br /&gt;
: http://www.oxygen-forensic.com&lt;br /&gt;
; [[Paraben's Device Seizure]] and [[Paraben's Device Seizure Toolbox]]&lt;br /&gt;
: http://www.paraben-forensics.com/handheld_forensics.html&lt;br /&gt;
; [[Serial Port Monitoring]]&lt;br /&gt;
; [[TULP2G]]&lt;br /&gt;
&lt;br /&gt;
== SIM Card Forensics ==&lt;br /&gt;
; [[Cellebrite UFED]]&lt;br /&gt;
; [[ForensicSIM]]&lt;br /&gt;
; [[Paraben's SIM Card Seizure]]&lt;br /&gt;
: http://www.paraben-forensics.com/handheld_forensics.html&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;
= Other Tools =&lt;br /&gt;
&lt;br /&gt;
; [[VMware]] Player&lt;br /&gt;
: http://www.vmware.com/products/player/&lt;br /&gt;
: http://en.wikipedia.org/wiki/VMware#VMware_Workstation&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;
; Computer Forensics Toolkit&lt;br /&gt;
: http://computer-forensics.privacyresources.org&lt;br /&gt;
: This is a collection of resources, most of which are informational, designed specifically to guide the beginner, often in a procedural sense.&lt;br /&gt;
&lt;br /&gt;
; Webtracer&lt;br /&gt;
: http://www.forensictracer.com&lt;br /&gt;
: Software for forensic analysis of internet resources (IP address, e-mail address, domain name, URL, e-mail headers, log files...)&lt;br /&gt;
&lt;br /&gt;
; Live View&lt;br /&gt;
: http://liveview.sourceforge.net/&lt;br /&gt;
: Live View is a graphical forensics tool that creates a [[VMware]] [[virtual machine]] out of a dd disk image or physical disk. &lt;br /&gt;
&lt;br /&gt;
; Parallels VM&lt;br /&gt;
: http://www.parallels.com/&lt;br /&gt;
: http://en.wikipedia.org/wiki/Parallels_Workstation&lt;br /&gt;
&lt;br /&gt;
; Microsoft Virtual PC&lt;br /&gt;
: http://www.microsoft.com/windows/products/winfamily/virtualpc/default.mspx&lt;br /&gt;
: http://en.wikipedia.org/wiki/Virtual_PC&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;
&lt;br /&gt;
; [[Cellebrite UFED]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
; [[hexdump]]&lt;br /&gt;
: ...&lt;br /&gt;
&lt;br /&gt;
; [[HexFiend]]&lt;br /&gt;
: A hex editor for Apple OS X&lt;br /&gt;
: http://ridiculousfish.com/hexfiend/&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/products/phonesweep/&lt;br /&gt;
:PhoneSweep is a commercial grade multi-line wardialer used by many security auditors to run telephone line scans in their organizations. PhoneSweep Gold is the distributed-access add-on for PhoneSweep, for organizations that need to run scans remotely.&lt;/div&gt;</summary>
		<author><name>Jessek</name></author>	</entry>

	<entry>
		<id>http://www.forensicswiki.org/wiki/MagicBerry_IPD_Reader</id>
		<title>MagicBerry IPD Reader</title>
		<link rel="alternate" type="text/html" href="http://www.forensicswiki.org/wiki/MagicBerry_IPD_Reader"/>
				<updated>2009-08-06T10:59:00Z</updated>
		
		<summary type="html">&lt;p&gt;Jessek: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''MagicBerry''' is a tool to read and edit the service book in a [[BlackBerry]] backup file (.ipd).&lt;br /&gt;
The program can parse the IPD, read all of the databases it contains, and display them. Users can then export the information or edit it.&lt;br /&gt;
&lt;br /&gt;
The program, developed by [[Mena Step Innovative Solutions]], is available at no cost. &lt;br /&gt;
&lt;br /&gt;
== Screenshots ==&lt;br /&gt;
&lt;br /&gt;
[[File:4.jpg]]&lt;br /&gt;
[[File:5.jpg]]&lt;br /&gt;
&lt;br /&gt;
Edit Service Book&lt;br /&gt;
[[File:6.jpg]]&lt;br /&gt;
&lt;br /&gt;
Export Data&lt;br /&gt;
[[File:8.jpg]]&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
* [http://menastep.com/ Official web site]&lt;br /&gt;
&lt;br /&gt;
[[Category:Windows]]&lt;br /&gt;
[[Category:Tools]]&lt;/div&gt;</summary>
		<author><name>Jessek</name></author>	</entry>

	<entry>
		<id>http://www.forensicswiki.org/wiki/MagicBerry_IPD_Reader</id>
		<title>MagicBerry IPD Reader</title>
		<link rel="alternate" type="text/html" href="http://www.forensicswiki.org/wiki/MagicBerry_IPD_Reader"/>
				<updated>2009-08-06T10:58:25Z</updated>
		
		<summary type="html">&lt;p&gt;Jessek: Made vendor neutral, added external link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''MagicBerry''' is a tool to read and edit the service book in a [[BlackBerry]] backup file (.ipd)]].&lt;br /&gt;
The program can parse the IPD, read all of the databases it contains, and display them. Users can then export the information or edit it.&lt;br /&gt;
&lt;br /&gt;
The program, developed by [[Mena Step Innovative Solutions]], is available at no cost. &lt;br /&gt;
&lt;br /&gt;
== Screenshots ==&lt;br /&gt;
&lt;br /&gt;
[[File:4.jpg]]&lt;br /&gt;
[[File:5.jpg]]&lt;br /&gt;
&lt;br /&gt;
Edit Service Book&lt;br /&gt;
[[File:6.jpg]]&lt;br /&gt;
&lt;br /&gt;
Export Data&lt;br /&gt;
[[File:8.jpg]]&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
* [http://menastep.com/ Official web site]&lt;br /&gt;
&lt;br /&gt;
[[Category:Windows]]&lt;br /&gt;
[[Category:Tools]]&lt;/div&gt;</summary>
		<author><name>Jessek</name></author>	</entry>

	<entry>
		<id>http://www.forensicswiki.org/wiki/Write_Blockers</id>
		<title>Write Blockers</title>
		<link rel="alternate" type="text/html" href="http://www.forensicswiki.org/wiki/Write_Blockers"/>
				<updated>2009-07-30T10:28:04Z</updated>
		
		<summary type="html">&lt;p&gt;Jessek: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Write blockers''' are devices that allow acquisition of information on a [[hard drive|drive]] without creating the possibility of accidentally damaging the drive contents. They do this by allowing read commands to pass but by blocking write commands, hence their name.&lt;br /&gt;
&lt;br /&gt;
There are two ways to build a write-blocker: the blocker can allow all commands to pass from the computer to the drive except for those that are on a particular list. Alternatively, the blocker can specifically block the write commands and let everything else through.&lt;br /&gt;
&lt;br /&gt;
Write blockers may also include drive protection which will limit the speed of a drive attached to the blocker. Drives that run at higher speed work harder(the head moves back and forth more often due to read errors). This added protection could allow drives that can not be read at high speed (UDMA modes) to be read at the slower modes (PIO). &lt;br /&gt;
&lt;br /&gt;
There are two types of write blockers, Native and Tailgate. A Native device uses the same interface on for both in and out, for example a IDE to IDE write block. A Tailgate device uses one interface for one side and a different one for the other, for example a Firewire to SATA write block. &lt;br /&gt;
&lt;br /&gt;
Steve Bress and Mark Menz invented hard drive write blocking (US Patent 6,813,682). &lt;br /&gt;
&lt;br /&gt;
There are both hardware and software write blockers. Some software write blockers are designed for a specific operating system. One designed for Windows will not work on Linux. Most hardware write blockers are software independent. &lt;br /&gt;
&lt;br /&gt;
= Commercial Hardware Write Blockers =&lt;br /&gt;
&lt;br /&gt;
'''Hardware write blockers''' can be either [[IDE]]-to-IDE or [[Firewire]]/[[USB]]-to-IDE. Simson prefers the IDE-to-IDE because they deal better with errors on the drive and make it easier to access special information that is only accessible over the IDE interface. You may feel differently.&lt;br /&gt;
&lt;br /&gt;
; [[ICS Drive Lock]]&lt;br /&gt;
: http://www.forensicpc.com/proddetail.asp?prod=DRIVELOCK&amp;amp;cat=13&lt;br /&gt;
&lt;br /&gt;
; MyKey Technology, Inc. NoWrite FPU and FlashBlock II&lt;br /&gt;
: 1.8&amp;quot;/2.5&amp;quot;/3.5&amp;quot;/ IDE to IDE, FireWire/USB to IDE &amp;amp; SATA, all media types - NIST Ver. 2 accepted  &lt;br /&gt;
: http://www.mykeytech.com/&lt;br /&gt;
&lt;br /&gt;
; [[Tableau]] write blockers for IDE, SATA, SCSI, USB  NIST Ver. 1 accepted&lt;br /&gt;
: http://www.tableau.com/index.php?pageid=products&lt;br /&gt;
&lt;br /&gt;
; WiebeTech write-blockers for almost any disk drive: 2.5&amp;quot;/3.5&amp;quot; IDE, SCSI, SATA, ...&lt;br /&gt;
: http://wiebetech.com/home.php?home=5  NIST Ver. 1 accepted&lt;br /&gt;
&lt;br /&gt;
= Commercial Software Write Blockers =&lt;br /&gt;
&lt;br /&gt;
'''Software write blockers''' can be either tailored to an individual operating system or can be an independent boot disk. Their main upsides are with ease of use, since they are on a CD and do not require you to open up the case, and speed since they do not become a bottle neck.&lt;br /&gt;
&lt;br /&gt;
; SAFE boot disk&lt;br /&gt;
: SAFE is a boot disk that boots a computer to a forensically sound (write blocked) version of Windows that serves as a platform for all popular Windows forensics tools. NIST Ver. 1 accepted&lt;br /&gt;
: http://www.forensicsoft.com/&lt;br /&gt;
&lt;br /&gt;
; SAFE Block 1.2&lt;br /&gt;
: SAFE Block XP is a software-based write blocker designed for the Windows XP Operating System. It comes in both 32 and 64 bit options. NIST Ver. 1.2 accepted&lt;br /&gt;
: http://www.forensicsoft.com/&lt;/div&gt;</summary>
		<author><name>Jessek</name></author>	</entry>

	<entry>
		<id>http://www.forensicswiki.org/wiki/Tableau</id>
		<title>Tableau</title>
		<link rel="alternate" type="text/html" href="http://www.forensicswiki.org/wiki/Tableau"/>
				<updated>2009-07-30T10:27:28Z</updated>
		
		<summary type="html">&lt;p&gt;Jessek: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{expand}}&lt;br /&gt;
&lt;br /&gt;
'''Tableau''' makes hard drive [[Write Blockers|write blockers]].&lt;br /&gt;
&lt;br /&gt;
== External Links == &lt;br /&gt;
* [http://www.tableau.com/ Official web site]&lt;br /&gt;
&lt;br /&gt;
[[Category:Vendors]]&lt;/div&gt;</summary>
		<author><name>Jessek</name></author>	</entry>

	<entry>
		<id>http://www.forensicswiki.org/wiki/Tableau</id>
		<title>Tableau</title>
		<link rel="alternate" type="text/html" href="http://www.forensicswiki.org/wiki/Tableau"/>
				<updated>2009-07-30T10:27:11Z</updated>
		
		<summary type="html">&lt;p&gt;Jessek: Created stub&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{expand}}&lt;br /&gt;
&lt;br /&gt;
'''Tableau''' makes hard drive [[write blockers]].&lt;br /&gt;
&lt;br /&gt;
== External Links == &lt;br /&gt;
* [http://www.tableau.com/ Official web site]&lt;br /&gt;
&lt;br /&gt;
[[Category:Vendors]]&lt;/div&gt;</summary>
		<author><name>Jessek</name></author>	</entry>

	<entry>
		<id>http://www.forensicswiki.org/wiki/Data_Compass</id>
		<title>Data Compass</title>
		<link rel="alternate" type="text/html" href="http://www.forensicswiki.org/wiki/Data_Compass"/>
				<updated>2009-07-24T11:21:26Z</updated>
		
		<summary type="html">&lt;p&gt;Jessek: Added link to firmware&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Data Compass''' is a hardware and software data recovery tool produced by [[SalvationDATA]]. The product uses a &amp;quot;3+1 Data Recovery&amp;quot; to restore damaged media. The product is intended to recover data from hard drives with multiple bad sectors, platter surface problems, head instabilities, or are making clicking sounds. The vendor claims to spin up hard drives using an emulated [[firmware]] rather than the drive's own firmware. This could enable recovery from damaged hardware, but this claim has not been independently verified. A software component is available for filesystem repair.&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
[http://www.salvationdata.com Official web site]&lt;br /&gt;
&lt;br /&gt;
[[Category:Disk_imaging]]&lt;/div&gt;</summary>
		<author><name>Jessek</name></author>	</entry>

	<entry>
		<id>http://www.forensicswiki.org/wiki/Data_Compass</id>
		<title>Data Compass</title>
		<link rel="alternate" type="text/html" href="http://www.forensicswiki.org/wiki/Data_Compass"/>
				<updated>2009-07-24T11:20:36Z</updated>
		
		<summary type="html">&lt;p&gt;Jessek: Changed vendor text to NPV, cleanup&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Data Compass''' is a hardware and software data recovery tool produced by [[SalvationDATA]]. The product uses a &amp;quot;3+1 Data Recovery&amp;quot; to restore damaged media. The product is intended to recover data from hard drives with multiple bad sectors, platter surface problems, head instabilities, or are making clicking sounds. The vendor claims to spin up hard drives using an emulated firmware rather than the drive's own firmware. This could enable recovery from damaged hardware, but this claim has not been independently verified. A software component is available for filesystem repair.&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
[http://www.salvationdata.com Official web site]&lt;br /&gt;
&lt;br /&gt;
[[Category:Disk_imaging]]&lt;/div&gt;</summary>
		<author><name>Jessek</name></author>	</entry>

	<entry>
		<id>http://www.forensicswiki.org/wiki/THREADS</id>
		<title>THREADS</title>
		<link rel="alternate" type="text/html" href="http://www.forensicswiki.org/wiki/THREADS"/>
				<updated>2009-07-24T11:19:06Z</updated>
		
		<summary type="html">&lt;p&gt;Jessek: Cleaned up vendor text&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox_Software |&lt;br /&gt;
  name = THREADS Cell Forensic Analysis |&lt;br /&gt;
  maintainer = [[Direct Hit Systems]] |&lt;br /&gt;
  os = n/a |&lt;br /&gt;
  genre = [[Category:Cell Phone Tools|Cell Phone]] |&lt;br /&gt;
  license = {{Commercial}} |&lt;br /&gt;
  website = [http://www.directhitinc.com/Features/CellForensics.aspx http://www.directhitinc.com/] |&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
THREADS™ is a tool for analyzing cell phones. It is designed to reveal patterns and correlations in data found on the phone. The tool can import the phonebook, call records, and SMS messages (text and multimedia). It also supports [[Blackberry]] devices using the standard [[IPD]] file format. &lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
* [http://www.directhitinc.com/Features/CellForensics.aspx Official web site]&lt;/div&gt;</summary>
		<author><name>Jessek</name></author>	</entry>

	<entry>
		<id>http://www.forensicswiki.org/wiki/CodeSuite</id>
		<title>CodeSuite</title>
		<link rel="alternate" type="text/html" href="http://www.forensicswiki.org/wiki/CodeSuite"/>
				<updated>2009-07-24T11:16:22Z</updated>
		
		<summary type="html">&lt;p&gt;Jessek: Edited vendor text to get NPV&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''CodeSuite''' is a collection of computer software analysis tools. The tools, which an examiner uses manually, are designed to look for similar portions of code. This technology can be used to detect plagiarism, theft, or just track the changes to a piece of software over time. &lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
* [http://www.safe-corp.biz/ Official web site]&lt;/div&gt;</summary>
		<author><name>Jessek</name></author>	</entry>

	<entry>
		<id>http://www.forensicswiki.org/wiki/Talk:THREADS</id>
		<title>Talk:THREADS</title>
		<link rel="alternate" type="text/html" href="http://www.forensicswiki.org/wiki/Talk:THREADS"/>
				<updated>2009-07-24T11:13:35Z</updated>
		
		<summary type="html">&lt;p&gt;Jessek: Talk page should not contain same text as main page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Jessek</name></author>	</entry>

	<entry>
		<id>http://www.forensicswiki.org/wiki/Firmware</id>
		<title>Firmware</title>
		<link rel="alternate" type="text/html" href="http://www.forensicswiki.org/wiki/Firmware"/>
				<updated>2009-07-24T11:13:11Z</updated>
		
		<summary type="html">&lt;p&gt;Jessek: Removed extraneous link, cleanup&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A hard drive can be compared to a small computer. It uses microprocessors to control both the physical behavior of the various electro-mechanical components. The logical operations that store and retrieve data as an arrangement of the magnetic particles on the disk surface. This operation is completely independent of the operation of the host PC. Like any computer, the hard drive needs its own software to control the operation of the microprocessors, but unlike a PC this software is limited to the drive’s operational functionality, and is not (and under normal circumstances cannot be) changed by the user. This hard drive ‘software’ is, as a result, more usually referred to as '''Firmware'''. The firmware carries out a range of functions, from what might be termed ‘Analogue’ functions such as controlling the spinning of the disc and positioning of the read/write heads, as well as the ‘Digital’ functions used to pass data files to and from the PC, keeping track of the location and parameters of the data files stored, and many, many more. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Corrupted Firmware ==&lt;br /&gt;
&lt;br /&gt;
Without firmware, or the firmware is corrupted the drive is simply a collection of electronic components.&lt;/div&gt;</summary>
		<author><name>Jessek</name></author>	</entry>

	<entry>
		<id>http://www.forensicswiki.org/wiki/Data_Recovery_Stories</id>
		<title>Data Recovery Stories</title>
		<link rel="alternate" type="text/html" href="http://www.forensicswiki.org/wiki/Data_Recovery_Stories"/>
				<updated>2009-07-24T11:11:19Z</updated>
		
		<summary type="html">&lt;p&gt;Jessek: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Amazing stories of data recovery.&lt;br /&gt;
&lt;br /&gt;
* [http://blocksandfiles.com/article/5056 May 6, 2008 - Kroll recovers over 90% of the data from a 400MB hard drive that was on Shuttle Columbia when it burned up on reentry into Earth's atmosphere.]&lt;/div&gt;</summary>
		<author><name>Jessek</name></author>	</entry>

	</feed>