Slashdot Mirror


Ebay Asks Users To Downgrade Security (krebsonsecurity.com)

Ebay has started to inform customers who use a hardware key fob when logging into the site to switch to receiving a one-time code sent via text message. The move from the company, which at one time was well ahead of most e-commerce companies in providing more robust online authentication options, is "a downgrade to a less-secure option," say security reporter Brian Kerbs. He writes: In early 2007, PayPal (then part of the same company as Ebay) began offering its hardware token for a one-time $5 fee, and at the time the company was among very few that were pushing this second-factor (something you have) in addition to passwords for user authentication. I've still got the same hardware token I ordered when writing about that offering, and it's been working well for the past decade. Now, Ebay is asking me to switch from the key fob to text messages, the latter being a form of authentication that security experts say is less secure than other forms of two-factor authentication (2FA). The move by Ebay comes just months after the National Institute for Standards and Technology (NIST) released a draft of new authentication guidelines that appear to be phasing out the use of SMS-based two-factor authentication.

72 comments

  1. Ironic that... my eBay/PayPal keyfobs just died by ctilsie242 · · Score: 2

    I have had a few rebranded VASCO keyfob with eBay/PayPal's label on it. They tend to die after 2-3 years due to battery life, and recently, I was unable to find a link to buy a new one and activate it.

    Yes, now we have Google Authenticator, Duo, and other items, but the simplicity of a keyfob which did nothing but display a six digit number made it decently secure, without having to reply on a phone, tablet, or other device.

    1. Re:Ironic that... my eBay/PayPal keyfobs just died by ctilsie242 · · Score: 1

      Correction. My keyfobs didn't "just" die. It took them a few years to run out of battery life. However, it would be nice if they were still offered.

    2. Re:Ironic that... my eBay/PayPal keyfobs just died by Bodhammer · · Score: 2

      I went through 3 of the credit-card key gens in my wallet before I gave up. I guess I'm just a "hard ass"...

      --
      "I say we take off, nuke the site from orbit. It's the only way to be sure."
    3. Re:Ironic that... my eBay/PayPal keyfobs just died by Neuronwelder · · Score: 1

      Wouldn't it make sense to put a tiny solar cell to keep the fob charged??

    4. Re:Ironic that... my eBay/PayPal keyfobs just died by stephanruby · · Score: 2

      I believe the Google Authenticator was available on a keyfob that displayed 6 digits, but it seems that even that was replaced by the following. https://www.technologyreview.c...

  2. Brian Kerbs? by Anonymous Coward · · Score: 0

    In had to double check the article, I couldn't believe an editor would fuck up something as basic as Krebs's name.

    1. Re:Brian Kerbs? by TechyImmigrant · · Score: 5, Funny

      In had to double check the article, I couldn't believe an editor would fuck up something as basic as Krebs's name.

      No it's really Brian Kerbs. He's an expert on the interface between road and pavement/sidewalk.

      --
      I should use this sig to advertise my book ISBN-13 : 978-1501515132.
    2. Re:Brian Kerbs? by FatdogHaiku · · Score: 4, Funny

      In had to double check the article, I couldn't believe an editor would fuck up something as basic as Krebs's name.

      No it's really Brian Kerbs. He's an expert on the interface between road and pavement/sidewalk.

      Get your mind OUT of the gutter!

      --
      You have the right to remain sentient. If you give up the right to remain sentient, you will be elected to public office
    3. Re:Brian Kerbs? by Anonymous Coward · · Score: 1

      Dey took our kerbs!

    4. Re:Brian Kerbs? by bobdehnhardt · · Score: 4, Funny

      No, that's Brian Curbs. I'm looking for "A Sale Of Two Titties" by Brian Kerbs, the well-known Dutch author.

    5. Re: Brian Kerbs? by Anonymous Coward · · Score: 0

      As a Brian, I'm sure he's just thankful they didn't write Brain Kerbs. It happens far too often for us.

    6. Re: Brian Kerbs? by Anonymous Coward · · Score: 0

      Better be brain than no brain

  3. Re:People still use Fleabay? by WarJolt · · Score: 1

    Where do you suggest I shop for my gray market crap?

  4. Re:People still use Fleabay? by RightSaidFred99 · · Score: 5, Insightful

    A tremendously huge number of people, that's who. You're also "Windows?! Who still uses Windows!!?!" guy I bet, right?

  5. Re: Ironic that... my eBay/PayPal keyfobs just die by Anonymous Coward · · Score: 0

    No cell for me at home and obly half the time at work, so at least SMS is falling off the preferred list.

  6. Flaws.. by Bert64 · · Score: 4, Insightful

    Perhaps ebay have become aware of a security flaw in the keyfob, and are thus trying to migrate users away from them?

    Any keyfob that just displays a different code over time depends on the security of the initial seed value... If these values were compromised then so are all the tokens, and it wouldn't be the first time something like this has happened.

    The trouble with saying "less secure" is that it's highly subjective, even if you're in full possession of the facts (which we may not be)...

    A lack of transparency is a problem as always... These companies are a black box, and we the users/customers are expected to just accept what they tell us without having any idea of their internal processes or code etc.

    --
    http://spamdecoy.net - free throwaway anonymous email - avoid spam!
    1. Re:Flaws.. by markus · · Score: 4, Interesting

      Text messages almost always get sent to a cell phone, and in the US there really only are three or four mobile providers. If you have a phone number, you can often look up the provider in public databases, and if that doesn't work, you simply take a guess and call each of the major providers.

      Time and time again, it has been shown that all mobile cell phone providers are easily attackable by social engineering. It takes very little effort to have them either redirect SMS or issue a new SIM card and mail it to a random address. And this isn't even to talk about attacks on SS7, which more well-funded adversaries can pull off.

      So, now, the only real protection is whether the phone number can be found easily, if you already know the rest of the credentials. In most cases, that's unfortunately a really low hurdle.

      In other words, a half way determined and experienced attacker can subvert SMS authentication, if only they have enough of an incentive to spend the effort. There are countless reports of this attack succeeding. So, it's no wonder the US government (in this case NIST) discourages the use of SMS authentication.

      Fortunately, there is a modern alternative to the old token that EBay used to support. FIDO U2F tokens are cheap, you only need a single token for an arbitrary number of sites, they are provably secure against MitM and phishing attacks (something that EBay's old token didn't do), they are easy to use, they support having multiple backup tokens, and there are plenty of opensource implementations and very good documentation. There really isn't a good excuse not to implement FIDO U2F except for laziness.

    2. Re:Flaws.. by geekmux · · Score: 1

      Perhaps ebay have become aware of a security flaw in the keyfob, and are thus trying to migrate users away from them?

      Let's stop bullshitting here. eBay knows few users give a shit enough to even want to deal with MFA, so they're doing this as a cost-saving measure, and nothing more.

      Any keyfob that just displays a different code over time depends on the security of the initial seed value... If these values were compromised then so are all the tokens, and it wouldn't be the first time something like this has happened.

      If this in fact is the case, we could probably find evidence of an attack elsewhere. An void of evidence would tend to point at my initial statement above.

      The trouble with saying "less secure" is that it's highly subjective, even if you're in full possession of the facts (which we may not be)...

      Fact: 99.999% of the devices that will provide the SMS authentication to support MFA are smartphones, and smartphones have a fucking horrible security record. They are constantly getting hacked, rooted, and otherwise compromised, which is the exact reason NIST came out with recommendations to use dedicated hardware (like tokens), and not something like a smartphone to support MFA.

      A lack of transparency is a problem as always... These companies are a black box, and we the users/customers are expected to just accept what they tell us without having any idea of their internal processes or code etc.

      When in doubt, my initial statement stands. Companies are cheap, and users don't give a shit about strong security anymore.

    3. Re:Flaws.. by Carewolf · · Score: 1

      Perhaps ebay have become aware of a security flaw in the keyfob, and are thus trying to migrate users away from them?

      Their flaw is that they are literally unbreakable, so they are moving to something entirely trivial for most big interested parties to intercept and decrypt. I wonder why?

    4. Re:Flaws.. by Tokolosh · · Score: 1

      On the contrary, there is no flaw. This is frustrating the NSA, which has asked eBay to be more Patriotic. Would be a shame if something were to happen to their nice website.

      Does eBay/PayPay have a warrant canary?

      --
      Prove anything by multiplying Huge Number times Tiny Number
    5. Re:Flaws.. by David_Hart · · Score: 1

      On the contrary, there is no flaw. This is frustrating the NSA, which has asked eBay to be more Patriotic. Would be a shame if something were to happen to their nice website.

      Does eBay/PayPay have a warrant canary?

      The NSA doesn't need your login credentials for eBay to see what you are buying. I cross the border from the US to Canada for summer vacation and on occasion I bring eBay items back for family members. Canada charges tax on goods crossing the border into Canada that are going to be left there. The tax amount is based on the value. I always declare anything I bring with me but they sometimes double-check to make sure. I've seen them access account details based on eBay member ID. If the Canadian border patrol has this type of access, how much more does the NSA have?

      Granted, Paypal, as a financial institution, might be a different story....

    6. Re:Flaws.. by Hylandr · · Score: 3, Informative

      To extend what you started with.

      Text messages almost always get sent to a cell phone,

      Most cell phones are also logged into the same mail service that the ebay account will be using for the lost password recovery tool.

      Now without the dongle, one lost or stolen phone will offer the keys to the kingdom.

      --
      ~ People that think they are better than anyone else for any reason are the cause of all the strife in the world.
    7. Re: Flaws.. by fubarrr · · Score: 1

      True. Anybody with a low level access to a phone network can steal anybody's phone number with ease. Russians used the fake roaming requests to force British Telecom into routing MPs phone numbers to Russia. All you need to know is victims IMEI.

    8. Re: Flaws.. by fubarrr · · Score: 1

      And you can legally buy IMEI databases from most of phone operators, pretending you are a marketer.

    9. Re:Flaws.. by slashrio · · Score: 1

      I think they just want your cell phone number.

      --
      "Trump!!", the new Godwin.
    10. Re:Flaws.. by ptaff · · Score: 1

      I think they just want your cell phone number.

      It's the obvious primary key that can directly link to most of your interesting accounts online (all of those online services who in the name of "security" force you to reveal your phone number) and offline (credit cards, public services accounts); remember the real name policy that Google+ had? so pointless now thanks to "security".

  7. Re:Trump team intercepted, without foreigners in c by bongey · · Score: 0, Offtopic

    And the AP doesn't like their headline anymore. http://archive.is/zBZRx#select...

  8. They Terk Er Kerbs! by Anonymous Coward · · Score: 0

    Free hat!

  9. Re: Trump team intercepted, without foreigners in by Phil+Urich · · Score: 2

    Not only a longtime callback joke, but one that vastly improves on the troll-y original to be used *against* trolls. I heartily approve, Anonymous Sir.

    --
    I remember sigs. Oh, a simpler time!
  10. More Control by rudy_wayne · · Score: 5, Informative

    Since nobody ever actually reads the linked articles, here is what "Brian Kerbs" has to say:

    I asked eBay to explain their rationale for suggesting this switch. I received a response suggesting the change was more about bringing authentication in-house (the security key is made by Verisign) and that eBay hopes to offer additional multi-factor authentication options in the future.

    “As a company, eBay is committed to providing a safe and secure marketplace for our millions of customers around the world,” eBay spokesman Ryan Moore wrote. “Our product team is constantly working on establishing new short-term and long-term, eBay-owned factors to address our customer’s security needs.

  11. So, why? by Phil+Urich · · Score: 3
    From TFA:

    I asked eBay to explain their rationale for suggesting this switch. I received a response suggesting the change was more about bringing authentication in-house (the security key is made by Verisign) and that eBay hopes to offer additional multi-factor authentication options in the future. âoeAs a company, eBay is committed to providing a safe and secure marketplace for our millions of customers around the world,â eBay spokesman Ryan Moore wrote. âoeOur product team is constantly working on establishing new short-term and long-term, eBay-owned factors to address our customerâ(TM)s security needs. To that end, weâ(TM)ve launched SMS-based 2FA as a convenient 2FA option for eBay customers who already had hardware tokens issued through PayPal. eBay continues to work on advancing multi-factor authentication options for our users, with the end goal of making every solution more secure and more convenient. We look forward to sharing more as additional solutions are ready to launch.â

    Although that doesn't fully explain why they felt the need to take things in-house. Possibilities that occur to me: 1. The backend they need to use for the old fobs is hellish to maintain. 2. Verisign charges them a lot of money and so some manager decided they should ditch the external methods for the sake of profit. Or some other sort of falling out between eBay and Verisign, but isn't it always about hope for higher profits? Speaking of... 3. It doesn't actually cost them much, but they want to develop their own in-house methods to then re-sell because upper management is still regretting spinning off PayPal and they want to create another such more universal middleman. Consider this the "??? Profit" possibility.

    --
    I remember sigs. Oh, a simpler time!
    1. Re:So, why? by Anonymous Coward · · Score: 0

      There is ABSOLUTELY NO REASON ebay and everyone else cannot use TOTP (aka: what internet idiots call "google authenticator").
      It is completely secure if used properly, it costs $NOTHING to deploy and use, and it preserves your right to privacy.

      The REAL REASON phone auth is used all over the internet is to collect and abuse metadata about you.
      And you all fell for it.

  12. Re:People still use Fleabay? by Anonymous Coward · · Score: 0

    You still have a TV???

  13. $5 fob? by Anonymous Coward · · Score: 0

    I got it for free way back when they first offered them.

  14. Re: People still use Fleabay? by cyber-vandal · · Score: 2

    Yes they do you fucking elitist bellend

  15. Re:People still use Fleabay? by geekmux · · Score: 1

    What with all the "it's broken" scammers, and the gray market crap being peddled. Who still uses the former auction site?

    Perhaps you're right.

    After all, there's nothing but honest reviews at Amazon, with ethics ensuring no chance of grey-market product being sold there...

  16. Re:People still use Fleabay? by Anonymous Coward · · Score: 0

    The rampant shill bidding was a deal killer for me. The place is a sick, pathetic joke.

  17. Paypal too by RubberDogBone · · Score: 2

    PayPal and eBay shared the same keyfobs for a long time, but sometime about two years ago, PayPal logins stopped working for me and nobody from their side could figure out why. Long story short, the only fix was to turn off the keyfob and use PIN codes sent by SMS.

    I am not sure if this really impacts security as PayPal was trivially easy to social engineer and have the keyfob taken off a target account, so having a keyfob on your account really didn't mean that much.

    Now eBay is doing the same thing. Oh well.

    --
    Sig for hire.
    1. Re:Paypal too by mhkohne · · Score: 1

      PayPal and eBay shared the same keyfobs for a long time, but sometime about two years ago, PayPal logins stopped working for me and nobody from their side could figure out why. Long story short, the only fix was to turn off the keyfob and use PIN codes sent by SMS.

      I am not sure if this really impacts security as PayPal was trivially easy to social engineer and have the keyfob taken off a target account, so having a keyfob on your account really didn't mean that much.

      Now eBay is doing the same thing. Oh well.

      Interesting - my fob never stopped working. I changed over to using the android app instead of the physical fob (because my old fob looked like it had been through the wash too many times), but I've never had a problem with it.

      My guess is that Paypal/Ebay don't actually know enough to debug subtle problems with the system, so you got screwed.

      Annoying, and now we all get to be annoyed.

      Note that so far my sign-in still works with the app - they haven't actually started forcing people off of the fob yet.

      --
      A thousand pounds of wood moving at 300 feet per minute. Don't get in the way.
    2. Re:Paypal too by choovanski · · Score: 1

      I'm still using the same keyfob that I got when they were first offered. eBay still asks for the code but a year or two ago Paypal changed their setup. Now when I log in to them I have to type in my password with the code tacked onto the end. (example: password123456) Perhaps your email client ate the memo?

    3. Re:Paypal too by sidetrack · · Score: 1

      I had the same problem with paypal tokens stopping working. Paypal and ebay tech support were clueless...

      I eventually stumbled on the fix by clearing all paypal / ebay cookies from my browser.

      It'd be nice if they took up Fido U2F, since they're part of the bloody standards group for Fs sake... https://www.paypal-engineering.com/tag/fido/

  18. Re: Trump team intercepted, without foreigners in by bongey · · Score: 0

    Information is coming from a NSA whistle blower, not from FBI,CIA,NSA policiatial mouthpieces. Good job Democrats you turned the your Russian Unicorn into your own Watergate. https://www.c-span.org/video/?...

  19. Re: People still use Fleabay? by the_Bionic_lemming · · Score: 2

    Yep, Amazon has a book I want - typically ships in 1 or 2 weeks.

    Ebay has it for the same exact price and I ordered it last night and it's on the way. Ebay also had a better selection of Jeep Roofs, and my new one is at home waiting for a warm day for me to replace my old one.

    As to the key fob versus text? they can't spam your keyfob.

    --
    _ _ _ Go for the eyes Boo! GO FOR THE EYES!
  20. More paranoia by Anonymous Coward · · Score: 0

    Hardly anyone ever tries to crack an eBay account. Why would they? What is there to gain? Hardly anything. So nobody would waste their time trying different passwords. A look at web server logs shows that this is indeed the case. And anybody who can steal a password can also probably steal a key fob.

    We need to instigate a higher level of trust in society. Otherwise we will end up with the kind of society we have right now. We should be able to do a lot better. A good password should always be perfectly adequate.

    1. Re:More paranoia by k6mfw · · Score: 1

      Exactly. Not sure what to gain if hack a ebay account unless make bids or buy-it-now of cheap crap from China that is always relisted again (and again, again, again). It seems their business model is best suited for those that do it full time. Those wanting to unload junk (but there are buyers who find these as treasures) like they do at a garage sales or flea markets probably find ebay difficult to work with.

      --
      mfwright@batnet.com
  21. Major privacy invasion by markdavis · · Score: 2

    >"Now, Ebay is asking me to switch from the key fob to text messages, the latter being a form of authentication that security experts say is less secure than other forms of two-factor authentication (2FA)."

    It is not just that it is less secure... it is AN INVASION OF PRIVACY. There is absolutely NO WAY I am going to give my cell phone number to Ebay, Microsoft, Amazon, Bank of America, or any other company. It is a marketing wet-dream for them to get that information such that they can spam you with impunity in the most egregious and annoying way I can think of, and sell that information to others.

    This is not a move to increase security or improve convenience for the end user. It is to lower THEIR cost and to increase THEIR knowledge about their users. And it is so common now it is shocking... and people just give it up!

    True story- a group of us went to TGIFriday's for dinner last week. We approached the hostess and told her 4 people. We expected to get a pager/fob. Nope, she asked us for our phone number! Every one of us in the group said "you have to be kidding" not over our dead bodies! We asked her "seriously? People will give you their private cell number for this?" She said almost nobody bats an eye." Of course we declined and they had to physically come look for us when the table was ready.

    1. Re:Major privacy invasion by AntiSol · · Score: 1

      Yuuup. And it's not the first time, either. Try sending a GPG-signed email via ebay. You'll get a response back telling you that your email has been blocked "for security reasons".

    2. Re:Major privacy invasion by Anonymous Coward · · Score: 0

      Now they have an excuse not to tell noisy people to turn their f***ing phones off.

    3. Re:Major privacy invasion by Opportunist · · Score: 1

      But of course they get a phone number from me. Same way they get an email address. Every single one gets a different one. And when a telemarkedroid calls, you know exactly which company is insecure enough to hand it over, and who not to trust with any actually critical information.

      --
      We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
  22. I hope they find a better way. by Neuronwelder · · Score: 1

    Imagine in the future, that you have collected hundreds of fobs, just to get access to things.

    1. Re:I hope they find a better way. by markus · · Score: 1

      That's why you don't implement some random proprietary protocol, but instead go with a standard like Fido U2F. You only need a single token for an arbitrary number of sites

  23. Of course ... by PPH · · Score: 1

    ... this means they'll need your phone number.

    Phone numbers are the new SSN. Particularly since telcos have been given immunity for handing your metadata over to every TLA and creditor that asks for it. Just try doing business with anyone and, when they ask for your phone number, just tell them you don't have one. Watch them shit themselves.

    --
    Have gnu, will travel.
  24. Ebay wants everyones phone number by Anonymous Coward · · Score: 0

    This is not about security

  25. ebay? by Anonymous Coward · · Score: 0

    Who the fuck still uses eBay?

  26. Re: People still use Fleabay? by Anonymous Coward · · Score: 0

    It was the unevidenced assertions that did it for me.

  27. Re: Trump team intercepted, without foreigners in by Anonymous Coward · · Score: 0

    What? Just a couple days ago, Nunes, Gowdy, et all were making sure the world knew that anyone leaking information should be going to jail. Suddenly Nunes is A-OK with a leaker from NSA? Republicans are a bunch of hypocrites as usual.

  28. Re: People still use Fleabay? by Anonymous Coward · · Score: 0

    I've been a member since 1997. I have plenty of evidence.

  29. Re: People still use Fleabay? by the_Bionic_lemming · · Score: 1

    Prove it.

    --
    _ _ _ Go for the eyes Boo! GO FOR THE EYES!
  30. Re: Ironic that... my eBay/PayPal keyfobs just die by fubarrr · · Score: 1

    Anybody with a low level access to a phone network can steal anybody's phone number with ease. Russians used the fake roaming requests to force British Telecom into routing MPs phone numbers to a Russia. All you need to know is victims IMEI.

  31. ebay by Anonymous Coward · · Score: 0

    Well, this is the company that is still serving up malware injected ads.

  32. 2FA SMS compromise needs an idiot user by Anonymous Coward · · Score: 0

    The way 2FA is compromised, is when idiot users install apps on their phones bypassing recommended settings.
    SMS proxy functionality is the issue, not the channel of 2FA itself.
    to compromise 2FA sms - sms proxy trojan apps are in play. simple don't install CRAP.

    so that said, this is a typical article that overstates the actual understanding of channel security vs PEBCAK (or in this case, between carrier and device).

    flame on as much as you want, bottom line - the definition of insecure"implied here is typical of FUD BS rife in the industry .

  33. Re:People still use Fleabay? by Anonymous Coward · · Score: 0

    I've discovered that anyone who uses a "cutsey" derogatory version of any name/person/thing is almost always worth completely ignoring. "Fleabay, Micro$oft, TeaBaggers, Republitards, Dumbocrats, MAFIAA" ... any of that equals a 1-way ticket to "your contribution is worthless"-ville.

  34. How to "fix" a bug by Anonymous Coward · · Score: 0

    PayPal have had this issue forever where the checkout page is unaware of 2FA and goes into a stall displaying a "waiting" rotating icon. PayPal support are really incompetent when this issue is brought up.

    Maybe this is their "fix" for this issue.

  35. SMS/phone auth or 2FA is extremely dangerous by Anonymous Coward · · Score: 0

    This is an account of something that is really happening in Brazil, and so widespread that it was actually aired on prime national TV by the largest network in the country (Globo). It targets whatsup, but it would work on anything that uses SMS or voice calls as a 2FA, as the sole auth factor (whatsup before its 2FA feature), or as a password recovery option (facebook, google, and others when you provide them with your cellphone number and allow them to use it to help password recovery).

    This episode in Brazil is likely one of the key drivers for why WhatsUp deployed 2FA *worldwide* out of the blue: they *knew* it was necessary *yesterday*, because it was being actively exploited by common criminals. And in fact, it really isn't everyday in Brazil that you get large TV networks *teaching* you to enable whatsup 2FA on prime time... there were a lot of victims.

    The attack is exactly the scenario every security researcher has always warned about SMS-based auth: the risk of attackers being able to re-route (or otherwise read) the SMS contents (and often, voice calls) is both typically unknown, and likely to be medium or high. The current recommendation is to *disable* and remove any phone-based (SMS, voice, etc) auth or password recovery options on any service *and* use random, nonsense alphanumeric strings (such as piping 512 bytes of random data into a sha256 checksummer) as the replies for any "security questions".

    And, it turns out, at least in Brazil, that risk of a cellphone line being easily rerouted was not medium, or even high, it was *extremely high* (and for all I know, it still is).

    Unfortunately, the TV broadcast lost the opportunity to warn people away from any sort of SMS-based or cellphone voice-call based auth, likely because lots of shitcrap banks and internet services do it for many different reasons. Even Google and other supposedly-to-know-better services do some sort of phone callback-based auth. In Brazil, enabling SMS-based auth or phone-verification auth/password recovery on *anything worth of value* is actually putting your cellphone line at extreme risk of being temporarily stolen, i.e. it can actually decrease your overall security a lot...

    Here's how (and why) it worked: turns out that *temporarily* stealing your cellphone number (and thus receiving all of your voice calls and SMS!) is actually safer and easier than stealing (and maybe unlocking) your cellphone. All you need is to bribe a lowly-paid employee of a cellphone operator's retail outlets (who can exchange SIM cards and enable new SIM cards). Really. And they won't charge much, either, US$ 50 or less would be expected.

    In whatsup case, it was even easier to do because it was not yet SMS-based 2FA, it was SMS-based auth. So, you would activate an "illegal SIM" tied to the victim's phone number with the help of the bribed cellphone company employee (this causes service to get weird and eventually entirely disabled on the victim's phone), install whatsup and do the "new phone" procedure, download all previous whatsup data from the victim and store it, then destroy the illegal SIM and revert the SIMphone number binding. Wait enough time to break the time-casuality relationship in the victim's mind, and perform the second stage of the attack on the victim.

    The scammers would use the stolen whatsup history to either blackmail the victims (not many reports of these, for the obvious reasons), or to learn enough background to help them tick the victims into sending them money. If you are going to go that target-specific for simple scams that will not net much more than US$ 5k, and often a lot less, you are also going to do it when you get spyware-sourced account information.

    So, do yourself a favor, and ensure stealing authentication information from you is actually 2FA, which will *not be true* if all one needs is to reroute your phone number, and either directily or through the use of password recovery, get into your email or DNS accounts (typically to bypass further 2FA/password recovery on high-valued twitter/email/corporate accounts), etc.

  36. Re:People still use Fleabay? by Opportunist · · Score: 1

    Hey, the "Music And Film Industry Association of America" is a valid acronym!

    --
    We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
  37. Re:Trump team intercepted, without foreigners in c by Opportunist · · Score: 1

    It's not that it's being blocked, it's more that nobody really gives a shit.

    --
    We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
  38. I almost never use Auction... by hackwrench · · Score: 1

    Only ever 'Buy it now'. Just about given up on buying anything even remotely electrical from China or Malaysia. Don't know who's selling factory rejects among other issues.

  39. Re: People still use Fleabay? by Anonymous Coward · · Score: 0

    Oh look, a comedian.

  40. Re: Trump team intercepted, without foreigners in by Anonymous Coward · · Score: 0

    FBI, CIA, and NSA aren't political mouthpieces.

    Comey hurt Clinton by blabbing about the email investigation right before the election, and he hurt Trump recently by denying agency involvement in "wiretapping". Fucking over both sides = not playing politics.

    CIA and NSA keep to themselves. Not exactly a surprise there.