Autopsy (software)


Autopsy is computer software that makes it simpler to deploy many of the open source programs and plugins used in The Sleuth Kit. The graphical user interface displays the results from the forensic search of the underlying volume making it easier for investigators to flag pertinent sections of data. The tool is largely maintained by Basis Technology Corp. with the assistance of programmers from the community. The company sells support services and training for using the product.
The tool is designed with these principles in mind:
The core browser can be extended by adding modules that help scan the files, browse the results or summarize results. A collection of open-source modules allow customization.

Process

Autopsy analyzes major file systems by hashing all files, unpacking standard archives, extracting any EXIF values and putting keywords in an index. Some file types like standard email formats or contact files are also parsed and cataloged.
Users can search these indexed files for recent activity or create a report in HTML or PDF summarizing important recent activity. If time is short, users may activate triage features that use rules to analyze the most important files first. Autopsy can save a partial image of these files in the VHD format.

Correlation

Investigators working with multiple machines or file systems can build a central repository of data allowing them to flag phone numbers, email addresses, file or other pertinent data that might be found in multiple places. The SQL Lite or PostgreSQL data base stores the information so investigators can find all occurrences of names, domains, phone numbers or USB registry entries.

Language

Version 2 of Autopsy is written in Perl and it runs on all major platforms including Linux, Unix, macOS, and Windows. It relies upon The Sleuth Kit to analyze the disk. Version 2 is released under the GNU GPL 2.0.
Autopsy 3.0 is written in Java using the NetBeans platform. It was released under the Apache license 2.0.
Autopsy 4.0 runs on Windows, Linux, and macOS.
Autopsy depends on a number of libraries with various licenses. It works with SQL Lite and PostgreSQL data bases to store information. The indices for searching keywords are built with Lucene / SOLR.