Calculator D2

OT Asset Inventory & Criticality Scoring for Mining Equipment

It's like making a detailed list of every piece of mining equipment that runs on electricity or computers—and deciding which ones would cause the biggest problems if they broke or got hacked.

Typical Scale
Large-scale copper/gold mines maintain 1,200–3,500 OT assets; ~18% are legacy (pre-2010)
Compliance Anchor
Required for CSA Group’s Mining Cybersecurity Certification (CAN/CSA-Z243.1)
Industry Benchmark
Top-quartile mines achieve <2% unmanaged OT assets; median is 17% (2023 SANS ICS Survey)

⚠️ Why It Matters

1
Incomplete asset inventory
2
Undetected unmanaged devices (e.g., legacy PLCs)
3
Unpatched vulnerabilities in critical control loops
4
Loss of ore flow control during crushing
5
Unplanned mill downtime (>8 hrs)
6
Revenue loss >$2.5M/day at Tier-1 copper mine

📘 Definition

OT Asset Inventory & Criticality Scoring is a structured engineering process to identify, catalog, and risk-prioritize operational technology assets—including PLCs, DCS controllers, autonomous haulage systems (AHS), IIoT sensors, and field instrumentation—based on their functional role, interdependencies, safety impact, production consequence, and cybersecurity exposure. It forms the foundational input for risk-based segmentation, defense-in-depth architecture, and compliance with ISA/IEC 62443-3-2 and NIST CSF Identify/Protect functions.

🎨 Concept Diagram

PLC (Crusher)DCS ServerAHS TelematicsCriticality Score → Zone Assignment → Defense-in-Depth Controls(Based on ISA/IEC 62443-3-2 Annex F & NIST CSF Identify Function)

AI-generated illustration for visual understanding

💡 Engineering Insight

Criticality isn’t about 'importance'—it’s about *functional irreversibility*. A single 1998 Allen-Bradley PLC controlling conveyor interlocks may score higher than a modern AHS fleet controller if its failure forces manual bypass of SIL-2 emergency stops. Always validate scores against actual shutdown procedures—not vendor datasheets or IT assumptions.

📖 Detailed Explanation

At its core, OT asset inventory starts with physical identification: serial numbers, firmware versions, installed I/O modules, and network interface MAC addresses—all captured during non-intrusive field surveys. Unlike IT inventories, OT assets must be mapped to process schematics (P&IDs) and control narratives to establish functional context.

Criticality scoring then moves beyond checklist-based assessments. It applies multi-attribute decision analysis (MADA) weighted by site-specific consequences: e.g., a DCS server hosting ore grade optimization algorithms may carry lower safety weight but higher revenue weight (>$12k/min lost throughput) than a fire-and-gas controller with identical uptime SLA. The scoring model must be calibrated per site—using historical incident data and HAZOP reports—not imported wholesale from corporate templates.

Advanced implementations integrate real-time telemetry: streaming asset health metrics (CPU load, memory pressure, Modbus timeout rates) into dynamic criticality dashboards. When combined with digital twin models of process interdependencies, this enables predictive criticality—flagging assets whose degradation trajectory crosses RTO thresholds before failure occurs. Such capability is now required for Tier-3 maturity under ISA/IEC 62443-2-4.

🔄 Engineering Workflow

Step 1
Step 1: Field Survey & Protocol Discovery — Use passive network taps and Modbus/OPC UA scanners to detect live OT devices without disrupting operations
Step 2
Step 2: Functional Mapping — Interview control engineers and operators to map each asset’s role in SIS, BMS, crusher control, or AHS dispatch logic
Step 3
Step 3: Criticality Scoring — Apply weighted scoring model (ISA/IEC 62443-3-2 Annex F) across Safety, Environmental, Production, and Recovery dimensions
Step 4
Step 4: Exposure Profiling — Analyze traffic logs, port scans, and vendor documentation to calculate Network Exposure Index per asset
Step 5
Step 5: Zone Assignment & Architecture Draft — Assign assets to ISA/IEC zones/conduits; define firewall rules, VLANs, and telemetry paths
Step 6
Step 6: Validation via Failure Mode Simulation — Inject controlled faults (e.g., PLC heartbeat loss) in test environment; verify RTO adherence and alarm propagation
Step 7
Step 7: Live Deployment & Baseline Update — Roll out controls incrementally; update inventory quarterly using automated discovery tools (e.g., Nozomi Networks, Claroty)

📋 Decision Guide

Rock/Field Condition Recommended Design Action
Functional Criticality ≥8 AND Network Exposure Index >3.0 Isolate in Zone 0 (Safety-Critical Zone); deploy protocol-constrained firewall + encrypted telemetry tunneling; schedule hardware refresh within 18 months.
Functional Criticality 5–7 AND RTO ≤15 min Deploy dual-path redundant comms; implement secure boot + signed firmware updates; assign to Zone 1 (Production Control Zone).
Functional Criticality ≤4 AND Asset Age >15 years Decommission or retrofit with secure edge gateway (e.g., Rockwell Stratix 5410 + Tofino X3); prohibit direct IP exposure.

📊 Key Properties & Parameters

Functional Criticality

3–10 (scale)

Quantitative score (0–10) reflecting how directly an asset’s failure impacts safety, environmental compliance, or production throughput.

⚡ Engineering Impact:

Drives segmentation priority: assets scoring ≥8 require air-gapped monitoring and hardware-enforced access controls.

Network Exposure Index

0.5–4.2 (unitless index)

Logarithmic measure of an asset’s connectivity surface—counting exposed ports, protocols (e.g., Modbus TCP, OPC UA), and upstream/downstream data flows.

⚡ Engineering Impact:

Values >3.0 mandate protocol-aware deep packet inspection and egress filtering per ISA/IEC 62443-3-3 SL2 requirements.

Recovery Time Objective (RTO)

2–120 min

Maximum tolerable downtime (in minutes) before asset failure triggers cascading process deviation or safety system activation.

⚡ Engineering Impact:

Determines redundancy architecture: RTO ≤5 min requires hot-standby controller pairs with <200 ms failover.

Asset Age

1–22 years

Years since commissioning or last major firmware/hardware refresh.

⚡ Engineering Impact:

Assets >12 years old are excluded from vendor security support and require compensating controls (e.g., network micro-segmentation).

📐 Key Formulas

Functional Criticality Score (FCS)

FCS = 0.3×S + 0.25×E + 0.3×P + 0.15×R

Weighted composite score where S=safety impact (0–10), E=environmental impact (0–10), P=production impact (0–10), R=recovery impact (0–10)

Variables:
Symbol Name Unit Description
S safety impact unitless (0–10 scale) Measure of potential harm to personnel or assets
E environmental impact unitless (0–10 scale) Measure of potential harm to the environment
P production impact unitless (0–10 scale) Measure of disruption to operational output or schedule
R recovery impact unitless (0–10 scale) Measure of effort, time, or cost required to restore normal operations
Typical Ranges:
Crusher Control PLC
7.8 – 9.4
Belt Scale Sensor Node
2.1 – 4.3
⚠️ FCS ≥8.0 triggers Zone 0 design review

Network Exposure Index (NEI)

NEI = log₂(Nₚ) + Σ(log₁₀(Pᵢ)) + 0.5×D

Nₚ = number of exposed protocols; Pᵢ = port count per protocol; D = data flow depth (hops to safety system)

Variables:
Symbol Name Unit Description
Nₚ Number of Exposed Protocols dimensionless Count of network protocols exposed to potential threats
Pᵢ Port Count per Protocol dimensionless Number of open or accessible ports associated with protocol i
D Data Flow Depth hops Number of network hops from exposure point to safety system
Typical Ranges:
Legacy DCS Controller
2.8 – 4.2
IIoT Vibration Sensor Gateway
0.5 – 1.3
⚠️ NEI >3.5 mandates protocol whitelisting and TLS 1.2+ encryption

🏭 Engineering Example

Escondida Mine, Chile

Porphyry Copper Deposit (Altered Diorite)
RTO
4.5 min
Asset Age
14 years
Vendor Support Status
End-of-Life (EOL) since 2021
Functional Criticality
9.2
Network Exposure Index
3.7

🏗️ Applications

  • Cybersecurity architecture design for brownfield mine upgrades
  • Regulatory audit preparation (e.g., Chilean Superintendencia de Medio Ambiente)
  • M&A due diligence for OT infrastructure valuation

📋 Real Project Case

Autonomous Haulage System (AHS) Cybersecurity Upgrade – Iron Ore Mine, Pilbara

Deployment of 120 autonomous mining trucks across 3 pits with integrated fleet management system

Challenge: Legacy CAN bus interfaces exposed to lateral movement; lack of secure firmware update mechanism
Autonomous Haulage System (AHS) Cybersecurity Upgrade Iron Ore Mine, Pilbara | Hardware-Enforced Security Architecture Legacy CAN Bus Exposed interfaces CAN-FD Gateway TLS 1.3 Tunneling Secure Boot Hardware-enforced Air-Gapped Signing Latency: <4.2 sec Attack Surface ↓ 92% reduction CAN Bus Attack Surface Reduction = (Original − Secured)/Original × 100 = 92% Firmware Signing Latency: Signature → Deployment < 4.2 sec
Read full case study →

Frequently Asked Questions

Why is OT Asset Inventory & Criticality Scoring specifically important for mining operations?
Mining environments rely heavily on interconnected, safety-critical OT systems—such as autonomous haulage systems (AHS), PLC-controlled conveyors, and DCS-managed processing plants—where failures or cyber incidents can trigger cascading safety hazards, environmental incidents, or multi-million-dollar production downtime. Unlike generic IT inventories, this process captures asset-specific operational context (e.g., whether a sensor triggers emergency ore bin shutdown) to enable accurate risk prioritization aligned with mining’s unique physical and regulatory constraints.
What types of mining equipment are included in the OT asset inventory—and what’s excluded?
Included assets are OT devices directly involved in monitoring, controlling, or automating physical processes: PLCs, DCS controllers, AHS fleet management servers, IIoT vibration/temperature sensors, smart field instruments (e.g., radar level transmitters), HMIs, and industrial gateways. Excluded are general-purpose IT assets (corporate laptops, email servers) and non-networked mechanical equipment (e.g., diesel shovels without embedded controllers), unless they contain firmware-upgradable control modules that interface with the OT network.
How is criticality scoring determined—and is it purely technical or does it consider business impact?
Criticality scoring is multidimensional and balances technical and operational factors using a weighted scoring model aligned with ISA/IEC 62443-3-2 Annex F. It evaluates five domains: (1) Safety impact (e.g., loss of containment or runaway reaction), (2) Production consequence (e.g., hours of mill downtime per failure), (3) Environmental exposure (e.g., tailings dam monitoring), (4) Functional interdependency (e.g., dependency on upstream crusher PLC), and (5) Cybersecurity exposure (e.g., internet-facing interface, unsupported firmware). Business KPIs—like ore throughput targets and maintenance SLAs—are explicitly integrated into scoring thresholds.
Can this process be conducted without disrupting ongoing mining operations?
Yes—field data collection is designed for minimal operational impact. Techniques include passive network traffic analysis (NetFlow, SPAN port mirroring), vendor-provided asset reports (e.g., AHS fleet health APIs), and scheduled, brief physical scans during planned maintenance windows. Firmware versions and MAC addresses are captured via read-only protocols (e.g., SNMPv3, Modbus TCP queries); no configuration changes or device reboots are performed during inventorying.
How does OT Asset Inventory & Criticality Scoring support compliance with ISA/IEC 62443 and NIST CSF?
It directly fulfills ISA/IEC 62443-3-2 requirements for 'Asset Identification and Classification' (CR-1.1) and 'Security Level Assessment' inputs, while enabling the NIST CSF 'Identify' function (ID.AM-1–3: Asset Management) and 'Protect' function (PR.IP-1: Information Protection Processes). The resulting criticality-ranked asset register serves as auditable evidence for both frameworks—demonstrating traceable, risk-informed decisions for segmentation, hardening, and monitoring scope.

🎨 Technical Diagrams

PLC-01 (FCS=9.2)DCS Server (NEI=3.7)Zone 0: Safety-CriticalZone 1: Production Control
SIL-2RTO≤5minEOL DeviceCriticality Triangulation: Safety × Recovery × Lifecycle

📚 References