• Dark Arc
    link
    fedilink
    English
    29
    edit-2
    1 year ago

    Pretty much all modern phones randomize the MAC address everytime they connect to a network unless the user explicitly says not to do that.

    • 𝒍𝒆𝒎𝒂𝒏𝒏
      link
      fedilink
      6
      edit-2
      1 year ago

      randomize the MAC address everytime they connect to a network

      +1, had issues using Android devices for presence detection because of this very useful privacy feature. Even on your home network, the MAC address and device hostname get randomized, unless disabled in the settings

      Edit: typo

    • @[email protected]
      link
      fedilink
      41 year ago

      When there’s a Captive Portal like the screenshot, many devices use a random but persistent mac for that network avoid reauthorization after any network drop. This will make your access to the specific network trackable.

      • @[email protected]
        link
        fedilink
        21 year ago

        But can’t you go manually forget the network in your device network options to circumvent this?

        • @[email protected]
          link
          fedilink
          English
          31 year ago

          This is actually just part of stock Android. My Pixel 5 has MAC randomization on by default for new Wi-Fi networks.

          • @[email protected]
            link
            fedilink
            English
            21 year ago

            It’s per-network, not per-connection. Though that option does exist but is hidden away under developer settings.

              • @[email protected]
                link
                fedilink
                English
                11 year ago

                It’s not at the packet level - by default on gOS (and a dev option on stock pixels), every time you connect to a network, even ones you have connected to prior, you get a new random MAC. The standard aosp/pixels do one random but persistent MAC randomization. This only helps marginally from a privacy standpoint. Per-connection makes this data point useless, thereby increasing privacy.

      • Dark Arc
        link
        fedilink
        English
        11 year ago

        I’d assume after a certain amount of time or after moving far enough away from the network it “forgets” the last randomized MAC address?

        It doesn’t really make sense to store these things long term.