Zerotistic’s Linux client could receive live location data only for people who had already shared it with the researcher’s Apple Account. The project emulated Apple’s GrandSlam login, device enrollment, Identity Services, APNs, and Find My request flow to obtain authorized location keys.
Research answer

Create a landscape editorial hero image for this Studio Global article: How did the 22-year-old security researcher known as “Zerotistic” make Apple’s Find My People location-sharing system work entirely from a L. Article summary: Zerotistic did not break Find My’s encryption or bypass a person’s sharing consent. Instead, they reproduced enough of Apple’s undocumented account, device-enrollment, IDS, APNs, and Find My client behavior for Linux to . Topic tags: general, academic, education, general web, user generated. Style: premium digital editorial illustration, source-backed research mood, clean composition, high detail, modern web publication hero. Use reference image context only for broad subject, composition, and topical grounding; do not copy the exact image. Avoid: logos, brand marks, copyrighted characters, real person likenesses, fake screenshots, UI text, readable text, water
A security researcher using the name Zerotistic demonstrated that Apple’s Find My People service could be made to work from a Linux machine, despite Apple presenting the feature as limited to its own hardware. The result came from reproducing enough of Apple’s private account, enrollment, messaging, and Find My protocols for Linux to be accepted as an authorized device.
The important caveat is scope: the Linux client could read only a location share that the Apple Account was already permitted to receive. It did not bypass a contact’s sharing decision, locate arbitrary Apple users, or break Find My’s encryption.
Apple’s device restriction turned out to be an implementation and product-policy boundary in this path, rather than an absolute cryptographic requirement for Apple-made hardware. Once the Linux client supplied the account credentials, device identity, certificates, capabilities, and network behavior expected by Apple’s services, Apple’s servers treated it as another trusted receiver.
That distinction matters. The research did not show that anyone could simply query Find My from an anonymous Linux computer. It showed that a non-Apple operating system could reproduce the relevant client behavior after completing Apple’s authentication and enrollment steps.
The project connected several normally hidden pieces of Apple’s ecosystem:
Account authentication: Zerotistic used Apple’s GrandSlam login protocol. The reported flow included a Secure Remote Password exchange and two-factor authentication, producing account identifiers and a short-lived password-equivalent token.
Device enrollment: The client generated a PKCS#10 certificate-signing request containing a 2048-bit RSA key and a SHA-1 signature. It sent that request to Apple’s legacy authenticateDS profile-enrollment endpoint, which returned an Apple Identity Services certificate.
IDS registration: With the certificate and associated device material, Linux could register as an Identity Services-capable device, declare supported encryption types, subscribe to the required messaging subservices, and obtain Apple Push Notification Service delivery credentials.
Find My synchronization: The client reproduced the native Find My People request sequence, including initialization, refresh operations, and a SubscribeAndFetch request using intent: distributeKeysmode: proactive
Local decryption: The encrypted IDS payload contained relationship and SearchParty key material. Open-source pypush handled the push and IDS layer, while FindMy.py queried and decrypted the resulting Find My reports into location coordinates, timestamps, and accuracy data.
This was protocol emulation, not a forged Apple certificate. The server still issued the credentials after the account-authentication and enrollment sequence completed.
The demonstrated SubscribeAndFetch behavior suggests that Apple can deliver current location-key material to a newly authorized device after a sharing relationship already exists. That is a practical requirement for device replacement and account synchronization: users should not have to ask every contact to stop and restart location sharing whenever they add another device.
The reported payload included a relationship identifier, a key index, a 32-byte hashed-advertisement key, and an 85-byte private-key representation. Together, those fields indicate that Find My location-report decryption depends on relationship-specific and key-version-specific material that can be redistributed through IDS.
The public write-up demonstrates synchronization and rotation behavior, but it does not establish a universal key-rotation interval. That is an important limit on what can be inferred: the research exposes how current key state is delivered, not a complete public specification of Apple’s key-management schedule.
The tested client was deliberately narrow. It could read an already accepted location share on the researcher’s Apple Account, then process that data locally. The geofencing logic also ran locally, rather than through an Apple-side Find My feature.
According to the write-up, it had no functionality for:
That makes the result an interoperability and trust-boundary finding, not a remote arbitrary-person tracking exploit. The more realistic security concern is account or trusted-device compromise: if an attacker gained control of an Apple Account or enrolled an unauthorized device into it, shares already available to that account could potentially be exposed.
The Zerotistic demonstration and nRootTag involve different parts of Find My and present different threat models.
Zerotistic’s work focused on Find My People. It reproduced the receiver side of an existing, authorized sharing relationship. The account and device had to be accepted by Apple, and the person’s location had to have been shared with that account.
nRootTag targeted Find My Network and offline finding. The researchers reported that Apple’s service accepted Bluetooth address types beyond the expected random static addresses. That weakness could let an attacker make a Bluetooth-capable computer behave like an AirTag-style tracking beacon, using nearby Apple devices to relay its location without the target owner’s knowledge.
In short, Zerotistic’s project received data that an account was already authorized to see; nRootTag sought to create an unauthorized tracking primitive. Conflating the two makes the Linux demonstration sound more powerful than the evidence supports.
The stated motivation was consent-based automation. A friend who was already sharing their location agreed to a Linux system that would maintain local geofences and send Discord notifications when they arrived at or left specific places.
Zerotistic initially expected the task to involve an authenticated web request and estimated roughly an evening of work. The reverse engineering expanded substantially beyond that initial expectation. The available reporting does not establish a precise total duration for the completed project, so a more exact timeframe would be speculative.
The available cited reporting confirms the demonstration, but does not provide a verified public Apple statement addressing this specific Linux Find My People implementation, a confirmed fix, or a disclosed bug-bounty result.
That leaves the central lesson intact: restricting a feature to Apple hardware does not automatically make the hardware itself the security boundary. If server-side trust is granted based mainly on credentials, certificates, capabilities, and protocol behavior, a sufficiently compatible client on another operating system may be able to cross the product boundary—while still remaining constrained by the account permissions and cryptographic keys it legitimately obtains.
Studio Global AI
This page includes a source-backed answer you can continue inside Studio Global.
Zerotistic’s Linux client could receive live location data only for people who had already shared it with the researcher’s Apple Account.
Zerotistic’s Linux client could receive live location data only for people who had already shared it with the researcher’s Apple Account. The project emulated Apple’s GrandSlam login, device enrollment, Identity Services, APNs, and Find My request flow to obtain authorized location keys.
Unlike the 2025 nRootTag research, this was an authorized share interoperability finding—not a method for turning a computer into a covert AirTag like tracker.