German Ministry of Education Throws Away PCs For 190,000 € Due To Infection
11–20 of 22 posts
Re: German Ministry of Education Throws Away PCs For 190,000 € Due To Infection
#12Earlier quoted context omitted.
Its even more sad since its not that expensive at all to just run `dd if=/dev/urandom of=/dev/sda1` on 170 computers, thats what, a days worth of work for one skilled sysadmin?
I'm no expert on these things, but my understanding is that simply doing `dd if=/dev/urandom of=/dev/sda1` is not enough to guarantee that the data isn't recoverable. In fact there seems to be some debate if any amount or combination of writes is enough to guarantee that the data is unrecoverable.
Re: German Ministry of Education Throws Away PCs For 190,000 € Due To Infection
#13They did clean their servers. The slashdot title/summary are a bit misleading. Perhaps they wanted new PCs already and simply estimated that it might be a good time to upgrade rather than clean them? Still wish they would've donated the PCs instead of throwing them away.
Sometimes the best thing to do is just give them to IT staff for training, if you can afford to pay someone to do it, put them on ebay or failing that throw them out.
Re: German Ministry of Education Throws Away PCs For 190,000 € Due To Infection
#14Earlier quoted context omitted.
If one PC is missed and some sensitive data is sold to a recycling company, and somehow somebody finds it and reports it, there is hell to pay in the press and potential liability. Why take the risk? There is no incentive to re-use these computers. Plus, let's face it, nobody wants old pc's anyway. I tried putting up a bunch of them for free on our local equivalent of Craigslist last year and nobody wanted them, I en…
OK well fair enough but this is another thing I don't understand, maybe its cause I live in central europe but why the heck would you pay someone to recycle something? I gathered all my old hardware (~10 desktops) and sold it for scrap, theres actually lots of rare earth metals in there. All you have to do is take them apart and drive to your local metal recycling point, they give great prices by the kilo. You won't…
Re: German Ministry of Education Throws Away PCs For 190,000 € Due To Infection
#15Earlier quoted context omitted.
I'm no expert on these things, but my understanding is that simply doing `dd if=/dev/urandom of=/dev/sda1` is not enough to guarantee that the data isn't recoverable. In fact there seems to be some debate if any amount or combination of writes is enough to guarantee that the data is unrecoverable.
Some combination has to be enough. Because otherwise you could use that property (plus error resistance coding) to store arbitrary amounts of data on your hard drive.
Re: German Ministry of Education Throws Away PCs For 190,000 € Due To Infection
#16Earlier quoted context omitted.
If one PC is missed and some sensitive data is sold to a recycling company, and somehow somebody finds it and reports it, there is hell to pay in the press and potential liability. Why take the risk? There is no incentive to re-use these computers. Plus, let's face it, nobody wants old pc's anyway. I tried putting up a bunch of them for free on our local equivalent of Craigslist last year and nobody wanted them, I en…
OK well fair enough but this is another thing I don't understand, maybe its cause I live in central europe but why the heck would you pay someone to recycle something? I gathered all my old hardware (~10 desktops) and sold it for scrap, theres actually lots of rare earth metals in there. All you have to do is take them apart and drive to your local metal recycling point, they give great prices by the kilo. You won't…
Regardless of whether it's possible to get some pocket change for old pc's, the point is: it's not cost effective, when you count the hourly salary of a professional, to do anything more than the absolute minimum to dispose of old computers. Especially for a government organization - bureaucracies are not designed for cost-effectiveness, but for predictability and accountability. That is not a value judgement, just an observation, but one that immediately dispels of 50% of whining about 'governments wasting money'.
Re: German Ministry of Education Throws Away PCs For 190,000 € Due To Infection
#17They did clean their servers. The slashdot title/summary are a bit misleading. Perhaps they wanted new PCs already and simply estimated that it might be a good time to upgrade rather than clean them? Still wish they would've donated the PCs instead of throwing them away.
german source: http://www.heise.de/newsticker/meldung/Schwerin-Virus-verseu...
Re: German Ministry of Education Throws Away PCs For 190,000 € Due To Infection
#18Earlier quoted context omitted.
I'm no expert on these things, but my understanding is that simply doing `dd if=/dev/urandom of=/dev/sda1` is not enough to guarantee that the data isn't recoverable. In fact there seems to be some debate if any amount or combination of writes is enough to guarantee that the data is unrecoverable.
Some combination has to be enough. Because otherwise you could use that property (plus error resistance coding) to store arbitrary amounts of data on your hard drive.
But with modern drives you are not getting at the physical layout. The drive may detect an error and remap surrounding data for you. Consequently, some data surrounding some badblock(s) in the past will potentially never be overwritten by your process. Someone with separate hardware or an alternate firmware could always retrieve it.
Re: German Ministry of Education Throws Away PCs For 190,000 € Due To Infection
#19Earlier quoted context omitted.
Its even more sad since its not that expensive at all to just run `dd if=/dev/urandom of=/dev/sda1` on 170 computers, thats what, a days worth of work for one skilled sysadmin?
I'm no expert on these things, but my understanding is that simply doing `dd if=/dev/urandom of=/dev/sda1` is not enough to guarantee that the data isn't recoverable. In fact there seems to be some debate if any amount or combination of writes is enough to guarantee that the data is unrecoverable.
The only way to tell the drive to erase everything is to send the ATA Secure Erase command. This tells the controller to wipe the drive in a secure way. It is the only NIST-approved way to securely erase a drive. Lots of info from this discussion http://security.stackexchange.com/questions/5749/how-can-i-r...