Ethical Hacking

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Network Security Pen-Test
[Top] [All Lists]

Re: Wiping Solaris Servers

Subject: Re: Wiping Solaris Servers
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
------------------------------------------------------------------------

<Prev in Thread] Current Thread [Next in Thread>