US Water Systems Targeted in Attacks on Rockwell PLCs

CISA and FBI Warn of Attacks on US Water System PLCs

CRITICAL
July 31, 2026
5m read
Industrial Control SystemsCyberattackThreat Intelligence

Related Entities

Products & Tech

Allen-Bradley MicroLogix 1100Allen-Bradley MicroLogix 1400Programmable Logic Controller (PLC)Operational Technology (OT)

Other

Water and Wastewater Systems (WWS)

Full Report

Executive Summary

In late July 2026, the FBI and the Cybersecurity and Infrastructure Security Agency (CISA) issued a joint advisory warning of a coordinated campaign by malicious cyber actors against the U.S. Water and Wastewater Systems (WWS) sector. Threat actors are targeting internet-facing Operational Technology (OT), specifically Rockwell Automation Allen-Bradley MicroLogix 1100 and 1400 series Programmable Logic Controllers (PLCs). The attacks have caused tangible operational disruptions in at least seven states, including loss of system control, flooding, and the issuance of boil water notices. Federal agencies are urging all WWS facilities to immediately isolate OT assets from the internet, implement robust access controls, and maintain secure backups to prevent further compromise.


Threat Overview

The attacks, which have escalated since July 27, 2026, involve threat actors gaining remote access to publicly exposed PLCs. Once access is achieved, they manipulate the device configurations to disrupt operations and lock out legitimate users. Key tactics include changing device passwords and altering IP addresses, which severs the connection between the PLC and the Supervisory Control and Data Acquisition (SCADA) systems used for monitoring and control. The FBI has confirmed reports of direct operational impacts, such as loss of water pressure and facility flooding. The simultaneous targeting of over 30 systems indicates a potentially widespread and coordinated campaign, possibly exploiting a shared vulnerability, a common third-party service integrator, or default credentials.


Technical Analysis

The threat actors' primary TTPs involve scanning the internet for exposed OT devices and exploiting weak or default security configurations. The campaign specifically targets Rockwell Automation/Allen-Bradley MicroLogix 1100 and 1400 series PLCs.

Attack Chain:

  1. Reconnaissance: Actors scan for internet-accessible PLCs, likely using tools like Shodan to identify vulnerable devices.
  2. Initial Access: Actors gain access via T1190 - Exploit Public-Facing Application or by using default/weak credentials associated with T1078 - Valid Accounts. The presence of undocumented cellular modems suggests exploitation of T0886 - Remote Services.
  3. Impact: The core of the attack is T1489 - Service Stop and T1505 - Server Software Component by altering PLC configurations. By changing passwords and IP addresses, they effectively cause a Denial of Service and lock out legitimate operators, a form of T0831 - Manipulation of Control in an OT context.
  4. Defense Evasion: By changing IP addresses, attackers disrupt logging and monitoring, hindering incident response efforts.

Rockwell Automation has provided guidance for customers to recover locked MicroLogix 1400 controllers, indicating a known recovery path exists if physical access is possible.


Impact Assessment

The impact of these attacks is severe and directly affects public health and safety. The disruption of water treatment and distribution has led to boil water advisories, posing a direct risk to communities. Forcing facilities into manual operation increases the likelihood of human error and reduces efficiency. The financial impact includes the cost of emergency response, system recovery, potential regulatory fines, and the long-term investment required to re-architect networks for better security. The targeting of a foundational critical infrastructure sector like water demonstrates a significant threat to national security. The relatively low cybersecurity maturity and limited budgets of many smaller WWS utilities exacerbate this risk.


IOCs — Directly from Articles

No specific file hashes, IP addresses, or domains were provided in the source articles.


Cyber Observables — Hunting Hints

Security teams may want to hunt for the following patterns to identify vulnerable systems or related malicious activity:

Type
port
Value
44818/TCP
Description
Default EtherNet/IP port used by Rockwell PLCs. Unexpected traffic from external sources is highly suspicious.
Context
Network traffic logs, firewall logs.
Type
port
Value
2222/TCP
Description
Default EtherNet/IP port used by Rockwell PLCs. Unexpected traffic from external sources is highly suspicious.
Context
Network traffic logs, firewall logs.
Type
log_source
Value
Shodan/Censys
Description
Search for exposed 'MicroLogix' or 'Allen-Bradley' devices in your organization's IP space.
Context
External scanning services.
Type
network_traffic_pattern
Value
Inbound connections to OT subnets
Description
Any direct inbound connection from the internet to an OT network segment should be investigated.
Context
Firewall logs, Netflow data.
Type
command_line_pattern
Value
RSLogix
Description
Monitor for unexpected usage of Rockwell programming software, especially from unauthorized workstations.
Context
EDR logs, process monitoring.

Detection & Response

Detection:

  • Network Monitoring: Implement rules to detect and alert on any inbound traffic from the internet to ports 44818/TCP and 2222/TCP within OT network segments. Utilize Network Traffic Analysis (D3-NTA) to baseline normal traffic patterns and identify anomalous connections.
  • Configuration Auditing: Regularly audit PLC configurations for unauthorized changes to IP addresses, user accounts, or logic. A sudden change should trigger a high-priority alert.
  • Log Analysis: Monitor firewall, VPN, and network access logs for connections to OT assets from unexpected external or internal IP addresses. Centralize logs in a SIEM for correlation.

Response:

  1. Isolate: If a compromise is suspected, immediately isolate the affected PLC from the network to prevent further malicious activity.
  2. Restore: Use known-good, validated backups of the PLC logic and configuration to restore the device to a safe state. Follow Rockwell Automation's specific recovery procedures for locked devices.
  3. Investigate: Preserve logs and device images for forensic analysis to determine the initial access vector and scope of the compromise.

Mitigation

Immediate Actions:

  1. Remove Internet Exposure: The most critical step is to identify and remove all internet-facing OT devices, including PLCs. Ensure no undocumented connections, such as cellular modems, exist.
  2. Enforce Strong Passwords: Change all default passwords on PLCs, HMIs, and other OT devices to strong, unique passwords.
  3. Network Segmentation: Implement strict network segmentation using firewalls to isolate OT networks from IT networks and the internet. This aligns with D3FEND's Network Isolation (D3-NI) technique.

Strategic Recommendations:

  • Secure Remote Access: Implement a secure remote access solution, such as a VPN with multi-factor authentication (MFA), for any required access to the OT network. All access should be logged and monitored.
  • Vulnerability Management: Establish a program to identify and patch vulnerabilities in OT systems. If patching is not feasible, apply compensating controls.
  • Asset Inventory: Maintain a comprehensive inventory of all OT assets and their network connections to ensure no device is unknowingly exposed.

Timeline of Events

1
July 27, 2026
Escalation of cyberattacks against WWS sector begins, with utility companies reporting incidents.
2
July 30, 2026
The FBI and CISA issue joint advisories warning of the attacks and providing mitigation guidance.
3
July 31, 2026
This article was published

MITRE ATT&CK Mitigations

Isolate OT networks from corporate IT networks and the internet to prevent unauthorized access.

Mapped D3FEND Techniques:

Restrict network access to PLCs and other OT devices to only authorized management systems.

Mapped D3FEND Techniques:

Enforce strong, unique passwords for all OT devices and disable default accounts.

Mapped D3FEND Techniques:

Require MFA for all remote access to the OT network.

Mapped D3FEND Techniques:

D3FEND Defensive Countermeasures

Immediately implement strict network isolation for all OT assets. This involves configuring firewalls to create a secure perimeter around the OT network, blocking all unsolicited inbound traffic from the internet. A 'demilitarized zone' (DMZ) should be established for any system that needs to share data between the IT and OT networks, ensuring no direct traffic path exists. For WWS facilities, this means PLCs should only be accessible from a dedicated, hardened management workstation within the OT segment or via a secure, bastion host-controlled remote access solution. All other access paths, especially direct internet connections or undocumented cellular modems, must be decommissioned. This directly mitigates the initial access vector used in these attacks by making the PLCs undiscoverable and unreachable from the public internet.

Enforce a strong password policy for all devices within the OT environment, including PLCs, HMIs, and network equipment. This is a critical hardening measure against brute-force and default credential attacks. Passwords should be complex, unique per device, and changed regularly. Default credentials, which are a common entry point for attackers targeting OT systems, must be changed immediately upon device deployment. For Rockwell MicroLogix PLCs, ensure that any default or easily guessable community strings for protocols like SNMP are also changed. Implementing this policy makes it significantly harder for attackers to gain initial access even if they manage to discover a device.

Timeline of Events

1
July 27, 2026

Escalation of cyberattacks against WWS sector begins, with utility companies reporting incidents.

2
July 30, 2026

The FBI and CISA issue joint advisories warning of the attacks and providing mitigation guidance.

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

ICSOTSCADACritical InfrastructurePLCRockwell AutomationCISAFBI

📢 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.