教材原文段落
physical world and the digital environment. In the physical world, entities
primarily prioritize the protection of people. However, there are some
circumstances where assets are protected in priority over people. In the
digital world, entities focus on protecting assets, but the type of protection
may vary among the CIA Triad. When a program fails securely, it is able to do so only because it was designed
and programmed to. When secure failure is integrated into a system, the
designer must make a few difficult choices about what the results of a failure
event will be. The first question to be resolved is whether the system can
operate in a fail-soft mode.
To fail-soft is to allow a system to continue to
operate after a component fails. This is an alternative to having a failure
cause a complete system failure. An example is a typical multitasking
operating system that can support numerous simultaneous applications. If
one application fails, the others can typically continue to operate. If fail-soft isn't a viable option, then the designer needs to consider the type
of product, its deployment scenarios, and the priorities related to failure
response. In other words, when the product fails without a fail-soft design, it
will fail completely.
The designer/developer must decide what type of
complete failure to perform and what to protect or sacrifice to achieve the
planned failure result. There are numerous scenarios to consider. The initial
distinction is whether the product is something that affects the physical
world, such as a door-locking mechanism, or primarily a digital asset–focused
product, such as a firewall. If a product can affect the physical world, then the
life and safety of humans must be considered and likely prioritized. This
human protection prioritization is called fail-safe.
The idea is that when a
failure occurs, the system, device, or product will revert to a state that
protects the health and safety of people. For example, a fail-safe door will
open easily in an emergency to allow people to escape a building. However,
this implies that the protection of assets may be sacrificed in favor of
personnel safety. However, in some physical world situations, a product could
be designed and intended to protect assets in priority above people, such as a
bank vault, medical lab, or even a data center. A fail-secure system prioritizes
the physical security of assets over any other consideration.
For example, a
vault door may automatically close and lock when the building enters a state
of emergency. This prioritization of asset protection may occur at the
potential cost of harming personnel who could be trapped inside. Obviously,
the prioritization of physical world products should be considered carefully.
中文直译 / 整理
物理世界和数字环境。 在物理世界中,实体主要优先保护人员。 然而,在某
些情况下,资产的保护优先于人员。 在数字世界中,实体专注于保护资产,
但保护类型可能在CIA三元组中有所不同。 当一个程序能够安全地失败时,这仅是因为它被设计和编程为如此。 当将安全
失败集成到系统中时,设计者必须就失败事件的结果做出一些艰难的选择。 首
先要解决的问题是,系统是否能够以软失败模式运行。 fail-soft是指在某个组件
失效后,允许系统继续运行。 这是与导致系统完全崩溃的失败方式相对的另一
种选择。 一个典型的例子是支持多个并发应用程序的多任务操作系统:如果一
个应用程序失败,其他应用程序通常仍能继续运行。 如果失败柔化不是一个可行的选项,那么设计者需要考虑产品的类型、其部署
场景以及与故障响应相关的优先级。 换句话说,当产品在没有失败柔化设计的
情况下发生故障时,它将完全失效。 设计者/开发者必须决定执行何种类型的完
全失效,以及为了实现计划的故障结果而保护或牺牲什么。 需要考虑的场景有
很多。 最初的区分在于,该产品是否会影响物理世界,例如门锁机制,或者主
要是以数字资产为中心的产品,例如防火墙。
如果产品可能影响物理世界,则
必须考虑并可能优先保障人类的生命与安全。 这种对人类保护的优先级被称为
fail-safe。 其理念是,当发生故障时,系统、设备或产品将恢复到一种保护人员
健康与安全的状态。 例如,一个fail‑safe的门在紧急情况下会轻松打开,以便
人们逃离建筑物。 然而,这意味着资产的保护可能为了人员安全而被牺牲。 然
而,在某些物理世界情境中,产品可能被设计并旨在优先保护资产而非人员,
例如银行金库、医学实验室,甚至数据中心。 一个fail‑secure系统优先考虑资
产的物理安全,而非其他任何因素。 例如,当建筑物进入紧急状态时,金库门
可能会自动关闭并上锁。 这种对资产保护的优先级可能以潜在损害被困人员为
代价。 显然,对于物理世界产品的优先级设定应谨慎考虑。
小白解释
场景先行:想象公司有一个客户订单系统:客户资料被别人看到是机密性问题,订单金额被偷偷改是完整性问题,系统打不开是可用性问题。教材这一页就是教你把事故先翻译成安全目标。
这一页真正想让你理解的是:先把安全目标分成机密性、完整性、可用性,再理解真实性和不可否认性。
把它放进公司里看,关键不是背定义,而是判断:把泄露、篡改、宕机混在一起,就会选错控制措施。
你作为负责人可以这样想:先判断事故破坏了 CIA 哪一项,再选择对应控制:防泄露、防篡改、保可用。
本页术语用人话说:
CIA 三元组:机密性、完整性、可用性是安全目标的三根主梁。
程序:程序是一步一步怎么做。
资产:资产是组织认为有价值、需要保护的东西,可以是数据、系统、人员、设施或声誉。
防火墙:防火墙根据规则控制网络流量进出。
常见误区:不要把所有安全问题都归成“被黑了”。考试会逼你分清到底是泄露、篡改还是中断。
读完后用一句话复述:如果我是业务系统负责人,我会先识别风险,再选择控制,并保留能证明判断合理的证据。
考点提醒
考题会把“五大支柱与 CIA 三元组”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。
先抓题干里的角色和目标:这里更像是业务系统负责人在做判断。
最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。
泄露看机密性,篡改看完整性,中断/不可访问看可用性。
Step-by-step、SOP 常对应 procedure。
资产安全题先问资产是谁拥有、如何分类、谁负责保护。
防火墙不是万能;它常与 IDS/IPS、分段、日志一起使用。
排除法提醒:不要把所有安全问题都归成“被黑了”。考试会逼你分清到底是泄露、篡改还是中断。