Earlier quoted context omitted.
There are some groups building 'armageddon' mesh-based hand-held communicators like Meshtastic. Converged hardware is already there. The network probably is too in more and more metros if you're not within a few km of what you're trying to communicate with/track. https://meshtastic.org Map: https://canvis.app/meshtastic-map
This looks interesting, but device itself looks like it wouldn't survive fall on the floor, let alone armageddon. Just joking.
Find You: Building a stealth AirTag clone
31–40 of 105 posts
Re: Find You: Building a stealth AirTag clone
#32Why not build your own tracker that doesn't rely on Apple. You only have to have GPS, LoRaWAN, MCU, battery, and antenna, That's about it.
Can you get onto a lorawan network without some kind of service contract? Seems like it would leave a paper trail for investigators to follow, whereas the pirate AirTags described in the article are anonymous commodity hardware using the victim's Apple devices for connectivity.
Re: Find You: Building a stealth AirTag clone
#33Earlier quoted context omitted.
Because: - using a cellular modem requires a high capacity battery - if you hide a tracker well, it probably won't have a good GPS reception Apple's BLE-based network solves both of these problems.
> using a cellular modem requires a high capacity battery The example third party AirTag clone described on the linked page is powered by a full size USB power bank.
It could easily be optimized for power and size. Sure, it will have to use more power than a vanilla airtag, because it's doing (slightly) more, but not enough to make a significant difference.
Re: Find You: Building a stealth AirTag clone
#34Does this mean that Apple is failing to validate the capability of things that purport to be AirTags? Or that the BLE protocol is just not powerful enough to have Apple signatures on each broadcast public key? If it's the latter, it might mean that the entire AirTag product line is dead in the water.
Yeah I don't understand this. Surely airtags have to be registered, and when an iPhone sees tag 3957375967 Apple's servers look that up and say "oh it's registered to Billy Bob; I'll tell them". But if your fake airtag rotates through 2000 IDs how do you register them all?
Re: Find You: Building a stealth AirTag clone
#35Re: Find You: Building a stealth AirTag clone
#36Re: Find You: Building a stealth AirTag clone
#37Does this mean that Apple is failing to validate the capability of things that purport to be AirTags? Or that the BLE protocol is just not powerful enough to have Apple signatures on each broadcast public key? If it's the latter, it might mean that the entire AirTag product line is dead in the water.
Apple will probably say something to the effect of, "we didn't have to put anti-stalking technology in, and it works well for the 99% of use cases." The common stalker will not have the technical skills to build their own custom-firmware version of a BLE-enabled system. I don't think this revelation will kill the product line.
Re: Find You: Building a stealth AirTag clone
#38Earlier quoted context omitted.
It is a difficult technical problem for Apple to solve all of the corner-cases. The article shows the screenshot of seemingly 100 unique FindMy devices around this guy's personal residence... there may be some characterization work that can help solve that so an iPhone user would get the alert message. But Apple will continue to promote it and dismiss or downplay these security concerns.
The problem is easy to solve, just store copies of all public keys of each air tag you send out. Air Tag messages with unknown public keys just get dropped on their server side checks.
Re: Find You: Building a stealth AirTag clone
#39Other trackers don't tell you they are tracking you though, what about those.
Airtags are unique in that they use every iphone in the world as part of the network which tracks them and reports their locations. So, unlike GPS trackers or competing Bluetooth trackers, AirTags can do two things: * Last for a very long time on a small battery, no recharging required. * Reliably report location anywhere in the world that an ordinary person is likely to be.
What happens inside buildings when the phone doesn't have a fix? Does it store the tag's key and sends it as soon as it gets gps data?
Re: Find You: Building a stealth AirTag clone
#40Earlier quoted context omitted.
The problem is easy to solve, just store copies of all public keys of each air tag you send out. Air Tag messages with unknown public keys just get dropped on their server side checks.
A core selling point of Airtags is that other people's iPhones help you find your AirTag. That's also what makes them effective trackers. It's a bit of an unsolvable problem.
So the phones will still relay the beacons to Apple, who can then do things and just reject messages from these fake tags.
(I worked for a Medical Device Company that set all of this up within our supply chain).