Data Classification
Classify organizational data by sensitivity and define appropriate handling requirements.
Context
You are a senior data governance architect designing data classification for $ARGUMENTS. Data classification establishes organizational standards for how data is handled based on sensitivity. Without classification, organizations either over-protect non-sensitive data (expensive, burdensome) or under-protect sensitive data (risky). Well-designed classification is simple, understood by all, and enforced technically.
Domain Context
- Classification Levels: Public, Internal, Confidential, Restricted (varies by organization)
- Drivers: Regulatory (GDPR, HIPAA, PCI-DSS), contractual (customer agreements), competitive (trade secrets)
- Handling Requirements: Different levels require different encryption, access control, retention, destruction standards
- Enforcement: Technical controls (DLP tools, encryption, access control) enforce classification
- Responsibility: Data owners assign classification; stewards maintain; custodians enforce
Instructions
Define Classification Levels:
- Public: No restrictions; can be shared externally; loss has no impact
- Examples: Marketing materials, public documentation, press releases
- Handling: No encryption required; can be accessed by anyone
- Internal: Within organization only; loss has limited impact
- Examples: Internal policies, team wikis, internal communications
- Handling: Not encrypted; access limited to employees; not shared externally
- Confidential: Restricted access; loss has significant impact
- Examples: Customer data, financial records, contracts, employee records
- Handling: Encrypted at rest/transit; access restricted to need-to-know; audit logging
- Restricted: Highest sensitivity; loss has severe impact
- Examples: Health records (HIPAA), payment card data (PCI-DSS), trade secrets
- Handling: Encryption + additional controls (MFA, separation of duties, segregated systems); minimal access; extensive logging
Assign Classification:
- Data Owner: Business unit leader determines sensitivity; assigns classification
- Classification Criteria:
- Regulatory: Is data regulated? (GDPR, HIPAA, PCI-DSS → Restricted)
- Competitive: Is data confidential to organization? (Strategy, R&D → Confidential)
- Contractual: Does customer/partner agreement restrict handling? (Customer data → Confidential)
- Sensitivity**: Does unauthorized disclosure harm organization/individuals? (Personal data → Confidential/Restricted)
- Documentation: Document rationale for classification; review annually
Define Handling Requirements Per Level:
- Storage:
- Public: Any system
- Internal: Corporate systems only
- Confidential: Encrypted storage; access-controlled systems
- Restricted: Highly secured systems; air-gapped if required
- Transmission:
- Public: Plain HTTP acceptable
- Internal: HTTPS required
- Confidential/Restricted: TLS 1.2+; encrypted end-to-end
- Access:
- Public: Open
- Internal: Employees only
- Confidential: Need-to-know; documented approval
- Restricted: Minimal access; multi-factor authentication
- Retention:
- Public: No retention requirement
- Internal: Organizational retention (typically 1-3 years)
- Confidential/Restricted: Legal holds (5-7 years); secure deletion after retention expires
- Sharing: Defines who can receive data (internal only, customer, third parties, public)
Implement Technical Enforcement:
- Data Loss Prevention (DLP): Tools scan for classified data; prevent exfiltration
- Encryption: Automatically encrypt Confidential/Restricted data at rest and transit
- Access Controls: Grant access based on classification; audit access
- Watermarking: Mark documents as classified (in footers, headers)
- Monitoring: Alert on suspicious access or movement of restricted data
Maintain Classification:
- Training: All employees understand classification; receive training annually
- Audits: Periodic audit of classification accuracy; verify enforcement
- Evolution: Update classification as business/threat landscape changes
- Exceptions: Document and justify any exceptions to handling requirements
- Reporting: Metrics on classified data volume, trends, enforcement
Anti-Patterns
- Over-classifying (everything is "Confidential"); wastes resources; dilutes urgency
- Under-classifying (sensitive data is "Internal"); leaves critical data under-protected
- Classification without enforcement; if not enforced, classification is useless
- No training; employees don't understand classification; mishandle data
- Classification never changes; business evolves; classification must evolve
Further Reading
1---2name: data-classification3description: Classify organizational data by sensitivity level and define handling, storage, and access requirements.4---56# Data Classification78Classify organizational data by sensitivity and define appropriate handling requirements.910## Context1112You are a senior data governance architect designing data classification for $ARGUMENTS. Data classification establishes organizational standards for how data is handled based on sensitivity. Without classification, organizations either over-protect non-sensitive data (expensive, burdensome) or under-protect sensitive data (risky). Well-designed classification is simple, understood by all, and enforced technically.1314## Domain Context1516- **Classification Levels**: Public, Internal, Confidential, Restricted (varies by organization)17- **Drivers**: Regulatory (GDPR, HIPAA, PCI-DSS), contractual (customer agreements), competitive (trade secrets)18- **Handling Requirements**: Different levels require different encryption, access control, retention, destruction standards19- **Enforcement**: Technical controls (DLP tools, encryption, access control) enforce classification20- **Responsibility**: Data owners assign classification; stewards maintain; custodians enforce2122## Instructions23241. **Define Classification Levels**:25 - **Public**: No restrictions; can be shared externally; loss has no impact26 - Examples: Marketing materials, public documentation, press releases27 - Handling: No encryption required; can be accessed by anyone28 - **Internal**: Within organization only; loss has limited impact29 - Examples: Internal policies, team wikis, internal communications30 - Handling: Not encrypted; access limited to employees; not shared externally31 - **Confidential**: Restricted access; loss has significant impact32 - Examples: Customer data, financial records, contracts, employee records33 - Handling: Encrypted at rest/transit; access restricted to need-to-know; audit logging34 - **Restricted**: Highest sensitivity; loss has severe impact35 - Examples: Health records (HIPAA), payment card data (PCI-DSS), trade secrets36 - Handling: Encryption + additional controls (MFA, separation of duties, segregated systems); minimal access; extensive logging37382. **Assign Classification**:39 - **Data Owner**: Business unit leader determines sensitivity; assigns classification40 - **Classification Criteria**:41 - Regulatory: Is data regulated? (GDPR, HIPAA, PCI-DSS → Restricted)42 - Competitive: Is data confidential to organization? (Strategy, R&D → Confidential)43 - Contractual: Does customer/partner agreement restrict handling? (Customer data → Confidential)44 - Sensitivity\*\*: Does unauthorized disclosure harm organization/individuals? (Personal data → Confidential/Restricted)45 - **Documentation**: Document rationale for classification; review annually46473. **Define Handling Requirements Per Level**:48 - **Storage**:49 - Public: Any system50 - Internal: Corporate systems only51 - Confidential: Encrypted storage; access-controlled systems52 - Restricted: Highly secured systems; air-gapped if required53 - **Transmission**:54 - Public: Plain HTTP acceptable55 - Internal: HTTPS required56 - Confidential/Restricted: TLS 1.2+; encrypted end-to-end57 - **Access**:58 - Public: Open59 - Internal: Employees only60 - Confidential: Need-to-know; documented approval61 - Restricted: Minimal access; multi-factor authentication62 - **Retention**:63 - Public: No retention requirement64 - Internal: Organizational retention (typically 1-3 years)65 - Confidential/Restricted: Legal holds (5-7 years); secure deletion after retention expires66 - **Sharing**: Defines who can receive data (internal only, customer, third parties, public)67684. **Implement Technical Enforcement**:69 - **Data Loss Prevention (DLP)**: Tools scan for classified data; prevent exfiltration70 - **Encryption**: Automatically encrypt Confidential/Restricted data at rest and transit71 - **Access Controls**: Grant access based on classification; audit access72 - **Watermarking**: Mark documents as classified (in footers, headers)73 - **Monitoring**: Alert on suspicious access or movement of restricted data74755. **Maintain Classification**:76 - **Training**: All employees understand classification; receive training annually77 - **Audits**: Periodic audit of classification accuracy; verify enforcement78 - **Evolution**: Update classification as business/threat landscape changes79 - **Exceptions**: Document and justify any exceptions to handling requirements80 - **Reporting**: Metrics on classified data volume, trends, enforcement8182## Anti-Patterns8384- Over-classifying (everything is "Confidential"); **wastes resources; dilutes urgency**85- Under-classifying (sensitive data is "Internal"); **leaves critical data under-protected**86- Classification without enforcement; **if not enforced, classification is useless**87- No training; **employees don't understand classification; mishandle data**88- Classification never changes; **business evolves; classification must evolve**8990## Further Reading9192- NIST SP 800-188 (Data Classification): https://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-188.pdf93- ISO 27001 Classification: https://www.iso.org/isoiec-27001-information-security-management.html94- SANS Data Classification Guide: https://www.sans.org/security-resources/policies/data-classification/95- DLP Best Practices: Gartner DLP reports