I am a fan of the TV show numbers. This weeks episode included some computer forensic type activity. For those of you who don't watch this show let me do a brief explanation of what was happening.
To make things short there was a scientist who was working on some formulas at home. He saved the data to his harddrive on his home machine. Someone broke into his house and killed him and then did some "work" on his computer.
The investigator immediately said it was not possible that the intruder copied any data from the drive as there wasn't anything in the event log showing this. I find this completely false, as the intruder could have easily used a hardware duplicator and accomplished this.
None the less following this they found there was a part of the drive that was scrubbed. The technique that they described in the show was that a scrubber randomly changed 1s and 0s thus scrambling the stored data and making it unretrievable. All of the scrubbers I have dealt with methodically write 1s and then 0s with approximately 7 passes to the drive to scrub the data away. Typically deleting a file just deletes the entry in the FAT table, or the inode. This is not acceptable to make data retrieval impossible.
Has anyone had any experience with any type of scrubber that uses the random writing of 1's and 0's? I haven't ever seen anything that uses this concept for scrubbing. They were planning to reverse engineer the program that "randomly" erased the data to find a pattern and then unerase the data back to its original state. This seems very feasible if this type of scrubber even exists.
