←back to thread

1957 points apokryptein | 2 comments | | HN request time: 0.001s | source
Show context
simonw ◴[] No.42911941[source]
Anyone understand why an apparently accurate latitude/longitude showed up in one of those traces despite location services not being enabled for the app in question?
replies(4): >>42911991 #>>42911992 #>>42913482 #>>42916172 #
ActorNightly ◴[] No.42913482[source]
Phones send out probe requests to get a list of open wifis. If you have a static access point, with a known geo location, software can be running on that point to remember a mac address of the phone from a probe and store it. Thus enabling real time tracking.

Im like 60% sure this is how they figured out who the Bomber was in Austin TX.

replies(2): >>42920034 #>>42945935 #
rpigab ◴[] No.42920034[source]
This is also why some Chinese apps put everything inside a single app and request every permission there is, then track you through Wifi SSIDs seen by your device.
replies(1): >>42927113 #
megous ◴[] No.42927113[source]
Almost no mobile apps need to know the mac addresses of anything, let alone SSID/BSSID. Why would OS give this info up to some app?
replies(1): >>42930723 #
rpigab ◴[] No.42930723{3}[source]
Apps that have to link hardware via Wifi sometimes do, they take complete control over wifi in order to create a wireless access point and make the device connect to it during setup. I think Nikon camera remote control does this, also Meta Horizon, with Meta Quest VR headset, IIRC.

There's also Wifi ranging feature, but it shouldn't need to expose SSIDs to the app, I don't know the API, it should be limited to giving a precise location:

https://www.androidheadlines.com/2024/11/android-15-wi-fi-ra...

replies(1): >>42935510 #
1. megous ◴[] No.42935510{4}[source]
That sounds like something that's also not that risky. Short lived, temporary access point with randomized BSSID/mac address should not be useful for long term tracking if done well.
replies(1): >>42945724 #
2. rpigab ◴[] No.42945724[source]
It is not, if the developer only does what is expected. I believe when you have to perform this, the Android authorization asked to the user is complete control over the network adapter settings.