Difference between revisions of "The Sleuth Kit"

From SleuthKitWiki
Jump to: navigation, search
(Moved content from main page to this page.)
Line 1: Line 1:
The Sleuth Kit (previously known as TASK) is a collection of UNIX-based command line file and volume system forensic analysis tools. The file system tools allow you to examine file systems of a suspect computer in a non-intrusive fashion. Because the tools do not rely on the operating system to process the file systems, deleted and hidden content is shown.
+
The Sleuth Kit (TSK) is a digital forensics library and collection of command line tools that enable you to analyze disk images. The [[TSK Framework]] makes it easier to build end-to-end digital forensics solutions. TSK can be used in isolation, with the [[Autopsy]] user interface, or with one of the many [[Tools Using TSK or Autopsy]].
  
The volume system (media management) tools allow you to examine the layout of disks and other media. The Sleuth Kit supports DOS partitions, BSD partitions (disk labels), Mac partitions, Sun slices (Volume Table of Contents), and GPT disks. With these tools, you can identify where partitions are located and extract them so that they can be analyzed with file system analysis tools.
+
You can get the official list of features at the [http://www.sleuthkit.org/sleuthkit/desc.php sleuthkit.org] site.
  
When performing a complete analysis of a system, we all know that command line tools can become tedious. The [[Autopsy | Autopsy Forensic Browser]] is a graphical interface to the tools in The Sleuth Kit, which allows you to more easily conduct an investigation. Autopsy provides case management, image integrity, keyword searching, and other automated operations.
+
== Additional Information ==
 
+
* The [[TSK User's Guide]] has information for users who want to use TSK in an investigation.
A new alternative project is [[PTK]], an advance interface based on Web technology. [[PTK]] was developed from scratch and besides providing the functions already present in Autopsy it implements numerous new features essential during forensic activity.
+
* The [[TSK Library User's Guide]] has information for software developers who want to integrate TSK into their system.
 
+
* The [[TSK Developer's Guide]] has information for software developers who want to contribute to the project.
More details about TSK can be found [http://www.sleuthkit.org/sleuthkit/ here].  The [[Tools Using TSK or Autopsy]] page provides information on additional ways of using TSK.
+
 
+
 
+
=== General Interest ===
+
* [[Books and Courses]]
+
* [[Tools Using TSK or Autopsy]] (How to indirectly use TSK or Autopsy)
+
* [[Reference Documents]] (Links to documents and pages used to develop TSK and Autopsy)
+
* [[Presentations]]
+
* [[Case Studies]] (Examples of how TSK can be used)
+
* [[Project Communication]]
+
 
+
=== The Sleuth Kit Documents ===
+
* [[Help Documents]]
+
* [[TSK Library User's Guide]] (for developers who want to use the TSK library in a tool)
+
* [[TSK Developer's Guide]] (for people who want to contribute to the project)
+
* [[Design Documents]] (For developers)
+

Revision as of 21:04, 5 June 2012

The Sleuth Kit (TSK) is a digital forensics library and collection of command line tools that enable you to analyze disk images. The TSK Framework makes it easier to build end-to-end digital forensics solutions. TSK can be used in isolation, with the Autopsy user interface, or with one of the many Tools Using TSK or Autopsy.

You can get the official list of features at the sleuthkit.org site.

Additional Information

  • The TSK User's Guide has information for users who want to use TSK in an investigation.
  • The TSK Library User's Guide has information for software developers who want to integrate TSK into their system.
  • The TSK Developer's Guide has information for software developers who want to contribute to the project.