Tools for reconstructing deleted data
The Sleuth Kit
One of the most powerful tool collections for forensic work is The Sleuth Kit (TSK) [12], which has been under continuous development for several years. The developer, Brian Carrier, also has a graphical front end called Autopsy [13]. However, the latest version 4.4.1 is only available as a Windows package. To use Autopsy with Linux, you must build it from the source code, which poses massive problems because of partly missing, partly incorrectly designated dependencies.
Because TSK is intended as a command-line tool for users who perform professional data analysis and forensic work, the tool collection is also suitable for many tasks beyond the actual reconstruction of data.
The tools can be found in the software repositories of all the major Linux distributions, as well as in many Live systems with a focus on IT security and data maintenance [14]. TSK includes many tools for data analysis and reconstruction; the individual modules collect a variety of information and take metadata, the filesystem, object names, journals, and data blocks into account.
As supported filesystems, the documentation refers to ISO-9660, standard FAT variants, NTFS, ext2/3/4, and the UFS1 and UFS2 filesystems used by several Unix derivatives. Because of the many parameters, TSK requires a longer training period and therefore is less suitable for occasional data recovery. The fls
and tsk_recover
commands are useful for simple data reconstruction; TSK expects to work on an image generated from the original file as a template, so that it does not destroy reconstructible content by means of accidental write processes on the original disk.
To reconstruct some data on a USB memory stick, first create an image of the damaged drive by using the dd
Linux command; the content can then be displayed with the fls <imagefile>
command. Files with an asterisk are deleted.
The inode number, which is also listed, then lets you reconstruct a file as follows:
istat <imagefile> <inode_number>
and
icat <imagefile> <inode_number> > <filename>
tsk_recover
also relies on other TSK modules when localizing and recovering deleted data; for example, it recovers all files of an image using the
tsk_recover -e <imagefile> <target_directory>
command sequence. These then end up in subdirectories. The -v
option in the command sequence also outputs details to the screen (Figure 8).
Conclusions
All tested programs are up to the task of reconstructing accidentally deleted data or content from corrupted disks (see also the "Not Included" box). However, the approaches to restoring the data differ significantly: Whereas TSK is suitable for professional forensic applications by providing a variety of parameters, at the other end of the spectrum, Foremost and Magic Rescue are easy to use and provide rapid results.
Not Included
This test did not include the Scalpel [15] file carver. Although it provides functionality similar to Foremost, it only supports a few filesystems, which is not optimal, especially in environments with many different operating systems.
I also did not cover ddrescue
[16]. Although the software is very well documented, it was not convincing during a practical test on larger drives with a large amount of lost data and a corrupted partitions table. Because ddrescue
scans the disk several times, depending on the severity of the damage, an attempt to reconstruct the data can take several hours for USB memory sticks of just a few gigabytes. It was also impossible to repair disks that exhibited pronounced fragmentation of residual data as a result of overwriting in a reasonable amount of time.
Anyone who needs professional data reconstruction across an intranet might be interested in the commercial R-Studio. Although the software is not as good as TSK when it comes to court-proof documentation of forensic investigations, its ability to restore lost files outshines PhotoRec and TestDisk.
PhotoRec is well suited for occasional use in multiformat databases, because it provides the most extensive format support.
When it comes to finding a suitable solution, you should first determine your needs before choosing one of these programs for data recovery
Infos
- Backup survey: https://www.backblaze.com/blog/data-backup-survey/
- dcfldd: http://dcfldd.sourceforge.net
- PhotoRec: http://www.cgsecurity.org/wiki/PhotoRec
- TestDisk: http://www.cgsecurity.org/wiki/TestDisk_Download
- PhotoRec supported file formats: http://www.cgsecurity.org/wiki/File_Formats_Recovered_By_PhotoRec
- List of Live systems with TestDisk: http://www.cgsecurity.org/wiki/TestDisk_Livecd
- Magic Rescue: http://freecode.com/projects/magicrescue
- R-Studio: http://www.r-studio.com
- R-Studio online store: http://www.r-tt.com/BuyOnLine.shtml
- Downloading the agent: http://www.r-studio.com/data_recovery_linux/Download.shtml
- Foremost: http://foremost.sourceforge.net
- TSK: https://www.sleuthkit.org
- Autopsy: https://www.sleuthkit.org/autopsy/
- List of distributions and tools with TSK or Autopsy: http://wiki.sleuthkit.org/index.php?title=Tools_Using_TSK_or_Autopsy
- Scalpel: https://sourceforge.net/projects/scalpel/
- ddrescue: https://www.gnu.org/software/ddrescue/
« Previous 1 2 3
Buy this article as PDF
(incl. VAT)
Buy Linux Magazine
Subscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
Support Our Work
Linux Magazine content is made possible with support from readers like you. Please consider contributing when you’ve found an article to be beneficial.
News
-
Rhino Linux Announces Latest "Quick Update"
If you prefer your Linux distribution to be of the rolling type, Rhino Linux delivers a beautiful and reliable experience.
-
Plasma Desktop Will Soon Ask for Donations
The next iteration of Plasma has reached the soft feature freeze for the 6.2 version and includes a feature that could be divisive.
-
Linux Market Share Hits New High
For the first time, the Linux market share has reached a new high for desktops, and the trend looks like it will continue.
-
LibreOffice 24.8 Delivers New Features
LibreOffice is often considered the de facto standard office suite for the Linux operating system.
-
Deepin 23 Offers Wayland Support and New AI Tool
Deepin has been considered one of the most beautiful desktop operating systems for a long time and the arrival of version 23 has bolstered that reputation.
-
CachyOS Adds Support for System76's COSMIC Desktop
The August 2024 release of CachyOS includes support for the COSMIC desktop as well as some important bits for video.
-
Linux Foundation Adopts OMI to Foster Ethical LLMs
The Open Model Initiative hopes to create community LLMs that rival proprietary models but avoid restrictive licensing that limits usage.
-
Ubuntu 24.10 to Include the Latest Linux Kernel
Ubuntu users have grown accustomed to their favorite distribution shipping with a kernel that's not quite as up-to-date as other distros but that changes with 24.10.
-
Plasma Desktop 6.1.4 Release Includes Improvements and Bug Fixes
The latest release from the KDE team improves the KWin window and composite managers and plenty of fixes.
-
Manjaro Team Tests Immutable Version of its Arch-Based Distribution
If you're a fan of immutable operating systems, you'll be thrilled to know that the Manjaro team is working on an immutable spin that is now available for testing.