教材原文段落
organization. As an example, attackers have repeatedly attacked Sony,
stealing more than 100 terabytes of data, including full-length versions of
unreleased movies. These quickly showed up on file-sharing sites, and
security experts estimate that people downloaded these movies up to a
million times. With pirated versions of the movies available, many people
skipped seeing them when Sony ultimately released them. This directly
affected Sony's bottom line. The movies were proprietary, and the
organization might have considered it exceptionally grave damage. In
retrospect, they may choose to label movies as confidential or proprietary and
use the strongest access controls to protect them.
Private The private label refers to data that should stay private within the
organization but that doesn't meet the definition of confidential or
proprietary data. In this context, a data breach would cause serious damage to
the mission of the organization. Many organizations label PII and PHI data as
private. It's also common to label internal employee data and some financial
data as private. As an example, the payroll department of a company would
have access to payroll data, but this data is not available to regular employees. Sensitive Sensitive data is similar to confidential data. In this context, a
data breach would cause damage to the mission of the organization.
As an
example, IT personnel within an organization might have extensive data
about the internal network, including the layout, devices, operating systems,
software, Internet Protocol (IP) addresses, and more. If attackers have easy
access to this data, it makes it much easier for them to launch attacks. Management may decide they don't want this information available to the
public, so they might label it as sensitive. Public Public data is similar to unclassified data. It includes information
posted on websites, in brochures, or any other public source. Although an
organization doesn't protect the confidentiality of public data, it does take
steps to protect its integrity.
For example, anyone can view public data posted
on a website. However, an organization doesn't want attackers to modify this
data, so it takes steps to protect it. Civilian organizations aren't required to use any specific classification labels. However, it is important to classify data in some manner and ensure
personnel understand the classifications. No matter what labels an
organization uses, it still has an obligation to protect sensitive information. After classifying the data, an organization takes additional steps to manage it
based on its classification. Unauthorized access to sensitive information can
中文直译 / 整理
组织。 例如,攻击者多次攻击索尼,窃取了超过100太字节的数据,包括未发行
电影的完整版本。 这些电影很快出现在文件共享网站上,安全专家估计,人们
下载这些电影的次数高达一百万次。 由于盗版电影已可获取,许多人最终在索
尼发布时选择不观看。 这直接影响了索尼的收益。 这些电影属于专有内容,组
织可能认为这构成了极其严重的损害。 回顾此事,他们可能会选择将电影标记
为机密或专有,并使用最强的访问控制来保护它们。 私有 私有 标签指应在组织内部保持私密的数据,但这些数据不符合机密或专有
数据的定义。 在此背景下,数据泄露会对组织的使命造成严重损害。 许多组织将
个人身份信息(PII)和受保护的健康信息(PHI)标记为私有数据。 将内部员工
数据和部分财务数据标记为私有也很常见。 例如,公司的薪酬部门可以访问薪酬
数据,但这些数据对普通员工不可用。 敏感 敏感数据 与机密数据类似。 在此背景下,数据泄露会对组织的使命造成
损害。 例如,组织内的IT人员可能掌握有关内部网络的大量数据,包括网络拓
扑、设备、操作系统、软件、互联网协议(IP)地址等。 如果攻击者能够轻易
获取这些数据,将大大增加他们发动攻击的便利性。
管理层可能决定不希望这
些信息对外公开,因此可能会将其标记为敏感数据。 公开 公开数据 类似于未分类数据。 它包括发布在网站、小册子或其他任何公共
来源的信息。 尽管组织不保护公开数据的机密性,但它会采取措施保护其完整
性。 例如,任何人都可以查看网站上发布的公开数据。 然而,组织不希望攻击
者修改这些数据,因此会采取措施对其进行保护。 民用组织没有义务使用任何特定的分类标签。 然而,以某种方式对数据进行分
类并确保人员理解这些分类非常重要。 无论组织使用何种标签,它仍有义务保
护敏感信息。 在对数据进行分类后,组织会根据其分类采取额外措施进行管理。 未经授权访问敏感信息可
能导致
小白解释
场景先行:想象公司有一个客户订单系统:客户资料被别人看到是机密性问题,订单金额被偷偷改是完整性问题,系统打不开是可用性问题。教材这一页就是教你把事故先翻译成安全目标。
这一页真正想让你理解的是:机密性重点是防泄露,同时不能妨碍授权访问。
把它放进公司里看,关键不是背定义,而是判断:把泄露、篡改、宕机混在一起,就会选错控制措施。
你作为负责人可以这样想:先判断事故破坏了 CIA 哪一项,再选择对应控制:防泄露、防篡改、保可用。
本页术语用人话说:
机密性:机密性让该看的人能看,不该看的人看不到。
完整性:完整性保证数据没有被未授权修改,并且仍然正确可信。
授权:授权是认证之后决定你能访问什么、能做什么。
身份:身份是主体在系统中的标识。
常见误区:不要把所有安全问题都归成“被黑了”。考试会逼你分清到底是泄露、篡改还是中断。
读完后用一句话复述:如果我是业务系统负责人,我会先识别风险,再选择控制,并保留能证明判断合理的证据。
考点提醒
考题会把“机密性:让该看的人看,不该看的人看不到”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。
先抓题干里的角色和目标:这里更像是业务系统负责人在做判断。
最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。
加密、访问控制、分类、培训都常用于保护机密性。
哈希、数字签名、变更控制、输入校验常对应完整性。
认证成功不等于什么都能做;权限仍要单独授权。
身份管理题要区分识别、认证、授权、审计。
排除法提醒:不要把所有安全问题都归成“被黑了”。考试会逼你分清到底是泄露、篡改还是中断。