Live data from Hacker News

Viewing profile — SpaethCo

SpaethCo

HN member
Joined
Sat, Dec 02, 2017, 1:38 AM UTC
HN karma
166
Public activity
32 items

About SpaethCo

No profile information was provided.

Recent public activity

  1. comment
    Comment #39475008

    > Yes, it can be phished if you fall for that, but it removes several attack vectors. How was the first factor (the password) compromised? Assuming the user is using site-unique pa…

  2. comment
    Comment #39474950

    That's assuming your attacker already has your password, or the service allows SMS password reset. (thus negating the second factor. Essentially SMS becomes the only factor.)

  3. comment
    Comment #39472935

    TOTP or SMS, it's just another text password you're entering in that's fully phishable. TOTP just "feels" more secure.

  4. comment
    Comment #26352365

    Those margins are misleading because they're _multi_ service operators, and accounting standards require that you can only list direct costs. Revenue is easy: how much did you take…

  5. comment
    Comment #25508835

    > Integrating a password manager with a browser is too fragile and risky way of using both. It is best to have them fully separated so they can't communicate. They should communica…

  6. comment
    Comment #25508717

    So if a site is compromised and requires a password rotation, do you just never use that site again?

  7. comment
    Comment #24068406

    All the encryption happens client-side. For this to be a problem you not only have to gain access to the blobs stored on their service, but you also have to be able to decrypt them…

  8. comment
    Comment #22022041

    This is technically true, but the most likely scenarios that result in the discovery of your secret key (128bits of entropy) + master password (?? additional bits) involve things l…

  9. comment
    Comment #20739676

    > Not at all. TCP already does its own rate limiting without external throttling. Individually, cars brake on the freeway to avoid hitting the car in front of them. Collectively on…

  10. comment
    Comment #20663704

    The backup function is moving to Finder before iTunes disappears entirely.

  11. comment
    Comment #20663277

    True, but these days you can disable iCloud backups without giving up all that much. (it also re-keys Messages in iCloud when you turn off backups) Keychain, messages, and health d…

  12. comment
    Comment #20310944

    They offer ways to export your media via the Google Photos API, but you only get the "high quality compressed" version (even if you are storing in original quality) and it strips t…

  13. comment
    Comment #19795059

    2FA only helps if it's a 2-way authentication mechanism like U2F. TOPT codes are completely phish-able using ridiculously easy to setup kits out there like CredSniper[0]. Set up a …

  14. comment
    Comment #19422988

    You can be in control of your actual data pretty easily with gmail. One of the better options I’ve found for maintaining a local archive is the Got Your Back[0] script. It maintain…

  15. comment
    Comment #18944207

    In all honesty, it's probably not worth worrying about. The implementation of 2FA you're referring to here is just adding a 2nd secret, with a small twist of having time component.…

  16. comment
    Comment #18684926

    Fidelity already has best-in-class checking account features? The CMA account has mobile image deposit, free online bill pay, check writing (with free checks), free ACH transfers, …

  17. comment
    Comment #17680574

    While the new funds are attracting all the attention, I find these other changes more interesting: Expense Ratios have been slashed across existing funds: https://www.fidelity.com/…

  18. comment
    Comment #17669276

    You find examples like this all over the place: https://security.stackexchange.com/questions/49521/does-two-... It gets worse if you search around for people talking about how they…

  19. comment
    Comment #17669228

    This was also my first thought when reading this. It almost makes me wonder if it was really a SMS exploit at all — when someone has the user, pass, and 2FA code, that sounds to me…

  20. comment
    Comment #17620931

    > At least IPv6 is getting developed and it's is easier to update than DAB, so one can hope that one day in the far future it becomes usable to people like me. Millions of people u…

  21. comment
    Comment #17598124

    Proxying the authentication isn't really an "advanced" attack. In a 19 minute video[0] the author of CredSniper[1] gives a complete walk-through for setting up his proof of concept…

  22. comment
    Comment #17597572

    > Google and Apple both have mobile (non-SMS) based two factor prompts that seem equally immune to phishing? Any "type in a code" or "approve this login (yes/no)?" authentication f…

  23. comment
    Comment #17594147

    > TOTP is very useful! Just use a TOTP authenticator app on your phone, and don't put them in 1Password. I was fully in that camp before I started talking with friends on red teams…

  24. comment
    Comment #17594026

    This is where it comes down to user behavior. One of the security engineers from Stripe gave a talk about this at Blackhat last year -- she had phishing campaigns that had users ig…

  25. comment
    Comment #17593946

    They got around 2FA over SMS because a number of services like GMail offered password reset via SMS as well as 2FA over SMS. It was the password reset process that was the most vul…