Penetration Testing mailing list archives

Re: Wiping Solaris Servers


From: vtlists () wyae de
Date: Thu, 13 Sep 2007 10:10:52 +0200

Greetings!

I need to find a method of securly wiping Solaris servers using
the DOD
standard disk sanitization requirements.

If you're speaking about the Gutman rules: they are valid only and
exclusively for MFM and RLL type of hard discs only - which are out of production since ~10 years (the last of those were the 120 *M*B discs, IIRC).

Just wipe the discs (in this example: c0t0d0) with

       dd if=/dev/zero of=/dev/rdsk/c0t0d0
resp.   dd if=/dev/zero of=/dev/rdsk/c0t0d0c2


The magnetic bit space in current hard discs is small enough and magnetic field weak enough that residuent magnetization nearly is undetectable even after the first overwriting - especially in HD techniques forced to using probabilistic bit determination due to the weak/small bit fields.

If you are paranoid enough, you could repeat overwriting the disc
alternating between if=/dev/zero and if=/dev/random until your
conscience feels at peace. ;-)

Bye

Volker


------------------------------------------------------------------------
This list is sponsored by: Cenzic

Need to secure your web apps NOW?
Cenzic finds more, "real" vulnerabilities fast.
Click to try it, buy it or download a solution FREE today!

http://www.cenzic.com/downloads
------------------------------------------------------------------------


Current thread: