I. Overview

%%{init: { 'theme': 'base', 'themeVariables': { 'edgeLabelBackground': '#fff' }}}%%
flowchart LR
    A["Individual\nsecurity solutions"] -- "Layered security\nstack integration" --> B["Cloud-native\nsecurity"]
    style A fill:#f9f9f9,stroke:#333,stroke-width:3px
    style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px

Definition: A defense-in-depth framework spanning cloud service configuration (control plane), actual data processing (data plane), and user access points.

Features:
( Unified Visibility ) Combines fragmented security solutions into a single architecture to gain visibility across the entire cloud estate.
( Data-Centric Security ) A risk management framework focused on the “data itself” that must be protected, rather than infrastructure or the network.
( Automated Response ) Maximizes the efficiency and speed of security operations through policy-based real-time monitoring and automated remediation.

II. Mechanism & Components

A. Conceptual Diagram of the Integrated Cloud Security Architecture

graph TD
    User["User / Device"] --> CASB["Network Layer\n(CASB / SASE)"]
    CASB --> CSPM["Infrastructure Configuration Layer\n(CSPM)"]
    CSPM --> CWPP["Workload Layer\n(CWPP)"]
    CWPP --> DSPM["Data Layer\n(DSPM)"]

    subgraph "CNAPP (Integrated Platform)"
        CSPM
        CWPP
        artifact["CI / CD Scanning"]
    end

B. Key Solutions and Roles by Layer

Security LayerCore SolutionPrimary Role and Placement
User & AccessCASB / SASEControls SaaS usage and provides visibility between the user and the cloud (in-line / API)
Control PlaneCSPMDetects misconfigurations in cloud infrastructure (IAM, S3, network) and enforces governance
Data LayerDSPMDiscovers structured and unstructured data in the cloud, classifies sensitivity, and manages data risk
Workload LayerCWPPDetects malware and protects running processes inside VMs, containers, and serverless functions
Full LifecycleCNAPPIntegrates the solutions above into one platform, protecting from build to run

III. Advanced Topics & Comparison

Interaction and Data Flow Between Solutions

  • Context correlation: Combines the “internet-exposed configurations” found by CSPM with the “vulnerabilities” found by CWPP to prioritize assets with genuinely high attack likelihood
  • Data-Centric linkage: Implements risk-based security in which CSPM and CWPP intensively monitor the resources identified by DSPM as holding “sensitive data”
  • Shift-Left integration: Forms a feedback loop in which results scanned within the CI/CD pipeline are automatically reflected into operational-stage security policy (CNAPP)

Strategies for Strengthening the Integrated Architecture

CategoryPrimary Response StrategyCore Expected Effect
Unified VisibilityBuild a single pane of glass dashboardEliminates security blind spots and reduces alert fatigue
Automated RemediationPolicy-based automatic correction when misconfigurations occurShortens incident response time (MTTR) and minimizes human error
Zero TrustApply continuous authentication and least privilege to every connectionPrevents account takeover and lateral movement

Last updated 18 Aug 2026, 00:00 UTC. history