Detecting IMSI-Catchers by Characterizing Identity Exposing Messages in Cellular Traffic

Tyler Tucker (PhD candidate · UF)

Network and Distributed System Security (NDSS) Symposium 2025 · Day 1 · Wireless, Cellular & Satellite Security · Wireless, Cellular & Satellite Security

Overview

In an era of increasing digital surveillance, the persistent threat posed by IMSI-catchers (International Mobile Subscriber Identity catchers) remains a critical concern. This talk, delivered by Tyler Tucker, a PhD candidate at the University of Florida, presents groundbreaking research that redefines the approach to detecting these clandestine cellular surveillance devices. Collaborating with researchers at UT Surk, Tucker and his team have developed a novel methodology that focuses on the fundamental actions IMSI-catchers must perform to achieve their objective, rather than relying on their often-elusive behavioral anomalies.

Watch on YouTube · Slides

Key moments

  1. 0:00 Introduction to IMSI-catchers and persistent threat
  2. 2:00 Limitations of existing IMSI-catcher detection methods
  3. 3:15 Novel approach: characterizing mandatory IMSI-catcher behaviors
  4. 4:50 Introducing the IMSI Exposure Ratio (IER) metric
  5. 6:00 Characterizing IER for legitimate commercial base stations
  6. 7:00 Simulating IMSI-catchers and their high IER

Detecting IMSI-Catchers by Characterizing Identity Exposing Messages in Cellular Traffic

Speakers: Tyler Tucker, PhD candidate, UF

Conference: NDSS Symposium

YouTube: https://www.youtube.com/watch?v=jY3idyn11Tc

Overview

In an era of increasing digital surveillance, the persistent threat posed by IMSI-catchers (International Mobile Subscriber Identity catchers) remains a critical concern. This talk, delivered by Tyler Tucker, a PhD candidate at the University of Florida, presents groundbreaking research that redefines the approach to detecting these clandestine cellular surveillance devices. Collaborating with researchers at UT Surk, Tucker and his team have developed a novel methodology that focuses on the fundamental actions IMSI-catchers must perform to achieve their objective, rather than relying on their often-elusive behavioral anomalies.

The significance of this work cannot be overstated. Despite IMSI-catchers having been a known threat since the advent of 2G systems in the 1990s, no academic publication has previously offered statistically significant, plausible evidence of their use in the wild. Tucker's research fills this critical gap, providing the first such substantiation through rigorous statistical analysis of real-world cellular traffic. By shifting the detection paradigm and offering an open-source tool, this talk empowers the security community to actively identify and counter a pervasive surveillance threat that has long evaded reliable detection.

Background

▶ Watch: Introduction to IMSI-catchers and persistent threat (0:00)

The landscape of modern telecommunications is inherently centralized, relying on network hardware owned and operated by cellular providers. However, this infrastructure can be subverted by adversaries who deploy rogue base stations, often referred to as IMSI-catchers or Stingrays. These devices, easily constructed using small equipment and open-source software, mimic legitimate cell towers, tricking nearby mobile phones into connecting with them. Once a phone connects, the IMSI-catcher's primary goal is to extract the phone's IMSI, a permanent identifier linked to the user's SIM card, thereby enabling tracking and other surveillance activities.

The attack scenario is deceptively simple and alarmingly effective. A group of individuals in a specific area might momentarily experience their phones disconnecting from legitimate towers and reconnecting to a hidden rogue base station. A moment later, their phones seamlessly return to the legitimate network. This entire process often occurs so rapidly that users remain completely unaware of the compromise. This threat has a long history, dating back to 2G systems in the 1990s, and has persisted through subsequent generations (3G, 4G, and even 5G NSA), despite numerous security enhancements.

Previous attempts to detect IMSI-catchers have predominantly focused on identifying anomalous behavior. Researchers have explored variables such as odd tower configurations, physical layer anomalies, or the use of weak ciphers. While these approaches seemed logical, they suffered from significant limitations. A key challenge was the prevalence of both false positives and false negatives. For instance, legitimate cellular on wheels (COWs) – temporary base stations deployed by providers at events with high user density – could easily be mistaken for rogue devices if detection relied solely on rapidly appearing and disappearing base stations. Critically, despite decades of research and numerous proposals, no academic publication had managed to produce plausible, statistically supported evidence of IMSI-catcher use in real-world scenarios. This persistent lack of empirical validation highlighted a fundamental flaw in existing detection methodologies, necessitating a paradigm shift in how the problem was approached.

Key Findings

▶ Watch: Novel approach: characterizing mandatory IMSI-catcher behaviors (3:15)

The research presented by Tyler Tucker introduces a paradigm shift in IMSI-catcher detection, moving from "how might IMSI-catchers behave?" to "what must IMSI-catchers do to achieve their goal?" This fundamental reorientation led to several pivotal findings:

  1. Discovery of 53 Identity Exposing Messages (IMs): A meticulous review of cellular standards (2G, 3G, 4G, and 5G NSA) revealed 53 distinct message types that base stations can transmit to expose a device's IMSI. This is a critical finding, as previous detection techniques predominantly focused on just one or two message types, primarily identity requests, missing the vast majority of potential IMSI exposure vectors.
  1. The IMSI Exposure Ratio (IR) Metric: To quantify IMSI exposure, the researchers devised a metric called the IMSI Exposure Ratio (IR). This ratio represents the total number of connections that contain one or more of the identified IMs over the total number of connections within a specific time slot. The core hypothesis was that legitimate cell towers, prioritizing user privacy, would minimize the transmission of IMs (leaning on TMSI – Temporary Mobile Subscriber Identity – instead), resulting in a very low IR. Conversely, IMSI-catchers, whose explicit goal is IMSI acquisition, would exhibit a significantly higher IR.
  1. Characterization of Commercial Base Stations: Through over 400 hours of passive network captures using Software Defined Radios (SDRs) across diverse environments (mountains, urban labs, large sporting events, and even in Europe), legitimate commercial base stations consistently demonstrated a median IR of only 3%. This established a clear baseline for normal network behavior, characterized by low noise and single-digit IR percentages, even under network stress conditions like those found at a football game with 90,000 attendees.
  1. Characterization of IMSI-Catchers (Lab Environment): Given the infeasibility of acquiring commercial-grade IMSI-catchers, the team constructed their own 2G, 3G, and 4G fake base stations using publicly available guides and open-source code. During controlled tests, connections made to these emulated IMSI-catchers invariably included an IM, resulting in a median IR of 100%. This stark contrast to legitimate towers provided a clear signature for malicious activity. Notably, most of these lab-based connections relied on identity requests, which was the primary focus of prior detection methods.
  1. Detection of an IMSI-Catcher "In the Wild": As a crucial validation step, the researchers deployed their SDR setup at various public events, specifically targeting areas surrounding government buildings or political gatherings known for a significant law enforcement presence. At one such event, a dramatic spike in the IR was observed during a specific 15-minute window. Critically, the message breakdown revealed that the predominant IMs were not identity requests but rather specific attach reject messages. This finding underscored the inadequacy of previous detection methods that exclusively looked for identity requests. A post-event benchmark at the same location showed the IR returning to normal levels, reinforcing the anomalous nature of the observed spike. Statistical analysis conclusively demonstrated that the samples collected during the event were drawn from a different population than normal cellular traffic, providing the first statistically significant evidence of IMSI-catcher use in a public setting.
  1. Detection of Downlink Overshadowing Attacks: The methodology's focus on downlink messages means it can also detect downlink overshadowing attacks. This sophisticated attack achieves the same goal as an IMSI-catcher by injecting IMs directly into the downlink channel, without necessarily requiring a fake base station. The proposed method would perceive a flood of these injected messages as a high IR, effectively identifying this distinct threat.
  1. Future Adaptability: The approach is adaptable to detecting 5G SUCI catchers (Subscription Concealed Identifier catchers), the 5G equivalent of IMSI-catchers, by extending the analysis to 5G standards.
  1. Open-Source Tool for Community Empowerment: To foster further research and community engagement, the team has made their source code available under a "bring your own software-defined radio" model. This initiative encourages other researchers and practitioners to replicate their findings and contribute to the ongoing effort to detect cellular surveillance.

Technical Deep Dive

▶ Watch: Introducing the IMSI Exposure Ratio (IER) metric (4:50)

The technical foundation of this research rests on a comprehensive analysis of cellular communication standards and the development of a novel, measurable metric. The core insight was to move beyond speculative behavioral anomalies and instead focus on the mandatory actions of an IMSI-catcher.

The initial and most laborious technical undertaking involved a deep dive into the cellular standards themselves, spanning 2G (GSM), 3G (UMTS), 4G (LTE), and 5G NSA (Non-Standalone). This meticulous review aimed to identify every possible message type that a base station could transmit to solicit or expose a device's IMSI. The result was the identification of 53 distinct Identity Exposing Messages (IMs). This was a critical revelation, as prior academic and industry efforts had largely concentrated on a mere handful of these messages, primarily identity requests. By cataloging all 53 IMs, the researchers created a far more robust and comprehensive signature for IMSI-catcher activity, ensuring that a sophisticated adversary could not simply avoid detection by using a less commonly scrutinized message type.

To collect the necessary data, the team leveraged Software Defined Radios (SDRs). These versatile devices, when tuned to specific cellular frequencies, can passively capture downlink traffic from base stations to mobile phones. This passive approach was deliberately chosen to ensure privacy, as it does not capture any uplink traffic from user devices, thus avoiding the collection of actual IMSIs or other identifying user data. The captured raw radio signals were then processed to extract individual connections and analyze the message types within them.

The central analytical tool developed was the IMSI Exposure Ratio (IR). For a given base station and time window, the IR is calculated as:

$$ IR = \frac{\text{Number of connections containing one or more IMs}}{\text{Total number of connections}} $$

This metric serves as a direct quantifiable measure of a base station's propensity to expose user identities. The underlying hypothesis was that legitimate cellular networks are designed to protect user privacy by minimizing IMSI exposure, predominantly using a Temporary Mobile Subscriber Identity (TMSI) for routine communication. Therefore, legitimate towers would exhibit a low IR. Conversely, an IMSI-catcher, by its very definition, must expose the IMSI to achieve its objective, leading to a high IR.

The experimental validation involved three key phases:

  1. Baseline Characterization (Legitimate Networks): The researchers conducted over 400 hours of passive network captures across a wide array of environments. This involved carrying a backpack full of SDRs to diverse locations, including the mountains of North Carolina, around their lab, at a major football game with 90,000 attendees, and even in Europe with collaborators (specifically, Switzerland). The data consistently showed a median IR of only 3% for commercial base stations, with most readings in the single digits. This robust baseline confirmed the hypothesis that legitimate networks actively minimize IMSI exposure, even under high-load conditions where network "weirdness" might be expected.
  1. IMSI-Catcher Emulation (Controlled Environment): To understand the signature of an IMSI-catcher, the team built their own 2G, 3G, and 4G base stations using readily available public guides and open-source software. This was a crucial step, as access to commercial IMSI-catchers is virtually impossible for academic researchers. In these controlled lab tests, every connection initiated by a test device to the emulated IMSI-catcher contained at least one IM, resulting in a median IR of 100%. This provided a stark and clear contrast to legitimate network behavior, confirming the IR's efficacy as a detection metric. Interestingly, most of these lab-generated IMs were indeed identity requests, which aligns with the focus of older detection methods.
  1. Real-World Validation ("Hunting" for IMSI-Catchers): The final and most compelling technical validation involved deploying the SDR setup in public areas specifically chosen for their high likelihood of IMSI-catcher presence, such as locations near government buildings or political events with significant law enforcement activity. At one such event, a distinct spike in the IR was observed within a 15-minute window. What was particularly insightful was the message breakdown during this event: the majority of the IMs detected were not identity requests, but rather attach reject messages. This directly demonstrated the limitations of previous detection methods that would have entirely missed this signal, as they were not looking for these specific message types. A post-event capture at the exact same location (a public Starbucks across from the courthouse) confirmed that the IR returned to baseline levels, strengthening the conclusion of a temporary anomalous presence.

To substantiate their findings without official confirmation (which the DHS declined to provide), the researchers employed statistical analysis. By comparing the IR samples from the "court event" to all other collected baseline data, they were able to statistically conclude that the anomalous samples were drawn from a "different population." This statistical significance is paramount in a field where ground truth is notoriously difficult to obtain, providing a strong, data-driven argument for the presence of an IMSI-catcher.

Finally, the decision to focus solely on downlink messages was a deliberate privacy-preserving choice. While analyzing uplink messages could potentially offer additional detection vectors, it would necessitate collecting user-specific data, including actual IMSIs, which would raise significant ethical concerns and effectively turn the detector into another form of IMSI-catcher. By limiting the scope to downlink traffic, the tool observes the intent of a base station to expose an IMSI without compromising user privacy. The method's ability to detect downlink overshadowing attacks, which inject IMs into legitimate channels, further highlights its versatility beyond traditional fake base station detection.

Demo / Proof of Concept

▶ Watch: Characterizing IER for legitimate commercial base stations (6:00)

While the talk did not feature a live, interactive demonstration in the traditional sense, the core of its validation and proof-of-concept lies in the successful "in the wild" detection of what the researchers strongly believe was an IMSI-catcher. This real-world finding serves as the most compelling evidence for their methodology.

The team's "hunting" exercise involved strategically deploying their Software Defined Radio (SDR) equipment in public areas known for potential cellular surveillance, specifically near government buildings or political events with a notable law enforcement presence. At one such event, the passive network captures revealed a dramatic and statistically significant spike in the IMSI Exposure Ratio (IR) during a discrete 15-minute window.

Crucially, the detailed analysis of the captured traffic showed that the elevated IR was not due to the commonly anticipated identity requests, which previous detection methods primarily focused on. Instead, the predominant Identity Exposing Messages (IMs) observed were attach reject messages. This finding directly demonstrated the effectiveness of the new methodology, which considers 53 different IM types, in detecting sophisticated adversaries who might employ less obvious methods to expose IMSIs. Had the researchers relied on older techniques, this critical signal would have been entirely missed.

Further strengthening this proof of concept, the researchers conducted a post-event benchmark at the exact same location (a public Starbucks across the street from the courthouse). The subsequent captures showed that the IR had returned to the low baseline levels typically observed in legitimate cellular traffic. This stark contrast between the event-time spike and the normal post-event readings, coupled with the rigorous statistical analysis confirming the anomalous data was drawn from a "different population," collectively forms a powerful, empirical proof-of-concept for the proposed detection method. The successful construction and testing of 2G, 3G, and 4G IMSI-catcher emulators in a controlled lab environment also served as a critical proof of concept, establishing a clear high-IR signature for malicious activity that directly contrasted with legitimate network behavior.

Defensive Implications

▶ Watch: Simulating IMSI-catchers and their high IER (7:00)

The findings presented in this talk carry significant implications for cellular network defenders, security practitioners, and even policy makers. By providing a robust, statistically validated method for detecting IMSI-catchers, the research empowers a more proactive and effective defense strategy.

  1. Enhanced Detection Capabilities: Network operators and security teams should integrate the IMSI Exposure Ratio (IR) metric into their monitoring frameworks. This involves actively scanning and analyzing downlink cellular traffic for anomalous spikes in IR, particularly focusing on the 53 identified Identity Exposing Messages (IMs) across 2G, 3G, 4G, and 5G NSA standards. Moving beyond just "identity requests" is paramount, as demonstrated by the "in the wild" detection where "attach reject messages" were the primary indicator.
  1. Proactive Monitoring for Downlink Overshadowing Attacks: The methodology's ability to detect downlink overshadowing attacks means defenders can identify a broader range of threats that aim to expose IMSIs without necessarily deploying a full rogue base station. Monitoring for sudden floods of IMs, even from seemingly legitimate cell IDs, could indicate such an attack.
  1. Community-Driven Defense: The release of the open-source tool, adhering to a "bring your own software-defined radio" model, encourages broader participation in IMSI-catcher detection. Security researchers, academic institutions, and even privacy advocates can deploy and run this tool, potentially creating a distributed network of monitors. This crowdsourced approach could help identify regional hotspots of surveillance activity and provide more comprehensive coverage.
  1. Informing Policy and Procurement: The statistical evidence of IMSI-catcher use in the wild, even without official confirmation, provides concrete data for policy discussions regarding the regulation, oversight, and transparency of cellular surveillance technologies. It also highlights the need for governments and law enforcement agencies to adhere to strict ethical guidelines and legal frameworks when deploying such tools.
  1. Future-Proofing for 5G: The research lays the groundwork for detecting 5G SUCI catchers. Defenders should anticipate the evolution of these threats and actively work to adapt this methodology to the specific signaling and privacy mechanisms of 5G networks, ensuring continuous protection against next-generation surveillance.
  1. Adaptive Adversary Awareness: The talk explicitly mentions that prior detection techniques focusing on "odd cell IDs" or "odd configurations" were found to be ineffective against the observed "in the wild" IMSI-catcher, suggesting that adversaries are becoming more sophisticated in masquerading their devices. Defenders must recognize that adaptive adversaries can configure their rogue base stations to mimic legitimate towers more effectively. This reinforces the necessity of focusing on what IMSI-catchers must do (expose IMSIs) rather than what they might do (exhibit easily configurable anomalies).
  1. Ethical Considerations for Detection Tools: The emphasis on privacy preservation by focusing solely on downlink messages is a crucial defensive implication. Any detection tool should strive to avoid becoming a "passive IMSI-catcher" itself by not collecting sensitive uplink data from users. This ethical design choice builds trust and ensures that the defense mechanism does not inadvertently create new privacy risks.

Overall, this research provides a powerful, data-driven framework for understanding and countering a long-standing cellular surveillance threat. It calls for a shift in defensive strategy, emphasizing the monitoring of fundamental cellular signaling behaviors rather than easily circumvented superficial anomalies.

Key Takeaways

  • IMSI-catchers remain a persistent and evolving threat across 2G, 3G, 4G, and 5G NSA cellular networks, despite decades of security improvements.
  • Traditional detection methods are often flawed, focusing on behavioral anomalies that can be circumvented, leading to high false positive/negative rates and a lack of substantiated evidence in the wild.
  • **A new detection paradigm focuses on what IMSI-catchers must do: expose the IMSI. This led to the discovery of 53 distinct Identity Exposing Messages (IMs)** across cellular standards.
  • The IMSI Exposure Ratio (IR) is a highly effective metric: legitimate base stations consistently show a very low IR (median 3%), while IMSI-catchers exhibit a 100% IR in controlled environments.
  • This research presents the first academic publication to provide statistically significant evidence of IMSI-catcher use in the wild, identifying a spike in IR driven by specific attach reject messages (not just identity requests) at a public event.
  • The methodology, based on passive downlink traffic analysis, is privacy-preserving and can also detect downlink overshadowing attacks, and is adaptable for future 5G SUCI catcher detection.
  • An open-source tool is available for the community, encouraging further research and distributed detection efforts using Software Defined Radios.

About the Speaker(s)

Tyler Tucker is a PhD candidate at the University of Florida (UF). His research focuses on cellular security, specifically addressing the long-standing challenge of detecting IMSI-catchers. This talk represents a significant joint effort with collaborators at UT Surk. Tucker's work is characterized by a rigorous, data-driven approach, evidenced by his extensive passive network captures and the use of statistical analysis to substantiate findings in complex, real-world security scenarios. He is committed to empowering the broader security community by providing open-source tools to combat pervasive surveillance threats.

Reviews

Dr. Zero (Offensive Security Researcher) — STRONG ACCEPT

Tucker does something the field has been failing at for 30 years: produces statistically significant real-world evidence of IMSI-catcher deployment, and does it by rethinking the detection primitive rather than tuning the same broken heuristics. The core insight — stop chasing behavioral anomalies and instead enumerate what a catcher must do — is simple, rigorous, and embarrassingly overdue.

Heather Calloway (CISO) — SOLID

Methodologically rigorous academic work that fills a real gap — first statistically supported evidence of IMSI-catcher use in the wild is a meaningful milestone. But the talk is built for researchers, not operators or decision-makers, and the defensive implications section reads like an appendix rather than a call to action.

→ Top-rated talks at Network and Distributed System Security (NDSS) Symposium 2025

All talks from Network and Distributed System Security (NDSS) Symposium 2025