Industrial Engineering and Cyber Resilience: Keep the Toolkit, Patch the Assumption

Hero image for Industrial Engineering and Cyber Resilience: Keep the Toolkit, Patch the Assumption
PC Drama
1 views

Part of the FAIR Analysis: Factor Analysis of Information Risk. Start there for the wide view, then come back here for the close-up.

Industrial engineering improves cybersecurity resilience by handing security teams a toolkit that plants have trusted for decades: failure mode analysis, reliability math, statistical process control and engineered redundancy. Each tool turns a vague worry into a number you can rank, track and put in front of a budget committee. Each one also carries a quiet assumption that failures happen by chance. Attackers do not happen by chance. The whole trick is keeping the tool and patching the assumption.

Availability = MTBF ÷ (MTBF + MTTR)

Mean time between failures on top, total cycle time underneath. Security work can push MTBF up (fewer incidents) or MTTR down (faster recovery). Recovery is usually the cheaper lever, and it is the one attackers cannot vote on.

Industrial engineering toolWhat it measures on the plant floorThe FAIR factor it feedsThe patch for an adversary
FMEASeverity, occurrence and detection of each failure modeLoss Magnitude (severity), Vulnerability (detection)Rank by severity first; an attacker picks the occurrence
Reliability math (MTBF, MTTR)How often a line stops and how long it stays downLoss Event Frequency, Productivity and Response lossTest recovery against a deliberate, repeated outage, not a single random one
Statistical process controlWhether variation comes from chance or an assignable causeVulnerability, via detection speedWatch for drift and patterns, not only points outside the limits
Redundancy and backupSpare capacity when a component failsLoss Magnitude, via Replacement and ProductivityMake the spare different and separately protected, or it fails with the primary

Why Plant Tools Need an Adversary Patch

NIST says it plainly in its guide to cyber-resilient systems: "There is no reason in resilience engineering to attempt to 'mislead' a hurricane." Safety and reliability disciplines were built against weather, wear and human slips. None of those read your maintenance schedule. An attacker does, then shows up the week the spare pump is out for service.

That same guide (NIST SP 800-160 Volume 2 Revision 1) frames cyber resiliency as four goals: anticipate, withstand, recover and adapt. Industrial engineering already owns the middle two. The upgrade is teaching them to expect a thinking opponent.

FMEA: Rank by Consequence, Not Odds

Top-down view of an engineering workbench with a blank grid worksheet, a mechanical pencil, a disassembled relay and a torque wrench laid out in order
Every row on the worksheet is a way things break. The trick is filling in the one where somebody breaks it on purpose.

A classic Failure Mode and Effects Analysis scores every failure mode on severity, occurrence and detection, usually 1 to 10 each, and multiplies them into a Risk Priority Number between 1 and 1,000. The automotive world codified the modern version in the AIAG & VDA FMEA Handbook, which walks teams through a seven-step process.

The occurrence score is where a cyber FMEA goes sideways. A bearing fails at a rate you can look up. A remote access account gets abused at whatever rate an adversary finds worthwhile, and a low occurrence score is exactly the kind of quiet corner they like. So keep the worksheet, but sort by severity before you ever multiply. A failure mode that could stop the line or hurt someone stays on the top of the list even if nobody has seen it happen yet.

FMEA columnRandom failure readingCyber reading
SeverityConsequence if the part failsConsequence if the function is deliberately misused
OccurrenceHistorical failure rateAttacker interest times exposure; treat as unknown for high-severity modes
DetectionChance the fault is caught before it escapesChance your monitoring catches someone actively hiding

MTTR Is a Loss Magnitude Lever

Two glowing violet probability curves on a dark grid, a tall narrow one on the left and a wide flat one on the right
Same outage, two recovery curves. The skinny one is the runbook you rehearsed.

Reliability engineers obsess over mean time to repair because downtime is money leaving at a steady drip. FAIR counts that drip under two of its six forms of loss: Productivity (you cannot ship) and Response (you are paying people to fix it). Shrinking MTTR cuts both, and it works no matter who caused the outage.

Here is how the arithmetic plays out on an illustrative plant. The numbers are made up to show the mechanics, not pulled from a survey.

Illustrative scenarioOutages per yearMTTRDowntime hoursProductivity loss at $5,000 an hour
Restore from untested backups272 hours144$720,000
Rehearsed recovery runbook224 hours48$240,000

Same attackers, same frequency, two thirds less loss. That is the pitch that gets a recovery drill funded, and it drops straight into a risk versus cost budget.

Control Charts and the Attacker Who Stays Inside the Limits

A luminous cyan band of particles bounded by two glowing rails, with a faint trail of particles creeping along the inside of the upper rail
Everything stays inside the lines. That is exactly what a patient intruder is counting on.

Statistical process control draws a center line and two control limits around a process. The NIST/SEMATECH e-Handbook explains that with 0.001 probability limits, a point lands above the upper limit by chance only one time in a thousand, so a point outside the lines is a strong hint of an assignable cause.

Pointed at security telemetry (failed logins, outbound traffic, PLC write commands), control charts are a lovely early warning for noisy problems. A careful intruder is not noisy. They keep their activity inside the limits on purpose. The fix comes straight from the quality textbook: watch for runs, trends and slow drift, and chart the things an attacker has to change to reach their goal, such as configuration writes and new accounts, rather than only volume.

Redundancy Is Not Resilience Until It Is Diverse

A modern disk array beside a physically different tape library with a half-ejected cartridge in a dim server room
Two backups, two different machines, two different locks. Twins are cute until they catch the same malware.

Engineers add a spare so one failure does not stop the line. NIST warns that backup, surplus capacity and replication "are not sufficient to protect against the APT." An attacker may target the backup servers themselves, and a remote backup built on the same architecture as the primary can fall to the same malware.

The plant-floor instinct still wins with one change: make the spare different. Separate credentials, a different platform or an offline copy means an intruder has to beat two unlike defenses instead of one defense twice. NIST makes the same point about integrity checks: a cyclic redundancy check catches accidental corruption, but only a cryptographically signed hash holds up against someone who can recalculate the checksum.

Cyber-Informed Engineering: Design the Consequence Out

"We need to ensure that cybersecurity is synonymous with reliability and safety in standards development working groups and in the hallways of engineering colleges..."

Puesh Kumar Director, Office of Cybersecurity, Energy Security, and Emergency Response, U.S. Department of Energy, in the National Cyber-Informed Engineering Strategy (June 2022)

Cyber-Informed Engineering is where industrial engineering and security stop being roommates and get married. The Department of Energy strategy opens with Consequence-Focused Design: find the functions where cyber manipulation could cause unacceptable consequences and engineer them out, often with physical or process controls that no amount of malware can argue with. Its Planned resilience with no assumed security principle is the adversary patch in one line: expect any digital component to be compromised at some point, and plan to keep running.

The Twelve CIE Principles, Plant Edition
PrincipleGroupWhat it asks an engineer to do
Consequence-Focused DesignDesign and operationalProtect the functions whose misuse would be unacceptable first
Engineered controlsDesign and operationalUse engineering and process changes early, reducing bolt-on IT controls
Secure information architectureDesign and operationalMake data flow only in the directions you intend
Design simplificationDesign and operationalRemove high-consequence, low-value complexity and latent features
Resilient layered defensesDesign and operationalAssume compromise; add diversity, redundancy and predictable degradation
Active defenseDesign and operationalDetect intruders and isolate them without stopping critical operations
Interdependency evaluationOrganizationalBring safety, quality and maintenance into the misuse analysis
Digital asset awarenessOrganizationalKeep a complete inventory of hardware, firmware and software
Cyber-secure supply chain controlsOrganizationalWrite security requirements into procurement and contracts
Planned resilience with no assumed securityOrganizationalPlan for operation during and after an attack that degrades digital controls
Engineering information controlOrganizationalProtect drawings, specs and configurations that would help an attacker
Cybersecurity cultureOrganizationalUse cross-functional teams and continuous training

Plugging the Numbers Into FAIR

FAIR prices risk as Loss Event Frequency times Loss Magnitude. Industrial engineering fills in both halves with data your operations team already collects, which is the rare security project that starts with a spreadsheet already half done.

Where Plant Data Lands in a FAIR Scenario
Plant data you already haveFAIR inputAdversary adjustment
Downtime logs and MTTR by lineProductivity loss, Response lossAdd the time to confirm the attacker is gone before restart
Hourly contribution marginProductivity loss per hourInclude the cost of running in a degraded manual mode
Spare parts and rebuild quotesReplacement lossPrice the case where the spare is compromised too
FMEA severity scoresLoss Magnitude ranking of scenariosKeep high-severity modes even with no incident history
Control chart alarm historyVulnerability, through detection capabilityDiscount detection for low-and-slow activity
Customer penalty clausesFines and JudgmentsAssume a deliberate outage lands at the worst time of quarter
Frequently Asked Questions
How does industrial engineering improve cybersecurity resilience?
It brings structured tools (FMEA, reliability metrics like MTTR, statistical process control and engineered redundancy) that turn cyber risk into ranked, measurable numbers, then lets teams improve recovery speed and design out high-consequence failures.
Can FMEA be used for cybersecurity risk assessment?
Yes, with one change: an attacker chooses when to strike, so occurrence scores are unreliable for high-severity failure modes. Rank by severity first and treat occurrence as unknown when the consequence is serious.
Is MTTR a security metric or an operations metric?
Both. Every hour of recovery counts toward FAIR's Productivity and Response losses, so cutting MTTR lowers annualized loss whether the outage came from a worn bearing or ransomware.
What is Cyber-Informed Engineering?
A Department of Energy strategy for building cybersecurity into engineered systems from the earliest design phases, organized around twelve principles led by Consequence-Focused Design.

Industrial engineering will not stop anyone from trying. What it does is make a successful attack smaller, shorter and cheaper, and it gives you numbers to prove it. Plug those numbers into a FAIR analysis, and see how the attacks already hitting plants play out in our look at ransomware on the shop floor. If you want someone to run the recovery drill with you, our cybersecurity team would enjoy the stopwatch.

About Industrial Engineering in Cybersecurity

NIST publishes the systems security engineering series, the Department of Energy's CESER office leads Cyber-Informed Engineering, and the FAIR Institute maintains the FAIR risk model.

Sources: NIST SP 800-160 Vol. 2 Rev. 1, DOE National Cyber-Informed Engineering Strategy (June 2022), NIST/SEMATECH e-Handbook, Section 6.3.1, AIAG & VDA FMEA Handbook, FAIR Institute, What Is FAIR?

Related Articles