Chapter 6 — Security and Risks

This chapter identifies the principal security threats and operational risks associated with surface water monitoring systems, and provides structured mitigation strategies for each risk category. It covers physical security, cybersecurity, data integrity, environmental hazards, and operational continuity risks.

6.1 Risk Category Overview

Surface water monitoring systems face risks across five distinct domains. Physical risks arise from the harsh outdoor environment and the accessibility of remote sites to unauthorized personnel. Cybersecurity risks stem from the use of public cellular networks and internet-connected cloud platforms. Data integrity risks include sensor drift, biofouling, and transmission errors that can corrupt the measurement record. Environmental hazards such as floods, lightning, and extreme temperatures can damage hardware and interrupt service. Operational continuity risks include power failures, communications outages, and maintenance gaps that cause data gaps in the regulatory record.

Risk Domain Key Threats Likelihood Impact Risk Level Primary Mitigation
Physical Security Vandalism, theft, unauthorized access, sensor tampering Medium High High Lockable enclosures, CCTV, tamper-evident seals, remote tamper alarms
Cybersecurity Unauthorized remote access, data interception, firmware tampering Low-Medium High Medium VPN + TLS 1.3, RBAC, firmware signing, intrusion detection
Data Integrity Sensor drift, biofouling, calibration errors, transmission corruption High High High Scheduled calibration, auto-wiper, QA/QC algorithms, NTP time sync
Environmental Hazards Lightning strike, flood inundation, extreme temperature, corrosion Medium High High SPD on all circuits, IP68 sensors, elevated mounting, stainless steel materials
Power Continuity Grid power outage, solar panel soiling, battery degradation, UPS failure Medium Medium Medium UPS + battery backup, solar + grid hybrid, low-power RTU mode
Communications Cellular network outage, SIM card expiry, VPN tunnel drop Medium Medium Medium Dual SIM failover, edge buffering, watchdog auto-reconnect

6.2 Cybersecurity Architecture

The cybersecurity architecture for a surface water monitoring system must address threats at each layer of the system: field device firmware, edge gateway configuration, communications channel, and cloud platform access control. The following security controls are mandatory for all deployments that transmit data over public networks or connect to regulatory reporting systems.

6.3 Lightning and Surge Protection

Lightning is the most common cause of catastrophic hardware failure in outdoor monitoring stations. A comprehensive surge protection strategy must address all conductive paths into the station enclosure: AC power, DC power, RS485 signal cables, Ethernet cables, and antenna coaxial cables. The protection strategy is based on IEC 62305 and IEC 61643.

Protection Point SPD Type Standard Max Discharge Current Clamping Voltage Installation Location
AC mains input Type 2 AC SPD IEC 61643-11 20 kA (8/20 us) 1.5 kV max First DIN rail position after main breaker
24 VDC power rail DC SPD IEC 61643-31 10 kA (8/20 us) 40 V max Before RTU 24 VDC input
RS485 signal lines Signal SPD (RS485) IEC 61643-21 5 kA (8/20 us) 6 V max At cable entry to cabinet
Ethernet ports Ethernet SPD (RJ45) IEC 61643-21 5 kA (8/20 us) 50 V max Inline between field cable and gateway
Antenna coaxial Coaxial SPD (N or SMA) IEC 61643-21 5 kA (8/20 us) 10 V; insertion loss less than 0.3 dB At antenna cable entry to cabinet

6.4 Data Integrity and QA/QC Framework

Data integrity is the most operationally significant risk for regulatory monitoring systems, because corrupted or missing data can invalidate compliance reports and trigger enforcement actions. The QA/QC framework implements automated checks at the edge gateway and at the central platform to detect and flag suspect data before it enters the regulatory reporting stream.

QA/QC Check Applied To Method Action on Failure Layer
Range check All parameters Compare to physical min/max limits (e.g., pH 0-14) Flag as Out of Range; exclude from averages Edge + cloud
Rate-of-change check pH, DO, turbidity, water level Compare delta between consecutive readings to max plausible rate Flag as Spike; alert operator Cloud platform
Stuck sensor check All parameters Detect identical value for N consecutive readings Flag as Sensor Fault; alert operator Cloud platform
Calibration expiry check pH, DO, turbidity, conductivity Compare current date to last calibration date plus interval Flag data as Calibration Overdue; notify technician Cloud platform
Transmission integrity All data packets CRC-32 checksum on each data frame Request retransmission; log error Edge + cloud
Clock synchronization All time-stamped records NTP sync every 15 minutes; max drift 1 s Flag records with clock error greater than 5 s; alert operator RTU + edge gateway