06 Data Classification
Organizations cannot protect information effectively if they do not understand:
What data they have, where it exists, how sensitive it is, who owns it, and how it should be handled.
This is the purpose of Data Classification.
A practical enterprise data-governance model looks like:
Data Discovery ↓Data Inventory ↓Data Ownership ↓Classification ↓Labeling ↓Handling Requirements ↓Access Control ↓Encryption ↓DLP ↓Retention ↓Monitoring ↓Continuous GovernanceData classification connects privacy, cybersecurity, compliance, cloud security, records management, and information governance.
Learning Objectives
Section titled “Learning Objectives”By the end of this lesson, you will be able to:
-
Explain data classification.
-
Understand why organizations classify information.
-
Identify structured and unstructured data.
-
Understand data discovery.
-
Build a data inventory.
-
Define classification levels.
-
Differentiate Public, Internal, Confidential, and Restricted information.
-
Identify personal and sensitive information.
-
Understand data ownership.
-
Define labeling requirements.
-
Establish handling requirements.
-
Map classifications to access controls.
-
Map classifications to encryption requirements.
-
Understand Data Loss Prevention.
-
Apply classification to cloud environments.
-
Integrate classification with retention.
-
Map regulatory requirements to data categories.
-
Test classification controls.
-
Build enterprise classification artifacts.
1. What Is Data Classification?
Section titled “1. What Is Data Classification?”Data Classification is the process of:
Identifying ↓Categorizing ↓Labeling ↓Protectinginformation based on factors such as:
Sensitivity
Business Value
Confidentiality
Legal Requirements
Privacy Requirements
Security Risk
Business ImpactThe goal is simple:
Apply protection appropriate to the value and sensitivity of the information.
2. Why Data Classification Matters
Section titled “2. Why Data Classification Matters”Consider two files:
File A
Public Product Brochureand:
File B
Customer DatabaseContaining Financial InformationApplying exactly the same controls to both would make little sense.
Instead:
Public Information ↓Lower Protection Requirementswhile:
Highly Sensitive Information ↓Stronger Protection Requirements3. Classification Enables Risk-Based Security
Section titled “3. Classification Enables Risk-Based Security”Without classification:
All Data ↓Same ControlsThis creates either:
Under-Protectionor:
Over-ProtectionClassification enables:
Data Sensitivity ↓Risk ↓Appropriate Control4. Classification Is Not Only a Security Activity
Section titled “4. Classification Is Not Only a Security Activity”Data classification affects:
Privacy
Cybersecurity
GRC
Legal
Cloud
IAM
DLP
Records Management
Incident Response
Backup
Third-Party Risk5. Information Lifecycle
Section titled “5. Information Lifecycle”Data moves through a lifecycle.
Create / Collect ↓Store ↓Use ↓Share ↓Archive ↓DeleteClassification should influence controls throughout this lifecycle.
6. Data Discovery
Section titled “6. Data Discovery”Before classifying information, organizations must understand what data exists.
This process is:
Data Discovery7. Where Data Exists
Section titled “7. Where Data Exists”Enterprise information may exist in:
Databases
File Servers
Employee Laptops
Email
Cloud Storage
SaaS Platforms
Data Lakes
Source Code Repositories
Backups
Collaboration Platforms
Mobile Devices
Paper Records8. Shadow Data
Section titled “8. Shadow Data”A major challenge is:
Shadow DataInformation may exist outside approved systems.
Examples:
Personal Cloud Drives
Local Downloads
Spreadsheets
USB Devices
Email Attachments
Unapproved SaaS Platforms9. Structured Data
Section titled “9. Structured Data”Structured data normally follows a defined schema.
Examples:
SQL Database
CRM Database
ERP Database
HR Database
Transaction Database10. Unstructured Data
Section titled “10. Unstructured Data”Unstructured information includes:
Documents
PDFs
Emails
Presentations
Images
Chat Messages
Source FilesUnstructured data can be significantly harder to discover and classify.
11. Data Inventory
Section titled “11. Data Inventory”After discovery, build:
01 Enterprise Data InventoryExample:
| Data Asset | System | Owner | Data Type | Classification |
|---|---|---|---|---|
| Customer DB | CRM | Sales | Customer PI | Confidential |
| Payroll | HRIS | HR | Employee PI | Restricted |
| Website Content | CMS | Marketing | Public | Public |
| Source Code | Git | Engineering | IP | Confidential |
12. Data Asset vs System
Section titled “12. Data Asset vs System”Do not confuse:
Systemwith:
Data AssetFor example:
Microsoft SQL Serveris a technology/system.
Inside it may exist:
Customer Data
Financial Data
Employee Data
Transaction Datawith different classifications.
13. Data Ownership
Section titled “13. Data Ownership”Every significant data asset should have an accountable:
Data OwnerThe owner is generally responsible for decisions involving:
Classification
Access
Use
Sharing
Retention
Protection14. Data Owner vs Custodian
Section titled “14. Data Owner vs Custodian”A useful distinction:
Data Owner ↓Business Accountabilitywhile:
Data Custodian ↓Technical AdministrationExample:
HR Director ↓Data OwnerIT Database Administrator ↓Data Custodian15. Data Owner Register
Section titled “15. Data Owner Register”Create:
02 Data Owner RegisterUse:
| Data Asset | Owner | Custodian | System | Classification |
|---|
16. Classification Levels
Section titled “16. Classification Levels”Organizations can design different classification models.
A practical four-level model is:
Public
Internal
Confidential
Restricted17. Classification Hierarchy
Section titled “17. Classification Hierarchy”Restricted ↑Confidential ↑Internal ↑PublicSensitivity increases upward.
18. Public Data
Section titled “18. Public Data”Public information can generally be disclosed publicly without material harm.
Examples:
Published Website Content
Press Releases
Public Marketing Materials
Published Job Advertisements
Public Documentation19. Public Data Controls
Section titled “19. Public Data Controls”Typical controls may include:
Integrity Protection
Change Approval
Availability
Version ControlPublic does not mean:
No Security RequiredFor example, unauthorized modification of public website content still creates risk.
20. Internal Data
Section titled “20. Internal Data”Internal information is intended primarily for internal organizational use.
Examples:
Internal Procedures
Meeting Notes
Internal Announcements
Organization Charts
Internal Training Material21. Internal Data Exposure
Section titled “21. Internal Data Exposure”Unauthorized disclosure may cause:
Limited Business Impactbut normally would not create catastrophic harm.
22. Confidential Data
Section titled “22. Confidential Data”Confidential information could cause significant harm if improperly disclosed.
Examples:
Customer Information
Business Strategy
Contracts
Financial Information
Source Code
Security Architecture
Employee Information23. Confidential Data Controls
Section titled “23. Confidential Data Controls”Typical controls:
Need-to-Know Access
Authentication
Encryption
Logging
Sharing Restrictions
DLP24. Restricted Data
Section titled “24. Restricted Data”Restricted is typically the organization’s highest classification.
Examples may include:
Authentication Secrets
Private Cryptographic Keys
Highly Sensitive Personal Data
Payment Card Data
Critical Security Secrets
Highly Sensitive Financial Data25. Restricted Data Controls
Section titled “25. Restricted Data Controls”Typical controls may include:
Strict Need-to-Know
MFA
Privileged Access Management
Encryption
DLP
Detailed Logging
Restricted Sharing
Strong Retention Controls26. Classification Matrix
Section titled “26. Classification Matrix”Create:
03 Data Classification Matrix| Level | Sensitivity | Disclosure Impact | Example |
|---|---|---|---|
| Public | Low | Minimal | Website |
| Internal | Moderate | Limited | Internal procedure |
| Confidential | High | Significant | Customer information |
| Restricted | Very High | Severe | Credentials |
27. Classification Criteria
Section titled “27. Classification Criteria”Classification should not depend on:
Employee GuessingProvide clear criteria.
Ask:
Would Disclosure Cause Harm?
Is It Regulated?
Does It Contain Personal Data?
Is It Commercially Sensitive?
Could It Enable Cyberattack?
Would Loss Affect Customers?
Would Disclosure Create Legal Exposure?28. Impact-Based Classification
Section titled “28. Impact-Based Classification”Consider:
Confidentiality Impact
Integrity Impact
Availability ImpactFor example:
Private Encryption Keyhas extremely high confidentiality impact.
Meanwhile:
Emergency Operating Proceduremay have high availability importance.
29. Regulatory Classification
Section titled “29. Regulatory Classification”Some data requires protection because of regulation.
Examples:
PCI DSS→ Account Data
HIPAA→ PHI / ePHI
GDPR→ Personal Data
CCPA→ Personal Information
Privacy Laws→ Sensitive Information30. Regulatory Data Register
Section titled “30. Regulatory Data Register”Create:
04 Regulatory Data RegisterUse:
| Data | Regulation | System | Classification | Owner |
|---|
31. Personal Data
Section titled “31. Personal Data”Personal data can include information relating to an identifiable individual.
Examples:
Name
Email
Address
Employee ID
IP Address
Device Identifier
Location Datadepending on the applicable privacy framework.
32. Sensitive Personal Data
Section titled “32. Sensitive Personal Data”Certain personal information requires greater protection.
Examples may include:
Health Information
Biometric Information
Financial Credentials
Government Identifiers
Precise Geolocation
Certain Demographic Informationdepending on applicable law.
33. Sensitive Data Inventory
Section titled “33. Sensitive Data Inventory”Create:
05 Sensitive Data InventoryUse:
| Data | Category | Regulation | System | Classification |
|---|
34. Intellectual Property
Section titled “34. Intellectual Property”Classification programs should also protect:
Source Code
Algorithms
Designs
Research
Product Roadmaps
Trade Secrets
Engineering DocumentationThese may not always be regulated personal information but can have enormous business value.
35. Credentials and Secrets
Section titled “35. Credentials and Secrets”Examples:
Passwords
API Keys
Tokens
Certificates
Private Keys
Database Credentials
Cloud Access Keysshould generally receive very strong protection.
36. Secrets Should Not Be Treated Like Documents
Section titled “36. Secrets Should Not Be Treated Like Documents”Weak:
API Key ↓Spreadsheet ↓ConfidentialStronger:
API Key ↓Secrets Manager ↓Restricted Access ↓Rotation ↓Audit Logging37. Classification Policy
Section titled “37. Classification Policy”Organizations should establish a:
Data Classification Policyor:
Information Classification Standard38. Policy Components
Section titled “38. Policy Components”A classification standard should define:
Classification Levels
Classification Criteria
Data Owners
Labeling
Handling
Storage
Transmission
Sharing
Retention
Disposal
Exceptions39. Build Classification Standard
Section titled “39. Build Classification Standard”Create:
06 Enterprise Data Classification StandardSuggested structure:
1 Purpose
2 Scope
3 Roles
4 Classification Levels
5 Classification Criteria
6 Labeling
7 Handling Requirements
8 Access
9 Storage
10 Transmission
11 Sharing
12 Retention
13 Disposal
14 Exceptions
15 Compliance40. Data Labeling
Section titled “40. Data Labeling”Once classified, information may receive a:
LabelExamples:
PUBLIC
INTERNAL
CONFIDENTIAL
RESTRICTED41. Labeling Example
Section titled “41. Labeling Example”Document:
Cloud Security ArchitectureLabel:
CONFIDENTIALThe label communicates handling expectations.
42. Label Placement
Section titled “42. Label Placement”Labels may appear in:
Document Headers
Document Footers
Email Headers
Metadata
File Properties
Database Metadata
Cloud Labels
DLP Systems43. Manual Classification
Section titled “43. Manual Classification”Users may manually choose:
Classification Labelwhen creating information.
Example:
Create Document ↓Select:CONFIDENTIAL44. Automated Classification
Section titled “44. Automated Classification”Modern tools can automatically detect:
Credit Card Numbers
Government IDs
Health Information
Credentials
Personal Information
Keywords
Patternsand apply classification.
45. Automated Workflow
Section titled “45. Automated Workflow”Document Created ↓Content Scanned ↓Sensitive Pattern Found ↓Classification Applied ↓Security Policy Enforced46. Classification Confidence
Section titled “46. Classification Confidence”Automated systems may use:
Pattern Matching
Regular Expressions
Machine Learning
Context Analysis
Exact Data Match
Fingerprinting47. False Positives
Section titled “47. False Positives”Example:
16-Digit Numberdoes not automatically mean:
Payment Card NumberClassification systems require tuning.
48. False Negatives
Section titled “48. False Negatives”More dangerous:
Sensitive Data Exists ↓Classification EngineDoes Not Detect ItTherefore automated classification should be tested.
49. Handling Requirements
Section titled “49. Handling Requirements”Classification becomes useful only when it changes how information is handled.
Create:
07 Data Handling Matrix50. Example Handling Matrix
Section titled “50. Example Handling Matrix”| Control | Public | Internal | Confidential | Restricted |
|---|---|---|---|---|
| Public Sharing | Yes | No | No | No |
| Authentication | Optional | Yes | Yes | Yes |
| Encryption at Rest | Optional | Recommended | Required | Required |
| Encryption in Transit | Recommended | Required | Required | Required |
| External Sharing | Yes | Controlled | Approved | Highly Restricted |
| Logging | Basic | Standard | Enhanced | Enhanced |
| DLP | No | Optional | Yes | Yes |
Exact requirements should reflect organizational risk.
51. Access Control
Section titled “51. Access Control”Classification should influence:
Who Can Access Data?Example:
Public→ AnyoneInternal→ WorkforceConfidential→ Authorized Business RolesRestricted→ Explicitly Authorized Personnel52. Least Privilege
Section titled “52. Least Privilege”For sensitive information:
User ↓Business Need ↓Approval ↓Minimum Access53. Need-to-Know
Section titled “53. Need-to-Know”Even if an employee works for the organization:
Employee≠Access to All Confidential Data54. Access Matrix
Section titled “54. Access Matrix”Create:
08 Classification Access MatrixUse:
| Classification | Role | Access | Approval | Review |
|---|
55. Encryption
Section titled “55. Encryption”Classification can determine encryption requirements.
Example:
Restricted ↓Encryption at Rest+Encryption in Transit56. Encryption at Rest
Section titled “56. Encryption at Rest”Protect stored data in:
Database
Disk
Object Storage
Backup
Laptop
Mobile Device57. Encryption in Transit
Section titled “57. Encryption in Transit”Protect data moving through:
HTTPS
TLS
VPN
Secure API
Encrypted File Transfer58. Key Management
Section titled “58. Key Management”Highly sensitive information also requires strong:
Cryptographic Key Managementincluding:
Generation
Storage
Access
Rotation
Revocation
Destruction59. Data Loss Prevention
Section titled “59. Data Loss Prevention”Data Loss Prevention (DLP) technologies help detect and prevent inappropriate movement of sensitive information.
Sensitive Data ↓DLP ↓Detect ↓Alert / Block / Encrypt60. DLP Channels
Section titled “60. DLP Channels”DLP can monitor:
Email
Endpoint
Web Upload
Cloud Storage
USB
Collaboration Platforms61. DLP Example
Section titled “61. DLP Example”Employee attempts:
Customer Database ↓Personal GmailDLP detects:
CONFIDENTIALand:
Blocks Transfer62. DLP Policy Mapping
Section titled “62. DLP Policy Mapping”Create:
09 Classification DLP MatrixUse:
| Classification | Channel | Action | Exception | Owner |
|---|
63. Email Classification
Section titled “63. Email Classification”Example:
CONFIDENTIALemail may trigger:
Encryption
External Recipient Warning
Forwarding Restriction
DLP Inspection64. External Sharing
Section titled “64. External Sharing”For Confidential information:
External Sharing ↓Business Need? ↓Authorized Recipient? ↓Approved Channel? ↓Encryption?65. Restricted Sharing
Section titled “65. Restricted Sharing”Restricted data may require:
Explicit Approval
Secure Portal
Encryption
Recipient Authentication
Logging66. Removable Media
Section titled “66. Removable Media”Sensitive information copied to:
USBcreates significant risk.
Possible policy:
Restricted Data ↓No Removable Mediaunless formally approved.
67. Printing
Section titled “67. Printing”Classification also affects physical information.
Example:
Restricted Document ↓Secure Printing ↓Controlled Collection ↓Locked Storage ↓Secure Destruction68. Physical Records
Section titled “68. Physical Records”Classification is not only digital.
Examples:
Printed Contracts
Medical Records
Personnel Files
Financial Documentsalso require protection.
69. Secure Disposal
Section titled “69. Secure Disposal”Sensitive paper records may require:
Cross-Cut Shredding
Secure Disposal Vendor
Destruction Certificate70. Digital Disposal
Section titled “70. Digital Disposal”Electronic information may require:
Secure Erasure
Cryptographic Erasure
Media Destructiondepending on risk.
71. Data Retention
Section titled “71. Data Retention”Classification should connect to:
Retentionbut:
Classification and retention are different concepts.
Classification answers:
How Sensitive Is It?Retention answers:
How Long Should We Keep It?72. Retention Matrix
Section titled “72. Retention Matrix”Create:
10 Data Retention & Classification MatrixUse:
| Data | Classification | Retention | Trigger | Disposal |
|---|
73. Example
Section titled “73. Example”Customer ContractClassification:
ConfidentialRetention:
Contract Term+Applicable Legal Period74. Cloud Data Classification
Section titled “74. Cloud Data Classification”Modern enterprise information frequently resides in:
AWS
Azure
Google Cloud
SaaSClassification must therefore extend into cloud environments.
75. Cloud Storage
Section titled “75. Cloud Storage”Examples:
Object Storage
Managed Databases
Data Warehouses
Data Lakes
Snapshots
Backups76. Cloud Classification Register
Section titled “76. Cloud Classification Register”Create:
11 Cloud Data Classification RegisterUse:
| Cloud | Resource | Data | Classification | Owner | Encryption |
|---|
77. Cloud Metadata
Section titled “77. Cloud Metadata”Classification may be represented through:
Tags
Labels
Metadata
Resource PoliciesExample:
classification = restricted78. Policy Automation
Section titled “78. Policy Automation”Classification metadata can trigger security policies.
classification=restricted ↓Encryption Required ↓Public Access Blocked ↓Logging Enabled ↓Backup Required79. Cloud Misconfiguration
Section titled “79. Cloud Misconfiguration”Example:
Restricted Customer Data ↓Object Storage ↓Public Access EnabledThis represents:
Classification+Configuration+Securityfailure.
80. SaaS Classification
Section titled “80. SaaS Classification”Sensitive information can also appear in:
CRM
Ticketing Platform
HR Platform
Collaboration Tool
AI ApplicationOrganizations need visibility beyond infrastructure they directly manage.
81. Generative AI
Section titled “81. Generative AI”A modern classification program must address:
Generative AIExample:
Employee ↓Copies Restricted Source Code ↓Public AI ServicePotential issues:
Data Leakage
IP Exposure
Privacy Risk
Third-Party Processing
Contractual Risk82. AI Data Handling Policy
Section titled “82. AI Data Handling Policy”Classification can drive:
AI Usage RulesExample:
| Classification | Public AI Tool |
|---|---|
| Public | Allowed |
| Internal | Controlled |
| Confidential | Restricted |
| Restricted | Prohibited |
Actual policy should depend on enterprise-approved AI services and controls.
83. Source Code
Section titled “83. Source Code”Source code may contain:
Intellectual Property
Credentials
Architecture Information
Security Logic
Customer InformationTherefore repositories should also participate in classification governance.
84. Secrets Detection
Section titled “84. Secrets Detection”Example:
Developer Commit ↓AWS Access Key ↓Repository Scanner ↓Secret Detected ↓Commit Blocked ↓Credential Rotated85. Backup Classification
Section titled “85. Backup Classification”A common mistake:
Production Database= Restrictedbut:
Database Backup= UnclassifiedWrong.
A useful principle:
A copy of sensitive data normally inherits the sensitivity of the source data.
86. Snapshot Classification
Section titled “86. Snapshot Classification”Similarly:
Restricted Database ↓Snapshot ↓Restricted87. Logs
Section titled “87. Logs”Logs can contain:
User IDs
IP Addresses
Email Addresses
Tokens
Request Data
Application DataLogs therefore also require classification.
88. Log Classification
Section titled “88. Log Classification”Example:
Security Logs ↓Confidentialdepending on organizational policy.
89. Test Data
Section titled “89. Test Data”Another major risk:
Production Customer Data ↓Copied to DevelopmentDevelopers may now have sensitive production information.
90. Test Data Controls
Section titled “90. Test Data Controls”Prefer:
Synthetic Data
Masked Data
Tokenized Data
De-Identified Datawhere appropriate.
91. Data Masking
Section titled “91. Data Masking”Example:
4111 1111 1111 1111becomes:
XXXX XXXX XXXX 111192. Tokenization
Section titled “92. Tokenization”Tokenization replaces sensitive information with a substitute value.
Sensitive Value ↓Tokenization ↓Token93. Classification and Incident Response
Section titled “93. Classification and Incident Response”Classification helps determine incident severity.
Example:
Lost LaptopQuestion:
What Data Was Stored?If:
Public Data Onlyrisk may be limited.
If:
Restricted Customer Dataincident severity changes dramatically.
94. Incident Classification Integration
Section titled “94. Incident Classification Integration”Security Event ↓Data Involved ↓Classification ↓Regulatory Impact ↓Incident Severity95. Classification and Third Parties
Section titled “95. Classification and Third Parties”Before sharing information with a vendor:
What ClassificationWill They Receive?96. Third-Party Sharing Matrix
Section titled “96. Third-Party Sharing Matrix”Create:
12 Third-Party Data Sharing RegisterUse:
| Vendor | Data | Classification | Purpose | Protection |
|---|
97. Contractual Controls
Section titled “97. Contractual Controls”Contracts may need requirements involving:
Confidentiality
Encryption
Access Control
Incident Notification
Retention
Deletion
Subprocessors98. Data Residency
Section titled “98. Data Residency”Classification may also interact with:
Data Residency
Data Sovereignty
Cross-Border TransferExample:
Restricted Customer Data ↓Approved Region Only99. Classification Exceptions
Section titled “99. Classification Exceptions”Sometimes a business cannot immediately meet a handling requirement.
Example:
Legacy ApplicationCannot EncryptRestricted DataDo not silently ignore the standard.
Use:
Exception ↓Risk Assessment ↓Compensating Control ↓Approval ↓Expiration100. Classification Exception Register
Section titled “100. Classification Exception Register”Create:
13 Data Classification Exception RegisterUse:
| Exception | Data | Risk | Control | Owner | Expiry |
|---|
101. Classification Review
Section titled “101. Classification Review”Classification can change.
Example:
ConfidentialProduct Roadmapafter public product launch may become:
Public102. Reclassification
Section titled “102. Reclassification”Workflow:
Existing Classification ↓Business Change ↓Owner Review ↓Reclassification ↓Controls Updated103. Classification Review Frequency
Section titled “103. Classification Review Frequency”Organizations may establish:
Annual Review
Event-Driven Review
System Change Review
Regulatory Change Review104. Classification Control Testing
Section titled “104. Classification Control Testing”GRC should test whether classification exists only:
On Paperor operates technically.
105. Test — Data Inventory
Section titled “105. Test — Data Inventory”Population:
120 Business SystemsInventoried:
105Potential finding:
15 SystemsWithout Data Inventory106. Test — Ownership
Section titled “106. Test — Ownership”Sample:
50 Sensitive Data AssetsResults:
43 Have Owners
7 Have No OwnerPotential:
Data Governance Gap107. Test — Classification
Section titled “107. Test — Classification”Sample:
100 Sensitive DocumentsResults:
82 Correctly Classified
12 Incorrect
6 UnclassifiedCalculate:
Classification Accuracy=82%108. Test — Encryption
Section titled “108. Test — Encryption”Requirement:
Restricted DataMust Be Encrypted at RestPopulation:
40 Restricted Data StoresEncrypted:
38Potential finding:
2 Restricted StoresNot Encrypted109. Test — External Sharing
Section titled “109. Test — External Sharing”Sample:
30 Confidential FilesShared ExternallyVerify:
Business Need
Approval
Recipient
Encryption
Expiration110. Test — DLP
Section titled “110. Test — DLP”Create controlled test:
Restricted Test Data ↓Attempt Email toExternal AccountExpected:
BlockedActual:
AllowedPotential:
DLP Control Failure111. Test — Cloud Storage
Section titled “111. Test — Cloud Storage”Identify:
Restricted Cloud BucketsVerify:
Public Access Disabled
Encryption Enabled
Logging Enabled
Approved Region
Access Restricted112. Test — Retention
Section titled “112. Test — Retention”Policy:
Customer DataRetention:7 YearsActual:
Oldest Record:14 YearsPotential:
Retention Control Gap113. Test — AI Usage
Section titled “113. Test — AI Usage”Review:
AI Application Logsfor:
Confidential Data
Restricted Data
Source Code
Customer PI114. Classification Gap Register
Section titled “114. Classification Gap Register”Create:
14 Data Classification Gap RegisterUse:
| Finding | Classification | Risk | Severity | Owner | Due |
|---|
115. Root Cause Example — Unclassified Data
Section titled “115. Root Cause Example — Unclassified Data”Finding:
Customer Export FilesAre UnclassifiedWhy?
Files GeneratedAutomaticallyWhy?
Application Does NotApply MetadataWhy?
Classification Was NotIncluded in System DesignRoot cause:
Data classification requirements were not integrated into the application development lifecycle.
116. Correction
Section titled “116. Correction”Apply ConfidentialClassificationto Existing Files117. Corrective Action
Section titled “117. Corrective Action”Update Application ↓Automatically ApplyClassification Metadata118. Root Cause Example — Public Cloud Storage
Section titled “118. Root Cause Example — Public Cloud Storage”Finding:
Restricted Customer DataStored in Public BucketWhy?
Engineer EnabledPublic AccessWhy?
No Preventive PolicyRoot cause:
Cloud controls do not enforce storage restrictions based on data classification.
119. Corrective Action
Section titled “119. Corrective Action”Classification Tag ↓Cloud Policy ↓Prevent Public Access120. Classification Dashboard
Section titled “120. Classification Dashboard”Track:
| Metric | Target |
|---|---|
| Data Assets Inventoried | 100% |
| Sensitive Assets Classified | 100% |
| Data Assets With Owners | 100% |
| Restricted Data Encrypted | 100% |
| Approved External Sharing | 100% |
| DLP Coverage | 100% |
| Overdue Exceptions | 0 |
| Unclassified Sensitive Data | 0 |
121. KPI — Classification Coverage
Section titled “121. KPI — Classification Coverage”Classified Data Assets────────────────────── × 100Total Data Assets122. KPI — Ownership
Section titled “122. KPI — Ownership”Assets With Owners────────────────── × 100Total Data Assets123. KPI — Encryption
Section titled “123. KPI — Encryption”Encrypted Restricted Stores─────────────────────────── × 100Restricted Data Stores124. KRI — Unclassified Data
Section titled “124. KRI — Unclassified Data”Sensitive Data AssetsWithout Classification125. KRI — External Sharing
Section titled “125. KRI — External Sharing”Restricted DataShared ExternallyWithout Approval126. KRI — Cloud Exposure
Section titled “126. KRI — Cloud Exposure”Confidential / RestrictedCloud Resourceswith Public Access127. KRI — Retention
Section titled “127. KRI — Retention”Sensitive DataBeyond ApprovedRetention Period128. Practical Activity — Build Classification Model
Section titled “128. Practical Activity — Build Classification Model”Use fictional organization:
CloudPayDefine:
Public
Internal
Confidential
Restrictedand create handling requirements for each.
129. Practical Activity — Classify Data
Section titled “129. Practical Activity — Classify Data”Classify:
Company Website
Internal Procedure
Employee Directory
Customer Database
Credit Card Data
AWS Root Credentials
Source Code
Security Architecture
Press Release
Payroll Data130. Practical Activity — Identify Owners
Section titled “130. Practical Activity — Identify Owners”Assign owners to:
Customer Data
Employee Data
Financial Data
Source Code
Security Logs131. Practical Activity — Cloud Storage
Section titled “131. Practical Activity — Cloud Storage”CloudPay has:
Bucket AMarketing Images
Bucket BCustomer Statements
Bucket CDatabase Backups
Bucket DApplication LogsDetermine:
Classification
Encryption
Public Access
Logging
Retention132. Practical Activity — DLP
Section titled “132. Practical Activity — DLP”Create policies for:
Payment Card Data
Customer PI
Source Code
Credentialsacross:
Email
Web
USB
Cloud Storage133. Practical Activity — Vendor Sharing
Section titled “133. Practical Activity — Vendor Sharing”Vendor receives:
Customer Name
Email
Purchase HistoryDetermine:
Classification
Purpose
Required Contract
Encryption
Retention
Deletion134. Practical Activity — AI
Section titled “134. Practical Activity — AI”Employee wants to paste:
Production ApplicationSource Codeinto a public AI tool.
Determine:
Classification
Risk
Policy
Approved AlternativeData Classification Operational Checklist
Section titled “Data Classification Operational Checklist”Governance
Section titled “Governance”-
classification policy established.
-
classification levels defined.
-
classification criteria documented.
-
roles and responsibilities assigned.
-
exception process established.
Data Discovery
Section titled “Data Discovery”-
structured data discovered.
-
unstructured data discovered.
-
cloud data included.
-
SaaS data included.
-
shadow data considered.
Inventory
Section titled “Inventory”-
data assets inventoried.
-
systems identified.
-
data types documented.
-
regulatory requirements mapped.
Ownership
Section titled “Ownership”-
data owners assigned.
-
custodians identified.
-
ownership reviews performed.
Classification
Section titled “Classification”-
Public defined.
-
Internal defined.
-
Confidential defined.
-
Restricted defined.
-
sensitive data classified.
Labeling
Section titled “Labeling”-
labeling standard established.
-
documents labeled.
-
emails addressed.
-
metadata supported.
-
automated classification considered.
Handling
Section titled “Handling”-
access requirements defined.
-
storage requirements defined.
-
transmission requirements defined.
-
external sharing requirements defined.
-
printing requirements defined.
-
disposal requirements defined.
Security
Section titled “Security”-
encryption mapped to classification.
-
IAM mapped to classification.
-
DLP mapped to classification.
-
logging mapped to classification.
-
secrets protected separately.
-
cloud resources classified.
-
classification metadata implemented.
-
public access controlled.
-
encryption validated.
-
regions assessed.
Third Parties
Section titled “Third Parties”-
shared data classified.
-
vendors identified.
-
contractual protections established.
-
retention and deletion addressed.
-
AI handling rules established.
-
sensitive-data restrictions defined.
-
approved AI platforms identified.
-
AI usage monitored where appropriate.
Retention
Section titled “Retention”-
retention periods defined.
-
classification connected to retention.
-
deletion controls implemented.
Testing
Section titled “Testing”-
classification accuracy tested.
-
encryption tested.
-
DLP tested.
-
cloud controls tested.
-
external sharing tested.
-
exceptions reviewed.
135. Common Data Classification Mistakes
Section titled “135. Common Data Classification Mistakes”Mistake 1 — Everything Is Confidential
Section titled “Mistake 1 — Everything Is Confidential”If:
Everything=Confidentialthen effectively:
Nothing=Meaningfully ClassifiedMistake 2 — Classification Exists Only in Policy
Section titled “Mistake 2 — Classification Exists Only in Policy”Documents and systems remain:
Unlabeled
Unprotected
UnmonitoredMistake 3 — Classification Is Left Entirely to Users
Section titled “Mistake 3 — Classification Is Left Entirely to Users”Users may classify inconsistently.
Combine:
User Judgment+Automation+Clear RulesMistake 4 — Cloud Is Ignored
Section titled “Mistake 4 — Cloud Is Ignored”Sensitive data increasingly exists outside traditional data centers.
Mistake 5 — Backups Are Ignored
Section titled “Mistake 5 — Backups Are Ignored”Backups contain the same sensitive information as production.
Mistake 6 — Logs Are Ignored
Section titled “Mistake 6 — Logs Are Ignored”Logs can contain personal information and credentials.
Mistake 7 — Test Environments Are Ignored
Section titled “Mistake 7 — Test Environments Are Ignored”Production information is copied into weakly protected development environments.
Mistake 8 — Labels Do Not Trigger Controls
Section titled “Mistake 8 — Labels Do Not Trigger Controls”RESTRICTEDis meaningless if users can still:
Email It Anywhere
Make It Public
Copy It to USBMistake 9 — No Data Owner
Section titled “Mistake 9 — No Data Owner”Without ownership, classification decisions become unclear.
Mistake 10 — AI Is Missing From the Handling Standard
Section titled “Mistake 10 — AI Is Missing From the Handling Standard”Modern classification programs must govern how sensitive information is used with AI systems.
136. Weak Classification Program
Section titled “136. Weak Classification Program”Policy ↓Four Labels ↓Employee Training137. Strong Classification Program
Section titled “137. Strong Classification Program”Discovery ↓Inventory ↓Ownership ↓Classification ↓Labeling ↓IAM ↓Encryption ↓DLP ↓Cloud Enforcement ↓Third-Party Governance ↓Retention ↓Monitoring ↓Continuous Testing138. GRC Analyst Responsibilities
Section titled “138. GRC Analyst Responsibilities”A GRC analyst supporting Data Classification may:
-
maintain the classification standard.
-
coordinate enterprise data discovery.
-
maintain data inventories.
-
identify regulatory data.
-
coordinate classification decisions.
-
maintain data-owner registers.
-
define handling requirements.
-
map classification to security controls.
-
review cloud data classification.
-
review third-party data sharing.
-
coordinate DLP requirements.
-
review classification exceptions.
-
assess AI data handling.
-
test classification controls.
-
track remediation.
-
maintain evidence.
-
report classification KPIs and KRIs.
GRC connects:
Privacy
Cybersecurity
Legal
Data Governance
Cloud
IAM
DLP
Engineering
AI Governance
Business Owners
Internal Audit139. Data Classification Maturity Model
Section titled “139. Data Classification Maturity Model”Level 1 — Ad Hoc
Section titled “Level 1 — Ad Hoc”Sensitive DataIdentified ManuallyLevel 2 — Documented
Section titled “Level 2 — Documented”Classification Policy
Four Levels
Handling StandardLevel 3 — Governed
Section titled “Level 3 — Governed”Data Inventory
Ownership
Labels
DLP
Control TestingLevel 4 — Integrated
Section titled “Level 4 — Integrated”Automated Classification
Cloud Enforcement
IAM Integration
DLP IntegrationLevel 5 — Continuous Data Governance
Section titled “Level 5 — Continuous Data Governance”Continuous Discovery
Automated Classification
Policy-as-Code
Real-Time DLP
Continuous Compliance140. Data Classification Mindset
Section titled “140. Data Classification Mindset”For every data asset ask:
What Is This Data?
Where Is It?
Who Owns It?
How Sensitive Is It?
Is It Regulated?
What Happens IfIt Is Disclosed?
What Happens IfIt Is Modified?
What Happens IfIt Is Unavailable?
Who Needs Access?
Should It Be Encrypted?
Can It Be Shared?
Can It Leavethe Organization?
Can It Be Usedwith AI?
How LongShould We Keep It?
How ShouldWe Destroy It?
Can We DetectImproper Movement?
Can We ProveControls Are Working?For every cloud resource ask:
What DataDoes It Contain?For every external transfer ask:
What ClassificationIs LeavingOur Environment?For every new technology ask:
Can It Store,Process,or ExposeSensitive Data?That is the practical mindset behind enterprise data classification.
Key Takeaways
Section titled “Key Takeaways”-
Data classification categorizes information according to sensitivity, value, regulatory requirements, and potential impact.
-
Organizations should discover data before attempting to govern it.
-
Data inventories establish visibility into information assets.
-
Every significant data asset should have an accountable owner.
-
A practical classification model uses Public, Internal, Confidential, and Restricted.
-
Classification should drive technical and operational controls.
-
Labels alone do not protect information.
-
Access control, encryption, DLP, logging, and sharing controls should align with classification.
-
Copies, backups, snapshots, and test data must also be considered.
-
Cloud and SaaS environments must participate in classification governance.
-
Regulatory information should be mapped to applicable compliance requirements.
-
Data classification and retention are related but different.
-
AI platforms introduce another important data-handling channel.
-
Classification should integrate with incident response and third-party risk management.
-
GRC helps translate classification policy into measurable and testable controls.
Knowledge Check
Section titled “Knowledge Check”Before continuing, make sure you can answer:
-
What is data classification?
-
Why is classification important?
-
What is data discovery?
-
What is the difference between structured and unstructured data?
-
What is a data inventory?
-
What is a Data Owner?
-
What is the difference between a Data Owner and Data Custodian?
-
What are the four common classification levels?
-
What is Public information?
-
What is Internal information?
-
What is Confidential information?
-
What is Restricted information?
-
How should regulatory data affect classification?
-
What is data labeling?
-
What is automated classification?
-
What is a Data Handling Matrix?
-
How should classification affect encryption?
-
What is DLP?
-
Why must backups be classified?
-
How should classification govern AI usage?
What’s Next?
Section titled “What’s Next?”➡️ Next: 07 — Data Retention
In the next lesson, you will move from determining how sensitive information is to determining how long information should exist and when it must be securely disposed of.
You will examine:
Business Requirements ↓Legal Requirements ↓Regulatory Requirements ↓Data Categories ↓Retention Periods ↓Retention Triggers ↓Legal Holds ↓Archive ↓Deletion ↓Secure Disposal ↓Retention Exceptions ↓Automated Enforcement ↓Continuous MonitoringYou will also build practical artifacts including a Data Retention Policy, Records Retention Schedule, Regulatory Retention Register, Legal Hold Register, Data Disposal Standard, Retention Exception Register, Cloud Retention Matrix, SaaS Retention Register, and Retention Compliance Dashboard.