HabrAugust 4, 2026🇷🇺Translated from Russian

Mapping Logical Air Gap Techniques for Secure Network Segmentation

A comprehensive technical guide examines practical methods for constructing logical air gaps that isolate sensitive network segments while still permitting controlled data exchange. The material builds on the principle that security is an architectural property rather than a simple perimeter fence, positioning logical air gaps between the extremes of a complete physical disconnect and an ordinary reverse proxy.

Why Firewalls Alone Are Insufficient

Traditional perimeter firewalls maintain an always-present network path that can be exploited through rule errors, unknown vulnerabilities, or configuration changes. For segments such as industrial control systems, backup repositories, hardware security modules, and machine-learning models, the cost of compromise justifies stronger isolation than packet filtering can provide.

Definition and Evaluation Criteria

A logical air gap exists when no end-to-end network path remains between an untrusted and a trusted segment, yet meaningful data exchange continues through an intermediary that terminates one session and originates another. Three primary axes are used for comparison: persistence of a direct route, which party initiates connections, and support for synchronous replies. Cost in money, latency, and operational effort forms an implicit fourth dimension.

Level 0 – Physical Isolation

At the lowest level, isolation is enforced by the absence or physical one-way nature of the transmission medium. Classic air gap and sneakernet rely on removable media with manual inspection. Hardware optical diodes provide unidirectional fiber links whose directionality is proven by circuitry rather than configuration. Stations with manual or robotic confirmation add human oversight to each transfer.

Level 1 – Network-Layer Separation

Separate VRF or VLAN instances without route leakage, dual-homed hosts with forwarding disabled, and bump-in-the-wire Layer-2 bridges all prevent packets from traversing the boundary. One-way UDP firewall rules offer a low-cost pilot before hardware diode deployment, though they remain dependent on correct configuration.

Level 2 – Transport-Layer Mediation

Proxies that fully terminate TCP sessions, pull-based models where the trusted side always initiates outbound connections, and mutual outbound connections to a meeting point in a DMZ are presented. Two common misconceptions are highlighted: reverse tunnels that re-establish an end-to-end stream and single-packet authorization schemes that ultimately permit direct connectivity once the port is opened.

Level 3 – Storage-Based Exchange

Message brokers such as Redis, RabbitMQ, Kafka, and NATS, file spools, object storage used as mailboxes, database tables acting as transfer queues, and one-way replication or change-data-capture mechanisms allow the two sides to interact only through a shared intermediary. Shared memory between virtual machines on the same hypervisor provides microsecond latency at the cost of placing both segments on a single host.

Level 4 – Semantic Validation

Above the transport layer, narrow RPC contracts using gRPC and protobuf, request reconstruction by proxies, signed envelopes, JSON Schema validation, two-phase ticket-and-callback flows, and human-in-the-loop approval further reduce the attack surface by operating on meaning rather than raw traffic.

Level 5 – Exotic Channels

Screen-to-camera QR-code chains, printed barcodes, and acoustic modems illustrate that isolation is a property of the overall construction rather than any single commercial product.

Related articles

SecuritylabOther

Teenage Smartphone Addiction: Causes, Consequences, and Treatment Approaches

Smartphone use has become an integral part of adolescent life, but problematic usage patterns rather than device ownership itself are the focus of concern. Medical experts avoid the term smartphone addiction and instead address issues like disrupted self-control, social media overuse, and gaming disorder that interfere with sleep, studies, relationships, and mental health. Data from Pew Research indicates nearly 50% of U.S. teens aged 13-17 are online almost constantly, while CDC findings link four or more hours of daily screen time to elevated anxiety and depression symptoms. Family digital habits strongly influence teen behavior, and rigid bans often fail without addressing underlying issues such as boredom, anxiety, or social isolation. Parents are advised to track specific disruptions over a week and consider professional help when signs of depression, bullying, or self-harm appear alongside device overuse.

HabrOther

VK WorkSpace Federation Enables Secure Multi-Organization On-Premise Messaging Without Infrastructure Merge

VK Tech has released federation capabilities for its VK WorkSpace corporate messenger that connect independent On-Premise installations while preserving each organization's full control over data, administration, and security policies. The feature, first piloted in November 2025 and expanded in the July 2026 26.2 release, supports multi-party chats across more than two separate environments. Federation relies on mutual trust establishment and per-user access grants rather than full directory replication or proxy access to a single host instance. Each participating organization maintains local copies of messages, files, and chat metadata, allowing continued access even if a partner installation becomes unavailable. The architecture deliberately avoids both centralized hosting and open protocols such as Matrix to keep changes to the existing messenger core minimal. Administrators retain independent levers to create or revoke trusts and to limit which employees may communicate externally.

AntiMalwareOther

Sergey Volkov of Cloud.ru Named Top CISO in Russian IT Sector Ranking

Sergey Volkov, Director of the Cyber Protection Center at Cloud.ru, has secured first place in the information security category of the annual Top-1000 Russian Managers ranking. The ranking, published by the Association of Managers in the Kommersant newspaper since 2001, is compiled through peer evaluations by top executives followed by review from expert commissions. Volkov oversees information security strategy and operations for Cloud.ru, and his top position reflects professional recognition of his leadership results. The Association also analyzed broader achievements among laureates and identified key trends in Russian management. Artificial intelligence adoption for business process optimization appeared in 80 percent of reviewed accomplishments. Client orientation through user experience analysis and personalized solutions ranked second, while operational efficiency via cost reduction, automation, and digitalization took third place.

AntiMalwareOther

Russia Hands Down First Conviction Under New Criminal Article for Online Drug Propaganda

A resident of Orenburg became the first person in Russia to receive a criminal sentence under Article 230.3 of the Criminal Code, which criminalizes online drug propaganda following repeated administrative violations. The man was fined 100,000 rubles and had his mobile phone confiscated after he printed and posted leaflets containing a QR code that directed users to job advertisements linked to drug distribution. The scheme began when he was recruited via messenger to place the leaflets for 10 rubles each, without realizing the content involved narcotics-related vacancies. Prior to this case, the individual had already been sanctioned twice within the same year for illegal drug advertising, allowing prosecutors to escalate the matter to the new criminal provision that took effect on 1 March. The court considered his prior record as a recidivism aggravating factor yet imposed the minimum fine after he admitted guilt, expressed remorse, and cooperated with investigators. The ruling has already entered into force, marking the initial application of the statute that permits penalties up to two years of imprisonment or fines between 100,000 and 300,000 rubles.