Stories
Slash Boxes
Comments

News for nerds, stuff that matters

Slashdot Log In

Log In

Create Account  |  Retrieve Password

Boarding Pass Hacker Targets Bank of America

Posted by kdawson on Thu Apr 12, 2007 10:51 AM
from the augmented-man-in-the-middle dept.
Concerned Customer writes "The fake boarding pass guy is at it again. His blog shows a demonstration phishing website that is able to bypass the SiteKey authentication system used by Bank of America, Fidelity, and Yahoo. Users will be shown their security image, even though they're not visiting the authentic websites." This hack compounds the study showing that users don't pay attention to the SiteKey pictures anyway.
+ -
story

Related Stories

[+] News: FBI Raids Security Researcher's Home 516 comments
Sparr0 writes, "The FBI has raided the home of Christopher Soghoian, the grad student who created the NWA boarding pass site. Details can be found on his blog including a scanned copy of the warrant. The bad news is that he really did break the law. The good news is that Senator Charles Schumer did it first, 19 months ago, on an official government website no less. The outcome of this trial should be at least academically interesting. At best, it could result in nullifying some portion of the law(s) that the TSA operates under." Read on for Sparr0's take on what laws may apply in this case.
[+] Study Finds Bank of America SiteKey is Flawed 335 comments
An anonymous reader writes "The NYT reports on a Harvard and MIT study, which finds that the SiteKey authentication system employed by Bank of America is ineffective at prevent phishing attacks. SiteKey requires users to preselect an image and to recognize this image before they login, but users don't comply. 'The idea is that if customers do not see their image, they could be at a fraudulent Web site, dummied up to look like their bank's, and should not enter their passwords. The Harvard and M.I.T. researchers tested that hypothesis. In October, they brought 67 Bank of America customers in the Boston area into a controlled environment and asked them to conduct routine online banking activities, like looking up account balances. But the researchers had secretly withdrawn the images. Of 60 participants who got that far into the study and whose results could be verified, 58 entered passwords anyway. Only two chose not to log on, citing security concerns.' The study, aptly entitled "The Emperor's New Security Indicators", is available online."
This discussion has been archived. No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
 Full
 Abbreviated
 Hidden
More
Loading... please wait.
  • Crux (Score:5, Insightful)

    Why does BoA allow users to get access to their SiteKey image after answering her security questions? The reason is simple. Normally, BoA knows to present the right SiteKey image to a user because it recognizes the computer that user logs in from as belonging to the user in question. This is done using secure cookies. But what happens if there are no cookies? Say that the user wants to log in to her BoA account from a computer that she has not successfully used to connect to BoA's website with before. Before sending the SiteKey image to the user, BoA will require the user to provide some evidence of her identity - the answers to the security questions. Once BoA receives these, and has verified that they are correct, then it will send the user's SiteKey image to the user. That allows the user to verify that it is really communicating with BoA, and not an impostor, which in turn, provides the user with the security to enter her password.

    This is the loophole that we use in our demonstration. Through deceit, we convince the user to enter her security question, and thus get the SiteKey image.

    No matter what kind of security system you devise, you cannot take out the human element. The Internet seems like magic to people - it knows them, it knows things about them, people can find them from all over the planet. The average user is not curious enough to learn how this is accomplished, paranoid enough to distrust anything at first glance, or savvy enough to protect themselves. Bank of America is kidding itself if it thinks the SiteKey is any kind of deterrent to a hacker.

    • Re:Crux (Score:4, Insightful)

      by Anonymous Coward on Thursday April 12 2007, @11:12AM (#18703421)
      Rather, I think the insightful thing to say here is that you don't gain security by adding arbitrary hoops for your consumers to jump through, but by implementing a real authentication protocol.
      • Re:Crux (Score:5, Insightful)

        by mypalmike (454265) on Thursday April 12 2007, @11:28AM (#18703729) Homepage
        Rather, I think the insightful thing to say here is that you don't gain security by adding arbitrary hoops for your consumers to jump through, but by implementing a real authentication protocol.

        Exactly. The deceit here is the same as before, there are just more hoops (for the customer, not the phisher). The problem with authentication here is that the banks want their customers to be able to log in from anywhere in the world. You simply can't properly authenticate a computer out in the wild without some additional device, like secureid.
        • Re:Crux (Score:5, Insightful)

          by hackstraw (262471) on Thursday April 12 2007, @12:57PM (#18705323) Homepage
          The deceit here is the same as before, there are just more hoops (for the customer, not the phisher). The problem with authentication here is that the banks want their customers to be able to log in from anywhere in the world. You simply can't properly authenticate a computer out in the wild without some additional device, like secureid.

          The deceit is simply a man in the middle attack, and we all know this is not a new thing.

          I'm a BOA customer, and I've been upset with their security for years, but it keeps getting better, which is kindof a problem in itself.

          Some history here. BOA's main website: http://www.bankofamerica.com/ [bankofamerica.com] was only recently redirected to a https server. In fact, until recently if you even typed https://www.bankofamerica.com/ [bankofamerica.com] you got an error message. Before doing the basic thing like moving the http server to a https server, they introduced this site key junk.

          OK, here are the problems. How am I supposed to trust a website to be the site I am intending to go to when a) its not on a https site, and its asking for my username/password, and I cannot verify via the certificate or anything that I did not type http://bankfoamerica.com/ [bankfoamerica.com] by accident? b) how am I supposed to trust a website that is different almost every time I interface with it.

          When I go to a supposedly real BOA branch on say Main Street in YourTown, USA, there are a number of things that makes me believe its real. There are other people in there, many of which are wearing BOA nametags, and the BOA logos and stuff are all over the outside and inside of the place. Also, its expensive and difficult to put up a fake BOA storefront, and the liklihood that a fake one will generate any profit w/o getting caught is about zero (otherwise they would exist!)

          Now, how much would it cost me to put up a bankfoamerica.com site? How about 15-20 of them with different typos? How much easier is it being that they can exist anywhere in the world or even outside of the world on a sattelite in space even? How hard is it to generate all of these things that look exactly like the real site w/o a secure certificate behind them to boot? Now, being that BOA changes the website all the time, AND its not on a secure server, how am I supposed to know that I'm even dealing with the same people each time?

          My problem is not with BOA identifying me, its with me identifying them. So, they add site-key and all of this crap, which puts the burdon of identifying them on me, which is backwards, especially when they keep changing the rules.

          When I worked in a hospital, they talked repeatedly about "universal precautions" with respect to things like AIDS and whatnot. There needs to be a set of universal precautions for doing secure transactions on the internet, and there are none.

          • Re:Crux (Score:4, Informative)

            by toleraen (831634) on Thursday April 12 2007, @12:32PM (#18704889)
            What chance is there of being Spoofed if have no type of Trojan infection and type the correct URL?

            vi C:\windows\system32\drivers\etc\hosts
            i 192.168.1.100 www.mybank.com
            :wq
      • by slashbob22 (918040) on Thursday April 12 2007, @12:05PM (#18704411)

        Rather, I think the insightful thing to say here is that you don't gain security by adding arbitrary hoops for your consumers to jump through, but by implementing a real authentication protocol.
        You are coming to a sad realization, Cancel or Allow?
    • Re:Crux (Score:5, Interesting)

      by slashdotmsiriv (922939) on Thursday April 12 2007, @11:33AM (#18703795)
      This is an obvious attack against the BoA authentication system. Anybody with basic knowledge of networking, authentication systems and phishing
      methods should be able to figure out almost immediately how to defeat this system.

      At first, I myself was also very critical of BoA's new anti-phishing technique. However, after some more careful consideration, I realized it is very arrogant for somebody to think that BoA's security team did not think of this problem themselves. Unlike security researchers (including moi), which usually try to create bulletproof security systems so they can right interesting papers with indisputable arguments, financial organizations are constrained by the very real issue of cost-efficiency.

      Their current two-step authentication does not address the obvious MITM attack discussed here, but it does address the previously seen phishing attacks. BoA's security team must have figured out that it would cost them X amounts of money to defend against classic phishing attacks and by preventing those they would save Y money. They must have also considered solutions like the ones presented in http://people.deas.harvard.edu/~rachna/papers/secu rityskins.pdf [harvard.edu], which uses http://en.wikipoaedia.org/wiki/Secure_remote_passw ord_protocol [wikipoaedia.org] and must have realized that this would cost them a W amount of money. Note that such a solution would require BoA to create new SSL protocols that would have to be installed on the client machines, not only their own servers. Also note, that such a solution is not stupid-user-proof either. However, we can safely say that W > X (perhaps even W >> X).

      By using such a solution they could perhaps save Z > Y amounts of money because much less users would fall victims to phishing attacks. It is very likely that they did the math. Because they chose to go with the current solution, it is very likely that Y-X > Z-W

      The only thing that BoA should perhaps correct is the statement:
      "If you recognize your SiteKey, you'll know for sure that you
      are at the valid Bank of America site. Confirming your SiteKey is
      also how you'll know that it's safe to enter your Passcode and click the Sign In button."

      This is over-claiming and could have a harmful impact by making its web users dropping their defenses against phishing. I am sure however that their marketing dpt told them that they need to advertise this security feature as completely robust, otherwise users would feel that they are going through unnecessary trouble: "if BoA's system is still insecure, why did BoA bother changing it and why do I need to incur the delay to learn it and enter login information twice?"

      Disclaimer: I do not work for BoA and I have no vested interest in supporting them. In fact, I hate their guts for their penalty fees policies :)
      • by oni (41625) on Thursday April 12 2007, @03:39PM (#18708269) Homepage
        it is very arrogant for somebody to think that BoA's security team did not think of this problem themselves.

        I agree. In fact, I would go further and say that the author of this blog should actually be quite embarassed and ashamed of this post. His "amazing discovery" is actually the whole point of sitekey. Yes, you can be a man in the middle and get the sitekey images yourself. Congratulations. You and everyone else already thought of that.

        And guess what, your man-in-the-middle now has to make a sitekey request to bank of american for *every potential victim* and as a result, BoA will easily identify your IP block as running a MITM scheme.

        So in other words, this blogger is an idiot. He hasn't defeated sitekey at all. Set up a MITM site, make ten requests, and now you're out of business and the ten accounts that you phished are locked.
  • users don't pay attention to the SiteKey pictures
    Picture? what picture?
  • That tactic has been around for about a year now, that's worth a story?

    How about trojans that change your order, send the bogus order to the bank while displaying the one you entered instead? Or... wait, that's been around for about 6 months now, too.
      • Even the one-time passwords used by some banks didn't. Even asking for a specific one-time pw out of a huge list didn't. It pissed off the user and it caused a lot of overhead 'cause people kept punching in the wrong numbers, but it never thwarted a single attacker.

        As long as the only channel between bank and user is the computer, there is no security.
  • Good for him! (Score:5, Interesting)

    by Rob T Firefly (844560) on Thursday April 12 2007, @11:00AM (#18703233) Homepage Journal
    It's great to know this guy is still at it, despite getting raided by the FBI for the boarding pass hack. However, unless I'm mistaken banking stuff like this is under the auspices of the Secret Service, so this guy might want to set some extra places at the dinner table for a different group of goons.
    • Re: (Score:3, Interesting)

      This is one of those occasions where you have to admire someone's pluck... I guess he has an overwhelming desire to be hassled by the US Government. This is important work, but it's definitely going to get the black suit, dark sunglasses crowd in a tizzy.

      • by jimstapleton (999106) on Thursday April 12 2007, @11:22AM (#18703621) Journal
        If he keeps it up, he'll start to know the agents...

        *hears a knock on the door, and answers*
        Him: "Ahh, Agent Doe! Nice to see you! They sent you out for this one huh? Your standard crew."
        AS: "Yep."
        Him: "Can I interest you in some coffee, tea or a soda-pop while they are working?"
        AS: "Sure, I'll have some coffee"
        *He gets the coffee ready as the other agents go to his computer*
        Him: "Sit down, sit down! Here's your coffee"
        AS: "Thanks. So, everything's going well I take it?"
        Him: "Yeah, I'd ask if you heard about my latest trick, but that's probably why you are here."
        AS: "Yes, it is."
        Him: "So, how's the wife and kids?"
        AS: "Not bad. Jane is in basketball now."
        Him: "Middle school"
        AS: "College"
        Him: "Really? I can't believe it's been that long. It seems like just yesterday you were telling me about her being born!"
        *more idle chatter, eventually several black suits come down carrying computer equipment.*
        AS: "Well, it was nice chatting with you again."
        Him: "Likewise. See you next week, same time?"
        AS: "Sure, what do you have planned now?"
        Him: "C'mon, and spoil the surprise?"
        AS: "Alright, see you next week."
        • From Goodfellas [wikipedia.org] (talking about the frequent raids):

          There was always a little harassment. They always wanted to talk to Henry about this or that. They'd come in with their subpoenas and warrants and make me sign. But mostly they were just looking for a handout, a few bucks to keep things quiet, no matter what they found.

          I am thrilled with this guy as I was when he did this with the NWA boarding pass security risk [slashdot.org] before. Again, it's great to have someone out there like this pointing out the insecure methods
  • Bank of America?!? (Score:5, Informative)

    by Anonymous Coward on Thursday April 12 2007, @11:03AM (#18703275)
    This guy is going to get it.

    Here's an example on how B of A does business:

    This guy just wanted to check to see if a check was good! [sfgate.com]

    You can bet B of A will go after this hacker guy.

  • by mutterc (828335) on Thursday April 12 2007, @11:04AM (#18703297)

    All of my financial websites (bank, credit cards, etc.) have all gone to "two-factor" authentication.

    Most often, the second factor is "security questions", like "what city were you born in?" and "what's your favorite restaurant?" I always answer these with random passwords, which I put in my password safe along with the real password. Unless you do that, these are actually less secure than just having a secondary password, because others can find out that stuff.

    I know every business wants to do this cheaply and half-assed; it's the American Business Way. To do it "right" would probably take SecurID's or somesuch other token, which would get ugly for the customer after accumulating a couple of dozen different ones.

    I've heard in comments here about banks that send you a list of code numbers, one-time-use, in the postal mail, and you use them up as you log in. That would be a good, cheap way to do two-factor that actually increases security.

    • I wish banks would offer something like SecurID for authenticating with their site. They seem to be in the process of adding on layers and layers of crap, without adding any actual security. I'd rather have a couple dozen secure IDs over having to carry around half a dozen one-time-pads around. Ideally, you'd only need one securID for each account. Which for most people is probably 3. Chequing, Savings, Credit Card. If you have more accounts than that, you're probably in the minority. I guess i'm not
    • Most often, the second factor is "security questions", like "what city were you born in?" and "what's your favorite restaurant?"

      That isn't two-factor authentication. That is something you know and something else you know. Two-factor requires something you now, and something you have (a smart card, onetime password, RSA SecurID fob, etc.). (Not blaming you, simply pointing out how lame most businesses are).

  • by Opportunist (166417) on Thursday April 12 2007, @11:06AM (#18703319)
    The core problem of online banking is that the bank has to implicitly trust an untrustworthy system, using insecure protocols. The bank has no way to verify that the system used at the other end has not been tampered with and they cannot verify that the data sent to them is identical with the data entered by the user.

    You can implement a billion "security features", it won't mean jack as long as the only channel between bank and user is the computer. If that channel has been corrupted, the corrupter will be able to alter, delete or forge any kind of information either side should (in his opinion) get about the other end. There is no way to remove this problem unless you open a second, secure channel which is independent of the machine used for bank transfers.

    • You can implement a billion "security features", it won't mean jack as long as the only channel between bank and user is the computer. If that channel has been corrupted, the corrupter will be able to alter, delete or forge any kind of information either side should (in his opinion) get about the other end. There is no way to remove this problem unless you open a second, secure channel which is independent of the machine used for bank transfers.

      Exactly. I have a phone, can't we use that as the second channel?

      • Very good idea. The question is how? A call? Too much overhead for the bank, they implemented online banking as a way to reduce its manpower. Text? Too unreliable, no guaranteed service.

        And what about those customers that don't have a cell?
        • But because I have a cell phone with IM, text messaging, and email on it, I should be able to opt-in to tertiary authentication using that model??
          • I think it's time to sit down and write a PoC for a tandem trojan, infecting a computer and the cell...

            Like I said, it's generally a very good idea. The problem is, appearantly the damage done by those attackers isn't high enough to warrant the additional expense to develop something like that.
      • I have a phone, can't we use that as the second channel?

        We can, and some banks in Germany offer this already. The scheme is called mTAN (mobile transaction number). Postbank [postbank.com], one of the prime target of phishing attacks, was the first to offer it. First, the customer has to register a mobile phone to be associated with the bank account. The registration process is somewhat long-winded but needs to be passed only once; obviously it needs to be secure against manipulation and abuse.

        Once a phone has bee

        • Indeed, Postbank Germany has been a prime target for a wide variety of trojan families for the last few months.

          That move on their side was a good one. A very good one. It's not easy to defeat this security scheme. Without thinking it over, the only security hole I see is the user, who doesn't read the whole text message but only uses the key to sign.

          But when you sign something you don't read, you deserve what you get...

          Still, pretty much every security feature has been broken so far. I somehow don't fear to
      • That works 'til they manage to grab a trojan that messes with their DNS resolving.

        But generally you're right. Our banks are already switching to "shorter" and abbreviated domain names simply because it's asking for trouble when you force your customer to type in the whole friggin' bank name.

        It would already help a lot if you'd get a crash course on basic security when you request your online banking data. At least it would put the "here's your bank, please send us all your info" spamphishers out of biz.
  • by aicrules (819392) on Thursday April 12 2007, @11:11AM (#18703403)
    I think the BoA sitekey is definitely one step above username/password on the front page. However, I agree that while it provides an added SENSE of security, it can make people trust something more that they really can't trust any more. When it was released, I did almost exactly what this guy did just to see if it would work. I was not terribly surprised that I could create a wrapper to retrieve the sitekey picture and words while still intercepting the passcode. It was actually pretty easy. Unlike the study about the people who ignored their sitekey, I do pay attention to it. However, I also pay attention to whether I'm really on BoA. I never go there from a link in an email. While someone could still redirect my request for BoA to somewhere else, I also practice safe browsing practices that at least limit that potential issue on MY computer. The convenience of online banking is just too high for me to NOT use it.
    • Its not a step up- its no different at all. Its trivially broken with a man in the middle attack. Its just an extra hoop to jump through. If there was an option to turn the damn thing off, I'd take it. If anything my account is now *less* secure- previously there was my password, and no way to get in via secret questions. Now there's hideously easy to figure out secret questions on there.

      There's a very simple way to do online banking that avoids all phishing scams

      1)Only log in from 1 computer
      2)Use go
  • When are companies gonna get smart and actually HIRE this fucker?

    Someone is bound to do it eventually...I can assure you all if a company does not buy him up soon, the government will.
    • When are companies gonna get smart and actually HIRE this fucker?

      Someone is bound to do it eventually...I can assure you all if a company does not buy him up soon, the government will.

      I think the days of the mad hacker becoming a security consultant are long passed. Nowadays, they seem to go the criminal prosecution route, and then no cookie for you.

      Cheers
  • by jfengel (409917) on Thursday April 12 2007, @11:15AM (#18703489) Homepage Journal
    The summary is not quite correct. It's not so much that the SiteKey is being bypassed, as that the attacker is able to get their hands on the user's SiteKey. They can only do this by getting the user's password and security code, which they do with a conventional man-in-the-middle attack. Once they've got that, getting the SiteKey seems the least of their worries.

    The obvious problem with SiteKey is the chicken-and-egg problem of getting the image to the server in the first place. There's some step where you're communicating in a fashion where you trust the server enough to give them your SiteKey, which they later show back to you. It's tied to a single computer, via a cookie, so if you log in from a different computer you need to send a new SiteKey or get them to send yours back to you, on the new computer.

    So this attack only works if you can get the user to give up not only the password but also the "security question" (one of the dumbest bits of security I've ever seen; it's like a password only you can look it up.) Easy enough, if the user isn't alert (and they usually aren't.)

    SiteKey depends on users to expect the key image, but the absence of the image doesn't usually trigger warning bells because they're not very common. You need some sort of phishing detector which says, "Hey, this site is known to require a SiteKey and isn't sending it to you."
    • SiteKey depends on users to expect the key image, but the absence of the image doesn't usually trigger warning bells because they're not very common. You need some sort of phishing detector which says, "Hey, this site is known to require a SiteKey and isn't sending it to you."

      In fact, everyone I've talked to who needs one of these "guess the picture" schemes to login to their bank wishes they would go away. If, one day, they stopped seeing the sitekey thing, most folks would be relieved, not suspicious.

    • Maybe I am not seeing the same thing as you, but basically the change to sitekey means that first you must intercept their user id, encrypt and pass it to BoA just as BoA's main page would have, then present the sitekey image/words as if it were coming from BoA to intercept their passcode. The whole idea of sitekey was to prove that the site you were entering your secondary ID (passcode) on was indeed BoA.
    • jfengel says:

      SiteKey depends on users to expect the key image, but the absence of the image doesn't usually trigger warning bells because they're not very common. You need some sort of phishing detector which says, "Hey, this site is known to require a SiteKey and isn't sending it to you."

      This brings up a rather interesting question: Suppose Bank Of America decided to come up with a better way of securing their web transactions than the SiteKey system. When this new thing popped up on my screen instead of t

  • by dpbsmith (263124) on Thursday April 12 2007, @11:25AM (#18703681) Homepage
    These authentication images seem to be one of these ideas that is based on the assumption that you only deal with one company.

    Within the last six months, three banks and two brokerage houses I use have all gone to the use of these authentication images. In each case, the only way to select the image is to go through slow-loading screen after slow-loading screen of apparently random images.

    I can choose my own password, but it is virtually impossible to "choose" my image, so they're not very memorable to me. I certainly can't choose the same image at all five sites, which is what I'd like to do. (That's insecure for a password, but I don't think it's insecure for an authentication image; it's not as if one bank were going to try to pretend to be a different bank).

    One of them also wants you to give them a little phrase that goes below the picture. Ah, I thought, I'll use my phrase to describe the picture, that way I'll know if the picture is incorrect. Wrong, I couldn't do it. I had to enter the phrase before I got to choose the picture. Well, I thought, OK, I'll just change it. The picture was of (let's say) soccer ball. So I went to the screen that lets you change your passwords and personal information, entered "soccer ball" as my phrase... and was then taken to a screen where I was required to select a picture, again. And the soccer ball wasn't one of the choices. I clicked through about ten screens of five-by-five pictures trying to find the soccer ball and couldn't find it. Was it just because they were randomly selecting from a huge collection of images? Or do they actually enforce changing the image? I don't know. All I know is that I now am supposed to remember my password AND the phrase "soccer ball" AND a picture of a kangaroo.

    If the picture were wrong, would I notice? I might have a vague sense of unease, but I wouldn't be sure. Not unless I wrote them all down.
  • One thing I kind of want to say is that, while I agree that the SiteKey method isn't secure, it seems that most any kind of website can fall prey to this kind of MITM. With enough time, one could (with relative ease) write a bot that wraps around just about any website. (monitor the headers, cookies, GET/POST vars that are passed during a normal browser login, and then write a script that uses curl to emulate all of that and create a phishing site). I tend to think that at some point, any "necessary" secu
  • how with my bank, my password is printed directly below the picture...

    That doesn't seem all that secure to me...

  • Most Bank of America branches have open customer service centers. They consist of desks with no walls or partitions and a customer waiting area a few feet away. The first question after, "How may I help you?" is "What is your social security number". That is usually followed by, "And what can I do for you Mr./Ms. ______?"
  • by nospmiS remoH (714998) on Thursday April 12 2007, @11:58AM (#18704301) Journal
    Why don't the banks just require that the referrer to a login page be blank. Yes, this would mean that the login page would have to be either on the main page or very simple to type since the only way a (normal) user will have a blank referrer will be to type the url in.

    Essentially this means that banks would be requiring everyone to physically type (or bookmark) their banks login page and that would be the ONLY way to get there. I suppose it could be modified to accept a referrer of the banks own domain so you could click a "Login Here" button.

    I know power users can spoof their referrer using a browser setting and malware could do the same, but at least that would be another layer. What am I missing here?
    • Completely wrong. It takes one line of javascript to open a link with no referer sent. Not rocket science.

      If I were bofa, I would be looking at browser quirks, and using those to authenticate the HTTP_USER_AGENT environment variable. Browser says that they're IE? include a little activeX that only works in IE and examine output, or send some javascript. For each browser, set up a suite of these hacks and serve a few with each page. If the browser doesn't respond with the correct output of the quirk (pipeped
  • The Weakest Link (Score:5, Interesting)

    by Nom du Keyboard (633989) on Thursday April 12 2007, @12:33PM (#18704913)
    The weakest link in the banking system is its reliance on a single account number. Imagine, if you will, if your bank could give you limited use account numbers that never revealed your master account number to outsiders.

    Wouldn't it be nice if you could give someone (e.g. PayPal, known by some for removing money back out as fast as they put it in) Deposit-Only account numbers. Like the Roach Motel, the money checks in, and it don't check out.

    Or Limited Transfer Out numbers. (Allow AOL, and AOL only, to automatically debit monthly payments for amounts not exceeding your monthly bill, and only valid for 6 transactions before you give them a new number.)

    Personal Checks, each one of which has a One Time Only account number on it that is worth nothing to a thief who tries to forge a hundred duplicates of the check you just gave him.

    The archaic current system could, I believe, be made much more secure by this simple change alone.

    Note to IP thieves: This constitutes Prior Art, and you're not allowed to patent it now.

  • by zerofoo (262795) on Thursday April 12 2007, @01:02PM (#18705405)
    I used to work for a bank and we looked at SecureID for all of our internet banking customers that could originate ACH (Automated Clearing House) transfers.

    We realized that SecureID is also vulnerable to a man-in-the-middle attack. Since most people ignore invalid SSL certificates, anyone could put up a fake webpage and intercept the entire SecureID transaction. Once a successful login is permitted, the attacker can process bank transactions as the legitimate user.

    SecureID is a nice way to augment passwords with a one-time password, and it does reduce the "attack window" due to the fact that the bad guy can not reuse your login credentials at a later time. SecureID does not eliminate the attack window...the attacker needs to process the fraudulent transactions during the legitimate user's session.

    -ted
  • by slashkitty (21637) on Thursday April 12 2007, @02:16PM (#18706711) Homepage
    The banks are really just bringing this on themselves. They have marketed the idea of security as being more important than actual security. Making me answer more questions about myself may make it harder to break in, but it leaves me even more vulnerable to identity theft if my answers are compromised.

    Looking at what banks can do to improve security:

    - Stop putting the "lock" icon on your login form. Users should look for the lock on the toolbar or part of browser frame. (chase.com, others)
    - Stop using non secure login pages (not where the login form is being submitted to) (chase.com, usbank.com, wachovia.com)
    - Stop using marketing emails from strange marketing addresses. This just gets people used to bank emails from weird places.
    - Make a secure bookmarkable banking page. (my bank does not do this, I get an error screen if going to bookmark)
    - Simplify navigation and operation and unify systems. (my bank does not do this, if I log out on one part of the site, I'm not logged out from the "very secure" part)

    Bank sites driven by marketers [washingtonpost.com]

  • by jpellino (202698) on Thursday April 12 2007, @03:01PM (#18707417)
    I have accounts with three financial institutions. All three use Passmark.
    All three ask me to pick a common object and give it a name.
    Of course I'm going to call it what it is.
    Calling it something obtuse makes the whole thing harder to keep track of.
    Each one asks me up to 6 security questions.
    These are in case my computer gets "unregistered" or if I try to get to an account from not-my-computer.
    They're not all the same. The answers are not one-word slam dunks. If they were, they would be no good.
    Because they're not easy and obvious, I have to remember up to 18 obtuse answers.
    If I get one wrong, even by one character, I'm kicked off until I call someone.
    The banks claim this is a government law that makes them do this.
    Please don't say "get one bank".

    • Sigh. Money is not fictitious. Yes, "money" is just pieces of paper, but they are a limited resource which is in demand. The best way to understand money is that it is a thing just like any other thing, but it has the attribute of being a thing that everybody will barter for their stuff.

      You might guess that I'm not a gold bug, and that I'm in favor of free banking. Good guess!