Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1.25 KB

forensic-rm.md

File metadata and controls

28 lines (17 loc) · 1.25 KB

Forensic rm

rm only removes files from filesystem indexes, but the data remains in place until the event that another file is written on it, which may take several minutes or hours.

Even after the file data overwritten few times, it is still possible to recover the data using expensive forensic methods (only viable for organizations).

To permanently remove data from hard disk, you must use a tool like shred, which writes certain sequences to the hard disk, making it impossible to recover the data even with forensic methods.

Such operations take a very long time, and are not viable on entire hard disks, so if you serious about clearing a hard disk, mechanical destruction is a better option (open the hard disk case and destroy the disk).

This is specially important for data-centers that are reusing / throwing away data.

Tools:

  • full-disk encryption
  • wipe
  • shred
  • sfill

Physical methods:

Recover data removed with rm like tools