I watched a couple really interesting talks from this past Def Con. In one of the talks, Snoop Unto Them As They Snoop Unto Us, Null Agent points out that all Axon equipment (the company putting tasers on drones) share the same organizationally unique identifier (OUI) and communicate via Bluetooth Low Energy. When you pull your firearm or taser from an Axon holster, it can be set up to signal your bodycam to automatically turn on, for example. So by snooping on the BLE data channels you can look for Axon’s OUI and infer that a law enforcement officer is within your Bluetooth range (max 300ft or so in optimal conditions).
That’s all this script does. If it detects Axon equipment it plays a sound, alerts on your terminal, and logs the MAC address / time of encounter. I run it on my laptop in my living room with a super cheap Bluetooth adapter and I get notified when there are cops outside. Couple this with listening to your local police / public safety radio and you’ll never be surprised by a no-knock again.
Hi JudCrandall, I am trying to get in touch with you could you please check your private messages
This will be awesome for my meth lab in the basement on 1600 Pennsylvania Avenue NW in Washington, D.C.
Greedy ole companies using pre existing tech to make their shit cheaper while sacrificing security. Thank you, greedy tech company.
A company reusing “pre-existing tech” doesn’t really seem to be the issue here. Were they supposed to invent a whole new communication protocol for this use case?
The issue I see is that they didn’t bother to obfuscate the MAC address of their BLE equipment. Maybe there is a reason they’re not allowed to change the OUI of their BT transmitter?
Make it an app, sell it on the darkweb, profit.
Make an app. Sell it normally (it’s not a crime). Call it a day
You can set the price higher if you pretend it’s illegal
Capitalism, baby.
Fascinating… I’m in Seattle, where apparently Axon tech is in use.
How frequently can bluetooth scan for new devices? I wonder if one was to use a high gain 2.4ghz antenna if the range could be increased enough to detect cops from a moving vehicle.
Doing so would get around Virginia’s and DC’s radar detector laws as both laws state you aren’t allowed their speed guns but says nothing about detecting the cops themselves.
You can adjust the wait between scans in the script, I have it set to 12 seconds by default. But if you set it to 1, I think I anecdotally found it complete a scan every 5-6 seconds with my setup. It detects cop cars driving by at night if I leave it on in my living room.