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
Direct Download
Read full article as PDF:
Price $2.95
Subscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
Find SysAdmin Jobs
News
-
LibreOffice 7.5 has Arrived and is Loaded with New Features and Improvements
The favorite office suite of the Linux community has a new release that includes some visual refreshing and new features across all modules.
-
The Next Major Release of Elementary OS Has Arrived
It's been over a year since the developers of elementary OS released version 6.1 (Jólnir) but they've finally made their latest release (Horus) available with a renewed focus on the user.
-
KDE Plasma 5.27 Beta Is Ready for Testing
The latest beta iteration of the KDE Plasma desktop is now available and includes some important additions and fixes.
-
Netrunner OS 23 Is Now Available
The latest version of this Linux distribution is now based on Debian Bullseye and is ready for installation and finally hits the KDE 5.20 branch of the desktop.
-
New Linux Distribution Built for Gamers
With a Gnome desktop that offers different layouts and a custom kernel, PikaOS is a great option for gamers of all types.
-
System76 Beefs Up Popular Pangolin Laptop
The darling of open-source-powered laptops and desktops will soon drop a new AMD Ryzen 7-powered version of their popular Pangolin laptop.
-
Nobara Project Is a Modified Version of Fedora with User-Friendly Fixes
If you're looking for a version of Fedora that includes third-party and proprietary packages, look no further than the Nobara Project.
-
Gnome 44 Now Has a Release Date
Gnome 44 will be officially released on March 22, 2023.
-
Nitrux 2.6 Available with Kernel 6.1 and a Major Change
The developers of Nitrux have officially released version 2.6 of their Linux distribution with plenty of new features to excite users.
-
Vanilla OS Initial Release Is Now Available
A stock GNOME experience with on-demand immutability finally sees its first production release.