I'm a pretty big fan of the rolling token 2-factor authentication model, with the app on your phone presenting you the rolling token. The Blizzard login app is the biggest single example that comes to mind. SMS really isn't secure, I think something like this could be a good next step to phase in.
I know someone whose 2-factor phone authentication was hacked...
41–50 of 75 posts
Re: I know someone whose 2-factor phone authentication was hacked...
#42The only way to do this properly is certificate-based 2-factor like with Google's Authenticator app.
Re: I know someone whose 2-factor phone authentication was hacked...
#43Earlier quoted context omitted.
Does the app notify you when authentication is attempted? The reason I still use SMS is that I will instantly get notified if someone has my password and attempts to access my account.
You cant log in without the App from an untrusted computer, the app is not connected to the internet, there are no notifications.
Re: I know someone whose 2-factor phone authentication was hacked...
#44The point is: Nothing is ever truly secure. Do what you can to avoid being the low-hanging fruit and you'll probably be OK.
No, I don't think that's the point. The point is more like "something I can access" is not a factor that's as strong as "something I know/am/have".
Re: I know someone whose 2-factor phone authentication was hacked...
#45I'm a pretty big fan of the rolling token 2-factor authentication model, with the app on your phone presenting you the rolling token. The Blizzard login app is the biggest single example that comes to mind. SMS really isn't secure, I think something like this could be a good next step to phase in.
I had no idea you could also do Google's two factor auth with SMS messages. That seems really flaky.
Re: I know someone whose 2-factor phone authentication was hacked...
#46If RSA 2-factor tokens can be hacked (or "stolen" I guess, but the effect is the same), there's not much hope for the rest of us. Still a whole lot better than not doing 2 factor.
The attack was on a phone call message for 2-factor authentication "Your one time password is XXXXXX. Please use this to login now" not an RSA token.
Re: I know someone whose 2-factor phone authentication was hacked...
#47That's basically how the auth works on with my online bank. I get a small calculator sized device that reads my debit card. I have to enter the card pin, a challenge code from the online transaction, and the amount - which then gives me a code to authorise the online transaction.
(The downside is that the devices are all identical - so anybody with one + a cloned card + my stolen login info can auth transactions - hey ho...)
Re: I know someone whose 2-factor phone authentication was hacked...
#48I'm a pretty big fan of the rolling token 2-factor authentication model, with the app on your phone presenting you the rolling token. The Blizzard login app is the biggest single example that comes to mind. SMS really isn't secure, I think something like this could be a good next step to phase in.
This is the same as the Google Authenticator app that people are talking about.
While it's possible to hijack someone's phone number, as demonstrated, it requires a relatively high amount of effort per target. Whereas if you compromise a network segment somewhere (with DNS and a rogue SSL cert or whatever you need), you could just sit there, farming authentication cookies. Have your MitM check the "authenticate this computer for 30 days" checkbox and you've got a nice little collection to work with.
Re: I know someone whose 2-factor phone authentication was hacked...
#49It annoys me that a trick is missed with the secure fob. Imagine that: the challenge screen includes the amount you are authorising and you type that amount into your secure fob along with the challenge code That's basically how the auth works on with my online bank. I get a small calculator sized device that reads my debit card. I have to enter the card pin, a challenge code from the online transaction, and the amou…
Re: I know someone whose 2-factor phone authentication was hacked...
#50Two-factor authentication using phone numbers is a huge privacy breach, especially when you're dealing with websites that have no business knowing your phone.
And rolling code tokens aren't feasible for anything except some really high-security applications. Even there, I doubt they are really much more secure than a USB stick with your paraphrase-protected private key. Sure, you can't copy the token, but that doesn't just add to security, it detracts from usability.