TechKnowSurge
NIST CSF PR.DS-01 NIST 800-53 SC-28 ISC2 CC 5.1 CompTIA Tech+ 6.1 NIST 800-53 PT-3 NIST NICE K0917 NIST NICE K1143 NIST CSF GV.OC-03
VideoSecurityFree

Confidentiality

Confidentiality is a foundational cybersecurity principle focused on keeping sensitive data private and protected from unauthorized access. This content covers data classification, data sovereignty, the distinction between personal information and personally identifiable information, and the methods organizations use to enforce confidentiality.

Complete this video to capture a CTF flag worth 1 point.

About this video

Confidentiality refers to the state of keeping data secret or private, and it represents one of the most critical responsibilities an organization holds. The data that businesses collect and store carries real monetary and strategic value—it supports better marketing, financial planning, and decision-making—but that same value makes it a target. A breach of confidentiality can result in lost revenue, legal judgments and regulatory fines, erosion of competitive advantage, and lasting reputational harm. Understanding what types of data exist, and what the consequences of exposing each type might be, is the foundation of any effective confidentiality strategy. Not all data carries the same risk profile, which is why classification frameworks exist. Common business classifications—public, internal, confidential, and restricted—define how data should be handled, stored, and shared, with restricted data demanding the strictest controls due to the potentially devastating consequences of exposure. Alongside classification, data sovereignty determines which legal and regulatory frameworks apply to a given dataset based on its geographic origin. Customer data originating in Europe, for example, must be handled in compliance with GDPR, regardless of where the organization holding it is based. The distinction between personal information (PI), which includes medical, financial, and educational records, and personally identifiable information (PII), which can pinpoint a specific individual through details like Social Security numbers or home addresses, further shapes how organizations must treat sensitive records. Organizations have several practical methods for enforcing confidentiality. Access can be restricted through authentication, authorization, and accounting frameworks, segmentation, and permission controls. Data can be obscured through encryption, steganography, data masking, or obfuscation, making it unreadable or unintelligible to unauthorized parties. Where data no longer serves a clear purpose, deletion is the most secure option, eliminating liability entirely. The decision of what to keep versus what to discard requires ongoing dialogue between business stakeholders who see data primarily as an asset and cybersecurity teams who recognize its liability potential, ensuring that data retention decisions are grounded in an honest assessment of both value and risk.

What you'll learn

What's covered

Confidentiality & Data Protection

Aligned to

NIST CSF
PR.DS-01 The confidentiality, integrity, and availability of data-at-rest are protected.
GV.OC-03 Legal, regulatory, and contractual requirements regarding cybersecurity — including privacy and civil liberties obligations — are understood and managed.
NIST 800-53
SC-28 Protection of Information at Rest
PT-3 Personally Identifiable Information Processing Purposes
ISC2 CC
5.1 Understand data security
CompTIA Tech+
6.1 Summarize confidentiality, integrity, and availability concerns.
NIST NICE
K0917 Knowledge of Personally Identifiable Information (PII) data security standards and best practices
K1143 Knowledge of data classification levels

Key terms

Confidentiality
The principle that information is accessible only to those authorized to access it.
Access Control
A security mechanism that restricts access to resources based on policies, roles, or identity.
Encryption
The process of converting readable data into an unreadable format using an algorithm and key to prevent unauthorized access.
Data Loss Prevention
DLP
A set of tools and processes designed to detect and prevent unauthorized access, use, or transmission of sensitive data.
Personal Information
PI
Data that is personal to an individual, such as medical, financial, or school records, that a person would not want disclosed publicly.
Personally Identifiable Information
PII
Personally Identifiable Information is any data that can be used alone or in combination to identify, contact, or locate an individual, requiring protection under privacy laws and organizational security policies.
Data Sovereignty
The concept that data is subject to the laws and regulations of the geographic region in which it originates or is collected.
Data Masking
A method of protecting sensitive data by replacing it with realistic but fictitious data to prevent unauthorized access.

Topics

Confidentiality Data Classification Encryption Access Control Personally Identifiable Information Data Sovereignty Cybersecurity

Transcript

What confidentiality is

Confidentiality just means the state of being kept secret or private. We have data that could cause damage to the company if it were to be released, and so we need to keep certain data safe and secure.

Risk

Of course, data has a real value to it, so there are going to be people out there that are going to want to access that data or steal that data. Depending on what that data is, we could have a loss of revenue, a loss of assets, a loss of some sort of judgments and fines. We could have the cost of mitigating that. We could have loss of competitive advantage, loss of reputation, loss of customers, loss of business. There are a lot of things that can happen if we lose customers' data or other types of data.

There are lots of different types of data that could be stolen. Things like trade secrets — a special way that we deliver our product, or a special ingredient to our recipe. There could be some sort of intellectual property, things that we know that others don't that give us a competitive advantage. There could be financial information, like credit card numbers. There's information that's regulated or has some sort of legal backing to it. There's human readable and non-readable data. And there's information that's called personal information, or personally identifiable information.

PI versus PII

It's important to understand the difference between PI and PII. PI is personal information, information that's personal to us, versus personally identifiable information, which is a type of PI which actually identifies us.

Personal information would be things like medical records or school records or financial records, things that are personal to us that we wouldn't want out. As a company, we have to keep our customers' personal information very secure.

Then there's personally identifiable information, which is almost a next level up: things that identify a specific person. That would be things like Social Security numbers, or names and addresses, or things that we can zero down on a single person. That would be information that would fall under PII information.

PI information, or personal information, could also be called personal data when you're talking about things like GDPR. Countries like Europe will use the term personal data.

Data sovereignty

That brings us to our next point of data sovereignty. How we treat data is going to depend on where that data is originating from. What I mean by that is that I'm actually in the States, in the United States, and if I have customers that are in Europe, I actually have to treat that data differently, according to Europe's laws and regulations. So data sovereignty is the different geographical locations of where that data originates from and how I need to treat that data.

Data classifications

It also matters what type of data it is — that will determine how I need to treat that data.

There are things that are public data, things that I release out to the public that pose no risk or no harm to the company at all, and then I would define how I'm going to handle that as a company. There would be certain ways that we would handle that as a company, or certain regulated ways that we have to handle it. Public information would be like our website information; we actually kind of want that to get out there.

There's internal information, really things that have low impact and would maybe just lead to a little bit of inconvenience if it got out, but it's not that big of a deal, and so those things we keep behind a locked door, and we have a different set of instructions on how we handle that data.

Then we have confidential information. This is the stuff that could lead to some critical losses if it gets out, so we are going to start protecting that data to a larger degree. We're not going to just give control access to it, but maybe we actually do some encryption of it, or keep it at a safer level.

And then there's restricted data. This is the high risk level: if it were to get out it could cause devastating consequences to the company, and we're going to have the most strict handling measures around this restricted data.

This is a common structure that's used for business, labeling it as public, internal, confidential or restricted, but there are some other classifications that you may see out there — sensitive, private or critical. Just realize that there are different levels of these.

Implementation methods

What are some methods of protecting this data? The ideal way, or at least the most secure way, is just to get rid of it — not to have that data to begin with. Of course, data has some value to it, so this isn't the answer for everything, but if we can, let's just get rid of it.

Then there's also this idea that we could protect the data, that we could lock it behind some sort of closed gate. That's where the AAA service comes in — authentication, authorization and accounting. We do some segmentation, we do some permission restrictions, we maybe do some geographical restrictions. So we put restrictions on this data, on who has access to it.

The other thing we can do is hide the data, or maybe do something like encrypting the data. So we can hide it, we can block the access to it, or get rid of it entirely.

Here are some ways to hide our data. For one, we can encrypt the data, that is, we can change the data into some sort of secret code. We can use steganography, which means that we're going to hide the data in something else, like maybe a picture. We could do data masking, where we are going to replace the data with some sort of other data. Or obfuscation, where we are going to make the data confusing or unintelligible.

The value of data

Ideally we could just get rid of this data and it will not be an issue at all, but data has a value to it. Companies label things as either assets or liabilities. Assets are things that bring value to the company, that add to the revenue, that help make good decisions to be able to bring in more money. Liabilities are things that the company owes, or responsibilities that the company has. We can label everything within a company as either an asset or a liability.

What happens is that there are a lot of people that put a high value on our data, that it's a tremendous asset — and for a good reason, it helps us make good decisions. So execs and the board of directors and the marketing department and sales and finance are all going to want more data, because that data helps make great decisions. An example of that is if we have a lot of rich customer data that has some great information with it, then we can make better decisions to bring in more revenue, so we can market to people better.

But the problem is that there's also this oversight, not seeing that there's actually a liability side to this data as well. If you have a bunch of customer data, and that's sensitive data, and it gets leaked out, that could be bad — especially if it was old customer records, of customers who aren't customers anymore, and it gets leaked out. Then there really wasn't a reason for us to be holding onto that data, and that could cause huge problems.

Part of this is going to be a discussion that happens amongst the people who want this data, who see all the value in the data, and the cyber security people who are leading the cyber security efforts, who see that this data could be a liability. There's a communication that needs to happen to really truly assess what is the asset value versus the liability side of this data, to make accurate decisions on whether you keep the data or not.

About TechKnowSurge

TechKnowSurge builds IT and cybersecurity professionals through hands-on, concept-first training built around real understanding — not memorization. Free interactive tools, structured programs, and 25+ years of real-world experience, all in one place.

Explore free tools and programs →