I. Overview

%%{init: { 'theme': 'base', 'themeVariables': { 'edgeLabelBackground': '#fff' }}}%%
flowchart LR
    A["Fragmented\ndata"] -- "Data-centric\nrisk management" --> B["Shadow data\nidentification & protection"]
    style A fill:#f9f9f9,stroke:#333,stroke-width:3px
    style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px

Definition: A security technology that automatically discovers the location of structured and unstructured data within cloud infrastructure and provides visibility by analyzing the data’s sensitivity and security risk.

Features:
( Shadow Data Identification ) Automatically detects hidden data assets — such as copies and test databases — that fall outside IT department control.
( Sensitivity-Based Protection ) Classifies data itself by sensitivity (e.g. personal information) and applies differentiated security based on importance.
( Compliance Evidence ) Provides ongoing visibility to meet strengthened data protection regulations such as GDPR and ISMS-P.

II. Mechanism & Components

A. The Four Core Processes of DSPM

  • Data Discovery: Automatically identifies data assets not only in managed databases but also in object storage (e.g. S3) and unstructured data
  • Data Classification: Uses AI/ML technology to classify the sensitivity of data such as personal information, financial information, and corporate secrets
  • Risk Assessment: Calculates risk by analyzing who can access the data, its exposure paths (e.g. internet exposure), and whether it is encrypted
  • Continuous Monitoring and Remediation: Tracks the data’s movement path (lineage) and automatically alerts and responds when misconfigurations occur

B. Technical Strengths of DSPM

CategoryDetailsCharacteristics and Advantages
Data-CentricFocuses on the “data itself,” not infrastructure configurationEnables prioritized response based on data importance
AgentlessAnalysis based on cloud APIs and snapshotsZero performance overhead on production environments and fast deployment
Shadow Data DetectionIdentifies copies and test databases unknown to the IT departmentEliminates security blind spots caused by neglected data
Contextual AnalysisCombines infrastructure configuration (CSPM) with data sensitivityFocuses management on assets with genuinely high exposure risk

III. Advanced Topics & Comparison

DSPM vs. Traditional Security Solutions (DLP, CSPM)

Comparison ItemTraditional DLP (Data Loss Prevention)CSPM (Posture Management)DSPM (Data Posture)
Security FocusBlocking data exfiltration actionsInfrastructure / service misconfigurationData existence and risk management
Primary TargetEndpoints, network perimeterCloud resources (S3, EC2, etc.)Data assets (databases, files, etc.)
Operating MethodRule-based (regex) real-time monitoringAPI-based configuration checksScan-based data analysis
Core ValuePrevention of leakageCompliance assuranceData visibility and governance

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