Marcio Cunha

Industrial Network Security: Isolating SCADA Systems and PLCs from Enterprise Networks

Learn how to protect critical industrial environments against cyber threats by implementing security zones, perimeter networks, and strict segmentation between IT and OT.

Marcio Cunha12 min
Also available in:EspañolPortuguês
Summary
  • The convergence between corporate computer networks and the factory floor exposes critical industrial systems to complex cyber attacks.
  • The Purdue model establishes a five-level hierarchy that guides the logical and physical separation between corporate and operational worlds.
  • Next-generation firewalls and data diodes ensure that traffic flows with tight control or in a single direction for remote auditing.
  • VLAN segmentation prevents failures in administrative workstations from directly reaching programmable logic controllers.
  • Continuous OT traffic monitoring and asset inventory audits prevent silent breaches in legacy industrial infrastructures.

The Challenge of IT and OT Convergence

Historically, industrial networks operated as isolated islands. Machines communicated with local computers using proprietary protocols without any connection to the internet. In practice, this meant an attacker had to be physically present in the factory to cause damage. With the arrival of Industry 4.0, this reality changed dramatically. Companies now connect the factory floor to corporate management systems to extract real-time data, predict maintenance failures, and increase productivity. This integration, however, introduced a massive security problem. Information Technology systems, focused on confidentiality and agility, now converse directly with Operational Technology, where the absolute focus is continuous availability and human physical safety.

When ransomware, malicious software that kidnaps data for ransom, enters a factory's office network, it frequently finds open doors to the computers controlling conveyor belts and boilers. In industrial environments, a shutdown doesn't just mean a momentary financial loss; it can cause chemical leaks, explosions, or interruptions in power supply to entire cities. Protecting the industrial environment requires much more than installing a common antivirus. It demands an intelligent network isolation strategy that keeps systems talking only when strictly necessary, blocking any path for external threats.

Understanding the Purdue Model and Security Zones

To organize factory isolation, engineers use a classic reference called the Purdue Enterprise Reference Architecture. In practice, think of this as a multi-story building where each floor has a very specific function and strict rules about who can talk to whom. At level zero are physical sensors and actuators, like temperature meters and mechanical valves. Right above, at level one, are PLCs, which are Programmable Logic Controllers, robust industrial computers that make quick decisions based on sensor data. Level two houses SCADA systems, software displaying colored screens for operators to view the entire process and issue general commands.

Levels three and four represent factory management and traditional corporate networks, housing emails, spreadsheets, and database servers. The most serious mistake made by infrastructure teams is connecting level four directly to level two without proper barriers. The international standard IEC 62443 formalized this concept into zones and conduits. A zone is a group of devices sharing similar security requirements, while a conduit is the secure communication channel between these zones. By grouping PLCs into an isolated industrial zone, we ensure an infected office computer cannot send arbitrary commands to production machinery.

Implementing Defense-in-Depth Architectures

The first line of defense against invasions from the corporate network is creating an Industrial Demilitarized Zone (DMZ). In practice, this DMZ acts as a highly controlled waiting room between the office and the factory. No corporate computer is permitted to talk directly to a PLC. Instead, if a business system needs to read production data, it connects to a historian server located in this industrial DMZ. This server collects data from the factory floor periodically and makes it available to the corporate network, acting as an intermediary that prevents direct access to the control system's internals.

For scenarios where the security requirement is extreme, companies use devices known as data diodes. A data diode is a physical network hardware device that permits information transmission in only one direction. It uses fiber optics with a light transmitter on one side and a receiver on the other, making it physically impossible for any data packet to return from the corporate network to the industrial network. This means management can monitor factory performance in real-time, while engineers have absolute certainty that no internet attacker can inject malicious commands into process controllers.

Logical Segmentation with VLANs and Port Restrictions

Not every organization has the budget to install expensive dedicated hardware like data diodes in all plants. In such cases, logical segmentation through VLANs (Virtual Local Area Networks) and robust industrial firewalls becomes indispensable. A VLAN physically divides the same network cabling infrastructure into isolated virtual subnets. In practice, it's like building drywall partitions inside a large warehouse: office workers stay in one room and engineering computers in another, without cables from one reaching the other's space.

However, pure VLANs do not prevent attacks if routers permit free traffic between them. This is where industrial firewalls positioned at the edges of each manufacturing cell come in. These firewalls are designed to understand complex industrial protocols like Modbus TCP or Ethernet/IP, rather than just looking at traditional IP addresses and TCP ports. They can analyze whether a specific command sent to a PLC is legitimate or if someone is trying to execute an unauthorized emergency stop instruction. Configuring strict rules that block all traffic by default and permit only essential ports drastically reduces the attack surface.

Remote Access Management and Jump Hosts

Remote access for maintenance is one of the largest invasion vectors in industrial networks. External vendors often require direct access to PLCs to update software or diagnose failures. Allowing a technician to access the factory network directly from home using a common VPN opens a dangerous crack in the security perimeter. To solve this securely, companies implement Jump Hosts. A Jump Host is a highly monitored, hardened computer that serves as the single authorized entry point to the industrial environment.

To access a PLC remotely, the engineer must first authenticate to the Jump Host using rigorous multi-factor authentication. Once inside, all actions are logged, recorded on video, and audited in real-time. Furthermore, access is limited by session duration, expiring automatically as soon as the service is complete. This approach ensures that even if a vendor's credential is stolen in an internet phishing attack, the attacker cannot freely navigate the factory network because they will hit the impassable barrier of the jump server.

Inventory, Continuous Monitoring, and Final Considerations

Protecting an industrial network against corporate threats is not a project with an end date, but an ongoing process of vigilance. The first step for any solid defense strategy is discovering exactly what is connected to the network. Many companies suffer intrusions simply because they leave old PLCs connected to the internet with default factory passwords that were never changed. Utilizing passive asset discovery tools helps map all controllers and workstations without interrupting ongoing production processes.

In conclusion, isolating SCADA networks and PLCs from the corporate network requires a cultural shift uniting IT and engineering teams toward a common goal: operational resilience. The intelligent use of reference models, zone segmentation, industrial firewalls, and rigorous remote access control transforms a vulnerable infrastructure into a resilient environment. Ensuring the factory floor continues operating safely even when the office network is compromised is the true essence of modern industrial cybersecurity.