Slashdot Mirror


Study: 78% of Resold Drives Still Contain Readable Personal or Business Data (consumerist.com)

itwbennett writes: Blancco Technology Group, which specializes in data erasure, bought 200 secondhand PC storage drives (PDF) from eBay and Craigslist to see if they could recover any of the old data saved inside. Their findings: 78 percent of the drives contained residual data that could be recovered, 67 percent still held personal files, such as photos with location indicators, resumes and financial data, and 11 percent of the drives also contained company data, such as emails, spreadsheets and customer information. Only 10 percent had all the data securely wiped, Blancco said. The Consumerist points out that Blancco makes their money from promising secure data erasure, so the company has a "strong and vested interest in these results." As for why so many of the drives contain unwanted information, the report says it has to do with the difference between "deleting" data and "erasing" data. Your files aren't actually deleted when you drag them to the Trash or Recycle Bin, or by using the delete key -- shocking, I know. You can format a drive to erase the data, but you have to be careful of the format commands being used. A quick format, which was used on 40% of the drives in the sample, still leaves some residual data on the drive for someone to possibly access. A full format, which was used on 14% of the drives, will do a better job in removing unwanted files, but it too may still miss some crucial information. The solution Blancco recommends: buy a tool to perform complete data erasure.

31 of 207 comments (clear)

  1. Simple under linux by Anonymous Coward · · Score: 5, Insightful

    dd if=/dev/zero of=/dev:sdb

    or for the paranoid

    dd if=/dev/urandom of=/dev/sdb

    Why buy an expensive product when a simple one-liner will do the same job

    1. Re:Simple under linux by gweihir · · Score: 4, Interesting

      Was about to post that. For a nice progress indicator, use

      dd_rescue -w /dev/zero /dev/target

      Apparently, a single zero-overwrite is entirely enough for modern disks (say, newer than 15 years or so), as these are used close enough to the surface data density limit that even magnetic force microscopy can recover a few scattered bits at best after a zero-wipe.

      I think the main problem here is that to do something like this under Windows, you have to jump through some hoops. And the other main problem is (of course) that people do not understand how disk storage works in the first place.

      --
      Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
    2. Re:Simple under linux by RabidReindeer · · Score: 2, Informative

      If you're decommissioning an online disk, the simplest solution would be to boot one of the live-distro Linuxes and run dd on it.

      Of course, that does require a certain minimum level of competence. More, perhaps than you'd find in a PHB, but less than you'd find in a hamster.

    3. Re:Simple under linux by Dr_Barnowl · · Score: 3, Informative

      You don't need to do it under Windows though - burn a Linux USB and off you go.

      Hell, there's a bootable image just for it : Darik's Boot and Nuke

      Blancco are just capitalising on ignorance (and risk-aversion in the business community which only tends to regard something you pay for as being a safe bet, despite the usual license agreements which preclude the vendor having any liability anyway).

    4. Re:Simple under linux by Dr_Barnowl · · Score: 3, Informative

      Hah, hadn't realized that Blancco is apparently just the monetization of DBAN.

    5. Re:Simple under linux by Bert64 · · Score: 3, Interesting

      Interestingly a few organisations have been bitten in the past, for instance by dos-based commercial disk wiping software which only wiped the first 8GB of any drive. I've even encountered a company that wanted to continue using such software because it was "much quicker at wiping large drives" which isn't surprising given that it doesn't wipe the whole drive.

      --
      http://spamdecoy.net - free throwaway anonymous email - avoid spam!
    6. Re:Simple under linux by gweihir · · Score: 2

      By "modern disk" I mean "disk", not "disk emulator" (what an SSD essentially is), of course.

      For an SSD, if you want an "eBay safe" erase, just do the zeroing. Some expensive data-recovery software may still recover buffers and the like. If you need more, do physical destruction. You cannot really trust that the ATA "Secure Erase" command does what it claims.

      But the whole discussion here is not about disks with any really high-value data on them. For those, always do full zeroing, ATA Secure Erase (if an SSD) and then physical destruction. For those disks the small amount of money a sale can recover is not even worth the additional effort.

      --
      Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
    7. Re:Simple under linux by Anonymous Coward · · Score: 2, Funny

      If you're decommissioning an online disk, the simplest solution would be to boot one of the live-distro Linuxes and run dd on it.

      Or you could just let Windows update itself to Win10 and then try to rollback to Win7, by all accounts that's just as effective at deleting your data.

    8. Re:Simple under linux by Archangel+Michael · · Score: 2

      Blancco isn't just capitalizing on ignorance, it is a tool for people who need reports on each drive's wipe. Anyone can do a dd if=/dev/zero of=/dev:sdb (or similar) but can you report back that it was actually done, in a certified report? Blancco can, and that is a major and valid selling point.

      On the otherhand, you can just degauss the damn drive and ruin it without breaking it with a hammer. http://www.garnerproducts.com/

       

      --
      Agent K: A *person* is smart. People are dumb, stupid, panicky animals, and you know it.
  2. Encrypt your drives. by Anonymous Coward · · Score: 3, Interesting

    Delete the block containing the keys.

    For this threat model, this is the perfect answer (if you trust the encryption, that is).

    No need for some "secure erase" snake oil.

    1. Re:Encrypt your drives. by donaldm · · Score: 3, Funny

      Delete the block containing the keys.

      For this threat model, this is the perfect answer (if you trust the encryption, that is).

      No need for some "secure erase" snake oil.

      You know the cheapest and most secure way to delete your data is to hit the disk a few times with a slegehammer. It's also a great tension reliever. Of course, after you have had a smashing good time please dispose of the part(s) in a responsible manner. :-)

      --
      There ain't no such thing as proprietary standards only proprietary formats. Standards are by definition open.
    2. Re:Encrypt your drives. by MartinG · · Score: 4, Funny

      > You know the cheapest and most secure way to delete your data is to hit the disk a few times with a slegehammer.

      I find that don't make as much on ebay once I've done that.

      --
      -- MartinG To mail me: echo kewyjlcxyzvjfxbqwh | tr bcefhjklqvwxyz .@adgimnoprstu
  3. Don't have to buy one by TheReaperD · · Score: 5, Informative

    You don't have to buy a secure hard drive erasure tool, DBAN does a reliable job for most drives and is free. SSDs are a new kink in the mix that means that some really advanced tools could retrieve data from the drives, even after a complete wipe but, if you're going up against people that dedicated, I recommend a sledgehammer instead.

    --
    "Be particularly skeptical when presented with evidence confirming what you already believe." -
    1. Re:Don't have to buy one by TheReaperD · · Score: 2

      It all comes down to your potential data thief. If it's just some wannabe hacker who buys your drive off ebay, then a tool such a DBAN or the dd commands in linux should do the trick, even for SSDs. If you're up against professional data thieves, you'll want to smash and then have the drive shredded (don't send it to the shredders intact as there have been cases of the drives being resold intact instead; probably by unscrupulous employees). If you're up against the CIA, FSB or the Mossad, dissolve it in acid or personally grind it to dust. I could see taking an orbital sander to a SSD being a great stress reliever. There are people who are or should be, on the upper paranoia list that try to use DoD style erasure tools to make the data unreadable but, keep the drive usable but, I've never been able to support that. If it's important enough to go through that much trouble, destroy the drive; no exceptions.

      --
      "Be particularly skeptical when presented with evidence confirming what you already believe." -
  4. Why? by Calydor · · Score: 5, Insightful

    Why do people even sell old hard drives, let alone BUY used drives that may be full of bad sectors or viruses?

    --
    -=This sig has nothing to do with my comment. Move along now=-
    1. Re:Why? by JoshuaZ · · Score: 3, Informative

      Because it is cheap, and a single reformat will deal with the vast majority of issues. A few bad sectors aren't in general going to make the drive unusable.

    2. Re:Why? by PhunkySchtuff · · Score: 3, Informative

      Modern drives will silently remap sectors without telling you (unless you look at the SMART status).
      Once they exhaust their pool of spare sectors, then they start telling things higher up the chain that there are bad sectors.
      By the time a disk is reporting bad sectors to the OS (as a bad sector, instead of incrementing a SMART counter and silently carrying on) it has remapped so many bad sectors that it can no longer automatically remap them and is now telling you there is a problem.

      In my experience, every single drive that I've seen reporting even a single bad sector will soon go pear-shaped and shouldn't be used.

  5. Re: Buying not needed by jabuzz · · Score: 3, Informative

    Set a password for the drive and issue an ATA secure erase using hdparm. This will get all the remapped sectors as well. Procedure documented here

    https://ata.wiki.kernel.org/in...

  6. Only $5 and way more satisfying by wkwilley2 · · Score: 3, Insightful

    I already bought a data erasure tool years ago, it's my trusty 16oz ball peen hammer.

    --
    Have you ever fallen asleep at the keybhanusdiog?
  7. When I hear the words by Ukab+the+Great · · Score: 2

    "Craigslist" and "Hard drive" used in the same sentance I'm expecting either an interesting story or a punchline at the end of it.

  8. Re: 78% of Crapdot stories are worse now by Anonymous Coward · · Score: 2, Interesting

    This story bugs me in part because there's a pretty blatant conflict of interest.

    The Consumerist points out that Blancco makes their money from promising secure data erasure, so the company has a "strong and vested interest in these results."

    There's every reason to want the results to seem as severe as possible because that drives sales. While not necessarily invalidating the results, it's like trusting Coca-Cola to impartially study the effects of sugary drinks on health, ExxonMobil to study the impacts of burning fossil fuels on climate change, or the makers of any dietary/weight loss supplement to study the health effects of their product. There are always ways to tweak the methodology to get the desired outcome. With this study, the obvious way to bias the results is to buy hard drives from people who might appear to be more or less technically skilled based on the content of their listing and profile.

    I'm not saying that there's such a bias here but the possibility has to be considered. That's the problem with these types of studies. And when it's linked to a product like that, it reads very much like a Slashvertisement. I don't actually think Slashdot received any money for this story or any others, but I don't think it's good journalism.

  9. Re: 78% of Crapdot stories are worse now by Anonymous Coward · · Score: 2, Informative

    Can Intelligence Agencies Read Overwritten Data?

    Daniel Feenberg
    National Bureau of Economic Research
    Cambridge MA

    Claims that government intelligence agencies can recover overwritten data on disk drives have been commonplace for many years now. The most commonly cited source for this claim is a paper, "Secure Deletion of Data from Magnetic and Solid-State Memory", written by Peter Gutmann in 1996. Gutmann believes that an overwritten sector can be recovered under examination by a sophisticated microscope and this claim has been accepted uncritically by numerous people.

    However, all of the references cited by Gutman refer to experiments where Scanning Tunneling Microscopy was used to examine individual bits, and some evidence of previously written bits was found. Although there is a lot of literature on the use of Magnetic Force Microscopy(MFM) or Scanning Tunneling Microscopy (STM) to image bits recorded on magnetic media, the apparent purpose point of this literature is to test and improve the design of hard drive read/write heads, not to retrieve overwritten data. While I agree that overwritten bits might be observable under certain circumstances, Gutmann doesn't cite anyone who claims to be reading the under-data in overwritten sectors, nor does he cite any articles suggesting that ordinary wipe-disk programs are not completely effective.

    Gutmann claims that "Intelligence organizations have a lot of expertise in recovering these images", but, out of the 18 references in his paper, none refer to anyone actually doing that. Subsequent articles written by many other authors do make that claim, but they only cite Gutmann. Charles Sobey has written a paper "Recovering Unrecoverable Data" with some quantitative information on this point. He estimates that it would take more than a year to scan a single hard drive platter with current MFM technology, and tens of terabytes of image data would have to be processed.

    In one section of Gutmann's paper he suggests overwriting with 4 passes of random data, probably because he anticipates using pseudo-random data that would be known to the investigator. However, a single write is sufficient if the overwrite is truly random, even given an STM microscope with far greater powers than those in his references. In fact, data written to the disk *PRIOR* to the data whose recovery is sought will interfere with recovery just as much as data written after -- the STM microscope can't tell the order in which data is created. It isn't like ink on paper, where later applications are physically on top of earlier markings.

    After posting this information to a mailing list, I received a reply suggesting that the recovery of overwritten data was an industry, and that a search on Google for "recover overwritten data" would turn up a number of companies offering this service commercially. Indeed it does turn up many firms, but all are quite explicit that they can only recover "overwritten files", which is quite different from overwtitten data. An overwritten file is one whose name has been overwritten, not its sectors. Likewise, partitioning and formatting typically affect only a small portion of the physical disk, leaving plenty of potential for sector reads to reveal otherwise hidden data. There is no implication in any of the marketing materials that these firms can read physically overwritten sectors.

    Of course it has been several years since Gutmann published his original paper, so maybe microscopes have gotten better? Yes, but data densities have gotten higher too. I spent some time looking at STM websites and failed to find a single laboratory claiming it had an ability to read overwritten data.

    Recently I was sent a piece by Wright, Kleiman and Sundhar (2008) who show actual data on the accuracy of recovered image data. While the images do include some information about underlying bits, the error rate is so high that the results are nearly useless, with recovery of maybe one word out of several thousand.

    The requirem

  10. The editing is bad, but the modding is worse. by Anonymous Coward · · Score: 3, Interesting

    I've not been impressed with the editing, as well, but I find the moderation to be much more disruptive these days. I've had to start browsing at -1 all of the time just to see perfectly fine comments that are at -1 for some reason. It defeats the purpose of having a mod system if I have to disable it all the time, ya know? Once a good comment ends up at -1 it's like it never gets seen by the mods again, so it will likely remain at -1. I think that anyone with mod points should automatically be shown the -1 threshold view so that they see all comments. At least that allows for the comment to possibly be modded up to its rightful score. Otherwise some other way is needed to get wrongly -1 comments back up. Maybe any comment that's at -1 ends up at 0 again after 10 minutes for instance. Well regardless of how it's fixed this is a problem that needs to be fixed. Most submissions here get well under 100 comments, and nearly all are below 200. It's not 2001 any longer, when many submissions here would easily get 500 or more comments. Comments are scarcer now, so their value is higher. That's why a badly modded comment is a serious problem now. We need to see good content, not have it suppressed.

    1. Re:The editing is bad, but the modding is worse. by Archangel+Michael · · Score: 2

      -1 = "I don't like your opinion, you're a troll" far too often. Politically incorrect wording of a factual statement is likely to be modded -1 almost all the time. The issue is that the system needs more Meta Moderation, so that people who are wounded by chalk marks aren't allowed to get Mod points very often, leaving the discussion to people who are adults who merely disagree on a particular subject.

      Political Correctness is censorship, and the worst kind.

      --
      Agent K: A *person* is smart. People are dumb, stupid, panicky animals, and you know it.
    2. Re:The editing is bad, but the modding is worse. by jenningsthecat · · Score: 3, Interesting

      I've been coming here for 7 years, and I've always browsed at -1. Comments modded down for inappropriate reasons has always been a problem, at least during my time here, but I agree that it's become much worse in the last few years. When I have points I always mod such comments back up. I also mod up comments which I don't agree with, and which I may consider assholish, but which I feel are well thought out and/or important to the overall discussion.

      I love your point about the scarcity of comments, and I agree that the mod system needs to be tweaked. Doing so might even start to raise the level of discourse again and bring back some worthwhile voices that have left in frustration at Slashdot's downward slide. While we're on the (off-topic) subject, I think people need to back off from slagging the editors so much. They're doing a difficult job, trying to balance the desires of a very cranky, picky membership with the need to keep the site financially viable. Yes, we still need to call them out on obvious Slashvertisements - but beyond that, they're doing a pretty good job. We need to be careful here - otherwise the ghost of Timothy will come back to haunt us; or, worse yet, Slashdot will cease to exist.

      --
      'The Economy' is a giant Ponzi scheme whose most pitiable suckers are the youngest among us and the yet-unborn.
    3. Re:The editing is bad, but the modding is worse. by painandgreed · · Score: 2

      -1 = "I don't like your opinion, you're a troll" far too often. Politically incorrect wording of a factual statement is likely to be modded -1 almost all the time. The issue is that the system needs more Meta Moderation, so that people who are wounded by chalk marks aren't allowed to get Mod points very often, leaving the discussion to people who are adults who merely disagree on a particular subject.

      Political Correctness is censorship, and the worst kind.

      Whatever. I would think that people showing up to your house, putting a bullet in your head and burning your letters and manuscripts would be a much worse kind of censorship, but everybody has their own degrees of comfort with this sort of thing. Still, if posts are getting modded to -1, in many cases they are an AC and highly probably a troll, or they are being such an asshole they have pissed off at least three people to the point of modding them down, and fit a pretty good definition of being a troll. Still, training is needed as we are onboarding new moderators probably every day. Brining up the topic of how to mod is fruitful. Sometimes, if modding up a rebuttal, it may be even advantageous to mod up the thing you don't agree with so that the conversation is preserved in an easier to read format.

    4. Re:The editing is bad, but the modding is worse. by david_thornley · · Score: 2

      Censorship is when you prevent someone from communicating in some way. Calling the speaker names isn't censorship, and attempting to stop people from doing that is censorship. There's nothing stopping anyone from posting something on Slashdot, and no matter how many people post replies that are just insults and ad hominems, the post is still there.

      --
      "When you have eliminated the unacceptable, whatever is left, however improbable, must be the truthiness" - Holmes
  11. Built into the hard disk's firmware? by Blaskowicz · · Score: 2

    At least for hard disk drives, what happened to just using the low level tools?
    Historically it was dead easy to run them from DOS. Still looks like it's possible, e.g. with Seagate it's an .iso file that is distributed.

    See there, page 6/20, section G. : (an emphasis added)
    http://www.seagate.com/files/s...

    Seagate is not responsible for lost user data. Erase Drive is available for Seagate or Maxtor drives only.
    Five choices are available under this section:
      Secure Erase. This method uses the drive firmware to erase the data by overwriting the data
    with zeros. In Enhanced Erase mode, all previously written user data shall be overwritten,
    including sectors that are no longer in use due to reallocation.
    Secure Erase requires a user
    password to run which is deleted at the conclusion of the procedure. If your drive does not have
    a user password, SeaTools for DOS will set a temporary password "idrive" without the quotes.
    This password will be removed at the end of the Secure Erase so you never need to actually use
    it to access your drive. If ... BLAH BLAH BLAH

    No idea if you have a UEFI computer, maybe you need to use BIOS emulation, maybe it works, maybe it doesn't because you lack BIOS emulation etc.
    But then, they've got a Windows version as well. The pdf for that is harder to read says it's from October 2015. It has a changelog.
    It's more terse but says stuff like :
    http://www.seagate.com/files/w...

    - SED Crypto Erase
    Self-Encrypting Drive Instant Secure Erase. If the drive supports hardware
    encryption, this menu will be displayed. Like Full Erase this command will permanently destroy
    access to all user data on the drive, but will do so by the erasure of the drive encryption key which
    takes less than one minute to complete. Both SAS and SATA drives are supported, but the boot
    drive should not be listed as an available choice.

    - Sanitize Erase
    Write zeros to all user data sectors on the SATA drive including unallocated and
    cache sectors. This command is mostly found on SSD drives

    Failing vendor tools, see what the FLOSS punks have
    https://tinyapps.org/docs/wipe...

    So, a quote, with a bolding on what I thought was fun.

    Explanation

    According to National Institute of Standards and Technology (NIST) Special Publication 800-88: Guidelines for Media Sanitization, Secure Erase is "An overwrite technology using firmware based process to overwrite a hard drive. Is a drive command defined in the ANSI ATA and SCSI disk drive interface specifications, which runs inside drive hardware. It completes in about 1/8 the time of 5220 block erasure." The guidelines also state that "degaussing and executing the firmware Secure Erase command (for ATA drives only) are acceptable methods for purging."
    Benefits

            Can securely wipe most PATA/SATA hard drives manufactured this century
            Reportedly restores peak performance to SSD drives (though SE fails to securely wipe some SSDs) [hummm...]
            hdparm/Linux offers much better hardware support than HDDErase/MS-DOS
    Overwrites blocks marked as bad by the hard drive (which DBAN and similar tools ignore)
            Though speed (vs. block erase wiping tools like DBAN) is often cited, the difference is negligible.*

  12. Re: 78% of Crapdot stories are worse now by plover · · Score: 2

    Regardless of whether Gutman's claims in 1996 were valid back then, they fundamentally relied on loose manufacturing tolerances of certain mechanical attributes of the drives of that era. Drive tech has completely changed in the last 20 years in the race for increased data density, and those old faults are no longer relevant.

    That said, if you want to keep your data safe today, there are a few things to consider:

    1. Drives are made for reliability as a primary goal, not secure erasure. A drive that detects a fault will silently place a new copy of the data on a sector reserved for migrating away from bad sectors, leaving the original data in place, never to be overwritten again. No "secure delete" operation will be effective on it.

    2. NIST recommends that when security is your main concern, you should be encrypting the data on the drive. When it comes time to wipe the drive, simply erase all copies of the key.

    3. If you have any doubt about your ability to wipe a drive, physically destroy it. The risk is rarely worth the $20 you might get for it on the resale market.

    --
    John
  13. Feed /dev/zero into a CBC cipher with OpenSSL by tepples · · Score: 3, Interesting

    Some SSDs use lossless data compression (analogous to gzip) to pack more sectors into fewer physical pages so that they don't have to spend quite as much time erasing pages. To avoid this possibility, you might want to use a cipher to generate noise that the drive's firmware cannot compress.

    1. TRIM the entire drive.
    2. Feed /dev/zero into a CBC cipher with openssl enc .
    3. Perform a "Secure Erase".
  14. GNU Shred by emil · · Score: 2

    Use shred -n 7 /dev/sda - dd is hardly sufficient, especially if my finances are involved.

    NAME shred - overwrite a file to hide its contents, and optionally delete it
    SYNOPSIS shred [OPTION]... FILE...
    DESCRIPTION
    Overwrite the specified FILE(s) repeatedly, in order to make it harder
    for even very expensive hardware probing to recover the data.
    Mandatory arguments to long options are mandatory for short options
    too.
    -f, --force change permissions to allow writing if necessary
    -n, --iterations=N overwrite N times instead of the default (3)
    --random-source=FILE get random bytes from FILE
    -s, --size=N
    shred this many bytes (suffixes like K, M, G accepted)
    -u, --remove[=HOW]
    truncate and remove file after overwriting; See below
    -v, --verbose
    show progress
    -x, --exact
    do not round file sizes up to the next full block;
    this is the default for non-regular files
    -z, --zero
    add a final overwrite with zeros to hide shredding
    --help display this help and exit
    --version
    output version information and exit
    If FILE is -, shred standard output.
    Delete FILE(s) if --remove (-u) is specified. The default is not to
    remove the files because it is common to operate on device files like
    /dev/hda, and those files usually should not be removed. The optional
    HOW parameter indicates how to remove a directory entry: 'unlink' =>
    use a standard unlink call. 'wipe' => also first obfuscate bytes in
    the name. 'wipesync' => also sync each obfuscated byte to disk. The
    default mode is 'wipesync', but note it can be expensive.
    CAUTION: Note that shred relies on a very important assumption: that
    the file system overwrites data in place. This is the traditional way
    to do things, but many modern file system designs do not satisfy this
    assumption. The following are examples of file systems on which shred
    is not effective, or is not guaranteed to be effective in all file sys
    tem modes:
    * log-structured or journaled file systems, such as those supplied with
    AIX and Solaris (and JFS, ReiserFS, XFS, Ext3, etc.)
    * file systems that write redundant data and carry on even if some
    writes fail, such as RAID-based file systems
    * file systems that make snapshots, such as Network Appliance's NFS
    server
    * file systems that cache in temporary locations, such as NFS version 3
    clients
    * compressed file systems
    In the case of ext3 file systems, the above disclaimer applies (and
    shred is thus of limited effectiveness) only in data=journal mode,
    which journals file data in addition to just metadata. In both the
    data=ordered (default) and data=writeback modes, shred works as usual.
    Ext3 journaling modes can be changed by adding the data=something
    option to the mount options for a particular file system in the
    /etc/fstab file, as documented in the mount man page (man mount).
    In addition, file system backups and remote mirrors may contain copies
    of the file that cannot be removed, and that will allow a shredded file
    to be recovered later.
    GNU coreutils online help:
    Report shred translation bugs to
    Packaged by Cygwin (8.23-4) Copyright © 2014 Free Software Foundation,
    Inc. License GPLv3+: GNU GPL version 3 or later
    . This is free software: you are
    free to change and redistribute it. There is NO WARRANTY, to the
    extent permitted by law.
    AUTHOR Written by Colin Plumb.