Difference between revisions of "Autopsy"

From SleuthKitWiki
Jump to: navigation, search
(Created initial version with content from sleuthkit.org)
 
 
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
The Autopsy Forensic Browser is a graphical interface to the command line digital investigation analysis tools in  [[The Sleuth Kit]]. Together, they can analyze Windows and UNIX disks and file systems (NTFS, FAT, UFS1/2, Ext2/3).
+
The Autopsy Forensic Browser is a graphical interface to the [[The Sleuth Kit]] and other digital investigation tools. Together, they can analyze Windows and UNIX disks and file systems (NTFS, FAT, UFS1/2, Ext2/3, etc.).
  
The Sleuth Kit and Autopsy are both Open Source and run on UNIX platforms. As Autopsy is HTML-based, you can connect to the Autopsy server from any platform using an HTML browser. Autopsy provides a "File Manager"-like interface and shows details about deleted data and file system structures.
+
Autopsy 3 is Java-based and designed to be an end-to-end platform for digital forensics.  That means that it can be extended by other developers.  Full details can be found on the [http://sleuthkit.org/autopsy/index.php sleuthkit.org] site.
  
More details and features are listed [http://www.sleuthkit.org/autopsy/ here].
+
Autopsy 2 is an old-school HTML-based interface.  You can get the list of official features at the [http://sleuthkit.org/autopsy/v2/index.php sleuthkit.org] site.
 +
 
 +
 
 +
= Documentation =
 +
* The [[Autopsy User's Guide]] contains a set of links to various forms of documentation (some official and others not).
 +
* The [[Autopsy Developer's Guide]] contains a set of links for building Autopsy modules as well as contributing to the base platform.
 +
* A list of [[Autopsy 3rd Party Modules]] is available.

Latest revision as of 06:37, 21 August 2015

The Autopsy Forensic Browser is a graphical interface to the The Sleuth Kit and other digital investigation tools. Together, they can analyze Windows and UNIX disks and file systems (NTFS, FAT, UFS1/2, Ext2/3, etc.).

Autopsy 3 is Java-based and designed to be an end-to-end platform for digital forensics. That means that it can be extended by other developers. Full details can be found on the sleuthkit.org site.

Autopsy 2 is an old-school HTML-based interface. You can get the list of official features at the sleuthkit.org site.


Documentation