7.3 Infrastructure & Platform Risks (Domain 3.3)

Key Takeaways

  • Risk assessment for cloud infrastructure includes identification of assets/threats/vulnerabilities and analysis of likelihood and impact under shared responsibility.
  • Cloud-specific vulnerabilities, threats, and attacks include misconfiguration, credential theft, hypervisor/container escape, insecure APIs, data exfiltration, and denial of service.
  • Risk treatment strategies are avoid, mitigate, transfer/share, and accept — plus residual risk monitoring; not every risk is patched away.
  • Platform risk spans CSP control planes, multi-tenancy isolation, supply chain, and customer configuration debt — inventory both provider and tenant surfaces.
  • CCSP scenarios reward structured assessment language over product brand names.
Last updated: July 2026

Infrastructure and Platform Risks

Domain 3.3 asks you to analyze risks associated with cloud infrastructure and platforms. The outline breaks this into:

  • Risk assessment (identification, analysis)
  • Cloud vulnerabilities, threats, and attacks
  • Risk treatment strategies

This is applied risk management on the components and data-center designs you just studied. Domain 6 expands enterprise risk and legal themes; here the focus is platform and infrastructure — hypervisors, networks, management planes, multi-tenancy, and facility dependencies.

Risk Vocabulary Refresh

TermWorking definition
AssetSomething of value (data, service, reputation, hardware, API availability)
ThreatPotential cause of an unwanted incident
VulnerabilityWeakness that a threat can exploit
RiskEffect of uncertainty on objectives — often Likelihood × Impact (qualitative or quantitative)
ControlMeasure that modifies risk
Residual riskRisk remaining after treatment
Risk appetite / toleranceHow much risk the organization is willing to take

Cloud does not invent new risk math; it changes speed, shared tenancy, abstraction, and control ownership. A vulnerability in a customer security group can be exploited worldwide within minutes via the management plane — likelihood and impact models must reflect that.

Risk Assessment: Identification

Identification inventories what can go wrong and what matters.

Identify assets (infrastructure scope)

Asset classExamples
DataDatabases, object stores, backups, logs, secrets
WorkloadsVMs, containers, functions, AI training jobs
IdentitiesHuman admins, service principals, workload identities
Control planeCloud org structure, IaC pipelines, orchestration API
ConnectivityVPN, private links, DNS, certificates
DependenciesCSP regions, IdP, CI/CD SaaS, DNS provider, package registries
Facility dependenciesPower, HVAC, carriers (for private/colo)

Identify threats

Use structured sources: STRIDE-style categories, threat intel, historical incidents, insider scenarios, and environmental events. For infrastructure platforms, include both cyber and physical/environmental threats.

Identify vulnerabilities

Weaknesses may be technical (unpatched hypervisor agent, open management port), process (no dual control for DNS changes), people (phishing of cloud admins), or design (single region, shared keys).

Cloud-specific identification questions

  1. What does the CSP guarantee vs what do we configure?
  2. Where are multi-tenant isolation boundaries?
  3. What happens if the management plane identity is stolen?
  4. Which fourth parties (CSP subprocessors, marketplace images) expand the supply chain?
  5. What data residency constraints limit treatment options (e.g., cannot move region freely)?

Document assumptions. Many “unknowns” about provider internals are accepted via assurance reports — that acceptance is itself a risk decision.

Risk Assessment: Analysis

Analysis estimates how serious each risk is so treatment can be prioritized.

Qualitative analysis (common on exams)

LikelihoodImpactPriority sketch
HighHighTreat immediately
HighMediumPrioritize mitigations
MediumHighStrong controls / contingency
LowHighMonitor; consider insurance/transfer; rare but severe
LowLowAccept or routine hygiene

Scales vary (1–5, traffic lights). Consistency matters more than pseudo-precision.

Quantitative flavors (awareness)

Annualized Loss Expectancy (ALE) style thinking appears in broader risk domains: Single Loss Expectancy × Annualized Rate of Occurrence. Cloud metering can improve detection of anomalous usage (cost as a risk signal) even when pure ALE numbers are rough.

Analysis factors unique to cloud platforms

FactorEffect on analysis
ElasticityImpact scales with auto-provisioned capacity and data volume
AbstractionHarder to inspect physical layers; increase reliance on CSP attestations
Shared fateProvider regional outage impacts many customers simultaneously
Configuration volatilityDrift raises likelihood of misconfiguration over time
API concentrationSingle set of credentials may unlock many assets (impact amplifier)
Log completenessIf management actions are not logged immutably, impact of incidents rises (detection lag)

Scenario analysis example

Risk: Public object storage misconfiguration exposes regulated data.
Threat actors: Internet scanners, opportunistic attackers.
Vulnerability: Bucket policy allows public GetObject; block-public-access not enforced at org level.
Likelihood: High (automated scanning).
Impact: High (breach notification, fines, trust).
Inherent risk: Critical.
Existing controls: Encryption at rest (does not stop authorized-anonymous reads of ciphertext when policy allows).
Conclusion: Encryption alone is insufficient treatment; need preventive policy guardrails and detective config monitoring.

This style of reasoning — not memorizing vendor product names — is what CCSP grades.

Cloud Vulnerabilities

A vulnerability is a weakness. Cloud estates combine classical IT weaknesses with cloud-native ones.

Vulnerability classExamples
Identity & accessOver-privileged roles, long-lived access keys, missing MFA, weak federation
MisconfigurationOpen security groups, public storage, permissive IAM wildcards, disabled logging
Insecure defaultsServices left on demo settings; default VPCs with broad routes
Unpatched componentsGuest OS, container images, agents, customer-managed middleware
Isolation gapsPrivileged containers, shared hostPath, weak tenant network controls
Cryptographic weaknessDeprecated TLS, poor key storage, dual-purpose keys
API design flawsBroken object-level authorization, SSRF to metadata services
Supply chainPoisoned images, malicious dependencies, compromised build pipeline
Visibility gapsNo flow logs, no management-plane audit trail, shadow IT accounts
Physical/environmentalSingle power path, undiverse fiber, weak visitor control (private/colo)
BMS / OT overlapFacility systems reachable from IT networks

Important distinction: Multi-tenancy is not itself a vulnerability — failure of isolation mechanisms is. Resource pooling is expected; residual side-channel risk may be accepted or mitigated with dedicated hosts for extreme cases.

Vulnerability management in cloud must cover infrastructure as code templates and org policies, not only CVE scans of VMs. A secure image deployed by a template that opens 0.0.0.0/0 to SSH reintroduces critical exposure every apply.

Cloud Threats and Attacks

Threats are the actors or forces that may exploit vulnerabilities. Attacks are concrete actions.

Threat categories for infrastructure/platforms

Threat categoryCloud infrastructure examples
External adversariesCredential stuffing against consoles, ransomware via exposed RDP, crypto-mining bots
Insiders (customer)Malicious admin, careless privileged user, third-party contractor
Insiders (CSP)Privileged provider personnel (mitigated by CSP controls, customer encryption, confidential computing)
Competing tenantsEscape attempts, noisy neighbor resource exhaustion
Supply chainCompromised provider dependency or customer CI/CD
EnvironmentalFlood, fire, power grid failure, fiber cut
Legal / seizureLawful access requests in a jurisdiction (risk/compliance overlap)

Representative attacks

AttackDescriptionPrimary targets
Account takeoverPhish MFA-fatigue, steal API keys, session hijackManagement plane
Misconfiguration exploitDiscover public storage/DBs/admin portsStorage, compute, network
Privilege escalationAbuse IAM policy flaws, metadata SSRF to steal rolesCompute + IAM
Lateral movementPivot across flat VPC/peeringNetwork partitioning failures
Data exfiltrationCopy snapshots cross-account; DNS tunneling; egress to attacker storageStorage, network egress
Destructive attackMass delete, encryption ransomware on volumes/backupsStorage, backups
DDoSSaturate public endpoints or APIsNetwork edge, app
CryptojackingSteal compute for miningCompute, Kubernetes
Hypervisor/container escapeBreak isolation boundaryVirtualization
Poisoned image/pipelineBackdoor in base image or IaC moduleSupply chain, orchestration
Control-plane API abuseScripted create/destroy at scaleManagement plane
DNS hijackingAlter records to intercept trafficCommunications

Attack chain example (exam-style)

  1. Developer access key committed to public repo (vulnerability).
  2. Attacker finds key (threat actor capability).
  3. Attacker lists storage, snapshots DB volume, shares snapshot outbound (attack).
  4. Impact: confidentiality breach; possible integrity if they modify resources.
  5. Treatment that would have reduced risk: secret scanning, short-lived credentials, deny snapshot share org-wide, mandatory MFA, detection on anomalous CreateSnapshot/ModifySnapshotAttribute.

Map each step to component (3.1) and design gap (3.2) when answering scenario items.

Risk Treatment Strategies

Once risks are analyzed, organizations treat them. CCSP-aligned treatment options match classic information security risk management:

StrategyMeaningCloud infrastructure examples
AvoidDo not engage in the risky activityDo not store regulated data in unsupported regions; do not enable public anonymous access features at all
Mitigate (modify/reduce)Apply controls to reduce likelihood and/or impactMFA, encryption, segmentation, WAF, immutable backups, patching, org policy guardrails
TransferShift financial/contractual impact to another partyCyber insurance; contractually defined CSP liabilities (limited); managed security services
ShareDistribute risk among partiesShared responsibility models; consortium/community cloud governance; multi-party controls
AcceptKnowingly retain risk within appetiteAccept residual CSP insider risk after encryption + legal review; accept rare regional outage risk with documented BC plan

Some frameworks list share under transfer; the CCSP outline family (see also Domain 6 risk treatment) expects you to recognize avoid, mitigate, transfer/share, and accept as the toolkit.

Choosing a strategy

SituationLean toward
Activity not required for businessAvoid
High likelihood, controllable weaknessMitigate
Rare high financial impact, control cost prohibitive aloneTransfer (insurance) + mitigate
Shared platform by designShare responsibility + contracts + assure
Residual risk after reasonable controls, within appetiteAccept with monitoring

Treatment is not “set and forget.” Residual risk must be monitored — new vulnerabilities, configuration drift, and threat landscape changes can push accepted risk outside appetite.

Treatment vs control confusion

  • Treatment strategy = risk decision (avoid/mitigate/transfer/accept).
  • Control = specific measure implementing mitigation (e.g., “enforce MFA on console users”).

Exam stems may ask which strategy was chosen (“the firm decided not to process card data in that SaaS”) = avoid, not “install WAF.”

Layered treatment example

Risk: Regional provider outage.

  • Mitigate: multi-AZ for localized faults; multi-region active/passive for regional.
  • Transfer: insurance for business interruption.
  • Accept: residual simultaneous multi-region failure as extremely unlikely.
  • Avoid: do not put the only copy of irreplaceable data in a single AZ with no backups.

Shared responsibility as treatment context

You cannot mitigate a risk the contract places solely on the CSP using customer console clicks alone — and you cannot transfer accountability for customer data classification to the CSP by wishing. Effective treatment assigns actions to the party that can implement them and verifies with SLA, SOC reports, configuration evidence, and exercises.

End-to-End Risk Workflow for Domain 3

  1. Scope infrastructure components (3.1) and facility/design choices (3.2).
  2. Identify assets, threats, vulnerabilities, existing controls.
  3. Analyze likelihood and impact; rank risks.
  4. Treat using avoid / mitigate / transfer-share / accept.
  5. Implement controls (Domain 3.4 themes: physical/environmental, system/storage/communication protection, IAM, audit).
  6. Plan BC/DR for risks you mitigate with resiliency rather than pure prevention (Domain 3.5).
  7. Monitor and review — continuous cloud posture management, pen tests where authorized, tabletop exercises.

Prioritization heuristic for CCSP practice

Priority signalWhy
Management plane exposureHighest leverage for attackers
Public data access misconfigHigh likelihood + high impact
Missing immutable backupsRansomware impact amplifier
Flat network + over-privileged identityLateral movement
Single AZ / single path facilityCorrelated availability failure
Unvetted images/pipelinesSupply chain scale

Metrics that support risk management

  • Time to revoke compromised credentials
  • Percentage of resources failing policy-as-code checks
  • MFA coverage on privileged users
  • Backup restore success rate
  • Mean time to detect anomalous API patterns
  • Patch lag on customer-managed OS/images

Metrics without decisions are vanity; pair them with treatment owners and deadlines.

Common Traps

  • Treating encryption at rest as complete mitigation for public-read policies.
  • Accepting risk informally (“we’ll fix later”) without recording residual risk and owner.
  • Assuming CSP compliance certifications remove customer misconfiguration risk.
  • Focusing only on CVE scores while ignoring IAM and network exposure.
  • Calling multi-cloud a full avoid strategy for all provider risk (it can mitigate concentration but increases complexity risk).
  • Ignoring environmental threats in “cyber-only” cloud assessments for hybrid estates.

Closing Synthesis for Domain 3.1–3.3

  • 3.1 tells you what the infrastructure is.
  • 3.2 tells you how to design facilities and logical isolation for secure, resilient operation.
  • 3.3 tells you how to reason about what can fail and what to do about it.

Master the three together: a CCSP item may describe a container escape fear (virtualization component), ask whether dedicated hosts are justified (design/treatment), and expect you to label residual risk acceptance after mitigations — all in one stem.

Test Your Knowledge

Which activity is part of risk identification rather than risk analysis?

A
B
C
D
Test Your Knowledge

A company refuses to deploy a customer-facing workload in a region that cannot meet residency law. Which risk treatment strategy is this?

A
B
C
D
Test Your Knowledge

Which attack most directly targets the cloud management plane?

A
B
C
D
Test Your Knowledge

Encryption at rest is enabled on object storage, yet anonymous public read remains allowed by policy. Which statement best reflects sound risk analysis?

A
B
C
D