Cloud Control Plane Attack
Cloud Control Plane Attack 是什么?
Cloud Control Plane AttackAn attack that targets the management API of a cloud provider (AWS, Azure, GCP) — IAM, billing, deployment APIs — rather than workloads, achieving tenant-wide impact through stolen tokens, federation abuse, or partner-channel compromises.
A cloud control-plane attack is one that targets the provider's management surface (sts:AssumeRole, AWS Organizations, Entra ID Graph, GCP Resource Manager, billing APIs, Identity Center, hub-and-spoke deployment tools) instead of the workloads running inside a tenant. Because every workload's permissions, every resource's existence, and the billing relationship itself live in the control plane, a control-plane compromise is unrecoverable from inside the tenant — the attacker can disable logging, exfiltrate keys, create persistent backdoor IAM users, modify Conditional Access, or move resources to other accounts. Documented techniques include long-lived access-key theft from developer laptops, Single-Sign-On compromise (the 2020 SolarWinds chain into Microsoft 365, the 2023 Storm-0558 Azure key forge), reseller-channel abuse (the 2024 Midnight Blizzard test-tenant pivot), federation/IdP trust manipulation (Golden SAML), and abuse of CI/CD identities with cloud admin trust (OIDC-to-cloud-role). Defenses focus on root-account isolation, FIDO2 phishing-resistant MFA on every break-glass identity, hardware-bound CI/CD trust, restrictive Conditional Access, immutable CloudTrail/Azure-Monitor to a separate tenant, and continuous control-plane anomaly detection.
● 示例
- 01
Storm-0558 forged Azure AD signing tokens and read Exchange Online mailboxes across U.S. federal tenants in 2023 — a textbook control-plane compromise.
- 02
An attacker with a stolen long-lived AWS access key creates a new IAM user, attaches AdministratorAccess, and uses it from a different region to remain below GuardDuty thresholds.
● 常见问题
Cloud Control Plane Attack 是什么?
An attack that targets the management API of a cloud provider (AWS, Azure, GCP) — IAM, billing, deployment APIs — rather than workloads, achieving tenant-wide impact through stolen tokens, federation abuse, or partner-channel compromises. 它属于网络安全的 云安全 分类。
Cloud Control Plane Attack 是什么意思?
An attack that targets the management API of a cloud provider (AWS, Azure, GCP) — IAM, billing, deployment APIs — rather than workloads, achieving tenant-wide impact through stolen tokens, federation abuse, or partner-channel compromises.
Cloud Control Plane Attack 是如何工作的?
A cloud control-plane attack is one that targets the provider's management surface (sts:AssumeRole, AWS Organizations, Entra ID Graph, GCP Resource Manager, billing APIs, Identity Center, hub-and-spoke deployment tools) instead of the workloads running inside a tenant. Because every workload's permissions, every resource's existence, and the billing relationship itself live in the control plane, a control-plane compromise is unrecoverable from inside the tenant — the attacker can disable logging, exfiltrate keys, create persistent backdoor IAM users, modify Conditional Access, or move resources to other accounts. Documented techniques include long-lived access-key theft from developer laptops, Single-Sign-On compromise (the 2020 SolarWinds chain into Microsoft 365, the 2023 Storm-0558 Azure key forge), reseller-channel abuse (the 2024 Midnight Blizzard test-tenant pivot), federation/IdP trust manipulation (Golden SAML), and abuse of CI/CD identities with cloud admin trust (OIDC-to-cloud-role). Defenses focus on root-account isolation, FIDO2 phishing-resistant MFA on every break-glass identity, hardware-bound CI/CD trust, restrictive Conditional Access, immutable CloudTrail/Azure-Monitor to a separate tenant, and continuous control-plane anomaly detection.
如何防御 Cloud Control Plane Attack?
针对 Cloud Control Plane Attack 的防御通常结合技术控制与运营实践,详见上方完整定义。
Cloud Control Plane Attack 还有哪些其他名称?
常见的别称包括: Cloud management-plane attack, Tenant takeover。
● 相关术语
- cloud-security№ 212
云端令牌窃取
从云身份服务窃取 OAuth、SAML 或签名令牌,并重放以冒充用户或服务,无需密码。
- cloud-security№ 562
IAM 权限提升
利用现有的云 IAM 权限获取更高权限,常见手段包括修改策略、传递角色或为自身授予管理员权限。
- identity-access№ 496
Golden SAML
An identity-attack technique that steals a federation IdP's token-signing private key (typically from AD FS) and forges arbitrary SAML responses, granting persistent, MFA-bypassing access to any federated service.
- attacks№ 1234
供应链攻击
通过攻陷可信的第三方软件、硬件或服务提供商,进而入侵其下游客户的攻击方式。
- cloud-security№ 1142
共享责任模型
一种云安全框架,将安全职责划分为云服务商负责的“云本身的安全”与客户负责的“云中工作负载的安全”。
- cloud-security№ 209
云配置错误
由云服务的不当或不安全设置造成的安全漏洞,例如对象存储暴露、IAM 策略薄弱或管理端口对外开放等。