Skip to main content
Engineering articleEngineering guidance

OT cybersecurity for connected MES and industrial AI

Connecting execution, edge data and AI increases value and attack surface. A defensible design uses segmentation, identity, least privilege and explicit trust boundaries.

Talk to an engineer
OT cybersecurity for connected MES and industrial AI
Fabrix + SensX + OT EngineeringOT CybersecurityReviewed Aug 7, 2026

Modern manufacturing platforms connect systems that historically lived in different trust zones: PLCs, edge gateways, MES, cloud services, engineering workstations and AI applications. The architecture should assume those connections are valuable and therefore worthy of explicit security design.

Start with zones and conduits

IEC 62443 provides a useful way to reason about industrial security by grouping assets with similar security requirements and controlling communication paths between them.

For a connected MES architecture, that can mean separating control networks, edge integration, application services, enterprise interfaces and administrative access rather than allowing broad lateral connectivity.

Give services identities too

Human role-based access is only part of the problem. Edge agents, APIs, brokers and integration jobs also need authenticated identities with only the permissions required for their function.

Shared credentials and unrestricted service accounts make investigation difficult and expand the impact of a compromised component.

Make write paths exceptional

Read-only telemetry and transactional write actions should not share the same trust assumptions. A system that reads machine state may not need authority to change set points or production status.

Where write-back is required, use narrow APIs, explicit authorization, audit logging and approval workflows appropriate to the operational consequence.

  • Network segmentation
  • Mutual authentication where supported
  • Least-privilege service accounts
  • Patch and update governance
  • Remote-access controls
  • Centralized audit and security monitoring

Security must survive operations

A design that is secure only when every connection is online and every certificate is fresh will eventually create workarounds. Certificate renewal, offline recovery, backup, break-glass access and vendor support all need operational procedures.

Delfers OT Engineering treats those lifecycle questions as part of architecture so connected platforms remain supportable after go-live.

Industrial security is not a firewall around the plant. It is a set of explicit trust decisions that continues through identity, integration, support and change management.
Technical references

Standards and primary sources used for context.

These links provide technical context. Their inclusion does not claim product certification or compliance unless explicitly stated elsewhere.

  1. ISA/IEC 62443 seriesInternational Society of AutomationCybersecurity requirements and processes for industrial automation and control systems.
  2. OPC UA specificationsOPC FoundationOfficial published OPC UA specifications and companion information models.