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
News
-
Kali Linux 2022.3 Released
From the creators of the most popular penetration testing distributions on the planet, comes a new release with some new tools and a community, real-time chat option.
-
The 14" Pinebook Pro Linux Laptop is Shipping
After a considerable delay, the 14" version of the Pinebook Pro laptop is, once again, available for purchase.
-
OpenMandriva Lx ROME Technical Preview Released
OpenMandriva’s rolling release distribution technical preview has been released for testing purposes and adds some of the latest/greatest software into the mix.
-
Linux Mint 21 is Now Available
The latest iteration of Linux Mint, codenamed Vanessa, has been released with a new upgrade tool and other fantastic features.
-
Firefox Adds Long-Anticipated Feature
Firefox 103 has arrived and it now includes a feature users have long awaited…sort of.
-
System76 Refreshes Their Popular Oryx Pro Laptop with a New CPU
The System76 Oryx Pro laptop has been relaunched with a 12th Gen CPU and more powerful graphics options.
-
Elive Has Released a New Beta
The Elive team is proud to announce the latest beta version (3.8.30) of its Enlightenment-centric Linux distribution.
-
Rocky Linux 9 Has Arrived
The latest iteration of Rocky Linux is now available and includes a host of new features and support for new architecture.
-
Slimbook Executive Linux Ultrabook Upgrading Their CPUs
The Spanish-based company, Slimbook, has made available their next generation Slimbook Executive Linux ultrabooks with a 12th Gen Intel Alder Lake CPU.
-
Fedora Linux is Coming to the Raspberry Pi 4
Thanks to significant work in the upstream, the upcoming release of Fedora 37 will introduce support for the Raspberry Pi 4.