Microsoft · Filed May 1, 2026 · Published Sep 10, 2026 · verified — real USPTO data

Microsoft Patents a Security Filing That Only Lets Verified Senders Pass Data Through

Most network security tools try to filter bad traffic. This Microsoft patent takes a different approach: it only lets traffic flow in pre-approved directions, and it checks a shared ledger to confirm the sender is who they claim to be.

A system of interconnected nodes and a database host, illustrating how data diodes and key pairs are used for secure data transmission. Drawing from patent filing US 2026/0270087 A1.
A system of interconnected nodes and a database host, illustrating how data diodes and key pairs are used for secure data transmission.
See all 6 drawings from this filing ↓
Publication number US 2026/0270087 A1
Applicant Microsoft Technology Licensing, LLC
Filing date May 1, 2026
Publication date Sep 10, 2026
Inventors Ramarathnam VENKATESAN, Nishanth CHANDRAN, Panagiotis ANTONOPOULOS, Christoph BERLIN, Michael James ZWILLING
CPC classification 713/176
Grant likelihood Medium
Examiner CENTRAL, DOCKET (Art Unit OPAP)
Status Docketed New Case - Ready for Examination (Jun 5, 2026)
Parent application is a Continuation of 18326493 (filed 2023-05-31)
Document 20 claims

How Microsoft's one-way data gate actually works

Today, most networks allow any computer to send messages to any other computer, as long as the right password or certificate checks out. That flexibility is also a big vulnerability: if an attacker compromises one machine, they can use it to send data anywhere. Microsoft's patent describes a system designed to hard-limit that freedom.

The idea is a "data diode" that only allows information to travel in specific, pre-defined directions between computers on a network. Think of it like a physical one-way valve in plumbing. Before any data gets through, the system checks the sender's identity against a ledger (a shared, structured list of trusted sources) and verifies a digital signature on the message. If the sender's signature doesn't match their ledger entry, the data is blocked.

This kind of control is especially useful in environments like power grids, financial systems, or government networks, where you never want a monitoring computer to accidentally send commands back to the systems it's watching.

From the filing · CLAIM 1
… determine whether the data transmitted from the first node to the second node satisfies the directional policy information based at least in part on the at least one attribute of the first node …

Translation: The system checks if the sending device meets the rules for where data is allowed to flow.

Inside Microsoft's ledger-based directional policy check

The patent describes a processor-and-memory system that sits between network nodes (computers or devices on a network) and enforces what the filing calls "directional policy information," a set of rules defining which nodes are allowed to send to which other nodes.

When data arrives, the system runs through a chain of checks:

  • It looks up the sending node's attributes in a maintained data structure (essentially a database of known nodes and their properties).
  • It checks the directional policy to confirm that the sender is even permitted to transmit to the receiving node.
  • It decrypts the incoming data using the receiving node's private key (the secret half of a public-private encryption pair).
  • It compares a digital signature embedded in the decrypted data against a ledger entry mapped to the sending node, verifying the sender is a trusted entity.

Only if every check passes does the system allow the data to propagate to the destination. The ledger approach is notable: rather than relying solely on cryptographic certificates (the way HTTPS works on the web), the system anchors trust in a maintained, auditable record that can be updated or revoked centrally.

Unidirectional enforcement is the core claim. The system doesn't just authenticate; it makes certain that even a legitimate, trusted node cannot send data in a direction the policy doesn't permit.

From the filing · THE ABSTRACT
A determination is made whether a digital signature in the decrypted data corresponds to a ledger entry mapped to the first node in a first set of ledger entries.

Translation: The system checks a digital record to confirm the sender's identity matches an approved list.

What this means for air-gapped and high-security networks

For industries that run critical infrastructure, a software-defined data diode matters because hardware data diodes (physical devices that literally cannot send data backward) are expensive, inflexible, and hard to update. A system that enforces the same one-way guarantees in software, backed by a verifiable ledger, could be far easier to deploy across a large network.

Microsoft's steady investment in enterprise security patents suggests the company sees enterprise and government infrastructure as a long-term market. For IT administrators managing air-gapped or segmented networks, the ledger-based verification adds an audit trail that pure hardware solutions can't easily provide: every permitted transmission is tied to a named, logged identity.

This is the 390th Microsoft filing in our Microsoft coverage since May, adding to work like the AI training data router and shifting video backgrounds.

Editorial take

The whole system rests on a master list of trusted senders. If that list gets corrupted or faked, every safety check built on top of it fails. That is a real cost, and the patent says nothing about how that list is kept honest.

That silence is the trade worth scrutinizing. Microsoft likely kept the filing broad on purpose, which is a reasonable legal move, but it leaves the hardest question unanswered.

The direction is still sound. Letting software enforce what used to require expensive physical hardware means far more organizations can protect sensitive data in transit. The design pays off if the list problem gets a real answer in practice.

There are more where this came from

We read every patent application Big Tech publishes and send you the ones worth knowing. Plain English, free, every week.

The drawings

6 drawing sheets from US 2026/0270087 A1 · click any drawing to enlarge

Patent filing page

Source. Full patent text and figures from the official USPTO publication PDF.