Subscribe to the Non-Human & AI Identity Journal
Architecture & Implementation Patterns

Protocol Isolation

← Back to Glossary
By NHI Mgmt Group Updated June 7, 2026 Domain: Architecture & Implementation Patterns

Protocol isolation means placing industrial protocols behind controls that restrict how they are reached and what they can touch. It helps protect legacy OT systems that cannot support modern agents, frequent patching, or direct exposure without increasing operational risk.

Expanded Definition

Protocol isolation is the practice of placing industrial or operational technology protocols behind a controlled boundary so they are not directly reachable from general-purpose networks. In NHI security, the boundary matters because protocol-speaking services, gateways, and supervisory tools often carry highly sensitive execution authority even when they are not human users.

The concept is narrower than generic network segmentation. Segmentation separates networks; protocol isolation also constrains what commands, sessions, and upstream systems can interact with a protocol endpoint. That makes it especially relevant for legacy OT environments, where direct exposure can break fragile equipment or bypass safety assumptions. Guidance varies across vendors, but the security goal is consistent: reduce reachable surface, limit command paths, and mediate all access through approved control points. The NIST Cybersecurity Framework 2.0 frames this as a protect and control problem, while NHIMG treats it as a governance pattern for constraining machine-to-machine reach. The most common misapplication is treating protocol isolation as simple firewall placement, which occurs when organisations block a port but still leave privileged protocol access exposed through an unvetted gateway.

Examples and Use Cases

Implementing protocol isolation rigorously often introduces latency, operational complexity, and troubleshooting overhead, requiring organisations to weigh safety and containment against speed of maintenance and visibility.

  • A Modbus or DNP3 gateway brokers all requests to a PLC instead of allowing direct workstation access, so only approved command types pass through.
  • A jump host or broker service mediates access to legacy OT devices, reducing direct exposure while preserving maintenance workflows.
  • Service accounts used by monitoring tools are confined to a dedicated zone and cannot pivot into adjacent control networks, limiting blast radius.
  • An incident review of the Schneider Electric credentials breach highlights why protocol-facing access paths should be treated as high-value NHI entry points, not routine admin channels.
  • Industrial remote access is terminated at a protocol broker that logs commands, enforces allowlists, and blocks unauthorised write operations to safety-relevant assets.

For implementation patterns, SPIFFE is useful when protocol brokers need strong workload identity, and the CISA secure by design guidance reinforces reducing exposed pathways rather than trusting perimeter-only controls.

Why It Matters in NHI Security

Protocol isolation is critical because many industrial protocols were designed for trusted environments and lack modern native protections such as strong authentication, fine-grained authorisation, or safe secret handling. When those protocols are exposed directly, service accounts, API keys, and remote operators can become an easy path to lateral movement or unsafe command execution. NHIMG research shows that only 5.7% of organisations have full visibility into their service accounts, which means protocol access is often less governed than teams assume. In practice, that obscurity turns a minor configuration error into an enterprise-wide operational risk.

Protocol isolation also supports zero trust by ensuring that access is explicitly brokered rather than implicitly inherited from network location. It is especially important where a compromised non-human identity could issue direct control commands or reach systems that were never meant to be internet-facing. Organisations that ignore this usually discover the problem only after a breach, unsafe change, or outage, at which point protocol isolation becomes an operational recovery requirement rather than a design preference.

Standards & Framework Alignment

This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.

OWASP Non-Human Identity Top 10 address the attack and risk surface, while NIST CSF 2.0 and NIST Zero Trust (SP 800-207) set the governance and control requirements practitioners need to meet.

FrameworkControl / ReferenceRelevance
NIST CSF 2.0PR.AC-4Access to protocol endpoints must be limited and mediated, not broadly reachable.
NIST Zero Trust (SP 800-207)SC-7Protocol isolation is a concrete segmentation and controlled-communications pattern.
OWASP Non-Human Identity Top 10NHI-05Exposed machine-to-machine paths increase the attack surface for NHIs and service accounts.

Place industrial protocols behind enforced boundaries and deny direct trust-based reachability.

NHIMG Editorial Note
Reviewed and updated by the NHIMG editorial team on June 7, 2026.
NHI Mgmt Group — the #1 independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org