AntiMalwareJuly 15, 2026🇷🇺Translated from Russian

Russia Launches Paid 'Tochka Kontakta' Messenger for Inmates in SIZO and Correctional Facilities

Russia has introduced a specialized messaging service designed to connect relatives and friends with individuals held in SIZO (pre-trial detention centers) and correctional institutions. The platform, named «Tochka Kontakta» (Point of Contact), allows users to send text messages, photographs, video recordings, and voice messages to inmates.

Unlike conventional messengers, the service follows a strict pay-per-action pricing model. An electronic letter of up to 2,500 characters costs 35 rubles, while a short text message limited to 200 characters is priced at 3.09 rubles. Video messages are charged according to length: up to 90 seconds for 4.29 rubles and up to 180 seconds for 7.99 rubles. Voice messages cost approximately 7 rubles each, according to reports from the Telegram channel «Banks, money, two offshore».

In addition to individual message fees, the service offers paid content subscriptions. Users can purchase access to regularly updated thematic sections for 99 rubles per chosen category. The project’s official website states that the platform aims to help families maintain contact with loved ones serving sentences or awaiting trial.

The interface is presented as a standard chat application displaying text, audio, and photo exchanges, accompanied by explicit notifications about charges for incoming messages. Developers have announced plans to make the application available in all major mobile app stores, although rollout details have not yet been specified.

Information regarding the platform’s operator, the procedures for reviewing and approving messages, and the complete list of participating detention facilities has not been disclosed. The service effectively introduces a literal tariff system for personal communication, requiring users to carefully calculate message length and media duration before contacting an inmate.

Related articles

SecuritylabOther

Why AI Chatbots Misread Polished Reports and How to Prepare AI-Ready Content

Beautifully designed reports often confuse AI systems because visual layout does not preserve logical relationships between elements. When design is stripped away, machines may lose connections between headings, numbers, tables, and footnotes, leading to incorrect interpretations of key facts such as revenue growth. The solution is to create AI Ready content that maintains structure, semantics, and context even after text extraction or copying. This approach aligns closely with web accessibility standards from W3C and benefits both human readers using assistive technologies and automated analysis tools. Organizations are advised to use tagged PDFs following PDF/UA and ISO 14289-2:2024, provide data in XLSX or CSV alongside visual charts, and ensure every important figure travels with its full context including period, unit, and comparison base. The same principles apply to presentations, press releases, websites, and multimedia content.

HabrOther

Statistical Analysis in OSINT: Tools, Methods and Real-World Intelligence Applications

The article explains why statistical processing has become an essential component of professional OSINT work when analysts face large volumes of raw data. It outlines five core tasks that statistical methods solve: actor profiling, disinformation monitoring through time-series and graph analysis, financial intelligence, geospatial verification, and threat assessment. The text compares popular tools including Maltego, Gephi, Python, R, Power BI, Tableau and SpiderFoot, stressing that real investigations usually combine several of them. Detailed examples show how Pearson correlation, Louvain clustering and TF-IDF or BERT embeddings help identify coordinated botnets in social media. Famous leaks such as Panama Papers and Pandora Papers are presented as landmark cases where regression models, cluster analysis and network graphs exposed hidden ownership structures. The piece also lists open statistical sources from national agencies, international organisations and technical platforms, and reviews key mathematical techniques from basic descriptive statistics to ARIMA, CUSUM, DBSCAN and dimensionality reduction methods.

HabrOther

Bot Traffic Overtakes Human Traffic in 2024 as AI Agents and Scrapers Surge

Analysis of internet traffic from 2013 to 2026 shows automated bots steadily eroding human dominance online. Imperva data reveals human traffic fell to 47 percent by 2025 while malicious bots reached 40 percent. Good bots such as search crawlers remain stable, but gray AI agents and scrapers now drive much of the growth. Companies face rising infrastructure costs from bot traffic that generates no revenue, described as an invisible tax. Cloudflare and Akamai reports confirm high volumes of automated requests, with many classified as harmful scraping. The trend raises concerns about a synthetic internet shaped more by AI recommendations than human activity.

HabrOther

Understanding Security Alerts Only Becomes Clear When You Start Writing Detection Rules Yourself

A cybersecurity professional who spent years as a SOC analyst reviewing alerts before moving into detection engineering shares key insights on why alerts behave differently depending on perspective. The article explains the inherent trade-offs in tuning detection rules, the architectural reasons alerts often arrive without full context, and why default priorities rarely match any single organization's environment. It highlights how false positives are not simply developer errors but calculated risks between coverage and noise. The piece also stresses the value of feedback loops between SOC teams and detection developers to improve overall security effectiveness.