AirTag and SmartTag: How to Detect If a Bluetooth Tracker Is Following You
Phones can now warn users when an unknown Bluetooth tracker such as an Apple AirTag or Samsung SmartTag is moving alongside them for an extended period. The alerts do not automatically confirm stalking, since the same tags can be left in taxis, rental cars or borrowed bags, yet they should never be ignored.
AirTag and SmartTag are small Bluetooth devices roughly the size of a large coin. Owners attach them to keys, bags, luggage, bicycles or pet collars so the items can be located on a map through the phone app. The tags themselves contain no GPS chip, SIM card or microphone; they simply broadcast a short Bluetooth signal that nearby phones anonymously forward to the owner.
Apple’s network is called Find My and draws on millions of iPhones, while Samsung uses SmartThings Find and Galaxy devices. Google operates a similar Android Find Hub network. The more phones nearby, the more accurate and frequent the location updates become.
What the notification actually means
An iPhone running iOS 17.5 or later may display a message that an AirTag or compatible tracker is traveling with the user. Android devices show a comparable alert about an unknown tracker that has been moving together with the phone owner. The warning triggers only when the tag is separated from its registered owner and stays near the user for a prolonged time.
Users should become concerned if the same unknown tag appears repeatedly, follows them after meetings or trips, or triggers alerts near home or in locations where strangers should not have access.
Immediate steps after receiving an alert
- Take screenshots of the notification, map and timestamps before dismissing anything.
- Do not turn off Bluetooth, as it is required to locate the device.
- Move to a public area, contact a trusted person or call emergency services if the situation feels threatening.
- Search bags, clothing, strollers and recently received items.
How to locate the tracker
On iPhone, open the alert card to view the route, play a sound on the tag or scan nearby. The serial number can be read via NFC by bringing the tag close to the phone. On Android 6.0 and newer, search settings for “unknown trackers” or use the open-source AirGuard app for additional scanning of Apple and Find My networks.
Start the physical search with items that stay close to the body: bags, coats, wallets, laptop cases and car interiors including door pockets, under seats and floor mats. Never attempt to disassemble wiring or crawl under a vehicle; instead contact police or a service center.
Evidence and police involvement
Photograph the tag in place, preserve all notifications and route data, and record the serial number if displayed. Do not discard or hand the device to a suspected owner. File a police report when a tag is found inside personal property without explanation or when accompanied by threats or stalking behavior. In life-threatening situations call 112.
Reducing future risk
- Keep iOS, Android, Google services and SmartThings updated.
- Review location-sharing permissions in Find My, Google Maps and messaging apps.
- Remove unknown devices from Apple ID, Google and Samsung accounts.
- Enable two-factor authentication and change passwords after relationship changes or device loss.
Related articles
Google to Add Explicit Content Warnings in Android System Photo Picker
Google is preparing a new safety feature for the system photo picker in Android that will scan images and videos for explicit or nude content. The tool is designed to warn users before they share intimate photographs, whether accidentally or due to a momentary lapse in judgment. This functionality will operate at the system level, meaning it applies across multiple apps that use the built-in photo selector. The feature aims to reduce the risk of unintended distribution of private images that could lead to embarrassment or privacy violations. By integrating the check directly into Android, Google seeks to provide a consistent layer of protection without requiring third-party applications to implement similar logic themselves.
LG Smart TVs Record Audio in Standby Mode and Scan Home Networks for Advertising Data
Researchers from the Gamers Nexus YouTube channel analyzed multiple LG OLED television models, including the LG G5 series, and discovered that the devices continue to capture audio through built-in microphones even when the screen is off and the television is in standby. The TVs scan local networks to identify smartphones and smartwatches, collect internal IP addresses, available Wi-Fi network names, and location data. When internet connectivity is removed, audio recordings are stored locally and transmitted once the connection is restored. The devices also employ Automatic Content Recognition (ACR) technology to generate digital fingerprints of viewed content, with the resulting data reportedly sent to LG Ad Solutions for targeted advertising. Additional vulnerabilities were identified in webOS that could potentially allow remote code execution. LG has not yet commented on the findings, and experts recommend disconnecting the televisions from the internet and using external streaming devices until official clarification is provided.
Engineer Details Six Weeks Spent Training and Testing Signature Redaction Models for Closed-Loop Document Anonymization
A detailed case study describes attempts to automatically redact handwritten signatures from scanned and text-based PDFs containing personal data such as names, phones, addresses and signatures. The work was performed inside an air-gapped environment on a single GPU machine with no internet access. Multiple approaches including color-based ink gates, pre-trained YOLO detectors, custom-trained YOLO11s models, Tesseract OCR heuristics and various vision-language OCR engines were evaluated on 492 real pages plus synthetic augmentations. Key findings include rotation handling bugs, line-assembly failures in Tesseract, the necessity of using apply_redactions instead of draw_rect for true removal, and the limited value of vision models once rule-based pipelines are mature. The final pipeline reduced expensive vision-model calls from 50 pages to 18 pages while achieving zero leaks across thousands of redactions. The author also measured twelve OCR engines and demonstrated that combining PaddleOCR detection with Tesseract recognition yields the best accuracy-to-speed trade-off.
pg_anon Open-Source Tool Receives Major Updates for PostgreSQL Data Masking and Partial Database Operations
Tantor Labs has released version 1.11.0 of pg_anon, an open-source utility designed to mask personal data in PostgreSQL databases while preserving structure and relationships. The update introduces packaging as a standard Python package, support for partial dumps and restores using whitelist and blacklist dictionaries, and improved handling of complex schema elements such as partitioned tables, generated columns, and custom types. Performance improvements include switching the dump engine to asyncio, single-query metadata collection, and on-the-fly gzip compression to reduce memory usage on large databases. New CLI options allow clean or drop operations on target databases, privilege ignoring, and passthrough of pg_dump and pg_restore flags. A REST API was added to enable integration into CI/CD pipelines and automated self-service systems for nightly masked database refreshes. The tool helps organizations comply with data protection requirements by creating pseudonymized copies suitable for development, testing, and contractor environments.