# 2.1 Identify and classify information and assets

### 2.1.1 Data Classification

> ℹ Data is the lifeblood of any organization. From financial records to customer information, strategic plans, and trade secrets, the variety and volume of data are immense, even for small manufacturing companies. Protecting this data from unauthorized access, use, disclosure, modification, or destruction is not just good practice, it's crucial for survival.

🔗 Keep in mind what you learned in [1.2 Understand and apply security concepts](/cissp-zero-to-hero/1.2-understand-and-apply-security-concepts.md)

Data security strictly requires a proper **data classification**. To understand the concept behind data classification you can think of it like sorting your clothes: you wouldn't throw your delicates in with your work boots, right? Similarly, data classification is `the process of organizing data into categories that reflect its sensitivity and value`. This careful categorization allows organizations to apply the appropriate level of security controls, ensuring that the "crown jewels" are kept under lock and key while less critical information can be accessed more easily.

By classifying data, organizations can:

* **Prioritize Protection**: Allocate resources effectively, focusing more stringent security measures on highly sensitive data.
* **Facilitate Informed Decision Making**: Make data-driven decisions about security investments and policies.
* **Meet Compliance Requirements**: Adhere to legal and regulatory frameworks like GDPR.
* **Reduce Risk**: Minimize the likelihood and impact of data breaches.
* **Streamline Data Management**: Improve data handling, storage, and retrieval processes.

> ⚠ There's no one-size-fits-all approach to data classification. Different organizations may use different schemes, but the underlying principle is the same: assigning a level of sensitivity that dictates the level of protection.

Organizations use various criteria to determine the appropriate classification level for data. These criteria may include:

* The value of the data
* The age of the data
* The usefulness of the data
* The level of damage that could be caused if the data were disclosed
* Legal, regulatory, or contractual responsibility to protect the data
* Effects the data has on security
* Who should be able to access the data
* Who should be able to modify the data
* Who should be able to reproduce the data
* Lost opportunity costs that could be incurred if the data were not available or were corrupted

> 🔗 [NIST SP 800-122, Guide to Protecting the Confidentiality of Personally Identifiable Information (PII)](https://csrc.nist.gov/pubs/sp/800/122/final), provides recommendations for identifying and securing PII to prevent unauthorized access and data breaches. It outlines risk assessment methods, security controls, and best practices for minimizing the collection, storage, and exposure of sensitive personal data.

> 🔗 Protected Health Information (PHI) is defined by [HIPAA (Health Insurance Portability and Accountability Act)](https://www.hhs.gov/hipaa/for-professionals/privacy/laws-regulations/index.html) as "individually identifiable health information" that is transmitted or maintained in any form or medium (electronic, paper, or oral). This includes information related to an individual's past, present, or future physical or mental health, healthcare services, or payment for healthcare, which can be linked to a specific person.

The following Infographic tries to recap the different types of sensitive data you may encounter in organizations:

![SensitiveDataEquation drawio](https://github.com/user-attachments/assets/c97d2025-7271-4f97-91bd-b8854c998eef)

Some common data classification levels for commercial businesses include:

* **Confidential:** The most sensitive data, unauthorized disclosure of which could severely impact the company. Think trade secrets, financial algorithms, or strategic plans.
* **Private:** Data that requires more than normal protection to ensure its confidentiality. Examples include employee records, medical information, or legal documents.
* **Sensitive:** Data that requires special precautions but is not as critical as confidential or private data. Financial reports, marketing strategies, or upcoming projects fall under this category.
* **Public:** Information that is generally available and poses no risk if disclosed. This might include company addresses, press releases, or product brochures

Military and government organizations employ a different classification scheme, reflecting the potential impact on national security. These are common military classification levels:

* **Top Secret:** Unauthorized disclosure could cause exceptionally grave damage to national security, such as jeopardizing military operations or revealing sensitive intelligence sources.
* **Secret:** Data that, if disclosed, could cause serious damage to national security.
* **Confidential:** Information that could cause damage to national security if compromised.
* **Unclassified:** Data that doesn't meet the criteria for classified information but may still require some level of protection.
* **Controlled Unclassified Information (CUI):** Sensitive information that is not classified but requires safeguarding.

| Environment                     | Classification Level                          | Description & Examples                                                                                                                                             |
| ------------------------------- | --------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| **Commercial (e.g., business)** | **Confidential**                              | Most sensitive data—trade secrets, financial algorithms, strategic plans. Unauthorized disclosure could severely impact the company.                               |
|                                 | **Private**                                   | Data needing more protection than typical internal info—e.g., employee records, medical data, legal documents.                                                     |
|                                 | **Sensitive**                                 | Important data still requiring special handling—e.g., financial reports, marketing strategies, upcoming projects.                                                  |
|                                 | **Public**                                    | Freely shareable information—e.g., press releases, product brochures, company addresses. No risk if disclosed.                                                     |
| **Military / Government**       | **Top Secret**                                | Unauthorized disclosure could cause exceptionally grave damage to national security.                                                                               |
|                                 | **Secret**                                    | Disclosure could cause serious damage to national security.                                                                                                        |
|                                 | **Confidential**                              | Disclosure could reasonably cause damage to national security.                                                                                                     |
|                                 | **Unclassified**                              | Information not meeting higher classification criteria; still may require minimal protection.                                                                      |
|                                 | **Controlled Unclassified Information (CUI)** | Unclassified but sensitive information requiring safeguarding under law, regulation, or policy. Includes export‑controlled technical data, contracts, and similar. |

> 🔗 The National Cybersecurity Center of Excellence (NCCoE) has released a preliminary draft of NIST Special Publication (SP) 1800-39A, Implementing Data Classification Practices, for public comment. You can find it [here](https://csrc.nist.gov/News/2023/implementing-data-class-practices-sp-1800-39a)

> ⚠ Data classification is more than just slapping labels on data. It's an ongoing process that involves defining clear criteria for classification, assigning roles and responsibilities, implementing security controls and regularly reviewing and updating the classification scheme.

> ⚠ As an information security manager, it’s crucial to monitor and prevent **data creep**. In data management, this phenomenon occurs when data continuously accumulates without proper oversight, resulting in increased complexity and inefficiencies in handling and processing. If left unchecked, excessive data growth can strain resources and make data management more challenging.

Here are some key steps in building a robust data classification program:

1. **Define Classification Levels**: Clearly define the different levels of data sensitivity and their corresponding security requirements.
2. **Establish Ownership**: Identify [data owners](domain1:%20Security%20and%20Risk%20Management/1.03%20Evaluate,%20apply,%20and%20sustain%20security%20governance%20principles.md#133-organizational-roles-and-responsibilities) who are responsible for classifying data and ensuring its protection.
3. **Develop Procedures**: Create a documented process for classifying data, including criteria, guidelines, and review mechanisms.
4. **Implement Security Controls**: Deploy appropriate technical and administrative controls to safeguard data at each classification level.
5. **Train and Educate**: Provide comprehensive training to all employees on data classification policies and procedures.

**Data Categorization** comes before Data Classification and focuses on grouping data based on its inherent content, purpose, or characteristics. For example, you might categorize data into types like "financial records," "employee records," "customer data," or "transaction logs." The goal of data categorization is to organize the data in a way that makes sense for the organization, so that it can be better managed and analyzed. It doesn't necessarily involve sensitivity or security at this point; it's more about understanding and grouping the data for practical use.

Categorization Criteria are usually:

1. Content-based: Categorizing data based on the actual content of the data, such as personally identifiable information (PII), financial data, or intellectual property.
2. Context-based: Categorizing data based on its source, ownership, location, or other contextual information.
3. User-based: Categorizing data based on its intended use or the users who have access to it.

Usually after categorization data is classified. Data classification assigns sensitivity levels to the categorized data based on its potential impact if exposed, modified, or destroyed.

> ℹ Data classification and data categorization are distinct concepts. Data classification focuses on assigning sensitivity levels to data based on its potential impact. Data categorization, on the other hand, involves grouping data into specific categories based on its content, purpose, or other relevant characteristics.

> ✓ **Data classification and categorization are ongoing processes.** As data changes over time, its classification and categorization may need to be updated. **Data classification and categorization should be integrated with other security controls.** This includes access control, encryption, data loss prevention, and incident response. **User training and awareness are essential for the success of data classification and categorization programs.** Employees need to understand the importance of these processes and how to properly handle data at different classification levels.

#### Open Questions

1. What are the primary goals of data classification?

<details>

<summary>Show answer</summary>

Data classification aims to identify sensitive data, group it based on its level of sensitivity, and apply appropriate security controls to protect it from unauthorized access, use, disclosure, modification, or destruction. This helps organizations comply with legal, regulatory, and contractual requirements and reduce the risk of data breaches.

</details>

2. What are the key differences between commercial and military data classification levels?

<details>

<summary>Show answer</summary>

Commercial data classification levels typically focus on the potential impact on the organization's business operations, while military data classification levels emphasize the potential impact on national security. For example, "Confidential" data in a commercial setting might involve sensitive business information, while "Confidential" data in a military context could relate to information that, if disclosed, could cause damage to national security.

</details>

3. Provide three examples of criteria that can be used to determine the classification level of data.

<details>

<summary>Show answer</summary>

The value of the data (e.g., financial, strategic, personal), the age of the data (e.g., current, historical), and the potential impact of disclosure (e.g., financial loss, reputational damage, legal liability) are all criteria used to determine the appropriate classification level.

</details>

4. Describe the role of data owners in a data classification program.

<details>

<summary>Show answer</summary>

Data owners are responsible for determining the initial classification level of data, reviewing the classification periodically, and ensuring that appropriate security controls are in place to protect the data. They play a crucial role in managing and safeguarding sensitive information within an organization.

</details>

5. Briefly explain how data categorization differs from data classification.

<details>

<summary>Show answer</summary>

Data classification focuses on assigning a sensitivity level to data (e.g., confidential, public) based on its potential impact if compromised. Data categorization, on the other hand, involves grouping data into specific categories based on its content, purpose, or other characteristics to facilitate data management, retrieval, and compliance.

</details>

6. What are the potential benefits of implementing a data categorization system?

<details>

<summary>Show answer</summary>

Data categorization can improve data management by organizing data into logical groups, enhance data discoverability by making it easier to search for and retrieve specific information, and facilitate compliance with data privacy regulations by enabling organizations to identify and protect sensitive data more effectively.

</details>

7. Explain the concept of context-based data categorization.

<details>

<summary>Show answer</summary>

Context-based categorization involves classifying data based on factors such as its source, ownership, location, or the context in which it was created or used. For example, data related to a specific project or department might be categorized together, regardless of its specific content.

</details>

8. Why is it important to have a procedure for declassifying data?

<details>

<summary>Show answer</summary>

A procedure for declassifying data is important because it allows organizations to release data that is no longer sensitive or to lower the classification level of data that has become less sensitive over time. This ensures that data is not unnecessarily protected, reducing the burden of security controls and facilitating information sharing.

</details>

9. What security awareness training should be provided to employees regarding data classification and categorization?

<details>

<summary>Show answer</summary>

Employees should receive training on the organization's data classification policy, including the different classification levels, the criteria used to determine classification, and their responsibilities for handling data at each level. They should also understand the importance of data categorization and how it relates to data protection.

</details>

10. Why are data classification and categorization considered ongoing processes?

<details>

<summary>Show answer</summary>

Data classification and categorization are ongoing processes because the sensitivity and value of data can change over time, and new data is constantly being created. Organizations must regularly review and update their classification and categorization schemes to ensure that data is appropriately protected.

</details>

***

### 2.1.2 Asset Classification

Assets encompass not only information, but also the physical and digital systems that house, process, and transmit it. Recognizing the diverse nature of these assets and their varying levels of sensitivity is the cornerstone of effective security.

🔗 [NIST SP 1800-5 IT Asset Management](https://csrc.nist.gov/pubs/sp/1800/5/final) offers organizations, particularly in the financial services sector, an example solution to effectively track, manage, and report on information technology (IT) assets throughout their entire lifecycle.

Asset classification is a systematic and continuous process that involves identifying, categorizing, and assigning value to each asset based on its sensitivity, criticality, and the potential impact of its compromise. This process extends beyond mere data classification to encompass the hardware, software, and physical locations where information resides. For example, a smartphone containing confidential financial data would be classified as a high-value asset requiring stringent security measures, while a printer used for general office tasks would be classified as a low-value asset.

A robust asset classification program could offer the following benefits:

-Enhanced Security Posture: by understanding the value and sensitivity of each asset, organizations can tailor security controls to provide the appropriate level of protection. This targeted approach ensures that resources are allocated efficiently and that the most critical assets receive the highest level of security.

* Improved Risk Management: asset classification facilitates a comprehensive risk assessment by enabling organizations to identify potential threats and vulnerabilities specific to each asset category. This knowledge empowers security teams to implement proactive measures to mitigate risks before they materialize.
* Streamlined Operations: a well-defined asset classification framework provides a clear roadmap for managing assets throughout their lifecycle. This includes establishing procedures for asset acquisition, disposal, and data handling, ensuring compliance with regulatory requirements and minimizing security gaps.

To effectively implement asset classification, organizations can adopt a tiered approach, assigning assets to different levels based on their criticality and the potential impact of their compromise. A common framework involves categorizing assets into tiers such as Tier 0 (mission-critical), Tier 1 (important), and Tier 2 (general use). Each tier is associated with specific security controls and procedures, ensuring that the level of protection aligns with the asset's value. For example, Tier 0 assets, such as databases containing sensitive customer information, would require the most stringent security measures, including access control restrictions, encryption, and regular vulnerability assessments. In contrast, Tier 2 assets, such as personal workstations, may only necessitate basic security measures like password protection and antivirus software.

> ℹ Asset classes should be chosen based on the organization’s unique operational, regulatory, and business requirements. Categories should reflect factors like data sensitivity, criticality to operations, value, and compliance obligations to enable effective security controls and resource prioritization.

Beyond categorizing assets, organizations must establish clear procedures for data handling in all its states: at rest, in transit, and in use. For instance, data at rest on storage devices should be encrypted to protect its confidentiality. Data in transit over networks should be secured using a combination of symmetric and asymmetric encryption to ensure its integrity and confidentiality. Data in use, while being processed by applications, requires careful management of temporary storage buffers and access controls to prevent unauthorized disclosure.

🔗 See also 2.6.1 in [2.6 Determine data security controls and compliance requirements](/cissp-zero-to-hero/2.6-determine-data-security-controls-and-compliance-requirements.md)

> ⚠ For effective asset management, define and classify all assets by criticality and sensitivity, engaging stakeholders to ensure accountability and alignment with business objectives.

> ⚠ Measure asset classification by assessing the percentage of assets accurately categorized based on sensitivity and criticality. Regularly review classification processes to ensure they align with regulatory requirements and evolving organizational needs.

Implementing a comprehensive asset classification program is a foundational step towards achieving robust cybersecurity. By understanding the value of their assets and implementing appropriate security controls, organizations reduce their risk exposure and protect their most valuable resources.

#### Open Questions

1. How does asset classification differ from data classification?

<details>

<summary>Show answer</summary>

Asset classification focuses on the sensitivity and value of information systems and assets that store, process, and transmit data, while data classification focuses solely on identifying the sensitivity of the data itself.

</details>

2. Why is it essential to classify assets according to their sensitivity and criticality?

<details>

<summary>Show answer</summary>

Classifying assets allows organizations to tailor security controls to protect assets based on their value and potential impact if compromised, ensuring appropriate resource allocation for security measures.

</details>

3. What factors should be considered when determining the classification of an asset?

<details>

<summary>Show answer</summary>

Factors include the type of data handled by the asset, the processes it performs, its importance to business operations, and the potential impact of a security breach involving that asset.

</details>

4. What is the role of a data owner in the asset classification process?

<details>

<summary>Show answer</summary>

Data owners are responsible for determining the classification level of the data and defining appropriate security controls for its protection.

</details>

5. What is the purpose of clear markings on hardware assets regarding data classification?

<details>

<summary>Show answer</summary>

Clear markings serve as a visual reminder to users about the sensitivity of data that can be processed or stored on the asset, helping to prevent accidental data breaches.

</details>

6. Explain the relationship between the classification of an asset and the classification of the data it contains.

<details>

<summary>Show answer</summary>

The classification of an asset should typically be as high as the classification of the most sensitive data it stores or processes. This ensures that the asset's security measures are adequate for the data it handles.

</details>

7. Briefly outline the first three steps in establishing a proper asset classification program.

<details>

<summary>Show answer</summary>

First, define the classification levels used by the organization. Second, establish specific criteria for determining how data is classified. Third, identify the data owners who will be responsible for classifying the data.

</details>

8. What is the importance of a data custodian in relation to classified data?

<details>

<summary>Show answer</summary>

The data custodian is responsible for the day-to-day management and protection of classified data, ensuring that it is stored, handled, and accessed according to defined security policies and procedures.

</details>

9. Why is it crucial to integrate data classification procedures into the security awareness program?

<details>

<summary>Show answer</summary>

Integrating data classification into security awareness training ensures that all employees understand the importance of data security, how to handle data at different classification levels, and their responsibilities in protecting sensitive information.

</details>

10. Briefly describe two benefits of having a well-defined asset classification system.

<details>

<summary>Show answer</summary>

Two benefits are: (1) Enhanced security posture by applying appropriate safeguards to assets based on their value; (2) Improved compliance with regulatory requirements and industry standards for data protection.

</details>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://theinfosecvault.gitbook.io/cissp-zero-to-hero/2.1-identify-and-classify-information-and-assets.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
