SlideShare a Scribd company logo
P1 Security – Hackito Ergo Sum 2014 © 2014 - P1 Security, All Rights Reserved
Worldwide attacks
on SS7 network
P1 Security – Hackito Ergo Sum 26th April 2014
Pierre-Olivier Vauboin (po@p1sec.com)
Alexandre De Oliveira (alex@p1sec.com)
P1 Security – Hackito Ergo Sum 2014 © 2014 - P1 Security, All Rights Reserved
Agenda
Overall telecom architecture
Architecture diagrams for 2G / 3G
Most important Network Elements
SS7 stack and interconnections
Practical attack scenarios
Mapping the SS7 network
Tracking user location
Sending spoofed SMS
Demo
P1 Security – Hackito Ergo Sum 2014 © 2014 - P1 Security, All Rights Reserved
Telecom Overview
Evolution from 2G to 3G
P1 Security – Hackito Ergo Sum 2014 © 2014 - P1 Security, All Rights Reserved
Practical Attack Scenarios
SS7 Attack Vectors
P1 Security – Hackito Ergo Sum 2014 © 2014 - P1 Security, All Rights Reserved
Agenda
Overall telecom architecture
Architecture diagrams for 2G / 3G
Most important Network Elements
SS7 stack and interconnections
Practical attack scenarios
Mapping the SS7 network
Tracking user location
Sending spoofed SMS
Demo
P1 Security – Hackito Ergo Sum 2014 © 2014 - P1 Security, All Rights Reserved
Siemens MSC
MSC: 5-50 per MNO
Connected to 20-50 BSC
In charge of call establishment
Interfaces the BSC toward the rest of the network
Connects the calls of the mobile users
UE is attached to one MSC
MAP Protocol
Generates CDR (Charging Data Record)
Security impact: Key compromise, content
compromise, regional DoS, location tracking, …
MSC
Mobile Switching Center
P1 Security – Hackito Ergo Sum 2014 © 2014 - P1 Security, All Rights Reserved
HLR: 1-20 per MNO
“Heart” of SS7 / SIGTRAN
Subscriber database
IMSI
Authentication (AuC) : Ki
Current subscriber location
Supplementary services
Queries from international partners (roaming)
MAP Protocol
Security impact: Key compromise, global DoS
HLR / HSS
Home Location Register
Home Subscriber Server
NSN HLR / HSS
P1 Security – Hackito Ergo Sum 2014 © 2014 - P1 Security, All Rights Reserved
HLR / HSS
Home Location Register
Home Subscriber Server
I’m Root !
P1 Security – Hackito Ergo Sum 2014 © 2014 - P1 Security, All Rights Reserved
Agenda
Overall telecom architecture
Architecture diagrams for 2G / 3G
Most important Network Elements
SS7 stack and interconnections
Practical attack scenarios
Mapping the SS7 network
Tracking user location
Sending spoofed SMS
Demo
P1 Security – Hackito Ergo Sum 2014 © 2014 - P1 Security, All Rights Reserved
Global SS7 network
• Private and secure SS7 network ?
• Interconnects many actors
• Different views depending on
interconnection point
• Malicious entry point to SS7 network:
• Through any unsecure operator and attack other
operators from there
• From Network Element OAM interface exposed on
Internet
• Through compromised Femto Cell
• … and more …
P1 Security – Hackito Ergo Sum 2014 © 2014 - P1 Security, All Rights Reserved
SS7 / SIGTRAN Stack
Protocol Layers
SIGTRAN MAP Stack
SIGTRAN
Adaptation Layer
SS7 Session Layer
Routing Layer
Application Layer
P1 Security – Hackito Ergo Sum 2014 © 2014 - P1 Security, All Rights Reserved
SS7 / SIGTRAN Stack
Addressing schemes
Point Code (PC)
14 or 24 bits address.
Equivalent to MAC address.
Global Title (GT)
Length up to 15 digits.
Looks like a phone number.
Equivalent to IP address.
SubSystem Number (SSN)
Identifies application or service on
Network Elements.
Equivalent to TCP port.
In Telecom networks a multitude of addressing schemes are used to
identify Network Elements, subscribers, applications
International Mobile
Subscriber Identity (IMSI)
SIM card number
International Mobile
Equipment Identity (IMEI)
Device serial number
Mobile Subscriber ISDN
Number (MSISDN)
Phone number
SS7 Routing criteria:
PC / GT / SSN or combo
STP
NE NE
P1 Security – Hackito Ergo Sum 2014 © 2014 - P1 Security, All Rights Reserved
Agenda
Overall telecom architecture
Architecture diagrams for 2G / 3G
Most important Network Elements
SS7 stack and interconnections
Practical attack scenarios
Mapping the SS7 network
Tracking user location
Sending spoofed SMS
Demo
P1 Security – Hackito Ergo Sum 2014 © 2014 - P1 Security, All Rights Reserved
• Abusing legitimate messages (SRISM, SRI, ATI, …)
• Sending from any international SS7 interconnection
• Steps:
• Discovery scan and GT mapping: SCCP + TCAP
• Advanced attacks: specific MAP messages
• Targets:
• Attacking operators infrastructure
• Attacking subscribers
Practical Attack Scenarios
Scan methodology
P1 Security – Hackito Ergo Sum 2014 © 2014 - P1 Security, All Rights Reserved
Discovery phase
• Publicly available information
• International PC lists
• GT prefix / country / operator
• Subscriber MSISDN lists
• Probing from UE
• SS codes: *#61#
• Send SMS to your own SMSC
to find your current MSC
• Changing GT prefix length
• Scan around confirmed targets
Finding the first targets
P1 Security – Hackito Ergo Sum 2014 © 2014 - P1 Security, All Rights Reserved
Discovery phase
TCAP scan example Scan !
HLR Found!
P1 Security – Hackito Ergo Sum 2014 © 2014 - P1 Security, All Rights Reserved
2G / 3G Network Mapping
Active Network Mapping
P1 Security – Hackito Ergo Sum 2014 © 2014 - P1 Security, All Rights Reserved
Agenda
Overall telecom architecture
Architecture diagrams for 2G / 3G
Most important Network Elements
SS7 stack and interconnections
Practical attack scenarios
Mapping the SS7 network
Tracking user location
Sending spoofed SMS
Demo
P1 Security – Hackito Ergo Sum 2014 © 2014 - P1 Security, All Rights Reserved
Spying on users
P1 Security – Hackito Ergo Sum 2014 © 2014 - P1 Security, All Rights Reserved
Tracking user location
• Based on non filtered MAP messages
• SRISM / SRI
• PSI / PSL
• ATI …
• Targeted towards HLR or MSC / VLR
• Accuracy:
• Depending on type of message allowed
• MSC GT (Accuracy: City / Region)
• CellID (Accuracy: Street)
P1 Security – Hackito Ergo Sum 2014 © 2014 - P1 Security, All Rights Reserved
Tracking user locationGet MSC / VLR / CellID from SS7 (Example with MAP ATI)
$ python src/p1ss7ng/mapgsm_cellid.py 02f8xx002c9084
Mobile Country Code (MCC) : 208 (France)
Mobile Network Code (MNC) : xx (French Operator)
Location Area Code (LAC) : 194
Cell ID : 23
VLR GT12345000123
12345000123 MSC GT
02f802002c9084 Cell ID
P1 Security – Hackito Ergo Sum 2014 © 2014 - P1 Security, All Rights Reserved
Tracking user locationOpen CellID databases
P1 Security – Hackito Ergo Sum 2014 © 2014 - P1 Security, All Rights Reserved
Tracking user location
Low accuracy (MSC based location)
Source: Tobias Engel (CCC)
P1 Security – Hackito Ergo Sum 2014 © 2014 - P1 Security, All Rights Reserved
Agenda
Overall telecom architecture
Architecture diagrams for 2G / 3G
Most important Network Elements
SS7 stack and interconnections
Practical attack scenarios
Mapping the SS7 network
Tracking user location
Sending spoofed SMS
Demo
P1 Security – Hackito Ergo Sum 2014 © 2014 - P1 Security, All Rights Reserved
Sending SMS
MO / MT ForwardSM
• MAP messages
• MO: Mobile Originating
• MT: Mobile Terminating
• SMSC: SMS Center (SMSC GT list is public)
MSCMSC SMSC
MAP MO
ForwardSM
MAP MT
ForwardSM
P1 Security – Hackito Ergo Sum 2014 © 2014 - P1 Security, All Rights Reserved
Sending SMS
Prerequisite to SMS: MAP SRISM
SMSC MSC
MT
MT
P1 Security – Hackito Ergo Sum 2014 © 2014 - P1 Security, All Rights Reserved
SendRoutingInfoForSM
SS7 MAP SRISM
SCCP Dst GT == MSISDN
Destination phone number (MSISDN): 12340000001
SSN HLR
P1 Security – Hackito Ergo Sum 2014 © 2014 - P1 Security, All Rights Reserved
Answer to SRISM
RoutingInfoForSM-Res ::= SEQUENCE {
imsi IMSI,
locationInfoWithLMSI[0] LocationInfoWithLMSI,
extensionContainer [4] ExtensionContainer
OPTIONAL,
...,
ip-sm-gwGuidance [5] IP-SM-GW-Guidance
OPTIONAL }
Answer comes from HLR
Get IMSI for
requested
MSISDN
Contains MSC GT
• Both IMSI and MSC GT are required to send
MAP MT Forward SM
P1 Security – Hackito Ergo Sum 2014 © 2014 - P1 Security, All Rights Reserved
Answer to SRISM
SRISM answer reveals MSC GT and IMSI
MSC GT
IMSI
P1 Security – Hackito Ergo Sum 2014 © 2014 - P1 Security, All Rights Reserved
SMS attacks
• Sending spam SMS
• Sending spoof SMS
• Bypassing SMS firewall
• Anti Spam protections
• MT FSM directly
targeting MSC
• Directly sent from
signalling protocol
P1 Security – Hackito Ergo Sum 2014 © 2014 - P1 Security, All Rights Reserved
SMS attacks
Based on MAP MT-FSM (Mobile Terminated Forward Short Message)
Originating phone number
MAP MT FSM
SMS content
Spoof here !
12345000123
IMSI
MSC GT
P1 Security – Hackito Ergo Sum 2014 © 2014 - P1 Security, All Rights Reserved
Originating Address
Try different encodings ! (Different screening rules)
12345000001
Hackito
P1 Security – Hackito Ergo Sum 2014 © 2014 - P1 Security, All Rights Reserved
SMS spoofing
Spoofing police !
Also works with other special numbers:
• Emergency number
• Voice Mail number
• Operators services
• Other subscribers
P1 Security – Hackito Ergo Sum 2014 © 2014 - P1 Security, All Rights Reserved
Counter measures
• SMS home routing
• SMS firewalls
• All incoming MAP MT Forward SM are routed
to SMS firewall for inspection
• Prevents against SMS attacks:
• SMS spam is detected and rejected
• SMS spoofed is detected and rejected
Protecting against SMS attacks
P1 Security – Hackito Ergo Sum 2014 © 2014 - P1 Security, All Rights Reserved
SMS Home Routing
Protecting users privacy / Protecting against spam SMS
SMSC
P1 Security – Hackito Ergo Sum 2014 © 2014 - P1 Security, All Rights Reserved
MSC
MT
MT
SMS Home Routing
SMS are routed to SMS firewall for inspection
SMS
FirewallSMSC
P1 Security – Hackito Ergo Sum 2014 © 2014 - P1 Security, All Rights Reserved
Counter Counter measures ?
• Can you actually bypass
SMS firewalls ?
• YES !
• How ?
• Directly sending MT Forward SM to MSC
• Route through SMS firewall is usually not enforced !
• This requires to scan and discover all available MSC prior
to send SMS
• Possible in a few hours
• MSC number: typically < 50
• Also require target IMSI (SRI / SRISM / sendIMSI)
How to bypass protections
P1 Security – Hackito Ergo Sum 2014 © 2014 - P1 Security, All Rights Reserved
SMS Firewall bypassed
https://saas.p1sec.com/vulns/112
P1 Vulnerability Knowledge Base P1VID#112
P1 Security – Hackito Ergo Sum 2014 © 2014 - P1 Security, All Rights Reserved
Telcomap project
P1 Security – Hackito Ergo Sum 2014 © 2014 - P1 Security, All Rights Reserved
Worldwide discovery
• Discovery scan from international SS7
interconnection
• Targets: all operators / all countries
• Currently implemented testcases:
• GT/SSN discovery scan (SCCP / TCAP)
• MSISDN range scan (MAP SRI)
• More to come…
SS7map: Scanning the worldwide SS7 network
P1 Security – Hackito Ergo Sum 2014 © 2014 - P1 Security, All Rights Reserved
SS7 Map
Telecom Networks SS7 Exposure
P1 Security – Hackito Ergo Sum 2014 © 2014 - P1 Security, All Rights Reserved
GRX Map
PS, GPRS, LTE
http://sniffmap.telcomap.org/grx/
P1 Security – Hackito Ergo Sum 2014 © 2014 - P1 Security, All Rights Reserved
Galaxy Map
ShodanHQ-like but for Telco
Shodan is only 10%
coverage of Telco
OAM and Signaling
But useful to “prove”
the seriousness:
anyone can get
access…
from Internet
P1 Security – Hackito Ergo Sum 2014 © 2014 - P1 Security, All Rights Reserved
Sniffmap
Map of Five Eyes interception
http://sniffmap.telcomap.org/
P1 Security – Hackito Ergo Sum 2014 © 2014 - P1 Security, All Rights Reserved
Attack surface
Telcomaps
Sniff Map SS7 Map
GRX Map Galaxy Map
P1 Security – Hackito Ergo Sum 2014 © 2014 - P1 Security, All Rights Reserved
Going further
• MAP specification: 3GPP TS 29.002
http://www.3gpp.org/DynaReport/29002.htm
• SMS specification: 3GPP TS 23.040
http://www.3gpp.org/DynaReport/23040.htm
• SMS Home routing specification: 3GPP TS 23.840
http://www.3gpp.org/DynaReport/23840.htm
• Locating mobile phones using MSC GT (CCC)
http://events.ccc.de/congress/2008/Fahrplan/attachments/1262_25c3-locating-mobile-
phones.pdf
• Description of MAP usual callflows
http://www.netlab.tkk.fi/opetus/s383115/2007/kalvot/3115L7-9e.pdf
• P1 Security SaaS and Vulnerability Knowledge Base
https://saas.p1sec.com/
• SMS Gateways
http://www.vianett.com/
• Open Cell ID databases / API
http://opencellids.org/
P1 Security – Hackito Ergo Sum 2014 © 2014 - P1 Security, All Rights Reserved
Thank you !
Questions ?
Thanks to
P1 Security team
Questions to:
po@p1sec.com
alex@p1sec.com
P1 Security – Hackito Ergo Sum 2014 © 2014 - P1 Security, All Rights Reserved
Back up demo
P1 Security – Hackito Ergo Sum 2014 © 2014 - P1 Security, All Rights Reserved
Back up demo
P1 Security – Hackito Ergo Sum 2014 © 2014 - P1 Security, All Rights Reserved
Back up demo

More Related Content

PDF
How to Intercept a Conversation Held on the Other Side of the Planet
PDF
Mobile signaling threats and vulnerabilities - real cases and statistics from...
PDF
Worldwide attacks on SS7/SIGTRAN network
PDF
Analysis of attacks / vulnerabilities SS7 / Sigtran using Wireshark (and / or...
PDF
Attacks you can't combat: vulnerabilities of most robust MNOs
PDF
Philippe Langlois - Hacking HLR HSS and MME core network elements
PDF
Attacking GRX - GPRS Roaming eXchange
PDF
SS7 Vulnerabilities
How to Intercept a Conversation Held on the Other Side of the Planet
Mobile signaling threats and vulnerabilities - real cases and statistics from...
Worldwide attacks on SS7/SIGTRAN network
Analysis of attacks / vulnerabilities SS7 / Sigtran using Wireshark (and / or...
Attacks you can't combat: vulnerabilities of most robust MNOs
Philippe Langlois - Hacking HLR HSS and MME core network elements
Attacking GRX - GPRS Roaming eXchange
SS7 Vulnerabilities

What's hot (20)

PDF
Philippe Langlois - SCTPscan Finding entry points to SS7 Networks & Telecommu...
PDF
Telecom security from ss7 to all ip all-open-v3-zeronights
PDF
Philippe Langlois - LTE Pwnage - P1security
PDF
SS7: Locate. Track. Manipulate.
PDF
Positive approach to security of Core networks
PDF
Attacking SS7 - P1 Security (Hackito Ergo Sum 2010) - Philippe Langlois
PPTX
Gsm architecture and call flow
PPTX
Circuit switched fallback
PPT
3 g call flow
DOCX
Call flow in gsm
PPTX
2 g data call flow
PDF
VoLTE Flows and CS network
PPT
PDF
Best practices-lte-call-flow-guide
PDF
LTE Call Processing and Handover
PDF
Lte system signaling procedures
PPT
Gsm architecture
PPT
Basic GSM Call Flows
PDF
Core cs overview (1)
Philippe Langlois - SCTPscan Finding entry points to SS7 Networks & Telecommu...
Telecom security from ss7 to all ip all-open-v3-zeronights
Philippe Langlois - LTE Pwnage - P1security
SS7: Locate. Track. Manipulate.
Positive approach to security of Core networks
Attacking SS7 - P1 Security (Hackito Ergo Sum 2010) - Philippe Langlois
Gsm architecture and call flow
Circuit switched fallback
3 g call flow
Call flow in gsm
2 g data call flow
VoLTE Flows and CS network
Best practices-lte-call-flow-guide
LTE Call Processing and Handover
Lte system signaling procedures
Gsm architecture
Basic GSM Call Flows
Core cs overview (1)
Ad

Similar to Worldwide attacks on SS7 network (20)

PDF
SS7: Locate -Track - Manipulate Attack - SPY24™.pdf
PDF
D1T2 - Bypassing GSMA Recommendations on SS7 Networks - Kirill Puzankov.pdf
PDF
PLNOG20 - Piotr Gruszczyński - Bezpieczeństwo sieci komórkowej
PDF
The known unknowns of SS7 and beyond
PPTX
Небезопасность сотовых сетей вчера, сегодня, завтра
PDF
2015.11.06. Luca Melette_Mobile threats evolution
PDF
Philippe Langlois - 3G and LTE insecurity from the radio to the core network ...
PPTX
SRAN17A IPsec intergration for Single ran
PDF
Telecom Security
PPTX
Telecom incidents investigation: daily work behind the scenes
PPT
Final gsm1
PDF
Fake BTS Network Vulnerabilities
PDF
eu-19-Yazdanmehr-Mobile-Network-Hacking-IP-Edition-2.pdf
PDF
CCC-AdaptiveMobileSecurity_WhoWatchesTheWatchers_v7_FINAL.pdf
PPTX
Мобильная связь небезопасна. Аргументы, подкрепленные фактами
PPT
Basic gsm principles
PDF
SS7: 2G/3G's weakest link
PPT
Switching systems lecture7
PDF
2600 v01 n02 (february 1984)
PDF
Unblocking Stollen Mobile Phones using SS7-MaP vulnerabilities
SS7: Locate -Track - Manipulate Attack - SPY24™.pdf
D1T2 - Bypassing GSMA Recommendations on SS7 Networks - Kirill Puzankov.pdf
PLNOG20 - Piotr Gruszczyński - Bezpieczeństwo sieci komórkowej
The known unknowns of SS7 and beyond
Небезопасность сотовых сетей вчера, сегодня, завтра
2015.11.06. Luca Melette_Mobile threats evolution
Philippe Langlois - 3G and LTE insecurity from the radio to the core network ...
SRAN17A IPsec intergration for Single ran
Telecom Security
Telecom incidents investigation: daily work behind the scenes
Final gsm1
Fake BTS Network Vulnerabilities
eu-19-Yazdanmehr-Mobile-Network-Hacking-IP-Edition-2.pdf
CCC-AdaptiveMobileSecurity_WhoWatchesTheWatchers_v7_FINAL.pdf
Мобильная связь небезопасна. Аргументы, подкрепленные фактами
Basic gsm principles
SS7: 2G/3G's weakest link
Switching systems lecture7
2600 v01 n02 (february 1984)
Unblocking Stollen Mobile Phones using SS7-MaP vulnerabilities
Ad

Recently uploaded (20)

PDF
August Patch Tuesday
PDF
DASA ADMISSION 2024_FirstRound_FirstRank_LastRank.pdf
PDF
MIND Revenue Release Quarter 2 2025 Press Release
PDF
Encapsulation theory and applications.pdf
PPTX
Group 1 Presentation -Planning and Decision Making .pptx
PDF
Enhancing emotion recognition model for a student engagement use case through...
PDF
Web App vs Mobile App What Should You Build First.pdf
PDF
WOOl fibre morphology and structure.pdf for textiles
PDF
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
PPTX
TechTalks-8-2019-Service-Management-ITIL-Refresh-ITIL-4-Framework-Supports-Ou...
PDF
Encapsulation_ Review paper, used for researhc scholars
PDF
Microsoft Solutions Partner Drive Digital Transformation with D365.pdf
PDF
1 - Historical Antecedents, Social Consideration.pdf
PDF
ENT215_Completing-a-large-scale-migration-and-modernization-with-AWS.pdf
PPTX
A Presentation on Artificial Intelligence
PDF
A novel scalable deep ensemble learning framework for big data classification...
PDF
Accuracy of neural networks in brain wave diagnosis of schizophrenia
PDF
Hybrid model detection and classification of lung cancer
PDF
Hindi spoken digit analysis for native and non-native speakers
PDF
DP Operators-handbook-extract for the Mautical Institute
August Patch Tuesday
DASA ADMISSION 2024_FirstRound_FirstRank_LastRank.pdf
MIND Revenue Release Quarter 2 2025 Press Release
Encapsulation theory and applications.pdf
Group 1 Presentation -Planning and Decision Making .pptx
Enhancing emotion recognition model for a student engagement use case through...
Web App vs Mobile App What Should You Build First.pdf
WOOl fibre morphology and structure.pdf for textiles
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
TechTalks-8-2019-Service-Management-ITIL-Refresh-ITIL-4-Framework-Supports-Ou...
Encapsulation_ Review paper, used for researhc scholars
Microsoft Solutions Partner Drive Digital Transformation with D365.pdf
1 - Historical Antecedents, Social Consideration.pdf
ENT215_Completing-a-large-scale-migration-and-modernization-with-AWS.pdf
A Presentation on Artificial Intelligence
A novel scalable deep ensemble learning framework for big data classification...
Accuracy of neural networks in brain wave diagnosis of schizophrenia
Hybrid model detection and classification of lung cancer
Hindi spoken digit analysis for native and non-native speakers
DP Operators-handbook-extract for the Mautical Institute

Worldwide attacks on SS7 network

  • 1. P1 Security – Hackito Ergo Sum 2014 © 2014 - P1 Security, All Rights Reserved Worldwide attacks on SS7 network P1 Security – Hackito Ergo Sum 26th April 2014 Pierre-Olivier Vauboin (po@p1sec.com) Alexandre De Oliveira (alex@p1sec.com)
  • 2. P1 Security – Hackito Ergo Sum 2014 © 2014 - P1 Security, All Rights Reserved Agenda Overall telecom architecture Architecture diagrams for 2G / 3G Most important Network Elements SS7 stack and interconnections Practical attack scenarios Mapping the SS7 network Tracking user location Sending spoofed SMS Demo
  • 3. P1 Security – Hackito Ergo Sum 2014 © 2014 - P1 Security, All Rights Reserved Telecom Overview Evolution from 2G to 3G
  • 4. P1 Security – Hackito Ergo Sum 2014 © 2014 - P1 Security, All Rights Reserved Practical Attack Scenarios SS7 Attack Vectors
  • 5. P1 Security – Hackito Ergo Sum 2014 © 2014 - P1 Security, All Rights Reserved Agenda Overall telecom architecture Architecture diagrams for 2G / 3G Most important Network Elements SS7 stack and interconnections Practical attack scenarios Mapping the SS7 network Tracking user location Sending spoofed SMS Demo
  • 6. P1 Security – Hackito Ergo Sum 2014 © 2014 - P1 Security, All Rights Reserved Siemens MSC MSC: 5-50 per MNO Connected to 20-50 BSC In charge of call establishment Interfaces the BSC toward the rest of the network Connects the calls of the mobile users UE is attached to one MSC MAP Protocol Generates CDR (Charging Data Record) Security impact: Key compromise, content compromise, regional DoS, location tracking, … MSC Mobile Switching Center
  • 7. P1 Security – Hackito Ergo Sum 2014 © 2014 - P1 Security, All Rights Reserved HLR: 1-20 per MNO “Heart” of SS7 / SIGTRAN Subscriber database IMSI Authentication (AuC) : Ki Current subscriber location Supplementary services Queries from international partners (roaming) MAP Protocol Security impact: Key compromise, global DoS HLR / HSS Home Location Register Home Subscriber Server NSN HLR / HSS
  • 8. P1 Security – Hackito Ergo Sum 2014 © 2014 - P1 Security, All Rights Reserved HLR / HSS Home Location Register Home Subscriber Server I’m Root !
  • 9. P1 Security – Hackito Ergo Sum 2014 © 2014 - P1 Security, All Rights Reserved Agenda Overall telecom architecture Architecture diagrams for 2G / 3G Most important Network Elements SS7 stack and interconnections Practical attack scenarios Mapping the SS7 network Tracking user location Sending spoofed SMS Demo
  • 10. P1 Security – Hackito Ergo Sum 2014 © 2014 - P1 Security, All Rights Reserved Global SS7 network • Private and secure SS7 network ? • Interconnects many actors • Different views depending on interconnection point • Malicious entry point to SS7 network: • Through any unsecure operator and attack other operators from there • From Network Element OAM interface exposed on Internet • Through compromised Femto Cell • … and more …
  • 11. P1 Security – Hackito Ergo Sum 2014 © 2014 - P1 Security, All Rights Reserved SS7 / SIGTRAN Stack Protocol Layers SIGTRAN MAP Stack SIGTRAN Adaptation Layer SS7 Session Layer Routing Layer Application Layer
  • 12. P1 Security – Hackito Ergo Sum 2014 © 2014 - P1 Security, All Rights Reserved SS7 / SIGTRAN Stack Addressing schemes Point Code (PC) 14 or 24 bits address. Equivalent to MAC address. Global Title (GT) Length up to 15 digits. Looks like a phone number. Equivalent to IP address. SubSystem Number (SSN) Identifies application or service on Network Elements. Equivalent to TCP port. In Telecom networks a multitude of addressing schemes are used to identify Network Elements, subscribers, applications International Mobile Subscriber Identity (IMSI) SIM card number International Mobile Equipment Identity (IMEI) Device serial number Mobile Subscriber ISDN Number (MSISDN) Phone number SS7 Routing criteria: PC / GT / SSN or combo STP NE NE
  • 13. P1 Security – Hackito Ergo Sum 2014 © 2014 - P1 Security, All Rights Reserved Agenda Overall telecom architecture Architecture diagrams for 2G / 3G Most important Network Elements SS7 stack and interconnections Practical attack scenarios Mapping the SS7 network Tracking user location Sending spoofed SMS Demo
  • 14. P1 Security – Hackito Ergo Sum 2014 © 2014 - P1 Security, All Rights Reserved • Abusing legitimate messages (SRISM, SRI, ATI, …) • Sending from any international SS7 interconnection • Steps: • Discovery scan and GT mapping: SCCP + TCAP • Advanced attacks: specific MAP messages • Targets: • Attacking operators infrastructure • Attacking subscribers Practical Attack Scenarios Scan methodology
  • 15. P1 Security – Hackito Ergo Sum 2014 © 2014 - P1 Security, All Rights Reserved Discovery phase • Publicly available information • International PC lists • GT prefix / country / operator • Subscriber MSISDN lists • Probing from UE • SS codes: *#61# • Send SMS to your own SMSC to find your current MSC • Changing GT prefix length • Scan around confirmed targets Finding the first targets
  • 16. P1 Security – Hackito Ergo Sum 2014 © 2014 - P1 Security, All Rights Reserved Discovery phase TCAP scan example Scan ! HLR Found!
  • 17. P1 Security – Hackito Ergo Sum 2014 © 2014 - P1 Security, All Rights Reserved 2G / 3G Network Mapping Active Network Mapping
  • 18. P1 Security – Hackito Ergo Sum 2014 © 2014 - P1 Security, All Rights Reserved Agenda Overall telecom architecture Architecture diagrams for 2G / 3G Most important Network Elements SS7 stack and interconnections Practical attack scenarios Mapping the SS7 network Tracking user location Sending spoofed SMS Demo
  • 19. P1 Security – Hackito Ergo Sum 2014 © 2014 - P1 Security, All Rights Reserved Spying on users
  • 20. P1 Security – Hackito Ergo Sum 2014 © 2014 - P1 Security, All Rights Reserved Tracking user location • Based on non filtered MAP messages • SRISM / SRI • PSI / PSL • ATI … • Targeted towards HLR or MSC / VLR • Accuracy: • Depending on type of message allowed • MSC GT (Accuracy: City / Region) • CellID (Accuracy: Street)
  • 21. P1 Security – Hackito Ergo Sum 2014 © 2014 - P1 Security, All Rights Reserved Tracking user locationGet MSC / VLR / CellID from SS7 (Example with MAP ATI) $ python src/p1ss7ng/mapgsm_cellid.py 02f8xx002c9084 Mobile Country Code (MCC) : 208 (France) Mobile Network Code (MNC) : xx (French Operator) Location Area Code (LAC) : 194 Cell ID : 23 VLR GT12345000123 12345000123 MSC GT 02f802002c9084 Cell ID
  • 22. P1 Security – Hackito Ergo Sum 2014 © 2014 - P1 Security, All Rights Reserved Tracking user locationOpen CellID databases
  • 23. P1 Security – Hackito Ergo Sum 2014 © 2014 - P1 Security, All Rights Reserved Tracking user location Low accuracy (MSC based location) Source: Tobias Engel (CCC)
  • 24. P1 Security – Hackito Ergo Sum 2014 © 2014 - P1 Security, All Rights Reserved Agenda Overall telecom architecture Architecture diagrams for 2G / 3G Most important Network Elements SS7 stack and interconnections Practical attack scenarios Mapping the SS7 network Tracking user location Sending spoofed SMS Demo
  • 25. P1 Security – Hackito Ergo Sum 2014 © 2014 - P1 Security, All Rights Reserved Sending SMS MO / MT ForwardSM • MAP messages • MO: Mobile Originating • MT: Mobile Terminating • SMSC: SMS Center (SMSC GT list is public) MSCMSC SMSC MAP MO ForwardSM MAP MT ForwardSM
  • 26. P1 Security – Hackito Ergo Sum 2014 © 2014 - P1 Security, All Rights Reserved Sending SMS Prerequisite to SMS: MAP SRISM SMSC MSC MT MT
  • 27. P1 Security – Hackito Ergo Sum 2014 © 2014 - P1 Security, All Rights Reserved SendRoutingInfoForSM SS7 MAP SRISM SCCP Dst GT == MSISDN Destination phone number (MSISDN): 12340000001 SSN HLR
  • 28. P1 Security – Hackito Ergo Sum 2014 © 2014 - P1 Security, All Rights Reserved Answer to SRISM RoutingInfoForSM-Res ::= SEQUENCE { imsi IMSI, locationInfoWithLMSI[0] LocationInfoWithLMSI, extensionContainer [4] ExtensionContainer OPTIONAL, ..., ip-sm-gwGuidance [5] IP-SM-GW-Guidance OPTIONAL } Answer comes from HLR Get IMSI for requested MSISDN Contains MSC GT • Both IMSI and MSC GT are required to send MAP MT Forward SM
  • 29. P1 Security – Hackito Ergo Sum 2014 © 2014 - P1 Security, All Rights Reserved Answer to SRISM SRISM answer reveals MSC GT and IMSI MSC GT IMSI
  • 30. P1 Security – Hackito Ergo Sum 2014 © 2014 - P1 Security, All Rights Reserved SMS attacks • Sending spam SMS • Sending spoof SMS • Bypassing SMS firewall • Anti Spam protections • MT FSM directly targeting MSC • Directly sent from signalling protocol
  • 31. P1 Security – Hackito Ergo Sum 2014 © 2014 - P1 Security, All Rights Reserved SMS attacks Based on MAP MT-FSM (Mobile Terminated Forward Short Message) Originating phone number MAP MT FSM SMS content Spoof here ! 12345000123 IMSI MSC GT
  • 32. P1 Security – Hackito Ergo Sum 2014 © 2014 - P1 Security, All Rights Reserved Originating Address Try different encodings ! (Different screening rules) 12345000001 Hackito
  • 33. P1 Security – Hackito Ergo Sum 2014 © 2014 - P1 Security, All Rights Reserved SMS spoofing Spoofing police ! Also works with other special numbers: • Emergency number • Voice Mail number • Operators services • Other subscribers
  • 34. P1 Security – Hackito Ergo Sum 2014 © 2014 - P1 Security, All Rights Reserved Counter measures • SMS home routing • SMS firewalls • All incoming MAP MT Forward SM are routed to SMS firewall for inspection • Prevents against SMS attacks: • SMS spam is detected and rejected • SMS spoofed is detected and rejected Protecting against SMS attacks
  • 35. P1 Security – Hackito Ergo Sum 2014 © 2014 - P1 Security, All Rights Reserved SMS Home Routing Protecting users privacy / Protecting against spam SMS SMSC
  • 36. P1 Security – Hackito Ergo Sum 2014 © 2014 - P1 Security, All Rights Reserved MSC MT MT SMS Home Routing SMS are routed to SMS firewall for inspection SMS FirewallSMSC
  • 37. P1 Security – Hackito Ergo Sum 2014 © 2014 - P1 Security, All Rights Reserved Counter Counter measures ? • Can you actually bypass SMS firewalls ? • YES ! • How ? • Directly sending MT Forward SM to MSC • Route through SMS firewall is usually not enforced ! • This requires to scan and discover all available MSC prior to send SMS • Possible in a few hours • MSC number: typically < 50 • Also require target IMSI (SRI / SRISM / sendIMSI) How to bypass protections
  • 38. P1 Security – Hackito Ergo Sum 2014 © 2014 - P1 Security, All Rights Reserved SMS Firewall bypassed https://saas.p1sec.com/vulns/112 P1 Vulnerability Knowledge Base P1VID#112
  • 39. P1 Security – Hackito Ergo Sum 2014 © 2014 - P1 Security, All Rights Reserved Telcomap project
  • 40. P1 Security – Hackito Ergo Sum 2014 © 2014 - P1 Security, All Rights Reserved Worldwide discovery • Discovery scan from international SS7 interconnection • Targets: all operators / all countries • Currently implemented testcases: • GT/SSN discovery scan (SCCP / TCAP) • MSISDN range scan (MAP SRI) • More to come… SS7map: Scanning the worldwide SS7 network
  • 41. P1 Security – Hackito Ergo Sum 2014 © 2014 - P1 Security, All Rights Reserved SS7 Map Telecom Networks SS7 Exposure
  • 42. P1 Security – Hackito Ergo Sum 2014 © 2014 - P1 Security, All Rights Reserved GRX Map PS, GPRS, LTE http://sniffmap.telcomap.org/grx/
  • 43. P1 Security – Hackito Ergo Sum 2014 © 2014 - P1 Security, All Rights Reserved Galaxy Map ShodanHQ-like but for Telco Shodan is only 10% coverage of Telco OAM and Signaling But useful to “prove” the seriousness: anyone can get access… from Internet
  • 44. P1 Security – Hackito Ergo Sum 2014 © 2014 - P1 Security, All Rights Reserved Sniffmap Map of Five Eyes interception http://sniffmap.telcomap.org/
  • 45. P1 Security – Hackito Ergo Sum 2014 © 2014 - P1 Security, All Rights Reserved Attack surface Telcomaps Sniff Map SS7 Map GRX Map Galaxy Map
  • 46. P1 Security – Hackito Ergo Sum 2014 © 2014 - P1 Security, All Rights Reserved Going further • MAP specification: 3GPP TS 29.002 http://www.3gpp.org/DynaReport/29002.htm • SMS specification: 3GPP TS 23.040 http://www.3gpp.org/DynaReport/23040.htm • SMS Home routing specification: 3GPP TS 23.840 http://www.3gpp.org/DynaReport/23840.htm • Locating mobile phones using MSC GT (CCC) http://events.ccc.de/congress/2008/Fahrplan/attachments/1262_25c3-locating-mobile- phones.pdf • Description of MAP usual callflows http://www.netlab.tkk.fi/opetus/s383115/2007/kalvot/3115L7-9e.pdf • P1 Security SaaS and Vulnerability Knowledge Base https://saas.p1sec.com/ • SMS Gateways http://www.vianett.com/ • Open Cell ID databases / API http://opencellids.org/
  • 47. P1 Security – Hackito Ergo Sum 2014 © 2014 - P1 Security, All Rights Reserved Thank you ! Questions ? Thanks to P1 Security team Questions to: po@p1sec.com alex@p1sec.com
  • 48. P1 Security – Hackito Ergo Sum 2014 © 2014 - P1 Security, All Rights Reserved Back up demo
  • 49. P1 Security – Hackito Ergo Sum 2014 © 2014 - P1 Security, All Rights Reserved Back up demo
  • 50. P1 Security – Hackito Ergo Sum 2014 © 2014 - P1 Security, All Rights Reserved Back up demo