→ Back to Home
Cloud Security

Agentic Cloud Attacks Escalate as Storm-3168 Weaponizes Compromised Service Principals

Microsoft Security Research released technical findings detailing cloud-based activity tied to threat actor Storm-3168 (also tracked as JADEPUFFER), documented as an agentic ransomware operation targeting enterprise Azure environments. The intrusion demonstrated how compromised service principals—non-human workload identities used for automation and app integration—were weaponized to conduct automated discovery across subscriptions before executing a rapid, coordinated destructive sequence. In one analyzed incident, the actor executed over 150 destructive actions in a seven-minute window, deleting Azure Storage accounts, Key Vaults, App Services, and Function Apps while attempting to access storage account keys and disrupt recovery locks. This development marks a critical shift for cloud security practitioners. Traditional incident response models assume a gradual progression where human analysts have hours or days between initial reconnaissance and objective execution. Storm-3168's automated workflow compressed broad tenant enumeration into high-velocity destruction across distinct managed services. The attack highlights that service principals often carry excessive administrative privileges and long-lived secrets, making them prime targets for automated post-exploitation scripts and AI-assisted tooling that execute at machine speed. This incident reinforces an ongoing industry trend: the center of gravity in cloud security has migrated from perimeter defenses to Non-Human Identity (NHI) management and agentic-speed attacks. As enterprise engineering teams expand CI/CD pipelines, autonomous workflows, and cloud-native integrations, machine identities outnumber human users by orders of magnitude. When an over-permissioned service principal is compromised via leaked credentials or hardcoded application variables, attackers do not need to escalate local OS privileges; they directly invoke cloud control plane APIs to wipe or exfiltrate core infrastructure. Practitioners must treat workload identity security with the same rigor as human authentication. First, organizations should audit and enforce least-privilege Role-Based Access Control (RBAC) on all Azure service principals and service accounts, replacing static client secrets with short-lived Federated Credentials (such as Microsoft Entra workload identity federation with GitHub Actions or Kubernetes). Second, critical data assets must have independent guardrails enabled—such as Azure resource locks (ReadOnly/CanNotDelete) and storage account-level deletion protections—which successfully blocked deletion attempts during the Storm-3168 campaign even when the compromised service principal possessed broad administrative rights. Finally, SOC architectures must implement automated threat disruption to sever identity sessions the moment high-volume API deletion bursts are detected.
#cloud security#azure#threat intelligence#iam#workload identity#ransomware
Read original source