Minnesota Water Systems Targeted in Coordinated OT Cyberattack

30+ Minnesota Water Utilities Hit by Coordinated Cyberattack on OT

HIGH
July 30, 2026
August 3, 2026
5m read
CyberattackIndustrial Control SystemsThreat Actor

Related Entities(initial)

Threat Actors

CyberAv3ngersIslamic Revolutionary Guard Corps (IRGC)

Full Report(when first published)

Executive Summary

On July 26 and 27, 2026, a coordinated cyberattack campaign targeted the Operational Technology (OT) networks of more than 30 community water systems across Minnesota. The attacks disrupted automated control systems, forcing some facilities to switch to manual operations and causing at least one water treatment plant to go offline temporarily. While officials have stated that drinking water safety was not compromised, the incident represents a significant and scaled attack on U.S. critical infrastructure. A multi-agency response involving Minnesota IT Services (MNIT), CISA, the FBI, and the EPA is underway. Security researchers suspect the involvement of CyberAv3ngers, a threat group linked to Iran's Islamic Revolutionary Guard Corps (IRGC), based on the attack patterns and timing relative to recent CISA advisories about the group's targeting of internet-exposed PLCs.

Threat Overview

The attacks were characterized by their coordinated nature, targeting a large number of small to medium-sized water utilities within a 48-hour window. The primary targets were internet-exposed Programmable Logic Controllers (PLCs) and other automated control systems responsible for managing water treatment and distribution. By compromising these systems, the attackers were able to disrupt normal operations. Publicly confirmed victims include the municipalities of Braham, Plymouth, South St. Paul, and Maple Plain.

  • In Braham, the attack shut down the city's well and water treatment plant.
  • In Plymouth, cellular communications with water towers and lift stations were disrupted.
  • South St. Paul and Maple Plain also reported impacts on their automated systems, forcing a switch to manual contingency operations.

The threat actor's motive appears to be disruption rather than financial gain or data theft. While not officially attributed, security firm Tenable noted the attack's consistency with CyberAv3ngers, a group known for targeting Israeli-made PLCs and leaving anti-Israel messages. This incident occurred shortly after a CISA advisory warned that this group was targeting PLCs from major vendors like Rockwell Automation, Schneider Electric, and Siemens.

Technical Analysis

The specific vulnerabilities and initial access vectors have not been disclosed by investigators. However, based on the context and previous campaigns by similar actors, the attack likely involved the following TTPs:

  • Initial Access: Attackers likely used T0886 - Scanning and Enumeration tools like Shodan to identify internet-exposed PLCs and Human-Machine Interfaces (HMIs). They may have exploited known vulnerabilities in these devices or used default/weak credentials to gain access, aligning with T0819 - Default Credentials.
  • Execution & Impact: Once they gained access, the attackers likely issued malicious commands to the PLCs, as seen in T0829 - Manipulation of Control. This allowed them to shut down pumps, disrupt communication links, and disable automated processes. Disabling safety alarms, a tactic mentioned in the related CISA advisory, could also be part of their playbook, mapping to T0826 - Inhibit Response Function.

Impact Assessment

While officials were quick to state that drinking water remained safe, the operational impact was significant. Forcing over 30 facilities into manual mode strains resources and increases the risk of human error. The temporary shutdown of a water treatment plant, even if brief, is a serious disruption to a critical service. The psychological impact on the public and the operational burden on small municipalities with limited cybersecurity staff cannot be understated. This large-scale, coordinated event demonstrates the systemic risk facing the U.S. water sector, which is composed of thousands of small, often under-resourced, utilities. The incident serves as a stark warning of the potential for widespread disruption of essential services through cyber means.


IOCs — Directly from Articles

No specific technical Indicators of Compromise (IPs, domains, hashes) were provided in the source articles.

Cyber Observables — Hunting Hints

The following patterns could indicate related activity against OT systems:

  • Network Traffic: Monitor for inbound connections to OT networks from unknown or foreign IP addresses, especially targeting common PLC/SCADA ports (e.g., 502/TCP for Modbus, 44818/TCP for EtherNet/IP, 102/TCP for Siemens S7).
  • Device Logs: Look for an increase in failed login attempts on HMIs or engineering workstations. Any successful login from an unrecognized source or at an unusual time is a major red flag.
  • Configuration Changes: Monitor for unauthorized changes to PLC logic, setpoints, or alarm thresholds. File integrity monitoring on project files is critical.
  • Protocol Analysis: Deep packet inspection of OT protocols can reveal anomalous commands being sent to controllers, such as unexpected 'stop' commands or modifications to control loops.

Detection & Response

  1. Asset Inventory: The first step is to identify all internet-exposed OT assets. Use discovery tools and external scanning services to find devices that may have been inadvertently connected to the internet. This is a foundational D3FEND technique.
  2. Network Monitoring: Implement robust monitoring at the IT/OT boundary. All traffic crossing this boundary should be inspected. Deploy an OT-aware Intrusion Detection System (IDS) to analyze industrial protocols for malicious commands. This corresponds to D3-NTA: Network Traffic Analysis.
  3. Log Collection: Centralize logs from HMIs, engineering workstations, and network devices. Monitor for suspicious logins and control system commands. This maps to D3-LAM: Local Account Monitoring.
  4. Response Plan: Develop and drill an OT-specific incident response plan. This plan must include procedures for safely transitioning to manual operations, isolating affected network segments, and engaging with federal partners like CISA and the FBI.

Mitigation

  1. Network Isolation: The most critical mitigation is to remove all direct internet connections to PLCs and other control system devices. Vital OT systems should be isolated from IT networks. This is the core principle of the 'CI Fortify' guidance and maps to D3-NI: Network Isolation.
  2. Secure Remote Access: If remote access is required, it must be implemented through a secure, multi-factor authenticated solution like a VPN with strict access controls, not by exposing OT devices directly. This aligns with D3-MFA: Multi-factor Authentication.
  3. Patch Management: Regularly update and patch all OT system components, including PLCs, HMIs, and workstations. Prioritize vulnerabilities that are known to be exploited.
  4. Credential Management: Change all default passwords on OT devices. Implement strong, unique passwords for all accounts and avoid password sharing.

Timeline of Events

1
July 26, 2026
Coordinated cyberattacks begin targeting Minnesota community water systems.
2
July 27, 2026
The cyberattacks continue, with over 30 facilities reporting disruptions to their OT systems.
3
July 30, 2026
This article was published

Article Updates

August 3, 2026

Scope of water utility cyberattacks expands to 39+ facilities across seven U.S. states, prompting CISA/FBI warnings on exposed PLCs.

MITRE ATT&CK Mitigations

Isolating OT networks from IT and the internet is the most effective defense against these types of attacks.

Strictly control traffic between IT and OT networks, and block all unnecessary inbound connections from the internet.

Change all default credentials on ICS/SCADA devices and enforce strong, unique passwords.

Keep all OT components, including PLC firmware and HMI software, up to date with the latest security patches.

D3FEND Defensive Countermeasures

The primary defensive measure for water utilities is to implement robust network isolation. Critical OT assets, especially PLCs and control servers, should never be directly accessible from the internet. Establish a defensible network architecture where the OT network is air-gapped or strictly firewalled from the corporate IT network. All connections that must cross the IT/OT boundary should pass through a demilitarized zone (DMZ) and be subject to deep packet inspection. This directly counters the initial access vector used in the Minnesota attacks, which relied on finding and exploiting internet-exposed control systems. This strategy is the cornerstone of the 'CI Fortify' guidance and is the most effective way to prevent remote adversaries from manipulating physical processes.

For any remote access that is deemed essential for operations, multi-factor authentication is non-negotiable. Instead of exposing RDP or HMI ports to the internet, require personnel to connect through a VPN gateway that enforces MFA. This prevents attackers from gaining access even if they manage to acquire valid credentials through phishing or other means. MFA should be applied to all remote access points into the OT network, as well as for privileged access to engineering workstations and control servers within the environment. This significantly hardens the network against credential-based attacks, which are a common tactic of groups like CyberAv3ngers.

Timeline of Events

1
July 26, 2026

Coordinated cyberattacks begin targeting Minnesota community water systems.

2
July 27, 2026

The cyberattacks continue, with over 30 facilities reporting disruptions to their OT systems.

Sources & References(when first published)

Article Author

Jason Gomes

Jason Gomes

• Cybersecurity Practitioner

Cybersecurity professional with over 10 years of specialized experience in security operations, threat intelligence, incident response, and security automation. Expertise spans SOAR/XSOAR orchestration, threat intelligence platforms, SIEM/UEBA analytics, and building cyber fusion centers. Background includes technical enablement, solution architecture for enterprise and government clients, and implementing security automation workflows across IR, TIP, and SOC use cases.

Threat Intelligence & AnalysisSecurity Orchestration (SOAR/XSOAR)Incident Response & Digital ForensicsSecurity Operations Center (SOC)SIEM & Security AnalyticsCyber Fusion & Threat SharingSecurity Automation & IntegrationManaged Detection & Response (MDR)

Editorial Standards & Analyst Review

CyberNetSec.io uses automation to assist source monitoring, deduplication, observable extraction, and structured intelligence generation. Published analysis follows human-defined editorial standards and adds defensive context including MITRE ATT&CK, D3FEND, STIX, and Sigma where applicable. Read our editorial policy.

Tags

ICSOTCyberAv3ngersCritical InfrastructureWater UtilitiesMinnesotaPLCCyberattack

📢 Share This Article

Help others stay informed about cybersecurity threats

🎯 MITRE ATT&CK Mapped

Every tactic, technique, and sub-technique used in this threat has been identified and mapped to the MITRE ATT&CK framework for consistent, actionable threat language.

🧠 Enriched & Analyzed

Observables and indicators of compromise (IOCs) have been extracted and cataloged. Risk has been assessed and correlated with known threat actors and historical campaigns.

🛡️ Actionable Guidance

Detection rules, incident response steps, and D3FEND-aligned mitigation strategies are included so your team can act on this intelligence immediately.

🔗 STIX Visualizer

Structured threat data is packaged as a STIX 2.1 bundle and can be visualized as an interactive graph — relationships between actors, malware, techniques, and indicators.

Sigma Generator

Sigma detection rules are derived from the threat techniques in this article and can be converted for deployment across any major SIEM or EDR platform.