Cybercrime has become an inexorable threat nowadays. With the advancement of technology, cybercriminals employ vivid techniques to triumph their satanic goals. To thwart these (cyber) ruffians, cyber investigators come into play. A cyber police/investigator obtains a piece of evidence, technically termed a disk image, that can be burnt onto any disk attached to the detective's PC. A couple of popular disk image extensions are .IMG, .ISO and .E01.
Redstone is a tool that functions to a similar degree as FTK imager or Autopsy of The Sleuth Kit (TSK) does. A detective can supply an evidence file (disk image) to the tool and provide Redstone with a couple of seconds to extract all the contents of it into a folder. It's rudimentarily a disk image extractor which aids the investigator in digging deeper into the case. With files of enormous size, Redstone could stretch for a while to complete the extraction into a directory.
- Guarantee that you have installed Python.
- Consider a sample disk file named NTFS.img
To extract it's contents, type:
python3 redstone.py NTFS.img
or,
python redstone.py NTFS.img
- Run the program as mentioned previously.
- When you are prompted for an input, a space delimitered sequence is accepted. Format: file_system offset
a) The first argument is the file system of a partition in the image file (Select a single partition). This is noted by looking into the "Description" from the table displayed before you.
b) The second argument, being an offset value, only a number is accepted. This is noted from the "Start" column of the desired partition. Enter only those digits succeeding the consecutive zeros.
(Encase files are not supported)
- Install 7-Zip from https://7-zip.org/download.html (Important: Remember the path you provide during the installation.)
- Decide the destination to store all the contents of your disk image.
- Copy the path to the source file (img file).
- Run the command as below, replacing the image file and destination (folder) name:
python3 redstone.py NTFS.img extracted
- You would be prompted to provide the path to the directory of 7-Zip. Enter the path that you had noted in step 1 of this process.
- Developed in Karnataka, South India.
- Programmed in python.
Redstone currently functions on not any other OS but Windows and Linux.