Table of Contents
Fetching ...

Uncovering the Dark Side of Telegram: Fakes, Clones, Scams, and Conspiracy Movements

Massimo La Morgia, Alessandro Mei, Alberto Maria Mongardini, Jie Wu

TL;DR

This paper analyzes Telegram's dark side by building TGDataset, a broad snapshot of 35,382 channels and 132,804,557 messages to study verified, scam, clone, and fake channels, as well as the Sabmyk conspiracy network. It introduces a machine learning detector that labels fake channels with an accuracy of 86% and analyzes clones, the graph structure of channel forwarding, and topic distributions via LDA, revealing how information spreads and how malicious actors operate. Key contributions include publicly releasing TGDataset, a fake-channel detector with quantifiable performance, 83 clone channels characterization, and a detailed Sabmyk network analysis showing rapid, coordinated diffusion across multilingual channels. The findings advance understanding of Telegram's ecosystem, inform safer platform use and moderation, and suggest future work on media content, groups, and broader API-enabled analyses.

Abstract

Telegram is one of the most used instant messaging apps worldwide. Some of its success lies in providing high privacy protection and social network features like the channels -- virtual rooms in which only the admins can post and broadcast messages to all its subscribers. However, these same features contributed to the emergence of borderline activities and, as is common with Online Social Networks, the heavy presence of fake accounts. Telegram started to address these issues by introducing the verified and scam marks for the channels. Unfortunately, the problem is far from being solved. In this work, we perform a large-scale analysis of Telegram by collecting 35,382 different channels and over 130,000,000 messages. We study the channels that Telegram marks as verified or scam, highlighting analogies and differences. Then, we move to the unmarked channels. Here, we find some of the infamous activities also present on privacy-preserving services of the Dark Web, such as carding, sharing of illegal adult and copyright protected content. In addition, we identify and analyze two other types of channels: the clones and the fakes. Clones are channels that publish the exact content of another channel to gain subscribers and promote services. Instead, fakes are channels that attempt to impersonate celebrities or well-known services. Fakes are hard to identify even by the most advanced users. To detect the fake channels automatically, we propose a machine learning model that is able to identify them with an accuracy of 86%. Lastly, we study Sabmyk, a conspiracy theory that exploited fakes and clones to spread quickly on the platform reaching over 1,000,000 users.

Uncovering the Dark Side of Telegram: Fakes, Clones, Scams, and Conspiracy Movements

TL;DR

This paper analyzes Telegram's dark side by building TGDataset, a broad snapshot of 35,382 channels and 132,804,557 messages to study verified, scam, clone, and fake channels, as well as the Sabmyk conspiracy network. It introduces a machine learning detector that labels fake channels with an accuracy of 86% and analyzes clones, the graph structure of channel forwarding, and topic distributions via LDA, revealing how information spreads and how malicious actors operate. Key contributions include publicly releasing TGDataset, a fake-channel detector with quantifiable performance, 83 clone channels characterization, and a detailed Sabmyk network analysis showing rapid, coordinated diffusion across multilingual channels. The findings advance understanding of Telegram's ecosystem, inform safer platform use and moderation, and suggest future work on media content, groups, and broader API-enabled analyses.

Abstract

Telegram is one of the most used instant messaging apps worldwide. Some of its success lies in providing high privacy protection and social network features like the channels -- virtual rooms in which only the admins can post and broadcast messages to all its subscribers. However, these same features contributed to the emergence of borderline activities and, as is common with Online Social Networks, the heavy presence of fake accounts. Telegram started to address these issues by introducing the verified and scam marks for the channels. Unfortunately, the problem is far from being solved. In this work, we perform a large-scale analysis of Telegram by collecting 35,382 different channels and over 130,000,000 messages. We study the channels that Telegram marks as verified or scam, highlighting analogies and differences. Then, we move to the unmarked channels. Here, we find some of the infamous activities also present on privacy-preserving services of the Dark Web, such as carding, sharing of illegal adult and copyright protected content. In addition, we identify and analyze two other types of channels: the clones and the fakes. Clones are channels that publish the exact content of another channel to gain subscribers and promote services. Instead, fakes are channels that attempt to impersonate celebrities or well-known services. Fakes are hard to identify even by the most advanced users. To detect the fake channels automatically, we propose a machine learning model that is able to identify them with an accuracy of 86%. Lastly, we study Sabmyk, a conspiracy theory that exploited fakes and clones to spread quickly on the platform reaching over 1,000,000 users.
Paper Structure (20 sections, 6 figures, 3 tables)

This paper contains 20 sections, 6 figures, 3 tables.

Figures (6)

  • Figure 1: \ref{['fig:cdf_subscribers']} CDF of the number of subscriber for scam, verified and standard channels. \ref{['fig:cdf_forwarded_messages']} CDF of the ratio of forwarded messages for scam, verified an standard channels.
  • Figure 2: \ref{['fig:cdf_text_messages']} and \ref{['fig:cdf_media_messages']} display respectively the CDFs of the number of text-based and media-based messages posted by the 3 kind of channels.
  • Figure 3: \ref{['fig:page_rank']} CDF of PageRank values of scam, verified and standard channels. \ref{['fig:cdf_copied_messages']} CDF of the ratio of copied messages.
  • Figure 4: Telegram service messages.
  • Figure 5: SHAP values of the 5 features that contribute most to model prediction.
  • ...and 1 more figures