Difference between revisions of "The Sleuth Kit"

From SleuthKitWiki
Jump to: navigation, search
m (Reverted edits by Paydayloans9 (talk) to last revision by Wikiadmin)
(Moved content from main page to this page.)
Line 9: Line 9:
 
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.
 
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.
  
==Related Links==
+
 
 +
=== 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 15:00, 5 June 2012

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 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.

When performing a complete analysis of a system, we all know that command line tools can become tedious. The 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.

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.

More details about TSK can be found here. The Tools Using TSK or Autopsy page provides information on additional ways of using TSK.


General Interest

The Sleuth Kit Documents