implementing-conduit-security-for-ot-remote-access

Implement IEC 62443 conduit architecture for secure OT remote access with jump servers and MFA.

954|172|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/xalgord/xalgorix --skill implementing-conduit-security-for-ot-remote-access
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implementing-conduit-security-for-ot-remote-access
Source: https://github.com/xalgord/xalgorix/tree/main/internal/tools/skills/data/ot-ics-security/implementing-conduit-security-for-ot-remote-access
Command: npx skills add https://github.com/xalgord/xalgorix --skill implementing-conduit-security-for-ot-remote-access

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Direct VPN connections from IT networks or vendors into OT control networks expose industrial control systems to unauthorized access. This Skill guides the deployment of IEC 62443-compliant conduit architecture so all remote access terminates in a Level 3.5 DMZ with controlled, auditable pathways.

Core Features & Use Cases

  • Conduit Architecture Design: Defines YAML-based conduit specifications with jump servers, MFA-enabled gateways, protocol filtering, and prohibited data flows.
  • Approval-Based Access Workflow: Provides a Python OTConduitManager that validates access requests against policy, blocks safety-system targets, and maintains audit trails.
  • Vendor Session Controls: Enforces time-limited sessions, session recording, credential revocation, and vendor escort requirements.
  • Use Case: A plant needs to grant a Siemens field engineer temporary access to update PLC firmware. Use this Skill to design the conduit path, submit and approve the access request, and generate an audit report without exposing the OT network directly.

Quick Start

Ask the AI to design an IEC 62443 conduit architecture for vendor remote access to your PLCs and generate the corresponding access request and audit report.

Frequently Asked Questions about implementing-conduit-security-for-ot-remote-access

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I secure remote access to OT and ICS networks?

Secure OT remote access by terminating all connections in a Level 3.5 DMZ through a hardened jump server with MFA, session recording, and protocol filtering. Never allow direct VPN tunnels to Level 1/2 devices, and require manager approval before credentials are activated.

What is an IEC 62443 conduit for remote access?

An IEC 62443 conduit is a controlled communication path between security zones with defined security policies. For remote access, it channels traffic from enterprise IT through a DMZ jump server to approved OT targets using only allowed protocols like RDP, SSH, or VNC.

How do I control vendor remote access to SCADA systems?

Use an approval-based workflow where vendors submit requests 24 hours in advance, receive time-limited credentials after plant manager approval, and connect through an isolated vendor jump server. All sessions are recorded, auto-terminated at the approved end time, and logged to a SIEM.

Why is a dual-homed jump server a security risk in OT networks?

A jump server with one NIC in the DMZ and another in the OT zone collapses the boundary the conduit is meant to enforce. Verify single-homed placement and confirm the OT-side gateway reaches only pre-approved destination IPs and protocols.

When should I not use conduit-based remote access design?

Do not use this approach for designing overall Purdue Model segmentation, deploying IT-only remote access, or configuring local console access to PLCs. It specifically addresses remote access paths into OT networks, not general network segmentation.