A Tale of Two SOCs: CISA Red Team Exposes Critical Infrastructure Vulnerabilities
The U.S. Cybersecurity and Infrastructure Security Agency (**CISA**) recently released findings from two simultaneous red team assessments against critical infrastructure organizations. Despite employing similar attack methodologies, the outcomes dramatically diverged, highlighting the crucial role of human elements and robust processes in effective cybersecurity defense.
The **CISA** advisory, tracked as **AA26-237A** and aptly titled "A Tale of Two SOCs," details the agency's simulated attacks against two distinct entities: **Organization A**, a Government Services and Facilities Sector organization, and **Organization B**, a Water and Wastewater Systems Sector entity. Both organizations ultimately experienced full domain compromise and unauthorized access to sensitive business systems (SBSs) and cloud resources.

## Organization A: A Cascade of Missed Detections
For **Organization A**, the red team initiated access by exploiting a web application with default credentials. This allowed them to send internal phishing emails, successfully compromising four workstations. Privilege escalation was achieved through the abuse of a default Machine Account Quota and a misconfigured Active Directory Certificate Services (**AD CS**) template β a vulnerability class also exploited by the recently disclosed **Certighost** domain-takeover exploit.
The attackers then accessed three sensitive business systems, leveraging cleartext credentials found in decrypted database configuration files and static, non-expiring **Amazon Web Services (AWS)** access keys. In the cloud environment, a Primary Refresh Token was stolen, and over-permissioned **Entra ID** applications were abused to monitor the security team's communications.
Crucially, **Organization A** detected none of this activity. **CISA** attributed this failure to several factors, including thousands of high-severity false-positive alerts masking legitimate threats, a fragmented security operations center (**SOC**) structure with no shared visibility across multiple endpoint tools, and a lack of clear escalation procedures and analyst authority. A genuine alert on a System Center Configuration Manager (**SCCM**) server was even dismissed as a false positive due to an inability to identify the system's owner.
Key weaknesses identified in **Organization A**:
* **Machine Account Quota** at default, allowing any domain user to add machine accounts.
* **AD CS certificate templates** misconfigured, enabling certificate requests for any user (**ESC1**).
* **Cleartext credentials** for service and database accounts on accessible systems.
* **Static cloud access keys** with no expiration or token revocation.
* **Over-permissioned Entra ID applications** capable of reading mail across all users.
## Organization B: A Swift and Decisive Defense
In stark contrast, **Organization B** demonstrated a robust defensive posture. Its **SOC** detected the initial phishing payloads as they executed, isolating affected workstations within 2 to 20 minutes. This rapid response effectively severed command-and-control (C2) communications, preventing the intrusion from spreading.
Due to the successful containment, **CISA**'s trusted agents executed a red team payload on a designated non-privileged host to simulate the initial access, shifting the engagement to an assume-breach model. Despite this, the team still uncovered underlying vulnerabilities, such as cleartext credentials for a domain service account within an **SCCM** configuration file, which held rights over a domain controller. This allowed for a **DCSync** attack, retrieving the **krbtgt** secret.
While the red team also reached a bastion host in **Organization B**'s operational technology (OT) demilitarized zone, outbound internet access was blocked, preventing the establishment of a C2 channel and further ingress into OT systems.
## The Human Element: The Decisive Factor
**CISA**'s analysis revealed that the disparity in outcomes between the two organizations was not primarily due to the security tools themselves, but rather the people and processes operating them. As the agency stated, "Detection tools are only as effective as the people, processes, and procedures supporting them."
This assessment underscores a critical lesson for IT security professionals and privacy-conscious users: technology alone is insufficient. Effective cybersecurity relies heavily on well-trained analysts, clearly defined procedures, and a unified security strategy to translate alerts into actionable intelligence and rapid response.