
Supply chain security: the attack vector your organization is probably not controlling properly
21 de May de 2026Ransomware is no longer just a corporate office problem. It crossed the boundary between IT and OT years ago. Today, it directly affects industrial plants, power grids, telecommunications, SCADA systems, ICS environments, critical infrastructures, logistics chains, and industrial automation.
The most concerning aspect: most successful attacks do not begin by exploiting PLCs or exotic vulnerabilities. They start with something much simpler: a poorly protected remote access.
The major problem of modern OT environments
Modern industry requires constant connectivity. Manufacturers, integrators, maintenance providers, and external suppliers need secure OT remote access for technical support, updates, monitoring, corrective maintenance, configuration changes, and incident resolution.
This has led many organizations to open permanent access paths between the Internet and their critical environments. The problem is that, in too many cases, those accesses still depend on:
- Traditional VPNs without real segmentation.
- RDP directly exposed to the Internet.
- Remote desktop tools such as TeamViewer or AnyDesk.
- Shared accounts among multiple providers.
- Permanent credentials without expiration.
- Accesses without traceability or auditing.
- Insufficient IT/OT segmentation.
And that is exactly where ransomware enters.
How Ransomware Enters OT
There is a fairly widespread misconception: believing that ransomware “directly hacks” an industrial system. In reality, most attacks follow a much simpler chain.
Phase 1 — Initial compromise
The attacker gains access through phishing, credential theft, password leaks, pre-existing malware, insecure OT remote access, or compromised suppliers. In many cases, the attacker is not even initially targeting the OT environment. The attacker targets the user.
Phase 2 — Corporate Remote Access and Lateral Movement
Once valid credentials are obtained, the attacker leverages corporate VPNs, RDP access, remote tools, and network jumps to reach engineering workstations and intermediary servers.
This is where one of the biggest architectural mistakes of modern industry appears: direct connectivity between IT and OT. When a VPN connects a remote device to the OT network, the attacker no longer needs to “break into” the industrial infrastructure. The architecture itself provides the entry path.
Once inside, ransomware rarely acts immediately. First, it maps the environment, identifies assets, enumerates systems, searches for credentials, detects critical servers, locates backups, finds SCADA workstations, and analyzes segmentation. Only then does lateral movement begin.
Why traditional VPNs are insufficient for OT
VPNs were designed to connect networks, not isolate access. And that difference is enormous.
When a VPN connects a remote user to the OT environment:
- It expands the attack surface.
- It introduces unrestricted routing.
- It generates full network visibility.
- It enables lateral asset discovery.
- It facilitates pivoting between systems.
- It exposes internal assets without distinction.
And this happens even if MFA exists, even if antivirus exists, even if a firewall exists. Because the problem is not authentication alone. The problem is direct connectivity.
MFA does not stop ransomware by itself
Many organizations believe that implementing MFA is equivalent to being protected. MFA significantly reduces account theft, but it does not eliminate lateral movement.
If an attacker gains access through active malware, session theft, token hijacking, a compromised device, or a compromised legitimate supplier, MFA has already fulfilled its role from the system’s perspective. The attacker is authenticated. From that point onward, the attacker can discover the network, scan, pivot, and spread without additional restrictions.
The solution: eliminate direct exposure with secure OT remote access
The most effective way to reduce ransomware risk in OT is not to add more layers on top of a vulnerable architecture. It is to change the access architecture.
The objective must be that the user never directly connects to the critical asset.
Traditional model (Insecure):
User → VPN → OT Network → Critical Asset
Result: direct connectivity, network exposure, lateral visibility, possible propagation.
Secure OT remote access model (Isolated):
User → Secure Broker → Isolated Session → Asset
Result: no direct routing, no OT network exposure, no lateral visibility, no direct IP access, hidden asset, encapsulated session.
This architectural change drastically reduces the attack surface. When remote access operates through isolation, the attacker does not enter the network, cannot discover assets, cannot scan, cannot pivot, and cannot spread laterally. That breaks the operational logic of modern ransomware itself.
The external supplier vector in OT
One of today’s biggest vectors in OT environments is third parties. Manufacturers and maintenance providers usually require continuous OT remote access, but many companies still provide permanent VPNs, shared users, non-expiring access, and excessive privileges.
That turns the supplier into a direct extension of the attack surface. Attackers know this and systematically exploit it.
What a secure ot remote access architecture must include
A modern strategy against industrial ransomware should include:
- Just-In-Time access: accesses exist only while needed and disappear automatically when the session ends.
- Real IT/OT segmentation: effective separation, not merely perimeter-based separation.
- Session isolation: the user never directly connects to the critical asset.
- Complete traceability: recording and auditing of all actions during every session.
- Identity- and context-based access: not based on network membership.
- Elimination of direct exposure: no open RDP, no flat VPNs.
- Granular privilege control: each user accesses only what is strictly necessary.
Zero Trust in OT: the correct approach
Zero Trust in industrial environments does not simply mean “adding MFA.” It means never automatically trusting any user, device, or connection, regardless of origin.
In OT, this means validating identity and context on every access, limiting privileges to the minimum necessary, isolating access, eliminating implicit trust based on network location, and minimizing direct connectivity to critical assets.
Conclusion
Industrial ransomware is no longer a hypothetical threat. It is an operational reality with direct impact on production, energy, telecommunications, transportation, and critical infrastructures.
In most cases, the entry point remains the same: poorly protected OT remote access.
The relevant question for any industrial organization is not whether it needs remote access. It is how much risk that access introduces into its critical infrastructure and whether the current architecture is designed to minimize it. Because in OT cybersecurity, the difference between being connected and being exposed is enormous.
Sources
- CISA — Cybersecurity Advisory: Ransomware Attacks on Critical Infrastructure — U.S. Cybersecurity and Infrastructure Security Agency. Technical reports and alerts on ransomware attacks targeting critical infrastructures and OT environments. cisa.gov
- ENISA — Threat Landscape for Industrial and OT Systems — European Union Agency for Cybersecurity. Analysis of the threat landscape specifically focused on industrial systems, ICS, and SCADA environments. enisa.europa.eu
- NIST SP 800-82 Rev. 3 — Guide to Operational Technology (OT) Security — National Institute of Standards and Technology. Reference guide for OT system security, including secure remote access architectures. csrc.nist.gov
- ICS-CERT — Industrial Control Systems Security Advisories — U.S. Government ICS incident response center. Alerts and technical analyses regarding attack vectors in industrial environments. us-cert.cisa.gov
- Dragos — Year in Review: ICS/OT Cybersecurity — Annual report from the industrial cybersecurity specialist firm. Real-world statistics on threat groups, attack vectors, and lateral movement in OT environments. dragos.com
- Claroty — The Global State of Industrial Cybersecurity — Industry reference report with data on remote access vulnerabilities in OT and ICS environments. claroty.com
- NIST SP 800-207 — Zero Trust Architecture — Official reference framework for Zero Trust implementations applicable to industrial and OT environments. csrc.nist.gov
Frequently asked questions about secure OT remote access
What is secure OT remote access?
It is an access model for industrial environments and control systems (ICS, SCADA, PLCs) that eliminates direct connectivity between the external user and the critical asset. Instead of a VPN that extends the network, it uses an isolated session broker that prevents lateral movement and hides the OT network from the remote user.
Why is a VPN not sufficient to protect an OT environment?
Traditional VPNs connect networks instead of isolating access. When a user connects via VPN to an OT environment, they gain network visibility, can discover assets, and have the ability to move laterally. If that user is compromised or their credentials have been stolen, the attacker inherits exactly the same capabilities.
Does MFA fully protect OT remote access?
Not by itself. MFA significantly reduces the risk of credential theft, but it does not eliminate lateral movement once access has been authenticated. If the user’s device is compromised or credentials have been obtained through malware or session theft, MFA has already been bypassed and the attacker can move freely within the OT network.
What is Just-In-Time access in OT environments?
It is a model in which remote accesses are created exclusively for a specific session and disappear automatically once the session ends. There are no permanent credentials or permanently active VPNs. Every access is authorized, monitored, and revoked in real time, drastically reducing the exposure window.
What is Zero Trust in OT and how does it differ from the traditional model?
Zero Trust in OT is a security model that eliminates implicit trust based on network location. In the traditional model, being inside the VPN means being trusted. In Zero Trust, every access is validated according to identity, context, and minimum necessary privileges, regardless of the connection’s origin.
What are the most common attack vectors in industrial OT environments?
The most frequent vectors are poorly protected remote accesses (VPNs, RDP, remote desktop tools), compromised external suppliers with permanent access, phishing attacks targeting users with OT access, and lateral movement from IT to OT environments due to lack of effective segmentation.
How does ransomware specifically affect SCADA and ICS systems?
Ransomware in SCADA and ICS environments does not only encrypt data — it can paralyze entire physical operations. The encryption of engineering servers, HMI stations, or historian servers can stop production processes, manufacturing lines, or even critical infrastructures such as power plants or water treatment systems.




