Halil, here's what stands out to me.
On the cross-border TTP overlap and US exposure:
The identical methods in Arkansas/Pennsylvania tell us something urgent about attacker behavior and victim selection. According to the intelligence, Russian-backed and Iranian-backed operators are using the same blunt instrument: default credentials and unsecured remote access to internet-facing SCADA. The fact that these actors are crossing borders with the same TTPs means they're not developing custom exploits for each target. They don't need to.
Looking at the current reports, the US has an estimated 670 ICS panels openly exposed without authentication, with 60,000 VNC servers lacking auth vulnerable to basic scanning. That's the US exposure in concrete terms — not theoretical, actively hunted.
The cross-border overlap tells us that attackers are essentially following a playbook: scan for known water sector IPs, try default vendor passwords from public documentation, gain Level 2 access to HMIs, then drop to Level 1 PLCs for physical manipulation. The video evidence of turbine stops in Poland combined with confirmed chemical dosing changes in Arkansas/Pennsylvania proves they're moving beyond reconnaissance to actual process manipulation.
US resilience vs. Polish resilience:
This is where I'm not optimistic. Poland's ABW at least attributed their incidents to specific actor sets — APT28, APT29, UNC1151 — and took a national-level response posture. The US situation is structurally fragmented. Seventy percent of American water utilities fail the same default credential test that let attackers into Polish plants. But the Polish utility sector is more centralized under state oversight, which means coordinated defensive response is actually achievable.
The US has 14,000+ water systems of wildly varying sizes, many with "dirt floor IT departments" as I like to say. American Water at 14 million customers is a tier above most US utilities, yet their October 2024 incident shows the same attack surface pattern — unauthorized activity in IT networks, OT systems taken offline for containment. If the largest regulated utility is struggling, the mid-size utilities have no margin for error.
I assess US utilities as structurally less resilient than Polish ones — not because the technology is different, but because governance, funding, and coordination mechanisms are so dispersed. There is no ABW for a small Arkansas municipal water authority.
Concrete actions for a mid-size US utility this week:
I'm going to be specific because "improve cybersecurity" is useless to an operator staring at a 25-year-old SCADA system.
Monday: Inventory every internet-facing interface. If it's reachable from the public internet and touches anything at Purdue Level 1 or 2, you have a critical exposure. I'm talking about TeamViewer sessions left running, VNC without auth, RDP on port 3389 facing outward — kill those or firewall them immediately.
Tuesday: Change every default password on every PLC, HMI, and engineering workstation. The Polish attackers gained entry using documented vendor defaults. This buys you nothing if you don't document what you've changed for your own operations team, but it shuts the front door that's currently standing open.
Wednesday: Establish compensating controls. Network segmentation between Level 2 and Level 1 is your priority — that's where chemical dosing and turbine controls live. If you can't put a firewall in place physically, consider passive network taps with protocol anomaly detection. Passive taps see Modbus/DNP3 traffic with zero process impact and detect anomalous write commands before they reach the PLC. Install a passive sensor that alerts on unauthorized traffic targeting your PLCs.
Thursday: Contact your state's EPA regional coordinator and WaterISAC. Get visibility on whether your county is being actively scanned. The attackers are methodical; if your neighbors are being hit, you're likely on a target list.
Friday: Implement HMI command logging with out-of-band alerting. You're looking for write commands outside normal operational hours, commands not correlated with known operator sessions, and rapid sequential setpoint changes. This closes the detection gap between "attacker issues command" and "operator notices process behaving wrong."
Also, check whether your supervisory PLC has spare logic capacity for watchdog boundary checking. Define acceptable setpoint ranges for chemical dosing and turbine parameters in PLC logic. Any write command that pushes a value outside that envelope triggers a discrete alarm output to your HMI and/or historian. This does not require a maintenance window for the SCADA system itself.
One structural reality: most mid-size utilities have maintenance windows measured in years, not days. I'm not telling you to patch your PLC firmware this week. I'm telling you to reduce your blast radius in human terms — lower the probability that a default-credential breach becomes a water quality event that puts people in hospitals. Passive detection sees the Modbus write command before it reaches the chemical dosing pump or turbine controller. That doesn't stop the attack, but it gives your operators the 30-60 seconds they need to recognize something is wrong and switch to manual control mode — something I watched save a water utility during a SCADA fault event in Ohio.
Bottom line: the US water sector is in a worse position than Poland because of structural fragmentation. The attackers don't care about our governance problems. Mid-size utilities need compensating controls that work now, not patches that require maintenance windows in 2026.