Independent archive notice: Disclaimer: automationworldconference.com is an independent historical archive and technical educational resource. It is not affiliated with, authorized, sponsored, or endorsed by PMMI Media Group, Automation World Magazine, or any prior conference operators. All registered trademarks belong to their respective owners.

Industrial Automation Technology & Event Archive

OT cybersecurity

Cybersecurity for Remote Industrial Access

A reference architecture for controlled OT remote access using identity, zones, jump hosts, monitored sessions, and recoverable PLC environments.

Published March 21, 2025 Sources reviewed July 27, 2026 11 min read Primary-source review
Research note

Prepared by the Archive Research Desk from the cited public record. Technical judgments are framed as implementation guidance, not as a claim of firsthand work at the named facilities. Safety and standards references should be checked against the edition applicable to your project.

Remote access is operationally valuable because controls specialists and equipment vendors can diagnose systems without travel. The same path can cross enterprise, vendor, and control-system trust boundaries. A secure design therefore treats each session as a temporary, attributable, policy-controlled connection—not as a permanent extension of a trusted laptop into the plant.

This topic has a direct historical match in the recovered 2019 archive: session 1016 was titled “Remote Access Cybersecurity.” The guidance below is updated from current NIST and CISA material rather than reconstructed from the short historical page.

Air gaps are a property to verify

Many PLC networks described as “air gapped” still exchange data through historian interfaces, engineering laptops, removable media, cellular modems, temporary vendor routers, or dual-homed workstations. Build the architecture from observed conduits. Inventory switches, firewall rules, wireless bridges, modems, remote management hardware, and physical ports. Compare the evidence to network diagrams and resolve discrepancies.

Reference access path

A defensible remote workflow separates several decisions:

  1. The requester has a named identity with phishing-resistant multi-factor authentication.
  2. An authorized plant owner approves a bounded asset scope and time window.
  3. The user connects to a broker or access gateway in an industrial demilitarized zone.
  4. A managed jump host provides the required engineering application.
  5. Policy permits only necessary destinations and protocols.
  6. The session is logged, monitored, and terminated automatically.
  7. Controller changes follow the same backup, review, and acceptance process as local work.

Do not expose PLC programming ports directly to the internet. A VPN encrypts transport; it does not establish that the endpoint is healthy, the user is authorized for a specific controller, or the requested action is safe.

Apply zero-trust principles carefully

In operational technology, “never trust, always verify” must account for deterministic processes and safety constraints. Verification should occur at access boundaries without inserting fragile identity dependencies into time-critical control loops.

Useful controls include:

  • unique user and service identities;
  • device posture checks for managed endpoints;
  • asset-level policy rather than flat subnet access;
  • just-in-time activation and automatic expiration;
  • command, file-transfer, and session recording where supported;
  • separate administrative and production identities;
  • deny-by-default outbound paths from control zones.

Shared vendor accounts destroy attribution. Permanent tunnels create access that is easy to forget. Local emergency accounts may be necessary, but they should be protected, tested, monitored, and governed as break-glass credentials.

Protect engineering workstations

The jump host is part of the control-system toolchain. Maintain application allowlisting where feasible, approved software versions, offline-capable recovery media, restricted internet access, tested backups, and controlled file transfer. Scan transfer packages at a boundary appropriate to the architecture, but do not assume malware scanning proves a file is safe.

PLC project integrity matters as much as endpoint integrity. Store known-good source, hardware configuration, firmware, libraries, safety signatures, recipes, and checksums. Periodically prove that backups can restore to representative hardware.

Monitor meaningful events

Collect identity-provider decisions, gateway connection data, firewall permits and denies, jump-host logons, privilege elevation, file transfers, engineering application events, and controller changes where the platform exposes them. Normalize time so investigators can reconstruct a session.

Alert logic should include access outside the approved window, new destination assets, repeated failed authentication, unusual file movement, disabled logging, project downloads without change records, and persistent connections after maintenance ends.

Plan for safe interruption

Incident response cannot simply “pull the plug” without understanding process consequences. Predefine who can terminate a remote session, isolate a jump host, block a vendor identity, or disconnect a conduit. Coordinate those actions with operations and safety personnel.

The recovery objective is a known, safe production state with trustworthy logic—not merely a clean laptop. Exercise restoration of remote-access infrastructure and representative controller assets. Record the time, missing dependencies, licensing obstacles, and manual decisions.

Secure remote access is a lifecycle capability. Its quality is demonstrated by current identity records, bounded policy, recoverable engineering assets, useful logs, and practiced shutdown—not by the presence of a VPN appliance.

Minimum evidence for an access review

Ask for the last 90 days of approved sessions, expired access, failed logons, destination assets, transferred files, elevated actions, and controller changes. Sample a few sessions end to end. If the organization can show gateway connections but cannot connect them to an individual, approved work order, and resulting plant change, the control is only partially implemented.

Also test revocation. Disable a vendor identity, expire an approval, and confirm that cached credentials or an already-open tunnel do not preserve unintended access.

Sources and further verification

The sources below support the factual frame of this article. Vendor case studies are treated as attributed claims, not independent performance validation.

  1. NIST SP 800-82 Rev. 3 — Guide to Operational Technology Security — National Institute of Standards and Technology
  2. Configuring and Managing Remote Access for Industrial Control Systems — Cybersecurity and Infrastructure Security Agency
  3. ICS Recommended Practices — Cybersecurity and Infrastructure Security Agency
  4. Archived session 1016 — Remote Access Cybersecurity — Internet Archive

Read the archive’s sourcing, correction, and evidence policy.