CISSP Certification Essentials
Asset Security
Protecting What Matters
Before you can protect your organization's valuable information, you first need to understand what you have. In security, anything of value to the organization is called an asset. This includes physical items like servers and laptops, but more importantly, it includes the data and information that lives on them. Customer lists, financial records, intellectual property—these are all critical assets.
Think of it like securing a house. You wouldn't protect a pile of old newspapers with the same urgency as a safe full of family heirlooms. The same logic applies to information. Not all data has the same value or sensitivity. To apply the right level of protection, you must first sort and label your assets. This process is called data classification.
Labeling and Ownership
Data classification is the process of categorizing data based on its sensitivity and the impact to the organization if it were disclosed, altered, or destroyed without authorization. It's a foundational step that informs all other security decisions. A clear classification system ensures that everyone in the organization understands how to handle different types of information.
| Classification Level | Description | Example |
|---|---|---|
| Public | Information intended for public consumption. Its disclosure poses no risk. | Press releases, marketing materials. |
| Internal | Information for use within the organization. Unauthorized disclosure would have minimal impact. | Internal memos, organizational charts. |
| Confidential | Sensitive data that, if disclosed, could harm the organization or its customers. | Employee records, business plans. |
| Restricted | The most sensitive data. Unauthorized disclosure could cause severe financial or legal damage. | Trade secrets, unreleased financial data. |
Once data is classified, it needs an owner. A data owner is a senior-level employee who is ultimately responsible for that data asset. This person has the authority to make decisions about who can access the data and how it should be protected.
Ownership isn't about possession; it's about responsibility. A software developer might create a new database, but the head of the sales department might be the data owner for the customer information stored within it. Clear ownership eliminates confusion and ensures someone is accountable for keeping the asset safe throughout its life.
By classifying IT assets, an organization can identify its mission-critical IT assets first and prioritize its information security countermeasures and investments second.
How Long to Keep It
Data doesn't live forever. Or at least, it shouldn't. A data retention policy defines how long an organization must keep information and how it should be disposed of when the time comes. Holding onto data for too long can be just as risky as deleting it too soon.
Two main factors drive these policies:
- Legal and Compliance Requirements: Many laws and regulations dictate how long specific types of data, like tax records or medical information, must be kept.
- Business Needs: Data might be valuable for analytics, customer support, or operational history. The policy must balance this need with the costs and risks of storage.
Keeping data indefinitely creates unnecessary risk. Every piece of stored data is a potential target for attackers. If you don't have a legitimate business or legal reason to keep it, getting rid of it securely is the safest option. This principle is a core component of many privacy regulations.
Handling with Care
How you handle data depends on its classification, who owns it, and where it is in its lifecycle. This is where security controls come into play. These are the practical measures, technical or otherwise, that you implement to protect your assets.
A key consideration is privacy. Regulations around the world, like Europe's GDPR, grant individuals rights over their personal data. Organizations must protect this information, use it only for its stated purpose, and delete it when requested or no longer needed. This makes proper data handling not just a security issue, but a legal one.
Security controls are the specific safeguards or countermeasures used to protect the confidentiality, integrity, and availability of assets.
Here are some fundamental controls for protecting data assets:
- Encryption: This involves scrambling data so it's unreadable without a special key. Data should be encrypted both at rest (when it's sitting on a server or hard drive) and in transit (when it's moving across a network).
- Data Loss Prevention (DLP): These are tools that monitor networks and endpoints (like laptops) to stop sensitive data from being sent outside the organization without permission.
- Labeling: This is the practical application of data classification. Digital labels can be applied to files, emails, and databases. These labels can then be used to automatically enforce security policies, like preventing a document marked "Restricted" from being emailed externally.
- Secure Deletion: When data reaches the end of its retention period, it needs to be disposed of properly. Simply dragging a file to the trash isn't enough. Secure deletion involves using tools to overwrite the data, making it unrecoverable.
What is the primary purpose of data classification?
A software developer builds a new customer relationship management (CRM) database. The Vice President of Sales is given the authority to decide who can access the customer data within it. In this scenario, who is the data owner?
Understanding how to classify, own, and handle assets is crucial for building a strong security posture. These steps ensure that protection efforts are focused where they're needed most.
