3

Is it possible to trace the source or destination (location, even coordinates) of an SMS message ? If it is, is it possible to do it even if the phone is roaming in a different country ?

Unbekkant
  • 33
  • 1
  • 1
  • 4
  • Assuming what access to the infrastructure? – TildalWave May 28 '14 at 14:22
  • I am sorry, can you please repeat your question differentely ? – Unbekkant May 28 '14 at 14:37
  • The ability to trace origins of SMS messages would depend on what is your access to the carrier network and its infrastructure. E.g. if you're the network operator and have access to cell repeaters, you could [triangulate](https://en.wikipedia.org/wiki/Triangulation) the phone's location as it is accessing them to a relatively good precision (meters to tens of meters, depending on obstacles). And if you're in no authority to request such access (i.e. a regular punter), then your options are a fair bit more limited to establishing their locations. – TildalWave May 28 '14 at 14:44

2 Answers2

2

There is no location transmitted within a normal SMS message (unless added by the author) so as the recipient of an SMS you won't normally be able to determine the location of the sender.

The location of a cell phone can be determined with varying precision by the Mobile Network Operator and any third parties with access to the MNO's system or data. The location precision depends on the capabilities of the device, the cell tower(s) it connects to and the quality of the signal.

A determined and well equipped attacker may able to determine the location of cell phone independently of the MNO (by sniffing local cell traffic, using a fake cell tower or side channel attack such as observing the wifi or bluetooth connections of the device, implanting malware on the device etc) and pair this with the timestamp of the message. (It may also be possible for an attacker to read the mssages, since the A5 stream cipher used to encrypt the message between phone and base station has been shown to be vulnerable).

One other thing to consider is that there are many different ways of sending an SMS and normal mobile phones are only one of these. For example, MNOs and a very large number of third parties will forward SMS messages which originated from email or web based gateways. In many countries fixed line telephones can send SMS if configured correctly.

The location of the sending device may not correspond the location of actual person either. Many devices can be configured to send SMS without having any operator physically present (uses for that include alarm systems, vehicle trackers etc).

Colin Pickard
  • 1,800
  • 2
  • 11
  • 14
0

The carrier can tell what tower it comes in on and what tower it goes out on at a minimum. Under certain circumstances, the phone may also report its GPS position to the carrier as well, so yes, with sufficient access to the carrier it is possible to track an SMS. There are ways to spoof sending them, but at some point it is at-least being transmitted to a phone from a tower and that tower can be identified.

AJ Henderson
  • 41,816
  • 5
  • 63
  • 110