
Here are some basic linux forensic tools that usually used by digital forensic analyzer to perform an analysis on disk images.
dd – a tool used to clone a file, disk partition, or even an entire disk content. This is a bit-by-bit cloning tools, so the cloned file or device is 100% identical to the original one as long as the cloned file or device is not modified.
sfdisk and fdisk – tools used to see the disk structure in the computer.
grep– used with the other linux command such as ls or more, the output of the command will only display the lines that match with the pattern given by this command.
looping device – allows us to mount an image without having to rewrite the image to a disk.
md5sum and sha1sum – creating a md5 or sha1 hash of Continue Reading



