Slashdot Mirror


Why Are CC Numbers Still So Easy To Find?

Frequent Slashdot contributor Bennett Haselton gives the full-disclosure treatment to the widely known and surprisingly simple technique for finding treasure-troves of credit card numbers online. He points out how the credit-card companies could plug this hole at trivial expense, saving themselves untold millions in losses from bogus transactions, and saving their customers some serious hassles. Read on for Bennet's article.
Some "script kiddie" tricks still work after all: Take the first 8 digits of a standard 16-digit credit card number. Search for them on Google in "nnnn nnnn" form. Since the 8-digit prefix of a given card number is often shared with many other cards, about 1/4 of credit card numbers in my random test, turned up pages that included other credit card numbers, and about 1 in 10 turned up a "treasure trove" of card numbers that were exposed through someone's sloppily written Web app. If the numbers were displayed along with people's names and phone numbers, sometimes I would call the users to tell them that I'd found their cards on the Internet, and many of them said that the cards were still active and that this was the first they'd heard that the numbers had been compromised.

Now, before this gets a lot of people mad, let me say that at first I was planning on holding off writing about this for months if necessary, to give the credit card companies time to do something about it. In other words, I actually had the presumptuousness to think that I had been the first one to discover it, but only because the credit card numbers that I found were still active. (If the trick had been widely known, I reasoned, surely the credit card companies would have found any credit card numbers listed in Google before I did, and gotten them cancelled.) Then I found that the trick had been publicized about three years earlier in a C-Net article by Robert Lemos and was probably widely known even before that. (The article stops just short of describing the actual technique, but one reader posted the full details in a follow-up comment.) Another article from that year in CRM Daily describes an even more efficient trick: Googling for number ranges like 4060000000000000..4060999999999999 to find Visa card numbers beginning with "4060". Google has now blocked that trick, so that trying that as a Google search leads to an error page. But the basic technique of Googling for working credit card numbers, apparently still works. In other words, credit card companies have apparently known about this technique for at least three years, probably longer, and presumably have hoped it would continue being swept under the rug.

At this point, I think the right thing to do is to shine a light on the problem and insist that they fix it as soon as possible. It may result in a short-term spike in people using this technique, but if it results in the problem being fixed, then the total number of fraud incidents will probably be less in the long run.

It would be simple for companies like Visa, MasterCard, and Discover to take a list of the most common 8-digit prefixes, query for them every day on Google, and de-activate any new credit card numbers that were found that way. (American Express cards are apparently not vulnerable to this trick, because when their 15-digit card numbers are written with spaces, they are usually written in the format "3xxx xxxxxx xxxxx", and Googling for the first 10 digits as "3xxx xxxxxx" didn't yield anything in my random test of ten AmEx numbers. But this is still their problem too, since the searches that turn up "treasure troves" of card numbers usually include AmEx numbers as well.) A Perl programmer could write a script in one afternoon that could run through all the known 8-digit prefixes, parse the search results, and pick out any URLs that weren't listed as matches the day before. From there, the search results would have to be reviewed by a human, in order to spot any situations where one credit card number was exposed at one URL, and a slight variation on the same URL (such as varying an order ID number) would expose other credit card numbers as well, which was the case with several of the hits that I found. Simple, but time-consuming with so many different 8-digit prefixes -- but every minute of effort expended on tracking down and canceling leaked credit card numbers, would save time and grief later by preventing the numbers from being used by criminals. If it would save them time in the long run and help prevent fraud, then why don't they do this?

It's considered good etiquette among security researchers, when finding a new security hole, to give the affected companies a chance to fix the issue before publicizing it. When I first contacted the credit card companies and described exactly how the exploit worked and how to block it, after getting a polite "We can't comment" from each one, I figured I'd give them a few months to get a system in place that could find leaked cards on a daily basis and de-activate them before they could be used. But then I found the C-Net article from 2004, and figured that if the card companies hadn't taken action in three years, it was fair game to publicize the trick in order to increase the pressure on them to plug the gap. Of course, it's not the card companies' fault that these card numbers are leaked onto the Web; it's the fault of the merchants that allowed them to get leaked. But the credit card companies are the only ones who are in a position to do something about it.

I did try the "Good Samaritan" approach, calling the credit card companies when I found one of their customers' card numbers on the Web. For each of the four major card companies, I called their security departments and reported two of the cards that I had found compromised, and then a week later, called the cardholders themselves to see if the card companies had notified them. Surprisingly, of the four companies, American Express was the only one whose customers in this experiment, when I called them a week later, said that AmEx had contacted them and told them to change their numbers. But even if all four credit card companies were more proactive about acting on reports of leaked numbers, the problems with scaling this approach are that (a) I usually had to wait on hold for a few minutes with each company and then spell out each card number that I'd found, which doesn't scale for a large number of stolen card numbers, and (b) if lots of people started doing this, then the credit card companies would be inundated with duplicate reports about the "low-hanging fruit", card numbers with common prefixes that appear near the top of some Google search result. Both problems could be avoided if the card companies simply ran their own script that queried Google and brought up a list of any indexed card numbers, whereupon an employee could copy and paste the numbers into an interface that would flag the cards instantly.

Google does have a feature where you can request the removal of pages that contain credit card numbers and other personal data such as Social Security Numbers. Any pages that I found containing credit card data, I submitted for removal, and Google did handle each removal request within two days. But this doesn't guard against the possibility that someone might have found the credit card information before it was removed, and of course it doesn't mean that other search engines like Alta Vista (remember Alta Vista?) might not have indexed the same pages. Running a sample of 8-digit prefix searches on Alta Vista, I found about as many credit cards as I found through Google, including some pages that were not in the Google index (maybe Google never indexed them, or maybe they had removed them already). So removing a page from any engine's search results is more like covering up a symptom of a problem than fixing the problem itself, which is the fact that the card number was leaked to the Web in the first place.

If nothing else, this is another reminder of how terrible the security model is for credit card numbers as a token of payment -- one universal piece of information shared with every merchant, that can be used for unlimited unauthorized charges if it gets compromised, until someone notices. About the only desirable property of credit card numbers from a security point of view is that they can be changed, and most of your existing recurring billing relationships will carry over, but even that is a hassle. Several credit card companies do provide the ability to generate single-use credit card numbers, each one authorized only for a limited purchase amount. The problem with that is that as any security analyst will tell you, if it takes even one extra step, most people won't bother -- as long as all-purpose credit card numbers are the default, that's what most people will use. Perhaps incidents like this will push people towards more 21st-century-aware styles of payment (like PayPal, but without all the horror stories), where you can pay a bill through a system that debits your card or your bank account, without sharing all your information with the merchant.

But in the short term, as long as credit card numbers are still with us, the card companies should make more proactive efforts to find and deactivate the ones that have been leaked on the Internet. If the card numbers are found to be leaked by a clumsy Web interface on one company's site, then that company should be chastised by the card companies that issued them a merchant account. If the numbers are found together in a list posted on some third-party forum, then the companies can cross-reference the charge history against each card in the list, to narrow down which merchant may have been responsible for the leak. I'm sure the card companies do something like this already when they find a list of leaked cards; what they don't seem to be doing is acting aggressively enough to find the leaked numbers in the first place.

Maybe the real moral is not the insecurity of credit card numbers, but the value of transparency and online community relations. If MasterCard had been a hip company like Wikia, some volunteer probably would have discovered this attack very early, and another volunteer would have written an open-source tool to find and deactivate leaked MasterCard numbers automatically, and the problem would have been solved ten years ago. In fact many tech companies, if you report a security problem to them, will thank you and fix it immediately, and some of them will even offer you cash if you find any more, like Netscape used to do with their $1,000 Bugs Bounty program. We get so used to big companies having obvious holes in their security practices and answering every question about security with a flat "No comment", that we forget it doesn't have to be that way -- transparency is not just trendy, it works. After years of having bug hunters poke at the Netscape browser, the security may not have been perfect, but it didn't have any security holes that were as simple and obvious as to be analogous to finding credit card numbers on Google.

317 comments

  1. Blame M$ by Anonymous Coward · · Score: 1, Funny

    Clearly Micro$oft is to blame. Their broken OS is the cause of most all CC number leaks.

    1. Re:Blame M$ by FooAtWFU · · Score: 2, Insightful

      I hate Microsoft as much as the next guy, but please! I'd hazard a bet that the majority of the leaks, especially the ones the article talks about, are fifty-cent web applications running on a LAMP stack on an ultracheap web host somewhere.

      --
      The World Wide Web is dying. Soon, we shall have only the Internet.
    2. Re:Blame M$ by encoderer · · Score: 4, Insightful

      Your post is entirely useless.

      A bug exposing credit card numbers is language agnostic. Even experienced programmers can create security bugs. Even EXPERT programmers can create security bugs. Your notion that there's a correlation between a langauge and a propensity for bugs is outrageously wrong. if that were the case, you'd never have a rich client app written in C or C++ crash on you.

      And your idea that "the ones smart enough to write proper code are generally smart enough to avoid scripting language" shows such an abject lack of understanding of the software development industry that I'm just stunned. The ones smart enough to write proper code are the ones smart enough to use the RIGHT TOOL FOR THE JOB. PERIOD.

      I'm sorry for being so harsh, but I'm not sure if you're trolling or if you actually believe that crap. Frankly, I'm not sure which would be worse.

    3. Re:Blame M$ by AVee · · Score: 1

      Geez, reading is hard I guess?
      Show me, were did I state that C(++) programs can't contain bugs? Believe me, I know they can. I know it is possible to produce crappy software in any language.

      Yet you claim that since there are bugs in C(++) programs as well there is no correlation between the programming language and the propensity of bugs. Sounds like a heavy smoker stating that non smokers get cancer too. Smokers get more cancer, in some languages it's easier to write sloppy code, some programming languages are more prone to bugs. But than again, if you've never looked beyond C(++) I perfectly understand this might be a suprise to you.

      And yes, I do have some understanding of the software development industry, I also had a proper IT education, unlike most people in this bussiness. I'm also clever enough to see that the average quality of software is really really low.

      And yes, I do understand it is important to use the right tool for the job, that's exactly the point. A scripting language originally developed to be able to add some dynamic content to a webpage is *not* the right tool when you are developing a full e-commerce application. Not even when it's userinterface happens to be a web page. Period.
      And it's stunning that so many people who claim to have some understanding about building software can't see these basic things. But if your view represents that of the average IT guy (judging by the moderation here it does) it sure explains something about the quality of most software.

    4. Re:Blame M$ by encoderer · · Score: 1

      My view represents the truth of the situation.

      You make wild assumptions that have no basis in fact.

      You show basically no knowledge of the intent behind the tools you're talking about.

      You're a joke, bro. And the moderation shows it. You should be modded +1 Funny.

      The reason "so many people who claim to have some understanding" don't agree with you is simple: you're wrong.

      You say you're clever. You'd think such a clever guy would've realized that there might just be a reason why you're standing by yourself here.

      I sincerely hope for your sake that software development isn't your day job.

  2. How much is it a problem? by LiquidCoooled · · Score: 2, Insightful

    What does it matter?

    How can a normal fraudster use a credit card number to his personal gain?
    Does he get goods delivered to his house?

    Anything purchased with it has an audit trail.
    It's not like you can turn up in a shop and swipe the printout or screenshot, and making up blank cards isn't yet in the hands of the common criminal.

    I will go out on a limb and say most credit card fraud occurs in the real owners home town right about the time of alcohol consumption.

    Regret buying that 'funky' leopard skin jacket? "OMG I haz been haxx0red!!"

    --
    liqbase :: faster than paper
    1. Re:How much is it a problem? by stackdump · · Score: 2, Informative

      I would think the best thing to do would be to learn how to make a bogus credit card. That way you could visit a store out of the way w/ no surveillance and could spend money while signing with some bogus scribble.

    2. Re:How much is it a problem? by Anonymous Coward · · Score: 3, Informative

      Something like this would work... http://news.bbc.co.uk/1/hi/uk/6642465.stm

    3. Re:How much is it a problem? by minx · · Score: 1

      Simple really,

      Get the credit card info, make purchases online, have them shipped to a P.O. Box with a false ID. Or trick someone into receiving and forwarding the package to you on your behalf.

      takes a while before the CC company can catch on and stop you.

    4. Re:How much is it a problem? by pytheron · · Score: 3, Interesting

      How can a normal fraudster use a credit card number to his personal gain? Rent a flat/bedsit somewhere. Get someone to rent it for you for some cash. There's your address. Getting goods is trivial. The hard part is getting people to accept a card without the corroborating data, like chip-and-pin, signature, D.O.B etc etc.
      --
      "I am not bound to please thee with my answers" [William Shakespeare]
    5. Re:How much is it a problem? by Average_Joe_Sixpack · · Score: 2, Informative

      Dateline NBC exposed the workings of these frauds a few months back Part 1.
       

    6. Re:How much is it a problem? by Gulik · · Score: 5, Interesting

      How can a normal fraudster use a credit card number to his personal gain?
      Does he get goods delivered to his house?


      I recall reading that one guy had a bunch of credit card details, and of course came up against that very problem. His solution was to put up a pile of auctions on eBay for various big-ticket items. When those auctions ended and he got the funds, he used the credit cards to order the items and have them shipped to the winners' homes. By the time the people whose cards were used found out, the only information available was for the folks who won the auctions, and the seller was nowhere to be found.

    7. Re:How much is it a problem? by Anonymous Coward · · Score: 1, Insightful

      How can a normal fraudster use a credit card number to his personal gain?
      Does he get goods delivered to his house?


      Are you kidding??? Not everything you can buy is physical and gets delivered. If it was as simple as that, there wouldn't be any card fraud at all.

    8. Re:How much is it a problem? by WalterSobchak · · Score: 4, Interesting

      Yes you can use these numbers to shop in a store. Real easy.

      My bank called me to ask if I was in Istanbul, Turkey, over the weekend. When I said "No", they said: "But your Visa Card was", and they did not seem at all surprised that the physical card was still in my possession.

      They gave me a nice list of events: First the thugs bought something small, then tried something big. As the card was declined, they tried something small again, and then a couple of medium purchases (like $100 a piece).
      All in all, they had racked up about $1000 when the call came, but I did not have to cover any of that, luckily.
      Again, all of these were in-store purchases.

      Alex

      --
      Absinthe makes the heart grow fonder
    9. Re:How much is it a problem? by sammy+baby · · Score: 1

      That's a pretty interesting story.

      The irony here is that, in theory, if the fraudster had offered to cut his victims in on the deal, it would have been just a regular old business partnership. (But of course, his take would have been much less.)

    10. Re:How much is it a problem? by Anonymous Coward · · Score: 5, Insightful

      The "audit trails" you are describing do nothing to deter serious criminals. I dated a girl that was charged with CC fraud. She simply ordered by online and had the package delivered to a nice house in a nice neighborhood that was for sale, one where the owner had already moved out. You can find dozens or hundreds of such houses in any city by checking the real estate listings. UPS drops the package off on the porch, and the fraudster drops by in the late afternoon to pick up the loot. The neighbors see people coming and going all day (real estate agents and prospective buyers), so one more visitor with a package tucked under the arm is not noteworthy. It doesn't work 100% of the time, but it works pretty damn frequently.

      So as you can see, the fact that you think an "audit trail" prevents such crimes comes down to a lack of imagination on your part, and a very false sense of security. It is exactly that false sense of security and lack of imagination which explains why identity theft is rampant.

    11. Re:How much is it a problem? by Anonymous Coward · · Score: 2, Informative

      Gas stations are always a good way to skim money off stolen credit cards ... criminals will routinely recruit bored/underpaid gas bar attendants to run a few dozen cards for several hundred dollars each, make up the difference with cash out of the till, and split the proceeds by some agreed-upon percentage.

      Several years ago when one of my credit cards was compromised, I saw a whole bunch of bogus charges made at gas stations all over southern California.

    12. Re:How much is it a problem? by cpt.hugenstein · · Score: 2, Insightful

      I do a lot of online shopping and as a result I have remembered my cc number and accociated inforation. I have had stores take my cc as a number alone with out ID. I then asked if that is their standard policy and told them that I could have easily been using a stolen number. They are always surprised at my question but I give them my drivers liscence and another piece of ID where they seem satisfied. It may be because I am in Canada and we have the presumption of honesty and innocence but it is not hard to find a store to take you number.

    13. Re:How much is it a problem? by b.thompson · · Score: 1

      It can be a big problem. It doesn't have to be something physically delivered home.

      We saw a charge on our debit MC for (thankfully only) $7, but neither one of us recognized the charge. After doing a bit of digging, I found out it was a web site for buying bulk email lists. I reported the charge to my CU and they found it was charged to my wife's card. They reversed the charged for us and immediately canceled her card. She went over a week with out a debit/credit card. Thankfully it wasn't a large amount of money, but someone got 20,000 email addresses to spam at our expense and hassle.

    14. Re:How much is it a problem? by Catil · · Score: 1

      Does he get goods delivered to his house? No, but maybe to his IP adress through a large proxy chain or TOR. I guess you can purchase downloadabel stuff like movies, games, ebooks and music via CC.
    15. Re:How much is it a problem? by Anonymous Coward · · Score: 0

      When it happened to me they had someone in the store they were splitting it with and that person actually typed the number into the pad for them. They then bought a few small gift cards and then used those in another store.

      Its not that hard to get a piece of plastic with a number. What shocked me was the fact when it was caught I was buying something at the exact same moment on both coasts of the US. They wanted to deny my charge and let the fraudulent one go. Even though I TOLD them to deny both. They refused to deny the other charge...

      Plus they have little incentive to do anything. As they just charge back to the store that the item was bought from. If they had to bear say 50% of the charge you would see something done about it very quickly.

    16. Re:How much is it a problem? by plover · · Score: 4, Informative
      I'm not sure if you're trolling or not, but it's not too difficult at all for a thief to turn a credit card number into products or cash. There are various laundering procedures that some people go through (Dateline's "To Catch An I.D. Thief" exposed an elaborate one) but the sad reality is that most one-off fraudulent purchases aren't even followed up on by the banks, not until the dollars pile up. (They will be tabulated, of course, and people who try using a dozen stolen cards and have the merchandise shipped to the same address do get picked up.)

      Card data can also be turned into products in most stores. The stolen info can be burned on to an expired card, and the thief anonymously walks out of a store with an HDTV. More clever thieves will go to a store that's out of their norm, one that doesn't see as much fraud -- perhaps a craft store or a furniture store -- and buy a bunch of merchandise, and resell it on the streets or at flea markets. There are sophisticated organized theft rings that will purchase certain kinds of stolen merchandise and pose as legitimate wholesalers that resell it to small merchants.

      The underground economy revolving around stolen merchandise and credit cards is rapidly approaching a hundred billion dollars annually in America alone (last figure I saw a year or two ago put the estimate over 60 billion, not counting the MAFIAA.) It's obviously pretty easy to do, if you think like a criminal.

      --
      John
    17. Re:How much is it a problem? by xav12 · · Score: 1

      I found out a couple of days ago that my credit card number was being fraudulently used. It appears that it was used to set up a couple of accounts on web-based auction and advertising sites, so nothing needed to be delivered and the amount put on the card was only small (so might not be noticed by some people).

      What was interesting is that these sites deal with used car sales. I suspect that the perpetrators are trying to sell stolen cars via these sites. My cc number was just a means to an end, not the final target of the con itself.

    18. Re:How much is it a problem? by Grax · · Score: 2, Informative

      Ways to personal gain from a CC number

      1. Long distance calling cards
      2. Online delivery of movies, software products, porn, or anything else with instant gratification.
      3. Print Fake Credit Cards with the numbers on them and go shopping (Yes. This is in the hands of the common criminal)

      My wife's card number was stolen and used to purchase hundreds of dollars of items at a mall over 1000 miles from our home. We did get the charges reversed but it took a number of phone calls (even though their fraud department proactively discovered the fraud on the day it happened and called us right away)

    19. Re:How much is it a problem? by profplump · · Score: 2, Interesting

      More commonly I've seen that they obtain access to a merchant account an process ~$10 transactions themselves. THe hope is that they can use the merchant account for a couple of months before people notice -- a $10 transaction doesn't call much attention unless you really do accounting -- and then when they lose access to their merchant account they move on to another.

      This can be done either by obtaining merchant accounts directly (not as difficult or traceable as you might think) or just convincing the clerk at any store with a valid account to process a bunch of bogus transactions and pay them out from the till.

    20. Re:How much is it a problem? by AndersOSU · · Score: 1

      If the fraudster had cut the original victims in on the deal he wouldn't have been able to sell things for a loss and turned a profit. The scam works because if you sell a brand new $1200 TV for $800 and aren't liable for the original purchase you make $800 instead of losing $400.

    21. Re:How much is it a problem? by 0100010001010011 · · Score: 1

      Amazon Gift Cards / Paypal.

      I had this happen to me. Someone bought some Amazon gift cards I had on eBay for $50 or so. I sent the codes (which is my own fault for being trusting on the internet) about 2 weeks later I got the paypal "This was bought using a stolen credit card, etc etc".

      I guess this has happened in the past and Amazon has refused to give out the account information it was used on. $50 isn't worth their time, after all they didn't 'lose' anything.

      Take this one step further. Re-sell the Amazon gift cards, sure you're only going to be making 90%, but it's free money as far as you're concerned. You now have 2 levels of removal from the credit card.

      Heck, if I was planning this (and I'm not). Set up some PayPal accounts using tor / proxy servers. Wait until the beginning of the billing cycle so that the bill won't show up too soon. Buy a ton of gift cards, eCurrency, anything "digital". Then're sell all of this using another PayPal / eBay Account made with a different IP address. Ebay/Paypal never see the Amazon codes, so they're never going to know if "you" bought and sold the same thing. Since time is limited, I'd find a few auctions I wanted to stalk and set up my selling auctions to end 12 hours after the other ones. Their auction ends, I get the code, 12 hours later my auction ends, I send the code.

      Then to get to use the funds: Buy something digital. Hosting, anything that accepts PayPal. Or, Buy "something" from yourself. With PayPal account #2. The one with all the funds. Go ahead and Buy a Dell Laptop or an iPod. Something that gets traded 100x daily on eBay. Pay your self to PayPal account #3, the one linked with your bank account. Go to the USPS and get a tracking number, put it on an envelope and send it to Joe Smith, NY, NY. The tracking number will eventually get used. Some guy is going to get an empty envelope and go WTF. You have a shipping confirmation number to give to pay pal to show that it was a 'verified' transaction.

      Given everything I've seen that PayPal has done to protect my money (This wasn't the first, nor the last incident with them...) I highly doubt even 1/2 of this is necessary.

    22. Re:How much is it a problem? by LighterShadeOfBlack · · Score: 4, Insightful

      Discarding the ways to make a profit from credit card numbers, how about using police ignorance to screw people over. Only a month or so ago details were revealed about the massive flaws in police operations such as Operation Ore in which thousands of people in the UK were arrested in connection with paedophilic-related charges due to their credit card numbers being used to buy access to porn affiliate networks.

      Now, using the above methods may not allow you to target anyone specifically, but let's not kid ourselves into thinking that there aren't plenty of people who would happily take a whole load of these credit card numbers and use them to implicate complete strangers in this way. Just for the hell of it.

      Money lost on stolen credit cards can be reclaimed. Lives destroyed by false charges cannot.

      --
      Spelling mistakes, grammatical errors, and stupid comments are intentional.
    23. Re:How much is it a problem? by d3ac0n · · Score: 2, Insightful

      Don't forget there are always direct funds transfers, and quick-cash. If you can make a good replica of a CC or bank card, and have the correct info, it's often easy to just use it for quick cash at ATMs. Just wear an appropriate disguise and hunch over a bit to cover your height. With enough cards you can clean up quick.

      Also, I have hear of instances where people will use a stolen CC to setup a fake bank account, and then perform many small wire transfers from other CC"s into the fake account until it has a large amount in it. Then they just empty the bank account (or transfer the money away to an overseas account) and walk away quite a bit richer.

      --
      Official Heretic from the "Church of Global Warming". Proven right thanks to whistle blowers. AGW = Flat Earth Theory
    24. Re:How much is it a problem? by Anonymous Coward · · Score: 0

      Actually, I had some receipts stolen, that had credit card numbers on them. The thief bought plane tickets, a bunch of crap in the state the plane ended up in, all told about $13,000 worth of stuff, from multiple cards.
      This took several months to resolve, and he did get the benefit of having a plane trip, and all the items he bought. He was caught, and I was notified I'd have to go to Oregon to testify, if they called me back. they didn't call back.

      Just an anecdotal story about what people can do with no physical card, but your credit card numbers.

    25. Re:How much is it a problem? by jandrese · · Score: 1

      The most common method is to have your goods delivered to a vacant home. It won't work for anything that needs a signature, but that's how people have been abusing credit cards for years. Then you just casually walk by and pick up your package and nobody is the wiser.

      Of course you gotta be quick about it and not use a house too many times or the police might catch on and stake it out--although all they can technically get you on is theft of the one item if you're careful.

      --

      I read the internet for the articles.
    26. Re:How much is it a problem? by niiler · · Score: 2, Interesting

      Dateline NBC did a story on this problem this very week and found that with the full cooperation of the credit card companies, it was still quite time consuming to run down the real perps.

      Here's what they did:

      • Got the credit card companies to issue bogus credit cards - with real credit lines of $1000 - for them to sell online.
      • Sold the cards via certain IRC channels and monitored how quickly such funds were spent.
      • Set up a bogus electronics good web site that was advertised via said IRC channels where perps could spend their hard earned cash.
      • Set up a bogus shipping company to deliver the goods to the addresses listed
      • Found that in a large number of cases, the goods were:
        • Dropped at vacationers' houses
        • Dropped at the houses of dupes who were convinced that they were participating in real business deals on behalf of their absentee "fiancees".
      In short there were no direct connections reported. None of these folks were that stupid apparently. Most of the goods were then shipped out of country to places where US law does not apply and then resold in the retail market.

      Personally, I suspect that the reason the credit card companies don't do anything is because the people in charge (not the techies or sysadmins) really don't understand the internet because it doesn't fit into the age old business model. As there is no understanding, there is no drive to fix the problem.

    27. Re:How much is it a problem? by Anonymous Coward · · Score: 0

      1. Have them deliver it to your neighbour down the street who's not there during the day.
      2. Be outside gardening/reading the paper/walking the dog, and accept delivery.
      3. PROFIT!

      Or have it delivered to someone you don't like. Revenge with someone else's money.

    28. Re:How much is it a problem? by ray-auch · · Score: 1

      How can a normal fraudster use a credit card number to his personal gain?
      Does he get goods delivered to his house?


      Buy services. Easier. Buy subscriptions to fake (or real) web sites - small amounts through a billing co., lots of victims won't even notice.

      How does this help the fraudster ?
      Who gets the money ? - Website owner.
      How easy is it to set up a subscription porn website ? Not hard - look at how many there are.
      Fraudster just sets up the website and uses stolen cards to buy subs to it.


      Anything purchased with it has an audit trail.


      The police have already been shown to be incapable of following it.

      To quote from a uk press article on "operation ore": http://technology.guardian.co.uk/weekly/story/0,,2 059832,00.html

      Bates found that not only did thousands of the supposed porn buyers not go to get their porn; many of the sites had been set up purely for fraud. His checks were evidential tests that the UK police seem to have forgotten to take.

    29. Re:How much is it a problem? by Kijori · · Score: 1

      Have the goods delivered to a house you've previously staked out - one belonging to someone who won't be in when the postman calls. Leave instructions for the goods to be left in a safe places - behind a plant pot or somesuch location. Then go and grab the stuff when the postman's left.

    30. Re:How much is it a problem? by Anonymous Coward · · Score: 0

      If you did that to me you'd get caught pretty fast. There are no $10 transactions on my credit card. I pay cash for those. The only things I use my credit card for is online shopping and large purchases. And sometimes fuel. I would definately notice a bunch of little charges, as that's not what I normally charge. Maybe I'd overlook it if you used my card at a gas station but I know where I normally buy gas.

    31. Re:How much is it a problem? by Kadin2048 · · Score: 1

      The hard part is getting people to accept a card without the corroborating data, like chip-and-pin, signature, D.O.B etc etc.

      Seriously? I've never been asked for anything when using a credit card, besides its expiration date, and occasionally the billing address (what they're interested in is the billing ZIP code, generally). Signature checks are bogus -- in most stores, you could draw a picture of the goatse.cx guy and the clerk wouldn't ever say anything, and of course there's no signature on the Internet. No U.S. banks that I'm aware of use PIN codes on credit cards, and I've never heard of any company using a customer's DOB for purchase-authentication. (I think customers would probably dislike and reject it.)

      If you have the card number and expiration date, you have enough, usually, to make small purchases. If you have the billing address (or sometimes just the ZIP), you have enough to make large purchases -- up until it's big enough to get red-flagged for human review (Amex is pretty aggressive at this).

      As other people have noted, the hard part about credit card fraud is receiving the goods -- that's where people normally get busted, because it requires more diligence than most fraudsters have to maintain a continual chain of fresh drop-offs without repeating.

      --
      "Ladies and gentlemen, my killbot features Lotus Notes and a machine gun. It is the finest available."
    32. Re:How much is it a problem? by jlkelley · · Score: 1

      How about fraudulent WoW upgrades to Blizzard, like just hit my card? I had to cancel.

      This is a crappy site:

          http://forums.moneysavingexpert.com/showthread.htm l?t=450004

      but apparently others have had the same problem.

    33. Re:How much is it a problem? by DittoBox · · Score: 1

      Getting a PO box nowadays, especially at a US post office is next to impossible.

      Its going to be even harder if you have faked ID. The processes in place for getting a box are tough because there's so much fraud around the use of PO boxen.

      --
      Good. Cheap. Fast. Pick Two.
    34. Re:How much is it a problem? by jimicus · · Score: 1

      It's even worse in the UK where Chip & PIN is supposed to eliminate card fraud.

      Of course it doesn't. Instead, it passes the risk onto the consumer, viz: "Your card was used in conjunction with your PIN, therefore either you did it or you were careless with your PIN. Either way, it's your problem".

      There was a case recently (google for it) where a major UK bank only issued about 3 or 4 different PINs, so if you didn't change the PIN you'd been issued anyone could guess it correctly in 4 tries.

    35. Re:How much is it a problem? by Anonymous Coward · · Score: 0

      Dateline NBC exposed the workings of these frauds a few months back Part 1. What ever would we do without Dateline NBC? Is there nothing they can't expose? God, I'll miss Stone Phillips... At least we still have Brian Williams' eyebrows!
    36. Re:How much is it a problem? by Anonymous Coward · · Score: 0

      Fair enough then, and lesson learnt to me.
      I certainly wasn't trolling and in my own naivety the only real experience I have with fraud are very dubious articles purchased in nearby places.

      I guess I am just jaded that financial news was mostly scaremongering than actual losses.
      I shall not make that mistake in future.

    37. Re:How much is it a problem? by Anonymous Coward · · Score: 0

      I will agree with you that a great deal of fraud is tangentially alcohol related. Putting your card down on a bar is a great way for many strangers around you to get your number, and bartenders/waiters tend to be young and just getting by and more prone to being seduced into a fraud scheme, as well as being more transiently employed at places with not much of a paper trail of when they worked. My friend lost her card in college at a bar, didn't realize it until the next day. It was really easy to catch who did it though- the thief charged his rent on the card. I am sure he is a future Darwin award winner.

      However, you really are going out on a limb by implying that most credit card fraud is done by the card owners. First off, who shops drunk? Secondly, there is already a pretty decent system in place for people who regret buying things- you just return them to the store. Although I did hear of one very crafty individual who would charge thousands of dollars per month on her card, and then return it, just to get the rewards points. Three of my friends have gotten hit by fraud, and in the two cases other than the one above, the charges were made many states away. It was a real pain for both to get their names cleared too, even though the one girl had never been to the state of Florida where the charges were made, had other charges in NY that seem day, and was a female who had never bought men's clothing in her life, and was apparently making several hundred dollars worth of purchases of men's boxers at Bannana Repbublic (where she had never nor could afford to shop).

      As someone who used to be a little sketchy in his teen years, fraud used to work by getting someone's number, then getting something overnight delivered to a place where you don't live and is preferably abandoned, or you know the owner is going to be away. There is a paper trail, but it doesn't lead anywhere.

    38. Re:How much is it a problem? by Sparr0 · · Score: 1

      This is why I consider paypal accounts as disposable. When someone un-sends money to my account it forces the balance negative and I just abandon it. So many ebay scammers do this, buy an item then claim their account was hacked or their card was stolen. I would imagine it far outweighs the number of people who actually have their cards stolen.

    39. Re:How much is it a problem? by koreaman · · Score: 1

      I'm pretty sure serious criminals are not risking their liberty over something that they could download for free via bittorrent anyway.

    40. Re:How much is it a problem? by plague3106 · · Score: 1

      Well, I just had a charge appear from a powerwashing company in VA, and I haven't been anywhere near VA for years. I have no idea what was bought, but it was a few hundred dollars worth of goods or services. (I'm not sure the company isn't some fake thing anyway..) Fortunately I caught it as soon as it posted and have had the card canceled... but it still don't feel very good about the whole mess.

    41. Re:How much is it a problem? by NayDizz · · Score: 1

      Ummm, yeah. She still got caught though, right?

    42. Re:How much is it a problem? by beyondkaoru · · Score: 2, Insightful

      i think this demonstrates a fundamental flaw with credit cards; they're trying to do asymmetric crypto using a shared secret key.

      in order to pay with a credit card, you must give your number -- your secret key -- to the merchant. you must then trust the merchant to not do something evil with it. therein lies the problem; merchants can be evil or can be incompetent (usually incompetent/ignorant). they're just not trustworthy with security. but because credit card fraud is not generally worried about that much, people go on as usual.

      the real solution would be to digital signatures -- specifically, you carry something around that has a computer on board (like a cell phone or blackberry or whatever) and when you need to pay for something, you create a message (we'd have to construct a standard for these) saying you are paying x amount to them and digitally sign that message and give the message (which would not contain your key, obviously) to the merchant.

      voila, merchant is no longer a problem. the credit card companies don't even have to store the secret key if the customer wants, just the public key. in that case, the credit card companies wouldn't even be hackable for the purposes of credit card fraud. (though they would be for the data, which is also valuable)

      --
      the privacy of one's mind is important.
      you do have something to hide.
    43. Re:How much is it a problem? by Kickstart70 · · Score: 1

      Huge problem. I just had to change my CC# after someone double-swiped it and read the info off the card to create a new bogus one. The info they used could just as easily come from a compromised online processor to create this new card.

      In my case they used it for an $18 Starbucks purchase and then a $581 dinner out.

    44. Re:How much is it a problem? by dfgchgfxrjtdhgh.jjhv · · Score: 1

      sorry, but making up blank cards is cheap & easy, any common criminal can do it

    45. Re:How much is it a problem? by agent0range_ · · Score: 1

      You forget that a criminal doesn't need to have anything delivered to his/her house. The CC can be used to charge for "ghost" goods from offshore retailers and the money can sent directly to the thief's bank account. Most americans (generalizing from experience) have several cards and only look at their statements once a year, so you could easily nickel and dime a few thousand people a day and they would never notice it for a year. I have seen it work.

    46. Re:How much is it a problem? by Bigboote66 · · Score: 1

      You failed to mention one that's better than all the others: use the credit card number to wire money to a remote location using Western Union. Four years ago someone used my number to wire $995 to the Indonesia. My card company ate the charges, but I was shocked to learn that Western Union will wire money with card numbers given over the phone with no identity verification. It was unclear whether the criminals had my 3 digit "security code" (HAH!) or not.

      -BbT

    47. Re:How much is it a problem? by Who235 · · Score: 1

      The best thing to do would actually be to simply harvest them and sell them to a trusted underworld figure who knows what to do with them.

      This limits your exposure and also makes you a fixed amount of money per CC# or whatever and they can make the phony cards themselves which is really a bulk operation anyway.

      Or the other thing would be to avoid the temptation altogether and not commit the crime.

    48. Re:How much is it a problem? by gbjbaanb · · Score: 1

      Yes, thousands of people were arrested once their CC numbers cropped up, but then the police used that as a (admittedly excellent) source to investigate further. No-one was convicted solely on the CC information.

      I mean, if my CC number was on that list, the police would knock on my door in the early morning, show me the warrant and demand my computer, and I'd panic that they would find out about my secret custard fetish.

      As for the flaws on Operation Ore - Wikipedia (yes, I know) says that 7,250 suspects identified, 4,283 homes searched, 3,744 arrests, 1,848 charged, 1,451 convictions, 493 cautioned. So only 50% were even arrested, let alone charged. How many of those arrested do you think were charged simply because of their CC numbers being in the list?

    49. Re:How much is it a problem? by jonbryce · · Score: 1

      There are various things they can do. They can do money transfers using Western Union or similar. That is pretty untraceable if you are careful about where you go to pick it up.

      They can find a derelict house house somewhere, or rent one using false ID, and get loads of stuff delivered to it.

      They can recruit "delivery forwarding agents", you will see the ads for them in your spam folder, get the stuff delivered there, and get them to pass it on.

    50. Re:How much is it a problem? by jonbryce · · Score: 1

      Do you have private companies like Mailboxes Etc which provide PO Boxes?

    51. Re:How much is it a problem? by bberens · · Score: 1

      Correct, easily sold items such as ipods, laptops, etc. are the target of most CC fraudsters. Back when I followed the 'scene' the most common solution was to have the products delivered to vacant houses (remove the for-sale sign the day before expected delivery). As for tracking IPs, you could go to an internet cafe or simply hijack some unprotected wifi driving through pretty much any upper middle class neighborhood. The CC company doesn't charge the 'victim' and they also don't send money to the store where the item[s] where purchased. In this system the only one that can press charges is the CC company who has lost nothing in the transaction so they don't care. The store where the items were purchased could file a civil suit but won't because it's not worth the $1000 laptop that was purchased. I may not have my terms right with respect to the civil/other charges but that's basically the racket in a nutshell...

      --
      Check out my lame java blog at www.javachopshop.com
    52. Re:How much is it a problem? by Peil · · Score: 1, Informative

      Thats 493 cautioned - no big deal - these people accepted a police caution (We don't have enough to take you all the way to court but we will lean on you like hell so you voluntarily accept a criminal record), with the attendant registration on a Sex Offenders register. Given that people caught up in the whole sorry debacle have come out since and said they accepted a caution to try and stop their families being dragged through the press - then find they cannot have access to their own children - no big deal http://news.bbc.co.uk/1/hi/uk/6642465.stm may shed some light on what the whole bloody mess was about. Remember the UK police have in the past week admitted that they are chasing conviction targets - so much so that one 14 year old whole raised money for a chrity event and didn't hand the money over didn't get cautioned for one offence of fraud, he ended up getting cautioned for over 400!

    53. Re:How much is it a problem? by Ivan+the+Terrible · · Score: 1

      My experience has been that big-ticket items will not be dropped shipped without some sort of extra-ordinary validation. I had to call the credit card company and give them the shipping address, in order to get a $600 GPS shipped to my brother. (He still owes me for it...)

    54. Re:How much is it a problem? by PitaBred · · Score: 1

      When it hits $1000 they start to ask questions. Didn't you wonder about the oddity of the $995 amount?

    55. Re:How much is it a problem? by MemeRot · · Score: 1

      It is easy for someone who works on a cash register to turn a fraudulent card into cash. They just need to ring up a bogus charge, put that receipt in the cash register, and take out the corresponding amount of cash. How are you going to prove what happened?

    56. Re:How much is it a problem? by Buran · · Score: 1

      Actually, Western Union ate the charges -- along with a nice big fat chargeback fee for using fraudulent funds to wire the money. Banks don't accept liability. You don't accept liability. The seller does -- and WU really needs to clean up its act because it's so easy to scan people using it.

    57. Re:How much is it a problem? by harrypelles · · Score: 1

      Me too... I just had to cancel my check card because of fraudulent Blizzard charges this month.

    58. Re:How much is it a problem? by TheSpoom · · Score: 1

      Of course it doesn't. Instead, it passes the risk onto the consumer...

      Likely that was the point.

      --
      It's better to vote for what you want and not get it than to vote for what you don't want and get it.
      - E. Debs
    59. Re:How much is it a problem? by neo1piv14 · · Score: 1

      I know this is a REALLY geeky way of doing this, but for anyone familiar with Entropia Universe/Second Life types of games where real money is freely exchangeable for in game money, just make a new character from a public wi-fi spot and register that CC# to that character. Transfer about 500 bucks off it into the game world, "purchase" an item from your legit character for 500 bucks, then transfer the money back out onto your real account where you can withdraw it. It's almost impossible to trace that BS user back to you, because it's just an avatar in a coffee shop somewhere. As long as the game (I use Entropia Universe in all my examples) has it on record that he basically purchased an item from you at a really inflated price, it won't throw up any flags. As far as the money transfer goes, people put in and take out money all the time. Seems easy enough to me.

    60. Re:How much is it a problem? by owlstead · · Score: 1

      Uh, my fraudsters just ordered software online. I'm pretty sure that the software makers were into it, but that's hard to prove, and it is unlikely that the credit companies are going to try that. Nothing is delivered (online delivery of bits, well, that's easy to remove) and the software company itself is not actually caught doing an illegal transaction.

      This goes for any transactions for services instead of goods I suppose, but internet software or "content" purchases are not actually costing a company anything, and people can still pay hundreds of dollars for them. And services are not delivered, they are performed.

    61. Re:How much is it a problem? by Dreamstalker_wolf · · Score: 1

      That's exactly what happened to me. The perp stole a statement of mine from the mail, then when housesitting for us one week some time afterwards, ordered the stuff over the phone and had it delivered to the proper address. It was the FedEx delivery guy, when delivering a legit order for my mom, who clued us in on the woman's activities.

      The merchant apparently asked for no other info (CVV/expiration date; IIRC those are not easily accessible from only a paper statement). She forged my signature on delivery...all the bank/merchant cared was that my name was signed, therefore I had to have placed the order (apparently I can bilocate, as I was across the country--with my card--during the time these orders were placed and delivered).

    62. Re:How much is it a problem? by Anonymous Coward · · Score: 0

      Ummm... tell me again what is supposed to be the explanation for the missing cash?

    63. Re:How much is it a problem? by adona1 · · Score: 1

      Or buy over the phone & tip some kid $5 to pick them up from the register during their busy time. Quick, easy & you won't be on any security footage.

      --
      Between the falling angel and the rising ape
    64. Re:How much is it a problem? by PinkPanther · · Score: 1

      It may be because I am in Canada and we have the presumption of honesty and innocence

      Oh hogwash, eh? You are dealing with a store that doesn't follow the credit card merchant's agreement. I've just looked at all of the "merchant services" sites listed on Visa Canada's website (such as this TD Canada Trust one), and all of them have a fraud prevention tips document that explicitly point out about comparing the Visa card, its information, calling for authorization, Code 10, signature comparison and additional identification when necessary.

      Our Canadian retailers have the same issues as any other nation: improperly trained or lazy staff and/or merchants. There ain't nothin' particularly Canadian (or flattering) in that.

      --
      It's a simple matter of complex programming.
    65. Re:How much is it a problem? by Hal_Porter · · Score: 0

      They gave me a nice list of events: First the thugs bought something small, then tried something big.

      Whoa there. Calling them thugs and thieves is wrong. Here at slashdot we like to keep those terms for people that steal something physical. E.g. if I steal your car, I gain a car and you lose one. That's theft.

      But if I *copy* your credit card number, you *still have it*. So it's not theft. More like unauthorized copying. It's as inaccurate as calling them pirates, unless they stole your credit card by boarding your ship with grappling irons and muskets. Remember your credit card number is just a number i.e. information and information wants to be free. They probably got it off a website, and the AACS fiasco shows how futile it is to try to keep 'magic' numbers off the internet. Hell the website owner was exercising hius free speech rights by displaying that number - it's not like it's copyrighted or anything. Someone else probably broke the law, but that's not their problem, and they were just exercising Their Rights Online by browsing it.

      And remember that you probably have more money than people in Turkey, just like the MPAA has more money than the pirates. So it's not like you can't afford to lose it. Seriously, it's far more important that the internet stay free, than we erect unconstitutional laws to protect your obsolete business model of security through credit card number obscurity.

      --
      echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;
    66. Re:How much is it a problem? by Meski · · Score: 1

      a trusted underworld figure Oxymoron there.
    67. Re:How much is it a problem? by rstarg · · Score: 1
      Discover Card has an automated system which will issue you a one-time use card number. It is a "random" number generated for you at the time of purchase. This number is then valid only with the merchant that you shared this "Card Number" with. It can be used with re-curring purchases.

      This does provide you with some additional level of security since the number is useless to anybody else.

    68. Re:How much is it a problem? by loafing_oaf · · Score: 1

      It's more elemental than that. When I was a cashier, I just didn't think it was worth the risk of infuriating a customer and making a fool out of myself if I turned out to be wrong.

      --
      Always someone has power over you. The thing to consider is this: Is the power good, or bad?
    69. Re:How much is it a problem? by beyondkaoru · · Score: 1

      this is an improvement, but if it can be used for recurring purchases, then can't the merchant still erroneously charge you for stuff?

      this is only a partial solution. it still requires a lot of trust, both in the merchant and the credit card company.

      --
      the privacy of one's mind is important.
      you do have something to hide.
    70. Re:How much is it a problem? by rstarg · · Score: 1

      It does help out though - because the secure number is valid with only that vendor.

    71. Re:How much is it a problem? by Bigboote66 · · Score: 1

      Actually, what got me wondering was the $995 cash advance to WU. But it was pretty obvious that they were avoiding some kind of threshold (real or imagined).

      -BbT

  3. Seriously, mailto? by Anonymous Coward · · Score: 3

    +1 for no mailto: links in TFS...

  4. Re:Important Missing Step by Himring · · Score: 4, Informative

    But how do you know that they haven't already done this?

    At the top of TFA:

    "I would call the users to tell them that I'd found their cards on the Internet, and many of them said that the cards were still active and that this was the first they'd heard that the numbers had been compromised."

    --
    "All great things are simple & expressed in a single word: freedom, justice, honor, duty, mercy, hope." --Churchill
  5. Finding credit cards numbers is easy by UbuntuDupe · · Score: 1

    Here, I'm going to post some:

    4245 8611 9994 1245
    8847 1210 5566 0625

    Now ... good luck finding the rest of the information you need to use them.

    1. Re:Finding credit cards numbers is easy by Sobrique · · Score: 2, Interesting
      Thing is though, why would those numbers be listed on a web page at all, unless it were for billing? I've seen quite a few examples of poorly protected .htaccess files, which go something like:

      #4455 6677 9933 2233 Mr. A Bravo, 231 Some Road, Some Where, XX4 6YY, CVN 123
      username:3DESPASS

      Clearly it's a result of a disgusting signup form, but ... well, the OP mentions he rang 'em up, so I'd assume the details were a little more complete than just the CCN.

    2. Re:Finding credit cards numbers is easy by Anonymous Coward · · Score: 0

      CC: 4245 8611 9994 1245
      exp: 06/10
      CVV: 825 Name on Card: Ubuntu Dope
      Billing Zip Code: 48169

      Happy shopping!

    3. Re:Finding credit cards numbers is easy by Civil_Disobedient · · Score: 1

      No credit card starts with 88, so that's half as much work right there.

    4. Re:Finding credit cards numbers is easy by Anne_Nonymous · · Score: 5, Funny

      >> 4245 8611 9994 1245

      That's amazing. I've got the same combination on my luggage.

    5. Re:Finding credit cards numbers is easy by antifoidulus · · Score: 2, Informative

      Did you read TFA? The author states that often he found other pieces of info besides the card, such as names and telephone numbers(he called some of the owners of cards he found)

      Sheesh, if you are going to be pompous at least be correct

    6. Re:Finding credit cards numbers is easy by cheese_lord · · Score: 1

      Hey. I can play that game too. Although I wont say who, I found a website with several credit cards and lots of personal information (including a list of prescription drugs being taken). But the think is this is a persons website and not some cave dwelling business persons website.

    7. Re:Finding credit cards numbers is easy by WebCrapper · · Score: 1

      The main point is, they're complaining about web wannabe's and such writing custom shopping carts with a Frontpage form saves info to the web.

      I found a nasty case of this a few years ago on an incorporation website that stored SSNs, CCs, Company and Owner Names (along with partner names and SSNs), etc. After I called the guy - he wanted me to fix it for free for him and told me it was my civic duty to fix the problem...

    8. Re:Finding credit cards numbers is easy by multipartmixed · · Score: 4, Insightful

      First number fails the Luhn checksum.

      Second number isn't a credit card number at all. Maybe a calling card or something (telecom MII).

      Why don't you post your REAL VISA number?

      --

      Do daemons dream of electric sleep()?
    9. Re:Finding credit cards numbers is easy by laffer1 · · Score: 1

      Speaking of leaving data in the open, I recall a situation at a former employer. My boss had a CGI script to setup hosting customers at a small ISP. It collected the credit card data, account info, and domain name. The file had 777 permissions and one day a new customer found the file on our linux server. He called up very pissed off. My boss was out which left me to deal with the guy. I agreed that we were idiots and so forth and offered him a refund. I also had my boss change the permissions on the file as soon as he got back. That guy was honest, but how many other people found that file before he did? It was periodically deleted and recreated as billing imported accounts. The webserver still had full access to the file. My boss ran EVERYTHING as nobody back then. If you exploited one service, you had them all.

      Working there was very strange. We had someone gain root access on the linux machines at least once a year. The Windows server was the most secure as I attempted to follow security guidelines, patched everything, etc. I was put in charge of the Windows servers without knowing anything about system administration and yet I managed to secure them better than my boss using redhat. I always figured people targeted the easiest machines on the network. Luckily our billing database was in SQL Server so he didn't completely administer that server. After I left, the billing database was attacked as well. He called me up freaking out.

      Moral of the story is to be careful who you do business with. Don't think a server is safe because of software running on it. Idiots can break a perfectly secure software package with misuse.

    10. Re:Finding credit cards numbers is easy by Anonymous Coward · · Score: 0

      Why has the post got 3 mod points when those aren't credit card numbers?

    11. Re:Finding credit cards numbers is easy by AVee · · Score: 1

      Finding card numbers has always been easy. Just get a yourself a job at a shop, you'll get paid to collect creditcard numbers. People are strange, half the day they are running around showing their creditcard number (including all data needed for a transaction!) to a whole bunch of people, the other half of the day they worry about people discovering their creditcard number.

      Please, get a grip an choose between 'I will not use a creditcard' or 'Creditcards are insecure but I'll use 'm anyway'. This has always been the situation and neither the big bad internet nor evil google changed that. Thats why no single creditcard company is suprised, they have know and handled this for years.

    12. Re:Finding credit cards numbers is easy by Incognito+Milquetoas · · Score: 1

      Great... Now you've done it. Google is going to drop all the slashdot pages.

    13. Re:Finding credit cards numbers is easy by Anonymous Coward · · Score: 0

      Off-topic - I went to Google to see if more information was there, and Google had already added this comment to their search results. That was fast...

    14. Re:Finding credit cards numbers is easy by Meostro · · Score: 1

      Actually, yes, some do. It just means that the card is a store credit card, not a Visa/MC/AmEx/Discover.

      Here are a list of coverage and general prefix info for the major bureaus, AFAIK anything outside of these can be used by a store credit card.

    15. Re:Finding credit cards numbers is easy by cdrom600 · · Score: 1

      09 f9 11 02 9d 74 e3 5b d8 41 56 c5 63 56 88 c0
      Name on card: AACS-LA
      Expired: 05/07

  6. It's six digits, not eight. by Anonymous Coward · · Score: 2, Informative

    Your presumption that credit card numbers share the first eight digits is flawed. The first six digits of the card reference the referring bank. The next eight digits are the account number. The final two digits are the identifier of the card. If you and your wife both have cards for the same account, yours may end in an 03 while hers ends in a 19.

    1. Re:It's six digits, not eight. by tepples · · Score: 1

      Your presumption that credit card numbers share the first eight digits is flawed. The first six digits of the card reference the referring bank. The next eight digits are the account number. But you're still going to have a heck of a lot of numbers that share the same first two digits of the account number.
    2. Re:It's six digits, not eight. by Anonymous Coward · · Score: 1, Informative

      The first six digits of the card reference the referring bank.

      Credit card numbers are often written in groups of four digits separated by spaces. Most search engines use spaces as separators between "words" and usually allow you to search for whole words only. Therefore you search for two blocks of four digits = eight digits.

    3. Re:It's six digits, not eight. by bcwright · · Score: 1
      You're right that searching for 8 digits will only return a subset of the card accounts for a particular bank - however that's still not a problem, you can just search for 4xxx xx00 through 4xxx xx99 to get all of the Visa accounts for a particular bank.

      However you're wrong that the last two digits are the card identifier (at least in the sense you imply, allowing for 100 cards on the same account: 00..99) - the last digit is used as a check digit for the card (to guard against data entry errors). Also the second to last digit is usually not a simple enumeration of 0, 1, 2, 3 ... for the various cards issued for a single account.

    4. Re:It's six digits, not eight. by Anonymous Coward · · Score: 0

      The final two digits are the identifier of the card.

      Not exactly. The last digit is a check digit. It is actually computed from the other, at least for MC and VISA. IIRC it's something like the nine's complement of the sum of the other digits.

  7. Oy by Billosaur · · Score: 2, Interesting

    This whole thing should come as no shock. The Internet was not built with security in mind. I don't think anyone imagined the degree to which it would become a method of commerce. Certainly when the first websites were given the ability to accept and process credit cards, the card companies had been dealing with fraud for years, in terms of lost/stolen/duplicated cards. I remember working in a convenience store in the 80's and getting small booklets in the mail from the credit card companies with lists of fraudulent numbers. Like I was going to look them up!

    Credit cards could be made much more secure. It would be expensive, no doubt, as it would require fundamental changes to the system, but compare that to the price of all the fraud currently committed and I'm pretty sure the ROI is pretty good.

    --
    GetOuttaMySpace - The Anti-Social Network
    1. Re:Oy by japhering · · Score: 1

      Credit cards could be made much more secure. It would be expensive, no doubt, as it would require fundamental changes to the system, but compare that to the price of all the fraud currently committed and I'm pretty sure the ROI is pretty good.


      I doubt that the ROI is there. Given that most CCCs are charging 10-25% interest per month and most (not all) endusers carry a balance. Combine that with all those wonderfull fees.. overlimit, late, etc.. and I bet the CCCs are still making way more money than they are
      loosing
    2. Re:Oy by Anonymous Coward · · Score: 0

      Fundamental changes to the system are being made, you know...

      Also, why do you hate me? :(

    3. Re:Oy by Achromatic1978 · · Score: 1

      Given that most CCCs are charging 10-25% interest per month

      Damn, dude, if you're getting offered 10-25% per MONTH, you have some serious issues. ;)

  8. Because... by NightWulf · · Score: 5, Insightful

    It's easier for the credit card companies to just write it off as some fraud and not actually go out and do anything. Realistically most of their early warning systems probably limit their losses to under $1,000 to each card (i.e. the amount of money that someone can charge and get away with before the company discovers the card has been compromised). So figure if even ten people a day get their cards stolen by this method, that's 300 a month, or $300,000 in costs. They probably feel keeping the staff and the equipment to do this costs more than what they'll lose. That and they can always write off their fraud charges on their taxes ad bed debts.

    According to a 2002 report Visa's commissions alone were over $455 million. If that entire $300,000/month fee was all on Visa, the 3.6 million a year is a drop in the bucket to them, less than 1% of their commission. Trust me, if it cost them less to setup the system than the money that's lost, it would be done.

    1. Re:Because... by Anonymous Coward · · Score: 0

      Take a look at the Payment Card Industry Data Security Standards.

    2. Re:Because... by cyphercell · · Score: 4, Insightful

      Maybe the card companies are still turning a profit, but estimated losses are around 49 billion, that's twice M$'s annual revenue. It's worth going after.

      --
      Under the influence of Post-Cyberpunk Gonzo Journalism
    3. Re:Because... by HerringFlavoredFowl · · Score: 1

      Really?

      We had someone rack up $24K on my wifes card before SHE CAUGHT IT because the card was denied for suddenly being over limit. Our only saving grace with the card company was the fraudster used it to buy lottsa funiture which had not been delivered yet, just billed.

      Otherwise we would have been on the hook. Funny how they don't call you when buying $24K in furniture half way across the country, but will call you if you use it to book a hotel room two states over.

      --
      TastesLikeHerringFlavoredChicken
    4. Re:Because... by AvitarX · · Score: 1

      In the USA you would not be liable.

      --
      Wow, sent an e-mail as suggested when clicking on "use classic" banner, and got a fast response that addressed my msg
    5. Re:Because... by Anonymous Coward · · Score: 0

      Especially since the credit card companies push most of the loss to the merchant. What is the incentive to fix anything?

    6. Re:Because... by silas_moeckel · · Score: 4, Interesting

      You have to keep in mine CC companies loose nothing in CC fraud they actually make money. Here is how the charge back process works.

      Person reports the fraud to CC company
      CC company issue charge back notice to merchant gives them time to dispute etc.
      CC company takes the amount of the charge (not what they gave the merchant after fees) + $35 bucks charge back fee from the merchant
      Refunds all or most of the charges to the CC holder, issues a new card etc.
      If they find the merchant the cards got stolen from they fine them and change them to reissue cards, Fines alone can be 500k, and I have heard of 5 figure fines for a handful of stolen cards. They have some good software that correlates stolen cards and what merchants have ever seen the cards.

      So no visa etc does not loose anything they shifted that liability to the merchant for accepting the fraudulent charges.

      --
      No sir I dont like it.
    7. Re:Because... by mike2R · · Score: 1

      That and they can always write off their fraud charges on their taxes ad bed debts.
      More that they'll just pass them onto the merchant's that are unfortunate to accept those cards.

      It's really only an issue if the cvv digits are there as well - without those they're really just a group of numbers.

      --
      This sig all sigs devours
    8. Re:Because... by CodeBuster · · Score: 1

      Trust me, if it cost them less to setup the system than the money that's lost, it would be done.

      This is a textbook example of what economists call negative externality or economic loss experienced by third parties to a transaction through no (reasonable) fault of their own, but a loss all the same. The credit card company doesn't care that your card being compromised potentially causes massive disruptions to your life as your credit is dragged through the mud (i.e. you don't get hired or get a car loan or a good mortgage because of your "poor credit") because it would cost them more than it is worth to fix the problem when they can pass the pain of not doing so to their customers instead. This is analogous to the proverbial paper company dumping their waste into the river because *strictly* speaking, in the absence of any prohibition against doing so, it is cheaper to dump than to reprocess and dispose of the waste responsibly (i.e. in a way which does not cause externalities). While I am normally not if favor of government intervention, being sympathetic to a more libertarian point of view, this is a clear cut case of negative externality that is just begging for regulation by the government (i.e. make it *extremely* unprofitable for the cc companies to shirk their security responsibilities). Of course some people will complain about lack of convenience when the cc companies turn down the easy credit spigot and the merchants will howl about having to upgrade their equipment, but this has to be done...as Reagan said, "If not now, then when? If not us, then who?"

    9. Re:Because... by pragma_x · · Score: 1

      Since they have that $49 Bil. figure hanging out there, I'd argue that the number does plenty of harm all by itself. The fact that they're able to cite a figure that large, while they defend the status-quo, makes the idea of CC faud all the more appealing. So it's really worth going after.

      It's like putting a sign on a gas station saying: "we got robbed for $20k last year alone - c'mon in."

    10. Re:Because... by mrowlands · · Score: 1

      I do work for a credit card company, we do put in systems to detect fraud / money laundering (amongst other things), in some countries there also regulatory requirements for these systems.

    11. Re:Because... by Anonymous Coward · · Score: 0

      No, lack of CVC just means the merchant pays a higher percentage of the purchase price when processing them. Here's the kicker: MasterCard's emergency card replacement programme used to not be able to issue cards that had CVC on them. Mind you, that has been fixed in early 2000's, but whether or not the banks/MasterCard still issue these "non-swipeable" cards during emergency issues is still dependent upon the different banks' capabilities (MasterCard require magstripe swipes to contain CVCs to be present, along with the card # and expiry).

      I'm posting as an AC, because I was the lead architect on MasterCard Emergency Card Replacement system, used by the various banks, reimplemented back in 2000 to allow for banks to use MasterCard's system to issue cards with CVC, but the banks have to have systems with specific hooks in their systems in order to do so.

    12. Re:Because... by ahecht · · Score: 1

      Well, a quick search of the first 8 of my Chase credit card turned up an excel file containing names, addresses, phone numbers, card #'s, exp dates, CVVs. What more could you need?

    13. Re:Because... by mindstrm · · Score: 2, Insightful

      You would not be on the hook based on any card contract I've ever seen, in multiple countries.

      The merchant would be on the hook; the onus is on them to prove the transaction was legitimate and authorized by the cardholder. If they cannot do that (like, show your signature, or stuff shipped to your home address, etc) then THEY eat the charges. The mearchants take the risk here, not you.

      In fact, one of the benefits of using a charge/credit card is that you are protected from fraud... if using a credit card meant I was at risk of owing tens of thousands of dollars I never authorized, I wouldn't have one, and neither would most poeple.

    14. Re:Because... by renoX · · Score: 1

      >It's easier for the credit card companies to just write it off as some fraud and not actually go out and do anything.

      Easier, maybe but think about the client! It wouldn't cost that much for a credit card company to do this kind of checks and it would save a priceless amount of stress for their clients.

      Also, it would reduce (if only slightly) the amount of credit card number stolen, so people would be less reluctant to shop online: a win for the credit card companies.

      *Sigh* management by putting one's head in the sand is so common..

  9. Already Fixed? by killjoy966 · · Score: 1

    Has anyone else tried this and not found a goddamn thing? After reading the summary I thought I was never going to have to work again!

    --

    Sigs are for suckers.

  10. AmEx by Anonymous Coward · · Score: 0

    Well if AmEx format is "xxxx xxxxxx xxxxx" and googling for the first 2 groups (10 digits) limits your "luck", you can try searching for the smaller 2 groups (first and last) and that should increase the chance a little. Just search for "xxxx * xxxxx" and it should increase your chances of success.

    In case you have any doubt just post here your CC number and we will all help you on how to do that on Google. heheh :P

  11. Re:Important Missing Step by Goaway · · Score: 0, Redundant

    I dunno, maybe you could call the people up? And ask them if the cards are still active?`Like the guy did? And wrote about it in the article?

    Maybe?

  12. because the credit card companies don't care by jjeffers · · Score: 5, Interesting

    I am a merchant that deals with internet and in person sales of my products. I'm also a computer engineer and have cursorary knowledge of security.

    The credit card companies have no security. They don't care either. It's not them that will foot the bill. As a consumer it is great that you can only get stuck for $50 of fradulent charges. But as a merchant you loose your merchandise and the fraudulent payment. You can receive authorization from the credit card company saying the transaction is good, but they can and do still take the money away from you.

    I've had about a dozen cases of obviously fraudulent orders. The first few I would call the credit card company, report the suspicious card, etc. They did nothing. On one I found out the real owner of the card, called them, and they hadn't even been contacted by the credit card company. I had all of the details that the police would have needed to get the scammer and the credit card company wouldn't even take that information.

    Now I just delete any order that looks unusual.

    1. Re:because the credit card companies don't care by The+Lurker+King · · Score: 5, Insightful

      The credit card companies don't care because they get their money either way.

      If someone places a fraudulent order and the merchant ships the the product(s) even if they receive authorization from the credit card company, the credit card company will debit the merchant for the entire order, including the transaction fees.

      Not only did the credit card company not lose any money on the bad transaction, they will also charge the merchant a fee for the fraudulent order. So the merchant is out the cost of the goods that were shipped, plus shipping, plus a fee.

      The credit card company makes money on the fraudulent transaction.

    2. Re:because the credit card companies don't care by Anonymous Coward · · Score: 0

      you loose your merchandise Loose, do you?
    3. Re:because the credit card companies don't care by cyphercell · · Score: 1

      Same thing happens with counterfeit money. At the end of the day merchant is held liable for processing funds that are invalid. If it was any other way, then a crooked merchant could literally sit there defruading the government/credit card co. If you think about it though, it makes a bit of sense, if anything else is stolen from the merchant, do they get it back, just because it's not fair? This kind of thing is what the insurance industry exists for.

      --
      Under the influence of Post-Cyberpunk Gonzo Journalism
    4. Re:because the credit card companies don't care by LinuxParanoid · · Score: 3, Interesting

      As a merchant, I found myself treading the same path as jjeffers, initially notifying card companies and card owners and now just deleting the orders.

      The card companies have structured the system so that liability rests with the merchants.

      In part, this is smart because merchants will always have the best 'hinkiness' detectors at the point of the transaction. But it also means that the incentives for system-wide changes by the credit card vendors are weak.

      There is certainly is room for improvement. I always thought it'd be cool for merchants to band together to share suspicious credit card #s that have hit their system (ie ones from merchants' "suspicious/deleted" orders which otherwise the ccard companies never see since we don't even attempt to push them through their systems), and, in return, be able to crosscheck cards entered into their system against the suspicious list. A nice web API to do this wouldn't be too hard, although the API shouldn't itself take or reveal the entire card # either, for security reasons. But it could return spam-assassin-like scores and/or hints for other merchants' manual review ("A telecom merchant in NJ found a card matching 12 of those digits and with the same zip code suspicious 4 hours ago").

          --LP

    5. Re:because the credit card companies don't care by John+Whitley · · Score: 1

      If it was any other way, then a crooked merchant could literally sit there defruading the government/credit card co. This is only true for unverifiable payment methods, such as cash or credit cards. Note that the CC authorization only covers the issuer's end of things, but does nothing to ensure that the card holder authorizes the transaction.

      A payment system that verified the transaction with both the issuer and the card holder would have to be resistant to merchant tampering.
    6. Re:because the credit card companies don't care by The+Lurker+King · · Score: 1

      I see what you are saying about a fraudulent merchant abusing the system, but what is happening now is that the credit card company is abusing the merchants. If I accept a counterfeit $20 bill within a transaction, I'm out $20. The government (to my knowledge) doesn't take extra.

      If a merchant processes a transaction that is later found to be fraudulent, why should the merchant be punished if the order was approved by the credit card company? The current situation has led the credit card companies to be lax on security. If credit card fraud cost the credit card companies more money, I strongly suspect that the security problems would be less of an issue. This is what we are seeing now. It's just not a big enough issue for them.

      What I don't understand is why the big merchants all don't get together and form a non-profit (or profit) entity to offer a third party card with much better security. If Visa/MC is going to charge high transaction fees and not be responsible for their lack of security, it would be more profitable for the merchants to form their own third party credit card processor.

    7. Re:because the credit card companies don't care by jrumney · · Score: 3, Insightful

      When the credit card companies have clauses in their contracts expressly forbidding merchants from carrying out their own checks on the identity of the cardholder, is it still fair that fraudulent card use is treated the same as counterfeit money?

    8. Re:because the credit card companies don't care by pragma_x · · Score: 1

      The credit card company makes money on the fraudulent transaction.

      Wow. Where is Congress when you need 'em?

      (seriously, there ought to be a law)

    9. Re:because the credit card companies don't care by cerberusss · · Score: 1

      Does your credit card processor still charge you the transaction costs?

      --
      8 of 13 people found this answer helpful. Did you?
    10. Re:because the credit card companies don't care by rickwood · · Score: 3, Interesting

      I worked with the legal department in charge of chargebacks at a major credit-card payment processor for about two weeks. I walked away from the deal when I figured out how evil they are.

      Pretty much all you need to know about it is that the chargeback department is seen as a profit center, and they were proud of the millions in chargeback money they added to the bottom line. Sure, there were a few "bad apples" among the merchants who were frauds and got what they had coming to them. However, the vast majority were Mom and Pops who through no fault of their own wound up on the wrong end of a chargeback.

      For example, Sally Suburb pays for auto repair via her Visa card, and Hubby decides it was too much and disputes the charge. There was nothing wrong with the repair, and the amount was legitimate, he just didn't thought it was too much. In due course it's charged back and now the mechanic has to come up with the full amount plus fees and expenses.

      Looking over the files, I saw chargebacks had put lots of these folks out of business and into bankruptcy. I suppose I'm too much of a sentimentalist, but I couldn't be a part of that. They kept calling for months but I wouldn't even talk to them. Effin' vampires if you ask me. Nowhere in business will you find a more wretched hive of scum and villainy, not even in insurance or banking.

  13. My bank... by Anonymous Coward · · Score: 0

    When I found a fraudulent charge on my check account debit card, before it had even completely posted, I called them immediately. The issued me a new card, sent me a form to fill out, returned the money and that was it. It was only about $15, and it was a pretty wide scam according to some online forums which had other people hit, but it wasn't much of a hassle for me.

  14. Volume of sensitive info accessible online by mrhammi · · Score: 1

    After wondering whether Googling for my credit card number to see if any sites had it (didn't think it would be a great idea in the long run) I remembered a few times that I have stumbled across sensitive info. Everytime it was normally down to some bug in the web developers code, or in one case, trying to run an ASP site on a bog standard HTML host, this lead to all the code, and of course the database behind the site to be viewed and downloaded, I could understand this from amateurish software houses, or kids trying to make their first website, but from a department of the Australian Government? that was just scary. It's very unlikely that the credit card companies don't know about this, but if you consider the time and effort they would have to go through to fix this, the author mentioned removing pages from Google's index, changing the card numbers of the people affected (I can't imagine that really annoying me, my card being changed because of a useless web developer). Unfortunately I can see no easy solution to this, people will always write bad web apps. Luckily in this day and age it is quite difficult to use quite alot of cards if you don't own them, my bank won't authorize payments on my card on a lot of sites without my banking password, this is never submitted to a shopping site, so I can be fairly sure that it's safe. Chris

  15. Retailers by cyphercell · · Score: 3, Informative

    This has very little to do with the credit card companies and a lot to do with the merchants that process credit cards. The current standard is PCI-DSS (Payment Card Industry - Data Security Standards)discussed here http://it.slashdot.org/article.pl?sid=07/03/31/064 5227&from=rss. My job is working to upgrade software that is not compliant with these standards, so I know the credit card companies are doing something. The problem rests with merchants that are largely clueless about the necessary security precautions that need to be taken when working with computers. They want to be in business, process credit cards, have a website, a network, and they want to pay their nephew $5/hr to set everything up. The bottom line is, that having data compromised from your business, when you haven't met these standards, will leave you liable for the loss, possibly incuring fees of up to $500,000 and potentially losing your priviledge of processing credit cards permanantly. Bottom line is the vast majority of business owners are not adequately computer literate and they are too cheap to pay an expert to deal with their network properly.

    --
    Under the influence of Post-Cyberpunk Gonzo Journalism
    1. Re:Retailers by Anonymous Coward · · Score: 1, Interesting

      I've been working on PCI-DSS related initiatives for over a year now. Tier 1 providers are spending significant amounts of money to comply. Non-compliance fines are being handed out regularly.

      Reading the thread, I'm surprised the majority of IT dopes here knew nothing about these standards. You guys could have made a mint doing PCI-related consulting work over the past year. It's been more lucrative than Sarb-Ox over the past year.

      Not too late to jump onto that bandwagon.

    2. Re:Retailers by cyphercell · · Score: 1

      Exactly, your value increases phenomenally, when your client has hundreds of thousands of dollars in frozen funds. The article itself is accurate, but still severely out of touch with what is going on.

      --
      Under the influence of Post-Cyberpunk Gonzo Journalism
    3. Re:Retailers by Anonymous Coward · · Score: 0
      I agree completely. My company sells IT hardware/services to retailers (Point of Sale - POS). Nobody wants to spend extra money for security and when you say $500,000 fine per occurrence, they think "it will never happen to me".

      The TJMax credit card leak was $37 million in sales, if I remember correctly. A single retail location could have between $500,000 - $10,000,000 in annual credit card sales.... all of which might be stored electronically in a manner that can be easily compromised. So you might have to find a dozen or so insecure retail locations, but $37 million in credit card sales isn't that much.

      It makes me sick to my stomach when I find a retail location that has been essentially broadcasting its customers credit card data. Here are things I see:
      • unsecured wireless network with SSID broadcast. The wireless network won't be on a DMZ. Instead, it will be on the same local network as the POS computers and hence all credit card transactional data. The POS network will use unsecured Windows fileshares and all current and historical credit card data can be mined from the POS software... not just actual credit card numbers, but Track 1, 2, and 3 data, the name, expiration date, etc. (the good stuff that identity thieves really want).
      • insecure file transfers over the internet. pcAnywhere is often used to send files over the internet in PLAIN TEXT format... zero encryption. Although pcAnywhere offers encryption options, nobody uses them in the real world. I use SCP or rsync over SSH, but I cannot even convince my coworkers to use secure transfers 100% of the time.
      • Extra CAT5 jacks that the customer can access. I usually see this at restaurants... particularly the booths. There will be a empty CAT5 jacks that are still wired into the switch/hub that connects the local POS network. They are usually there b/c a manager, owner, or operator likes to plug their laptop in to view sales reports and they have no clue that it presents a security risk. I always unplug unused CAT5 runs from switches and hubs... but most people don't bother.
      • Spyware + Windows + Users = NOT GOOD People who manage retail locations are not necessarily the smartest computer users. They often use the computer to goof off and they often click OK or YES to things that ruin Windows-based computers. They do this all from the computer which processes credit cards for POS transactions. This is the computer that is in a locked office... it should be OK, but thanks to the end user, it isn't. And since the credit card processing software is written only for Windows, you have no choice unless you want to use a stand-alone credit card processor which is slow and cumbersome vs. credit card processing that is integrated into the POS software.
      • Merchants don't pay for regular maintenance... they aren't PCI 2.0 compliant. Any customer [of ours] who is on the internet, pays for support, or has had something break in the last year has been updated to PCI 2.0 compliant credit card processing software. But there are countless customers who aren't on high speed internet, don't pay for support, and don't call when things break. They are running old credit card processing software which isn't compliant with the latest standards. They usually don't even have Windows 2000/XP based systems, but rather Windows 95/98/ME based systems, which are processing and storing credit card transactions.
      • Nobody cares about security... nobody goes the extra mile People at retail locations are concerned about the employee that didn't show up today, or the merchandise that is out of stock, or the shoplifting that takes place, or employee theft, or their own personal problems at home. Worrying about credit card data integrity and security is just not going to happen. It is like they aren't capable of thinking like that. Even if you explain everything and they get concerned, they quickly forget and go back to old habits.
      I don't know why I even use a credit card (or check card) anymore. I should definitely know better based on what I see.
    4. Re:Retailers by Anonymous Coward · · Score: 0

      Somebody mod this one up!

      I work for a Tier 1 merchant. We've been busting our butts for the last year or two trying to get our legacy systems to PCI compliance. We shoe-horned credit card processing into an existing platform that does many other things (POS, payroll, inventory, etc, etc, etc) and now we're paying for it.

      Obviously, since we're a Tier 1, we're a big company. Big company = big beauocracy. Everyone has an opinion, and there's so many layers of management, each with their own agenda and own plans.

  16. Re:Banks save nothing by SrJsignal · · Score: 5, Informative

    Actually, you must not have ever had this happen. There's no "fraud police report" or whatever the heck you're talking about there. Here's what happens: 1. Call CC company tell them there are unauthorized charges 2. Person on the line marks said charges and gets you a new CC # in the pipeline 3. Bank mails you an affidavit that you must highlight fraudulent charges on, and sign stating that you're not lying about it. 4. CC company issues you credit with the note that *credit is not final until investigation is complete. 5. 1-2 months later you get a note saying "Credit is final" Thats it, there's very little burden of proof on the consumer.

  17. Not the brightest bunch by Non-CleverNickName · · Score: 1

    A few weeks ago, I found a charge on my credit card for Sprint/Nextel in the amount of $65.46... The problem? My wireless carrier is Verizon (yeah, it's a "problem" but that's for another topic.)

    I immediately called my credit card issuer to contest the charge, and in less than 15 minutes (with hold-time included), I'd spoken with a customer service rep as well as a fraud protection executive, had my card cancelled, funds reimbursed, and a new card issued.

    Apparently, someone got a hold of my credit card number, and used my card to pay someone's cell phone bill. It just surprised me as how dumb this was (but didn't screw me over very much). It's one thing to use a stolen credit card and max it out purchasing various items to be shipped wherever, but who in their right mind would use it to pay off someone's cell phone? The charge was reversed, and I'm really curious as to what Sprint/Nextel did to the customer who tried to pay their cell bill with a stolen card.

    I wouldn't be surprised if nothing serious happened, but it's just the thought. You can get away with buying physical stuff with a stolen card alot easier than you can get away with paying a cell phone bill with it.

    --
    This is my signature. There are many like it but this one is mine.
    1. Re:Not the brightest bunch by Anonymous Coward · · Score: 0

      Yeah, well, just like a lot of people will download and install crap that turns out to be virus/trojan/spyware because they don't think about what they're doing, they also don't bother to check the charges on their card statements every month. They just pay the bill, and that's what the users of hot card numbers are counting on.

    2. Re:Not the brightest bunch by vidarh · · Score: 1

      It sounds weird, and it might be some numbskull who just didn't think. However, a lot of the time people using stolen card numbers make smallish test transactions to check if they go through and go unnoticed before they start doing serious damage. It might not have been their own phone bill they paid. Or it might have been some idiot trying to frame someone.

    3. Re:Not the brightest bunch by damn_registrars · · Score: 1

      Similar situation happened to me recently.
      I looked at my bank statement, and there were charges made to my card from several different online dating websites - including match.com, yahoo personals, and jdate.com (jewish dating). A problem, though, is that I am neither single nor Jewish.
      The three listed all we willing to reverse the charges after a short phone call explaining that they charged me incorrectly. One other particularly unscrupulous dating site, however, insisted that they had the charges right. They claimed that the person had my CC, expiration, and CVV all correct for my card, as well as my address. But yet said dating site would not release the information that was posted to their site using my card. Nor would they reverse the charges.
      Thankfully, my bank was willing to reverse them for me, and issue me a new card. The total for all of them was less than $150. I had the first three back in less than a week, and my bank refunded the last less than a week later.
      Unfortunately, my bank was not willing to help in the investigation. Had I known this, I would have contacted the police earlier about it. Too much time has lapsed since, and nothing can be done legally about it anymore. The real travesty to that is that I will never know how this person got all my information, or what else they know about me.

      --
      Damn_registrars has no butt-hole. Damn_registrars has no use for a butt-hole.
    4. Re:Not the brightest bunch by Anonymous Coward · · Score: 0

      It is not surprising when you consider how lazy cops are. Criminals know that in most places the local cops are unwilling to pursue credit card fraud so they're safe.

      My wife had her pocketbook stolen by a waitress where we used to eat breakfast about three days a week. The waitress claimed to have lost it but a week later my wife had several new charges she didn't make for a pager bill (this was seven years ago), $1,500 at a local watchstore, about $500 for earrings at a local department store, and $750 for a couch. I saw the watch on the waitress's arm, the pager bill paid was the waitress's, and the couch was delivered to her house. Despite this evidence, she was never even charged. Chase wouldn't even place the phone call to the local police to try to get them to pursue this because they know from experience how lazy cops are, and I certainly couldn't get them to do anything.

      In Seattle, I had my credit card stolen, and it was later used at Ikea for furniture delivered to an address in Tacoma. Neither the Renton (location of the Ikea store) police or the Tacoma police were interested in pursing it. My only satisifaction in the matter is that the thief bought several items they had to assemble. Putting together Ikea is punishment of sorts.

    5. Re:Not the brightest bunch by Anonymous Coward · · Score: 0

      I've never had sprint so I don't exactly know how they do things, but usually cell phone plans are set up to auto-bill every month. I doubt someone would add a stolen credit card to an existing account. Most likely the thief had a stolen phone and decided to see if he could activate it with new service.

    6. Re:Not the brightest bunch by rmgrotkierii · · Score: 1

      I tell you how this person got so much information about you. I work for a company that processes data for non-profits, the marines, army, navy, air force, and some companies. Yes. Data centers are a gold mine for ID theft and if the company isn't ISO compliant, you can say good bye to your personal data. Though doesn't matter if the data center is ISO compliant or not, because all it takes is one person who is greedy.

      --
      Reality is for those who can't face Science Fiction.
  18. Edited for the time impaired by rueger · · Score: 5, Informative

    I'll save you 11,000 characters:

    1) Take the first 8 digits of a standard 16-digit credit card number. Search for them on Google in "nnnn nnnn" form.

    2) You'll find lots of credit card numbers

    3) Profit

    4) Credit Card companies should have employees who Google for credit card numbers and de-activate any card whose number is found in the ' net. Thank you.

    1. Re:Edited for the time impaired by cyphercell · · Score: 1

      Credit Card companies should have employees who Google for credit card numbers and de-activate any card whose number is found in the ' net. Thank you.

      Deactivating the cards doesn't eliminate the problem. Those same merchants will be losing credit card numbers again next week, that's why the current deterrent is "if" card numbers are stolen "and" you don't meet these security standards, you may be fined and lose your ability to process credit cards. ie. ruin the dimwit that's posting cc#s on the Internet.

      --
      Under the influence of Post-Cyberpunk Gonzo Journalism
    2. Re:Edited for the time impaired by wombatmobile · · Score: 1

      Thank you. I'm not time impaired but the article was too long. Your abridged version is all that was required.

    3. Re:Edited for the time impaired by DerekLyons · · Score: 2, Insightful

      4) Credit Card companies should have employees who Google for credit card numbers and de-activate any card whose number is found in the ' net.

      Right - and here I am in a city distant from my home (maybe even overseas), and all the sudden I have no credit card. Or, I'm one of those people who charges everything to their card and pays it all in one lump sum at the end of the month - all of the sudden my charges start bouncing. (And I have to spend many hours refilling out forms to send the charges to my new card - after waiting four to six weeks for it and hoping my utilities don't get shut down or my prescriptions run out, etc... etc...)
       
      I see a lot of Slashdotters, as is typical, advocating a simplistisic and brute force solution - automagically cancelling all cards whose numbers are found on the net. What they seem to forget is that those numbers don't exist in isolation - those cards belong to real flesh and blood people, and automagic cancellation can mean anything from a minor inconvience to serious problems. (Heck, I write checks so rarely - I just checked and found that even though I've lived in this house two years, I don't have any checks with my current adress on them!)
    4. Re:Edited for the time impaired by Anonymous Coward · · Score: 0
      Why take that suggestion so literally?

      By de-activate, it could mean starting that credit card down the process of being replaced. This would involve two immediate actions:

      1) Sending a new card to the member with a note indicating why their old card needs to be replaced.
      2) Monitoring the card more closely for fraudulent charges.

      Right - and here I am in a city distant from my home (maybe even overseas), and all the sudden I have no credit card.
      I'm not sure about anyone else, but I've always been told that I need to call my CC company ahead of time whenever I travel outside of the country, or I risk having my card canceled when transactions start showing up halfway around the world from where my CC company expects me to be. I don't think I'm alone in doing this, since the people answering the phones are never surprised or unsure of how to handle my call.

      Or, I'm one of those people who charges everything to their card and pays it all in one lump sum at the end of the month - all of the sudden my charges start bouncing.
      Not to say that CC companies shouldn't favor the more restrained approach rather than just canceling cards immediately, but it's still incredibly foolish to rely entirely on one credit card. If your CC company cancels your card, it should be, at most, a huge inconvenience and not the catastrophe you described.
  19. Why? because it does not cost the CC companies.... by wowbagger · · Score: 3, Informative

    Why are credit card numbers so easy to find? Or put another way, why is credit card fraud so easy?

    Because it does not cost the credit card companies.

    When fraud is reported, the credit card company charges back to the merchants. As such, the credit card company is out relatively little money (it is the merchants who get screwed).

    Adding meaningful security to credit cards would cost the credit card companies money. It would also make people less likely to use their cards, costing the credit card companies more money.

    Also, the credit card companies can use fraud to justify higher interest rates, annual fees, and as a marketing gimmick to sell their card over others.

    So, to recap: fraud costs the card companies little, preventing fraud would cost them much.

    Has this helped identify why credit card fraud is so easy?

    Datum: A friend of mine was involved with a large e-commerce site. He detected an on-going fraud ring trying to buy large amounts of goods from the site with stolen cards. He reported it to the card companies - "Here are the cards. Here's where they are trying to send the goods. Do you want to nail these guys?"

    The response: "Thanks, but no, it's not worth our time. Just don't send them anything."

  20. Re:Banks save nothing by ronadams · · Score: 5, Informative
    Sorry, doesn't work that way. I'm not sure where you're getting the "7 years" from (perhaps bankruptcy laws in your state), but I can tell you from personal experience on both sides of the fence (that is, being frauded and working for a company that handled a fraud case) that the process is not as you describe it. Here's what actually happens:
    1. You get hax00rred.
    2. 1337 H4X00R spends money at a few dozen online stores.
    3. Profit!!! ...sorry, couldn't resist.
    4. You find a gigantor balance on your card, and call the financial institution who issued the card.
    5. They transfer you to the fraud department, where you sit on hold for 15 minutes and get to listen to choice cuts from Phil Collins: The Early Years
    6. Someone picks up, you tell them there's been some purchases on your card that aren't yours. They record the information, and fax you a form to fill out.
    7. You fill out the form and fax it back, after plugging in the fax machine you only keep around to fill out credit card fraud reports.
    8. 5-10 business days (called this because business' use these terms when 13-15 days sounds too long)later, the balance is restored on your account, the institution eats the costs and files it with the IRS as lost profits to get a little of that alleviated.
    9. Your account number is changed and a new card is rushed to you (because every minute you're without a card, they are without your ever-increasing interest money).
    10. A notation is put on the account, just in case you claim another dozen or two of these cases in the future, sometime after your bar tabs run a little high...

    Companies that issue credits and/or debits see a lot of these cases, so the process is pretty well oiled.

    --
    Appended to the end of comments you post. 120 chars.
  21. CC Companies Don't Care -- Merchants Get Screwed by Slashdot+Parent · · Score: 3, Informative

    Credit card companies aren't doing anything because credit card companies don't care about fraud. They don't care, because it doesn't cost them any money.

    When someone uses someone else's credit card fraudulently, it's not like the credit card company eats the loss. They just do a chargeback against the merchant who accepted the fraudulent transaction and they have to eat the cost. In fact, the CC company charges the merchant a hefty fee for the privilege of eating the cost.

    Of course, that cost just gets passed on to you, the customer, in the form of higher prices.

    Ain't credit cards grand?

    --
    They don't grade fathers, but if your daughter's a stripper, you fucked up. --Chris Rock
  22. This article should be forwarded immediately... by grandpa-geek · · Score: 3, Interesting

    ... to the authorities responsible for combating credit card fraud and identity theft. This includes the Secret Service, the Federal Reserve, the relevant committees of both House and Senate, the Federal Trade Commission, the Justice Department, the Attorneys General of the states and DC, and possibly others.

    1. Re:This article should be forwarded immediately... by OwenMarshall · · Score: 1

      Nah. They know the system is horribly broken. The CC lobbyists would ensure absolutely nothing happens. Seriously -- right now, the system works for the CC company, with the merchants paying the cost. And what happens if that changes anytime soon? The average person's APR gets bumped up higher, or the companies start adding a "fraud protection surcharge" to their bill. The only way the change will really start is when merchants begin to stop doing business with the credit card companies -- when the companies start getting hit in the wallet, you can bet we will see a massive overhaul of the existing system. But, of course, we know that won't happen either.

    2. Re:This article should be forwarded immediately... by pegr · · Score: 1

      The power of Slashdot!

      I tried this technique and found a local vendor with an Excel file full of CC's and CCVs! I called the contact, and apparently another Slashdot reader beat me to it. I imagine she'll get a hundred calls today...

      Reminds me of the crypto saying, "Anyone who says the brute force method doesn't always work obviously isn't using enough of it."

    3. Re:This article should be forwarded immediately... by Anonymous Coward · · Score: 0

      Law Enforcement are well aware of the problem. I work for one and have known this for years.

  23. The Money Call by Doc+Ruby · · Score: 1

    Why do I reuse the same guessable number, in plaintext, that I carry on a plastic card, and share with any number of fly-by-night vendors? Many of whom aren't even in the US, faceless on the Internet? And also with failed actors barely pretending to be waiters while I'm too drunk to remember anything?

    Why doesn't my card give onetime passwords to them, attached to the transaction amount, and also reported directly to my bank for a single, auditable transaction in that amount?

    And why do I use an easily guessable short numeric-only PIN at every ATM over and over? Including the ones at convenience stores run by recent immigrants who will soon flee back to faraway countries, often with little cybercops of their own, and not infrequently wracked by civil wars and even allied against the US in sponsoring terrorism, with all its attendant need for funds and lack of rule by law?

    I know the insurance companies insure credit card transactions over $50. But those smaller ones add up, and the insurance costs a lot of money. To say nothing of the costs of ID theft/fraud.

    Most people who have credit cards have mobile phones. Those phones should be wallets, securing these transactions with onetime passwords reported to the bank/credit corp to secure the exact transaction amount. And sync to my personal DB of transactions that I can replay. With cryptosigned receipts (and encrypted over-the-air comms).

    It would save everyone a lot of money, except the thieves. And make new money for the telcos. While making my life safer and easier. Why is this taking so long?

    --

    --
    make install -not war

    1. Re:The Money Call by TechnicolourSquirrel · · Score: 1

      To sum up the parent post: terrorists and other recent immigrants, wannabe actors, and internet users who aren't even morally righteous enough to at least live in the US, are stealing the precious financial fluids of the American people, and the solution is to replace all the pin numbers that these fine upstanding Americans have stored in their heads with a verification device that is stored in their pockets, so that it ... won't be so easy to ... sorry, can't type -- laughing ...

    2. Re:The Money Call by Doc+Ruby · · Score: 1

      To sum up my post, I want my bank password protected by technology and legal enforcement.

      Instead of the way it is now, where I hand it out to anyone. Some of whom aren't just neighborhood thieves. Some of them live in countries where US law cannot reach them. Some because they are just foreign countries with a bureaucracy too inconvenient for recovering small losses. Others because their countries are largely anarchies. And some of the latter have global networks that need to steal money this way to finance their operations out of reach of any moral or legal safety.

      That is the reality. The people we trust with our IDs and our account access are robbing millions all the time now. And just insuring $50+ transactions isn't protecting people. Partly because of the international nature of the threat, and yes, because of some of the countries they come from.

      The people getting robbed could be scumbags themselves, but that doesn't make it OK to rob them.

      You can laugh all you want. But you hand the keys to your life to a dozen people you don't know how to trust, or catch when they rob you, the way I do every week here in NYC, and you too will also demand a better way to do business. It won't seem so funny then.

      --

      --
      make install -not war

  24. Why should cc companies care? by ookabooka · · Score: 1

    No seriously, it has been established a long time ago that the security of cc #'s rests with the merchant. Ever issue a charge back on your credit card? Guess who gets screwed, no its not the cc company. Merchants can get hurt a lot more by leaks of credit card information. Personally I think it makes sense, what better way to get merchants to act responsibly than to have it cost them when they aren't. What you should do is notify the cc company of the merchant where you found numbers. That merchant will be drawn and quartered and posted around Visa headquarters. I can understand thinking the responsibility of the cc company to watch over its merchants that it "allows" to use their cards, but currently thats not how things work.

    --
    If you are about to mod me down, keep in mind that this post was most likely sarcastic.
    1. Re:Why should cc companies care? by vidarh · · Score: 1
      The problem with that is that it ISN'T just the irresponsible merchants that get hurt. It's all merchant, AND their customers. Speaking as someone who handled card payments of $15 million a year at one point in a previous job, I can tell you that once we'd blocked the obvious problems (card transactions from Vietnam using US numbers for a service in Europe - yeah right), the vast majority of chargebacks were caused by seemingly authentic transactions (they had the card number, customers address, expiry date, security code, came from an IP in the right country and the card had not been blocked) that later turned out to have been carried out with stolen card details.

      The chargeback fees added about 20% or so to our processing costs because of the high chargeback fees levied (chargebacks are mostly manually handled) from the less than 1% chargebacks we got.

      One of my pet peeves, though, is that many card processing companies are setting their customers up for identity theft. When we received chargebacks, the documentation often included full copies of statements, sent daily in envelopes clearly labeled with the logo of one of the largest payment providers in the world. While the card numbers on those statements wouldn't be worth much, they did include full contact details, and often a cover letter from the customer with a signature and phone number as well as other details of their accounts, and the statements would often include things like account numbers for various services they'd paid for... More than enough to social engineer your way past some customer service people. And 99% of it was information we had no need for at all.

      We restricted access to the chargeback documents to only staff who really needed it (i.e. the accountants), and destroyed them as soon as we could, but with a daily stream of envelopes it would only take a single bad apple somewhere (mailroom, postman, post office employee, random employee who happened to find out...) before a large number of people suddenly had a lot of personal information fall into the wrong hands.

      For the company I worked at at the time that payment processor was a "legacy" one, and most of our business was via a provider that restricted access to the chargeback data to what pertained to us only, and only provided it electronically. It was still bad...

  25. Tilting at Windmills by SkiifGeek · · Score: 1

    Sorry to burst the bubble, but you're tilting at windmills with this approach.

    The prime security weakness lies with the web service providers, who are failing to adequately secure their backend systems, not the credit card companies. It is the same problem as eating at a restaurant where they are skimming cards in the back room - you just can't be sure that your card has remained safe after every transaction. The logistics of ensuring a brand new card number for each and every transaction for each and every card holder (and ensuring card systems understand it) are immense, costly, and practically impossible (even if they are theoretically acheivable).

    Because your financial providers and credit card companies have ensured that they do not shoulder liability in the event of a credit card breach, and that account holders are generally protected against all but a nominal amount, it is the merchants who lose out every time there is a breach or a fraudulent transaction. There is no financial incentive for VISA, AMEX, MasterCard, etc to do anything about fixing the underlying problem. The resources that they will need to apply to fixing the issue will not generate any appreciable ROI, so there is not much that can be done to force them to do anything. VISA will point to their PCI initiative, which is designed to ensure that VISA approved merchants have sufficient security mechanisms in place to limit the risk of fraudulent transactions / card data theft.

    Search engines aren't the only way to find compromised lists of credit card numbers. Some hacking groups are also notorious for failing to ensure their systems are adequately protected against leaking information to anyone who comes looking.

    Even if merchants are applying 'industry best practices', it doesn't take much to lead to a loss of data, and once it has happened nothing can unleak it. The same risks apply to your bank account numbers and online banking authentication data, which the average user is more likely to have compromised.

  26. Re:Banks save nothing by ronadams · · Score: 1

    Because it's going to rain hellfire back on me, I'll clarify #8: it depends on the situation, and the service agreement with the merchant. Yes, in some cases the merchant can foot the bill for bad transactions, but if they've got a lawyer and some time, they never will. Nor, IMHO, should they. The burden of security should be on the issuer, not the receiver of the payment. Obviously, if a merchant is knowingly accepting fraudulent payments, that's a whole other matter...

    --
    Appended to the end of comments you post. 120 chars.
  27. becauseee by Ep0xi · · Score: 0

    there is no security involved in having a CC. they can mess with your paybills then they shut down your CC, and if they don't they publish it on the internet, because there are GIS on the CC leadership

    --
    ?
  28. CC companies don't care by sholden · · Score: 1

    Fraudalent activity is very inconveniant for the customer - who has to get a new card and update the 47 places they have set up automatic billing to their card with. Costly if they don't notice it soon enough as well.

    Fraudalent activity is costly for the business taking the transaction - the CC company does a chargeback and they are not only out the money but also out a fee.

    Fraudalent activity is irrelevant to the CC company - it does generate some revenue via chargeback fees I guess so there is some incentive to not do anything about it. I can't think of any incentive for the CC company to care - it doesn't cost them anything.

  29. "The hard part is getting people to accept..." by Anonymous Coward · · Score: 0
  30. Not their problem by jackhererUK · · Score: 1

    The reason credit card companies don't make any effort to stop this sort of thing is becuase at a financial level it is just not their problem. If you want to commit fraud using someones credit card details but not their actual card it means that you have to do what's called a cardholder not present transaction, i.e. mail order, over the phone or internet. Credit card companies offer businesses who accept credit cards no protection whatever from fraudulant card holder not present transactions. If someone buys somehting from you using a credit card over the internet or the phone and it turns out to be fraud the credit card companies issue a what's called a chargeback and take the money back. There is very little you can do to fight a chargeback, if the cardholder reports a transaction as fraud then the credit card companies just issue a chargeback and take the money back. Until some government outlaws this practice and makes credit card comapnies liable for fraud committed using their cards they will never take any serious steps to prevent cardholder not present fraud because they simply have no financial incentive to do so. Meanwhile the bill is footed by businesses who do business over the internet and phone and is then subsequently passed on to consumers as higher prices.

    1. Re:Not their problem by Frank+T.+Lofaro+Jr. · · Score: 1

      And how is that Visa or Mastercard (or whoever)'s fault that fraud occurred?

      --
      Just because it CAN be done, doesn't mean it should!
    2. Re:Not their problem by jackhererUK · · Score: 1

      Becuase their are a number of things they could do to eliminate or at worst reduce fraud on cardholder not present transactions but they don't, because they have no financial incentive to do so.

  31. Credit Card companies do not care about security by zerofoo · · Score: 4, Insightful

    I've said it before; I've worked in the banking industry, and it is widely known that requiring a PIN number for every transaction would reduce credit card fraud to almost zero. The infrastructure to require a PIN number is already in place, but credit card companies don't want to deal with the hassle, since they do not feel the pinch of the fraudulent charges.

    Why do banks require PIN numbers on ATM and Debit transactions? I'll tell you why - they are directly liable for any funds that leave the bank fraudulently. This is not the case for credit card companies since they can charge-back the vendor and recover their funds.

    -ted

  32. A couple problems by Red+Flayer · · Score: 1

    If MasterCard had been a hip company like Wikia, some volunteer probably would have discovered this attack very early, and another volunteer would have written an open-source tool to find and deactivate leaked MasterCard numbers automatically, and the problem would have been solved ten years ago.
    First off, this seems very idealistic.

    Second, automatic deactivation of card numbers is not necessarily a good thing. What if someone creates a list of thousands of potential credit card numbers on a website -- does Mastercard then terminate all cards on the list? This would be pretty easy to abuse for kicks.

    And how does Mastercard (and Visa, etc) deal with the the additional problems of people trying to use their cards that have been automatically canceled, before they get the replacement and notification of the cancelation? What about the costs of replacing those cards, the cost of the CSRs necessary to deal with people calling in to complain?

    In the long run, it may be more cost-effective all around (for the consumer, for the merchants, for the credit card companies) to just deal with fraud cases as they arise from this method.

    100% security would be nice -- but not when it costs more for everyone than the alternative.
    --
    "Trolls they were, but filled with the evil will of their master: a fell race..." -- J.R.R. Tolkien on Olog-hai
  33. Inherently insecure code by athloi · · Score: 1

    Knowing the quality of most software, especially on the cheap side of web development, I have always favored a token exchange system where the actual CC processing resides on the issuing company's internet presence -- like the way paypal works, although it can be implemented in a better manner. Most people do not do the research, testing, or debugging and auditing necessary to implement a secure credit-card processing web app. The cost is too high.

    The average small business wants to spend a couple thousand on their web site every seven years, and when you pay that kind of money, you get hacked up custom code by inexperienced programmers, and old versions of osCommerce hacked poorly to fit into discount web presence providers.

    I am grateful for the disposable AmEx cards that I can use online and then pitch out (or rather, recycle) because they limit my liability and time, which is a greater commodity most days than money.

  34. Re:Banks save nothing by Anonymous Coward · · Score: 1, Interesting

    I've had it easier then that once. Called bank when I saw something on my card statement that was questionable. CSR pulled up that receord and stated with that specific transaction, the card was not actually swiped, it was manually entered. I confirmed it was not my purchase. I was immediately credited the money and about a month later I got a letter stating that the results of the investigation were final and the case was closed.

    Now I've also had it harder.. A bill collector that I made a one time payment too via my credit card (stupid me, stupid me, stupid me) decided to use that same card number to charge an additional amount for two more months a "collection fee". When I disputed it, the same process was started but this time, the perp actually stated that I authorized the additional charge and we had a contract. It took a while and a avvidavit but I eventually got the case finalized. It was basically his word against mine. Obviously this guy does this for a living and knows how to game the system. I'm sure he proably has a decent rate of return fighting those with the CC companies and has done it enough to know what to say to them during a dispute. I know for a fact I authorized a one time payment of $120 that I owed, not an additional two payments of $50 for a collection fee. This was for the balance of a densit bill that my insurance company did not pay and I thought had been resolved. I moved from the area and the dentsist could not track me down. I wanted to pay the dentist directly but since the debt was sold to this crook, it was too late.

  35. Who cares? by jojoba_oil · · Score: 1

    Seriously. Why does every rant of Bennett Haselton's get posted here? "Crusade Against Spam", "How To Steal Websites", "How To Steal Credit Cards", and probably many more I'm forgetting to mention. Stop it already!

    It seems to me that he equates any of these to:
    1) Do something "clever".
    2) ????
    3) Profit!

    Obviously the system isn't going to change for him, so attempting to exploit them as a way for making money is the only alternative motive I can imagine. That and he's a 28-yr old computer programmer who is realizing he will amount to nothing in the big scheme of things. Guess what, buddy: That's life.

    1. Re:Who cares? by stonecypher · · Score: 1

      Uh, Slashdot has a history of finding authors that one editor enjoys and posting most of their stories.

      Obviously the system isn't going to change for you, so attempting to complain about them as a way for making karma is the only alternative motive I can imagine. That and you're a million plus uid user who is realizing his opinion amounts to nothing in the greater scheme of things.

      Guess what, buddy? That's life.

      --
      StoneCypher is Full of BS
  36. Re:Banks save nothing by jizziknight · · Score: 3, Informative

    As others have said, this is not the case. I had fraudulent charges on my Chase card about a year ago; a few <$50 charges, and a couple >$1000 charges, enough to go over the limit. So I called them up, the lady on the line (who was very nice) looked at the transaction history, and immediately noticed that there were charges to places far outside of my normal buying area, some even in India. She marked and canceled the charges, ran through the rest of the charges that were on my current statement, canceled the card, and issued me a new one. I got the new card in three days, a statement that I had to sign and return a few days later, and heard nothing more of it. As far as I can tell, my credit has not taken any sort of hit (I was later able to get another card with another bank at a similar limit and APR).

    The way I understand it, the CC companies take no liability for fraudulent charges. They make the merchant that processed them pay for it. I see this as a good thing. If the merchant bears all financial liability for fraudulent charges, it gives them a reason to make sure that the person buying the product/service is who they say they are.

    As a side note... can we get a -1 Idiot or -1 Wrong moderation? It would have been really useful here.

    --
    Everything I say is a lie. Except that... and that... and that, and that, and that, and that... and that.
  37. Why should the CC companies care? by Actually,+I+do+RTFA · · Score: 1

    Fraud is a money-maker for CC companies. They refuse to pay, then charge the store for accepting a fradulent charge. I don't know if they also charge the user. But it's the retail outlets, the same class (and possibly same ones) that leaked the numbers in the first place that end up getting hit.

    --
    Your ad here. Ask me how!
  38. Not just credit card numbers by Verteiron · · Score: 1

    I didn't find jack by searching for common numbers on Google. But, by search Altavista for the first 8 digits of my expired Sears Mastercard, I found links to PDFs of filed bankruptcy claims with loads of personal information.

    Trying a few of the other CC numbers listed in such a PDF found me an absolute treasure trove of numbers, complete with all the info I'd need to make purchases with those cards, including the little "security codes" (which I thought were not even supposed to be recorded).

    Oops.

    --
    End of lesson. You may press the button.
  39. Not so clever? by Anonymous Coward · · Score: 1, Insightful

    Ok, Ok, that makes it one step more difficult for the police/FBI to track you down. But not much. Ok, so now the credit card orders point to the people who bought the stuff on Ebay. So, the person who received the goods then explains to the police that they bought it in an Ebay auction. The police go to Ebay and ask Ebay who the funds for those auctions were sent to, and *then* they go to the guy's house and arrest him. This adds one additional layer of obfuscation, but it doesn't seem like a very good scheme to me. You will still probably be caught.

    If it ended up in an article where you could read it, that probably indicates they *did* catch the guy. (Or at least have a good idea who it is - he might be on the run somewhere, so not yet in custody).

    1. Re:Not so clever? by indiechild · · Score: 1

      I agree. The scheme makes no sense at all. It's just one more hoop for law enforcement to jump through. Maybe the scammer felt that was enough to make them not bother hunting him down.

    2. Re:Not so clever? by EndlessNameless · · Score: 3, Insightful

      Blargh.

      This is real life. If you add enough layers of obsfuscation, you win.

      Suppose he setup a P.O. box with a fake ID for the payments, "borrowed" an unoccupied house, or just had the money sent to his neighbor's address?

      There are a lot of ways to get money orders cashed, or he could have setup a checking account using a fake identity.

      Obsfuscation works because all the criminal needs is to have one trick in the works that makes the investigating officer throw up his hands and say, "I don't know where else to go with this."

      --

      ---
      According to the latest ruleset, this post should be modded as Vorpal Flamebait +5.
    3. Re:Not so clever? by Belial6 · · Score: 4, Interesting

      Of the three credit card fraud cases, I have personally known about...

      1) One was my card. The fraud was an internal job at Chase. Locked cards that I could not make charges were still getting new charges, dates were being moved around after I pointed this out, and replacement accounts were being used before cards were even being printed. Online access to view purchases the account that showed purchases before the post date on the replacement cards envelope was cut off. Chase simply refused to even discuss the possibility that the fraud was internal. After the third card in a row showed up with fraudulent activity, I simply made sure all accounts were canceled and put Chase on the list of businesses not to do business with.

      2) Another was my wife's. Her estranged mother opened an account under her name, ran up the card, then filed bankruptcy. We found out about it from a credit report when we went to refinance our home. The card was opened before she turned 18, and over a year after she was no longer living at home. My wife offered to testify so they could prosecute. Their response was that since they had removed her name from the account, they would no longer discuss the account with her.

      3) A friend had charges made on his card. The items were purchased mail order, so there was an address to track the person down with. The local police said that they would not deal with it because you had to contact the police where the card was used. The police where the purchase was made said that they would not deal with, and that he needed to contact his local police department.

      So, of the three credit card frauds I have personally been privy to, I don't see that there is any attempt to even slow down the fraud. I have to assume that there is some way that the credit card companies make money off of the fraud.

      Of course that is why I absolutely refuse to have a 'Check Card'. Given how easy it is to commit credit card fraud, there is no way in hell, I want someone to have anonymous access to my checking account. The downstream problems with things like other bounced checks is just not worth given that they have no advantages over a credit card. Hell, instead of giving me an ATM card that doesn't require a pin, how about giving me a credit card that does. They even advertise how easy it is to commit fraud with 'Check Cards'.

    4. Re:Not so clever? by hobbesx · · Score: 1

      So, of the three credit card frauds I have personally been privy to, I don't see that there is any attempt to even slow down the fraud. I have to assume that there is some way that the credit card companies make money off of the fraud.


      The credit card companies make money on every side of the transaction. The company where the merchandise is purchased pays a fee and the customer pays a fee in the form of interest. In the case of a fraudulent transaction, it's not a problem. The money is simply removed automatically from the merchant's account.

      I imagine that there are very few cases where the credit card company themselves actually loose money.

      3) A friend had charges made on his card. The items were purchased mail order, so there was an address to track the person down with. The local police said that they would not deal with it because you had to contact the police where the card was used. The police where the purchase was made said that they would not deal with, and that he needed to contact his local police department.


      I had an experience similar to this. I had dropped a card accidentally in a local mall, where it was picked up. Whoever used the card only made purchases outside of the local police's jurisdiction. The county Sheriff told me they couldn't handle the case, since the card was stolen within the local police's jursidiction, and the local police claimed that the location of the card's use determined it was up to the Sheriff.

      In the end, I just asked to file a police report and received a case number for the report, which was enough to satisfy the bank's requirements for contention of the charges. I've never heard any news of prosecution, so apparently Lowe's loosing out on $500.00 is not enough for someone to push for charges...
      --
      This rating is Unfair ( ) ( ) Fair (*) Funny
      Sigh... If only. Modding would be so much more fun.
    5. Re:Not so clever? by EvilStein · · Score: 1

      "There are a lot of ways to get money orders cashed, or he could have setup a checking account using a fake identity."

      And with banks giving away accounts to illegal immigrants, the problem is only going to get worse.

    6. Re:Not so clever? by Dreamstalker_wolf · · Score: 1

      So, of the three credit card frauds I have personally been privy to, I don't see that there is any attempt to even slow down the fraud. I have to assume that there is some way that the credit card companies make money off of the fraud. My case took almost a year and a threat of getting the state AG involved to get the bank to do anything.

      Basically, they (suddenly, after the police got involved) tried to claim I was defrauding them...I almost wish they had attempted to sue, as we had mountains of evidence which they were handily ignoring.

      I'm sure they make money off of fraud...I was still being charged interest on the amount that was supposed to have been frozen while in dispute.
  40. Summary is Misleading by mpapet · · Score: 1

    For those of you (like the submitter) that aren't aware:

    1. The banks do not "pay" for fraud. Merchants who have the fraudulent transactions pay for fraud. Therefore, the cost of fraud is assumed by all consumers in the form of higher prices. In fact, the banks profit from fraudulent transactions by charging the merchant penalties.

    2. There is a well implemented and secure banking standard that is in many places in the world. Except no bank in the U.S. wants to implement it because of the costs the bank has to assume in order to implement it. It's called EMV.

    It's been this way for at least twenty years. If you have read this far, the situation has gotten more perilous because the supreme court just eliminated State over site of corporations running banks in multiple states. Who's minding the store eh?

    --
    http://www.maxineudall.com/2010/02/should-economists-be-sued-for-malpractice.html
  41. similar to the terminal services exploit long ago by alen · · Score: 2

    back around 7 years ago someone started googling for .htm to find any internet exposed terminal server websites and to see which ones weren't protected. easy way to root a box.

    this is basically the same thing

  42. mailto by Anonymous Coward · · Score: 0

    And thanks to kdawson, who gives the full-disclosure treatment to the widely known and surprisingly simple technique for using a web spider to harvest un-obfuscated email addresses :)

  43. Re:Banks save nothing by Anonymous Coward · · Score: 0

    Yeah, this is how it works all right... in the US!

  44. Why would you think that? by twitter · · Score: 2, Interesting

    I'd hazard a bet that the majority of the leaks, especially the ones the article talks about, are fifty-cent web applications running on a LAMP stack on an ultracheap web host somewhere.

    The problem with that line of reasoning is that LAMP, though free and cheap is obviously better than IIS. The same thing can be applied to retail software. In the free software world, you are never alone. Instead of slapping together a second rate web app yourself, you can install a good one that does not have this five year old problem. Nasty problems that never get corrected are a mostly a non free software problem.

    --

    Friends don't help friends install M$ junk.

    1. Re:Why would you think that? by dedazo · · Score: 1

      obviously better than IIS

      Obviously?

      Instead of slapping together a second rate web app yourself, you can install a good one that does not have this five year old problem.

      This doesn't even make any sense. 9 out of 10 times these applications are custom commerce deals of some sort or another. How do I "install" that? And how is this five year old problem different than running a Windows server without patching it?

      Nasty problems that never get corrected are a mostly a non free software problem.

      Given the topic of this article, that is obviously not true.

      --
      Web2.0: I love when people Flickr my cuil and digg my boingboing until my google is reddit and I start to yahoo
    2. Re:Why would you think that? by Macthorpe · · Score: 2, Informative

      IIS 6 has had only 3 vulnerabilities found since it's release in 2003: Look here.

      Apache 2.0.x has had 31 vulnerabilities in the same time period: Here.

      What were you saying again?

      --
      "It does not do to leave a live dragon out of your calculations, if you live near him." - Tolkien
    3. Re:Why would you think that? by Achromatic1978 · · Score: 1

      Obviously? Because of, uh, what? I'm still trying to find one of the so-called obvious reasons in your post. I'm also somewhat drawn to this article of a day or so ago, that seems to indicate 98% of WordPress installs have known exploits and vulnerabilities unpatched. But you're right, at least, in that they "are never alone".

    4. Re:Why would you think that? by Kalriath · · Score: 1

      Why is this moderated interesting? This is typical twitter flamebait. LAMP is not "obviously better than IIS" (in fact, IIS6 is an extremely good web server. Don't get me started on the crumbling pile of crap that is IIS5 though).

      Ah yes, of course. Because he bashed MS, it's clearly "insightful" or "interesting".

      --
      For a site about things like basic rights, Slashdot users sure do like to censor "dissent".
    5. Re:Why would you think that? by Zombywuf · · Score: 1, Insightful

      Well the MS ones are along the lines of: the default config is vulnerable (with one arbitrary code execution), and the Apache ones are more like: if the config is really weird and the moon is just right you might be able to DOS it.

      Also of course, fewer advisories doesn't mean less secure. Hell, one of the Apache vulnerabilities is that a local admin user can get information about the request headers sent to the server.

      --
      If you can read this you've gone too far.
    6. Re:Why would you think that? by Macthorpe · · Score: 1
      Insightful? Puh-lease.

      Well the MS ones are along the lines of: the default config is vulnerable (with one arbitrary code execution), and the Apache ones are more like: if the config is really weird and the moon is just right you might be able to DOS it. Only one of those MS vulnerabilities results in arbitrary code execution. 4 Apache vulnerabilities do.
      Only one of those MS vulnerabilities can result in a DoS attack. 17 Apache vulnerabilities do.

      Also, you're getting information that I don't have, because none of those listed vulnerabilities are specifically noted by Secunia to be in the default configuration. Have you got a link that I can read where that information is noted?

      Also of course, fewer advisories doesn't mean less secure Can I have your more useful metric, then? Because as far as I'm concerned, a big-ass list of all the vulnerabilities in a piece of software is a pretty good indication of how secure it is.

      Hell, one of the Apache vulnerabilities is that a local admin user can get information about the request headers sent to the server. That argument is particularly non-cogent - there's another 30 vulnerabilities to pick out here. One starts a DoS and is pretty trivial to set off.
      --
      "It does not do to leave a live dragon out of your calculations, if you live near him." - Tolkien
    7. Re:Why would you think that? by Zombywuf · · Score: 1

      http://secunia.com/advisories/21006/ http://secunia.com/advisories/12801/ http://secunia.com/advisories/11563/ all with default config. Unless you count actually putting content on your site as changing it's config.

      The only useful metric of security is exploitations per installation time (i.e. how many installations * average time up). Unfortunately we're never going to get that data. A security advisory is a public disclosure of a vulnerability, this is going to happen more often for open source projects than closed ones for two reasons: 1) You can see the source. 2) Open source projects like Apache are community efforts, which will increase the ratio of good guys to bad guys looking at the code. A public vuln usually indicates a fixed vuln. When the vulnerabilities posted are really silly, like the one I mentioned, advisory count is an even sillier metric. How many of Apache's priv. escalations escalate you to nobody?

      Even given this, when you limit to Apache 2.2.x (IIS /6/ remember) you get 3 vulnerabilities. http://secunia.com/product/9633/

      --
      If you can read this you've gone too far.
    8. Re:Why would you think that? by Macthorpe · · Score: 1

      all with default config. Unless you count actually putting content on your site as changing it's config. Can you point out where it says those are default config? Because, you know, it doesn't. Anywhere. Even the Apache ones don't mention whether you have to have the specific module enabled or not to cause the vulnerability, so they could *all* very well be default config too.

      Even given this, when you limit to Apache 2.2.x (IIS /6/ remember) you get 3 vulnerabilities. http://secunia.com/product/9633 Which has been out how long? A year? IIS 6 has been available since 2003, so instead of comparing products with two different lifespans I compared them over timescales. In four years of IIS6 there have been 3 vulnerabilities. In four years of Apache there have been 31.

      The rest of your post is mainly composed of logical fallacies that lead the argument nowhere except down what-ifs and possibilities, so let's stick to the facts, shall we? There were 10 times as many public vulnerabilities found in Apache webservers as there were in IIS 6 in the last 4 years. A system that is vulnerable is vulnerable, and you've yet to provide hard evidence that any of the Apache vulnerabilities are as 'silly' as you've said.
      --
      "It does not do to leave a live dragon out of your calculations, if you live near him." - Tolkien
    9. Re:Why would you think that? by Zombywuf · · Score: 1

      First, in answer to your last point, the vulnerability that an admin user could get request headers is silly. An admin user could get a hell of a lot more than that from traffic sent to their server without even installing a webserver.

      A key word in your post is 'public'. An vulnerability in an open source product is much more likely to become public, for simple reasons that it's uneconomical for proprietary vendors to publicise vulnerabilities they've found. So as a metric of security, public vulnerabilities are a pretty poor one.

      And did you read the Apache vulnerability you posted? You had to have a specific arrangement of script alias and document root, as opposed to the default one.

      I would like to make it clear that I don't think that Apache is more secure because it's open source, and IIS is insecure because it's MS. But I do believe this is insufficient evidence for anything.

      --
      If you can read this you've gone too far.
  45. Re:Why? because it does not cost the CC companies. by Anonymous Coward · · Score: 0

    Why are you bothering to call the CCard companies? Credit card fraud is *illegal*. Call the police instead. "Hi Officer Friendly, A criminal just tried to defraud me. Here's his address, here's the details. Sic 'em!"

  46. No wonder no response, he reported it incorrectly by Actually,+I+do+RTFA · · Score: 1

    , American Express was the only one whose customers in this experiment, when I called them a week later, said that AmEx had contacted them and told them to change their number

    The problem is the company that deals with fraudulent use for Visa, Mastercard, etc. (but not AmEx), is the issuing bank. Capital One or Bank of America is who you would report fraud to, not Visa or Mastercard. They are also the ones who would phone you about suspicious charges.

    Although, while we are complaining, I called Ford and explained that their locally-owned dealerships commonly let me take a test drive without even leaving my license. I waited several months before taking this public, to give Ford the opportunity to fix the problem. It should be a simple matter for Ford to have an employee call every dealership once a month and remind them not to do this. I found out later that they don't even plan on checking the security of the dealerships, so I'm not going to publish this outrage. I was still able to do this at several dealerships when I checked yesterday! I bumped into the manager on my way out, distracted by thinking about the firm letter I would send to Ford.

    --
    Your ad here. Ask me how!
  47. Google is also in a postion to fix this by the-matt-mobile · · Score: 1

    The author is right, the merchants with poor security for their customers are to blame, but it's unfair to say that the credit card companies are the only ones in an easy position to fix the problem. I would think the likes of Google, Yahoo, and the other search engines could easily modify their crawlers to locate this kind of security issue. HECK, if Google refused to list *any* content from sites where their crawler picks up a customer's "private" information, these merchants would get in line real quick.

    I think that going after the credit card companies alone will not solve this problem, and is short-sighted. I think Google should also bear some responsibility (socially and morally, not legally of course) to help clean this mess up.

  48. Credit Cards? Just say no. by Frozen+Void · · Score: 1

    My family never uses them.
    They are prone to theft(like described article) and cost more then plain cash purchases.Most people who insist on
    using such a card have a money to watse and need a convinient way to waste it.

    1. Re:Credit Cards? Just say no. by Control+Group · · Score: 1

      Or they purchase stuff online.

      Using cash for online transactions is somewhat tricky. And, since you can often get things for less online than you can via bricks-n-mortar, it is often a money saver.

      Unless you're arguing that all the things you can buy online are unnecessary expenditures - but, while I admit "necessary" may be too strong a word in the "need this to survive" sense, I rather enjoy living a life where I have books and a computer.

      I'm also unfamiliar with any modern store that actually charges more for CC purchases. That used to be primarily gas stations, but these days I haven't even seen a "credit card same as cash!" sign in years, much less a place that actually has a price difference.

      Beyond which, if you're even vaguely on the ball, credit cards are far more secure than cash. If I leave my credit card someplace, I can make a single phone call and I'm at no financial liability. If I leave a pile of cash someplace, I can't exactly recover that purchasing power. Even online fraud is no problem if you look at your statement every month and verify that the purchases you made are purchases you actually made.

      Which, incidentally, makes it easier to track your budget, since you get an itemized list of everything you spent money on, rather than trying to make your own list every time you drop cash on something.

      Not to mention that actually acquiring cash often costs you money in ATM fees, check cashing fees, and/or counter fees at your bank. Unless, of course, your employers pays you in cash which you then stuff in your mattress.

      Of course, then you might want to worry about fire...

      --

      Reality has a conservative bias: it conserves mass, energy, momentum...
    2. Re:Credit Cards? Just say no. by Anonymous Coward · · Score: 0

      I prefer a debit card over the use of a credit card, but what you say about plain cash purchases being cheaper is not always true. I have a Mastercard credit card, and my bank charges no interest. Plus, every time I use my credit card, my bank makes a small donation to organisations dedicated to improving the world.

      Also, in many European countries (especially in southern Europe) you are required to use a personal pin code for credit card transactions in shops (like with debit cards). I don't know if this is the case for online shops in those countries.

    3. Re:Credit Cards? Just say no. by Frozen+Void · · Score: 1

      Or they purchase stuff online.
      They don't.They purchase stuff in person even if they select it online(i happen to read reviews and customers feedback before buying e.g. a sound card).

      And, since you can often get things for less online than you can via bricks-n-mortar, it is often a money saver.
      I don't see how cost+shipping is less then cost of product.Many online stores function as bricks and mortar stores too,and buying there in person is much better option.

      Unless you're arguing that all the things you can buy online are unnecessary expenditures.
      Well,i dont see how you could purchase
      supermarket products online with shipping(if you do,then why you ever get out of home?).

      I'm also unfamiliar with any modern store that actually charges more for CC purchases.
      Stores don't charge more,credit companies charge for use of credit cards.

      Beyond which, if you're even vaguely on the ball, credit cards are far more secure than cash.
      Relyign on my credit card numbers being unhackable by some creep,is liek relying on Internet Explorer to browse the web.

        If I leave my credit card someplace, I can make a single phone call and I'm at no financial liability.

      The fraudster don't need much time to exploit it.And someone loses money,which meant to be yours/your bank/credit card company.The criminal wins.You encourage crime with this attitude.

      If I leave a pile of cash someplace, I can't exactly recover that purchasing power.
      Only if you a stupid enough person to leave money unattended.

      Which, incidentally, makes it easier to track your budget, since you get an itemized list of everything you spent money on, rather than trying to make your own list every time you drop cash on something.

      This money trackign is useful if you have very limited resources only.
      And in real life this just wastes your time.
      Even online fraud is no problem if you look at your statement every month and verify that the purchases you made are purchases you actually made.

      I dont have to worry about the possibility of such crime,because i'm immune.

      Not to mention that actually acquiring cash often costs you money in ATM fees, check cashing fees, and/or counter fees at your bank. Unless, of course, your employers pays you in cash which you then stuff in your mattress.

      That depends how much you withdraw at once(many small withdrawals are worse then one big),and storing money in your matress is silly.Most people have a safe or box designed for this.

    4. Re:Credit Cards? Just say no. by Boogaroo · · Score: 1


      >Or they purchase stuff online.

      They don't.They purchase stuff in person even if they select it online(i happen to read reviews and customers feedback before buying e.g. a sound card).


      I do purchase things online. Please show me how to use cash. If you refer to Paypal, forget it. They're worse than a credit card. Debit cards also do not always come with the same protections, so check the bank policy.

      >And, since you can often get things for less online than you can via bricks-n-mortar, it is often a money saver.

      I don't see how cost+shipping is less then cost of product.Many online stores function as bricks and mortar stores too,and buying there in person is much better option.

      I don't see how you fail to see that cost plus shipping could be less than the price of an object in a store. Example: Camera bag. I got my camera bag online for $40,+$6 shipping. Price in store? $89.99, +8.9% tax($98)
      Exactly where is this failure to save money? I could go on and on... If you're only shopping at a brick and mortar store's website, you're unlikely to find any savings. Try online only places or shops that don't have a local presence. Sure, it doesn't make any sense to some products buy online, but some are vastly better to purchase online.

      Well,i dont see how you could purchase supermarket products online with shipping(if you do,then why you ever get out of home?).

      Safeway.com. They'll deliver or allow pickup in store also. Again, not for everyone, but it works for me. I have better things to do than to wander around a grocery store for a half hour picking everything up and standing in line.

      Stores don't charge more,credit companies charge for use of credit cards.

      Exactly. YOU pay the same regardless. You also get hit with the same price increases whether you pay cash or not. No savings using cash there.

      >If I leave my credit card someplace, I can make a single phone call and I'm at no financial liability.

      The fraudster don't need much time to exploit it.And someone loses money,which meant to be yours/your bank/credit card company.The criminal wins.You encourage crime with this attitude.


      When you're robbed, if you lose cash, you can't stop the crook at all. Call the card companies fast enough(don't wait!) and they can't use the cards at all. Checking accounts also don't receive the same protections and are really no safer. Lose your acct/routing # and you're out the money.

      I dont have to worry about the possibility of such crime,because i'm immune.

      Nobody's immune. You could still lose your identity various ways. People in your house could do it. You do reduce your risks by not doing certain things though.

      That depends how much you withdraw at once(many small withdrawals are worse then one big),and storing money in your matress is silly.Most people have a safe or box designed for this.

      I had a roommate that was losing $60 a month or more due to all his trips to the cash machine. He never searched for his own bank's machines, and he almost never actually just used the card. That's dumb, but it's not inherent in the card itself.
      Storing cash at a house with a box or safe does not guarantee much of anything. People who keep those safes get them stolen, or are forced to open them by robbers. Again, you'll likely never get that back. It's also unlikely you'll be robbed, but you'll probably never have to worry about your credit card either.

      I know this might not mean much to you, but I find credit cards and shopping online to be very worthwhile for some things. Yes there's a risk, but there's a risk in everything, even cash.

    5. Re:Credit Cards? Just say no. by Frozen+Void · · Score: 1

      I find the risk of losing my cash substantially lower then risk of random hacker discovering my CC numbers.
      Think about how much effort/risk is it for a criminal.

  49. Key loggers by wbean · · Score: 1

    Yes, but a lot of the numbers look as though they are the result of key loggers, not slipups by the merchants.

  50. 3-D Secure programs by Anonymous Coward · · Score: 0

    This is a no shocker. Anyone can produce a a 16 digit number and eventually hit an active card. and there are test sites provided from major Card Issuers to validate cavv's. But to solve this problem Visa and MasterCard rolled out the 3-D Secure programs (Verifed by Visa and MasterCard SecureCode) to provide merchants with guaranteed payments. Which also eliminate the "I didn't make that purchase" types of charges from card holders. Once a Merchant is using 3-D Secure they only have to attempt to authenticate transactions during the checkout process and the liability is shifted from the merchant account to the Card Issuer.

  51. the CC companies NEED fraud.... by insanius · · Score: 1

    I have a friend that works for a major bank. He recently told me he hated people like me(i pay my balance in full whenever i ave one to avoid interest charges) and when i asked him who he loved, what was his response? Small time eBay scammers. They actually make money off of fraud. How else are they going to sell their "Protection Plans"? If the system was secure, as it could and should be, there would be no reason for anyone to "Sign up for the Credit Protection Plan for the low fee of..."

  52. wwwcard by heffrey · · Score: 1

    I've just got done on my credit card. The transaction in question was named as wwwcard. When you look this up it's a virtual credit card. What happens is you use your real credit card to charge up a virtual one. You can then generate single use credit card numbers on your wwwcard. I guess the main use it to buy porn without your wife knowing since the actual purchase is not shown on your real credit card bill, just the wwwcard.

    What I guess happened to me is that someone used my details to charge up their wwwcard and then made a payment with it. The problem here is that nothing is being delivered to my house so all the posters that say, "What's the problem - you've can't collect the goods because they are delivered to the cardholder's bill address?", it ain't so.

    Such a service as wwwcard almost seems designed to facilitate credit card fraud.

    1. Re:wwwcard by absorbr · · Score: 1

      I don't know about your bank, but mine (citi) does indeed show the transaction, along with the number of the virtual card that was used, in the monthly statement (and unbilled activity).

  53. How to use cards effectively by Anonymous Coward · · Score: 0

    Ah, the delivery part is simple to get around. Always set it up for pick-up.

    If you want food, call in a pickup order at the restaurant and pay by credit card over the phone. Wear a hat and keep your head down so the security camera's don't catch your face. Pick up the food, if they want to see your card "oops, left my wallet at home", 80% of the time they only want a signature, and will leave it at that. This works for most pizza places, and now you can do this with McD's and BK (make it larger purchases, call in an order for 10 value meals, etc., they will not question it).

    If you want goods, call in to the larger box stores and just say you are working with a contractor/subcontracting, etc. Call in the order of what you want (shop online to make sure you have the correct items and their numbers). Have them put the purchase aside for pickup later that day or week. Provide the credit card over the phone. Get your car/truck muddy before pickup, real muddy. The cameras that catch license plates aren't very good (especially if a plate is muddy) and as long as you have a common car, it's no going to be easy to pick out. Wear a hat and keep your head low again. Just check their invoice, sign your name, and viola, goods. If they ask for the physical card, make an excuse and leave. About 60% of the time, they just want a signature from contractors. Depends on what/how much you purchased.

    If/When they ask for an address over the phone, give the one the card goes to. Your picking the goods up, the line ends there.

    I would recommend buying lots of copper wiring, then strip it down and sell it to a scrap yard, then you have legitimate money that's untraceable. Just don't sell the same amount of copper you just bought. Make two or three trips.

  54. Re:Credit Card companies do not care about securit by stonecypher · · Score: 1

    I've said it before; I've worked in the banking industry, and it is widely known that requiring a PIN number for every transaction would reduce credit card fraud to almost zero.
    Given that ATM fraud is nowhere near zero (indeed, I've been ATM defrauded more than once, but never credit card defrauded) and given that nobody's ever tried PINs at large scale on credit cards, I wonder how exactly they propose they know this. I mean, I don't even see how it'd affect this particular attack against credit cards.

    Credit cards and ATM cards have one enormous difference: companies keep credit cards for repeat payments. If companies could keep ATM cards to make repeat payments, you'd see this problem spread to ATMs at the same level it has spread to credit cards. That's the real difference here: these small web firms can't lose control of your ATM data because they never had it in the first place.

    A pin wouldn't help for the same reason that the security code doesn't help - these records are being exposed by accident, so any data that needs to be kept will be exposed at the same time. Required to write down a security passphrase? Someone's maiden name? Address, backwards, in Greek? No problem: it's all automated for the store, and since that automation is what's being broken, it's just one more field to read.

    The fundamental problem is that no amount of security will halt the loss of data from a poorly written customer processing system. Any system that can automate payments has enough information to be used as a seed site for fraud.

    The problem is nowhere near as simple as you suggest. Banks do, in fact, spend a tremendous amount of money on this problem, even if it's not through directly funding the merchants' errors. This money comes out of them in customer education, system deployment, insurance, and a variety of other places. Furthermore, customer confidence determines how often these cards are used, and banks make money when these cards are used; the less confidence the consumer has in the system, the smaller that revenue stream gets.

    Banks understand that these thefts diminish that revenue stream. They are taking significant action. It's not easy to upgrade a network with tens of millions of ubiquitous, frequently completely unmanned terminals across the globe.

    Am I saying the system is good enough? Hell, no. But, I do think you're dramatically undervaluing the difficulty of fixing it, as well as the amount of work being put towards improvement.
    --
    StoneCypher is Full of BS
  55. Trying out the theory by bjcubsfan · · Score: 1

    I found this article very interesting, so I used the methods listed to find a treasure trove of credit card numbers in the form of an excel order sheet complete with names phone numbers and addresses. I emailed the website, a local private school, to tell them of the problem. Within minutes I received this reply:

    I just received your e-mail and very much appreciate you bringing this
    to my attention. I had no idea that this file had been posted to the
    internet. This was the one and only time we ever did anything where we
    had credit cards and it was for a third party. That is why I was so
    insistant that we do not use credit card numbers. I will take
    appropriate action, immediately.
    Gratefully,

    Roberta *********
    Executive Director


    While it's good that this person is responsive, it is also amazing to me that people can be so careless with sensitive information. There were 17 credit card numbers in an excel file. Two of the numbers were expired, so I would guess that the file had been posted for over a year. I am sure people have been defrauded for this. There should be a license required to build web pages. . .

    1. Re:Trying out the theory by Anonymous Coward · · Score: 0

      We tried the same thing and found a file with 16,628 cc numbers, names .. everything..we picked one at random and called the person. They flipped out when we started telling them everything.

      Called the company where we found the file...they wouldn't talk to us but wanted us to leave details. Told them I would talk to someone else at the local newspaper and politely hung up.

      We waited 30 minutes and tried the page again....it was gone....although it's still in ever search engines cache....

    2. Re:Trying out the theory by bjcubsfan · · Score: 1

      In my case, they still haven't taken down the file a few hours later. You should definitely send the story to your local paper. I wonder if they would pick it up.

  56. I have hundreds of stolen cards, how do I report? by sfogel · · Score: 1

    I have an ecommerce web site that sells intangible goods. Every month I detect around 100 fraudulent transactions. I have the credit card numbers, and other data (exp date, CVV, name, address). I tried to report them to the credit card companies, but no one seems to care.

    There should be some place for this, and Visa could pay a few cents per reported card, I don't understand why they don't.

  57. Why should they? by nweaver · · Score: 1

    A compromised card which is revoked but not used by an attacker COSTS money! Big money.

    Its only if a compromised card is USED by an attacker that there is a problem. But since cards get stolen as well, they have heavy misuse detection to catch this, and if they let a few slip through, they aren't the ones holding the bill anyway, as it usually ends up being chargebacked to the merchant who accepted the bogus card.

    --
    Test your net with Netalyzr
  58. So, my life strategy... by Bonewalker · · Score: 2, Funny
    for protecting myself against this very type of fraud has worked perfectly.
    1. Between the ages of 18-25, do everything possible to ruin your credit rating, short of bankruptcy (although that is an option for the seriously paranoid)
    2. When you hit 30, apply for the only credit card that will have you, where you have to make a deposit, and the spending limit is $250.
    3. The first l337 H$X00R to steal your number or find it on Google, can only spend $10, because you max it out routinely, but save room for your $10 Blockbuster Online Movie rental service each month.
    4. l337 H$X00R denied! That is the power of thinking ahead.
  59. Re:Banks save nothing by artifex2004 · · Score: 1

    That's not how it worked for me regarding my AmEx card. There was a small-value charge on my AmEx one month that was not mine, and I called in, and asked if I needed a new card number, too. I was assured that I didn't need a new one, I'd be credited, and they'd hit the vendor. Next month, I got the same charge, so I went back and looked, and AmEx had never removed the original charge, either. I called and said look, you lied to me, either remove these charges and issue me a new number now, or close my account and remove the charges. They had the old # turned off immediately and I had a new card in a week. This was a few years ago, before identity theft was so well known as a threat, but it still rankles that AmEx didn't treat this seriously the first time around. I was never asked to mail in anything or sign any affidavit, either, so I'm guessing they just ate the charges (under $20 each time) and went on.

  60. Solutions by jonwil · · Score: 1

    1.Make merchants liable for credit card number theft if it can be shown that the merchant had a hand in it (for example, a merchant who was skimming card numbers on the side would be liable for the theft in both $ terms and loss of merchant account. Same with merchants who don't keep credit card numbers safe and allow them to appear on public website).
    2.Make the BANKS, not the merchants liable for credit card fraud (in the same way as they are liable if someone steals your ATM card and PIN and uses it to withdraw cash from an ATM).
    3.Implement more secure payment systems so that even if a website has a breach or hack attack or something, the information that is revealed isn't enough for a hacker to go and buy random stuff with peoples credit cards and make such secure payment systems mandatory.
    4.Do more to actually track down scammers who are using stolen credit cards to buy stuff. The more people who actually get charged with the appropriate offense (especially if you can do a deal with the grunts to get at the Mr Bigs), the less likely it is that people will try to carry out the practice (since they will be more fearful of getting caught and going to "federal pound me in the ass prison" or having to pay a pile of money that they don't have)
    and 5.Make it easier to get your credit rating restored if it is tarnished because some scammer stole your card.

  61. re: write offs by King_TJ · · Score: 1

    Exactly... And I don't think it's still the case, but for quite a long time, MasterCard was actually listed as a *non profit corporation*! As a non-profit, they practically HAD to find large write-offs, to attempt to prove they weren't generating profit. I'm sure fraud losses were a big component of that whole business model for them.

  62. Is identity theft really that big a problem? by ErichTheRed · · Score: 1

    Every day, you hear stories in the news about how people's "lives were ruined' when someone got hold of their credit card information or SS numbers and bought stuff. Is it really that much of a problem? Why go to all the trouble to protect this information?

    The reason I'm suspicious about this is because there's now a huge market for "identity theft protection" solutions. Aren't they just stirring up foam to get people panicked about losing money?

    Anyone who doesn't pay attention to their credit card statements at the end of each month deserves what they get. If you see something you didn't pay for, just call the bank and it's taken care of almost automatically. I've had to do this 2 times in the last 10 years. As long as you keep your receipts and keep your eyes open for anything suspicious, this shouldn't hit you too badly.

    It seems to me like the vast majority of ID theft happens to the inattentive.

    As for the credit card companies not moving to stop this, why bother? They are making tons of money anyway. If 1% of a $2 trillion set of transactions is fraud, you're still making a huge cut if you take 3% up front in merchant fees, and who-knows-how-much in interest charges and fees to the customer.

    I wouldn't hold my breath waiting for interest rates to drop if fraud suddenly dropped. Once they got the bankruptcy law they asked for, the credit card companies didn't move to lower rates for people. In fact, there's now more fees and higher interest rates if you pay late, simply because they know you can't discharge the debt in bankruptcy anymore. In short, don't worry about credit card companies. They can more than afford to absorb a little fraud.

    1. Re:Is identity theft really that big a problem? by josepha48 · · Score: 1
      I'd agree. People should be paying attention to their credit card purchases and transactions.

      I think that the credit card companies are in this too though. They offer identity theft plans and credit checks for a fee. So even it they are loosing 3% in id theft, they are probably making it back in these plans and credit checks.

      IMHO, it is almost like the credit card companies are in collusion with the id theives.

      I kind of feel the same way with the TSA and the airport companies and terrorists. You can't take a 1.25 bottle of water through security, so you end up at the mercy of the airport to sell you a 2-3 dollar bottle of water. It's highway rape.

      --

      Only 'flamers' flame!
      Does slashdot hate my posts?

    2. Re:Is identity theft really that big a problem? by Anonymous Coward · · Score: 1, Insightful

      The "identity theft" threat is not a few fraudulant purchases appearing on your credit card, that are easily taken care of with a phone call. The fear being marketed by the credit industry, is that you will suddenly discover a completely new, and unknown credit card was set up in your name with a different billing address -- usually that of an unoccupied apartment or a MailBoxes Etc type place. After that card is maxed out and not paid off, the card company sends to collections which tracks you down to your real address and demands money.

      You don't pay, but the item appears on your credit report and you have to write letters every few months to keep it off and keep it from re-appearing, or else you might not be able to get more credit cards or other types of loans.

      Worse, some time after that you may find that someone applied for a mortgage in your name, and purchased a house somewhere, and then defaulted on it. Perhaps they rented it for a time for cash, or the house was "purchased" for far above the market rate, to inflate local values, as part of a mortgage fraud scheme.

      If you depend on upon cheap credit to buy nice cars, your house, and maybe every consumer item you get because you never use cash and always run a balence on your cards, that can be a very scary prospect.

      HOWEVER, not having credit does not mean you become homeless, if you have any economic resources at all. It simply means you can't live in that credit-based world. You are more likely to rent or even have roommates (it is hard to rent an appartment without a good credit score in some areas), and thus be forced to save up 20% or more of the price of your first house. It is not that you will simply have no credit and have to buy the house with cash, it is merely the case you will have to come up with more up front, and shop around more for a lender, and perhaps write some nasty certified letters. Over time it will add up to 10 to 20 hours more work, and perhaps a delayed closing, but you will still get what you want. In the long run, you will probably be financially better off in the later half of your life.

      So, why all the "identity theft crisis" hype ?

      The American credit industry profits immensely by throwing credit at anyone who walks in the door. They need to extend their product to a large portion of the population, and it is expensive to carefully check out each person, and carefully checking out each person introduces delays in the process that can cause someone to save up more money, not buy the product, or re-think their finances. If you walk into Sears, find the biggest refridgerator there is, and tell the salesman you want it only if you can sign up for a Sears card and put it on the card today, you are going to leave the store with that refriderator. Checking you out carefully potentially costs them the sale, or causes you to buy the smaller model.

      Since the Credit Industry doesn't want to run their system securely, they have to pass on the cost of fraud. They could simply charge higher interest rates or fees. However, that might also drive away customers -- why do that if you can spread the cost out over the entire population, even those who are not your customers ? This tactic works well for credit card processing fees; the card issuers do not allow a retailer to charge the merchant fee to each credit card user, but force them to spread out that cost over the cash using customers as well.

      The credit industry has traditionally run the security-oriented aspects of their operations in a parasitic manner. The would rather leech onto the pre-existing social security number system, than track identities and coordinate among themselves. They would rather piggy back onto the driver's license system (the newest "innovation") so they don't even have to print plastic cards at 1/10 of cent each.

      So it is natural that they would try to externalize the cost of fraud. For a while they were pushing the Republicans in Congress to "do something" for them about identity theft,

  63. the real point is annoying their customers by Weezul · · Score: 1

    Credit card companies don't want people changing credit cards, period.

    --
    The Christian religion has been and still is the principal enemy of moral progress in the world. -- Bertrand Russell
  64. Re: pay off someone's cell phone? by giafly · · Score: 1

    It's one thing to use a stolen credit card and max it out purchasing various items to be shipped wherever, but who in their right mind would use it to pay off someone's cell phone?
    Attackers who hate the 'phone owner. It will be much more convincing evidence for police if attackers not only use a stolen card number to buy CP (and other illegal things) for their victim, but also to pay for a bunch of everyday stuff linked to them.
    --
    Reduce, reuse, cycle
  65. Easyer ways to get cards. by Anon-Admin · · Score: 1

    Take the first 8 digits of a standard 16-digit credit card number. Search for them on Google in "nnnn nnnn" form. Since the 8-digit prefix of a given card number is often shared with many other cards, about 1/4 of credit card numbers in my random test, turned up pages that included other credit card numbers, and about 1 in 10 turned up a "treasure trove" of card numbers that were exposed through someone's sloppily written Web app.

    The first 6 digits ID the issuer, They are common because you were looking for cards that came from the same issuing company and branch. The next 9 are the number and the last digit is the checksum.

    This is based on a mathematical calculation. The checksum is based on a "Luhn" or "Mod 10 check.

    Once you have the formula, you can easily write a program to check the validity of a card or (with a starting card number) generate lots of card numbers that are mathematically valid.

    Now, to get a good working number just call some one out of the phone book. Tell them you are with their bank and have seen 1000$ charges coming through on their card. You know the charges are fraudulent and would like to remove them but you must validate that the card is still in their possession, then ask them to read you the card number and CVV number from the back of the card.

    80% of the people out there do it with out a question.

    You can try to fix the internet but lets face the truth, YOU CAN'T FIX STUPID!

  66. Re: write offs by rfunches · · Score: 1

    And I don't think it's still the case, but for quite a long time, MasterCard was actually listed as a *non profit corporation*

    Definitely not the case any longer.

  67. Re:Credit Card companies do not care about securit by Anonymous Coward · · Score: 0

    I live in France, and work in Luxembourg (yeah, in Europe you can commute crossing borders :), how cool is that) and here it is pretty common for you to have to type your PIN when you pay in a restaurant, or at the supermarket. It feels safer.

    BTW, sorry to be so dailywtf-ish, but CAPTCHA : profited. This one DID make sense.

  68. Calling the police doesn't always work by fritzk3 · · Score: 2, Interesting

    Why are you bothering to call the CCard companies? Credit card fraud is *illegal*. Call the police instead. "Hi Officer Friendly, A criminal just tried to defraud me. Here's his address, here's the details. Sic 'em!"

    The problem with this, speaking from personal experience, is that if the CC companies cancel all of the fraudulent transactions, then the police won't do anything, because you're not out any money (despite the criminal INTENT of the perpetrator).

    You somehow have to find out the details of the perpetrator before you get the charges reversed, then call the police while you still have missing / stolen currency.

    --
    All your sig are belong to us.
    1. Re:Calling the police doesn't always work by Frank+T.+Lofaro+Jr. · · Score: 2, Informative

      In at least one jurisdiction (Nevada - NRS 193.330) any attempt to commit a crime is still a crime. There doesn't need to be any damages for a crime (just for civil), else how could they prosecute for drug possession and other victimless crimes where there are no damages.

      --
      Just because it CAN be done, doesn't mean it should!
  69. THIS is why it's a problem... by shiafu · · Score: 2, Interesting
    Per the instructions in this article, I tried googling the first eight numbers of my credit card, "4640 1820". As soon as the results showed up on the Google page, Firefox immediately came up with this warning message:

    Security Error: Domain Name Mismatch

    You have attempted to establish a connection with "dspace1.it.ohio-state.edu" However, the security certificate presented belongs to "kb.osu.edu". It is possible, though unlikely that someone may be trying to intercept your communication with this web site.
    If I change the Google query to be one number off (i.e. not a valid credit card prefix) I don't get this security warning. Has anyone else ever seen this? I have a very bad feeling that I've got some kind of credit card sniffing trojan on my PC, so I'll probably be spending my evening reformatting my hard drive. Oh joy.
    1. Re:THIS is why it's a problem... by Anonymous Coward · · Score: 0

      Chill. All that means is that a website changed its name without redoing their https:/// stuff (so their cert still has the old name on it) and thanks to firefox preloading the first google result, you got the error.

    2. Re:THIS is why it's a problem... by digitalchinky · · Score: 1

      I didn't get an error message while checking your card numbers, though oddly enough the first 8 digits do happen to match the dimensions of one 'battle star galactica'.

      Second search result in google for me. http://scifipedia.scifi.com/index.php/Battlestar_G alactica_(BSG_2003)

      Coincidence? I think not.

    3. Re:THIS is why it's a problem... by zcat_NZ · · Score: 1

      Curious; with quotes, the second result matches the dimensions of a prototype hydrogen-powered Nissan X-terra

      http://www.h2mobility.org/1_cardata/c075.htm

      --
      455fe10422ca29c4933f95052b792ab2
    4. Re:THIS is why it's a problem... by StikyPad · · Score: 1

      I think it's clear what this means: Battlestar Galactica is a hydrogen-powered Nissan Xterra prototype!

      You heard it here first.

    5. Re:THIS is why it's a problem... by Hal_Porter · · Score: 1

      Try to google the last eight digits of your credit card, and see what comes up. You should try using netstat or setting up a proxy and seeing what happens at the HTTP level.

      --
      echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;
  70. Re:CC Companies Don't Care -- Merchants Get Screwe by Anonymous Coward · · Score: 0

    And if you object or point out were they screwed up and refuse to pay you end up on the Terminated Merchant List and might as well close shoppe. CC Companies are evil bastards run by twisted little men who go home and get beaten by their wifes/husbands at night.

  71. What the consumers and merchants really need... by RealBothersome · · Score: 1

    Is a card that you purchase money on like Wal-Mart sells. You go down to you local Wal-Mart and buy the amount you are about to go online and shop for. If the card number gets stolen, then they can only get the petty change that remained from your online purchase. You could even keep the card for future purchases and only fill it a few minutes or hours before you use it again. This way the thieves can't make use of it most of the time. And if three unsuccessful attempts to remove money from it occur, you'd get a notice that you must get a new card when you try to fill it again. Take the pending card into Wal-Mart to transfer what little change you left on it to the new card, but must be done in person with the physical card.

  72. Re:CC Companies Don't Care -- Merchants Get Screwe by Peyna · · Score: 1

    They just do a chargeback against the merchant who accepted the fraudulent transaction and they have to eat the cost. In fact, the CC company charges the merchant a hefty fee for the privilege of eating the cost.

    The merchant is the person closest to the person using the card fraudulent, so the burden to discover the fraud and prevent it should rightly fall on their shoulders. Instead, the merchant chooses to be lazy and doesn't even look to see if the card actually belongs to the person handing it to them. They could ask for ID, other verifying information, compare signatures, etc. But, it's easier to just swipe the card and hand it back isn't it?

    If they're online, it's even easier. Require a ship-to address to match the bill-to address of the credit card. You want to ship it somewhere else? We'll call you on the number your credit card company gives us.

    Merchants foot the bill for fraud, because they are on the front lines and should be responsible for preventing it. Credit card companies could implement all kinds of security devices, but in the end, it's the merchants who are dropping the ball, and who will find someway to make security devices meaningless through their own apathy.

    --
    What?
  73. Re:Banks save nothing by Peyna · · Score: 1

    The merchant has options.

    1. Actually check to make sure the person handing you the card is who they claim to be.
    2. Require customers to pay cash.

    Why should the merchant get a free ride to be negligent in accepting payments? Merchants should treat credit cards like checks, because they're just as responsible for taking a bad credit card as they are for taking a bad check. But instead, so that you can get through the line 5 seconds quicker, they make it easier and easier for you to use a stolen card. So part of the blame is on consumers, and part of the blame is on the merchants.

    --
    What?
  74. Great Denial of Service attack! by glaqua · · Score: 1
    This is perfect! And I have to put this into standard slashdot form:

    Step 1: Get the credit card companies to do a constant search for 'compromised' credit card numbers and disable them.

    Step 2: Put up websites that randomly generate possibly valid credit card numbers so that the credit card companies can automatically invalidate them and piss off their customers!

    Step 3: Profit?

    Credit card fraud is probably one of the most analyzed types of fraud for a very simple reason. The party with the ability to make changes to enhance the security are the ones who will take the loss if they do not make these changes. There have been comments here about how credit card companies just charge the fraud back to the merchants, but that is not the case. If the merchant has upheld their end of the bargain, then there is no reasonable way to charge it back to them. What happens is that they have to pay higher fees, or eventually lose their merchant account if they are the source of too much fraud. Visa quotes fraud losses on their annual report, so merchants don't get it all charged back.

    Lastly, I have to point you all over to Bruce Schneiers blog http://www.schneier.com/blog/ where he has made that point about security again and again, and uses the credit card companies as a good example. The best way to improve security is to make the guy who can fix the problem the one that is responsible for the possible loss. This gives the right incentive to address the problem. And they already know that the way to secure the credit cards is to focus on the security of the transaction, not the security of the card number.

  75. Am I who I say I am? by phorm · · Score: 1

    If the merchant bears all financial liability for fraudulent charges, it gives them a reason to make sure that the person buying the product/service is who they say they are.

    OK, so I'm buying something online. On ebay or whatever. How do you verify my ID?

    OK, so I've got a fake copy of a Visa. The fake card has whatever signature I cared to put on it. If I can make a fake CC, I can also make fake ID. How do you verify my ID?

    Online, we now have "verified by Visa" etc, which is helping the situation. However, the amount of controls CC companies offer to combat theft are minimal at best, since - as mentioned - they're not liable, so there's no reason for them to offer better safety methods to merchants when it just costs them money to do so (and takes away those nice tasty fines they can lay on the merchants for processing a bad CC #)

    1. Re:Am I who I say I am? by jizziknight · · Score: 1

      OK, so I'm buying something online. On ebay or whatever. How do you verify my ID? You know those numbers printed on the back of the card where you sign it? Those are a security code. Verifying those would be one more step. Granted, it's not a sure-fire way, but it's just one more thing that a fraudster would need to know. Of course if they have the physical card, all bets are off.

      Another thing that I've seen online merchants do is require that the shipping address be the same as the billing address on the card. Kind of a deterrent to fraud when whatever you're buying gets shipped to the person who actually owns the credit card, innit? Unless you've managed to change the billing address on the card. Of course, this can be a pain if you're buying something that actually needs to be shipped elsewhere, but that's your problem, not the merchant's.
      --
      Everything I say is a lie. Except that... and that... and that, and that, and that, and that... and that.
    2. Re:Am I who I say I am? by kelnos · · Score: 1

      That's the strange thing -- I have had many packages sent to addresses that are not my billing address (gifts for family and friends, usually), and I've never had a problem. Even when the online store says that they will check the card's billing address and compare it to the shipping address, they never do. I haven't noticed any unusual delays either.

      --
      Xfce: Lighter than some, heavier than others. Just right.
  76. Try this by ajs318 · · Score: 1

    This little program  (originally part of something I was writing to fill in bogus details on phishing sites)  allows you to get all the credit card numbers you could possibly want!

    #!/usr/bin/perl -w
    use strict;
    my $ccnum = "";
    my ($luhn_sum, $digit, $mung);
    my @munged = (0,2,4,6,8,1,3,5,7,9);
    if (rand > .5) {
        $ccnum = "5"; # mastercard always starts with 5
    }
    else {
        $ccnum = "4"; # visa always starts with 4
    };
    foreach (1..14) {
        $digit = int ((rand) * 10);
        $ccnum .= $digit;
    };
    #  Now we have 15 digits; only need the check digit
    $luhn_sum = 0;
    $mung = (length $ccnum) % 2;
    foreach (split //, $ccnum) {
        $digit = $mung ? $munged[$_] : $_;
        $luhn_sum += $digit;
        $mung = 1 - $mung;
    };
    $digit = (10 - $luhn_sum % 10) % 10;
    $ccnum .= $digit;
    print "$ccnum\n";
    exit 0;

    Of course, the "bare" credit card numbers by themselves will be bollocks without CVV numbers  (3 random digits),  expiry dates  (a random month and year up to 18 months in the future)  and cardholders' names and addresses  (google "curriculum vitae.doc" for plenty of namers and addresses).

    --
    Je fume. Tu fumes. Nous fûmes!
  77. Re:Banks save nothing by He+Who+Waits · · Score: 1

    Here's what happens: Actually, an anecdote does not a maxim make. Here's what happened in the case of my elderly mother-in-law, at least: 1. CC company calls victim to tell them there are unusual charges. 2. Victim says they were not authorized. CC company says tough titty, you agreed to our conditions by using the card, so pay up. 3. CC company begins laying on interest charges. 4. Victim's son-in-law (me) files police report. 5. Police contact CC company as part of their investigation. 6. CC company immediately clears charges and issues letter to victim saying so. 7. Police receive no cooperation (or even returned calls) from CC company, making it impossible to pursue their investigation without a subpoena. 8. CC company acts surprised when victim wants to cancel still-active card, stating that incidents like these "never happen".
  78. I doesn't work that way by ShanghaiBill · · Score: 1
    credit-card companies could plug this hole at trivial expense, saving themselves untold millions in losses

    Sorry, but the credit card business doesn't work that way. When a transaction is fraudulent, it is the merchant that takes the loss, not the credit card company. This gives the credit card companies little incentive to improve security.

  79. That's no "trivial expense" by wombert · · Score: 1

    It would be simple for companies like Visa, MasterCard, and Discover to take a list of the most common 8-digit prefixes, query for them every day on Google, and de-activate any new credit card numbers that were found that way.

    You're suggesting that they cancel cards that show no sign of having been misused, shutting off the customer's ability to purchase immediately.

    Between the lost revenue on the cardholder's purchases during the several days it would take for a re-issued card to arrive in the mail, plus the disrupted regularly-scheduled payments (notice MasterCard in particular pushing its customers to use cards for monthly utility payments!), plus the number of calls they have to deal with from ticked-off customers whose cards suddenly don't work, plus the cost of doing this every time a customer or online site is foolish enough to leave a new card number vulnerable -- it probably *is* more cost-effective to just deal with the cases of actual fraud.

    --
    Did I say overlords? I meant protectors.
  80. What ever happened to personal responsibility... by realsilly · · Score: 0

    There are many informative and interesting posts in this thread, but I have failed to see where we hold the people directly responsible.

    There is a sense of responsibility on the Consumer, that no one here seems to be addressing. Your information is YOUR information. If you are careless with YOUR information then you, the consumer are responsibile.

    Don't be so willing to provide your name and address to anyone. Don't read or give anyone your SSN like it's candy. Protect all credit card receipts and credit cards. Don't leave wallets and purses out so thieves can steal your info.

    Don't sign up for every freaking credit card offer available.

    Read your statements. Make sure you are aware of every purchase and at the first sign of a compromised account, you simply call your credit card company and get a new card issued.

    Shred old paperwork with personal info, I don't mean strip shredding, I mean really shred that stuff good.

    If you dispose of an old credit card, don't just shred it, throw away pieces in different places so that the info on the old card can't be used later.

    If all this is too much, then go back to writing checks and hand delivering them to a location where you can pay your bills. Deal with cash only. People are much more careful when they have that physical green in hand. They should treat their info with the same care.

    Yes this is alot of responsibility, but this would stop a majority of fraud right away. Then it would be easier to stop the other fraudulent activities because they would be so exposed.

    --
    Life takes interesting turns, but the most interest is when you're off the beaten path.
  81. How electronic money should work by Anonymous Coward · · Score: 0

    The whole problem here is that the credit card and debit system have it backwards. You have to tell a third party/merchant how to get money from your account. What if we turned it around? I.e., the third party/merchant has to tell you how to put money in their account. Then you go to the bank and have them send the money. Everybody would have deposit-only numbers which represent no security risk. It wouldn't matter if the bad guys have your number, because the only thing they can do with it is give you money.

  82. It's a merchant's problem... by antonymous · · Score: 1

    Not trolling, that's just the unfortunate reality. Merchants and business owners are obviously getting the raw end of the deal in this scenario, while CC companies are not hit in the pocketbook very hard. I know it's an added cost to bear, but if a merchant googles the CC number of every purchase made and rejects the transaction for any number found online, at least they wouldn't get screwed. Yes, the "legit" customer is going to take his business elsewhere, but wouldn't it be worth it to not lose thousands of dollars in merch? Companies who accept forged CC info are going to become even greater targets for fraud, shrinking their margins in the long run.

    Alternatively, business owners could "unionize" against this and create uniform practices for testing CC#'s against obvious fraud (#'s exposed via the web). Reject any card they easily find, and say "Your CC information is exposed, complain to your bank." CC companies would almost have to respond to that...

  83. Re:Why? because it does not cost the CC companies. by DerekLyons · · Score: 1

    Why are credit card numbers so easy to find? Or put another way, why is credit card fraud so easy? Because it does not cost the credit card companies. When fraud is reported, the credit card company charges back to the merchants. As such, the credit card company is out relatively little money (it is the merchants who get screwed).

    Well, duh. It's usually considered proper that the individual or organization that screws up pays the price - and the bulk of credit card fraud happens only because the merchant fails to live up to the terms of his contract and ensure the transaction is valid before submitting it. Why should the credit card company or processor pay for someone elses mistake?
  84. Re:Banks save nothing by ronadams · · Score: 1

    When you are a financial institution, it's your responsibility to make sure the money is handled properly. That's not always fair, but life isn't always fair.

    --
    Appended to the end of comments you post. 120 chars.
  85. Re:Credit Card companies do not care about securit by ad0gg · · Score: 1

    There's verified by visa which is a password system for credit card purchases. Also the CVN(Security number on the back) is suppose to be like a pin. Merchants are not suppose to ever store this number but they do anyway.

    --

    Have you ever been to a turkish prison?

  86. Re:Easier ways to get cards. by Mr.+McD · · Score: 1

    There's also an "Easier" to do this too ;)

  87. Re:Easier ways to get cards. by Anon-Admin · · Score: 1

    I should have caught that. I guess I spent too much time checking the there and their context.

    lol

  88. (remember Alta Vista?) by MemeRot · · Score: 1

    No

  89. PO boxen? by MemeRot · · Score: 1

    Oh come on now.

  90. Re:I have hundreds of stolen cards, how do I repor by Anonymous Coward · · Score: 0

    How do you know they're bogus? I had an ecommerce site refuse my credit card once. They actually charged my card then a few days later reversed the charge saying they couldn't verify my info. So I guess my card number is now in their database as a bogus card even tho it was legit. So how do you know those 100 transactions were really bogus? I'm assuming you didn't get chargebacks because then you wouldn't have to report it to the credit card companies as they would already know.

  91. Re:CC Companies Don't Care -- Merchants Get Screwe by Slashdot+Parent · · Score: 1

    They could ask for ID
    No they may not. It's in every merchant agreement with Visa/MC/etc. that the merchant absolutely may not require ID as a condition of paying pay credit card. Merchants will be fined for that, too.

    compare signatures
    This is an unreasonable request. First of all, the $7/hr schoolkid behind the register is not a handwriting expert, and neither is he expected to be. Furthermore, the signature on the card and the signature on the receipt are not for verification. They are just an acknowledge by the consumer that they agree to the credit card terms and conditions and agree to pay the charge per the T&C, respectively. Definitely not supposed to be fodder for amateur detectives.

    If they're online, it's even easier. Require a ship-to address to match the bill-to address of the credit card.
    As if nobody buys gifts online. Anyhow, even if the merchant calls the credit card issuer, and the issuer approves the charge, the merchant is still on the hook for fraud, so your suggestion would not work.

    Merchants foot the bill for fraud, because they are on the front lines and should be responsible for preventing it.
    This is absurd. There is no way to tell by looking at a card whether or not it is lost, stolen, etc. Merchants are not in the business of clearing credit card transactions, they are in the business of selling things.

    Credit card companies are in the business of clearing credit card transactions, and if they clear the transaction, it should be their problem if the transaction was fraud.

    Ultimately, the ones who pay the cost of fraud is you and me, in the form of higher prices.
    --
    They don't grade fathers, but if your daughter's a stripper, you fucked up. --Chris Rock
  92. Virtual Credit Card Numbers by absorbr · · Score: 1

    I don't usually plug credit card companies, but Citibank actually offers a service that makes this whole discussion moot, if you're with Citibank, that is. I happen to be with them because they offered a card with 20,000 bonus miles and 1 mile per dollar. There is a $50 annual fee after the first year... but I think it's worth it.

    Anyway, the way it works is you download this app to your computer and login to it using the same login and password you would use to login to your account via their website. The tool lets you generate a virtual card number (including the CVC code and exp date) for every online purchase you make. Each number is set to expire the following month, and each number can only be used at a single merchant. If this isn't enough for you, you can set exact spending limits for each number, as well as extend the expiration date.

    You can also check the tool to see when numbers were charged and if any numbers are still active. It's been pretty handy for me. I think I've used it about 20 times since February.

    1. Re:Virtual Credit Card Numbers by neo1piv14 · · Score: 1

      There's always the case of someone having their internet traffic hijacked, but that rarely happens. I like the idea of the virtual credit card thing. I remember hearing about a service similar to that when Amazon was having all their problems.

  93. Why run a script? by Mr+Z · · Score: 1

    The credit card companies are big enough, why can't they instead work out a special program with each of the search engine vendors? That is, whenever the search engine crawler detects a page that appears to have credit card numbers, why not have it push this information to the credit card companies? It could even sort by number range, so that AMEX only get AMEX numbers, Master Card only gets MC numbers, Visa only gets Visa, and so on. Each CC company would get the list of potential card #s along with the URLs where they were spotted. The URL information could be used for prosecution purposes, as well as identifying what merchants etc. are leaking card data.

    Obviously, the CC vendors would have to pay a fee, but isn't that cheaper than the rampant credit card fraud they have to deal with? Its price could be comparable to the cost of the proposed scanning hack, but the results would be higher quality and would put less of a load on the search engines.

    Granted, this is a mitigation strategy, not a solution. But to me it's like eating well and exercising in addition to having doctors and hospitals. You need both proactive and reactive strategies.

    --Joe
    1. Re:Why run a script? by z_gringo · · Score: 1

      Obviously, the CC vendors would have to pay a fee,

      If they were unwilling to do anything about a problem they found out about 3 years ago for free, I doubt that they are going to want to PAY anything to find out about still more problems.

      --
      -- -- Warning. Do not stare directly at the sun.
    2. Re:Why run a script? by Mr+Z · · Score: 1

      Consumer protection laws have some effect here. Already we make credit card companies liable for everything beyond the first $50 of fraud. In the end they pass that back onto the customer as increased rates/fees, or to vendors through chargebacks. To some extent, chargebacks are a good thing: They put motivation on vendors to not accept fraudulent transactions. The downside is that they provide little motivation to the CC companies to assist in stamping out identity theft.

      Still, I think part of the problem is lack of foresight on the part of the card companies. If a CC company can offer lower rates and higher profits by proactively weeding out fraud, it's in their best interest to do so. Right now, I wouldn't be surprised if there isn't some push-back within the CC companies' own fraud units to avoid another level of automation that might make them irrelevant, or at least less relevant.

      I suspect if interest rates start going up, we might see some more pressure for card companies to cut costs to keep their rates manageable. Right now, with all the liquidity out there, money's cheap, so it's easier to waste it.

      Personally, I'd love to simply have disposable credit card numbers. Give me a per-transaction or even per-vendor card #. (Per-vendor isn't *quite* as good, but better than a raw # because it can only be used with that vendor.) We should be able to do this by now.

      --Joe
    3. Re:Why run a script? by Archon-X · · Score: 1

      I have troubles seeing how chargebacks are a good thing.
      I understand the mentality behind them: If there was a fraudulent charge, it can be revesed without argument.

      The problem is, people love charging back for things they just don't want to pay for.
      Online shopping, online pr0n [this is a big one] etc.

      Merchants have to operate within incredibly strict chargback %: From memory, MC & VISA are 1% for adult transactions, meaning that out of every 100 transactions, if one jackass decides to chargeback, your entire merchant account is lost.

      That type of risk results in higher charges, the growth of unholy blacklists, and the blacklisting of countries.

      The motivation for security should be with the vendor? Rubbish - the motivation for security should be VISA and MC. The motivation for the vendor is to make a living.

    4. Re:Why run a script? by Mr+Z · · Score: 1

      The motivation for security should be with each of the people who handle the data. This includes the end merchant. If the merchant can't deal w/ CC#s securely, then they shouldn't. If enough vendors throw their hands up and say "This can't be workable," then VISA, MC and friends will figure something out. It's that simple.

      Fraudulent chargebacks are like fraudulent charges. They need to be dealt with. I don't disagree on this point. Someone is going to try to abuse the system.

      This is why I like per-transaction ID #s. If you need to authenticate yourself to VISA, MC or whomever to get a per-transaction ID, then the responsibility clearly lies w/ the party granting the ID. At that point, they can take whatever precautions they feel are necessary to prove, beyond a reasonable doubt, that the person spending the money is authorized to do so by the cardholder.

      Until we get to that point, though, every link in the chain carrying card numbers needs to be "sufficiently strong." It makes sense to penalize the weakest links. Heck, if a particular card holder seems to be an unusually high target of fraud, penalize them because either they're the fraudster, or they have really bad habits.

      --Joe
  94. Realy... by CRX588 · · Score: 1

    What's up with Americans and their idiot credit card payment system. Here's how we do it where I live. The user has a online banking account which is protected by a password and ssl encryption. Once the user clicks to pay the site redirects to the bank. The user puts in the password and gives a ok for the payment. To confirm the payment the bank sends a code to the mobile phone of the user. The user enters the number and gives a final ok and gets redirected back to the original site. The agreed amount is instantly written of the users banking account. And remember it's a debit account not credit, so no risk in spending money you don't have. Sure it isn't full proof, but it is way better than some number anyone who gets his hands on it can abuse.

    1. Re:Realy... by holophrastic · · Score: 1

      No it's not! That's HORRIBLE! I avoid debit cards as much as possible. First, why pay now when I can pay later? Effectively, you're losing out on 30 days worth of interest on every single dollar that you spend through debit instead of credit.

      Second, that's a much longer process than simply entering a credit card number into a web-site. And I don't need a working cell phone to do it. It's slower, and it's much more complicated to implement as a developer -- I'm someone who's done every type of e-commerce implementation. The one you describe is not only more than three lines of code, it also requires a nice long certification process -- because you're pulling money from a bank account.

      Not to mention YOU'RE PULLING MONEY FROM A BANK ACCOUNT!

      The great part about using a credit card on-line is that my bank account has nothing to do with anything. That's the whole point. MY money is safe because my money doesn't have to exist. The merchant has no access to my money, and doesn't even know what banking institution I'm using. There's no chance for phishing, and I'm not entering any passwords that can be weak, or known, or captured.

      So we're left with people taking my credit card number and using it? That's not my problem. I don't have to pay for those.

      It's all about easing the proper use. If you make proper usage complicated in order to deter improper use, then you punish me always for a criminal's occasional actions.

      Deal with the problem directly -- the criminal. It's not like you can accidentally steal a credit card number and use it. It's obviously intentional, and it's obviously malicious. So make the penalty large enough to make the enforcement worthwhile.

      Don't you dare allow anyone, anywhere, at anytime, to access my bank account!

    2. Re:Realy... by neo1piv14 · · Score: 1

      "It's all about easing the proper use. If you make proper usage complicated in order to deter improper use, then you punish me always for a criminal's occasional actions." I wasn't sure if your message was meant to be sarcastic or what, but the point is the same: If you want security, you have to sacrifice convenience. When I go into the server room at work, I have to have a set of keys just for that door and my ID to scan at the magnetic reader. Sure, it'd be WAY more convenient for me to just be able to turn the door knob and walk in, but then we lose all the security that my keys and ID card offer. Same goes with online payments. The harder it is for you do something, the harder it is for someone else to do the same thing. If all you want is convenience, then we should just set the system up so you have to enter your name and then it just gives a list of all the credit cards registered to your name and lets you click on the one you want to use and ask for absolutely no verification that you are you. I, however, don't want to live in that world, I don't care if I have to enter 5 different pieces of information about me so I can make a purchase online. It's probably still faster than driving to the store to get it.

    3. Re:Realy... by holophrastic · · Score: 1

      But I don't want any safety in my on-line purchases -- I currently have absolutely no risk. Why would I want safety when there's no risk? Currently, I make on-line purchases multiple times per week. I pay for the things I buy, and I don't pay for the things that I don't buy. I gain absolutely nothing from increased security because I have no vulnerabilities. If someone steals my card, I don't lose a penny.

  95. Re:CC Companies Don't Care -- Merchants Get Screwe by Peyna · · Score: 1

    No they may not. It's in every merchant agreement with Visa/MC/etc. that the merchant absolutely may not require ID as a condition of paying pay credit card. Merchants will be fined for that, too.

    Really? I'm looking at MC's Merchant Manual right now and it says as a requirement that merchants: "For unique transactions processed in a face-to-face environment (with the exception of truck stop transactions and card-read transactions where a
    non-signature CVM is used), request personal identification of the cardholder in the form of an unexpired, official government document. Compare the signature on the personal identification with the signature on the card."

    --
    What?
  96. Re:CC Companies Don't Care -- Merchants Get Screwe by Slashdot+Parent · · Score: 1
    See Visa's rules for merchants. And I quote:

    Requesting Cardholder ID
    When should you ask a cardholder for an official government ID? Although Visa
    rules do not preclude merchants from asking for cardholder ID, merchants
    cannot make an ID a condition of acceptance. Therefore, merchants cannot
    refuse to complete a purchase transaction because a cardholder refuses to
    provide ID
    . Visa believes merchants should not ask for ID as part of their regular
    card acceptance procedures.
    Have a pleasant day.
    --
    They don't grade fathers, but if your daughter's a stripper, you fucked up. --Chris Rock
  97. Pin numbers can be changed by zerofoo · · Score: 1

    The big difference is that PIN numbers can be easily and frequently changed. A good PIN policy forces PIN numbers to be changed regularly.

  98. How PIN numbers work by zerofoo · · Score: 1

    Most banks do not maintain their own PIN systems. Their transactions go through a clearinghouse service (like STAR). Companies like STAR handle the logistics of PIN numbers.

    The difference is this: PINs can be changed easily and often.

    FFIEC guidlines recently required banks to implement something other than single factor authentication for electronic bank transactions. I don't see how credit card transactions are any different.

    The simple reason that credit card companies do not do this, is that is is not worth the effort; the losses from fraud cost less (than a network upgrade to require pins) due to the many ways credit card companies can recover/write-off bad debt.

    And yes, I've talked to managers at Visa, STAR, Open Solutions....etc. They all confirm this to be true.

    -ted

  99. Not in the CC companies financial interest by bj16060 · · Score: 1

    The credit companies rarely take the hit for credit card fraud. The merchants take the hit via chargebacks.

    1. Re:Not in the CC companies financial interest by HomelessInLaJolla · · Score: 1

      And then the end consumer takes the hit as merchants raise prices to cover the margin. Insurance companies offering business theft insurance then double the cost on the end consumer because the insurance company obviously has to recoup their losses someplace--so the cost of health car, auto, and home insurance goes up as well.

      "We screw the other guy to pass the savings on to you."

      --
      the NPG electrode was replaced with carbon blac
    2. Re:Not in the CC companies financial interest by Anonymous Coward · · Score: 0

      You might have been on to something, then you abruptly parted from logic in the unfounded chain of events you described. Provide a bit more support for your conspiracy theory and you won't seem like such an obvious troll.

      If anyone is interested, see this entire thread for more of his failed trolling attempts.

    3. Re:Not in the CC companies financial interest by HomelessInLaJolla · · Score: 0, Flamebait

      Have you seen a doctor about your ego problem? How did you ever find coworkers who would put up with your crap?

      --
      the NPG electrode was replaced with carbon blac
    4. Re:Not in the CC companies financial interest by Anonymous Coward · · Score: 0

      Hmm... looks like I stand uncorrected. Once again, instead of backing up your conspiracy theories you instead turn to insulting, which is THE definite sign of a troll. Mod this idiot down, please.

    5. Re:Not in the CC companies financial interest by HomelessInLaJolla · · Score: 1

      you instead turn to insulting Does that bother you?
      --
      the NPG electrode was replaced with carbon blac
    6. Re:Not in the CC companies financial interest by Anonymous Coward · · Score: 0

      Not the slightest. Does it bother you that the mods are finally realizing you as being the troll you are?

    7. Re:Not in the CC companies financial interest by Anonymous Coward · · Score: 0

      The chain of events you described goes from a series of logical steps to several large leaps of faith. Your train of thought must be an Amtrak, as it is frequently derailed and filled with conflicting voices.

    8. Re:Not in the CC companies financial interest by HomelessInLaJolla · · Score: 0, Flamebait

      Not the slightest. Tell me how much you love it.
      --
      the NPG electrode was replaced with carbon blac
    9. Re:Not in the CC companies financial interest by Marxist+Hacker+42 · · Score: 0, Redundant

      This man Is Not who he claims to be. He is neither being persecuted or disrespected, but rather stalks others. He is being mocked for that is all he is worthy of, under any of his hundreds of aliases here on slashdot (note, I only post under one- ever- for I do not believe in anonymity being a good thing- nor have I tried to attack any of his multiple personalities who post only one or two comments then disappear because they can't remember their own passwords).

      --
      SJW: a person who perceives an injustice, and while correcting it, commits a greater injustice.
    10. Re:Not in the CC companies financial interest by HomelessInLaJolla · · Score: 1

      This man Is Not who he claims to be Tell me more about how much you love it.
      --
      the NPG electrode was replaced with carbon blac
  100. I don't see the problem by holophrastic · · Score: 1

    There isn't anything evil about credit card fraud. Quite frankly, it's not a real problem. What I mean to say is that it's not worth the cost of solving it.

    First off, customers aren't accountable for fraudulent charges. And they are as easily detected as reading your statement once a month.

    Second, the work to find, negotiate, detect, or otherwise locate fraudulent actions is not only intensive, it's worthless. Let's solve piracy of $20 movies before we solve theft of thousands of dollars at a time. Talk about an organized underground.

    Third, it's a convenience thing. After all of the commissions and transaction fees, we're all covered.

    Stop causing mayhem for the legitimate consumer because of criminals' criminal actions. Start arresting criminals and charging them appropriately -- that being exhaustively.

  101. My own real-life examples (2 counts) by MikePlacid · · Score: 2, Informative

    Getting your own mailbox requires just showing your ID (or have a copy notarized if a MB is in another city). I've just got one in Nevada for my company. I doubt that anyone checks them afterwards, unless some fraud triggers investigation.

    But mailboxes are not actually required to cash your credit card number. Here are my 2 real-life examples, that my card was used by fraudsters.

    1. Retail store. We made a purchase, forget to take a slip (newbies). The card was charged an hour later the second time to buy a box of wine bottles. Most probably it was a cashier - who else? We noticed immediately - those $200 were our last money - were scared like hell and offered full cooperation to the bank and the store. No one was interested. A shift manager gave us money back and that was it (yes, we were stupid enough to make a trip to the store to settle things - their attidute was: why are you bothering us?).

    2. $9.95 charge. There was a charge in this amount on my monthly bill. And there was a website url conviniently next to the amount. I went to website to remind myself what I had bought there. 3 products, all of them - electronic ones (like e-books), all of them of no interest to me. And next to the products was the link - press here if charged by mistake... The owner was easily located - he answered cell phone listed in domain registration info (yes, I've talked to him - this time I was just curious). His pitch - if we charged you wrongly we will reverse the charge in a second.

    So. The first fraudster need no PO Box - he got his wine and doesn't care if he get caught or not. No one cares to catch him too. The second fraudster is probably a end-point of some massive cashing operation. But no one will go after him, since 80% of people charged $9.95 would not ever notice, and 80% of those who notice will just reverse the charge and that would be it. The website was alive half a year after I've notified my bank...

  102. standard anti-corporate religious hate by Anonymous Coward · · Score: 0

    Lots of posts here take the stance that the CC companies don't care because they just screw the merchant. bullshit.

    First of all, it is the merchant's responsibility to verify the card. Unfortunately, careful merchants still can get screwed b/c of other (shitty) merchant's bad actions (lack of security, etc.). But all the major issuers do have an indemnification program, where they charge you a little extra for each transaction but you won't get charged back for fraudulent transactions. This is really just the cost of doing business for the merchant.

  103. Re:CC Companies Don't Care -- Merchants Get Screwe by neo1piv14 · · Score: 1

    Merchants always have that "We reserve the right to refuse service to anyone" thing going for them. They can request your ID and if you don't want to show them that, then that can just invoke their right to not serve you. Remember, they are providing a public service. They don't OWE you the right to buy something from their store.

  104. Re:Banks save nothing by Anonymous Coward · · Score: 0

    1. 5-10 business days (called this because business' use these terms when 13-15 days sounds too long)later, the balance is restored on your account, the institution eats the costs and files it with the IRS as lost profits to get a little of that alleviated.
    Incorrect. The institution issues a chargeback against any merchants the fraudulent card was used at, essentially ripping the cost of the fraudulent charges out of the merchant's account. Also, they issue a ~$75 chargeback fee per instance to the merchant.
  105. Misspelled Name?! :@ by bennettp · · Score: 1

    Ah, yet another Bennett, eh? Another one for "the list".

  106. Re:Banks save nothing by LearningHard · · Score: 1

    I work for a bank and deal with this stuff everyday. Your list is basically how it works. We rarely have a day go by that we don't get two or three disupte forms. As far as the merchants, nine out of ten times the merchants are uncooperative and refuse to do anything to help our customers. One merchant went so far as to deny they had charged the card. One really odd thing I have noticed is at least half of our fraud reports are being used to make purchases at hottopic.com. I think that speaks for itself.

  107. Re:CC Companies Don't Care -- Merchants Get Screwe by Slashdot+Parent · · Score: 1

    Only if they ID everyone, cash or credit.

    If they only ID credit card users, they can be fined and they can lose their privileges to accept credit cards.

    Remember, they are providing a public service. They don't OWE you the right to accept credit cards at your store.

    --
    They don't grade fathers, but if your daughter's a stripper, you fucked up. --Chris Rock
  108. Which is pretty fucked up by KKlaus · · Score: 4, Informative

    Because if you go read the visa-merchant agreement you see that Visa does not allow merchants to make showing ID a condition sale, i.e. merchants are SOL when it comes to stopping fraud. I guess that's the golden rule for you, along the "he who has the gold makes the rules" line.

    --
    Relax I just want some peanuts.
  109. Re:Banks save nothing by Maestro4k · · Score: 1

    Perhaps that's how it works at your bank, but not all of them. As a few others have already noted, their experiences were different. When I had this happen my bank required me to file a fraudulent charge(s) report, which had to be accompanied by a police report before they'd remove the charges and extra fees (over the limit fees caused by some of the charges). I ended up not having to pay a cent of the bogus charges or the fees they caused, but I had to wait over a month for them to be removed. Even though they did cancel that card number and issue me a new card, I wasn't able to use it for weeks while I waited for them to process the fraud report. Getting the police report was a bit of a pain since the fraud took place in another town about 200 miles away and I had to get it filed by phone and fax, but it took less time to get than the bank took to process the fraud report and the police were much more helpful. (It took me 2 days to get the police report, it took a bit over 4 weeks for the bank to process the fraud report and remove the charges from my account. Then I had to call them to remind them to remove the over-the-limit fees, they had "forgotten" to remove them.)

    Don't assume your experience is how it works everywhere and be glad your bank's not an ass about these things.

  110. Re:Banks save nothing by BlueNoteMKVI · · Score: 1

    Your step 8 is incorrect. The bank does not eat the charges - instead it's the MERCHANT(S). I'm in business for myself helping others be in business for themselves and I see this all too often. The burden for the fraudulent transaction lies with the merchant, who, in addition to losing the amount of the original transaction, is also out whatever merchandise was sold, will still have to pay the fees on the original transaction, will almost always be hit with a chargeback fee (of $30-35) and may have his rates increased by his processor if this happens too often.

  111. Re:Banks save nothing by Maestro4k · · Score: 1

    1. Actually check to make sure the person handing you the card is who they claim to be.

    Back when my card number was stolen the crooks had a card with my number on it but their name. It didn't scan (nowadays it'd probably scan even) but the stores that the crooks hit did check their IDs. Of course the name on their photo IDs matched. One store went so far as to keep an etched copy of the card (rubbing a pencil over paper with the card underneath) on file and were able to provide that to the police. In fact it's thanks to that store that I found out so many details about the fraud.

    So tell me how any of those merchants were supposed to know that the guys were crooks? The card number went through, they checked ID, the ID matched the card info, the card number went through. Everything looked like a valid card that's stripe info had somehow gotten messed up. Perhaps if banks required stores to input the name + the number on manually entered cards then merchants could combat this type of fraud as well, but until then (and if they've started doing this since I applaud them) the issuer seems far more liable here, their policies are allowing the crooks to defraud merchants in ways that merchants cannot detect.

  112. Re:Banks save nothing by flonker · · Score: 1

    If a merchant has too high a percentage of fraudulent transactions to overall transactions, they lose their ability to accept credit cards. This is per business type, so certain businesses have more leeway than others. ie. restaurants will not be allowed as many fraudulent transactions as porn websites.

  113. I am wondering.... by C.+A.+McClellan · · Score: 1

    I am wondering about how easily it would be to abuse Best Buy or Circuit City's order online and pick up at a store program. If so, what is to stop someone from buying something large online while on a stolen Wi-Fi connection and picking it up with a stolen or fake ID at a store a hundred miles away. Honestly, bartenders and bouncers take fake IDs every day, and they scrutinize them twice as much as some store clerk.

  114. Warning: Weaselly modereration on parent by Anonymous Coward · · Score: 0

    Looks like he's pointing out what would happen if the same standards that applied to AACS license keys and warez applied to credit card numbers. It's clearly satire.

    How this is overrated at 1 is beyond me, unless someone wants to hide arguments that they don't like the implications of but can't be bothered to address.

  115. Yeah, really, Blame M$ by Joseph_Daniel_Zukige · · Score: 1

    Think a little deeper into the social implications of things.

    Microsoft was not the first company to push a feature list, but they have most consistently and for the longest time used the feature list as an anti-competitive tool.

    Does that make it any clearer for the yea-sayers?

    Or do I need to state the obvious, that as long as long as the Steve and Bill act continues to run, it's going to be really hard to get any software that does the right thing, security wise or otherwise, into the public venue.

  116. Is there a reason you had to post those digits? by Joseph_Daniel_Zukige · · Score: 1

    It's not just your credit card, you know.

    1. Re:Is there a reason you had to post those digits? by shiafu · · Score: 1

      The first eight digits are nothing secret... they're the same for everyone who has their card issued through a particular bank.