This precis summarizes the findings from CISA Advisory AA26-097a regarding the exploitation of internet-exposed Programmable Logic Controllers (PLCs).
### **What Happened**
Iranian-affiliated Advanced Persistent Threat (APT) actors have been exploiting internet-exposed PLCs to gain unauthorized access to U.S. critical infrastructure. The actors use leased, third-party infrastructure and manufacturer-specific programming software to connect to these devices. Once connected, they exfiltrate device project files, modify the logic (including Add-On Instructions), and manipulate data on Human Machine Interface (HMI) and supervisory control and data acquisition (SCADA) displays. In some instances, this has caused operational disruptions and financial loss γ1γ.
### **Who Is Affected**
The campaign specifically targets U.S. critical infrastructure, including:
* **Government Services and Facilities:** Including local municipalities.
* **Water and Wastewater Systems (WWS).**
* **Energy Sector.**
The primary impact is on internet-exposed PLCs, specifically:
* **Rockwell Automation/Allen-Bradley:** CompactLogix and Micro850 series.
* **Schneider Electric:** BMX P34/Modicon M340 series.
* **Siemens:** S7-1200 series.
* *Note: Other branded or manufactured PLCs may also be at risk if exposed to the internet.* γ1γ
### **Security Implications**
The manipulation of project files allows attackers to override safety logic. By disabling critical shutdown and alarm mechanisms, the actors can force systems into unsafe operating conditions without alerting operators, creating significant safety risks alongside operational and financial impacts γ1γ.
### **Technical Details**
* **Access Method:** Actors use foreign-based IP addresses via leased third-party infrastructure to connect directly to internet-facing devices.
* **Tools:** They utilize legitimate manufacturer programming software, such as Rockwell Automationβs Studio 5000 Logix Designer, Schneider Electricβs EcoStruxure Control Expert, and Siemensβ TIA Portal.
* **Targeted Ports:** Malicious traffic has been observed targeting ports `44818`, `2222`, `102`, and `502`, as well as port `22` for modems γ1γ.
### **What Defenders Should Know**
CISA and the FBI recommend immediate action to secure OT environments:
* **Remove Internet Exposure:** Disconnect PLCs from the public internet. Use secure gateways (jump hosts), VPNs, or ZTNA for remote access rather than direct connections γ1γ.
* **Physical Controls:** If a device has a physical mode switch, keep it in the "Run" position to block remote programming changes γ1γ.
* **Hardening:** Change default passwords to complex, unique credentials and disable unused services like Telnet, FTP, RDP, and VNC γ1γ.
* **Verification:** Regularly audit running PLC logic against known-good baselines to identify unauthorized modifications to Add-On Instructions (AOIs) or other code γ1γ.
* **Monitoring:** Implement firewall rules to block unauthorized IPs and monitor network traffic for unexpected protocols or unauthorized mode-change commands γ1γ.