Cybersecurity
Triton/TRISIS: When Attackers Target Industrial Safety Systems
Triton/TRISIS is the first documented malware designed to disable Safety Instrumented Systems — the systems that prevent physical industrial accidents. Its impact goes beyond the targeted plant: it changes the perimeter of what must be monitored.

The Incident and Its Context
In 2017, a petrochemical plant in Saudi Arabia shut down unexpectedly. The safety instrumented systems — the systems that monitor process conditions and trigger safety shutdowns in emergencies — entered fail-safe mode and stopped the plant. Subsequent analysis revealed it was not a malfunction: it was an attack.
The malware, named Triton by Mandiant researchers and TRISIS by those at Dragos, had been implanted in the engineering workstation that communicated with Schneider Electric's Triconex Safety Instrumented Systems. Its objective was to reprogram the safety controllers to disable their protection function — to prevent the SIS from detecting a dangerous condition and activating shutdown, with the apparent intention of allowing a physical hazard to reach the plant without safety systems intervening.
The fact that the attack was discovered, and did not cause the intended physical accident, was due to a bug in the malware itself that caused spontaneous fail-safe behavior in the controllers, attracting attention. Without that bug, the attack's objective might have remained invisible until an emergency found the SIS disabled.
Why Triton Is Different from All Other OT Malware
Before Triton, the landscape of malware specifically designed for OT included Stuxnet (which sabotaged uranium enrichment centrifuges at Natanz), INDUSTROYER/Crashoverride (which caused blackouts in the Ukrainian electrical grid), and BlackEnergy (used in attacks on the electrical grid). All of these malware targeted the industrial control process — PLCs, SCADA systems, power distribution networks.
Triton is fundamentally different because it does not attack the control system — it attacks the safety system. This distinction is not technical: it is conceptual and has profound implications.
Safety Instrumented Systems exist as the last line of defense against serious industrial accidents. The traditional philosophy of industrial safety draws a rigid distinction between "safety" (protection from physical accidents) and "security" (protection from cyber attacks), treating them as separate domains with different technologies, standards, and responsibilities. SIS are designed to withstand failures in control systems, to be independent from the rest of the automation, to guarantee a safe shutdown even when everything else fails.
An attack that renders the SIS unreliable does not just violate the plant's "security" — it violates the fundamental assumption on which "safety" is based. If safety systems can be compromised, the protection model on which risk assessments for petrochemical plants, power plants, and chemical facilities are based must be rethought.
The Technical Chain: How the SIS Was Reached
Technical analysis of the incident reconstructed a compromise chain starting from the corporate IT network and reaching the Triconex controllers.
The entry point was probably the IT network — available reconstructions indicate that initial access occurred months before the malware was activated, with a long period of reconnaissance and lateral movement. From the IT network, attackers reached the OT network via the typical path: through systems with access to both networks. Once in the OT network, they identified and compromised the engineering workstation that had direct access to the Triconex controllers through the proprietary TriStation protocol.
The Triton malware had a sophisticated modular structure. A persistent implant on the engineering workstation served as a control framework. Specific payloads, written to interact with the TriStation protocol, allowed reading and modifying Triconex controller logic — including the safety functions that determine alarm thresholds and shutdown conditions.
The malware's technical complexity — specifically, the need to implement the proprietary TriStation protocol, which was not publicly documented — indicates significant resources invested in development. This is not the product of an opportunistic group: it is the product of an organization with access to considerable resources and time for targeted development.
Implications for Industrial Security Architecture
Triton made visible a gap in the way industrial security had been conceived until 2017.
The traditional separation between safety and security rested on the implicit assumption that safety systems were safe from cyber attacks because they were physically segregated, used proprietary protocols, and had limited connectivity. Triton demonstrated that this segregation, in real implementations, is not as airtight as imagined: an engineering workstation with OT network connectivity and physical access to the SIS is a viable path for a sufficiently motivated attacker.
The practical implications for security design are significant:
SIS cannot be excluded from the monitoring perimeter. If a safety system is reachable — even through complex access chains — it must be visible to the cybersecurity program. Not necessarily with invasive tools that could interfere with safety functions, but at least with monitoring of network traffic transiting toward it.
Engineering workstations are critical assets. The path to the SIS passes through the workstation that programs them. These workstations, often neglected because they are not strictly part of the critical process, become primary-value targets. Their security state, the accesses they receive, the connections they establish — all must be monitored.
Segmentation must include safety systems. If the SIS are on a network separate from the main control network, traffic crossing this boundary must be monitored as rigorously as traffic between IT and OT.
What Can Be Detected at Network Level Without Endpoint Visibility on SIS
SIS are systems for which installing endpoint agents or invasive monitoring tools is almost always out of the question: the risk of interfering with safety functions outweighs any visibility benefit. But passive network traffic monitoring still offers a significant detection surface.
Traffic toward SIS controller addresses from unauthorized sources: the engineering workstation is typically the only system authorized to communicate with Triconex controllers (or equivalents). A connection toward SIS addresses from any other host is anomalous and must generate an immediate alert.
TriStation or equivalent protocol traffic outside the baseline: the TriStation protocol has recognizable characteristics in network traffic. A TriStation session occurring outside normal maintenance windows, with unusual volume, or at atypical hours is a signal.
Anomalous engineering workstation behavior: even without seeing traffic toward the SIS, the workstation's own behavior is detectable. Connections to uncharacteristic external addresses, unusual file downloads, communications toward other OT network hosts that normally do not involve the engineering workstation — all signals that may indicate an ongoing compromise.
Variations in maintenance communication timing: access sessions to SIS for maintenance have recognizable temporal patterns — they occur during planned shutdowns, last a time consistent with maintenance operations, and are performed by identifiable users. A session outside these parameters warrants investigation.
The Lesson for Manufacturing Organizations
Triton struck a petrochemical plant — a sector with a risk surface and criticality of physical consequences that most manufacturing companies do not share. But the lesson it carries is not sector-specific.
The lesson is that systems conceived as the last bulwark against physical accidents can be targets of cyber attacks, and that the conceptual separation between safety and security does not automatically translate into sufficient technical separation to protect safety systems from attackers.
For manufacturing SMEs that have safety systems — even less sophisticated than petrochemical Triconex systems, even simple systems like PLCs with integrated safety functions, safety relays, or interlock systems — the pertinent question is: are these systems included in the asset inventory to be monitored? Is traffic toward them visible? Are the workstations that program them treated as critical assets?
The honest answer, in most organizations, is no. Triton did not change the probability that an Italian manufacturing SME will be attacked with malware of this sophistication. It changed the understanding of which systems must be considered part of the attack surface, and this change has no revenue or company size threshold.
The MON5 Angle
Triton's lesson is precise: safety systems and the workstations that program them must be monitored — but without installing anything on them. This is the terrain of MON5's PROTECT phase: out-of-band passive NDR that observes traffic toward critical controllers and flags connections from unauthorized sources or engineering sessions outside maintenance windows.
First, you need to know which safety systems exist and who can reach them: the DISCOVER phase brings them into the inventory with passive asset discovery, without stopping production. A good starting point is an OT assessment that includes these often-forgotten assets.
Related articles
Cybersecurity
Sandworm and Manufacturing: State APTs Do Not Target Only Large Infrastructure
Sandworm is known for shutting off the lights in Ukraine and launching NotPetya. But its techniques are being replicated against European manufacturing, often as collateral damage. How an APT attack on an industrial OT network works and why SMEs are within range too.

Cybersecurity
Anomaly detection in OT: building the baseline and managing false positives
OT networks are repetitive and predictable, in theory the ideal environment for anomaly detection. In practice, legitimate-but-anomalous behavior generates a false-positive noise that is the main cause of failure for industrial monitoring projects.
Cybersecurity
How Attackers Cross the IT-OT Boundary: Techniques and Detection Signals
The pivot from IT into the OT network is the critical phase of nearly every documented industrial attack. Understanding the techniques used to cross this boundary is the first step to detecting it early.
Do you have visibility into your OT network?
MON5 maps assets, vulnerabilities and anomalies in real time — without stopping production.