SS7 Attacks
BlogAuthorTelcoSec
  • SS7 Stack Overview
  • 🔥Thoughts4U
  • SS7 Roaming Agreement
  • SS7 Vulnerabilities (Theory)
    • Subscriber information disclosure
    • Network information disclosure
    • Subscriber traffic interception
    • Fraud
    • Denial of service
  • 😇SMS Attacks
    • Intro
    • SMS Attacks
    • Call and SMS Interception
    • SMS protocol messages
  • Location Disclosure
    • Location Tracking
    • ATI - Any Time Interrogation
    • 🔥Call Setup Messages
  • Documentation
    • SS7 VULNERABILITIES AND ATTACK EXPOSURE REPORT 2018
  • Videos
    • Mobile Self Defense
    • SS7map : mapping vulnerability of the international mobile roaming infrastructure
    • GRX Attacks: Advanced interconnect Attacks
    • Locating mobile phones using SS7
    • Rooting SIM cards
Powered by GitBook
On this page

Was this helpful?

  1. Location Disclosure

Location Tracking

The SS7 (Signaling System No. 7) utilizes the MAP (Mobile Application Part) protocol to facilitate communication in mobile networks.

Through MAP, network elements exchange signaling messages, which can include location updates about mobile subscribers. When a subscriber's mobile device connects to a cell tower, its new location is registered in the network's home location register (HLR) via MAP messages.

Attackers can exploit vulnerabilities in the SS7 network to intercept these MAP messages and determine a subscriber's location.

This exposure underscores the importance of securing SS7 infrastructure to prevent unauthorized access to sensitive location data.

MAP Messages

The term "UpdateLocationRes, UpdateLocationArg, MAP" likely refers to a function or method signature in a programming context.

Here's a breakdown of the components:

  • UpdateLocationRes: This could be a response object indicating the result of an attempt to update a location. It may contain information about whether the update was successful and any relevant status messages or data.

  • UpdateLocationArg: This might be an argument or parameter passed to a function that specifies the details necessary to update the location, such as the new coordinates or address.

  • MAP: This could imply a mapping, such as a data structure (e.g., a dictionary or map) that holds key-value pairs related to location updates.

Overall, this may represent a method that updates location data using specific arguments.

Standards

  • 3GPP TS 09.02 (MAP v1, MAP v2)

  • 3GPP TS 29.002 (MAP v3) - MAP for 3G UMTS & GSM (Release 99 and later)

PreviousSMS protocol messagesNextATI - Any Time Interrogation

Last updated 7 months ago

Was this helpful?