Slashdot Mirror


Is Your Banking Information Accidentally On Ebay?

GraWil writes "The Toronto Star is reporting how two Bank of Montreal computers containing thousands, of sensitive customer files were sold to a student who fixes up machines and then resells them on eBay. It seems that the company responsible for scrubbing the disks (Rider Computer Services Ltd.) misfiled the machines in their warehouse and it was assumed they had been erased." It's not the first time this sort of thing has happened.

34 of 205 comments (clear)

  1. My take by Matrix2110 · · Score: 3, Insightful

    My take on the whole issue is that somebody caught it and went public with the information soon enough to prevent damage.

    Lets hear it for the unsung heroes in life.

  2. I don't get it.. by Heartz · · Score: 4, Insightful
    But why don't banks just destroy the Hard Disks before selling off the Machines? No matter how much one scrubs off a HDD there's always the risk of exposure of private details of clients.

    They should just get rid of it and save us all alot of headaches while recouping some money from the second hand machine.

    1. Re:I don't get it.. by Rogerborg · · Score: 3, Interesting

      Point at the person who's job description says that they are responsible for ensuring that physical hard drives don't leave the bank's premises.

      Easy, it's the IT director. Um, except that because it's physical, perhaps it's the non-IT security director. Maybe it's the branch manager. Possibly it's none of the above. Possibly it's all of them.

      See the problem?

      --
      If you were blocking sigs, you wouldn't have to read this.
    2. Re:I don't get it.. by gl4ss · · Score: 4, Insightful

      most countries armies don't have such a problem of making sure of it(that harddrives don't leave the place, even if other computer scrap leaves).

      heck, everyone should make sure of it.

      it's not like you can set the company premises on fire even if you're not the one set to the ceromonial position of "the one who does not set the premises on fire".

      anyways.. they outsourced that problem to somebody who was willing to say to them(bank) that they're clean.

      --
      world was created 5 seconds before this post as it is.
  3. My matress won't talk. by Rhinobird · · Score: 5, Funny

    My bank is my matress and if it starts talking, then I have other issues to deal with.

    --
    If Mr. Edison had thought smarter he wouldn't sweat as much. --Nikola Tesla
    1. Re:My matress won't talk. by Robmonster · · Score: 3, Funny

      Have you never heard the expression Money Talks...?

      --
      I have no sig yet I must scream.
    2. Re:My matress won't talk. by humming · · Score: 4, Interesting

      Do you think your money is safe there?

      http://www.ananova.com/news/story/sm_817915.html

      --
      I'm too stupid to preview.
  4. Destroy, don't sell by Ckwop · · Score: 5, Insightful

    Personally, i think that any hard-drive that has been used for that purpose should be securely destroyed instead of being sold. Simon.

  5. Physical shredding by khaine · · Score: 4, Interesting

    Personally I have always been a big fan of physically shredding hard drives which have contained sensitive data. Although the risks associated with re-assembling and recovering wiped data from, say, a RAID 0+1 array is pretty minute, the cost in terms of loss of corporate image outweighs the few hundred bucks made by trading in used disks.

  6. PR Shills by CaptainZapp · · Score: 5, Insightful
    "Our number one priority as an organization is the protection of customer information," said Dina Palozzi, chief privacy officer for the bank, which swiftly seized the computers' hard drives on Saturday afternoon within 24 hours of learning their whereabouts. "This kind of issue we take very, very seriously."

    Don't you just love it? If protection of customer information indeed is your number one priority then why the fsck don't you have procedures is place, which make such a blunder outright impossible? And if you do have such procedures in place why don't you enforce them?

    Are those PR liars (and what else could such a "chief privacy officer" making such an outragous statement actually be?) all cranked out by the Forked Tongue Institute for Marketing & PR, or what?

    --
    ich bin der musikant

    mit taschenrechner in der hand

    kraftwerk

    1. Re:PR Shills by Rogerborg · · Score: 3, Insightful

      Never mind, they can console themselves with the thought that despite bungling their number one priority, they still managed to hit their number two goal, which is to turn a metric assload of other people's money into an assload and a half simply by shuffling it around.

      --
      If you were blocking sigs, you wouldn't have to read this.
  7. Encrypted HDs by G4from128k · · Score: 5, Interesting

    Seems like this event makes the case for encrypted HDs -- schemes that render data unretrievable without the proper passwords/biometric signatures/magic hardware dongles. The idea that all our personal records are stored in clear text on thousands of HDs and backup tapes at a myriad of institutions is not too pleasant.

    As a purchaser/fixer/collector of old computers, I have seen many a file that some prior owner would probably have prefered I not. Although I, personally, have seen nothing of a criminal nature (or of a nature that would allow me to perpetrate a crime) I know others who have found strange files on old computers. Psychotic diary entries that advocated violence, financial records, proprietary engineering data, etc. all have an odd way of being left on HDs of obsolete machines. If a old machine stops working, few people make the effort to fix it in order to erase data. Systems that automatically make the data inaccessible in all but valid/authorized machine states would ensure the protection of the data.

    Although any encryption system can be broken, by social engineering at the very least, it would be better if there were at least some barriers between sensitive data and potentially prying eyes.

    --
    Two wrongs don't make a right, but three lefts do.
    1. Re:Encrypted HDs by infiniti99 · · Score: 3, Interesting

      This begs the question of what you were doing snooping around other people's old data? Ethics is not a dirty word, you know. It's up to people like us who know more about computers to protect the privacy of the less well informed.

      I agree. Most folks really have no idea about computer security, but this does not mean we should take advantage of them (I don't think the parent was implying this though). Personally, I don't snoop around in anyone's files / homedirs, or sniff any traffic, even though as an admin I am perfectly capable of doing so. Heck, when someone is entering a password in my presence, I turn my head. It's just polite.

      At the risk of going overboard here, I'd like to share a little story. I was running a Jabber server some time ago, and jabberd 1.4.x normally saves passwords in plaintext. For some reason I needed to log in as a particular user (I can't remember if it was for a test or what), but I refused to learn the person's password. To solve this, I wrote a program to extract the password from the jabberd database, and hide it in some grid of 30x30 random chars or so (kinda like those wordsearch puzzles). The password was in a horizontal direction starting at some random coordinate, and the program would tell me the coordinate as well as length of the password. Then I pasted this chunk into a text editor, and blindly pressed the Down and Right arrow keys a number of times to match the coordinates, held Shift and pressed the Right arrow key 'length' times, and hit Ctrl-C. I then closed the text editor and pasted the text into the application that I needed it for (which obscured the text as asterisks in the input field). Phew!

    2. Re:Encrypted HDs by oolon · · Score: 4, Interesting

      Old hard disks are not worth THAT much compared to the risk envolved, rip out the disks and Crush them, then sell on whats left of the machine. This is what the nuclear industry (here in the UK) has done for years. Its all standard practise for sensitive military work.

      This is the only way to be sure, its not worth paying 100 Bucks (just a guess) for a disk with encryption only to get 10 Bucks a disk on resale!

      James

  8. A good solid brick.. by m_dob · · Score: 5, Funny

    A nice old lady I know who was in Britain's MI5 realised after throwing away her computer that it was not wise to leave a hard drive full of sensitive information. She and her son then drove back to the rubbish dump and pelted the hard drive with bricks until it gave in.

    1. Re:A good solid brick.. by Eric+Ass+Raymond · · Score: 3, Funny
      Well, the British secret service has an amusing history of losing sensitive information...

      "A second British spy has lost a laptop brimming with state secrets after getting "blind drunk" in a London bar."

  9. Re:They should have used Norton Wipeinfo by commodoresloat · · Score: 4, Informative
  10. A few notes by Anonymous Coward · · Score: 4, Interesting

    While its fine to scrub hard disk clean of their data when they are working fine, what do you do when the hard disk has bad sectors?
    That happened to me 2 years back. A Maxtor HDD went bad. Sent it back to Maxtor, got another one. The replacement turned out to be bad too.
    Had to send that one back and got the 3rd HDD.
    There was a lot of data on the 1st HDD I sent back to Maxtor.

    I checked the Maxtor website for any statements as to what they do with their data but couldn't find anything.

    Many people(unless they have 2 computers and know how to deal with IDE pins) will just send the disk to their manufacturers, whether it contains data or not. Scrubbing a disk clean with bad sectors requires you to isolate the bad sectors by partitioning.

  11. not much of a worry.... by Lumpy · · Score: 4, Insightful

    First off unless the entire IT department of the bank are complete morons, most financial data is NOT kept on loacl machines but the file server and the main database machines.

    I know that the caches and things MAY hold some sensitive data but it's highly unlikely.

    Unless the person that used that PC in the bank was also a incompetent boob and say saved a spreadsheet of 200 credit card numbers and information in the local drive (why the hell are you making an insecure document like that?) it's only a mild security breach.

    It shakes the confidence of the customers more than anything else.

    --
    Do not look at laser with remaining good eye.
  12. I can't help but wonder. by ideatrack · · Score: 4, Funny

    So this kid buys and repairs machines, but didn't even turn the machine on until long after he'd put it up for sale?

    Wow I wish I was as efficient as him...

  13. My Passwords by yuri · · Score: 4, Funny

    Thats outrageous, now they have my passwords as well.

    What you guys don't use your social security and bank account numbers as passwords?

  14. Finger-pointing as a profession by twilight30 · · Score: 4, Interesting

    If you look at the article no one appears willing to take the blame for it, from the bank itself to its two subcontractors tasked with verifying that data is indeed gone from hard drives.

    I find it appalling that the 'computer security team' sent to this guy's house were told to 'seize' the drives when clearly he was doing them a favour. Though they thanked him later and gave him replacement (presumably blank) drives, fuckups like these should have proper ramifications. Along the lines of dismissals.

    Figures it was the Bank of Montreal. Those idiots can't do anything right, from paying their then-CEO too much to stupid online banking to hypocritical ad campaigns in 1996. Losers!

    In Googling I came across this, which lists voluntary sector computing activities in Canada supported by the banks. Just think what interesting fundraising activities could have been made possible by this kind of donation...

    --
    ========================================
    Death will come, and will have your eyes
    -- Pavese
  15. Is your banking information accidentally on ebay by Loosewire · · Score: 3, Funny

    Of course not - i put it there

    --
    Slashdot - The one stop shop for procrastination
  16. Re:They should have used Norton Wipeinfo by Mr_Silver · · Score: 3, Informative
    yeah - a damn shame.

    You don't have to pay for Norton Wipeinfo if you're on Windows.

    I'm told that both Scrub and Eraser are pretty good - although I haven't used them.

    Both of which are free (in the "don't have to pay any money" sense)

    --
    Avantslash - View Slashdot cleanly on your mobile phone.
  17. drive erasure by ajs318 · · Score: 5, Interesting

    Physical destruction of used disk drives is not necessary and could in fact engender a false sense of security. Think about it ..... a "secure disposal company" could bake a drive at curie temperature for 24 hours in an alternating magnetic field of varying frequency, strap a hand-grenade to it and drop it down a disused mineshaft, but how can you be sure it's the same drive, or that they haven't made a backup of its contents? If you wanted to get hold of stuff people wanted rid of, what would be a better front for getting it?

    Overwriting the drive using software is more verifiable. You de-network the machine, boot it up from a CD, and can analyse the drive contents before starting a wipe cycle. You switch off and back on to prove there is no cheating. Then you can analyse the drive contents again and be sure they are different. The drive never left the machine, but you can be sure the data left the drive.

    Whatever anyone may say, remember these "secure disposal companies" are after your money and don't mind playing on your most groundless fears to get hold of it ..... there are a lot of things they thought were impossible ..... what if someone finds a way ..... Hell, sooner or later someone is going to come up with a scheme for disposing of the air from meeting rooms where secret conversations have been held. The simple scientific fact is that it takes only one overwrite cycle to make data unreadable. You can prove this to yourself using a disk sector editor, but it should be obvious anyway. If the drive could tell a "1 that used to be a 0" from a "1 that has always been a 1", or a "0 that has always been a 0" from a "0 that used to be a 1" with any degree of reliability, someone would already have used that as a capacity-doubling mechanism! It's possible that there might be some difference detectable with a sensitive analogue circuit, since there is a hysteresis loop and there really are the four states I described above. Two overwrites of opposite polarity will force the magnetic media into a known state. Even so, just one overwrite will give someone a massive headache trying to recover the data, because the "used-to-be" data has an inherently high error rate. It's already hard to tell "X that used to be !X" from "X that always has been X" and if the overwriting data is random enough, then it's hard to work out what was ever meant to be what.

    dd if=/dev/audio of=/dev/hda might conceivably do a good job on a used drive, if you make sure the gain is turned up nice and high and there is nothing plugged into the sound card. Filtered static and power hum are the nearest you're going to get to true randomness.

    My drives are invariably thrashed for as long as they work, then get the magnets removed for use in experiments {and wiped a few times across the platters for good measure}.

    --
    Je fume. Tu fumes. Nous fûmes!
  18. Even then by CaptainZapp · · Score: 5, Informative
    I worked for a bank for a few years (in a country far away, where they have numbered accounts and you're actually looking at jail time for revealing customer data) and something like this was just unheard of.

    The absolute main security issue was customer data. Not that they would have fancied embezzlement or theft but this was looked upon far less serious then compromising customer data, period.

    In the data centers (which you had to physically access in order to query real customer data, safe for the front office and also there it was very restricted what you could look at) you had to go through multiple layers of security and where not permitted to even remove a printout.

    Computers where dismanteled and disks shredded, they where never for resale. This was applicable for every last computer from every last branch and office

    Now, I agree shit happens. Probably in their case it started with outsourcing such a critical tasks to "ACMEs chep disk blanking operation" in order to save a few bucks. This is not really excusable, but it happens.

    But what really gets my blood boiling are statements like the one from that PR bimbo, which are just utter bullshit.

    Maybe she should apply for a job at Microsoft to sell "trustworthy computing".

    --
    ich bin der musikant

    mit taschenrechner in der hand

    kraftwerk

  19. Re:drive erasure : WRONG by pricorde · · Score: 3, Interesting

    Sorry, you are all wrong...
    a) you have disks silent errors (because error-correcting codes corrected them) that will copy sector data to a reserve sector without notice, that makes your old data inaccessible at software level but readable at controler level
    b) you can use high resolution magnetic imagery to recover several rewrites of the same track
    c) in my books, a hum is very far from random, it's predictable !!!

    Physical destruction is the only reasonably secure solution.

  20. Copyright? by Quixote · · Score: 5, Insightful
    Here's a question. Why is it that the RIAA can (with a straight face) claim that each of their songs that a person shares is worth $150K, and yet my private information with the bank is worth zilch? Why is it that the RIAA can get $12K from a 12-year old girl and yet the general public can get nothing from these companies that share our private information?

    Shouldn't customers' private information have at least as much rights as some stupid Brittany Spears song?

  21. use HD built in wipe by j_dot_bomb · · Score: 5, Informative

    Modern hard drives have commands "SECURITY ERASE" and "ENHANCED SECURITY ERASE". Search for those terms and hdparm on google. Also below is a link to the quality of the erasure. Note: these will erase even bad "mapped out" sectors. Enhanced erase will even go off track + and minus which erases the edges. atapwd.zip does regular erase (search).

    http://www.tomcoughlin.com/Techpapers/Secure%20E ra se%20Article%20for%20IDEMA,%20042502.pdf

  22. Some free wipe tools, was: Re: Norton Wipeinfo by bourne · · Score: 4, Informative

    It's a shame that there isn't a Linux program that does something similar.

    Others have mentioned specific utilities, but with almost any bootable CDROM Linux variant you can wipe a disk pretty throroughly as follows. This is for when you're retiring a system and want to overwrite the entire disk, not scrubbing free space on a live system:

    for i in `seq 1 10`
    do
    dd if=/dev/urandom of=/dev/hda
    done

    This will write pseudo-random data over the hard drive 10 times. To make it happen more times, change '10' to 'N' where N is larger than 10 in the 'seq' command. To use true random data rather than pseudo-random, use /dev/random, but realize it may hang waiting to gain more entropy and, for this use, I'm not sure there is any real advantage in true randomness.

    You can also use 'dd' on a live system, writing to a file instead of a partition, and fill up free space on that partition (then delete the file!). This will overwrite data from deleted files, but will not get slack space, which is the particular advantage of using the 'wipe' tool that someone else mentioned. Also, remember only root can fill the filesystem; everyone else gets cut off with some small % free.

    Windows users should also realize that with Windows 2000 (um, SP3 I think) and above the EFS tool 'cipher' will allow you to wipe unused disk space, so that you can proactively make sure that deleted files aren't hanging around on disk. This is useful if you want to make sure old files don't accumulate on the hard drive of a working system, especially physically insecure laptops etc. etc. It presumes the NTFS file system, of course.

    cipher /w:c:

    will overwrite the free space on the C: partition with 0s, then 1s, then random data. I'm not sure if it gets slack space.

    Of course, a very slim possibility remains that sophisticated and expensive physical analysis will still recover data from disks wiped in this manner. Unless you've seriously honked off the NSA, however, these should provide sufficient protection for most uses.

  23. The bank thanked Ellis... by dpbsmith · · Score: 3, Insightful

    Bravo to them! A refreshing change from all the stories of corporations responding to security issues by shooting the messenger.

  24. Happens all the time by computerlady · · Score: 5, Interesting

    I was consulting at a community bank last spring, helping them getting ready for an IT audit by the FDIC. They were replacing some machines, and I persuaded them to donate the old ones to a local computer group who refurbishes them and places them in schools and non-profits. I could see that their IT policy manual contained nothing about even wiping drives let alone destroying them.

    As soon as I got them to my office, I invited the CEO in to see how much customer info his IT department had "donated." He was, of course, shocked. The sad thing is, probably 30 people were involved in that transfer and not one of them had the slightest clue. Another said thing is that the donation fiasco was just one of hundreds of examples of failure to adequately protect the privacy of customer information.

    The good news is that the FDIC is taking customer data security very serious and is coming down hard on breaches and potential problems during their IT audits and their Safety and Soundness audits. So maybe it will get better. Except we are talking about humans...

    --
    computerlady - a brand new Slash-daughter - alone, but no longer invisible, in the /. world
  25. Secuirty Check by failedlogic · · Score: 4, Insightful

    Gov't employees, military personnel and law enforcement in sensitive areas have to go through a background check.

    This begs the question, what sort of background checks are performed on the technicians fixing the computers? And what sort of computer security experience do they have?

    I would at least expect a "student" not be employed in this type of position. Give it only to a qualified full-time employee w/ good compensation and benefits - that in itself should be a deterrent.

  26. It's not the reseller's fault by Awptimus+Prime · · Score: 3, Insightful

    The banks should have 0'd or trashed these drives before selling them. I see this type of neglect as soley the responsibility of the bank.

    Why? Well, if you hire an accountant and don't double check his work, it's your arse. Why should it be any different with a corporation's responsibility when it comes to guarding customer data?

    Personally, I would like to see more laws guarding US. Not slapstick anti-terrorism laws directed at destroying personal privacy, but real laws that protect real people. As we are the source of America's economic might. At the point where citizens don't have money to throw at giants, then the giants won't exist anymore. At least, not inside our borders.