HabrAugust 15, 2026🇷🇺Translated from Russian

Bypassing Blocks, Privacy, and Anonymity Remain Separate Challenges for Decentralized Networks

The developers behind the decentralized network Tunnel Cat have published a detailed clarification stating that bypassing internet blocks, protecting privacy, and ensuring anonymity are fundamentally different technical tasks.

In a follow-up to an earlier post about AmneziaWG, the team explains why even a working decentralized system cannot automatically deliver privacy or anonymity. Transport encryption uses standard TLS, which prevents individual nodes from reading passing traffic. However, this protection is limited to the channel and does not replace end-to-end encryption of the actual messages or calls.

The architecture routes traffic through many independent client devices located in different jurisdictions. Because no single operator controls every hop, the project cannot offer assurances about every participant in the path. Consequently, Tunnel Cat does not claim to protect the content of conversations.

Practical recommendations

The authors advise users to separate concerns:

  • Use messengers with verified end-to-end encryption such as Signal or Matrix for actual communication.
  • Avoid relying on Telegram for sensitive discussions, noting that its server-side code is closed and default chats lack E2E protection.

They are developing their own messenger, Ratatoshk, on top of the same network precisely because circumvention and private messaging require independent security audits.

Logging and identifiability

Tunnel Cat retains operational event logs that record metadata about connections and blocked resources. These logs exist for two stated reasons: to demonstrate compliance with local laws regarding serious crimes and to obtain real-time data on blocking techniques inside Russia. The team acknowledges that this telemetry prevents the system from being considered an anonymity tool.

The post concludes that attempting to solve circumvention, privacy, and anonymity with a single product usually weakens all three guarantees. Users seeking strong anonymity are directed to specialized solutions such as Tor instead of depending on Tunnel Cat.

Related articles

BoletimSecPrivacy & Surveillance

Pegasus Spyware Returns in Serbian Surveillance Campaign via Zero-Click iMessage Exploit

A Serbian student activist's iPhone was infected with the Pegasus spyware through a zero-click exploit in iMessage, allowing silent installation without any user interaction. The infection, confirmed by Citizen Lab in collaboration with the SHARE Foundation, showed indicators of compromise between December 2025 and January 2026. Apple later sent the target a notification warning of a mercenary spyware attack attempt. The exploit granted full access to photos, messages, files, and enabled covert microphone and camera activation. The vulnerability was addressed in the iOS 18.4.1 update released on April 16, 2025. The incident forms part of a wider surveillance wave in Serbia, with at least 14 individuals including students, activists, a parliament member, and a local political representative receiving similar Apple alerts. Additional targets were hit with Android spyware variants linked to NoviSpy.

AntiMalwarePrivacy & Surveillance

Mozilla Adds Built-in Ad Blocker to Firefox for iOS Devices

Mozilla has integrated a native ad-blocking feature directly into its Firefox browser for iOS. The update allows iPhone and iPad users to block third-party advertisements and associated trackers before web pages load, eliminating the need for separate extensions. Apple’s App Store policies have long restricted the use of third-party content blockers on iOS compared to desktop and Android platforms. The new functionality targets intrusive elements such as pop-up windows, content-overlapping banners, and other advertising formats. By handling blocking at the browser level, Firefox for iOS improves user privacy and reduces exposure to tracking mechanisms without requiring additional software installation.

HabrPrivacy & Surveillance

De-Clouding IoT Devices: Local Control for Midea Air Conditioners and Tuya-Based Cat Feeders

A security researcher detailed a methodical approach to eliminating vendor cloud dependency for Wi-Fi IoT devices in a smart home setup. After acquiring a cat, the author was forced to integrate several Tuya-based appliances that only worked through proprietary cloud apps. Using hardware analysis tools including UART adapters, multimeters, and soldering equipment, the devices were disassembled and their controllers identified. The Midea air conditioner controller based on TYWE3S ESP8266 was reflashed with ESPHome to enable direct Home Assistant integration. For the Tuya WBR3-powered cat feeder running on an RTL8720CF chip, OpenBeken firmware was installed after extracting the original firmware with ltchiptool. Detailed UART communication analysis between the Wi-Fi module and MCU allowed full recreation of scheduling and control functions locally via MQTT.

HabrPrivacy & Surveillance

Russia Starts Blocking Encrypted DNS Protocols DoH and DoT Across Major ISPs

Since mid-August 2026, subscribers of Rostelecom, Dom.ru, Tattelecom, SkyNet and Beeline have reported sudden failures of encrypted DNS services from Google and Cloudflare. The blocking affects both DoT on port 853 and DoH on port 443, but the mechanisms differ: DoT connections receive TCP RST packets while DoH sessions are silently dropped after the TLS ClientHello. Analysis shows the interference originates from TSPU equipment performing DPI on SNI fields and known resolver domains. At the same time, ordinary UDP DNS queries are being intercepted and answered by the NSIDI infrastructure, returning NXDOMAIN for blocked domains. The changes indicate a centrally coordinated rollout of new filtering rules rather than isolated operator actions. Users are advised that encrypted DNS no longer provides reliable privacy or circumvention and that full VPN tunnels remain the only robust option.