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 experienced complete loss of connectivity to encrypted DNS resolvers operated by Google and Cloudflare. The outages are not caused by network congestion or resolver failure; instead, connections are actively disrupted at the network level.
DoT traffic to port 853 is terminated with TCP RST packets immediately after the three-way handshake completes. DoH traffic to port 443 passes the TCP handshake but is dropped silently once the TLS ClientHello containing the SNI value dns.google or cloudflare-dns.com is observed. This selective behaviour demonstrates the use of deep packet inspection rather than simple port or IP blocking.
Simultaneously, unencrypted UDP DNS queries on port 53 are being redirected to the national domain-name system infrastructure known as NSIDI. The replacement resolver returns authoritative NXDOMAIN responses for blocked domains while supplying correct answers for all other names, making the manipulation invisible to applications that do not validate DNSSEC signatures.
Technical verification methods include checking the Authoritative Answer flag in responses, sending deliberately low-TTL queries to trigger ICMP Time Exceeded messages, and querying the diagnostic domain whoami.akamai.net to reveal the actual resolver IP address. These tests consistently show that traffic never reaches the intended public resolvers.
Existing circumvention techniques such as DNS over TCP, direct IP connections that avoid SNI inspection, and local tools like GoodbyeDPI or zapret provide only partial relief. The only reliable solution remains routing all traffic, including DNS, through an encrypted VPN tunnel that hides both destination addresses and query contents from the TSPU sensors.
Related articles
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.
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.
Glassbox Tool Exposes Browser Fingerprinting Risks and Limitations of Incognito Mode
Developer and security researcher David Dale has released Glassbox, an open tool that runs over 30 browser fingerprinting checks to show how identifiable a user appears to trackers. The service evaluates Canvas, WebGL, installed fonts, WebAssembly functions, available APIs, third-party authentication state, and audio processing characteristics entirely in the browser. Results include raw test data and an identifiability score capped at roughly 33 bits, sufficient in theory to single out one person among the global population. Tests reported by The Register showed Chrome at 99 percent identifiability, Firefox at 89 percent, and Tor Browser at 56 percent, though these figures rely on a mathematical model rather than real-world visitor databases. Dale warns that overly hardened configurations can increase uniqueness and recommends using Tor or VPN together with WebRTC leak prevention to blend into larger anonymity sets.
Android 17 Adds Local Network Protection and Strengthens Wi-Fi Privacy Controls
Android 17 introduces Local Network Protection, requiring apps to obtain explicit permission before scanning or connecting to devices on the same Wi-Fi network. The feature limits unauthorized discovery of TVs, cameras, printers, consoles and other local equipment that could previously be used to build detailed user profiles. The update also enables Encrypted Client Hello by default to hide domain names during HTTPS handshakes from network observers. Certificate Transparency is now activated by default to detect fraudulent or mis-issued certificates that could enable interception attacks. Additional safeguards block forced downgrades to insecure 2G networks often exploited by fake base stations for SMS-based fraud. These changes collectively reduce passive tracking and man-in-the-middle risks without disrupting legitimate local network functions such as media casting.