5

A client of mine is concerned someone is retrieving data and intercepting text-messages from his iPhone and his home network. He has told me that he has seen one of the text-messages he sent to his mother on his neighbors phone.

They have been sharing their wireless for sometime but not any more now that he's changed the password.

I am currently suggesting the following:

  • Reset Wireless Router Configuration,

  • Disable SSID Broadcast,

  • Implement MAC address filtering

But I would like some other suggestions preferably surrounding securing his iPhone text-messages from spoofers and other forms of interception. If it helps, he has a non-jailbroken iPhone 4.

NULLZ
  • 11,426
  • 17
  • 77
  • 111
  • Not an answer but this previous post might be of some interest http://security.stackexchange.com/questions/4272/bypassing-hidden-ssid-and-mac-filtering-protection – Ali Ahmad May 22 '13 at 15:12

2 Answers2

2

To the best of my knowledge there's no actual way to block receiving a spoofed SMS message on any cell phone. I used to play around with it a long time ago and we never found a way to do it.

Intercepting text messages is considerably more difficult, if you're dealing with an attacker who's capable of this, then you'll probably need to hire a professional counter surveillance expert (or ask us experts specific questions if you're capable of doing it yourself). The obvious suggestion is to use encryption between contacts if its important but this is tricky to do.

In addition to implementing the router config settings you've suggested, make sure it doesn't have WPS PIN setup/mode enabled. Make sure you apply something like WPA2-PSK in terms of security on the network as well, the other methods you've mentioned only act as hindrance to an attacker and are relatively easily bypassed.

NULLZ
  • 11,426
  • 17
  • 77
  • 111
1

There are 3 simple points that play into effect here:

  1. Apple iMessage/Messages uses the data network, which could include wifi, but unless the neighbor has the Apple ID for your client, he could not retrieve that message. iMessage uses some hefty encryption that I HIGHLY doubt the neighbor could intercept and decrypt. Read more about this here.

  2. Text messaging, or SMS, operates through the SS7 protocol. This is signaling messaging used for voice calls. As a result of this, SMS are not transmitted via the data network unless their specific carrier implemented it via their 4G cellular data networks. Since you stated he has an iPhone 4, it is NON-LTE and means it would use the traditional voice network radios to send and receive text messages. If the neighbor had a high-powered cell tower spoofer, he could listen in to the RF chatter, but without cryptographic keys from elements a few hops up, he would not be able to decrypt or read the messages. This would not be the case either as the complaint is that the client sent a message that he saw on the neighbors. This, in turn, would require the neighbor to spoof his MIN (Mobile Identification Number, not the phone number), to that of the clients mother, register with the mobile voice network with a successful A-Key authentication, which would need to be taken off the mothers device or the carrier regenerate and provide to the neighbor, and then receive the text message, all before the mothers device renegotiates with the HLR/VLR.

  3. Lastly, iOS does not have ANY support for SMS API's. This means, you cannot intercept, block, read, send or alike from a 3rd-party app. Android on the other hand, allows full-transparency into the SMS stack.

From what you described, I highly doubt your client has been hacked/attacked, etc.

Other than the obvious, if he is paranoid, Disable Broadcasting the SSID, use WPA2, and choose a COMMONLY used frequency in the area. This would make channel hoping and snooping for your clients MAC address difficult. In turn, you can thwart a man-in-the-middle attack known as ARP-poisoning and MAC-spoofing.

If your client is still paranoid, I would suggest also enforcing AP Isolation, which will prevent devices on the same Wireless LAN from communicating together unless explicitly allowed.

Mike Mackintosh
  • 284
  • 2
  • 9