cisa.gov/uscert/ncas/alerts
-
A Tale of Two SOCs: Insights From Two Red Team Assessments
Advisory at a Glance
Title A Tale of Two SOCs: Insights From Two Red Team Assessments Original Publication August 25, 2026 Executive Summary The Cybersecurity and Infrastructure Security Agency (CISA) conducted simultaneous red team assessments at two organizations and observed different defensive outcomes. In both environments, the red team achieved full domain compromise and accessed sensitive business systems (SBSs) and cloud resources. Organization A failed to detect or contain the activity, but Organization B rapidly identified initial compromise attempts, isolated affected systems, and forced the red team into an assume breach model.
This advisory details the red team’s activity and organizations’ defensive actions, offering lessons learned and mitigations to help critical infrastructure organizations strengthen detection, response, and protections in IT, cloud, and operational technology (OT) environments.
Lessons Learned - Untuned detection tools lead to missed threats. Without well-defined baselines and alert filtering, false positives and routine alerts overwhelm network defenders.
- Organizational silos and bureaucratic hurdles prevent effective incident response. Detection tools are only as effective as the people, processes, and procedures supporting them; fragmented communication, unclear responsibilities, and limited defender authority hinder effective incident response.
- Cloud environments are often an underestimated risk. Organizations often lack security controls for cloud environments and processes for responding to a cloud compromise.
Key Actions - Establish and continuously maintain a baseline and reduce alert noise by fine tuning.
- Break down silos and empower network defenders.
- Implement Conditional Access policies for workload identities and monitor for excessive or unused permissions.
- Establish and regularly review comprehensive procedures for detecting, remediating, and revoking access/refresh tokens in the event of a cloud compromise.
Intended Audience Organizations: Federal Civilian Executive Branch agencies; state, local, tribal, and territorial governments; critical infrastructure.
Roles: System administrators, incident responders, defensive cybersecurity analysts, vulnerability analysts, network operators, security systems managers, and all network defenders.
Introduction
The Cybersecurity and Infrastructure Security Agency’s (CISA’s) red team simulates real‑world malicious cyber operations to assess an organization’s ability to detect, investigate, and respond to malicious cyber activity. Emulating cyber threat actor tradecraft, the red team attempts to gain and maintain persistent access to an organization’s network and sensitive business systems (SBSs) while avoiding detection.
CISA conducted two simultaneous red team assessments using similar tradecraft but observed different defensive responses. In one organization (Organization A), the team gained initial access to multiple workstations, gained elevated privileges over the domain, and moved laterally to SBSs and cloud resources undetected. In the second organization (Organization B), network defenders quickly detected the initial compromise and quarantined the affected systems.
Because Organization B detected the initial compromise, the red team moved to an assume breach model, where Organization B trusted agents (TAs) provided access to a host that replicated the level of access the red team would have had if defenders had not detected their activity. From there, the red team escalated privileges and moved laterally to SBSs, cloud resources, and a bastion host in the OT demilitarized zone (DMZ), where defenders again detected activity and isolated the system.
In coordination with the assessed organizations, CISA is releasing this Cybersecurity Advisory to describe the red team’s activity and the organization’s defensive responses and to share lessons learned that critical infrastructure organizations can use to strengthen their IT, cloud, and OT cybersecurity posture.
CISA encourages critical infrastructure organizations to implement the recommendations in the Mitigationssection of this advisory to reduce the likelihood and impact of malicious cyber incidents.
Download the PDF version of this report:
A Tale of Two SOCs: Insights From Two Red Team Assessments (PDF, 937.09 KB )Technical Details
Note: This advisory uses the MITRE ATT&CK® Matrix for Enterprise framework, version 19. See the MITRE ATT&CK Tactics and Techniques section of this advisory for a table of the red team’s activity mapped to MITRE ATT&CK tactics and techniques.
Overview
CISA is authorized—upon request—to provide analyses, expertise, and other technical assistance to critical infrastructure owners and operators and to provide operational and timely technical assistance to federal and non-federal entities, with respect to cybersecurity risks (see generally 6 U.S.C. §§ 652[c][5], 659[c][6]). CISA conducted two concurrent red team assessments: one at a Government Services and Facilities Sector organization (Organization A), and one at a Water and Wastewater Systems Sector organization (Organization B).
During CISA’s red team assessments, the red team simulates malicious cyber operations to assess an organization’s threat detection and response capabilities. The red team attempts to gain and maintain persistent access to an organization’s enterprise network, avoid detection, evade defenses, and access SBSs (applications, data stores, or infrastructure components where compromise would materially impact the organization's operations, finances, or customer data) selected by the organization. For the assessments described in this advisory, the team also attempted to gain access to cloud resources and to demonstrate their ability to access Organization B’s OT systems without actually doing so.
Organization A
Red Team Cyber Threat Activity
Initial Access and Active Directory Discovery
During reconnaissance, CISA’s red team identified a web application with default credentials [T1589.001] for multiple built-in user accounts that allowed the team to send emails from an internal email address. The team used the internal email address to send phishing emails [T1566] and gained initial access to four workstations.
From the workstations, the red team leveraged a modified BloodHound1 collector, customized to avoid static endpoint detection and response (EDR) signatures, to query and scrape Active Directory (AD) information. This information included AD users [T1087.002], computers [T1018], groups [T1069.002], access control lists, organizational units, and group policy objects (GPOs) [T1615]. The team found that one compromised workstation had the default Machine Account Quota (MAQ) of 10, allowing unprivileged users to add up to 10 computer accounts to the domain.
The red team also queried the organization’s Active Directory Certificate Service (ADCS) certificate templates. Misconfigured ADCS templates are common and can allow low-privileged accounts to request a certificate on behalf of other users and computers, including highly privileged accounts. The team identified multiple templates with an ESC1 misconfiguration, which allows any user to request certificates for all users and computer accounts (see scenario ESC1 in SpecterOp’s Certified Pre-Owned: Abusing Active Directory Certificate Services). The red team exploited the misconfigured MAQ to create a machine account [T1136.002] and then exploited a misconfigured ADCS template to request a certificate for the newly created machine account [T1649]. They could then obtain certificates for any user account, providing means for lateral movement.
Post Exploitation: Privilege Escalation and Lateral Movement
Sensitive Business Systems
After the red team gained elevated privileges over the domain, they began post-exploitation activities and attempted to access SBSs. To access the SBSs, the team needed to identify their network location and security controls.
The team’s plan to achieve SBS access included the following steps:
- Use previously acquired AD data to identify users and groups related to the SBS.
- Query system center configuration manager (SCCM) servers to enumerate user-device relationships and identify the workstations assigned to each user [T1033].
- Move laterally from the SCCM server to the target users’ workstations.
- Find credential material on the target user’s workstation to access the SBS.
- Verify administrative access to the SBS would allow compromise of the availability, integrity, and/or confidentiality of the system and its data.
For each SBS, the red team used similar discovery and initial access techniques but unique credential retrieval methods. For SBS 1, a database, the team located cleartext credentials on an administrative user’s workstation providing access to the system [T1552]. For SBS 2, also a database, the red team searched the targeted user’s workstations for
connections.jsonandproduct-preferences.xmlfiles for a Structured Query Language (SQL) developer tool. The team decrypted these files to obtain the cleartext password to the database [T1552.001]. For SBS 3, an automated processing system, the red team acquired long-lived static Amazon Web Service (AWS) identity and access management (IAM) user credentials saved in configuration files in targeted users’ home directories. These credentials do not expire because the organization had not configured credential expiration or rotation.For SBS 2 and 3, the red team expanded access beyond users’ physical workstations to include their virtual desktops, which limited their access to the active, interactive sessions held by users. While virtual workstations add security controls, such as segmenting networks of sensitive systems to only allow virtual hosts, they are generally synchronized with a root drive of the distributed file system (DFS). The red team compromised the root DFS drive, granting them access to local files of all users’ virtual desktops, regardless of the existence of an active session. This allowed the team to quickly search for cloud configuration files containing credentials and database connection files for thousands of users.
The red team obtained administrative access to all targeted SBSs without defensive intervention by proxying tools [T1090.001] through compromised workstations and using the collected credentials.
Microsoft Entra Systems
After compromising the target SBSs, the red team attempted to compromise Organization A’s Microsoft cloud environment by compromising Organization A’s Microsoft Entra ID (formerly Azure AD) through applications. The team targeted Entra ID applications with Application permissions, which allow applications to access data without user consent (compared to Delegated permissions, which allow applications to access data with user consent). By compromising an application that had elevated Application permissions, the red team would gain the same permissions as the application because these applications operate outside the scope of traditional conditional access policies (CAPs) that provide controls for user access and activity.
Note: Microsoft’s Conditional Access for workload identities extends traditional CAPs to service principals (SPs) used by applications and governs Application permissions by allowing organizations to broadly apply access policies to applications. Implementing Conditional Access for workload identities would have protected against red team exploiting use of Application permissions; however, the red team never observed an organization using Conditional Access for workload identities.
The team compromised applications and used their permissions by:
- Enumerating the organization’s cloud resources using the publicly available tools, including AzureHound2 and ROADrecon,3 to gather information about applications, their permissions, and their owners [T1526] [T1588.002].
- Identifying applications with elevated permissions to the Microsoft Graph Resource application programming interface (API), including the following:
Mail.Read– Read Outlook emails.Mail.ReadWrite– Read and write Outlook emails.Chat.Read.All– Access Teams messages.Files.Read.All– Access OneDrive.Application.ReadWrite.All– Add Client Secrets to any application or SP.AppRoleAssignment.ReadWrite.All– Lets an SP grant itself powerful Graph application permissions such asChat.Read.AllorRoleManagement.ReadWrite.Directory.
- Identifying the owner of an application with
Mail.ReadWritepermissions. - Moving laterally to the owner’s machine.
- Obtaining access to the user’s primary refresh token (PRT).
- A PRT is a secure artifact specifically issued to Microsoft first-party token brokers to enable single sign-on (SSO) across the applications used on those devices. For more information about PRT, see Microsoft’s Understanding Primary Refresh Token (PRT) in Microsoft Entra ID.
- Using the PRT to request access and refresh tokens for the targeted application’s owner.
- Access tokens are short-lived tokens issued by Entra ID that grant a client permission to access specific resources or APIs on behalf of a user.
- Refresh tokens are longer-lived tokens issued by Entra ID that allow a client to silently request new access tokens without requiring the user to sign in again.
- Using the access token to add a new client secret to the target application.
- A client secret is a confidential string used by the application to authenticate itself to Entra ID during token requests.
- Using the new client secret to request a new access token for the target application.
- Impersonating the application by using the access token [T1550.001] to retrieve and review target emails [T1114] via the Microsoft Graph API.
This allowed the red team to review security operations center (SOC) staff emails to see if SOC staff were aware of the compromise.
Organization A’s Response
The organization did not respond effectively to red team activity. The red team observed this during their engagement by accessing SOC personnel emails and moving laterally to SOC workstations where they captured screenshots [T1113], used keyloggers [T1056.001], and retrieved Microsoft Teams messages [T1213.005].
The red team observed that the SOC received medium- and low-severity EDR alerts related to the red team activity but did not respond to them. Thousands of false positive alerts corresponding to normal business operations, many with a higher severity, obscured the alerts triggered by red team activity.
Organizational silos further hindered detection and response. The organization had multiple SOCs and multiple EDR solutions. Staff did not communicate with staff from other SOCs or have visibility on their detection tools. SOC staff and system owners also did not communicate with each other.
This led to SOC staff not actioning alerts from red team activity. For example, red team members noted chat exchanges regarding an SCCM in which defenders tried and failed to identify the system owner, its function, and its typical use. The SOC team eventually flagged the alert as a false positive.
The red team believes this was because the SOC staff lacked standard operating procedures for escalating alerts and had limited personnel authority.
Organization B
Red Team Cyber Threat Activity
Initial Access
The CISA red team gained initial access to Organization B’s environment through a spearphishing campaign. The team gathered email addresses from public websites [T1589.002] and sent phishing emails that eventually led to three users clicking [T1204] on a malicious link, giving the red team access to three workstations.
Each payload execution generated a medium-severity alert: “An executable file loaded an unexpected DLL file.” SOC staff triaged these alerts and manually isolated all three workstations within 10, 2, and 20 minutes. This effectively terminated the team’s command and control (C2) communications with the workstations. Before staff isolated one workstation, the red team enumerated Organization B’s domain’s AD structure by executing various Lightweight Directory Access Protocol (LDAP) queries through the callback. The data gathered included all users, groups, computers, domains, GPO, and subsequent relationships for the entire domain.
Because the defenders removed their initial foothold, the red team switched to an assume breach model. Organization B’s TAs (organization IT staff who knew of the assessment and were in contact with the red team) executed a red-team-provided payload on a designated internal host. This host was associated with a standard user account with no administrative privileges, replicating the same level of access the red team would have maintained if Organization B’s defenders had not detected them.
Domain Compromise
With persistent access to the internal network, the red team searched for ways to escalate their privileges over the domain to facilitate lateral movement and access SBSs. The red team used the assume breach account to query the MAQ attribute of Organization B’s domain and discovered that all domain users were able to add accounts to the domain.
The red team created a new machine account with a hostname designed to resemble a legitimate host. The creation of the machine account provided the red team with a domain account and a password that they controlled. This allowed them to execute standalone tools from a red-team-controlled Linux workstation. The tool’s traffic was proxied through the assume breach host, circumventing restrictions imposed by host-based EDR.
The red team did not identify any escalation paths from the AD data; however, enumeration of SCCM distribution points led to the discovery of an XML file with cleartext credentials for a domain service account. AD data showed that the newly acquired service account had outbound object control over almost 1,000 accounts within the domain due to its group membership. Most notably, the service account had
AllExtendedRightspermission over a domain controller, which enabled the team to conduct a resource-based constrained delegation attack, granting them DCSync privileges [T1003.006] and the ability to obtain AD account credentials. The team used these credentials throughout the remainder of their assessment to access servers and workstations. One of the first accounts the red team DCSynced was thekrbtgtaccount, which a malicious cyber actor could use to forge Golden Tickets that allow for impersonation of any user in Organization B’s domain.Post Exploitation
Sensitive Business Systems
The TAs provided the names of two SBSs, one of which the red team successfully compromised. To do this, the team reviewed previously collected BloodHound data and identified a user account with access to an SBS web server that allowed Kerberos authentication. Because the red team had already compromised the on-premises (on-prem) AD environment, they could impersonate this user to access the server.
The team:
- Used DCSync to acquire the user’s AES256 password hash.
- Used the password hash to request a Kerberos ticket-granting ticket (TGT) for the user.
- Used the TGT to request a Kerberos service ticket [T1558] for the web server’s service principal name (SPN).
After requesting the Kerberos service ticket, the red team imported it into a Windows virtual machine (VM) on their infrastructure. The red team configured their VM to proxy any traffic to Organization B’s network through a SOCKS proxy that tunneled traffic through a compromised host.
Operational Technology Network
The red team wanted to gain visibility of the OT network and identify OT network subnets. To do this, they first identified an IT workstation with Remote Desktop Protocol (RDP) files, including a file named
ics-[redacted]-org, signifying that the user likely had remote access to the OT network. The red team identified that the workstation had remote access to a bastion host. A bastion host—sometimes referred to as a jump box or jump server—is a specialized, highly secured system (often a server or dedicated workstation) that serves as the sole access point between a network segment (such as an internal IT network) and a protected internal network (like an OT environment).The red team gained access to this bastion host using File Transfer Protocol (FTP) credentials to log in over Secure Shell (SSH) [T1021.004]. At this point, they had visibility over the OT network.
They attempted to gain a C2 session on the server by dropping several payload files on the host and executing them. However, the callback never reached red team infrastructure because the host blocked outbound internet connections. The payload execution triggered an alert that led SOC staff to quarantine the host.
Microsoft Entra Systems
The red team attempted to access Organization B’s cloud-based Entra ID infrastructure to find a way to move from on-prem AD to the cloud. Organization B had a hybrid environment, and user credentials automatically synchronized between on-prem AD and cloud Entra ID. Given this, the red team looked for the on-prem server responsible for synchronization.
Entra ID Connect (formerly Azure AD Connect) sets up an on-prem account with the prefix
MSOL_to synchronize credentials with Entra ID. The red team used the open source tool ADConnectDump4 to obtain cleartext credentials for the on-prem Microsoft Online (MSOL) account and the Entra ID accountSync_[redacted][T1003]. With cleartext credentials forSync_[redacted], the red team logged into the Azure portal.Sync_[redacted]was not intended for interactive logins and, in this case, did not have multifactor authentication (MFA) enabled. However, the red team used this account to obtain access tokens for use with AzureHound and ROADrecon to gather Entra ID data for Organization B’s tenant.Note: The red team obtained cleartext MSOL credentials and logged into the Azure portal because MSOL accounts used to have a large number of permissions; Microsoft has since removed these permissions. See Microsoft’s Action required: MSOnline and AzureAD PowerShell retirement - 2025 info and resources and Important update: Deprecation of Azure AD PowerShell and MSOnline PowerShell modules for more information.
The interactive login from
Sync_[redacted]triggered an automated alert from Microsoft, which sent the information to Organization B’s SOC staff, who then blocked the suspicious activity.The red team identified a computer account containing
AZURESSOin its name, located in the on-prem AD environment. This account is part of the Seamless SSO implementation and allows users to use Kerberos tickets as the first step in authenticating to Entra ID. To abuse Seamless SSO, the red team acquired encrypted credentials of a target user via DCSync and then used the Rubeus “asktgs” module to request service tickets used for SSO. The red team imported the service tickets to their workstation and proxied their traffic through Organization B’s network using a SOCKS proxy. This allowed them to browse to https://portal[.]azure[.]com, while using legitimate Kerberos tickets, and the traffic appeared to originate from a trusted IP address.This approach allowed the red team to gain access to Entra ID as any user synced to AD without the user’s cleartext password. However, they could only use Kerberos tickets for the first phase of the sign-in process. If a user was set up to use MFA, then Entra ID would prompt the red team for a second factor during the sign-in process. Therefore, the red team was only able to log into any Entra ID account that did not have MFA enabled, which seemed limited to service accounts. They reviewed the previously obtained Entra ID data and looked for applications that had excessive permissions and were accessible to AD-synced service accounts.
The red team identified an application that had permission to read, write, and send emails for all users within Organization B’s tenant. The application was owned by an AD-Synced account that was disabled in AD. Using a compromised host in the on-prem environment, they re-enabled this account, DCSynced its credentials, and used the AES256 hash to request Kerberos tickets. The red team used the tickets to authenticate to Entra ID and were then able to add a client secret to the application. This gave them the ability to retrieve the emails of every user within Organization B’s environment from the public internet.
Organization B’s Response
Organization B quickly triaged and responded to alerts after the red team gained initial access, effectively terminating the team’s C2 communications with the workstations and leading the red team to move to an assume breach model. These actions demonstrated a mature, proactive security posture and helped prevent wider compromise.
When the red team gained access to a bastion host in the OT DMZ, Organization B had defensive controls that blocked outbound connections to red team infrastructure, and SOC staff quickly triaged and responded to an alert by isolating the host.
When the red team logged into the organization’s Azure portal via a compromised account, it triggered an automated alert from Microsoft, which led the staff to block the suspicious account. In addition, Organization B had custom detections Entra ID Risky User Alerts for “Unfamiliar sign-in properties” and “Suspicious API traffic” that alerted to the AzureHound user agent and to accounts exceeding predefined request thresholds to the Microsoft Graph API.
See Table 1 for Organization B’s defensive measures and associated response.
Table 1. Red Team Activity and Organization B SOC Response Red Team Activity Defensive Measure SOC Response Outcome C2 payload executed on a workstation. Payload execution generated a medium-severity alert. Staff quarantined workstation; staff analyzed and reimaged before putting workstation back online. Red team lost access to a workstation. C2 payload executed on a second workstation. Payload execution generated a medium-severity alert. Staff quarantined workstation; staff analyzed and reimaged before putting workstation back online. Red team lost access to a workstation. C2 payload executed on a third workstation. Payload execution generated a medium-severity alert. Staff quarantined workstation; staff analyzed and reimaged before putting workstation back online. Red team lost access to a workstation. C2 payload executed on bastion host in the OT DMZ. Payload execution generated alerts. Staff quarantined the host. Red team lost access to the host. Used compromised Entra ID account to log into Azure. Automated alert from Microsoft. Staff blocked the account. Red team compromised a different account and accessed Entra ID by abusing Seamless SSO. Despite these strengths, Organization B had areas for improvement. The red team was eventually able to access Entra ID through a computer account that was part of the organization’s Seamless SSO implementation. The account did not have MFA and had overly permissive application permissions, indicating the need for more mature cloud security processes.
Additionally, Organization B had excessive permissions and misconfigurations in AD and service accounts, which the red team leveraged for privilege escalation. This highlights the importance of regular audits and strict enforcement of least privilege principles. Organization B could improve credential hygiene, as the red team found credentials for OT systems stored in plaintext on jump servers. Finally, while segmentation and egress controls were effective, ongoing review and tightening of IT/OT connectivity and access architectures would reduce opportunities for lateral movement.
Lessons Learned
The red team identified lessons learned based on each organization’s response. Organization A and Organization B contrasted significantly in their ability to quickly identify and respond to red team activity. However, similar gaps in both organizations contributed to the red team’s compromise of their cloud systems.
Untuned Detection Tools Lead to Missed Threats
Organization A did not tune their detection tools to reduce alert noise, leading to an unmanageable level of alerts for SOC staff to review and action. The same red team activity that triggered alerts and action for Organization B led to no response for Organization A because SOC staff did not identify the activity as potentially malicious amid the overwhelming volume of alerts. Organization B had an established baseline and a fine-tuned alert system, allowing defenders to effectively filter out routine business activity and false positives. As a result, anomalies stood out, enabling the SOC staff to quickly detect and respond to red team activity.
Without well-defined baselines and alert filtering, false positives and routine alerts overwhelm defenders, obscuring real threats. Organizations that tune alerts to highlight anomalies and filter out normal business activity enable defenders to focus on genuine incidents and respond rapidly.
Organizational Silos and Bureaucratic Hurdles Prevent Effective Incident Response
In Organization A, lack of communication and visibility created by organizational silos (among multiple SOCs and between SOC staff and system owners) hindered effective incident response, resulting in missed opportunities for identification of a major breach.
Bureaucratic barriers arose because SOC staff managed systems without understanding their authorities as responsibilities and authorities varied across network segments. They had no escalation procedures and so defaulted to a “wait and see” approach.
In contrast, Organization B empowered its defenders to act decisively. Staff quickly triaged alerts, investigated root causes, identified misconfigurations, and coordinated remediation with engineering.
Detection tools are only as effective as the people, processes, and procedures supporting them. SOC staff should not operate in silos and should have clear authority unhindered by bureaucracy to effectively contain and resolve incidents.
Organizations Underestimate Risks in Cloud Environments
Both organizations underestimated the risks associated with cloud environments. They granted excessive permissions to cloud applications, allowing the red team to access cloud systems. They also lacked fully mature, defined processes for detecting and remediating compromise of cloud environments, allowing the red team to maintain access to cloud resources.
Use of Long-Lived User Identity and Access Management Credentials
Organization A used long-lived static IAM user credentials that were set to never expire. If a malicious actor obtains them, they will have all the user permissions, potentially enabling persistent, unrestricted access to the cloud environment.
Excessive Permissions
Both organizations lacked Conditional Access for workload identities. This feature extends Conditional Access beyond user accounts, covering non-human identities, such as applications. It allows organizations to broadly apply access policies to applications that control how and when the application is used to access resources. Instead, both organizations used broad application permissions for most apps, which the team was able to exploit for access to the environment. In both organizations, the team was able to exploit excessive permissions to read emails.
Lack of Mature Remediation Processes for Tokens
Both organizations lacked processes for revoking compromised access/refresh tokens. Without a well-defined, efficient process for remediating and revoking access/refresh tokens following a cloud compromise, malicious cyber actors evicted from on-prem environments may still leverage cloud access to regain entry. Organizations should establish mature procedures to detect and remediate compromises of cloud environments to prevent malicious cyber actors from reestablishing access.
Issues
The red team identified the following issues that contributed to their ability to maintain persistent access to Organization A and/or B and escalate privileges or move laterally:
- Misconfigured ADCS templates.
- In Organization A, the red team identified and exploited a certificate template with common template misconfiguration known as ESC1, an overly permissive certificate template where the
CT_FLAG_ENROLLEE_SUPPLIES_SUBJECTflag is enabled and low-privileged users can request certificates. This allows malicious actors to impersonate users. See SpecterOp’s Certified Pre-Owned: Abusing Active Directory Certificate Services for information about the ESC1 misconfiguration.
- In Organization A, the red team identified and exploited a certificate template with common template misconfiguration known as ESC1, an overly permissive certificate template where the
- Workstations where MAQ was misconfigured.
- In Organization A, the team gained access to a workstation where the MAQ was set to the default value of 10. This meant that unprivileged users could add up to 10 computer accounts to the domain.
- In Organization B, the MAQ was set to 1,000 for all domain users, allowing any user to create a large number of machine accounts.
- Service accounts with excessive permissions.
- In Organization B, the red team identified a domain service account with
AllExtendedRightspermission over a domain controller.AllExtendedRightsenables malicious cyber actors to perform DCsync attacks and potentially impersonate any account in the domain, leading to full domain compromise.
- In Organization B, the red team identified a domain service account with
- Cleartext credentials.
- In Organization A, the red team found and used cleartext credentials to obtain administrative access to SBSs.
- In Organization B, the red team identified a cleartext password in an XML file for a domain service account.
- Endpoint management systems that lacked additional security controls.
- In Organization A, the red team moved laterally from the SCCM server to users’ workstations. SCCM and other endpoint configuration managers (e.g., Jamf, BigFix) have broad administrative reach and are Tier 0 assets. If compromised, Tier 0 assets provide malicious actors with powerful escalation paths and control over the enterprise.
The red team identified an additional issue that was not exploited during the assessment but could be exploited by malicious cyber actors:
- AD misconfigurations and user accounts with excessive permissions.
- In Organization B, the red team discovered that standard user accounts were improperly assigned to privileged administrative groups within the AD.
MITREATT&CK Tactics and Techniques
See Table 2 to Table 11 for all referenced threat actor tactics and techniques in this advisory. For assistance with mapping malicious cyber activity to the MITRE ATT&CK framework, see CISA and MITRE ATT&CK’s Best Practices for MITRE ATT&CK Mapping and CISA’s Decider Tool.
Table 2. Reconnaissance Technique Title ID Use Gather Victim Identity Information: Credentials T1589.001 The red team performed reconnaissance and identified a web application with default credentials. Gather Victim Identity Information: Email Addresses T1589.002 The red team performed reconnaissance and gathered employee email addresses from public websites. Table 3. Resource Development Technique Title ID Use Obtain Capabilities: Tool T1588.002 The red team used publicly available tools, including AzureHound and ROADrecon. Table 4. Initial Access Technique Title ID Use Phishing T1566 The red team gained initial access to four Organization A workstations by sending phishing emails from an internal email address.
The red team gained initial access to three Organization B workstations via spearphishing emails that eventually led users to click on a malicious payload.
Table 5. Execution Technique Title ID Use User Execution T1204 The red team’s spearphishing emails eventually led to users clicking on a malicious payload. Table 6. Persistence Technique Title ID Use Create Account: Domain Account T1136.002 The red team exploited misconfigured MAQs to create machine accounts on a workstation. Table 7. Credential Access Technique Title ID Use Unsecured Credentials T1552 The red team located cleartext credentials on an administrative user’s workstation.
The red team used the open source tool ADConnectDump to obtain cleartext credentials for cloud accounts.
Unsecured Credentials: Credentials In Files T1552.001 The red team searched a targeted user’s workstations for
connections.jsonandproduct-preferences.xmlfiles for a SQL Developer tool. They then decrypted these files to obtain cleartext password to the database.The red team acquired long-lived static AWS IAM user credentials in configuration files in users’ home directories.
OS Credential Dumping T1003 The red team obtained cleartext credentials for an on-prem MSOL account and Entra account. OS Credential Dumping: DCSync T1003.006 The red team used DCSync to obtain AD account credentials. Steal or Forge Authentication Certificates T1649 The red team could obtain certificates for any Organization A user account. This provided the means for lateral movement. Steal or Forge Kerberos Tickets T1558 The red team used a Kerberos TGT to request a Kerberos service ticket for a web server’s SPN.
The red team used the Rubeus “asktgs” module to request service tickets used for SSO.
Table 8. Discovery Technique Title ID Use Account Discovery: Domain Account T1087.002 The red team used a BloodHound collector to query and scrape AD information, including AD users. Remote System Discovery T1018 The red team used a BloodHound collector to query and scrape AD information, including computers. Permission Groups Discovery: Domain Groups T1069.002 The red team used a BloodHound collector to query and scrape AD information, including groups. Group Policy Discovery T1615 The red team used a BloodHound collector to query and scrape AD information, including GPOs. System Owner/User Discovery T1033 The red team queried SCCM servers to enumerate user-device relationships and identify the workstations assigned to users. Cloud Service Discovery T1526 The red team used publicly available tools to obtain a list of Entra applications, their permissions, and their owners. Table 9. Lateral Movement Technique Title ID Use Use Alternate Authentication Material: Application Access Token T1550.001 The red team used an application access token to access and review cloud emails. Remote Services: SSH T1021.004 The red team used FTP credentials to log into a bastion host over SSH. Table 10. Collection Technique Title ID Use Email Collection T1114 The red team reviewed Organization A SOC staff cloud emails to see if SOC staff were aware of the compromise.
The red team had the ability to retrieve the emails of every user within Organization B’s environment from the public internet.
Screen Capture T1113 The red team took screenshots of SOC staff workstations. Input Capture: Keylogging T1056.001 The red team used keyloggers on SOC staff workstations. Data from Information Repositories: Messaging Applications T1213.005 The red team pulled Microsoft Teams messages from SOC staff workstations. Table 11. Command and Control Technique Title ID Use Proxy: Internal Proxy T1090.001 The red team proxied through compromised workstations. Mitigations
CISA recommends that organizations implement the mitigations below to strengthen their cybersecurity posture based on the Lessons Learned and identified Issues. These mitigations align with the Cross-Sector Cybersecurity Performance Goals (CPGs) developed by CISA and the National Institute of Standards and Technology (NIST). The CPGs provide a minimum set of practices and protections that CISA and NIST recommend all organizations implement. CISA and NIST based the CPGs on existing cybersecurity frameworks and guidance to protect against the most common and impactful threats, tactics, techniques, and procedures. Visit CISA’s CPGs webpage for more information on the CPGs, including additional recommended baseline protections.
Establish Baselines and Improve Monitoring
- Establish and continuously maintain a baseline of installed tools and software, account behavior, and network traffic.
- Reduce alert noise by refining monitoring tools and alerting mechanisms to differentiate between typical administrative actions and potential threat behavior.
- For information on establishing a baseline and reducing alert noise, see CISA’s joint Guidance Identifying and Mitigating Living Off the Land Techniques.
Eliminate Silos and Bureaucratic Hurdles
- Break down silos by encouraging regular communication and collaboration between IT, security, and business units.
- Consider using joint exercises, shared tools, and creating cross-functional teams.
- Integrate detection with incident response workflows to enable rapid containment and remediation.
- Empower network defenders.
- Develop and communicate policies [CPG 1.A, CPG 1.B] that support rapid, coordinated response and clarify when defenders can act independently versus when escalation is required.
- Define clear roles and responsibilities so defenders know their authorities and escalation paths (if needed) during incidents.
- Grant defenders the authority to take necessary actions (e.g., isolating systems, blocking traffic) without excessive approvals.
- Conduct training and simulated incident response exercises to reinforce roles, improve coordination, and identify gaps in authorities or communication [CPG 6.A].
- Develop and communicate policies [CPG 1.A, CPG 1.B] that support rapid, coordinated response and clarify when defenders can act independently versus when escalation is required.
Enhance Cloud Security Controls
Note: While both organizations used Microsoft Entra ID and Organization B also used AWS, many of the techniques used by the red team are applicable across identity providers and cloud environments and not necessarily unique to Microsoft and AWS. CISA encourages all organizations using cloud environments to implement the recommendations below.
- Secure and monitor access/refresh tokens and establish and regularly review comprehensive procedures for detecting, remediating, and revoking access/refresh tokens in the event of a cloud compromise.
- Implement automated token revocation and access reviews and conduct periodic incident response exercises to validate the effectiveness of these processes.
- Restrict access based on trusted network locations, device compliance, and risk signals (such as unusual activity or sign-in patterns).
- Monitor sign-in logs and policy evaluation results for workload identities to detect suspicious activity.
- Regularly check application permissions; make a risk-informed decision to identify and remove any that are not necessary, so each application only has the access it needs to function.
- Regularly audit SP credentials and rotate secrets or certificates to reduce exposure.
- Identify and disable legacy accounts.
- Enable phishing-resistant MFA for all user, administrative, and privileged accounts in cloud platforms [CPG 3.F].
- Protect keys and secrets by storing them securely and enforcing mandatory rotation schedules; apply cryptographic boundary controls to internal and third-party credentials.
- Set up automated alerts for suspicious cloud application activity, such as abnormal API calls, and credential activity, such as login attempts from unusual locations.
- Leverage user and entity behavior analytics to analyze and correlate activities across multiple data sources and identify unusual credential or token usage.
- Continuously audit authentication and access logs for signs of replay or unauthorized access.
- Implement just-in-time (JIT) access for privileged accounts, replacing standing administrative rights with temporary, time-bound privilege elevations.
For organizations using Entra ID:
- Monitor and control who has access to application identities.
- Implement CAPs for workload identities and monitor for excessive or unused permissions.
- Use Microsoft’s app governance to detect and manage risky SPs, which are special accounts used by applications and services. See Microsoft’s OAuth app visibility and insights with app governance - Microsoft Defender for Cloud Apps for more information.
- Integrate Entra ID tenant monitoring with on-prem security operations to promptly identify suspicious activity.
- Regularly review and restrict application permissions (e.g.,
Mail.Read,Files.Read.All).
- For guidance, see CISA’s Secure Cloud Business Applications (SCuBA) Project, which provides secure configuration baselines for Microsoft 365 (M365), including Microsoft Entra ID.
- Use CISA’s ScubaGear, a no-cost assessment tool that verifies M365 tenant configuration alignment to the policies described in SCuBA’s secure configuration baselines.
- Use certificate-based authentication certificates for application authentication instead of client secrets, when possible. See Microsoft’s Set Up Microsoft Entra CBA - Microsoft Entra ID.
- Review newly created secrets and/or certificates on existing applications.
- Limit secret lifetimes to a reasonable lifetime.
In AWS environments:
- Mitigate the risks of long-lived IAM user credentials.
- Identify and audit all existing access keys and disable/delete unused or unnecessary keys.
- Require human users to use temporary AWS credentials through SSO.
- Users will assume an IAM role for AWS access and receive temporary credentials that expire within an hour.
- For more information on accessing AWS using temporary credentials, see Amazon’s documentation Security best practices in IAM and Compare IAM identities and credentials.
- Regularly review the environment to verify no long-lived credentials remain.
Secure Active Directory and Manage Credentials
- Apply secure configurations to ADCS implementations.
- Disable the
CT_FLAG_ENROLLEE_SUPPLIES_SUBJECTflag from templates to prevent users from supplying and editing sensitive security settings within these templates. - Restrict accounts that can enroll in all certificate templates to only those necessary, especially templates with the
CT_FLAG_ENROLLEE_SUPPLIES_SUBJECTflag. - Remove
FullControl,WriteDacl, andWriteproperty permissions from low-privileged groups, such as domain users, to certificate template objects, where such permissions are not needed. - Enforce manager approval for requested certificates.
- Apply additional guidance from CISA’s joint Guidance Detecting and Mitigating Active Directory Compromises (see Mitigating AD CS compromise, pages 15–16).
- Disable the
- Configure the MAQ to zero unless there is a specific operational need for non-administrative users to create computer accounts; this prevents standard user accounts from creating new machine accounts, reducing opportunities for malicious cyber actors to abuse this privilege.
- If some standard user accounts need to create computer accounts, set MAQ to the lowest possible value and restrict this capability to only users or groups with a business justification.
- Improve credential hygiene.
- Scan network shares and workstations for plaintext credentials and remove any found.
- Train staff on secure password storage practices and enforce policies prohibiting plaintext password storage.
- Use encrypted password vaults for storing credentials and limit access to only those who require it.
- Periodically audit credential stores and access logs for signs of misuse.
- Periodically audit AD permissions for misconfigurations and excessively privileged groups and accounts.
- Implement the principle of least privilege [CPG 3.H].
- Grant standard user rights for standard user tasks such as email, web browsing, and using line-of-business applications.
- Periodically audit standard user accounts and minimize privileged access.
- Periodically audit AD permissions to verify that standard user accounts do not have excessive permissions and have not been added to admin groups.
- Evaluate which administrative groups should administer specific servers and workstations.
- Separate administrator accounts from standard user accounts [CPG 3.G].
- Use designated workstations for administrators and standard users and prevent administrators from using admin workstations for non-admin purposes; this would reduce impact of credential theft from a user workstation.
- Use designated administrative accounts exclusively for admin purposes.
- If a standard user account needs administrative rights over their workstation, use a separate account that does not have administrative access to other hosts, such as servers.
- Consider using a privileged access management (PAM) solution to manage access to privileged accounts and resources.
- PAM solutions can log and alert usage to detect unusual activity, which could have alerted the assessed organizations when the red team accessed resources with admin accounts.
- Note: Treat password vaults associated with PAM solutions as high value assets (HVAs) with additional restrictions and monitoring.
- Configure time-based access for accounts set at the admin level and higher.
- The just-in-time access method provisions privileged access when needed and can support enforcement of the principle of least privilege, as well as the zero trust model. A network-wide policy automatically disables administrator accounts at the AD level when the account is not needed. When standard user accounts need administrative access, they submit their requests through an automated process that enables access to a system, but only for a set timeframe to support task completion.
Secure Endpoint Configuration Managers
- Treat endpoint management systems (such as SCCM) as HVAs with additional restrictions and monitoring because they provide elevated access to thousands of hosts.
Segment Operational Technology Networks
- Implement strict firewall rules and access controls between IT and OT environments [CPG 3.I].
- Limit jump server access to OT networks and require MFA for all connections.
- Regularly review OT network architecture and access paths to minimize unnecessary connectivity.
- Monitor OT network traffic for signs of lateral movement or unauthorized access.
- Implement change management solutions to track and restrict modifications to OT components.
Validate Security Controls
In addition to applying mitigations, CISA recommends exercising, testing, and validating your organization's security program against the threat behaviors mapped to the MITRE ATT&CK Matrix for Enterprise framework in this advisory. CISA recommends testing your existing security controls inventory to assess how they perform against the ATT&CK techniques described in this advisory.
To get started:
- Select an ATT&CK technique described in this advisory (see Table 2 to Table 11).
- Align your security technologies against the technique.
- Test your technologies against the technique.
- Analyze your detection and prevention technologies’ performance.
- Repeat the process for all security technologies to obtain a set of comprehensive performance data.
- Tune your security program, including people, processes, and technologies, based on the data generated by this process.
CISA recommends continually testing your security program, at scale, in a production environment to ensure optimal performance against the MITRE ATT&CK techniques identified in this advisory.
Resources
- Microsoft: Understanding primary refresh token (PRT)
- SpecterOps: Certified pre-owned: Abusing Active Directory Certificate Services
Contact Information
Organizations are encouraged to report suspicious or criminal activity related to information in this advisory to CISA via CISA’s 24/7 Operations Center at contact@cisa.dhs.gov or 1-844-Say-CISA (1-844-729-2472). When available, please include the following information regarding the incident:
- Date, time, and location of the incident;
- Type of activity;
- Number of people affected;
- Type of equipment used for the activity; and
- Name of the submitting company or organization, and a designated point of contact.
Disclaimer
The information in this report is being provided “as is” for informational purposes only. CISA does not endorse any commercial entity, product, company, or service, including any entities, products, or services linked within this document. Any reference to specific commercial entities, products, processes, or services by service mark, trademark, manufacturer, or otherwise, does not constitute or imply endorsement, recommendation, or favoring by CISA.
Version History
August 25, 2026: Initial version.
Notes
1 “SpecterOps / Bloodhound,” GitHub, last modified July 15, 2026, https://github.com/SpecterOps/BloodHound.
2 “SpecterOps / AzureHound,” GitHub, last modified June 4, 2026, https://github.com/SpecterOps/AzureHound.
3 “ROADrecon,” GitHub, https://github.com/dirkjanm/ROADtools/tree/master/roadrecon.
4 “dirkjanm/adconnectdumb,” GitHub, last modified August 25, 2026, https://github.com/dirkjanm/adconnectdump.
-
Defending Against an Active Threat to Siemens S7 Series PLCs
Executive summary
Note: This advisory relates to an active threat to Siemens S7 Series programmable logic controllers (PLCs). However, ongoing PLC targeting activity is broader than Siemens PLCs. All PLC owners and operators should apply relevant mitigations to reduce the risk to their devices and systems. The Siemens-specific content in this advisory should be understood and applied as one subset of the wider threat landscape.
Top Mitigations
- Inventory all Siemens S7 Series programmable logic controllers (PLCs)
- Apply critical security patches
- Ensure PLCs are not accessible from the Internet
- Strengthen access controls
- Monitor for unauthorized activity
- Harden PLC services, protocols, and ladder logic integrity
- Hunt for anomalies that may indicate a compromise
The National Security Agency (NSA), Cybersecurity and Infrastructure Security Agency (CISA), Federal Bureau of Investigation (FBI), Department of Energy (DOE), and Environmental Protection Agency (EPA)—hereafter referred to as the authoring agencies—are releasing this Cybersecurity Advisory to warn owners and operators of industrial control systems (ICSs) of an active cyber threat to Siemens S7 Series PLCs and provide relevant mitigations to protect and defend them.
The threat actors are conducting reconnaissance and capability development against U.S.-based Siemens PLC installations using AI-generated exploitation scripts disguised as legitimate monitoring tools. The actors leverage Internet scanning services to find Internet-exposed PLCs running outdated software or that are otherwise poorly protected. The U.S. critical infrastructure sectors most targeted by this threat activity include Critical Manufacturing, Energy, Water and Wastewater, Chemical, Food and Agriculture, and Commercial Facilities. This is not a theoretical risk—it is an active threat. Depending on the specific circumstances, exploitation of poorly protected PLCs could lead to disruption of critical industrial processes, safety incidents, downtime or equipment damage, compromise of sensitive data, compliance violations, and cascading impacts across interconnected systems.
The authoring agencies urge all owners and operators of operational technology (OT) systems using Siemens S7 Series and other PLC devices to proactively check their systems:
- are properly protected with all applicable security patches and updates,
- are isolated from the Internet wherever possible,
- have strong access controls, and
- employ security tooling to monitor ICS environments for anomalous or malicious activity.
These mitigations are particularly important for owners and operators who work with third-party service providers or system integrators who may have remote access to PLCs, as the asset owners may not realize that their systems are exposed and at risk.
Technical details
Note: This advisory uses the MITRE ATT&CK® Matrix for ICS1 framework, version 19, and the MITRE ATT&CK Matrix for Enterprise framework, version 19. This advisory also uses MITRE D3FENDTM, version 1.5.0. See Appendix A and Appendix B for tables of the activity mapped to MITRE ATT&CK and MITRE D3FEND tactics, techniques, and countermeasures.
Threat actor targeting
Threat actors are actively targeting the following Siemens PLC models:
- S7-200 Series (all CPU variants)
- S7-300 Series (all CPU variants including 314, 315, 317 models)
- S7-400 Series (all CPU variants)
- S7-1200 Series (CPU 1211C, 1212C, 1214C, 1215C, 1217C variants)
- S7-1500 Series (all CPU variants, including F-series safety controllers)
Threat actors are using AI assistance to generate exploitation scripts using publicly available information on these Siemens S7 Series PLCs for initial access, credential access, denial of service, and other objectives. If these PLCs are exposed to the Internet or insufficiently segmented, then threat actors can exploit various critical and high severity known vulnerabilities in these PLCs.
Note: Using AI to generate exploitation scripts represents an evolution in threat actor capabilities, dramatically reducing the technical expertise and time required to develop working ICS exploitation scripts and malicious tools. In addition, AI enables adversaries to rapidly leverage additional attack vectors and adapt to defensive measures. Threat actors can easily collect public information about vulnerabilities and weaknesses, find exposed and exploitable PLCs, and use AI-generated scripts to act on that information. If PLCs are exposed to the Internet, they are at high risk for exploitation.
Threat actors are leveraging open source industrial automation libraries—specifically
snap7.dll/python-snap7—combined with AI-assisted scripting to create custom tools that mimic legitimate OT monitoring solutions. These tools provide read/write access to Siemens S7 Series PLC memory, configuration data, and ladder logic programs via the S7comm protocol.Threat actor techniques
Threat actors are:
- Using Internet scanning services (e.g., Censys, ZoomEye) to identify Internet-exposed or insufficiently segmented Siemens S7 Series PLCs [T1596.005]
- Rapidly iterating exploit code through AI-assisted development, lowering technical barriers to ICS attacks [T1587.004, T1588.007]
- Taking advantage of insecure credentials to access exposed devices that have unconfigured (default) or minimally configured authentication [T1694]
- Deploying AI-generated Python scripts that incorporate the
snap7.dlllibrary from public repositories [T0834] to gain read/write access to the PLC and mimic legitimate tools - Masquerading malicious scripts as legitimate monitoring tools to evade detection by security teams [T0849]
- Conducting read/write operations on data blocks, potentially for reconnaissance, capability testing, or pre-positioning for effects operations [T0893, T0821]
The authoring agencies assess this activity pattern is likely intended as persistent reconnaissance in targeted sectors and facilities to develop capabilities and prepare to cause operational effects against critical infrastructure. For capability development, actors are testing and refining their exploitation techniques against specific PLC models to improve their ability to compromise the PLCs. To prepare for operational effects, actors are leveraging read access to understand target environments, enabling preparation and positioning for future write operations to cause disruption or other operational impacts.
Potential operational impacts
The U.S. critical infrastructure sectors most targeted by this threat activity include Critical Manufacturing, Energy, Water and Wastewater, Chemical, Food and Agriculture, and Commercial Facilities. Additionally, Siemens S7 Series PLCs are used in other sectors, including the Defense Industrial Base (DIB), and could be targeted there as well. Unauthorized access to PLCs could result in:
- Disruption of critical industrial processes affecting production throughput, product quality, and public services
- Safety incidents affecting personnel through manipulation of safety interlocks, emergency shutdown systems, or process parameters
- Equipment damage and extended operational downtime from process upsets, improper sequencing, or forced equipment operation outside design parameters
- Compromise of sensitive operational data, including proprietary process recipes, control strategies, and facility configurations
- Cascading impacts across interconnected systems affecting supply chains, dependent facilities, and integrated business operations
- Regulatory compliance violations and potential liability from process safety management failures
Mitigation actions
Since threat actors are developing capabilities using AI to compromise PLCs using known vulnerabilities, misconfigurations, and other weaknesses and then may use compromised PLCs to interfere with normal operations, the authoring agencies urge organizations to implement comprehensive defense-in-depth strategies, in addition to Common Vulnerabilities and Exposures (CVE) remediation, to protect and defend their PLCs.
Detection opportunities
Organizations should implement detection strategies and hunt for anomalies that may indicate a compromise, focusing on [D3-PM]:
- Anomalous S7comm behavior: Connections from non-engineering workstations, unusual data block access patterns, or write operations outside change windows
- Reconnaissance indicators: Sequential IP scanning on port
102, repeated connection attempts with varying parameters, or enumeration of CPU properties - Tool artifacts:
Snap7.dlllibrary usage outside approved engineering workstations, Python scripts with S7comm functionality, or unauthorized monitoring software installations - Temporal anomalies: S7comm activity during off-hours, unexpected connection patterns consistent with automated scripting rather than human operators, or configuration changes without corresponding work orders or change tickets
- Geographic anomalies: Connections originating from unexpected countries or IP ranges not associated with vendors or integrators
Preventative hardening actions
To counter threats to PLCs, the authoring agencies recommend all PLC owners and operators follow the mitigations in joint guidance Primary Mitigations to Reduce Cyber Threats to Operational Technology.
To harden Siemens S7 Series PLCs, the authoring agencies strongly urge all owners implement the hardening steps below. Entities that rely on systems integrators or third-party managed service providers should share this advisory with those parties and request implementation of the following mitigations:
1. Conduct an immediate inventory of all Siemens S7 Series PLCs in your environment [D3-HCI]:
- Verify current firmware versions for all S7-200, S7-300, S7-400, S7-1200, and S7-1500 controllers against backup gold copy
- Identify any systems directly or indirectly accessible from untrusted networks
- Map all engineering workstations with Totally Integrated Automation (TIA) Portal, STEP 7, or S7 programming access
2. Apply critical security patches as soon as possible [D3-SU]:
- Update Siemens S7 Series PLC firmware to the latest versions that address known vulnerabilities
- Prioritize Internet-facing or demilitarized zone (DMZ)-resident controllers
- Update TIA Portal and STEP 7 software to current versions
- Consult Siemens ProductCERT advisories for information on known vulnerabilities, along with relevant workarounds and mitigations
- Test all updates in a development environment before production deployment
3. Verify network segmentation and ensure PLCs are NOT accessible from the Internet [D3-NI]:
- Audit firewall rules for any exposed S7comm services (Transmission Control Protocol [TCP] port
102) - Block TCP port
102at perimeter firewalls entirely - Implement a DMZ architecture that separates OT and IT networks
- Deploy unidirectional gateways for data historian connections where appropriate
- Verify there is no unauthorized routing between corporate and industrial networks
4. Review and strengthen access controls [D3-NAM,D3-CH]:
- Restrict TIA Portal/STEP 7 access to authorized engineering workstations only by MAC/IP allowlisting on PLCs
- Enable PLC password protection on all Siemens S7 Series controllers
- Configure protection levels (such as write protection and read/write protection) on Siemens S7 Series devices
- Remove or change default SNMP community strings
- Implement application allowlisting on all engineering workstations
- Enable multi-factor authentication for all remote access to OT networks
5. Enable comprehensive logging and monitoring [D3-PM,D3-NTA]:
- Deploy ICS-aware intrusion detection (e.g., Claroty, Dragos Platform, Nozomi Networks, or similar)
- Monitor all S7comm traffic on TCP port
102for connections outside maintenance windows - Alert on unauthorized PUT/GET operations, especially write commands to data blocks or configuration areas of memory
- Log all TIA Portal/STEP 7 connections to PLCs with timestamps and source IPs
- Establish a baseline for legitimate behavior and configure monitoring tools to alert on deviations
- Monitor for Python processes with
snap7.dlllibrary imports on engineering workstations - Watch for sequential IP scanning patterns or block reads of configuration data
6. Implement S7-specific hardening measures [D3-ACH]:
- Disable web servers on Siemens S7 Series devices if not operationally required
- Disable unused communication protocols (such as Modbus TCP and PROFINET, if they are not required)
- Configure connection resources to limit simultaneous S7comm sessions
- Enable TIA Portal/STEP 7 “complete restart protection” and “know-how protection” features where available
- Evaluate for ladder logic changes in online/offline modes
7. Contact Siemens for model-specific guidance:
- Engage Siemens Technical Support for hardening recommendations specific to your CPU models and firmware versions
- Verify patch compatibility with your specific operational environment and third-party integrations
- Request assistance with protection level configuration and access control implementation
Conclusion
There is an active threat targeting Internet-exposed Siemens S7 Series PLCs. The combination of known vulnerabilities, accessible exploitation libraries, and AI-assisted development creates a high-probability attack scenario against inadequately protected PLC installations. Organizations should treat this Cybersecurity Advisory with urgency and coordinate response efforts across security, engineering, executive leadership, plant operations, and vendor support teams to implement the recommended detection and hardening actions.
Resources
- Primary Mitigations to Reduce Cyber Threats to Operational Technology
- Secure connectivity principles for Operational Technology (OT): How organisations should design, secure, and manage connectivity in OT
- Control System Defense: Know the Opponent
Incident reporting
U.S. organizations are encouraged to report suspicious or criminal activity related to information in this advisory to CISA and/or the FBI. Contact CISA via CISA’s 24/7 Operations Center at contact@cisa.dhs.gov or 1-844-Say-CISA (1-844-729-2472). File a claim with FBI’s Internet Crime Complaint Center (IC3) or contact your local FBI field office. When available, please include the following information regarding the incident:
- Date, time, and location of the incident;
- Type of activity;
- Number of people affected;
- Type of equipment used for the activity; and
- Name of the submitting company or organization, and a designated point of contact.
Entities required to report incidents to DOE should follow established reporting requirements, as appropriate. For other energy sector inquiries, contact EnergySRMA@hq.doe.gov.
In addition, consider contacting Siemens ProductCERT via https://www.siemens.com/cert or email productcert@siemens.com.
Disclaimer of endorsement
The information and opinions contained in this document are provided "as is" and without any warranties or guarantees. Reference herein to any specific commercial products, process, or service by trade name, trademark, manufacturer, or otherwise, does not constitute or imply its endorsement, recommendation, or favoring by the United States Government, and this guidance shall not be used for advertising or product endorsement purposes.Purpose
This document was developed in furtherance of the authoring agencies’ cybersecurity missions, including their responsibilities to identify and disseminate threats and to develop and issue cybersecurity specifications and mitigations. This information may be shared broadly to reach all appropriate stakeholders.Contact
Cybersecurity Report Feedback: CybersecurityReports@nsa.govDefense Industrial Base Inquiries and Cybersecurity Services: DIB_Defense@cyber.nsa.gov
Media Inquiries / Press Desk: NSA Media Relations: 443-634-0721, MediaRelations@nsa.gov
Contact Siemens ProductCERT for up-to-date information about the security of Siemens products or to report cybersecurity vulnerabilities at productcert@siemens.com. For support with increasing the security of installed Siemens PLCs, contact Siemens Industrial Cybersecurity Services at services.automation@siemens.com. See Siemens ProductCERT and Siemens CERT for more information.
Appendix A: MITRE ATT&CK tactics and techniques
See Table 1for the threat actor tactics and techniques referenced in this advisory.
Table 1: MITRE ATT&CK tactics and techniques Tactic
Technique Title
ID
Use
Reconnaissance Search Open Technical Databases: Scan Databases T1596.005 Using Internet scanning services to identify Internet-exposed or poorly segmented Siemens S7 Series PLCs Resource Development Develop Capabilities: Exploits T1587.004 Developing exploits for known Siemens S7 Series PLC vulnerabilities Resource Development Obtain Capabilities: Artificial Intelligence T1588.007 Rapidly iterating exploit code through AI-assisted development Execution Native API T0834 Deploying AI-generated Python scripts incorporating the snap7.dlllibraryExecution Modify Controller Tasking T0821 Conducting write operations on data blocks, potentially for pre-positioning for effects operations Evasion Masquerading T0849 Masquerading as legitimate monitoring tools to evade detection Lateral Movement Insecure Credentials T1694 Accessing exposed devices that have unconfigured (default) or minimally configured authentication Collection Data from Local System T0893 Conducting read operations on data blocks, potentially for reconnaissance Appendix B: MITRE D3FEND countermeasures
See Table 2 for a mapping of several of the cybersecurity countermeasures mentioned in this advisory.
Table 2: MITRE D3FEND Countermeasures Countermeasure Title
ID
Description
Hardware Component Inventory D3-HCI Conduct an immediate inventory of all Siemens S7 Series PLCs Software Update D3-SU Apply critical security patches as soon as possible Network Isolation D3-NI Verify network segmentation and ensure PLCs are not accessible from the Internet Network Access Mediation D3-NAM Restrict TIA Portal/STEP 7 access to authorized engineering workstations only via MAC/IP allowlisting on PLCs Credential Hardening D3-CH - Enable PLC password protection on all S7 controllers
- Enable multi-factor authentication for all remote access to OT networks
Platform Monitoring D3-PM - Deploy ICS-aware intrusion detection
- Alert on unauthorized PUT/GET operations
- Monitor for unexpected behavior deviations
- Monitor for
snap7.dll libraryimports - Hunt for indicators of compromise
Network Traffic Analysis D3-NTA - Alert on unexpected S7comm traffic on TCP port
102 - Watch for sequential IP scanning patterns
Application Configuration Hardening D3-ACH - Disable unused web servers and protocols
- Remove SNMP community strings
- Watch for ladder logic changes
Notes
1 MITRE and ATT&CK are registered trademarks of The MITRE Corporation. MITRE D3FEND is a trademark of the MITRE Corporation.
-
#StopRansomware: Gunra Ransomware
Advisory at a Glance
Title #StopRansomware: Gunra Ransomware Original Publication August 10, 2026 Executive Summary Gunra is a ransomware-as-a-service (RaaS) used by affiliates to target government, critical infrastructure, and other organizations. The Gunra ransomware variant first appeared in 2025 and expanded to RaaS operations in 2026. The actors leverage a double-extortion model, both encrypting data and threatening to publish exfiltrated data to a dedicated leak site (DLS) if the ransom is not paid. This advisory provides technical details of the activity, as well as tailored detection and mitigation guidance to protect at-risk organizations from Gunra. Key Actions - Prioritize patching known exploited vulnerabilities in internet-facing systems, including virtual private network (VPN) gateways and remote desktop protocol (RDP)-exposed infrastructure.
- Implement and test offline, immutable backups stored in a physically separate, segmented location to ensure recoverability without ransom payment.
- Segment networks to restrict lateral movement from an initially compromised device to other systems in the organization.
Indicators of Compromise For a downloadable copy of indicators of compromise, see:
- AA26-222A STIX XML (54 KB)
- AA26-222A STIX JSON (61 KB)
Intended Audience Organizations: Government, Critical Infrastructure
Sectors:Healthcare and public health, financial services and insurance, critical manufacturing and construction, transportation systems and logistics, government services and facilities, utilities, academia, media and communications, retail, and professional and nonprofit services.
Roles: Cybersecurity architects, defensive cybersecurity analysts, vulnerability analysts, systems administrators, and security systems managers.
Introduction
Note:This joint Cybersecurity Advisory is part of an ongoing #StopRansomware effort to publish advisories for network defenders that detail various ransomware variants and ransomware threat actors. These #StopRansomware advisories include recently and historically observed tactics, techniques, and procedures (TTPs) and indicators of compromise (IOCs) to help organizations protect against ransomware. Visit stopransomware.gov to see all #StopRansomware advisories and to learn more about other ransomware threats and no-cost resources.
The Federal Bureau of Investigation (FBI), Cybersecurity and Infrastructure Security Agency (CISA), Department of Defense Cyber Crime Center (DC3), National Security Agency (NSA), U.S. Secret Service (USSS), and Republic of Korea’s National Police Agency (KNPA)—hereafter referred to as “the authoring agencies”—are releasing this joint advisory to alert organizations to the emerging Gunra ransomware threat and to provide detection and mitigation guidance.
Gunra first emerged in April 2025 as a sophisticated double-extortion ransomware variant derived from the leaked Conti1 ransomware source code. As of early 2026, Gunra expanded its operations through a structured ransomware-as-a-service (RaaS) affiliate program advertised on dark web forums to financially motivated cybercriminals. Gunra actors demand ransom via a customized, Tor-based negotiation portal and threaten to publish exfiltrated data on a dedicated leak site (DLS) if victims do not comply.
Gunra victims observed on the actors’ DLS span organizations across multiple sectors in the Americas, Europe, Middle East, Africa, and the Asia-Pacific.2 These sectors include:
- Healthcare and public health
- Financial services and insurance
- Critical manufacturing and construction
- Transportation systems and logistics
- Government services and facilities
- Utilities
- Academia
- Media and communications
- Retail
- Professional and nonprofit services
The authoring agencies encourage organizations to implement the recommendations in the Mitigations section of this advisory to mitigate cyber threats related to Gunra ransomware, including:
- Prioritizing patching known exploited vulnerabilities in internet-facing systems, including virtual private network (VPN) gateways and remote desktop protocol (RDP)-exposed infrastructure.
- Implementing and testing offline, immutable backups stored in a physically separate, segmented location to ensure recoverability without ransom payment.
- Segmenting networks to restrict lateral movement from an initially compromised device to other systems in the organization.
Download the PDF version of this report:
AA26-222A StopRansomware Gunra Ransomware (PDF, 1.07 MB )For a downloadable copy of IOCs, see:
AA26-222A STIX XML (XML, 54.18 KB )AA26-222A STIX JSON (JSON, 61.00 KB )Technical Details
Note: This advisory uses the MITRE ATT&CK® Matrix for Enterprise framework, version 19.1. See theMITRE ATT&CK Tactics and Techniques section of this advisory for a table of the threat actors’ activity mapped to MITRE ATT&CK tactics and techniques.
Overview
The FBI originally observed Gunra ransomware in April 2025. The threat actors quickly established a DLS on the Tor network to list victims and publish exfiltrated data. As of January 2026, Gunra launched a formal RaaS affiliate program on dark web forums, providing affiliates with access to a management panel, a configurable ransomware builder, cross-platform locker payloads, and structured affiliate documentation.3 The FBI observed the group adopting new branding aliases (notably operating under the name Golden Community) to support this expansion. Gunra has further commercialized its platform by actively recruiting penetration testers and ethical hackers to serve as initial access brokers, offering a share of the ransom profits in exchange for enterprise network access.
Based on FBI observations, Gunra actors use a traditional double-extortion model, exfiltrating sensitive victim data prior to encryption and threatening to publish the leaked data on their DLS unless the ransom is paid. Victims receive a ransom note in every affected directory guiding them to a Tor-based negotiation portal where they are assigned a Client ID and an initial password. Subsequently, victims receive instructions to contact the Gunra actors via qTox (an encrypted messaging application) to negotiate ransom payments within five to seven days. If the ransom is not paid, Gunra actors threaten to sell victim data on the DLS.
Gunra ransomware appears to be based on, or significantly influenced by, the Conti ransomware source code leaked in 2022.4 Initially, Gunra actors’ campaigns focused on Windows environments; reporting in mid-2025 indicated the group introduced a Linux variant and moved toward broader cross-platform targeting.5
Initial Access
The FBI observed Gunra actors obtaining initial access [TA0001] primarily through the exploitation of known vulnerabilities in internet-facing devices [T1190], including firewall and VPN appliances. The FBI observed exploits based on the following Common Vulnerabilities and Exposures (CVEs):
- CVE-2024-55591 [CWE-288: Authentication Bypass Using an Alternate Path or Channel]: Authentication bypass vulnerability affecting specific FortiOS and FortiProxy versions (see CVE record for more details).
- CVE-2025-24472 [CWE-288: Authentication Bypass Using an Alternate Path or Channel]: Authentication bypass vulnerability affecting specific FortiOS and FortiProxy versions (see CVE record for more details).
Additionally, for initial access, KNPA observed Gunra actors exploit credential-exposure and Secure Shell (SSH) access control vulnerabilities in internet-facing VPN gateways to gain unauthorized remote access.
Execution
Gunra’s Windows encryptor relies on native operating system (OS) application programming interfaces (APIs) to drive both execution and targeted encryption activity. The binary uses the
FindFirstFileW/FindNextFileWAPI calls [T1106] to enumerate files and directories on all accessible drive letters (A through Z), enabling comprehensive traversal of the file system prior to encryption of victim data.Persistence, Privilege Escalation, Lateral Movement, and Command and Control
Gunra actors regularly exploit Impacket libraries
psexec.pyandsmbclient.pyto move laterally across victim networks using the Server Message Block (SMB) protocol [T1021.002].KPNA observed that against one victim, Gunra actors gained access to an administrator account for a secure socket layer (SSL)-VPN appliance [T1133] by exploiting default credentials when account lockout controls were not present [T1078.001][T1078.002]. The actors subsequently downloaded OpenSSH (an SSH tunneling tool) [T1105] from an external attacker-controlled server to establish connections between compromised systems and maintain persistence in the victim’s environment [T1572].
After gaining access to an internet-connected workstation used by a network administrator, Gunra actors accessed the SSL-VPN administrative web console and identified an unused account that had access to both the internet-facing and internal corporate networks. The actors modified the account configuration to bypass the mandatory password change requirement enforced on the account and subsequently leveraged it for malicious activities [T1098].
Using stolen session information, Gunra actors gained initial access to the internal virtual desktop infrastructure (VDI) environment and conducted lateral movement via RDP [T1021.001]. The actors pivoted to multiple critical systems, including the VDI authentication web server, the internal Active Directory (AD) server, and virtual desktops assigned to IT personnel.
Credential Access
The FBI observed multiple instances of Gunra actors using
secretsdump.py(another Impacket library) to conduct OS credential dumping [T1003.003] against compromised domain controllers to extract password hashes of user accounts from the NT Directory Services (NTDS) file. This enabled pass-the-hash [T1550.002] or pass-the-ticket [T1550.003] attacks for lateral movement into other privileged systems.For one victim, Gunra actors manipulated the network traffic control functionality of an SSL-VPN appliance to collect credentials and session information transmitted by users authenticating to a corporate VDI authentication portal [T1040]. The actors then used stolen session cookies to conduct session hijacking [T1539], impersonating legitimate users to gain access to the internal network.
For the same victim, the Gunra actors modified authentication processing files on the corporate VDI authentication portal server to allow successful authentication when a specific, Gunra-designated one time password (OTP) value was entered, thereby enabling the continuous bypass of multi-factor authentication (MFA) [T1556.006].
Additionally, the actors accessed a Hiware system access control server via SSH from a compromised virtual desktop and stole a symmetric encryption key stored on the server. The stolen key enabled the actors to decrypt passwords for enterprise server accounts stored within the database [T1555] and perform credential dumping of credentials associated with all enterprise servers [T1003].
Stealth, Defense Impairment, and Discovery
Gunra employs multiple stealth and defense impairment techniques to hinder detection and analysis. While active within victim networks, Gunra actors typically attempt to mask their presence by deleting system/network access logs [T1685] and clearing command history [T1070.003]. Additionally, to evade administrator detection, Gunra actors primarily conduct malicious activities and internal infrastructure reconnaissance [T1049] during late-night and early-morning hours (10:00 p.m. – 06:00 a.m.) [T1678].
The ransomware binary is self-contained and performs full volume encryption without observable network indicators (e.g., domain name system, HTTP).6 The Windows binary includes the
IsDebuggerPresentAPI [T1622], which defends against reverse engineering by detecting if the application is being run in a debugger.7To avoid dedicating encryption resources to non-critical files, the binary includes filtering logic to exclude common system directories (e.g.,
C:\Windows,C:\Program Files,C:\Program Files (x86)) from the file system reconnaissance [T1679]. For files that pass the initial filter, the binary checks against a second set of filter rules that exclude file extensions related to system-critical files (e.g.,.exe,.dll,.sys). Files with extensions consistent with user data (e.g., documents, databases, images, archives) are approved and added to the work queue for data encryption.8Prior to encryption, Gunra performs file and directory discovery across all accessible drive letters (A through Z) to identify victim data for targeting [T1083].9
Collection and Exfiltration
Prior to data encryption, Gunra actors collect sensitive victim data as part of their double-extortion strategy. The FBI observed actors collecting files from victims that included business-critical documents, databases, personally identifiable information (PII), and internal email communications [TA0009][T1114]. Gunra actors’ custom support for filtering redundant system files during initial discovery/file system reconnaissance streamlines the actors’ collection of user-specific data from local victim machines [T1005].
The FBI observed Gunra actors use a malicious executable (
main.exe) to exfiltrate victim data from Microsoft OneDrive and SharePoint [T1530]. For at least one known Gunra victim, the actors generated compressed archives with sensitive data [T1560] and exfiltrated the archives to the file-sharing service Mega [T1567]; the volume of exfiltrated data ranged up to tens of terabytes.10In addition to collecting business-critical documents, the KNPA identified a victim case in which Gunra actors connected to the VDI environments of IT personnel and collected sensitive documents containing system and network configuration information [T1005]. The actors then leveraged enterprise server credentials stolen from a system access control server to deploy ransomware to encrypt key assets, including database servers and network attached storage (NAS) systems [T1486].
The FBI observed several common open source tools on Gunra infrastructure that Gunra actors use to facilitate collection and exfiltration of data, including 7-Zip, RClone, and FileZilla [T1048] (see Leveraged Tools for a full list of tools used maliciously by Gunra actors).
Impact
Gunra’s double-extortion model relies on both data exfiltration and data encryption for optimal success. The binary achieves high speed file encryption of entire file systems by leveraging a multi-threaded architecture that supports parallel encryption of multiple files simultaneously using strong ChaCha20 + RSA-4096 encryption [T1486]. Upon successful encryption of a file, the binary renames the encrypted file with the file extension
.ENCRT. Gunra also used the.CRYPTfile extension in one documented sample from July 2025.11After the binary completes the encryption process for all files in a specific directory, Gunra actors write a static ransom note named
R3ADM3.txtto the directory. To avoid unnecessary overhead, the binary also contains logic to prevent encryption of the ransom notes (R3ADM3.txt) and re-encryption of already encrypted files (.ENCRT).12In their ransom notes, Gunra actors typically demand that victims initiate negotiation discussions within five to seven days via a Tor-based negotiation portal or qTox, or risk having their data leaked on Gunra’s DLS. The FBI observed Gunra actors attempting to communicate directly with management staff at victim companies via email to solicit ransom payments with limited success. Gunra actors instructed victims to send ransom payments to specific cryptocurrency wallet addresses [T1657] and generally started negotiations at arbitrarily high ransom amounts (over tens of millions in US dollars).
If Gunra victims do not negotiate or pay ransom, the actors publicly disclose the victims on their DLS and offer a preview of victims’ leaked data. This preview typically includes a directory listing of a victim’s exposed OneDrive and SharePoint files, but not the content of the files. Between June and July of 2025, Gunra actors operated a clearnet mirror of their Tor-based DLS at domain
datapub.news. By March 2026, Gunra had moved their original Tor-based DLS to a different.onionaddress. On Gunra’s current Tor-based DLS, the actors advertise the sale of datasets from specific victims and instruct interested parties to contact them via qTox for more information.To increase the likelihood of ransom payment and prevent system recovery [T1490], Gunra actors also used Windows Management Instrumentation (WMI) [T1047] to initiate deletion of volume shadow copies prior to encryption, as demonstrated in the following example [T1059.003]:13
cmd.exe /c C:\Windows\System32\wbem\WMIC.exe shadowcopy where "ID='{guid of shadowcopy}'" deleteAdditionally, against one Gunra victim, Gunra actors deleted backup and archived data stored on backup infrastructure at both the primary data center and disaster recovery center before and after the ransomware deployment [T1490].
Leveraged Tools
Table 1 lists publicly available tools and applications used by Gunra ransomware actors. If network defenders identify use of these tools on their network, they should investigate further to determine possible malicious activity.
Disclaimer: Use of these tools and applications should not be attributed as malicious without analytical evidence to support threat actor use and/or control.
Indicators of Compromise
Table 2 lists IP addresses and domains associated with Gunra ransomware infrastructure since early 2025.
Disclaimer: Observed IP addresses/domains may be historical in nature. The authoring agencies recommend organizations investigate or vet these IP addresses prior to taking action, such as blocking.
Table 3 lists email addresses associated with Gunra actors.
The following qTox IDs are associated with Gunra actors:
- 2507312EC10BB44ED9DAA04E3C5C27E8C13154649B1A02E73ACFAE1681EE0208D05133A8FB22
- 0FE87CED0C611AE97E049C64288557F49E8271E91399E849328B078DA789A573031783235BEF
- 47829AF1C943D4C296C910706923AS199BDA4995B076ED9A9016F7DEF161D445DF00F13E6900
- 9500B1A73716BCF40745086F7184A33EA0141B7D3F852431C8FDD2E1E8FAF9277E9FDC117B47
Table 4 lists malicious files associated with Gunra ransomware.
Table 5 lists malicious accounts created by Gunra actors to gain initial access to victim Fortinet devices.
Table 5. Malicious Fortinet User Accounts Username Details forticloud-sync CVE-2024-55591 and CVE-2025-24472 allow threat actors to exploit scheduled tasks on vulnerable FortiOS firewall devices to create a new, malicious persistent user forticloud-sync with super user privileges and a hard-coded password. MITRE ATT&CK Tactics and Techniques
See Table 6 to Table 18 for all referenced threat actor tactics and techniques in this advisory. For assistance with mapping malicious cyber activity to the MITRE ATT&CK framework, see CISA and MITRE ATT&CK’s Best Practices for MITRE ATT&CK Mapping and CISA’s Decider Tool.
Table 6. Initial Access Technique Title ID Use Exploit Public-Facing Application T1190 Gunra actors exploited vulnerabilities in FortiGate firewall and SSL-VPN appliances to gain initial access to victim networks. Table 7. Execution Technique Title ID Use Windows Management Instrumentation T1047 The Gunra ransomware binary contained specific WMI commands to delete volume shadow copies on victim machines. Native API T1106 The Gunra ransomware binary utilized Native APIs ( FindFirstFileW,FindNextFileW) for file system discovery.Command and Scripting Interpreter: Windows Command Shell T1059.003 Gunra actors executed commands via cmd.exeon Windows to initiate the WMI command.Table 8. Persistence Technique Title ID Use Account Manipulation T1098 Gunra actors gained access to an unused account for a victim network. They altered the account configuration to bypass the mandatory password change requirement, which allowed them to use the compromised account for subsequent malicious activities. External Remote Services T1133 Gunra actors used external-facing remote services in combination with an administrator account to gain access. Table 9. Privilege Escalation Technique Title ID Use Valid Accounts: Default Accounts T1078.001 Gunra actors compromised an SSL-VPN appliance by exploiting default credentials and the absence of account lockout controls to obtain administrator access to the victim network device. Valid Accounts: Domain Accounts T1078.002 Gunra actors gained access to an administrator account for an SSL appliance. Table 10. Stealth Technique Title ID Use Debugger Evasion T1622 The Gunra ransomware Windows encryptor binary contained the IsDebuggerPresentAPI to defend against reverse engineering and debugging activity.Indicator Removal: Clear Command History T1070.003 Gunra actors cleared command history files on victim machines to prevent detection of their malicious activity. Delay Execution T1678 Gunra actors strategically timed their reconnaissance and malicious network activities to late night or early morning to avoid detection by the victim. Selective Exclusion T1679 The Gunra ransomware binary programmatically excludes certain directories and filetypes from encryption to ensure system critical files continue to function and that ransom notes are readable. In addition, the binary contains logic to prevent re-encryption of already Gunra-encrypted files. Table 11. Defense Impairment Technique Title ID Use Disable or Modify Tools T1685 Gunra actors cleared system/network logs on victim machines to prevent detection of their malicious activity. Table 12. Credential Access Technique Title ID Use OS Credential Dumping: NTDS T1003.003 Gunra actors used secretsdump.pyon multiple victim domain controllers to extract password hashes for user accounts from the NTDS files.Network Sniffing T1040 Gunra actors abused SSL-VPN network traffic controls to capture users’ VDI login credentials and session information in transit, effectively sniffing authentication traffic for a victim network. Steal Web Session Cookie T1539 Gunra actors captured legitimate VDI session data for a victim, which allowed them to steal and reuse session cookies to hijack active sessions and impersonate legitimate users on the internal victim network. Credentials from Password Stores T1555 From a compromised virtual desktop, Gunra actors accessed the Hiware access control server for a victim and stole its symmetric encryption key. OS Credential Dumping T1003 Gunra actors used a stolen symmetric encryption key from a Hiware system access control server to decrypt and dump stored enterprise server passwords. Modify Authentication Process: Multi-Factor Authentication T1556.006 Gunra actors altered files in a victim’s VDI authentication server portal so that a specific attacker-chosen OTP always succeeded, creating a persistent backdoor that bypassed MFA. Table 13. Discovery Technique Title ID Use File and Directory Discovery T1083 The Gunra ransomware binary contains custom instructions to enumerate the complete directory structure of victim machines to identify user-data files and directories for encryption. System Network Connections Discovery T1049 Gunra actors enumerated active system network connections to map reachable internal infrastructure prior to ransomware deployment. Table 14. Lateral Movement Technique Title ID Use Remote Services: Remote Desktop Protocol T1021.001 Gunra actors used stolen VDI session information to access a victim’s internal VDI environment, then moved laterally via RDP to access the victim’s VDI authentication web server, internal AD server, and IT staff virtual desktops. Remote Services: SMB/Windows Admin Shares T1021.002 Gunra actors used SMB administrative shares with valid credentials to move laterally and deploy tools across compromised systems. Use Alternate Authentication Material: Pass the Hash T1550.002 Gunra actors used pass-the-hash methods to move laterally to privileged systems. Use Alternate Authentication Material: Pass the Ticket T1550.003 Gunra actors used pass-the-ticket methods to move laterally to privileged systems. Table 15. Collection Technique Title ID Use Collection TA0009 Gunra actors were observed collecting business-critical documents, databases, PII, and internal email communications. Archive Collected Data T1560 Gunra actors were observed utilizing tools such as 7-Zip, WinRAR, RClone, and others to copy and archive victim data for exfiltration. Data from Cloud Storage T1530 Gunra actors launched a malicious application ( main.exe) that specifically targeted Microsoft Cloud Services (OneDrive and SharePoint) for data exfiltration.Data from Local System T1005 The Gunra ransomware binary recursed through the full directory structure of a compromised device to identify user-data files and directories for targeted exfiltration and subsequent encryption.
In one instance, Gunra actors were observed collecting system and network configuration network information by connecting to the VDI environments of IT personnel.
Email Collection T1114 Gunra actors collected internal email communications. Table 16. Command and Control Technique Title ID Use Ingress Tool Transfer T1105 After obtaining admin access to a victim’s SSL-VPN appliance, Gunra actors downloaded an SSH tunneling tool from an external server to create and maintain persistent tunnel connections to compromised systems in the victim’s network. Protocol Tunneling T1572 Gunra actors used an SSH tunneling tool to establish connections and maintain persistence between compromised systems. Table 17. Exfiltration Technique Title ID Use Exfiltration Over Web Service T1567 Gunra actors were observed archiving victim data and exfiltrating it over the file-sharing service Mega. Exfiltration Over Alternative Protocol T1048 Gunra actors used Filezilla software to exfiltrate data over FTP. Table 18. Impact Technique Title ID Use Data Encrypted for Impact T1486 Gunra actors encrypt victim data using combined ChaCha20 + RSA-4096 algorithms to prevent victim access to critical business files. Gunra encryptors are available for Windows and Linux, increasing the potential attack surface within a victim network.
In one instance, Gunra actors encrypted key assets that included database servers and NAS systems.
Financial Theft T1657 Under the double-extortion model, Gunra actors demand ransom payment through a ransom note ( R34DM3.txt) in cryptocurrency. The note instructs victims to make the payment to prevent public leaks of their sensitive business data and acquire decryption keys to unlock encrypted files on compromised systems.Inhibit System Recovery T1490 To augment encryption of critical data on victim networks and prevent system recovery, Gunra actors disable backup features, such as volume shadow copies.
In one instance, Gunra actors prevented restoration from backups by deleting backup and archived data stored at the primary data center and disaster recovery center.
Incident Response
If a potential compromise is detected, but ransomware actors have not (yet) encrypted items, organizations should take the following actions:
- Determine which hosts were compromised and isolate them by quarantining or taking them offline.
- If the incident involves a Gunra Linux variant, preserve encrypted files, file timestamps, ransom notes, and relevant system logs.
- As of March 2026, researchers identified a weakness in the Gunra ransomware’s Linux Executable and Linkable Format (ELF) variants (appended with
.GNRA); the encryption keys use a weak pseudorandom number generator (PRNG) seeded with the predictable systemsrand(time(NULL)).14 Defenders may leverage this to mathematically reconstruct the keys using file timestamps and recover files without paying the ransom.
- As of March 2026, researchers identified a weakness in the Gunra ransomware’s Linux Executable and Linkable Format (ELF) variants (appended with
- If the incident involves a Gunra Linux variant, preserve encrypted files, file timestamps, ransom notes, and relevant system logs.
- Initiate threat hunting activities to scope the intrusion. Collect and review relevant artifacts, logs, and other data to identify threat actor TTPs, compromised devices and accounts, a timeline of activity, etc. Responders should consider:
- Reviewing logs of network appliances (e.g., edge devices) to audit actions associated with privileged users to identify anomalous activity.
- Collecting copies of ransom notes to identify current threat actor communication platforms.
- Auditing the creation of new files (particularly archives) to determine possible pre- or post-exfiltration activity.
- Report the compromise to the FBI and other agencies as appropriate (see Reportingfor contact information).
- Apply eviction countermeasures, including those listed below, to contain the incident and eradicate the threat actor from the network (Note: Start applying countermeasures after collecting enough threat hunting data to inform effective countermeasure selection; this will likely overlap with threat hunting activities).
- Identify and disable malicious, actor-controlled accounts.
- Identify and secure legitimate, privileged accounts.
- Use CISA’s Eviction Strategies Tool to assemble countermeasures for a systematic eviction plan—the tool comprises Playbook-NG (a web application) and COUN7ER (a database of post-compromise countermeasures mapped to adversary TTPs).
- Use Playbook-NG and COUN7ER together to assemble a systematic eviction plan, or playbook, that leverages distinct countermeasures to contain and evict cyber threat actors. The playbook features a list of recommended response actions based on threat actor TTPs and includes each action’s intended outcome, preparatory steps, and associated risks. For more information, see CISA’s Eviction Strategies Tool Fact Sheet.
- Harden the network to prevent additional malicious activity (see Mitigationsfor guidance).
If compromise is detected and items have been encrypted, see the “Ransomware and Data Extortion Response Checklist” in CISA’s joint #StopRansomware Guide.
Mitigations
The authoring agencies recommend organizations implement the mitigations below to improve your organization’s cybersecurity posture on the basis of Gunra actor activity. These mitigations align with the Cross-Sector Cybersecurity Performance Goals (CPGs) developed by CISA and the National Institute of Standards and Technology (NIST). The CPGs provide a minimum set of practices and protections that CISA and NIST recommend all organizations implement. CISA and NIST based the CPGs on existing cybersecurity frameworks and guidance to protect against the most common and impactful threats and TTPs. Visit CISA’s CPGs webpage for more information on the CPGs, including additional recommended baseline protections.
- Prioritize patching known exploited vulnerabilities [CPG 2.B] and the CVEs in this advisory in internet-facing systems—including VPN gateways and RDP-exposed infrastructure—and keep all OSs, software, and firmware up to date to support this.
- Implement a recovery plan to maintain and retain multiple copies of sensitive or proprietary data and servers in a physically separate, segmented, and secure location (e.g., hard drive, storage device, the cloud) [CPG 3.I, 3.O, 1.C].
- Review domain controllers, servers, workstations, and active directories for new and/or unrecognized accounts [CPG 2.A, 2.E].
- Audit user accounts with administrative privileges and configure access controls according to the principle of least privilege [CPG 3.G].
- Segment networks [CPG 3.I] to prevent the spread of ransomware.
- Network segmentation can help prevent the spread of ransomware by controlling traffic flows between—and access to—various subnetworks and by restricting adversary lateral movement.
- Require MFA for all services to the extent possible, particularly for webmail, VPNs, and accounts that access critical systems [CPG 3.F].
- Disable command-line and scripting activities and permissions. Privilege escalation and lateral movement often depend on software utilities running from the command line. If threat actors are not able to run these tools, they will have difficulty escalating privileges and/or moving laterally [CPG 3.G, 3.M].
Validate Security Controls
In addition to applying mitigations, the authoring agencies recommend exercising, testing, and validating your organization's security program against the threat behaviors mapped to the MITRE ATT&CK for Enterprise framework in this advisory. The authoring agencies recommend testing your existing security controls inventory to assess how they perform against the ATT&CK techniques described in this advisory.
To get started:
- Select an ATT&CK technique described in this advisory (see Table 6 to Table 18).
- Align your security technologies against the technique.
- Test your technologies against the technique.
- Analyze your detection and prevention technologies’ performance.
- Repeat the process for all security technologies to obtain a set of comprehensive performance data.
- Tune your security program, including people, processes, and technologies, based on the data generated by this process.
The authoring agencies recommend continually testing your security program, at scale, in a production environment to ensure optimal performance against the MITRE ATT&CK techniques identified in this advisory.
Resources
- StopRansomware.gov: Whole-of-government, central location for ransomware resources and alerts.
- #StopRansomware Guide: Resource to mitigate a ransomware attack.
- Cyber Hygiene Services, Ransomware Readiness Assessment: CISA’s no-cost cyber hygiene services.
- USSS’s Preparing for a Cyber Incident: Outlines basic steps an organization can take before, during, and after a cyber incident.
Reporting
Your organization has no obligation to respond or provide information back to the FBI and other authoring agencies in response to this joint advisory. If, after reviewing the information provided, your organization decides to provide information to the FBI and other authoring agencies, reporting must be consistent with applicable state and federal laws.
The FBI and other authoring agencies are interested in any information that can be shared, to include boundary logs showing communication to and from foreign IP addresses, a sample ransom note, communications with threat actors, cryptocurrency wallet information, decryptor files, and/or a benign sample of an encrypted file.
Additional details of interest include a targeted company point of contact, status and scope of infection, estimated loss, operational impact, transaction IDs, date of infection, date detected, initial attack vector, and host- and network-based indicators.
The authoring agencies do not encourage paying ransom as payment does not guarantee victim files will be recovered. Furthermore, payment may also embolden adversaries to target additional organizations, encourage other criminal actors to engage in the distribution of ransomware, and/or fund illicit activities. Regardless of whether you or your organization have decided to pay the ransom, the FBI and CISA urge you to promptly report ransomware incidents to the FBI’s Internet Crime Complaint Center (IC3) or a local FBI field office, to USSS via a local USSS Field Office, or CISA via the agency’s Incident Reporting System or its 24/7 Operations Center (contact@cisa.dhs.gov), or by calling 1-844-Say-CISA (1-844-729-2472).
South Korean organizations: Report cybersecurity incidents to KNPA via the online cybercrime reporting system or by calling 112.
Disclaimer
The information in this report is being provided “as is” for informational purposes only. CISA and co-sealers do not endorse any commercial entity, product, company, or service, including any entities, products, or services linked within this document. Any reference to specific commercial entities, products, processes, or services by service mark, trademark, manufacturer, or otherwise, does not constitute or imply endorsement, recommendation, or favoring by CISA and co-sealers.
Version History
August 10, 2026:Initial version.
Notes
1 For information on historical Conti ransomware activity, see CISA and FBI’s Conti Ransomware advisory.
2 Breakglass Intelligence, “Gunra Ransomware’s Linux Variant Has a Fatal Flaw: time()-Seeded rand() Makes Encrypted Files Recoverable Without Paying,” Breakglass Intelligence, March 12, 2026, https://intel.breakglass.tech/post/gunra-ransomware-s-linux-variant-has-a-fatal-flaw-time-seeded-rand-makes-encrypted-files-recoverable-without-paying; Jeffrey Francis Bonaobra, Melvin Singwa, Emmanuel Panopio “Gunra Ransomware Group Unveils Efficient Linux Variant,” Trend Micro, July 29, 2025, https://www.trendmicro.com/en_us/research/25/g/gunra-ransomware-linux-variant.html; and CYFIRMA, “Gunra Ransomware – A Brief Analysis,” CYFIRMA, May 3, 2025, https://www.cyfirma.com/research/gunra-ransomware-a-brief-analysis/.
3 CloudSEK, “Inside Gunra RaaS: From Affiliate Recruitment on the Dark Web to Full Technical Dissection of their Locker,” CloudSEK, February 11, 2026, https://www.cloudsek.com/blog/inside-gunra-raas-from-affiliate-recruitment-on-the-dark-web-to-full-technical-dissection-of-their-locker.
4 CYFIRMA, “Gunra Ransomware – A Brief Analysis”; and Breakglass Intelligence, “Gunra Ransomware’s Linux Variant Has a Fatal Flaw.”
5 Bonaobra, “Gunra Ransomware Group Unveils Efficient Linux Variant”; and CloudSEK, “Inside Gunra RaaS.”
6 CloudSEK, “Inside Gunra RaaS.”
7 CYFIRMA, “Gunra Ransomware – A Brief Analysis.”
8 CloudSEK, “Inside Gunra RaaS.”
9 CloudSEK, “Inside Gunra RaaS.”
10 Bonaobra, “Gunra Ransomware Group Unveils Efficient Linux Variant.”
11 VirusTotal, “VirusTotal - File - 91f8fc7a3290611e28a35a403fd815554d9d856006cc2ee91ccdb64057ae53b0,” VirusTotal, https://www.virustotal.com/gui/file/91f8fc7a3290611e28a35a403fd815554d9d856006cc2ee91ccdb64057ae53b0/details.
12 CloudSEK, “Inside Gunra RaaS.”
13 CYFIRMA, “Gunra Ransomware – A Brief Analysis.”
14 Breakglass Intelligence, “Gunra Ransomware’s Linux Variant Has a Fatal Flaw.”
-
Russian State-Supported Cyber Actors Conduct Phishing Campaign Targeting Users of Zimbra Collaboration Suite
Executive summary
A group of Russian state-supported cyber actors has been targeting and compromising various Western government and commercial organizations using the Zimbra Collaboration Suite (ZCS) software since at least July 2025. The Russian state-supported advanced persistent threat (APT) group’s activity is tracked in the cybersecurity community under several names (see Cybersecurity industry tracking), primarily as “LAUNDRY BEAR,” a name initially coined by the Netherlands General Intelligence and Security Service (AIVD) and Defence Intelligence and Security Service (MIVD) [1].
LAUNDRY BEAR’s targeting is almost certainly to gather sensitive information for the Russian Federation, with these actors primarily focusing on the covert acquisition of email data. Previous campaigns indicated LAUNDRY BEAR relied on unsophisticated initial access techniques—including password spraying, phishing, and pass-the-cookie—allowing the group to successfully run high-volume operations. The latest campaign targeting ZCS uses a novel exploit that was a zero-day vulnerability when first exploited and continues to be successfully exploited. The vulnerability, Common Vulnerabilities and Exposures (CVE) CVE-2025-66376, was patched in November 2025. This demonstrates LAUNDRY BEAR’s intent and ability to deploy increasingly sophisticated technical capabilities.
Unlike traditional phishing campaigns that persuade a user into taking an action, such as clicking a link or opening a file, LAUNDRY BEAR’s latest campaign leverages a view-based exploit that only requires a user to view a malicious email within a vulnerable version of the webmail service. Once viewed, the exploit attempts to exfiltrate the victim’s last 90 days of email communications, the organization email directory (i.e., Global Address List [GAL]), and other sensitive information to servers controlled by LAUNDRY BEAR. The exploit also attempts to establish persistent access to victim accounts through a variety of means as detailed in the Persistence and credential access section.
This Cybersecurity Advisory (CSA) warns of this ongoing malicious threat activity and urges organizations to update their vulnerable software and implement additional mitigations to thwart these Russian state-supported actors’ continued success. The CSA is being released by the following authoring and co-sealing agencies:
- United States National Security Agency (NSA)
- United States Federal Bureau of Investigation (FBI)
- Netherlands Defence Intelligence and Security Service (MIVD)
- Netherlands General Intelligence and Security Service (AIVD)
- United States Cybersecurity and Infrastructure Security Agency (CISA)
- United States Defense Counterintelligence and Security Agency (DCSA)
- United States Department of Defense Cyber Crime Center (DC3)
- United States Department of the Treasury
- United States Naval Criminal Investigative Service (NCIS)
- Australian Signals Directorate’s Australian Cyber Security Centre (ASD’s ACSC)
- Communications Security Establishment Canada’s (CSE’s) Canadian Centre for Cyber Security (Cyber Centre)
- New Zealand National Cyber Security Centre (NCSC-NZ)
- United Kingdom National Cyber Security Centre (NCSC-UK)
- Czech Republic National Cyber and Information Security Agency (NÚKIB)1
- Danish Defence Intelligence Service (DDIS)2
- Estonian Foreign Intelligence Service (EFIS)3
- Finnish Defence Intelligence (FDI)4
- Finnish Security and Intelligence Service (SUPO)5
- French General Directorate for Internal Security (DGSI)6
- French National Cybersecurity Agency (ANSSI)7
- Italian External Intelligence and Security Agency (AISE)8
- Italian Internal Intelligence and Security Agency (AISI)9
- Security and Intelligence Service of the Republic of Moldova (SIS RM)10
- Polish Foreign Intelligence Agency (AW)11
- The Military Counterintelligence Service of Poland (SKW)12
- Spain National Intelligence Centre (CNI)13
- Sweden National Cyber Security Centre (NCSC-SE)14
The authoring agencies urge any organizations using ZCS to implement the recommendations listed within the Mitigations section of this advisory to reduce the risk associated with this activity. This CSA also includes specific remediations for organizations to implement if they discover the presence of the listed Indicators of compromise (IOCs).
As more organizations update their ZCS software based on this CSA, LAUNDRY BEAR may discontinue the current campaign exploiting this vulnerability; however, based on the success of this and previous campaigns, it is very likely that the group will continue to target ZCS and other email systems used by organizations in Western countries. The actors will almost certainly continue to rely on email to engage potential victims by exploiting novel vulnerabilities and, when necessary, use social engineering techniques to assist with their efforts. The authoring agencies recommend organizations regularly update their mail service software and continuously monitor their email systems and emails for malicious activity.
For a downloadable list of IOCs, see:
- AA26-204A.stix.xml (STIX XML)
- AA26-204A.stix.json (STIX JSON)
Cybersecurity industry tracking
The cybersecurity industry provides overlapping cyber threat intelligence, indicators of compromise (IOCs), and mitigation recommendations related to these Russian state-supported cyber actors. While not exhaustive, the following are threat group names commonly used for these actors within the cybersecurity community:
Note: Cybersecurity companies have different methods of tracking and attributing cyber actors, and this may not be a 1:1 correlation to the U.S. government’s understanding for all activity related to these groupings.
Background
Public advisories from Netherlands General Intelligence and Security Service (AIVD), Netherlands Defence Intelligence and Security Service (MIVD), and Microsoft highlighted these Russian state-supported advanced persistent threat (APT) actors in May 2025, calling them LAUNDRY BEAR and Void Blizzard respectively [1] [2]. Both advisories assessed that the group was engaged in malicious cyber activity as early as April 2024.
The May 2025 advisories highlighted a cluster of activity targeting cloud-based email environments, including Microsoft Exchange in particular, and abusing legitimate APIs to perform data exfiltration in bulk [T1114.002]. The group relied on unsophisticated means of initial access, including procuring stolen credentials on criminal marketplaces [T1078], and using social engineering techniques to lure targets into interacting with a malicious site masquerading as a legitimate one. As of April 2025, one of these sites resembled a European Defence & Security Summit registration portal that required registrants to sign in to their Microsoft account to view. Once a user entered their Microsoft credentials into this malicious site, LAUNDRY BEAR’s modified version of the open source adversary emulation toolkit, Evilginx, intercepted the user’s credentials. LAUNDRY BEAR then used this authentication data, including passwords and session tokens, to access the compromised account and conduct mass email exfiltration, as well as harvest other information. This method of compromise is commonly known as an adversary-in-the-middle (AiTM) technique [T1557].
Beginning around July 2025, LAUNDRY BEAR shifted toward a more technical method of email compromise, highlighting their continued efforts to covertly acquire email communications from a variety of Western organizations of interest and deliver them to the Russian Federation. Using a custom-developed capability [T1587.001] named “Улей” or “Ulej” (Russian for beehive), LAUNDRY BEAR successfully targeted and exfiltrated sensitive user information from organizations who use the Zimbra Collaboration Suite (ZCS) product [T1114]. Data LAUNDRY BEAR attempted to exfiltrate from compromised accounts included:
- Last 90 days of emails,
- Email address,
- Password [T1589.001],
- Global Address List (GAL) [T1087],
- Two-factor authentication (2FA) tokens, and
- Newly-created Application Passcode [T1098].
The covert and persistent nature of this activity, along with the absence of any known financial extortion, almost certainly indicates this group’s involvement in espionage activities with Russian government backing. Additionally, extensive Ukrainian targeting, prior to use against U.S. and other NATO allies, outlines an increasing trend within Russian cyber threat groups to target Ukrainian users first—both as a priority target and as a testbench for malicious cyber techniques before broader global deployment.
Targeting details
LAUNDRY BEAR has targeted and compromised users in various organizations, including those associated with:
- the Defense Industrial Base (DIB),
- the federal and local government,
- education,
- energy,
- law enforcement,
- media,
- non-governmental organizations, and
- technology.
Technical details
Note: This advisory uses the MITRE ATT&CK® Matrix for Enterprise framework, version 19. This advisory also uses MITRE D3FENDTM version 1.4.015. See Appendix A and Appendix B for tables of the activity mapped to MITRE ATT&CK and D3FEND tactics, techniques, and countermeasures.
Ulejis a novel data exfiltration and aggregation capability, that currently (as of the publication of this report) supports a campaign specifically targeting users of ZCS webmail servers. This capability is used to exploit CVE-2025-66376 [Common Weakness Enumeration (CWE) CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')], but likely could be adapted to exploit other vulnerabilities. It exfiltrates emails and other sensitive user data from a victim’s system immediately after exploitation and stores the data in an actor-controlled unattributable virtual private server (VPS) [T1074.002] running LAUNDRY BEAR’s “Flowerbed” collection framework. The collected data is almost certainly further exfiltrated to internal network resources for review and long-term retention.
Reconnaissance
LAUNDRY BEAR uses the Ulejcapability to exploit the CVE-2025-66376 vulnerability in organizations using ZCS. This campaign’s targeted victimology and limited exploitation capabilities likely indicate this group manually identifies and targets the victim organizations. LAUNDRY BEAR likely identifies organizations with public-facing Zimbra infrastructure by port scanning [T1595] and fingerprinting datasets easily procured through various commercial vendors [T1596.005].
After identifying a target organization, the group likely compiles email addresses for individual users to target with the exploit [T1589.002] from datasets offered by commercial vendors [T1597.002], open source intelligence [T1593], or previously exfiltrated data [T1597].
Resource development
The actors procure VPSs from a variety of providers [T1583.003], including those with Know Your Customer (KYC) requirements, and often use fabricated identities. LAUNDRY BEAR primarily uses Mullvad VPN [T1583] when interacting with these servers, further demonstrating the group’s intent to mask their identity and maintain operations security (OPSEC). After the server is provisioned, an automated process deploys the Docker containers necessary for Ulej’s Flowerbed framework [T1608], which then receives and aggregates the data Ulej exfiltrates. These servers are typically only used for 7-60 days before moving to new infrastructure.
Flowerbed framework
Flowerbed is a Python project that uses Docker for containerization. The project includes four different Docker containers:
- Catcher,
- Certbot,
- Nginx, and
- Gardener.
Catcher acts as both a DNS and HTTP server to receive and aggregate exfiltrated victim information [T1048]. For additional information on Catcher, refer to the Exfiltration section of this advisory. Flowerbed’s next container, Certbot, is based on one of the official Certbot containers, which allows for automated generation of Let’s Encrypt certificates using DNS challenges through Cloudflare. This certificate can then be used by the Nginx container, which serves as an HTTPS reverse proxy for Catcher, enabling Flowerbed to disguise some of its exfiltration activity through an encrypted communications channel [T1048.002]. The Nginx reverse proxy also validates that the Server Name Indicator (SNI) value contains “*.i.*” prior to forwarding the traffic to Catcher. If the SNI does not contain that string, the Nginx server returns a 444 error to the client. This is likely an attempt to reject non-Ulej connections. Finally, the Gardener container functions as a health check for the Catcher service. Gardener is a simple Python script that validates Catcher correctly receives and processes data.
The simplistic Flowerbed codebase has indications that artificial intelligence (AI) played a role in its development. This highlights how AI is increasingly being used to develop malicious capabilities [T1588.007]. The dependence on AI for a simple capability, such as Flowerbed, alongside a previous reliance on open source capabilities, such as Evilginx2 [T1588.002], likely indicates a lack of advanced technical knowledge within LAUNDRY BEAR, especially in relation to true software development capabilities.
Initial access
To gain initial access, LAUNDRY BEAR sends an email containing a malicious JavaScript payload to the target [T1566]. Through exploitation of CVE-2025-66376, this JavaScript payload is immediately executed once the user views the malicious email [T1203], such as the one shown in Figure 1, in the ZCS webmail platform. Since at least November 2025, LAUNDRY BEAR began sending these phishing emails from victim infrastructure through compromised accounts [T1199], as shown in the email metadata in Figure 2. These compromised accounts were likely previous victims of this, or another LAUNDRY BEAR, campaign and their use is intended to further obfuscate and frustrate anti-phishing tools and training.
Figure 1: Example of malicious email Figure 2: Headers from an example malicious email According to the National Vulnerability Database (NVD), CVE-2025-66376 was initially published on 5 January 2026. This vulnerability allows for execution of a JavaScript payload included in email content due to improper sanitization of Cascading Style Sheet’s (CSS) @import directives within an email [5]. Because the activity attributed to this campaign began in July 2025—months before Synacor released a patch and the CVE was published—the payload initially exploited a zero-day vulnerability at that time [T1587.004].
Utilization of a zero-day exploit within this campaign demonstrates the ability for even emerging threat groups like LAUNDRY BEAR to operationalize novel exploits into a highly successful capability.
Hidden in LAUNDRY BEAR’s email is a Base64 encoded payload within the “onload” field of a Scalable Vector Graphics (SVG) element [T1027.017], as shown in Figure 3. Leading up to the inclusion of this payload in the SVG element are various instances of @import directives, as required to leverage CVE-2025-66376. This payload includes an XOR encrypted final script encoded in a Base64 inner payload (see Figure 3) [T1027.013]. The outer payload decodes and decrypts the inner payload using an XOR function and a hardcoded key and then executes the script contained within the inner payload containing the collection and exfiltration logic. By changing the key used for the XOR encryption of the inner payload or adding additional @import directives with non-functional code [T1027.010], LAUNDRY BEAR can easily generate new payloads that bypass basic threat detection signatures. This malicious payload attempts to collect and exfiltrate information in 12 asynchronous stages [T1119]. The stages in order of appearance within the payload are as follows:
- sendStartPing,
- gather_email,
- gather_environment,
- gather_2fa_codes,
- gather_app_password,
- gather_device_status,
- gather_oauth_consumers,
- gather_autocomplete_password,
- enable_mail_protocols,
- gather_gal,
- sendArchives, and
- sendFinishPing.
Figure 3: Malicious payload of example email Use of a zero-day exploit within this campaign demonstrates the ability for even emerging threat groups like LAUNDRY BEAR to operationalize novel exploits into a highly successful capability [T1587].
Persistence and credential access
To establish sustained persistence into the victim’s email account, the script attempts to modify account preferences and collect authentication information. Any collected credentials are later exfiltrated, as further described in the Exfiltration section below. Other campaigns attributed to LAUNDRY BEAR also demonstrated the group’s ability to circumvent multi-factor authentication through session token replay [T1550.004], and the Zimbra campaign follows a similar trend.
The script used in this campaign tries to discover the victim’s email address during the gather_email stage [T1087]. The script searches for this email address in two ways. First, it examines the batchInfoResponsevariable, which an HTML script element on the webpage can define, for an email address. Even if the script finds an email address there, it also checks whether it acquired a Cross-Site Request Forgery (CSRF) token as described later in the Collection section of this advisory. If so, the script uses the “GetIdentitiesRequest” Simple Object Access Protocol (SOAP) command under the “ZimbraAccount” namespace to determine the victim’s email address [T1185] and then exfiltrates it. However, if the script does not have a CSRF token or the SOAP request fails, the script exfiltrates the email value recovered from the first method instead. If both attempts fail to capture the victim’s email, the script sends a JavaScript Object Notation (JSON) payload with a key of “email” and value of nullover HTTPS and does not attempt DNS exfiltration.
During the gather_autocomplete_password stage, the script attempts to collect the victim’s saved password via the autocomplete feature of the victim’s password manager. The script injects two HTML div elements requesting login credentials onto the page outside of the victim’s view, as shown in Figure 4and Figure 5. After waiting five seconds, the script then attempts to extract the password provided automatically by the password manager from the input element shown in Figure 4. If there is no value in that input field, it checks the password input field shown in Figure 5. If neither input field contains a value, a JSON payload with a key of “autocomplete_password” and value of nullis sent over HTTPS and DNS exfiltration is not attempted.
Figure 4: First illegitimate login HTML element Figure 5: Second illegitimate login HTML element LAUNDRY BEAR almost certainly relies on a mail client using the Internet Message Access Protocol (IMAP) for persistent access to the victim’s mailbox. During the enable_mail_protocols stage, a SOAP request leveraging the “ModifyPrefsRequest” command under the “ZimbraAccount” namespace is sent. This request attempts to set the “zimbraPrefImapEnabled” preference to TRUE. While the default setting for “zimbraPrefImapEnabled” is not well documented, this action is almost certainly intended to ensure that IMAP access to the victim’s mailbox is enabled.
ZCS does not support 2FA for some mail clients, including IMAP. To support users who rely on IMAP clients, ZCS allows for the generation of Application Passcodes. Application Passcodes are randomly generated passwords that can be used for clients that cannot support the normal 2FA process to authenticate. During the gather_app_password stage, the script makes a SOAP request using the “CreateAppSpecificPasswordRequest” command under the “ZimbraAccount” namespace to create a new Application Passcode [T1556.006]. The SOAP request uses “ZimbraWeb” as the name of the application.
Additionally, the script also attempts to collect 2FA tokens. During the gather_2fa_codes stage, the script makes a SOAP request using the “GetScratchCodesRequest” command under the “ZimbraAccount” namespace. The script then attempts to exfiltrate any non-null 2FA codes collected this way. The number of codes can vary, and each code is exfiltrated to Flowerbed individually.
Collection
As demonstrated in the Persistence and credential access section, this script relies heavily on SOAP requests to collect victim information. To make these requests, the script aims to acquire the victim’s current CSRF token, which it attempts to access within the webpage’s local storage using localStorage.getItem("csrfToken"). If the script is unable to acquire this CSRF token, it will be unable to make any SOAP requests. In addition to the SOAP commands documented in the Persistence and credential access section, other SOAP commands executed to collect victim information are shown in Table 1.
Table 1: Additional SOAP commands used SOAP Command
Namespace
Stage
GetInfoRequest
zimbraAccount
gather_environment
GetDeviceStatusRequest
zimbraSync
gather_device_status
GetOAuthConsumersRequest
zimbraAccount
gather_oauth_consumers
SearchGalRequest
zimbraAccount
gather_gal
The script attempts to collect the victim’s GAL through brute force by searching for each two-character combination from a character set of “abcdefghijklmnopqrstuvwxyz1234567890.-_”. These queries are conducted using 20 batches of SOAP requests with 77 “SearchGalRequest” SOAP commands in each batch except for the last request containing only 58.
During the gather_environment stage, the script attempts to determine which type of ZCS webmail client the victim is using. The script checks the user’s current URL to determine the client type being used, checking for certain indicators (shown in Table 2) to determine the client type. The corresponding value is then used as the payload when exfiltrating the client type.
Table 2: ZCS webmail client types Indicator
Client Type
Associated Value
?client=advanced
Advanced
c
/h/
Standard
h
/modern/
Modern
m
As part of collection, the script attempts to harvest any emails not marked as “junk” from the last 90 days from the victim’s account. Emails are collected daily by an HTTP GET request to the URL path, “/home/~/?fmt=tgz&meta=0&query=date:-{DAY_OFFSET}d AND (not in:junk)”. The {DAY_OFFSET} value would be between 0 and 89 representing how many days ago the email was sent or received. To prevent redundant collection and exfiltration of emails, a variable with a name based on the email date being queried, using a format of zd_comp_YYYY-MM-DD, and value of true, is saved to the window.top.localStorage property. This variable is saved regardless of whether the email is successfully exfiltrated.
According to Mozilla documentation, if the user is not in a private browsing session, any data stored to localStorage does not typically expire. This means that if the user happens to execute the script again from the same computer, the script avoids attempting to re-exfiltrate previously captured emails. However, the script always attempts to pull any emails with a {DAY_OFFSET}of zero. In other words, the script always pulls emails sent or received the same day it is run. After email results are returned from the query for each day of email activity, those results are then passed to Flowerbed as described in the Exfiltration section.
The script also provides LAUNDRY BEAR with telemetry on any errors that occur during the collection process. This is accomplished by executing any collection or exfiltration code through helper functions that contain error handling logic. If an error occurs, a payload containing information on the error itself, the context of the error happening, and the stage in which the error occurred is sent to Flowerbed as described in the Exfiltration section below. For cases where the error occurs within a SOAP request, “:api” is concatenated to the stage value in the payload. If an error occurs during the batch SOAP requests that occur when collecting the GAL of the victim, the stage value will use a format of gather_gal:{VAL}:api. The {VAL} placeholder indicates which batch request, a number from 0 to 19, the error occurred in. Errors that occur during the password autocomplete interception process will use “gather_autocomplete_password:dom” for the stage value. Finally, if an error occurs when attempting to collect or exfiltrate a specific day’s emails, the stage will include which day the error occurred on, using the previously defined placeholder {DAY_OFFSET}, with a format of sendArchive:day-{DAY_OFFSET}.
Exfiltration
At the end of each stage in the collection process, the script attempts to exfiltrate acquired information to Flowerbed. The script primarily relies on two forms of data exfiltration: DNS [T1048.003] and HTTPS. Some information is exfiltrated over both the DNS and HTTPS channels.
Prior to exfiltration, a randomized 10- or 11-character alphanumeric string is generated as an identifier for the victim. This identifier is included in the URL of both the DNS- and HTTPS-based exfiltration.
DNS exfiltration
DNS exfiltration occurs through DNS A record queries. To ensure data exfiltrated through DNS is not corrupted when traversing through non-actor-controlled DNS infrastructure, Ulejmaintains compliance with RFC 1035, Domain Names - Implementation and Specification, specifically accounting for the case insensitivity and subdomain length requirements. Base32 encoding is used to create a case-insensitive payload. Once the payload is encoded, a period (“.”) is added every 60 characters to ensure each subdomain is under 63 characters long. The script then creates a new image object sourced from a URL with the scheme defined in Figure 6. Any traffic involving DNS exfiltration will have “d-“ prefixing the victim identifier, and the subdomain immediately following indicates the type of information being exfiltrated.
Figure 6: Structure for information exfiltrated by DNS When the script generates an image object, the browser tries to retrieve the complete domain of the URL specified as the source of the image. This triggers a DNS request sent to the actor-controlled server and processed by Flowerbed. Table 3 lists both the information exfiltrated via DNS and their corresponding data type identifiers in the DNS queries.
Table 3: DNS exfiltration Type of Information
Exfiltration Stage
Data Type
Victim’s Email Address
gather_email
e
Client Type
gather_environment
c
Zimbra Version
gather_environment
v
URL at Time of Exploitation
gather_environment
url
2FA Scratch Codes
gather_2fa_codes
2fa
Newly Created Application Password
gather_app_password
pa
Harvested Autocomplete Password
gather_autocomplete_password
pw
HTTPS exfiltration
Any information exfiltrated via DNS is also exfiltrated through HTTPS, as well as additional data including email content, contacts, attachments, and error logging information. By using Let’s Encrypt certificates, this group can quickly deploy new infrastructure and leverage encrypted HTTPS communications with valid server certificates when exfiltrating information from the victim’s environment. The HTTPS exfiltration capability only uses two HTTP content types, defined in Table 4. Traffic associated with HTTPS exfiltration will use the URL scheme shown in Figure 7.
Table 4: HTTPS exfiltration types Content Type
URL Path
application/json
/v/p
application/octet-stream
/v/d
Figure 7: Structure for information exfiltrated by HTTPS Some of the data transmitted via HTTPS uses the standard JSON content type format. The script includes the information in a POST request to actor-controlled infrastructure.
Table 5 provides a summary of the JSON-based exfiltration.
Table 5: HTTPS JSON exfiltration Type of Information
Exfiltration Stage
JSON Key(s)
Victim’s Email Address
gather_email
email
Client Type, Version, and Current URL
gather_environment
client, version, full_url
Newly Created Application Password
gather_app_password
app_password
Harvested Autocomplete Password
gather_autocomplete_password
autocomplete_password
The script transmits all HTTPS exfiltration not identified in Table 5 using the Octet-Stream content type as binary data. The POST requests for this method include a filename in the “X-Filename” header. Traditionally, developers use headers prefixed with “X-” to denote custom headers that do not follow a defined standard. The purpose of including this header remains unclear since the Catcher capability ignores the provided filename when saving the data. Table 6 summarizes the data exfiltrated in this format.
Table 6: HTTPS binary exfiltration Type of Information
Exfiltration Stage
X-Filename Header
SOAP request for GetInfoRequest
gather_environment
zimbra_batch_analytics.json
SOAP request for GetScratchCodesRequest
gather_2fa_codes
zimbra_batch_analytics.json
SOAP request for GetDeviceStatusRequest
gather_device_status
zimbra_batch_analytics.json
SOAP request for GetOAuthConsumersRequest
gather_oauth_consumers
zimbra_batch_analytics.json
Victim Organization’s Global Address List
gather_gal
telemetry_{1-20}.json
Last 90 Days of Victim’s Emails
sendArchives
telemetryData_{0-89}.json
The script sends all exfiltrated data identified in Table 6 to the Catcher service exactly as received from the SOAP request in a JSON payload, except for email exfiltration. For email exfiltration, the script sends it as a GZIP compressed archive [T1560]. Although most of the exfiltration consists of valid JSON, the script still attempts to exfiltrate all information identified in Table 6 using the application/octet-stream content typing rather than application/json.
At the beginning and end of the collection and exfiltration activity, during the sendStartPing and sendFinishPingstages respectively, the script submits a POST request with a JSON payload to indicate that the script is starting or finishing execution. Throughout execution, the script also logs error events and send the logs using similar JSON payloads. The script sends the JSON in a POST request to the URL documented in Figure 2, using a URL path of “/v/p” and with a “subtype” key that shows which type of action it logged (start, finish, or error).
Catcher
Ulejexfiltrates information to Flowerbed to be handled by a service named Catcher. Catcher is a containerized Python application, running in Docker as part of Flowerbed, which is detailed in the Resource development section. It receives exfiltrated data and temporarily stores it, enabling its eventual transfer to infrastructure designed for long-term, secure storage.
Catcher acts as an HTTP server over port 8000 and a DNS server on port 53. As described in the Resource development section, the Flowerbed project uses an additional Docker container running an Nginx reverse proxy to enable HTTPS support. This reverse proxy uses a certificate generated by Let’s Encrypt and forwards all traffic with an SNI containing “*.i.*” to port 8000 within the Catcher container.
The DNS service can accept A, AAAA, MX, TXT, and CAA queries. For any MX, AAAA, or CAA queries, the server will always provide an empty response. The system only supports TXT records as needed to process Automatic Certificate Management Environment (ACME) requests, which enable the assignment of Let’s Encrypt certificates. If the server receives an A query, Catcher will always respond with the public IP address of the Flowerbed server.
However, if a query includes a domain formatted as shown in Figure 6 and Figure 7, the service saves a log file in JSON format to disk containing the following details of the DNS query:
- Time of query,
- Source IP address for query,
- Queried domain, and
- Type of query.
The HTTP server typically responds with OK, except in cases where the path is “pixel.gif” when the response contains a 1x1 gif image with a SHA-256 hash of ef1955ae757c8b966c83248350331bd3a30f658ced11f387f8ebf05ab3368629. Like the DNS service, the HTTP service will only log entries when the domain found in the host header of the request follows the expected formatting as seen in Figure 6 and Figure 7. As the HTTPS exfiltration uses non-standardized binary and JSON-formatted payloads when exfiltrating to Catcher, Catcher will check the content type of the request. If the content type is set to “application/json”, Catcher encodes the data in Base64 and includes it in the JSON log entry written to disk. If the content type is set to any other value, Catcher leaves the Base64 payload in the JSON log entry blank and saves the payload to a separate file with the same filename as the JSON log entry with a “.bin” file extension. An HTTPS exfiltration event causes Catcher to save a JSON formatted log file to disk containing the following information from the HTTP request:
- Time,
- Source IP address,
- Request method,
- Host,
- Path,
- Query string,
- Headers, and
- Base64 payload.
These JSON event log files and binary output files are then initially saved to the directory /root/hits/tmp and later moved to the /root/hits/ready directory once processed. This prevents incomplete files, which are still being uploaded to Catcher, from premature exfiltration from the server. Approximately every 60 seconds, a likely automated workflow establishes a Secure Shell (SSH) connection with the server hosting Flowerbed for a few seconds, almost certainly exfiltrating the data processed by Catcher to non-public-facing infrastructure. The command in Figure 8 also executes hourly to remove all files last modified at least two days ago from the /root/hits/ready directory.
Figure 8: Command used for automated directory cleanup Response strategies
Mitigations
In many cases, by the time an organization identifies a compromise related to this campaign, numerous sensitive and proprietary emails have already been exfiltrated. The significant risk posed by this cyber threat emphasizes the importance for organizations that use ZCS and other similar webmail solutions to take proactive steps to mitigate this risk.
All organizations that use the ZCS webmail service should immediately prioritize ensuring that their ZCS is not running a vulnerable version. A patch for CVE-2025-66376 was released for both 10.1.13 and 10.0.18 versions of ZCS [D3-AH]. If immediate patching is not feasible, organizations should advise employees to use alternative mail clients to access email and avoid using the Classic ZCS webmail client until ZCS is updated to a non-vulnerable version [d3f:Isolate].
System administrators should closely monitor any Internet-connected ZCS or other email systems and the workstations that access those systems and promptly apply available software updates [D3-AH]. Administrators can maintain awareness of active vulnerability exploitation by referencing open source resources, including CISA’s Known Exploited Vulnerabilities Catalog and NCSC-UK’s Responding to active exploitation of vulnerabilities guidance.
Organizations should consider using a third-party authentication service that supports passkeys for authentication to mediate access to ZCS and other services that do not natively support passkeys. By doing so, organizations can work to eliminate the possibility of automated password collection from autocomplete or password reuse [D3-CH]. However, Application Passcodes may still be necessary and should be monitored closely.
Organizations should implement network monitoring capabilities with collection and short-term retention of packet capture or NetFlow data and maintain log collection and storage [CPG 3.Q]. This will allow organizations to monitor for and identify suspicious network activity [CPG 4.B], such as:
- Significant amounts of outbound data being sent to IPs associated with VPS providers not used by the organization [D3-NTA];
- Frequent DNS queries for a suspicious domain with seemingly random subdomains [D3-DNSTA];
- A sudden spike of connections to a server associated with a recently established domain [D3-NTCD]; and
- Connections to internal services, such as webmail, from VPN providers frequently leveraged by this group for nefarious activity, such as Mullvad VPN [D3-NTCD].
Additionally, for organizations that can inspect the content of outbound HTTPS connections via break-and-inspect infrastructure, security teams should identify traffic matching the characteristics described in the Exfiltration section of this advisory.
Indicators of compromise (IOCs)
Flowerbed infrastructure
The following indicators have been attributed to use by LAUNDRY BEAR for their campaign targeting ZCS’s webmail service as of the publication of this advisory. (Disclaimer:Due to the frequency of operational structure changes by this group, these indicators are intended solely for historic attribution purposes. Some indicators, such as IPs, compromised emails, and domains, may be outdated, so organizations should check for current activity before acting on these IOCs.) Table 7 provides details about the server infrastructure used to host Flowerbed, and Table 8 lists the corresponding SHA-1 hash values for the Let’s Encrypt certificates used by that infrastructure [D3-IAA].
Table 7: Flowerbed server infrastructure Domain
IP Address
First Seen
Last Seen
zmailanalytics[.]com
216.252.238[.]104
8 July 2025
15 October 2025
zimbra-metadata[.]com
216.252.238[.]18
20 August 2025
14 October 2025
analyticemailmeter[.]com
37.120.247[.]228
24 September 2025
18 March 2026
emailanalytics.com[.]ua
185.86.79[.]95
24 September 2025
18 March 2026
mailnalysis[.]com
104.248.134[.]194
11 November 2025
17 February 2026
zimbrastat[.]com
64.226.124[.]190
18 December 2025
18 March 2026
zimbrasoft.com[.]ua
193.238.152[.]66
20 January 2026
18 March 2026
synacorzimbra[.]nl
216.252.238[.]64
3 February 2026
30 March 2026
istc-cloud[.]com
194.156.103[.]193
5 February 2026
30 March 2026
Table 8: Flowerbed X.509 certificate SHA-1 hashes Associated Domain
X.509 SHA-1 Hash
First Seen
Last Seen
zmailanalytics[.]com
2e4f314bc9943cab5005d6fde0b271c74d47bc9d
8 Jul 2025
6 Aug 2025
*.i.zmailanalytics[.]com
50a87d926621dd06389ba50d86e0ff574ed713a8
6 Aug 2025
13 Oct 2025
*.i.zimbra-metadata[.]com
c5a72420e7bb308d078e62128430897f82194c95
20 Aug 2025
14 Oct 2025
*.i.analyticemailmeter[.]com
8959c4d29e29f02ea94ea8bb21c8df2594c5549d
24 Sep 2025
8 Nov 2025
*.i.emailanalytics.com[.]ua
62eb76432597694edb01c1fe57aab0cfe03a7178
25 Sep 2025
27 Sep 2025
*.i.mailnalysis[.]com
cddf5c3be1e07f28140aed165b929bf2d614922a
12 Nov 2025
17 Dec 2025
*.i.zimbrastat[.]com
18b3ad442ce73cc8656d51d75bbd7c855f2cb7e8
18 Dec 2025
28 Dec 2025
*.i.zimbrasoft.com[.]ua
1b25041ececf2457eef0270fc1d785cec8ec9ded
21 Jan 2026
10 Feb 2026
*.i.synacorzimbra[.]nl
e4fe6466a4f9a4249fe330651e914e45bbdca44a
5 Feb 2026
22 Mar 2026
*.i.istc-cloud[.]com
b6b77c9a455225d525834a403ca9ef5481ed0447
12 Feb 2026
30 Mar 2026
LAUNDRY BEAR has used the following email addresses to procure resources used for this campaign:
- ivanka.zurabishvili@proton[.]me,
- zmul1@buildandconsulting[.]com,
- garrysmithme@pinmx[.]net, and
- hostingclient@pinmx[.]net.
Phishing distribution
LAUNDRY BEAR primarily relied on ProtonMail for distribution of malicious email. However, as stated above, LAUNDRY BEAR’s more recent efforts likely have shifted to distributing the payload through previous victims.
The following email addresses have distributed payloads attributed to this campaign:
- c.laurent.ejfa@proton[.]me,
- j.moreau.epsc@proton[.]me,
- liberty.insights@proton[.]me,
- certain email addresses (presumably compromised) at the isofts.kiev[.]ua domain (i.e., ending with @isofts.kiev[.]ua), and
- certain email addresses (presumably compromised) at the navs.edu[.]ua domain (i.e., ending with @navs.edu[.]ua).
Additionally, the following are SHA-256 hashes of email samples containing the malicious payload attributed to this campaign:
- 98df604ecc57f884a2e6ce3266a0013ad64455cac48442c2312cfa4765007aaf,
- 60db9abae75cd8ccc49dd7ea5feb41677566dcd442f12ebc5745ffd2810fb874,
- b1f5beb1175fc5c7d1806a2f0d900eb124c54f0286c5c52b66eea7a6633adb1d, and
- 1517b3caa495f6c4e832df9c75fc94667e3c233773f7fa4e056d5e30e5ead760.
Post-compromise artifacts
Currently, the script does not remove artifacts. This leaves additional opportunities to identify victims of this activity. While emphasis should always be placed on consistent monitoring of network traffic and endpoint activity, there are a variety of persistent artifacts described below that can be used to identify victims of this campaign.
This Ulejcapability relies on creating a significant number of SOAP requests to collect account information for exfiltration. ZCS logs from these requests are stored, by default, in the /opt/zimbra/log/mailbox.log file [D3-PA]. A significant amount of SOAP request activity that aligns with what was described in the Persistence and credential access and Collection sections of this advisory could indicate a potential compromise. Specific examples of high-risk SOAP request activity might include:
- Many SearchGalRequestcommand requests from a single user over a short period of time;
- Use of the CreateAppSpecificPasswordRequest command, especially in cases where it is creating an Application Passcode named “ZimbraWeb”; and
- Use of the GetScratchCodesRequest command.
While LAUNDRY BEAR uses the localStorage property to track what days had emails previously exfiltrated, defenders can use this property to identify victims of this campaign and determine the scope of exfiltrated information [D3-PA]. Review of the items stored in that property for an organization’s ZCS webmail client page on an endpoint device could indicate compromise if there are items named with a format of zd_comp_YYYY-MM-DD, as explained in the Collection section of this advisory.
While Application Passcodes have non-malicious purposes, in this case instances of these passcodes with the name “ZimbraWeb” are almost certainly malicious. The ZCS webmail application can support 2FA natively and does not require the use of an Application Passcode, so there is no reason that there should be one named “ZimbraWeb.”
In instances where organizations identify victims of this campaign, they should also examine the inbox of the suspected victim for the original phishing email [D3-MA]. If an email that has a payload exploiting CVE-2025-66376 is discovered, steps should be taken immediately to identify and quarantine other instances of emails with similar body content, senders, and subject lines to prevent further exploitation and exfiltration.
Remediation
In the event an organization identifies activity associated with this campaign, that organization should take steps to minimize further exploitation. The organization should consider requesting that employees minimize use of the ZCS webmail client until the organization updates to a patched version that is not vulnerable to CVE-2025-66376.
Organizations should use identifiers from the IOCs section of this report to identify any individuals compromised by this campaign and record the date(s) of compromise(s) to determine the scale and scope of emails exfiltrated.
All users from the organization should have all Application Passcodes and 2FA scratch keys revoked. Affected organizations should require all employees to change passwords in line with establishing minimum password strength requirements [CPG 3.B] and creating unique credentials [CPG 3.C], specifically noting that compromised employees might have had any password stored in a password manager exfiltrated.
Works cited
[1] Netherlands General Intelligence and Security Service (AIVD) and Netherlands Defence Intelligence and Security Service (MIVD). AIVD and MIVD identify a new Russian cyber threat actor. 2025. https://www.aivd.nl/site/binaries/site-content/collections/documents/2025/05/27/aivd-en-mivd-onderkennen-nieuwe-russische-cyberactor/Advisory+AIVD+en+MIVD+Public+report+on+new+cyber+actor.pdf
[2] Microsoft Corporation. New Russia-affiliated actor Void Blizzard targets critical sectors for espionage. 2025. https://www.microsoft.com/en-us/security/blog/2025/05/27/new-russia-affiliated-actor-void-blizzard-targets-critical-sectors-for-espionage/
[3] Palo Alto Networks Unit 42. Russian Global Webmail Espionage. 2026. https://unit42.paloaltonetworks.com/russian-webmail-espionage/
[4] Proofpoint. TA488 Targets Zimbra Mailservers with Half-Click Exploits. 2026. https://www.proofpoint.com/us/blog/threat-insight/ta488-zcs-exploit
[5] Seqrite. Operation GhostMail: Russian APT exploits Zimbra Webmail to Target Ukraine State Agency. 2026. https://www.seqrite.com/blog/operation-ghostmail-zimbra-xss-russian-apt-ukraine/
Footnotes
1 Národní úřad pro kybernetickou a informační bezpečnost
2Forsvarets Efterretningstjeneste
3Välisluureamet
4 Sotilastiedustelu
5 Suojelupoliisi
6 Direction générale de la sécurité intérieure
7 Agence nationale de la sécurité des systèmes d’information
8 Agenzia Informazioni e Sicurezza Esterna
9 Agenzia Informazioni e Sicurezza Interna
10 Serviciul de Informații și Securitate al Republicii Moldova
11Agencja Wywiadu
12Służba Kontrwywiadu Wojskowego
13Centro Nacional de Inteligencia
14Nationellt Cybersäkerhetscenter
15 MITRE and ATT&CK are registered trademarks of The MITRE Corporation. MITRE D3FEND is a trademark of The MITRE Corporation.Acknowledgements
The authoring agencies acknowledge the contributions to this advisory from Palo Alto Networks Unit 42 and Proofpoint.
Disclaimer of endorsement
The information and opinions contained in this document are provided "as is" and without any warranties or guarantees. Reference herein to any specific commercial products, process, or service by trade name, trademark, manufacturer, or otherwise, does not constitute or imply its endorsement, recommendation, or favoring by the United States Government, and this guidance shall not be used for advertising or product endorsement purposes.
Organizations have no obligation to respond or provide information back to the authoring organizations in response to this joint advisory. If, after reviewing the information provided, an organization decides to provide information to the authoring organizations, reporting must be consistent with all applicable laws and policies.
Purpose
This document was developed in furtherance of the authoring agencies’ cybersecurity missions, including their responsibilities to identify and disseminate threats, and to develop and issue cybersecurity specifications and mitigations. This information may be shared broadly to reach all appropriate stakeholders.
Contact
United States organizations
- National Security Agency
Cybersecurity Report Feedback: CybersecurityReports@nsa.gov
Defense Industrial Base Inquiries and Cybersecurity Services: DIB_Defense@cyber.nsa.gov
Media Inquiries / Press Desk: NSA Media Relations: 443-634-0721, MediaRelations@nsa.gov - Cybersecurity and Infrastructure Security Agency
CISA’s 24/7 Operations Center (contact@cisa.dhs.gov), or by calling 1-844-Say-CISA (1-844-729-2472). - Federal Bureau of Investigation
If you or someone you know has fallen victim to this campaign, file a complaint with IC3. - Defense Counterintelligence and Security Agency
DCSA Counterintelligence, Cyber Mission Center, Cyber Threat Operations Branch: DCSA.CI.CyberOps@mail.mil
Cleared Contactors (CCs) should contact their DCSA Counterintelligence Special Agent to report information pertaining to suspicious contacts or physical/digital efforts to obtain illegal or unauthorized access to the CC’s cleared facility/information, as required by 32 CFR 117.
Media/Public Inquiries: dcsa.quantico.dcsa-hq.mbx.pa@mail.mil - Department of Defense Cyber Crime Center
Defense Industrial Base Inquiries and Cybersecurity Services: DC3.DCISE@us.af.mil
Defense Industrial Base mandatory cyber incident reporting as required by 10 U.S. Code Sections 391 and 393 and Defense Federal Acquisition Regulation Supplement (DFARS) 252.204-7012 is submitted at https://dibnet.dod.mil
Media Inquiries / Press Desk: DC3.Information@us.af.mil - Naval Criminal Investigative Service
To report criminal activity impacting the United States Navy, go to www.ncis.navy.mil and click “Submit a Tip”
Dutch organizations
- Defence Intelligence and Security Service (MIVD): https://www.defensie.nl/onderwerpen/m/militaire-inlichtingen-en-veiligheid
- General Intelligence and Security Service (AIVD): https://www.aivd.nl
Australian organizations
- Australian Signals Directorate
Visit cyber.gov.au or call 1300 292 371 (1300 CYBER 1) to report cybersecurity incidents and access alerts and advisories.
Canadian organizations
- The Canadian Centre for Cyber Security (Cyber Centre), part of the Communications Security Establishment, encourages Canadian organizations to report cyber incidents and to strengthen the security of their networking devices.
Report an incident or suspicious activity to the Cyber Centre by email at contact@cyber.gc.ca, online via the reporting tool Report a cyber incident - Canadian Centre for Cyber Security or by phone at 1-833-CYBER-88 (1-833-292-3788).
New Zealand organizations
- New Zealand National Cyber Security Centre (NCSC-NZ): info@ncsc.govt.nz
United Kingdom organizations
- Report significant cyber security incidents to ncsc.gov.uk/report-an-incident (monitored 24/7)
Estonia organizations
- Estonian Foreign Intelligence Service (EFIS): info@valisluureamet.ee
Finnish organizations
- Finnish Security and Intelligence Service: supo.fi/en/contact
French organizations
- French organizations are encouraged to report suspicious activity or incident related information found in this advisory by contacting ANSSI/CERT-FR at: cert-fr@ssi.gouv.fr or by phone at: 3218 or +33 9 70 83 32 18.
Italian Organizations
- Italian External Intelligence and Security Agency (AISE):
Visit https://www.sicurezzanazionale.gov.it/ - Italian Internal Intelligence and Security Agency (AISI):
Visit https://www.sicurezzanazionale.gov.it/
Moldovan organizations
- Security and Intelligence Service of the Republic of Moldova (SIS RM): cybersec@sis.md
Polish organizations
- Polish Foreign Intelligence Agency (AW): ctiteam@aw.gov.pl
Appendix A: MITRE ATT&CK tactics and techniques
See Table 9 through Table 19 for all the threat actor tactics and techniques referenced in this advisory.
Table 9: Reconnaissance Technique Title
ID
Use
Gather Victim Identity Information: Credentials
The payload attempts to intercept a victim’s password from their password manager.
Gather Victim Identity Information: Email Addresses
The payload attempts to grab the victim’s email address from various data stores.
Search Open Websites/Domains
This group likely leverages public information to support target development.
Active Scanning
Port scanning can be used by this group to assist with determining exploitability of identified targets.
Search Open Technical Databases: Scan Databases
Various public datasets can provide information to support discovery of exploitable targets.
Search Closed Sources
Previously exfiltrated data can be used to enhance target development efforts.
Search Closed Sources: Purchase Technical Data
Commercial datasets can also be used to support target development efforts.
Table 10: Resource Development Technique Title
ID
Use
Acquire Infrastructure
This group used Mullvad VPN to anonymize traffic sent to operational infrastructure.
Acquire Infrastructure: Virtual Private Server
This group procured VPS servers from a variety of vendors.
Develop Capabilities
The Ulej capability was developed likely for use by this group to conduct spear phishing campaigns.
Develop Capabilities: Malware
Development of a novel payload that steals a victim’s emails and other sensitive account information.
Develop Capabilities: Exploits
Development of a novel, at the time, cross-site-scripting (XSS) exploit that enables execution of arbitrary JavaScript.
Obtain Capabilities: Tool
Open source tools, such as Evilginx2, have also been used by the group.
Obtain Capabilities: Artificial Intelligence
The group appears to have leveraged AI to support development efforts.
Stage Capabilities
Flowerbed is deployed to a procured server in the cloud.
Table 11: Initial Access Technique Title
ID
Use
Valid Accounts
This actor has used commercial datasets to acquire account credentials and gain unauthorized access to accounts. Additionally, this actor is believed to use previously compromised accounts to conduct spear phishing.
Trusted Relationship
The group sends malicious payloads to targeted individuals using previously compromised accounts that might have an established relationship with the target.
Phishing
The actors used spear phishing to lure users into opening malicious email.
Table 12: Execution Technique Title
ID
Use
Exploitation for Client Execution
An XSS vulnerability was leveraged to execute the JavaScript payload.
Table 13: Persistence Technique Title
ID
Use
Account Manipulation
Enabling IMAP and Application Passcodes provides persistent access to the compromised account.
Modify Authentication Process: Multi-Factor Authentication
Creating Application Passcodes to bypass 2FA and stealing a user’s “Scratch Keys,” which can be used in place of a 2FA token.
Table 14: Privilege Escalation Technique Title
ID
Use
Valid Accounts
This actor has used commercial datasets to acquire account credentials and gain unauthorized privileged access to accounts.
Table 15: Stealth Technique Title
ID
Use
Obfuscated Files or Information: Command Obfuscation
Obfuscated JavaScript payload sent to targets to exploit the XSS vulnerability.
Obfuscated Files or Information: Encrypted/Encoded File
The JavaScript payload included both a Base64-encoded and XOR-encrypted inner payload.
Obfuscated Files or Information: SVG Smuggling
The payload was contained in an “onload” attribute within an SVG image included in the malicious email.
Use Alternate Authentication Material: Web Session Cookie
Previous campaigns using AiTM leveraged stealing and use of a victim’s session cookies to authenticate.
Table 16: Credential Access Technique Title
ID
Use
Modify Authentication Process: Multi-Factor Authentication
Creating Application Passcodes to bypass 2FA and stealing a user’s “Scratch Keys,” which can be used in place of a 2FA token.
Adversary-in-the-Middle
Previous campaigns used Evilginx2 as an AiTM toolkit to intercept credentials and session cookies.
Table 17: Collection Technique Title
ID
Use
Data Staged: Remote Data Staging
Exfiltrated data was sent to an actor-controlled VPS prior to assumed long-term storage solutions.
Email Collection
This group has emphasized collection of emails.
Email Collection: Remote Email Collection
Emails are collected via API calls to the ZCS mail server and are not collected from emails stored directly on the victim’s device.
Automated Collection
Upon execution, the JavaScript payload automatically collects all relevant information in stages.
Browser Session Hijacking
The JavaScript payload leverages the user’s authenticated browser session to make API requests as the user.
Archive Collected Data
Emails are exfiltrated with GZIP compression.
Table 18: Discovery Technique Title
ID
Use
Account Discovery
Stolen Global Access Lists provide the group with new users to target.
Table 19: Exfiltration Technique Title
ID
Use
Exfiltration Over Alternative Protocol
Victim information was exfiltrated over both HTTPS and DNS.
Exfiltration Over Alternative Protocol: Exfiltration Over Asymmetric Encrypted Non-C2 Protocol
Some payloads, especially ones with large amounts of data, were exfiltrated over HTTPS.
Exfiltration Over Alternative Protocol: Exfiltration Over Unencrypted Non-C2 Protocol
Some smaller bandwidth payloads were exfiltrated over DNS using Base32 encoding.
Appendix B: MITRE D3FEND countermeasures
See Table 20 for a mapping of several of the cybersecurity countermeasures mentioned in this advisory.
Table 20: MITRE D3FEND Countermeasures Countermeasure Title
ID
Description
Application Hardening
- Organizations should immediately prioritize patching CVE-2025-66376.
- Organizations should promptly apply software updates to all email systems.
Isolate
Organizations that cannot feasibly patch should use alternative mail clients.
Credential Hardening
Organizations should consider using a third-party authentication service that supports passkeys to mediate access to ZCS and other services that do not natively support passkeys.
Network Traffic Analysis
Organizations should monitor for significant amounts of outbound data being sent to IPs associated with VPS providers not used by the organization.
DNS Traffic Analysis
Organizations should monitor for frequent DNS queries to a suspicious domain for seemingly random subdomains.
Network Traffic Community Deviation
- Organizations should monitor for a sudden spike of connections to a server associated with a recently established domain.
- Organizations should monitor for connections to internal services, such as webmail, from VPN providers.
Identifier Activity Analysis
Organizations should search for the listed known IOCs.
Process Analysis
- Organizations should search ZCS log files for specific commands used by the malicious script.
- Organizations should search the localStorage property in web browsers for the ZCS webmail client for “ZimbraWeb” Application Passcodes.
Message Analysis D3-MA Organizations that suspect they have victims of this campaign should search for emails with a malicious payload to identify other victims. -
Improve Router Hygiene to Protect Against Russian State-Sponsored Targeting
Russian Government-Sponsored Activity Targets Poorly Configured and Vulnerable Devices Across Critical Sectors
Executive summary
Russian Federal Security Service (FSB) Center 16 cyber actors continue to exploit poorly configured and vulnerable networking devices worldwide, opportunistically compromising multiple critical infrastructure sector networks. This joint Cybersecurity Advisory (CSA) builds on FBI’s Russian Government Cyber Actors Targeting Networking Devices, Critical Infrastructure Public Service Announcement of the decade-plus FSB Center 16 cyber activity by providing additional tactics, techniques, and procedures (TTPs) to enable defenders to more fully understand and counter the threat. [1]
This CSA is being released by the following authoring and co-sealing agencies:
- United States National Security Agency (NSA)
- United States Cybersecurity and Infrastructure Security Agency (CISA)
- United States Federal Bureau of Investigation (FBI)
- United States Department of Defense Cyber Crime Center (DC3)
- Australian Signals Directorate’s Australian Cyber Security Centre (ASD’s ACSC)
- Communications Security Establishment Canada’s (CSE’s) Canadian Centre for Cyber Security (Cyber Centre)
- New Zealand National Cyber Security Centre (NCSC-NZ)
- United Kingdom National Cyber Security Centre (NCSC-UK)
- Czech Republic National Cyber and Information Security Agency (NÚKIB)1
- Danish Defence Intelligence Service (DDIS)2
- Estonian Foreign Intelligence Service (EFIS)3
- Estonian Information System Authority (RIA)4
- Finnish Defence Intelligence (FDI)5
- Finnish Security and Intelligence Service (SUPO)6
- French National Cybersecurity Agency (ANSSI)7
- Italian External Intelligence and Security Agency (AISE)8
- Italian Internal Intelligence and Security Agency (AISI)9
- The Military Counterintelligence Service of Poland (SKW)10
- Sweden National Cyber Security Centre (NCSC-SE)11
The authoring and co-sealing agencies strongly urge device owners and network defenders to take mitigation and remediation actions against Russian government-sponsored exploitation of vulnerable routers.
Figure 1: FSB Center 16 activity and recommended mitigation actions Download the PDF version of this report:
Cybersecurity industry tracking
The cybersecurity industry provides overlapping cyber threat intelligence, indicators of compromise (IOCs), and mitigation recommendations related to this activity. Although not all encompassing, the following list contains the most notable threat group names commonly used within the cybersecurity community related to this activity:
- Berserk Bear
- Energetic Bear
- Crouching Yeti
- Dragonfly
- Ghost Blizzard
- Static Tundra
Note: Cybersecurity companies have different methods of tracking and attributing cyber actors, and this list may not provide a 1:1 correlation to the authoring agencies’ understanding for all activity related to these groupings.
Targeting details
Critical infrastructure sectors most at risk from the Russian Federal Security Service (FSB) Center 16 cyber actors’ targeting include:
- Communications,
- Defense Industrial Base,
- Energy,
- Financial Services,
- Government Services and Facilities, especially organizations at the state and local level, and
- Healthcare and Public Health.
Technical details
Note:This advisory uses the MITRE ATT&CK® Matrix for Enterprise12 framework, version 19. See Appendix A for tables of the activity mapped to MITRE ATT&CK tactics and techniques. This advisory also uses MITRE DEFENDTM version 1.4.0.
The Russian FSB Center 16 cyber actors primarily use scanning to identify poorly configured networking devices, primarily routers, for exploitation. The actors scan for Internet IP ranges with active Simple Network Management Protocol (SNMP) agents that accept common or default community strings for authentication [T1595.001, T1595.002]. These scans, run via proxies, consist of SNMP Set-Requests from a spoofed IP address [T1027] containing Object Identifiers (OIDs) that instruct the SNMP agent on poorly configured networking devices to [T1569, T1602.001, T1090]:
- Copy its configuration to a file, often called “config.bkp” or “output.txt” [T1003, T1602.002].
- Transfer the file, typically using Trivial File Transfer Protocol (TFTP), to an actor-controlled leased virtual private server (VPS) or compromised FTP server [T1583.003, T1090, T1071, T1048].
While SNMP scanning is the primary method the actors use to discover and exploit poorly configured networking devices, they occasionally exploit common vulnerabilities and exposures (CVEs) in Cisco devices, Cisco’s Smart Install (SMI) functionality, and web portals to manage network devices. The actors previously exploited at least the following CVEs [T1584.008, T1588.005, T1190, T1068]:
Many of these TTPs overlap with activity by other malicious cyber actors, such as Salt Typhoon. Even though this CSA focuses on Russian FSB Center 16 cyber activity, the mitigations below should detect and counter these and similar TTPs used by other actors.
Mitigation actions
The authoring agencies highly recommend network defenders implement the following mitigations to harden networks against this exploitation:
- Disable Cisco Smart Install on all devices [D3-ACH]. [2]
- Use SNMPv3 with “authPriv” configured to the most modern encryption standard that is supported by the device instead of SNMPv1 or SNMPv2 [D3-ACH]. [3]
- Disable SNMPv1 and SNMPv2. These are legacy protocols and should no longer be needed on current devices. If they are necessary, change all community strings from defaults and only allow read-only community strings rather than read-write access.
- SNMPv3 adds strong authentication and data encryption that are unavailable in SNMPv1 and v2. SNMPv3 replaces clear text shared passwords, known as community strings, with more securely encoded parameters, and authenticates and encrypts data [D3-MAN, D3-MENCR].
- Use strong, unique passwords for local accounts on network devices and configure credentials to be stored securely to prevent reuse of compromised passwords [D3-CH].
- Cisco devices protect passwords in the configuration file using different hashing types. Use hashing type 8 for user credentials. Avoid using hashing type 0, 4, and 7 as they are insecure or store passwords in plaintext in the configuration file. [4]
- Monitor for unusual credentials that do not conform to standard organizational naming conventions [D3-PM].
- Monitor for and alert on logins using local accounts. Local accounts should only be used in emergency situations when accounts supported by centralized authentication servers are unavailable. Centralized authentication to network devices should support multi-factor authentication where feasible. [3]
- Monitor and restrict access to SNMP OIDs using a Management Information Base (MIB) allow list [D3-ACH]. [5] Reference the vendor-specific MIB for the network devices and monitor OIDs for indications of reconnaissance or misconfiguration in logs or intrusion detection systems (IDS). IDS rules should be written for inbound SNMP Set-Requests that contain OIDs targeting sensitive device data [D3-PM].
- Example OIDs include:
- 1.3.6.1.4.1.9.9.96.1.1 (Cisco Config Copy)
- 1.3.6.1.4.1.9.9.96.1.1.1.1.5 (Config Copy Server Address, value for this OID is where the configuration file is being sent to)
- Example OIDs include:
- Restrict management protocols [D3-NTF].
- Use Access Control Lists (ACLs) to only allow management protocols, such as SNMP, from management devices, preferably on an out-of-band network. [3]
- On edge firewalls and devices deny all external communications on the following ports unless mission critical, with strict monitoring if blocking is not feasible:
- User Datagram Protocol (UDP) port 69 (TFTP)
- Transmission Control Protocol (TCP) port 4786 (SMI)
- UDP ports 161 and 162 (SNMP)
- TCP/UDP ports 10161 and 10162 (SNMPv3)
- Update network device software and firmware images, especially to patch known vulnerabilities, and upgrade end-of-life devices to supported ones.
- Use an attack surface management service to identify and secure Internet-facing systems with weak configurations and known vulnerabilities [D3-NVA].
- U.S.-based federal, state, local, tribal, and territorial governments and U.S. critical infrastructure organiztions should consider signing up for CISA’s no-cost Cyber Hygiene services.
- U.S. Defense Industrial Base organizations should consider signing up for NSA’s DIB Cybersecurity Services.
- Use an attack surface management service to identify and secure Internet-facing systems with weak configurations and known vulnerabilities [D3-NVA].
Resources
United States:
Canada:
- Routers cyber security best practices (ITSAP.80.019)
- Security considerations for edge devices (ITSM.80.101)
- Guidance on securely configuring network protocols (ITSP.40.062)
- Baseline security requirements for network security zones (ITSP.80.022)
- Top 10 IT security actions to protect Internet-connected networks and information (ITSM.10.089)
Works cited
[1] FBI. Russian Government Cyber Actors Targeting Networking Devices, Critical Infrastructure. Alert Number: I-082025-PSA. 2025. https://www.ic3.gov/PSA/2025/PSA250820
[2] NSA. Cisco Smart Install Protocol Misuse. 2017. https://media.defense.gov/2019/Jul/16/2002157833/-1/-1/0/CSA-CISCO-SMART-INSTALL-PROTOCOL-MISUSE.PDF
[3] NSA. Network Infrastructure Security Guide. 2023. https://media.defense.gov/2022/Jun/15/2003018261/-1/-1/0/CTR_NSA_NETWORK_INFRASTRUCTURE_SECURITY_GUIDE_20220615.PDF
[4] NSA. Cybersecurity Information Sheet Cisco Password Types: Best Practices. 2022. https://media.defense.gov/2022/Feb/17/2002940795/-1/-1/0/CSI_CISCO_PASSWORD_TYPES_BEST_PRACTICES_20220217.PDF
[5] NSA. Cybersecurity Information Sheet: Reducing the Risk of Simple Network Management Protocol (SNMP) Abuse. 2026. https://media.defense.gov/2026/Jul/09/2003959459/-1/-1/0/CSI_REDUCING_RISK_OF_SNMP_ABUSE.PDF
Footnotes
1 Národní úřad pro kybernetickou a informační bezpečnost
2 Forsvarets Efterretningstjeneste
3 Välisluureamet
4 Riigi Infosüsteem Amet
5 Sotilastiedustelu
6 Suojelupoliisi
7 Agence nationale de la sécurité des systèmes d’information
8 Agenzia Informazioni e Sicurezza Esterna
9 Agenzia Informazioni e Sicurezza Interna
10 Służba Kontrwywiadu Wojskowego
11 Nationellt Cybersäkerhetscenter
12MITRE and ATT&CK are registered trademarks of The MITRE Corporation. MITRE DEFEND is a trademark of the MITRE Corporation.
13 CVE-2008-4128 only affects end-of-life Cisco devices.
Disclaimer of Endorsement
The information and opinions contained in this document are provided "as is" and without any warranties or guarantees. Reference herein to any specific commercial products, process, or service by trade name, trademark, manufacturer, or otherwise, does not constitute or imply its endorsement, recommendation, or favoring by the United States Government, and this guidance shall not be used for advertising or product endorsement purposes.
Purpose
This document was developed in furtherance of the authoring agencies’ cybersecurity missions, including their responsibilities to identify and disseminate threats, and to develop and issue cybersecurity specifications and mitigations. This information may be shared broadly to reach all appropriate stakeholders.
Contact
United States organizations
- National Security Agency (NSA)
- Cybersecurity Report Feedback: CybersecurityReports@nsa.gov
- Defense Industrial Base Inquiries and Cybersecurity Services: DIB_Defense@cyber.nsa.gov
- Media Inquiries / Press Desk: NSA Media Relations: 443-634-0721, MediaRelations@nsa.gov
- Cybersecurity and Infrastructure Security Agency (CISA) and Federal Bureau of Investigation (FBI)
- U.S. organizations are encouraged to report suspicious or criminal activity related to information in this advisory to CISA via the agency’s Incident Reporting System, its 24/7 Operations Center (report@cisa.gov or 888-282-0870), or your local FBI field office. When available, please include the following information regarding the incident: date, time, and location of the incident; type of activity; number of people affected; type of equipment user for the activity; the name of the submitting company or organization; and a designated point of contact.
- United States Department of Defense Cyber Crime Center (DC3)
- Defense Industrial Base Inquiries and Cybersecurity Services: DC3.DCISE@us.af.mil
- Defense Industrial Base mandatory cyber incident reporting as required by 10 U.S. Code Sections 391 and 393 and Defense Federal Acquisition Regulation Supplement (DFARS) 252.204-7012 is submitted at https://dibnet.dod.mil.
- Media Inquiries / Press Desk: DC3.Information@us.af.mil
Australian organizations
- Australian Signals Directorate
- Visit cyber.gov.au or call 1300 292 371 (1300 CYBER 1) to report cybersecurity incidents and access alerts and advisories.
Canadian organizations
- The Canadian Centre for Cyber Security (Cyber Centre), part of the Communications Security Establishment, encourages Canadian organizations to report cyber incidents and to strengthen the security of their networking devices.
- Report an incident or suspicious activity to the Cyber Centre by email at contact@cyber.gc.ca, online via the reporting tool Report a cyber incident - Canadian Centre for Cyber Security or by phone at 1-833-CYBER-88 (1-833-292-3788).
New Zealand organizations
- New Zealand National Cyber Security Centre (NCSC-NZ): info@ncsc.govt.nz
United Kingdom organizations
- Report significant cyber security incidents to ncsc.gov.uk/report-an-incident (monitored 24/7)
Estonia organizations
- Estonian Foreign Intelligence Service (EFIS): info@valisluureamet.ee
Finnish organizations
- Finnish Security and Intelligence Service: supo.fi/en/contact
French organizations
- French organizations are encouraged to report suspicious activity or incident related information found in this advisory by contacting ANSSI/CERT-FR at: cert-fr@ssi.gouv.fr or by phone at: 3218 or +33 9 70 83 32 18.
Italian Organizations
- Italian External Intelligence and Security Agency (AISE):
- Italian Internal Intelligence and Security Agency (AISI):
Appendix A: MITRE ATT&CK tactics and techniques
See Table 1 through Table 10 for all the threat actor tactics and techniques referenced in this advisory.
Table 1: Reconnaissance ID
Use
Active Scanning: Scanning IP Blocks T1595.001 Scan range of IP addresses Active Scanning: Vulnerability Scanning T1595.002 Scan victims for vulnerabilities that can be used during targeting Table 2: Resource Development Technique Title
ID
Use
Acquire Infrastructure: Virtual Private Servers T1583.003 Leverage VPS as infrastructure Compromise Infrastructure: Network Devices T1584.008 Compromise intermediate routers Obtain Capabilities: Exploits T1588.005 Use publicly available code to exploit vulnerable devices Table 3: Initial Access Technique Title
ID
Use
Exploit Public-Facing Application T1190 Exploit publicly known CVEs Proxy T1090 Use a connection proxy to direct network traffic Table 4: Execution Technique Title
ID
Use
System Services T1569 Executing commands via SNMP Table 5: Privilege Escalation Technique Title
ID
Use
Exploitation for Privilege Escalation T1068 Exploit publicly known CVEs for escalated privileges Table 6: Stealth Technique Title
ID
Use
Obfuscated Files or Information T1027 Obfuscate source IP addresses in system logs, as actions may be recorded as originating from local IP addresses Table 7: Credential Access Technique Title
ID
Use
OS Credential Dumping T1003 Collect router configuration with weak Cisco Type 7 passwords and Type 0 Table 8: Collection Technique Title
ID
Use
Data from Configuration Repository: SNMP (MIB Dump) T1602.001 Target MIB to collect network information via SNMP Data from Configuration Repository: Network Device Configuration Dump T1602.002 Acquire credentials by collecting network device configurations Table 9: Command and Control Technique Title
ID
Use
Proxy T1090 Use VPS for C2 Application Layer Protocol T1071 Open and expose a variety of different services, including TFTP and FTP Table 10: Exfiltration ID
Use
Exfiltration Over Alternative Protocol T1048 Exfiltrating over a different protocol than that of the existing command and control channel. Appendix B: MITRE D3FEND countermeasures
See Table 11 for a mapping of several of the cybersecurity countermeasures mentioned in this advisory.
Table 11: MITRE D3FEND Countermeasures ID
Description
Application Configuration Hardening D3-ACH - Use SNMPv3 and disable SNMPv1 and SNMPv2.
- Use SNMP allowlisting to restrict access to OIDs and MIBs.
- Disable Cisco Smart Install.
Message Authentication D3-MAN - Use SNMPv3 with strong authentication.
Message Encryption D3-MENCR - Use SNMPv3 to encrypt payloads.
Credential Hardening D3-CH - Use strong, unique passwords and store them securely.
Platform Monitoring D3-PM - Monitor for unusual credentials.
- Monitor SNMP Set-Requests for OIDs targeting sensitive device data.
Network Traffic Filtering D3-NTF - Use ACLs to only allow management protocols from management devices.
- Block TFTP, SMI, and SNMP at edge firewalls.
Network Vulnerability Assessment D3-NVA - Use an attack surface management service.
