- 1.- Geolocation fundamentals
- 2.- Native methods on the device
- 3.- Carrier-data access and cell triangulation
- 4.- OSINT tools and multimedia analysis
- 5.- Mandatory
Introduction: This guide explains the Detective Hacker service for precisely locating a mobile phone. It ranges from GPS geolocation to OSINT techniques that combine photographic metadata, carrier records, and native operating-system services.
1.- Geolocation fundamentals
| Technology | Typical accuracy | Requirements | Advantages | Limitations |
|---|---|---|---|---|
| GPS/GNSS (GPS, GLONASS, Galileo) | 3 – 10 m outdoors | Active GPS antenna; sky view | High accuracy; works without mobile network | Poor signal indoors; urban canyons |
| Cell towers (triangulation / Timing Advance) | 50 – 500 m in urban areas | Access to operator CDR/logs | Indoor coverage and areas without GPS | Variable accuracy; data controlled by telco |
| Wi-Fi positioning (MAC/BSSID) | 5 – 30 m in dense environments | Wi-Fi scanning and lookup (Google, Apple) | Useful indoors; quick | Less reliable in rural areas |
| Bluetooth LE beacons | 1 – 5 m | Beacon network installed | Very precise indoors | Private infrastructure; battery usage |
2.- Native methods on the device
2.1 Built-in system services
| System | Activation path | Possible remote actions |
|---|---|---|
| Apple iOS (“Find”) | Settings → Apple ID → Find | Play sound, lock, erase, live location (precise < 24 h) |
| Android (“Find My Device”) | Settings → Security → Find My Device | Same; requires mobile data or Wi-Fi |
| Corporate MDM/EMM | Intune, Workspace ONE, Jamf Pro | Geofencing, history, selective wipe |
2.2 Extraction of metadata on the device
- Analysis of
location cacheon Android (/data/data/com.google.android.gms/). - Extraction of the
consolidated.dbdatabase on iOS (historical coordinates). - Requires root/jailbreak or forensic profile under court order.
3.- Carrier-data access and cell triangulation
- Real-Time Cell-Site Location: the telco sends periodic pings to locate the IMSI.
- “NELOS” API (Network Event Location) or equivalent returns: CGI, eNodeB, TA.
- Visualization: GIS tools (ArcGIS, QGIS) and propagation models to estimate the uncertainty area.
4.- OSINT tools and multimedia analysis
| Source | Indicator | Tool |
|---|---|---|
| Published photos | EXIF coordinates | ExifTool, Jeffery’s Image Viewer |
| Social networks | Check-ins / geotags | Geofeedia, Maltego CE |
| Marketplaces | Shipping address, posting IP | Creepy, SpiderFoot |
| Videos (YouTube, TikTok) | Relief silhouettes, weather, sounds | Suncalc, Amplified GeoGuessr |
5.- Mandatory
Review the disclaimer on our website.