So my company decided to migrate office suite and email etc to Microsoft365. Whatever. But for 2FA login they decided to disable the option to choose “any authenticator” and force Microsoft Authenticator on the (private) phones of both employees and volunteers. Is there any valid reason why they would do this, like it’s demonstrably safer? Or is this a battle I can pick to shield myself a little from MS?

  • Carighan Maconar
    link
    fedilink
    229 days ago

    Yeah but that’s a wholly different attack, and oodles more complex to pull off. Doable, sure. But it’s absolutely not the same thing as phishing for a valid 2FA code that is generated user-side.

    And don’t get me wrong, both are overall very security. But there is a case to be made for push auth.

      • @AtariDump@lemmy.world
        link
        fedilink
        128 days ago

        One requires the user to go to a bad page and get a spoofed 2FA code so the bad guy can log in.

        Do you know how hard that is? Not worth it for 99% of hacks.

        The other requires that the user read off their six digit code on their device.

        Trivial easy since they already have the user’s password.

          • @AtariDump@lemmy.world
            link
            fedilink
            228 days ago

            How does the bad guy get to the page?

            Then how does he get the user to enter in that code into their mobile device?

            • @Nighed@sffa.community
              link
              fedilink
              English
              128 days ago

              You can probably get the URL for a companies SharePoint pretty easily, but you need a login. You are able to get a PAs credentials through a phishing link etc but need the 2fa code.

              You do the IT phishing attack (enter this code for me to fix your laptop being slow…), get them to enter the code and now you have access to a SharePoint instance full of confidential docs etc.

              I’m not saying it’s a great attack vector, but it’s not that different to a standard phishing attack.

              You could attack anything that’s using the single sign on. Attack their build infrastructure and you now have a supply chain attack against all of their customers etc.

              It helps but its not enough to counter the limits of human gullibility.