SMS spoofing involves faking the source ID, by replacing it with alphanumeric text. This can be useful for mobile providers, but can lead to security issues such as social engineering. How can we as users, or the providers themselves, detect illegitimate SMS spoofing?
|
The best way to detect if the message was spoof or not is to check the message-center. Normally, a spoofed source will have the message-center shows different gateway from the network of the gateway where the originating source is. Ex. Spoofed ID: VERIZON Message-centre: +927566004455 Original ID: VERIZON Message-centre: +181800001111 got it? |
|||
|
|
The problem is the protocol does not involve identity validation. So the only way to be sure, is to do the same as we do with email. Sign them with GPG. |
|||
|
|
|
Typically there are some tell signs you can look for in SMS spoofed messages:
Example phising message follows. Try notice the tell signs:
|
|||||
|
|
From an end-user perspective it's often very hard or impossible to detect spoofed SMS. This all depends on the configuration done by the various operators. As John mentioned, you might be able to tell it from the message-centre (SMSC addr), but again this is eg. changed in various routing scenarios and is not a secure source of information. As Karrax says, it's more about understanding the common types of SMS spoofs. |
|||
|

