I. Overview

%%{init: { 'theme': 'base', 'themeVariables': { 'edgeLabelBackground': '#fff' }}}%%
flowchart LR
    A["Shadow IT\nproliferation"] -- "Unified cloud\nsecurity policy" --> B["Visibility and\nthreat defense"]
    style A fill:#f9f9f9,stroke:#333,stroke-width:3px
    style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px

Definition: A CASB is a security solution or service placed between an organization’s on-premises infrastructure and its cloud services that applies security policy consistently and provides visibility across that boundary.

Features:
( Shadow IT Control ) Identifies and manages the risk of unauthorized cloud services used outside organizational control.
( Data Leakage Prevention ) Blocks the exfiltration of sensitive information through DLP capabilities optimized for cloud environments.
( Account Protection ) Detects abnormal logins and applies access control to counter cloud account takeover attacks.

II. Mechanism & Components

A. The Four Core Security Pillars of CASB

  • Visibility: Identifies every cloud service in use across the organization and assesses its risk (Shadow IT detection)
  • Data Security: Applies DLP (data loss prevention), encryption, and access control to data stored in the cloud
  • Compliance: Continuously checks compliance with regulations such as data protection laws and PCI-DSS
  • Threat Protection: Detects abnormal logins (anomaly detection), blocks malware propagation, and performs user and entity behavior analytics (UEBA)

B. Comparison of CASB Deployment Methods

CategoryAPI Mode (Out-of-Band)Proxy Mode (In-Line)
Operating PrincipleCalls the cloud service’s API directlySits in the traffic path for real-time monitoring
Performance ImpactNo added network latencyTraffic passes through the broker, which can affect performance
CoverageFocused on managed cloud servicesCan also control Shadow IT and unmanaged apps
TimingAnalysis occurs after data has already been storedEnables real-time blocking at the point of data transfer
CharacteristicsEasy to install but can be bypassedConfigured as a forward or reverse proxy

III. Advanced Topics & Comparison

CASB vs. Traditional Security Solutions (DLP, Proxy)

Comparison ItemTraditional DLP / Proxy SolutionsCASB (Cloud Native)
Security ScopeInternal network and endpointsExternal cloud services such as SaaS and PaaS
Identification UnitCentered on IP addresses and URLsUser accounts and app-level actions (e.g. share, delete)
Access ControlSimple allow / denyFine-grained, behavior-based control (context-aware)
Visibility ScopeLimited to internal network trafficIncludes external traffic from mobile and remote work

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