Threaticon
Toggle sidebar

You're viewing a limited, public preview. Log in for full access.

Log in User Guide
Log in Get started
Threat Actors verdantbamboo

Also known as: WARP PANDA, UNC5221, tracked as, Copy Fail 2, UNC3753, Luna Moth, UNC5221 by other vendors, proprietary appliances, UTA0178, CVE-2026-22769, GRIMBOLT, SkyCloak

Description

VerdantBamboo emerged as a highly disciplined threat actor that orchestrates long‑term, low‑profile exfiltration campaigns by targeting network edge devices—firewalls, NAS units, and cloud sync services—that lack robust endpoint protection. The initial breach typically involves exploiting an SSH connection on an unprivileged account to gain foothold in a managed storage or sync system; from there the actor escalates privileges via sudo misconfiguration, installs backdoors such as BRICKSTORM in privileged directories (/usr/sbin), and injects cron or systemd persistence mechanisms. Once internal penetration is secured, VerdantBamboo pivots to internet‑facing infrastructure. Compromised web SSL VPN credentials allow lateral movement into corporate Microsoft 365 environments, bypassing traditional conditional access controls. The actor subsequently leverages the MSP’s pfSense firewall and other appliances, deploying a .NET backdoor (PLENET/GRIMBOLT) that offers hardened persistence, and maintains resilience through an alternate Python implant (AGENTPSD). Throughout operations they use proxy or proxy‑like techniques to mask C2 traffic, encode C2 addresses, and custom‑label implants per victim, evidencing operational discipline. In its final stages the actor establishes custom VPN tunnels or backdoor channels for exfiltration and lateral movement. The campaign is characterized by a reliance on living‑off‑the‑land tactics and exploitation of publicly disclosed CVEs (CVE‑2025‑0282/28/22457, CVE‑2026‑22769) to bypass detection, indicating the actor’s intent to achieve financial gain with minimal exposure. VerdantBamboo’s operations reflect a blend of sophistication—e.g., using .NET AOT compilation and sophisticated proxying—with opportunistic tactics such as abusing misconfigurations in unmanaged edge appliances. The result is prolonged persistence, stealthy data extraction, and occasional pivot into cloud‑based services.

Goals & Targeting

Targeted Sectors

Financial services
Government
Critical infrastructure
Healthcare
Energy
Defense
Telecommunications
Education
Hospitality
Information technology
Legal services
Manufacturing
Maritime
Pharmaceutical
Media
Construction
Retail
Gaming
Non profit
Nuclear
Aerospace
Aviation
Mining
Utilities

Targeted Countries / Regions

CN
IR
US
UA
GB
AE
IN
IT
JP
PL
CA
KR
SG
RO
RU
DE
ES
KP
MX
FR
TW
BR

AI Analysis

Grounded in web research
· analyzed in 3 chunks · 1 day ago

Executive Summary

VerdantBamboo is a financially driven threat actor that specializes in exploiting low‑visibility edge appliances and managed service provider (MSP) environments across a wide spectrum of sectors, including finance, healthcare, energy, and government. Leveraging misconfigurations such as sudo privilege escalation and unprotected SSH accounts, they establish persistence through cron jobs and deploy modular backdoors – notably the .NET AOT‐compiled PLENET/GRIMBOLT implant for stealthy control and a fallback Python AGENTPSD on targeted devices. Their operations often pivot from compromised MSP footholds into corporate networks to access Microsoft 365 workloads while remaining largely invisible to conventional EDR solutions.

Goals & Targeting

The actor’s strategic objective appears to be sustainable financial exploitation of low‑visibility environments that are less likely to host comprehensive monitoring or EDR solutions. By targeting edge devices belonging to a wide array of sectors—from finance and healthcare to defense and utilities—VerdantBamboo maximizes the potential return while minimizing the risk of early detection. The use of MSP infrastructure as both an entry vector and a pivot point demonstrates a desire for extended network reach, allowing for data exfiltration from high‑value corporate sources including Microsoft 365 workloads.

Enhanced Description

Key Capabilities

  • Exploits sudo misconfigurations to gain privilege escalation
  • Deploys cron job persistence on /etc/crontab, /etc/cron.d, and /etc/rc.d/cron
  • Installs backdoors in privileged directories (e.g., /usr/sbin)
  • Utilizes compromised SSH or web‑based SSL VPN credentials for lateral movement
  • .NET AOT‑compiled PLENET/GRIMBOLT backdoor deployment on firewalls and NAS
  • Provides fallback Python AGENTPSD implant for resilience
  • Targets Managed Service Provider (MSP) infrastructure to pivot into corporate networks
  • Uses proxy or proxy–like techniques to hide C2 traffic
  • Custom‑names implants per victim to reduce correlation
  • Exploits publicly disclosed vulnerabilities (CVE‑2025‑0282/28/22457, CVE‑2026‑22769)
  • Bypasses EDR by focusing on devices without standard agent support

MITRE ATT&CK Tactics

Initial Access
Credential Access
Privilege Escalation
Persistence
Execution
Command and Control
Defense Evasion
Lateral Movement

ATT&CK Techniques

T1005
T1036
T1037
T1049
T1053
T1053.003
T1053.004
T1053.005
T1059
T1059.004
T1059.006
T1068
T1070
T1070.004
T1071
T1071.001
T1071.004
T1078
T1090
T1090.001
T1090.002
T1105
T1127
T1133
T1203
T1219
T1497.001
T1505
T1505.003
T1543
T1543.002
T1548
T1548.002
T1548.003
T1556
T1570
T1592
T1649
T1620
T1021
T1021.004

Software / Tooling

BRICKSTORM
BSD variant of BRICKSTORM
AGENTPSD
PLENET
GRIMBOLT
Mimikatz

Campaigns & Victims

VerdantBamboo’s known operations span an extended attack lifecycle, typically lasting over a year and often involving multiple phases: initial foothold via MSP‑managed services, privilege escalation through misconfigured sudo or SSH accounts, deployment of layered backdoors (PLENET/GRIMBOLT for persistence and AGENTPSD as a fallback), and pivoting into corporate Microsoft 365 environments. The actor focuses on low‑surface‑value edge appliances—firewalls like pfSense, NAS devices such as Synology—that lack modern EDR agents, which allows the implants to remain undetected for long periods. Each victim receives uniquely named backdoors, and the actor consistently uses a single or very limited set of proxy/C2 domains per operation, reflecting disciplined operational hygiene. The exploitation of recent CVEs (CVE‑2025‑0282/28/22457, CVE‑2026‑22769) to deliver malware suggests an ability to incorporate zero‑day vulnerabilities into campaigns for elevated privilege or lateral movement.

IOC Patterns

  • Sudoers misconfiguration leading to privilege escalation
  • Cron job persistence via "/etc/cron.d" and "/etc/crontab" entries
  • Unauthorized root‑level binaries in "/usr/sbin"
  • Unverified SSH access by unprivileged accounts
  • Proxy configuration used for command and control traffic
  • C2 address encoded with Base64, first character omitted
  • Cron entry added to "/etc/rc.d/cron" for persistence
  • "blacklist" backdoor binary in "/usr/local/libexec/ipsec" directory
  • Custom implant naming per device
  • Exploitation of CVE‑2025‑0282, CVE‑2025‑0283, CVE‑2025‑22457, CVE‑2026‑22769

Recommended Actions

  • Monitor and restrict non‑administrative SSH logins to detect anomalous activity
  • Enforce least‑privilege sudoers configuration and audit changes regularly
  • Implement file integrity monitoring on critical system directories such as "/usr/sbin" and "/usr/local/libexec"
  • Audit "/etc/crontab", "/etc/cron.d", and "/etc/rc.d/cron" for unauthorized entries and enforce write restrictions
  • Secure SSL VPN appliances: enable MFA, review access logs, segment network traffic, and remove unused devices
  • Apply rigorous integrity monitoring to MSP infrastructure like pfSense firewalls
  • Deploy EDR or equivalent visibility on all edge appliances, even those lacking traditional agent support
  • Block known PLENET/GRIMBOLT and BRICKSTORM C2 domains or IP addresses
  • Segment vulnerable appliances from critical corporate networks to contain lateral movement
  • Regularly patch vulnerabilities (CVE‑2025‑0282, 0283, 22457, CVE‑2026‑22769) and apply hardening for affected software
  • Audit and secure managed service provider accounts to prevent pivoting and credential reuse
  • Enforce MFA on all web‑based administrative interfaces and VPN endpoints
  • Monitor custom VPN tunnels or outbound traffic that appears anomalous, ensuring they conform to defined policies

Suggested Tags

VerdantBamboo
WARP PANDA
UNC5221
BRICKSTORM
AGENTPSD
PLENET
GRIMBOLT
Mimikatz
Synology NAS
Microsoft 365 access
VPN exploitation
sudo privilege escalation
cron persistence
Credential theft via unprotected admin interfaces
Web‑based SSL VPN pivoting
Living off the land
APT activity on low‑surface‑value appliances
Persistent Threat Actor
.NET backdoor (PLENET/GRIMBOLT)
Python backdoor (AGENTPSD)
Custom VPN
Vulnerability exploit
CVE-2025-0282
CVE-2025-22457
CVE-2026-22769

Confidence Assessment

The analysis is based on publicly available intelligence reports and vendor findings that collectively provide a coherent view of VerdantBamboo’s capabilities and operational patterns. Confidence in the actor’s attribution as Chinese remains moderate, given the alignment with known TTPs but limited open‑source confirmation. The data set lacks precise timelines, comprehensive coverage of all sectors, and detailed incident-level evidence for some claims, particularly regarding use of CVE-2026-22769. Consequently, while the core narrative—edge appliance focus, privilege escalation via sudo/SSH, dual backdoor approach—is well supported, details such as campaign durations, full geographic spread, or financial outcomes should be treated with cautious interpretation.

ATT&CK Techniques

Defense impairment
1 technique
Reconnaissance
1 technique

Software / Tooling

Campaigns / Victims

No campaigns linked yet.

Observed Data

No observed data linked yet.

References

  1. thecyberexpress.com — Cited by web research for: UNC5221 by other vendors
  2. www.mallory.ai — Cited by web research for: proprietary appliances
  3. mallory.ai — Cited by web research for: UTA0178
  4. www.volexity.com — Cited by web research for: GitHub
  5. www.varutra.com — Cited by web research for: ClickFix
  6. cybersecuritynews.com — Cited by web research for: Infostealer malware

Intel Summary

47

Techniques

47

Tools

0

Campaigns

50

IOCs

0

Observed Data

13

Tactics

Tags

Critical Infrastructure
Backdoor / C2
APT
espionage
network Infrastructure
China
malware
persistence
VerdantBamboo
WARP PANDA
UNC5221
BRICKSTORM
AGENTPSD
PLENET
GRIMBOLT
Mimikatz
Synology NAS
Microsoft 365 access
VPN exploitation
sudo privilege escalation
cron persistence
Credential theft via unprotected admin interfaces
Web‑based SSL VPN pivoting
Living off the land
APT activity on low‑surface‑value appliances
Persistent Threat Actor
.NET backdoor (PLENET/GRIMBOLT)
Python backdoor (AGENTPSD)
Custom VPN
Vulnerability exploit
CVE-2025-0282
CVE-2025-22457
CVE-2026-22769

Details

Type
Unknown
Primary Motivation
Financial gain
Country of Origin
China (CN)
Confidence
55%
Added
Jul 12, 2026
No notes yet. Click "Add Note" to create the first analysis note.
No opinions yet. Be the first to assess this intelligence.
Leaving Threaticon

This link opens an external site that isn't part of the platform.