OSG10 · Chapter 9 · Security Vulnerabilities, Threats, and Countermeasures · 全文覆盖 + 小白精读 + 画报

第 9 章:安全漏洞、威胁和对策

这不是提炼版。本页按 PDF 第 544-655 页连续覆盖第 9 章内容,每个学习单元都包含教材原文段落、PDF 中文直译/整理、小白解释、考点提醒和对应画报。

112个连续学习单元
4格原文 / 直译 / 解释 / 考点
112页覆盖第9章正文与章末练习
小白先讲人话,再做题
学习单元 01 / PDF P544

本章考试范围总览

先知道本章会覆盖哪些考试目标,后面每个概念才知道放在哪个知识域。

教材原文段落

Chapter 9 Security Vulnerabilities, Threats, and Countermeasures THE CISSP TOPICS COVERED IN THIS CHAPTER INCLUDE: Domain 3.0: Security Architecture and Engineering 3.1 Research, implement and manage engineering processes using secure design principles 3.1.10 Shared responsibility 3.5 Assess and mitigate the vulnerabilities of security architectures, designs, and solution elements 3.5.1 Client-based systems 3.5.2 Server-based systems 3.5.5 Industrial control systems (ICS) 3.5.7 Distributed systems 3.5.8 Internet of Things (IoT) 3.5.9 Microservices (e.g., application programming interface (API)) 3.5.10 Containerization 3.5.12 Embedded systems 3.5.13 High-Performance Computing systems 3.5.14 Edge computing systems 3.5.15 Virtualized systems Security professionals must pay careful attention to the IT system and ensure that their higher-level protective controls are not built on a shaky foundation.

After all, the most secure firewall configuration in the world won't do much

中文直译 / 整理

第9章 安全漏洞、威胁与 应对措施 本章涵盖的CISSP主题包括: 领域3.0:安全架构与工程 3.1 使用安全设计原则研究、实施和管理工程流程 3.1.10 共同责任 3.5 评估并缓解安全架构、设计和解决方案元素的漏洞 3.5.1 基于客户端的系统 3.5.2 基于服务器的系统 3.5.5 工业控制系统(ICS) 3.5.7 分布式系统 3.5.8 物联网(IoT) 3.5.9 微服务(例如:应用程序编程接口(API)) 3.5.10 容器化 3.5.12 嵌入式系统 3.5.13 高性能计算系统 3.5.14 边缘计算系统 3.5.15 虚拟化系统 安全专业人员必须密切关注IT系统,并确保其高级保护控制措施不是建立在脆 弱的基础之上。 毕竟,世界上最安全的防火墙配置也无济于事

小白解释

场景先行:员工在家访问公司系统,流量要穿过家庭网络、互联网、防火墙、VPN、服务器。网络安全题就是让你判断问题发生在哪一层、用哪个控制放在什么位置。

这一页真正想让你理解的是:先知道本章会覆盖哪些考试目标,后面每个概念才知道放在哪个知识域。

把它放进公司里看,关键不是背定义,而是判断:不分层就会乱选设备:该加密的地方装防火墙,该监测的地方却只做访问控制。

你作为负责人可以这样想:先定位网络层次,再决定是分段、过滤、加密、检测还是阻断。

本页术语用人话说:

程序:程序是一步一步怎么做。

防火墙:防火墙根据规则控制网络流量进出。

常见误区:不要以为防火墙能解决所有网络问题;它只是控制流量的一类工具。

读完后用一句话复述:如果我是网络安全工程师,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“本章考试范围总览”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是网络安全工程师在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

Step-by-step、SOP 常对应 procedure。

防火墙不是万能;它常与 IDS/IPS、分段、日志一起使用。

排除法提醒:不要以为防火墙能解决所有网络问题;它只是控制流量的一类工具。

本页术语拆解
程序 程序是一步一步怎么做。
防火墙 防火墙根据规则控制网络流量进出。
学习单元 02 / PDF P545

安全治理:定方向、定责任、定监督

治理负责让安全和组织目标对齐,并形成可监督的体系。

教材原文段落

good if the underlying system has a fundamental security flaw that allows malicious individuals to bypass the firewall altogether. In this chapter, we'll cover those underlying security concerns by surveying a field known as computer architecture: the physical design of computers from various components. The Security Architecture and Engineering domain addresses various concerns and issues, including secure design elements, security architecture, vulnerabilities, threats, and associated countermeasures.

Additional elements of this domain are discussed in various chapters: Chapter 1, “Security Governance Through Principles and Policies” Chapter 6, “Cryptography and Symmetric Key Algorithms” Chapter 7, “PKI and Cryptographic Applications” Chapter 8, “Principles of Security Models, Design, and Capabilities” Chapter 9, “Security Vulnerabilities, Threats, and Countermeasures” Chapter 10, “Physical Security Requirements” Chapter 14, “Controlling and Monitoring Access” Chapter 16, “Managing Security Operations” Chapter 20, "Software Development Security" Chapter 21, “Malicious Code and Application Attacks” Please be sure to review all of these chapters to have a complete perspective on the topics of this domain.

Shared Responsibility Shared responsibility is the security design principle that indicates that organizations do not operate in isolation. Instead, they are intertwined with the world in numerous ways. We all use the same basic technology, we follow the same communication protocol specifications, we use the same Internet, we use common foundations of operating systems and programming languages, and most of our IT/IS is implemented using off-the-shelf solutions (whether commercial or open source). Thus, we are automatically integrated with the rest of the world and share the responsibility of establishing and maintaining security.

中文直译 / 整理

如果底层系统存在根本性的安全漏洞,使恶意人员能够完全绕过防火墙的话。 在本章中,我们将通过考察一个称为计算机体系结构的领域来探讨这些底层安 全问题:即由各种组件构成的计算机的物理设计。 安全架构与工程领域涵盖各种问题和关切,包括安全设计元素、安全架构、漏 洞、威胁及相关对策。 本领域的其他内容将在以下各章中讨论: 第1章,“通过原则与政策实现安全治理” 第6章,“密码学与对称密钥算法” 第7章,“PKI与密码学应用” 第8章,“安全模型、设计与能力的原则” 第9章,“安全漏洞、威胁与应对措施” 第10章,“物理安全要求” 第14章,“访问控制与监控” 第16章,“安全管理操作” 第20章,“软件开发安全” 第21章,“恶意代码与应用攻击” 请务必阅读所有这些章节,以全面了解本领域的主题。 共同责任 共同责任是安全设计原则,表明组织并非孤立运作。 相反,它们以多种方式与 世界紧密相连。 我们使用相同的基础技术,遵循相同的通信协议规范,使用相 同的互联网,采用共同的操作系统和编程语言基础,且我们的大多数IT/IS都是 使用现成解决方案(无论是商业的还是开源的)实现的。

因此,我们自动与世 界其他部分集成,并共同承担建立和维护安全的责任。

小白解释

场景先行:公司准备上线一个新业务系统,技术团队说可以买设备,法务说要合规,业务说不能影响上线。安全治理就是让高层定方向:安全要服务业务目标,风险由谁接受,预算花在哪里。

这一页真正想让你理解的是:治理负责让安全和组织目标对齐,并形成可监督的体系。

把它放进公司里看,关键不是背定义,而是判断:如果没有治理,安全会变成各部门各做各的:有人只想省钱,有人只想堆工具,最后责任不清。

你作为负责人可以这样想:先定策略和责任,再把战略拆成战术计划和日常运营计划。

本页术语用人话说:

安全治理:治理负责定方向、定责任、定监督方式。它不是配置防火墙,而是决定组织为什么要做安全、由谁负责、做到什么程度。

ISO:ISO 是国际标准化组织,常见安全管理体系如 ISO 27001/27002。

政策:政策是高层原则,说明必须遵守什么。

密码学:密码学用数学方法保护信息,常用于机密性、完整性、认证和不可否认性。

常见误区:不要把治理理解成配置设备;治理是方向、责任和监督。

读完后用一句话复述:如果我是高层管理者 / CISO,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“安全治理:定方向、定责任、定监督”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是高层管理者 / CISO在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

看到 governance,优先想高层责任、业务目标、策略、监督和持续改进。

ISO 偏标准和管理体系。

Policy 高层、强制、稳定;Procedure 具体步骤。

加密保护机密性,哈希保护完整性,数字签名支持完整性、真实性和不可否认性。

同一密钥、速度快、大数据加密常对应 symmetric。

排除法提醒:不要把治理理解成配置设备;治理是方向、责任和监督。

本页术语拆解
安全治理 治理负责定方向、定责任、定监督方式。它不是配置防火墙,而是决定组织为什么要做安全、由谁负责、做到什么程度。
ISO ISO 是国际标准化组织,常见安全管理体系如 ISO 27001/27002。
政策 政策是高层原则,说明必须遵守什么。
密码学 密码学用数学方法保护信息,常用于机密性、完整性、认证和不可否认性。
对称加密 对称加密使用同一把密钥加密和解密,速度快但密钥分发难。
公钥基础设施 PKI PKI 用证书、CA、注册、吊销等机制管理公钥信任。
防火墙 防火墙根据规则控制网络流量进出。
日志 日志记录系统和用户活动,用于监控、审计和调查。
学习单元 03 / PDF P546

角色与职责:谁最终负责,谁执行保护

CISSP 很爱考 owner、custodian、senior manager 的责任边界。

教材原文段落

We must realize this shared responsibility and take our role in this situation seriously. Here are several aspects of this concept to ponder: Everyone in an organization has some level of security responsibility. It is the job of the CISO and security team to establish security and maintain it. It is the job of the regular employees to perform their tasks within the confines of security. It is the job of the auditor to monitor the environment for violations. Organizations are responsible to their stakeholders to make good security decisions to sustain the organization. Otherwise, the needs of the stakeholders may be violated.

When working with third parties, especially with cloud providers, each entity needs to understand their portion of the shared responsibility of performing work operations and maintaining security. This is often referenced as the cloud-shared responsibility model, which is discussed further in Chapter 16. As we become aware of new vulnerabilities and threats, we should consider it our responsibility (if not our duty) to responsibly disclose that information to the proper vendor or to an information sharing center (also known as a threat intelligence source or service).

中文直译 / 整理

我们必须认识到这种共同责任,并认真对待我们在这一情况中的角色。 以下是这 一概念的几个方面供您思考: 组织中的每个人都有一定程度的安全责任。 CISO和安全团队的职责是建 立并维护安全。 普通员工的职责是在安全框架内执行其任务。 审计员的职 责是监控环境中的违规行为。 组织有责任为其利益相关者做出良好的安全决策,以维持组织的运行。 否则,利益相关者的需求可能会受到损害。 与第三方合作时,尤其是与云服务提供商合作时,每个实体都需要理解 其在执行工作操作和维护安全方面的共同责任。 这通常被称为云共享责 任模型,将在第16章中进一步讨论。 当我们发现新的漏洞和威胁时,我们有责任(如果不是义务的话)将这些 信息负责任地披露给相应的厂商或信息共享中心(也称为威胁情报源或服 务)。

小白解释

场景先行:公司准备上线一个新业务系统,技术团队说可以买设备,法务说要合规,业务说不能影响上线。安全治理就是让高层定方向:安全要服务业务目标,风险由谁接受,预算花在哪里。

这一页真正想让你理解的是:CISSP 很爱考 owner、custodian、senior manager 的责任边界。

把它放进公司里看,关键不是背定义,而是判断:如果没有治理,安全会变成各部门各做各的:有人只想省钱,有人只想堆工具,最后责任不清。

你作为负责人可以这样想:先定策略和责任,再把战略拆成战术计划和日常运营计划。

本页术语用人话说:

审计:审计记录主体行为,用于追责、复盘和取证。

首席信息安全官:CISO 负责组织安全计划、策略、沟通和监督。

ISO:ISO 是国际标准化组织,常见安全管理体系如 ISO 27001/27002。

审计:审计检查控制是否存在、是否有效、是否符合要求。

常见误区:不要把治理理解成配置设备;治理是方向、责任和监督。

读完后用一句话复述:如果我是高层管理者 / CISO,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“角色与职责:谁最终负责,谁执行保护”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是高层管理者 / CISO在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

没有日志和身份绑定,就很难问责。

CISO 需要足够独立性和高层支持。

ISO 偏标准和管理体系。

审计题关注独立性、证据、范围和报告。

排除法提醒:不要把治理理解成配置设备;治理是方向、责任和监督。

本页术语拆解
审计 审计记录主体行为,用于追责、复盘和取证。
首席信息安全官 CISO 负责组织安全计划、策略、沟通和监督。
ISO ISO 是国际标准化组织,常见安全管理体系如 ISO 27001/27002。
审计 审计检查控制是否存在、是否有效、是否符合要求。
学习单元 04 / PDF P547

第 547 页学习单元

这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

教材原文段落

Automated indicator sharing (AIS) is an initiative by the Department of Homeland Security (DHS) to facilitate the open and free exchange of indicators of compromise (IoCs) and other cyberthreat information between the U.S. federal government and the private sector in an automated and timely manner (described as “machine speed”). An indicator is an observable along with a hypothesis about a threat. An observable is an identified fact of occurrence, such as the presence of a malicious file, usually accompanied by a hash. AIS uses Structured Threat Information eXpression (STIX) and Trusted Automated eXchange of Intelligence Information (TAXII) to share threat indicators.

STIX is a standardized language expressing structured information about cyberthreats and a common framework for organizations to share and analyze threat intelligence. TAXII defines protocols and services for automated sharing of structured threat information. AIS is managed by the National Cybersecurity and Communications Integration Center (NCCIC). For more information on the AIS program, please visit us-cert.gov/ais. Because we participate in shared responsibility, we must research, implement, and manage engineering processes using secure design principles.

Data Localization and Data Sovereignty Data localization refers to storing and processing data within a specific country or region's physical borders or geographical boundaries. This concept is often driven by regulatory requirements or government policies that mandate certain data, especially sensitive or personal information, to be kept within the jurisdiction's borders where it was generated or where the data subject resides. Data localization aims to exert greater control over data privacy, security, and compliance with local laws.

It can involve restrictions on cross-border data transfer and may influence how businesses structure their data storage and processing infrastructure to adhere to these regulations.

中文直译 / 整理

自动化指标共享(AIS)是美国国土安全部(DHS)的一项倡议,旨 在以自动化和及时的方式(称为“机器速度”)促进美国联邦政府与私营 部门之间关于攻击指标(IoCs)和其他网络威胁信息的开放和免费交换。 指标是可观察到的现象及其关于威胁的假设。 可观察到的现象是已识别出 的发生事实,例如恶意文件的存在,通常附带一个哈希值。 AIS 使用 Structured Threat Information eXpression (STIX) 和 Trusted Automated eXchange of Intelligence Information (TAXII) 共享威胁指标。 STIX 是一种用于表达网络威胁结构化信息的标准化语言,也是组织共享和 分析威胁情报的通用框架。 TAXII 定义了自动化共享结构化威胁信息的协 议和服务。 AIS 由国家网络安全和通信集成中心(NCCIC)管理。 有关 AIS 计划的 更多信息,请访问us-cert.gov/ais。 由于我们参与共同责任,因此必须使用安全设计原则研究、实施和 管理工程流程。 数据本地化与数据主权 数据本地化是指在特定国家或地区的物理边界或地理范围内存储和处理数据。

这一概念通常由监管要求或政府政策驱动,这些要求或政策强制规定某些数据, 尤其是敏感或个人信息,必须保留在数据生成地或数据主体居住地的司法管辖 区范围内。 数据本地化旨在加强对数据隐私、安全以及遵守当地法律的控制。 它可能涉及对跨境数据传输的限制,并可能影响企业如何构建其数据存储和处 理基础设施以遵守这些法规。

小白解释

场景先行:财务要把合同发给供应商:不想被别人看懂,要加密;不想被人改金额,要校验完整性;不想对方抵赖,要签名和证书。密码学不是炫技,是解决这些业务信任问题。

这一页真正想让你理解的是:这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

把它放进公司里看,关键不是背定义,而是判断:把加密、哈希、签名混在一起,会导致控制目标错位。

你作为负责人可以这样想:机密性用加密,完整性用哈希/签名,身份信任用证书和 PKI。

本页术语用人话说:

政策:政策是高层原则,说明必须遵守什么。

标准:标准给出必须满足的最低要求。

哈希:哈希把任意长度数据变成固定长度摘要,用于校验是否被改过。

强制访问控制 MAC:MAC 由系统根据标签和级别强制决定访问。

常见误区:哈希不是加密;签名也不是为了隐藏内容。

读完后用一句话复述:如果我是系统架构师,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“第 547 页学习单元”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是系统架构师在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

Policy 高层、强制、稳定;Procedure 具体步骤。

Minimum level、mandatory requirement 常对应 standard。

哈希本身不提供机密性;它主要用于完整性校验。

政府/军方、机密级别、标签、不可由用户随意改通常是 MAC。

排除法提醒:哈希不是加密;签名也不是为了隐藏内容。

本页术语拆解
政策 政策是高层原则,说明必须遵守什么。
标准 标准给出必须满足的最低要求。
哈希 哈希把任意长度数据变成固定长度摘要,用于校验是否被改过。
强制访问控制 MAC MAC 由系统根据标签和级别强制决定访问。
学习单元 05 / PDF P548

第 548 页学习单元

这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

教材原文段落

Data sovereignty refers to the concept that digital data is subject to the laws and regulations of the country or region in which it is located or originates. It emphasizes that governments have authority over the data collected within their jurisdiction, and organizations must comply with local data protection and privacy laws. Data sovereignty is closely related to concerns about privacy, security, and compliance, and it often influences decisions regarding where data is stored, processed, and managed to align with legal and regulatory requirements in a given geographical area.

While data localization and data sovereignty are related concepts, they have distinct focuses and implications: Focus: Data localization: Primarily centers on the physical location of data storage and processing. It mandates that certain types of data, especially sensitive or personal information, must be kept within specific geographical borders. Data sovereignty: Encompasses a broader set of principles related to the authority and control that a country or region asserts over the data generated within its jurisdiction. This includes where the data is stored and concerns about legal jurisdiction and compliance with local data protection laws.

Scope: Data localization: Primarily addresses the geographical aspect of data storage and processing. It often involves regulations specifying that data should reside on servers physically located within the borders of a specific country or region. Data sovereignty: Encompasses a broader range of concerns, including legal jurisdiction, regulatory compliance, and the overarching authority that a government has over data collected within its boundaries. It extends beyond mere storage location to include control and governance aspects. Drivers: Data localization: Often driven by specific regulations or laws that mandate the physical presence of data within a particular jurisdiction.

This can be motivated by data privacy, security, or economic concerns.

中文直译 / 整理

数据主权是指数字数据受其所在国或地区法律和法规管辖的概念。 它强调政府 对其管辖范围内收集的数据拥有管辖权,组织必须遵守当地的數據保護和隱私 法律。 数据主权与隐私、安全和合规性问题密切相关,通常会影响关于数据存 储、处理和管理地点的决策,以符合特定地理区域的法律和监管要求。 尽管数据本地化和数据主权是相关概念,但它们的关注点和影响不同: 关注点: 数据本地化:主要关注数据存储和处理的物理位置。 它要求某些类型 的数据,特别是敏感或个人信息,必须保留在特定的地理边界之内。 数据主权:涵盖了一个国家或地区对其管辖范围内生成的数据所主张 的权威和控制的更广泛原则。 这包括数据存储位置,以及对法律管辖 权和遵守当地数据保护法规的关切。 范围: 数据本地化:主要涉及数据存储和处理的地理方面。 它通常涉及规定数 据必须驻留在特定国家或地区边界内的物理服务器上的法规。 数据主权:涵盖更广泛的关注点,包括法律管辖权、监管合规性以 及政府对其境内收集的数据所拥有的最高权威。 它超越了单纯的数 据存储位置,延伸至控制和治理方面。 驱动因素: 数据本地化:通常由特定法规或法律驱动,这些法规或法律要求数据必须物理 存在于特定司法管辖区。

这可能出于数据隐私、安全或经济方面的考虑。

小白解释

场景先行:你是公司的安全负责人,正在读第 548 页这一组概念。老板不会问你背定义,而是问:这件事会不会影响业务、谁负责、要不要花钱、出了事能不能解释清楚。

这一页真正想让你理解的是:这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

把它放进公司里看,关键不是背定义,而是判断:概念没放进业务场景,容易只背词,做题时不知道该选管理动作还是技术动作。

你作为负责人可以这样想:先确认业务目标和风险,再选控制措施,最后留下政策、审批、日志或证据。

如果这一页没有明显术语,就按“谁在做事、保护什么、怕什么、用什么控制、留下什么证据”来拆。

常见误区:不要一看到安全题就直接选最强工具;CISSP 更常考“在这个场景下谁该负责、下一步是什么”。

读完后用一句话复述:如果我是安全负责人,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“第 548 页学习单元”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是安全负责人在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

排除法提醒:不要一看到安全题就直接选最强工具;CISSP 更常考“在这个场景下谁该负责、下一步是什么”。

本页术语拆解

本页没有识别到重点术语,按原文顺序理解即可。

学习单元 06 / PDF P549

第三方治理:外包不外包责任

供应商也要被合同、审计、评估和持续监控管理起来。

教材原文段落

Data sovereignty: Driven by legal, political, and cultural considerations. Governments may enact data sovereignty regulations to protect the privacy of their citizens, ensure compliance with local laws, and assert control over data handling within their borders. Implications: Data localization: The primary implication is that organizations must establish data centers or use cloud services within the specified jurisdiction to comply with local regulations. This may impact the efficiency of cross-border data flow and increase operational costs.

Data sovereignty: Besides impacting data storage location, data sovereignty considerations may influence how organizations handle data governance, legal compliance, and interactions with third-party service providers. It can require a more comprehensive approach to data management and legal compliance. While data localization is a subset of data sovereignty, focusing specifically on where data is stored and processed, data sovereignty encompasses a broader set of principles related to data governance, jurisdiction, and legal compliance within a specific geopolitical boundary.

Both concepts, however, underscore the importance of aligning data practices with local regulations and legal frameworks. Data portability refers to the ability of individuals to easily and securely move their personal data from one system, service, or application to another. It allows users to transfer their data between different platforms, promoting user control and facilitating competition among service providers. Data portability empowers individuals by allowing them to choose services based on their preferences while maintaining access and control over their personal information.

This concept is often associated with data protection and privacy regulations emphasizing user rights and data control. Assess and Mitigate the Vulnerabilities of Security Architectures, Designs, and Solution Elements

中文直译 / 整理

数据主权:由法律、政治和文化因素驱动。 政府可能会制定数据主权 法规,以保护其公民的隐私、确保遵守当地法律,并对本国境内的数 据处理行使控制权。 影响: 数据本地化:主要影响是,组织必须在指定司法管辖区内建立数据中心 或使用云服务,以遵守当地法规。 这可能会影响跨境数据流动的效率, 并增加运营成本。 数据主权:除了影响数据存储位置外,数据主权的考虑还可能影响组 织如何处理数据治理、法律合规以及与第三方服务提供商的互动。 它 可能要求采取更全面的数据管理和法律合规方法。 虽然数据本地化是数据主权的一个子集,专注于数据存储和处理的具体位置, 但数据主权涵盖了与特定地缘政治边界内的数据治理、司法管辖和法律合规相 关的更广泛原则。 然而,这两个概念都强调了使数据实践与当地法规和法律框 架保持一致的重要性。 数据可移植性是指个人能够轻松且安全地将个人数据从一个系统、服 务或应用程序转移到另一个系统、服务或应用程序的能力。 它允许用户在 不同平台之间转移数据,促进用户控制并推动服务提供商之间的竞争。 数 据可移植性通过允许个人根据自身偏好选择服务,同时保持对个人信息的 访问和控制,从而增强个人的自主权。

这一概念通常与强调用户权利和数 据控制的数据保护和隐私法规相关联。 评估并缓解安全架构、设计和解决方案元素的脆弱性

小白解释

场景先行:你是公司的安全负责人,正在读第 549 页这一组概念。老板不会问你背定义,而是问:这件事会不会影响业务、谁负责、要不要花钱、出了事能不能解释清楚。

这一页真正想让你理解的是:供应商也要被合同、审计、评估和持续监控管理起来。

把它放进公司里看,关键不是背定义,而是判断:概念没放进业务场景,容易只背词,做题时不知道该选管理动作还是技术动作。

你作为负责人可以这样想:先确认业务目标和风险,再选控制措施,最后留下政策、审批、日志或证据。

本页术语用人话说:

程序:程序是一步一步怎么做。

常见误区:不要一看到安全题就直接选最强工具;CISSP 更常考“在这个场景下谁该负责、下一步是什么”。

读完后用一句话复述:如果我是安全负责人,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“第三方治理:外包不外包责任”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是安全负责人在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

Step-by-step、SOP 常对应 procedure。

排除法提醒:不要一看到安全题就直接选最强工具;CISSP 更常考“在这个场景下谁该负责、下一步是什么”。

本页术语拆解
程序 程序是一步一步怎么做。
学习单元 07 / PDF P550

保护机制:分层、隐藏、加密和边界

单一控制不够,安全靠多个机制配合。

教材原文段落

Computer architecture is an engineering discipline concerned with designing and constructing computing systems at a logical level. Technical mechanisms that can be implemented via computer architecture are the controls that system designers can build into their systems. These include layering (see Chapter 1, “Security Governance Through Principles and Policies”), abstraction (see Chapter 1), data hiding (see Chapter 1), trusted recovery (see Chapter 18, “Disaster Recovery Planning”), process isolation (later in this chapter), and hardware segmentation (later in this chapter). The more complex a system, the less assurance it provides.

More complexity means more areas for vulnerabilities exist, and more areas must be secured against threats. More vulnerabilities and more threats mean that the subsequent security the system provides is less trustworthy. See Chapter 8 for more on “keep it simple.” Hardware The term hardware encompasses any tangible part of a computer that you can reach out and touch, from the keyboard and monitor to its CPU(s), storage media, and memory chips. Remember that although the physical portion of a storage device (such as a hard disk or flash memory) may be considered hardware, the contents of those devices—the collections of 0s and 1s that make up the software and data stored within them—may not.

Processor The central processing unit (CPU), generally called the processor or the microprocessor, is the computer's nerve center—it is the chip (or chips in a multiprocessor system) that governs all major operations and either directly performs or coordinates the complex symphony of calculations that allows a computer to perform its intended tasks. Surprisingly, the CPU can perform only a limited set of computational and logical operations, despite the complexity of the tasks it allows the overall computer system to perform. The operating system and compilers or interpreters are responsible for translating high-level programming languages into simple instructions that a CPU understands.

This limited range of functionality is intentional—it allows a CPU to perform computational and logical operations at blazing speeds.

中文直译 / 整理

计算机体系结构是一门工程学科,关注于在逻辑层面设计和构建计算系统。 通 过计算机体系结构可以实现的技术机制是系统设计者可以构建到其系统中的控 制机制。 这些机制包括分层(参见第1章,“通过原则和政策实现安全治理”)、 抽象(参见第1章)、数据隐藏(参见第1章)、可信恢复(参见第18章,“灾 难恢复规划”)、进程隔离(本章后面部分)和硬件分段(本章后面部分)。 系统越复杂,提供的保障就越少。 更多的复杂性意味着存在更多易 受攻击的区域,也需要保护更多区域免受威胁。 更多的漏洞和更多的威 胁意味着系统后续提供的安全性更不可信。 参见第8章了解更多关于 “保持简单”的内容。 Hardw are 术语hardware涵盖计算机中任何你可以触及的有形部件,从键盘和显示器到 其CPU、存储介质和内存芯片。 请记住,尽管存储设备的物理部分(如硬盘或 闪存)可被视为硬件,但这些设备的内容——构成其中存储的软件和数据的0和 1的集合——则不一定属于硬件。

Processor 中央处理器(CPU),通常称为处理器或微处理器,是计算机的神经中枢—— 它是(在多处理器系统中为多个)芯片,负责控制所有主要操作,并直接执行 或协调复杂的计算交响曲,使计算机能够完成其预期任务。 令人惊讶的是,尽 管CPU使整个计算机系统能够执行复杂的任务,但它只能执行有限的一组计算 和逻辑操作。 操作系统以及编译器或解释器负责将高级编程语言翻译成CPU能 够理解的简单指令。 这种有限的功能范围是刻意设计的——它使CPU能够以惊 人的速度执行计算和逻辑操作。

小白解释

场景先行:公司准备上线一个新业务系统,技术团队说可以买设备,法务说要合规,业务说不能影响上线。安全治理就是让高层定方向:安全要服务业务目标,风险由谁接受,预算花在哪里。

这一页真正想让你理解的是:单一控制不够,安全靠多个机制配合。

把它放进公司里看,关键不是背定义,而是判断:如果没有治理,安全会变成各部门各做各的:有人只想省钱,有人只想堆工具,最后责任不清。

你作为负责人可以这样想:先定策略和责任,再把战略拆成战术计划和日常运营计划。

本页术语用人话说:

安全治理:治理负责定方向、定责任、定监督方式。它不是配置防火墙,而是决定组织为什么要做安全、由谁负责、做到什么程度。

分层:分层把控制按层排列,让攻击者必须连续突破。

抽象:抽象把复杂细节藏在接口后,只暴露必要功能。

数据隐藏:数据隐藏减少不必要暴露,但不等于加密。

常见误区:不要把治理理解成配置设备;治理是方向、责任和监督。

读完后用一句话复述:如果我是高层管理者 / CISO,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“保护机制:分层、隐藏、加密和边界”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是高层管理者 / CISO在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

看到 governance,优先想高层责任、业务目标、策略、监督和持续改进。

serial controls 更深,parallel controls 更宽;题目会考深度和广度。

对象、角色、组、接口都可能体现 abstraction。

隐藏是少暴露;加密是即使看到也读不懂。

ISO 偏标准和管理体系。

排除法提醒:不要把治理理解成配置设备;治理是方向、责任和监督。

本页术语拆解
安全治理 治理负责定方向、定责任、定监督方式。它不是配置防火墙,而是决定组织为什么要做安全、由谁负责、做到什么程度。
分层 分层把控制按层排列,让攻击者必须连续突破。
抽象 抽象把复杂细节藏在接口后,只暴露必要功能。
数据隐藏 数据隐藏减少不必要暴露,但不等于加密。
ISO ISO 是国际标准化组织,常见安全管理体系如 ISO 27001/27002。
政策 政策是高层原则,说明必须遵守什么。
入侵防御系统 IPS IPS 可检测并主动阻断恶意流量。
日志 日志记录系统和用户活动,用于监控、审计和调查。
学习单元 08 / PDF P551

第 551 页学习单元

这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

教材原文段落

Execution Types As computer processing power increased, users demanded more advanced features to enable these systems to process information at greater rates and to manage multiple functions simultaneously: At first blush, the terms multitasking, multicore, multiprocessing, multiprogramming, and multithreading may seem nearly identical. However, they describe very different ways of approaching the “doing two things at once” problem. We strongly advise you to review the distinctions between these terms until you feel comfortable with them. Multitasking In computing, multitasking means handling two or more tasks simultaneously.

In the past, most systems did not truly multitask because they relied on the OS to simulate multitasking by carefully structuring the sequence of commands sent to the CPU for execution (see multiprogramming). A single-core multitasking system is able to juggle more than one task or process at any given time. However, with that single-core CPU, it only executes a single process at any given moment. This is similar to juggling three balls, where your hands usually touch only one ball at any given instant, but the coordination of movements keeps all three balls moving. Multicore Today, most CPUs are multicore.

This means that the CPU is now a chip containing two, four, eight, dozens, or more independent execution cores that can operate simultaneously and/or independently. There are even some specialty chips with over 10,000 cores. Multiprocessing In a multiprocessing environment, a multiprocessor system harnesses the power of more than one processor to complete the execution of a multithreaded application. See the section “Large-Scale Parallel Data Systems,” later in this chapter.

中文直译 / 整理

执行类型 随着计算机处理能力的提升,用户要求更先进的功能,以使这些系统能够以 更高的速率处理信息并同时管理多个功能: 乍一看,多任务、多核、多处理、多道程序设计和多线程这些术语似 乎几乎相同。 然而,它们描述了截然不同的解决“同时做两件事”问题的 方法。 我们强烈建议您仔细区分这些术语,直到您对它们感到熟悉为止。 多任务 在计算中,多任务 指的是同时处理两个或更多任务。 在过去,大多 数系统并未真正实现多任务,因为它们依赖操作系统通过精心安排发送给 CPU执行的命令序列来模拟多任务(参见多道程序设计)。 单核多任务系统 能够在任意给定时刻同时处理多个任务或进程。 然而,在单核CPU上,它在 任意时刻仅执行一个进程。 这类似于抛接三个球,您的手在任意瞬间通常只 接触一个球,但通过协调动作使所有三个球持续运动。 多核 如今,大多数CPU都是多核的。 这意味着CPU现在是一个包含两个、 四个、八个、数十个或更多独立执行核心的芯片,这些核心可以同时和/或 独立运行。 甚至还有一些特殊芯片拥有超过10,000个核心。

多进程 在一个 multiprocessing 环境中,一个 多处理器系统利用多个处理器的力量来完成多线程应用程序的执行。 请参 见本章后面的“大规模并行数据系统”一节。

小白解释

场景先行:员工在家访问公司系统,流量要穿过家庭网络、互联网、防火墙、VPN、服务器。网络安全题就是让你判断问题发生在哪一层、用哪个控制放在什么位置。

这一页真正想让你理解的是:这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

把它放进公司里看,关键不是背定义,而是判断:不分层就会乱选设备:该加密的地方装防火墙,该监测的地方却只做访问控制。

你作为负责人可以这样想:先定位网络层次,再决定是分段、过滤、加密、检测还是阻断。

本页术语用人话说:

程序:程序是一步一步怎么做。

入侵防御系统 IPS:IPS 可检测并主动阻断恶意流量。

常见误区:不要以为防火墙能解决所有网络问题;它只是控制流量的一类工具。

读完后用一句话复述:如果我是网络安全工程师,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“第 551 页学习单元”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是网络安全工程师在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

Step-by-step、SOP 常对应 procedure。

IPS 放在线路中,误报可能影响可用性。

排除法提醒:不要以为防火墙能解决所有网络问题;它只是控制流量的一类工具。

本页术语拆解
程序 程序是一步一步怎么做。
入侵防御系统 IPS IPS 可检测并主动阻断恶意流量。
学习单元 09 / PDF P552

完整性:数据要正确、可信、未被乱改

完整性不只是防黑客篡改,也包括防授权用户误操作。

教材原文段落

Some multiprocessor systems may assign or dedicate a process or execution thread to a specific CPU (or core). This is called affinity. Multiprogramming Multiprogramming is similar to multitasking. It involves the pseudo-simultaneous execution of two tasks on a single processor coordinated by the OS as a way to increase operational efficiency. For the most part, multiprogramming is a way to batch or serialize multiple processes so that when one process stops to wait on a peripheral, its state is saved, and the next process in line begins to process.

The first program does not return to processing until all other processes in the batch have had their chance to execute, and they, in turn, stop for a peripheral. This methodology causes significant delays in completing a task for any single program. However, across all processes in the batch, the total time to complete all tasks is reduced. Multithreading Multithreading permits multiple concurrent tasks to be performed within a single process. Unlike multitasking, where multiple tasks consist of multiple processes, multithreading enables multiple tasks to operate within a single process.

A thread is a selfcontained sequence of instructions that can execute in parallel with other threads that are part of the same parent process. Multithreading is often used in applications where frequent context switching between multiple active processes causes excessive overhead and reduces efficiency; switching between threads incurs far less overhead and is, therefore, more efficient. Protection Mechanisms When a computer is running, it operates a runtime environment that represents the combination of the OS and whatever applications may be active.

Within that runtime environment, it's necessary to integrate security controls to protect the OS's integrity, manage which users are allowed to access specific data items, authorize or deny operations requested against such data, and so forth. How running computers implement and handle security at runtime may be broadly described as a collection of protection mechanisms, such as protection rings and operational states.

中文直译 / 整理

一些多处理器系统可能会将某个进程或执行线程分配或专用于特 定的 CPU(或核心)。 这称为亲和性。 多道程序设计 多道程序设计 与多任务处理相似。 它涉及在单个处理器上由 操作系统协调的两个任务的伪并行执行,以提高操作效率。 在大多数情况下, 多道程序设计是一种批处理或序列化多个进程的方法,以便当一个进程停止 以等待外围设备时,其状态会被保存,下一个进程开始执行。 第一个程序只 有在批处理中的所有其他进程都已轮到执行并因外围设备而停止后,才会重 新恢复处理。 这种机制会导致单个程序完成任务时出现显著延迟。 然而,对 于批处理中的所有进程而言,完成所有任务的总时间却减少了。 多线程 多线程 允许在单个进程中执行多个并发任务。 与多任务处理不同,多 任务处理涉及多个进程,而多线程则允许多个任务在单个进程中运行。 线程 是独立的指令序列,可以与属于同一父进程的其他线程并行执行。 多线程常 用于频繁在多个活动进程之间进行上下文切换导致开销过大、效率降低的应 用场景; 在线程之间切换的开销要小得多,因此更加高效。 保护机制 当计算机运行时,它会操作一个运行时环境,该环境代表操作系统与任何可 能正在运行的应用程序的组合。

在该运行时环境中,必须集成安全控制措施, 以保护操作系统的完整性,管理哪些用户被允许访问特定数据项,授权或拒 绝针对这些数据的操作请求等。 计算机在运行时如何实现和处理安全,可 broadly 描述为一系列保护机制,例如保护环和运行状态。

小白解释

场景先行:想象公司有一个客户订单系统:客户资料被别人看到是机密性问题,订单金额被偷偷改是完整性问题,系统打不开是可用性问题。教材这一页就是教你把事故先翻译成安全目标。

这一页真正想让你理解的是:完整性不只是防黑客篡改,也包括防授权用户误操作。

把它放进公司里看,关键不是背定义,而是判断:把泄露、篡改、宕机混在一起,就会选错控制措施。

你作为负责人可以这样想:先判断事故破坏了 CIA 哪一项,再选择对应控制:防泄露、防篡改、保可用。

本页术语用人话说:

完整性:完整性保证数据没有被未授权修改,并且仍然正确可信。

授权:授权是认证之后决定你能访问什么、能做什么。

程序:程序是一步一步怎么做。

日志:日志记录系统和用户活动,用于监控、审计和调查。

常见误区:不要把所有安全问题都归成“被黑了”。考试会逼你分清到底是泄露、篡改还是中断。

读完后用一句话复述:如果我是业务系统负责人,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“完整性:数据要正确、可信、未被乱改”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是业务系统负责人在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

哈希、数字签名、变更控制、输入校验常对应完整性。

认证成功不等于什么都能做;权限仍要单独授权。

Step-by-step、SOP 常对应 procedure。

日志要保护完整性、时间同步和访问控制。

排除法提醒:不要把所有安全问题都归成“被黑了”。考试会逼你分清到底是泄露、篡改还是中断。

本页术语拆解
完整性 完整性保证数据没有被未授权修改,并且仍然正确可信。
授权 授权是认证之后决定你能访问什么、能做什么。
程序 程序是一步一步怎么做。
日志 日志记录系统和用户活动,用于监控、审计和调查。
学习单元 10 / PDF P553

第 553 页学习单元

这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

教材原文段落

PROTECTION RINGS From a security standpoint, protection rings organize code and components in an OS (as well as applications, utilities, or other code that runs under the OS's control) into concentric rings, as shown in Figure 9.1. The deeper inside the circle, the higher the privilege level associated with the code that occupies a specific ring. Though the original Multics implementation allowed up to seven rings (numbered 0 through 6), most modern OSs use a four-ring model (numbered 0 through 3).

中文直译 / 整理

保护环 从安全角度来看,保护环 将操作系统中的代码和组件(以及在操作系统控制下 运行的应用程序、工具或其他代码)组织成同心环,如 图 9.1 所示。 圆圈越靠 内,占据特定环的代码所关联的权限级别越高。 尽管最初的 Multics 实现最多 允许七个环(编号 0 到 6),但大多数现代操作系统采用四环模型(编号 0 到 3)。

小白解释

场景先行:你是公司的安全负责人,正在读第 553 页这一组概念。老板不会问你背定义,而是问:这件事会不会影响业务、谁负责、要不要花钱、出了事能不能解释清楚。

这一页真正想让你理解的是:这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

把它放进公司里看,关键不是背定义,而是判断:概念没放进业务场景,容易只背词,做题时不知道该选管理动作还是技术动作。

你作为负责人可以这样想:先确认业务目标和风险,再选控制措施,最后留下政策、审批、日志或证据。

本页术语用人话说:

程序:程序是一步一步怎么做。

常见误区:不要一看到安全题就直接选最强工具;CISSP 更常考“在这个场景下谁该负责、下一步是什么”。

读完后用一句话复述:如果我是安全负责人,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“第 553 页学习单元”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是安全负责人在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

Step-by-step、SOP 常对应 procedure。

排除法提醒:不要一看到安全题就直接选最强工具;CISSP 更常考“在这个场景下谁该负责、下一步是什么”。

本页术语拆解
程序 程序是一步一步怎么做。
学习单元 11 / PDF P554

第 554 页学习单元

这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

教材原文段落

本页 PDF 没有提取到对应文本,可能是图像、页眉或跨页内容。

中文直译 / 整理

本页 PDF 没有提取到对应文本,可能是图像、页眉或跨页内容。

小白解释

场景先行:你是公司的安全负责人,正在读第 554 页这一组概念。老板不会问你背定义,而是问:这件事会不会影响业务、谁负责、要不要花钱、出了事能不能解释清楚。

这一页真正想让你理解的是:这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

把它放进公司里看,关键不是背定义,而是判断:概念没放进业务场景,容易只背词,做题时不知道该选管理动作还是技术动作。

你作为负责人可以这样想:先确认业务目标和风险,再选控制措施,最后留下政策、审批、日志或证据。

如果这一页没有明显术语,就按“谁在做事、保护什么、怕什么、用什么控制、留下什么证据”来拆。

常见误区:不要一看到安全题就直接选最强工具;CISSP 更常考“在这个场景下谁该负责、下一步是什么”。

读完后用一句话复述:如果我是安全负责人,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“第 554 页学习单元”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是安全负责人在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

排除法提醒:不要一看到安全题就直接选最强工具;CISSP 更常考“在这个场景下谁该负责、下一步是什么”。

本页术语拆解

本页没有识别到重点术语,按原文顺序理解即可。

学习单元 12 / PDF P555

授权、审计与问责

认证后还要授权,之后靠审计和日志追责。

教材原文段落

FIGURE 9.1 The four-layer protection ring model As the innermost ring, 0 has the highest level of privilege and can basically access any resource, file, or memory location. The part of an OS that always remains resident in memory (so that it can run on demand at any time) is called the kernel. It occupies ring 0 and can preempt code running at any other ring. The remaining parts of the OS—those that come and go as various tasks are requested, operations are performed, processes are switched, and so forth—occupy ring 1.

Ring 2 is also somewhat privileged in that it's where I/O drivers and system utilities reside; these are able to access peripheral devices, special files, and so forth that applications and other programs cannot themselves access directly. Those applications and programs occupy the outermost ring, ring 3. The essence of the ring model lies in priority, privilege, and memory segmentation. Any process that wants to execute must get in line (a pending process queue). The process associated with the lowest ring number always runs before processes associated with higher-numbered rings.

Processes in lower-numbered rings can access more resources and interact with the OS more directly than those in higher-numbered rings. Those processes that run in higher-numbered rings must generally ask a handler or driver in a lowernumbered ring for services they need (aka system call), sometimes called a mediated-access model. In practice, many modern OSs use only two rings or divisions: one for system-level access (rings 0 through 2), often called kernel mode or privileged mode, and one for user-level programs and applications (ring 3), often called user mode. From a security standpoint, the ring model enables an OS to protect and insulate itself from users and applications.

It also permits the enforcement of strict boundaries between highly privileged OS components (such as the kernel) and less privileged parts of the OS (such as other parts of the OS, plus drivers and utilities). The ring that a process occupies determines its access level to system resources. Processes may access objects directly only if they reside within their own ring or within some outside ring. Before any such request can be honored, the called ring must check to make sure that the calling process has the proper credentials and authorization to access the data and to perform the operation(s) involved in satisfying the request.

中文直译 / 整理

图 9.1 四层保护环模型 作为最内层的环,0 拥有最高级别的权限,几乎可以访问任何资源、文件或内 存位置。 操作系统中始终驻留在内存中的部分(以便随时按需运行)称为 内核。 它占据环 0,能够抢占在其他任何环上运行的代码。 操作系统其余部分——这些 部分会随着各种任务的请求、操作的执行、进程的切换等而加载或卸载——占 据环 1。 环 2 也具有一定程度的特权,I/O 驱动程序和系统工具就位于此处; 它 们能够访问应用程序和其他程序无法直接访问的外围设备、特殊文件等。 这些 应用程序和程序占据最外层的环,即环 3。 环模型的本质在于优先级、权限和内存分段。 任何希望执行的进程都必须排队 (进入待处理进程队列)。 与最低环号相关联的进程总是优先于与较高环号相 关联的进程运行。 环号较低的进程能够访问更多资源,并比环号较高的进程更 直接地与操作系统交互。 运行在环号较高环中的进程通常必须向环号较低的环 中的处理程序或驱动程序请求所需的服务(即系统调用),这有时被称为 中介 访问模型。 在实践中,许多现代操作系统仅使用两个环或划分:一个用于系统 级访问(环 0 到环 2),通常称为 内核模式 或 特权模式;

另一个用于用户级 程序和应用程序(环 3),通常称为 用户模式。 从安全角度来看,环模型使操作系统能够保护并隔离自身免受用户和应用程序 的影响。 它还允许在高度特权的操作系统组件(如内核)与较低特权的操作系 统部分(如操作系统的其他部分、驱动程序和工具)之间强制执行严格的边界。 进程所处的环决定了其对系统资源的访问级别。 只有当进程位于其自身环内或 某个外部环内时,才能直接访问对象。 在任何此类请求被满足之前,被调用的 环必须检查调用进程是否具有访问数据并执行满足请求所需操作的适当凭证和 授权。

小白解释

场景先行:新员工入职后要登录系统。第一步是声明身份,第二步证明身份,第三步决定能访问哪些数据,最后系统要记录他做了什么。IAM 题就是围绕这条链条出题。

这一页真正想让你理解的是:认证后还要授权,之后靠审计和日志追责。

把它放进公司里看,关键不是背定义,而是判断:认证成功不代表什么都能做;离职、调岗、权限漂移都会造成越权。

你作为负责人可以这样想:把识别、认证、授权、审计分开看,再用最小权限和定期复核收口。

本页术语用人话说:

授权:授权是认证之后决定你能访问什么、能做什么。

程序:程序是一步一步怎么做。

常见误区:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

读完后用一句话复述:如果我是IAM 管理员,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“授权、审计与问责”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是IAM 管理员在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

认证成功不等于什么都能做;权限仍要单独授权。

Step-by-step、SOP 常对应 procedure。

排除法提醒:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

本页术语拆解
授权 授权是认证之后决定你能访问什么、能做什么。
程序 程序是一步一步怎么做。
学习单元 13 / PDF P556

机密性:让该看的人看,不该看的人看不到

机密性重点是防泄露,同时不能妨碍授权访问。

教材原文段落

Rings Compared to Levels Many of the protecting ring concept's features also apply to a multilayer or multilevel system. The top of a layered or multilevel system is the same as the center ring (i.e., ring 0) of a protection ring scheme. Likewise, the bottom of a layered or multilevel system is the same as the outer ring of a protection ring scheme. Levels, layers, domains, and rings are similar in terms of protection and access concepts. PROCESS STATES Process states or operating states are various forms of execution in which a process may run.

Where the OS is concerned, it can be in one of two modes at any given moment: operating in a privileged, all-access mode known as supervisor state (aka Kernel mode) or operating in what's called the problem state associated with user mode, where privileges are low and all access requests must be checked against credentials for authorization before they are granted or denied. The latter is called the problem state not because problems are guaranteed to occur but because the unprivileged nature of user access means that problems can occur and the system must take appropriate measures to protect security, integrity, and confidentiality.

Processes line up for execution in an OS in a processing queue, where they will be scheduled to run as a processor becomes available. Most OSs allow processes to consume processor time only in fixed increments or chunks; if a process consumes its entire processing time (called a time slice) without completing, it returns to the processing queue for another time slice the next time its turn comes around. Also, the process scheduler usually selects the highest-priority process for execution, so reaching the front of the line doesn't always guarantee access to the CPU (because a process may be preempted at the last instant by another process with higher priority).

According to whether a process is running, it can operate in one of several states: Ready In the ready state, a process is ready to resume or begin processing as soon as it is scheduled for execution. If the CPU is available when the process reaches this state, it will transition directly into the running state; otherwise, it sits in the ready state until its turn comes up.

中文直译 / 整理

环与级别比较 保护环概念的许多特性也适用于多层或多级系统。 分层或多级系统的顶层与 保护环方案的中心环(即环 0)相同。 同样,分层或多级系统的底层与保护 环方案的外环相同。 级别、层、域和环在保护和访问概念上是相似的。 进程状态 进程状态或运行状态是进程可能运行的各种执行形式。 就操作系统而言,它在 任何时刻只能处于两种模式之一:一种是特权的、全访问模式,称为监督状态 (又称内核模式); 另一种是被称为问题状态的模式,与用户模式相关,在此 模式下权限较低,所有访问请求都必须在获得或拒绝之前根据凭据进行验证。 后者被称为问题状态,并非因为问题必然发生,而是因为用户访问的无特权性 质意味着问题可能发生,系统必须采取适当措施来保护安全、完整性和机密性。 进程在操作系统中以处理队列的形式排队等待执行,当处理器可用时,它们将 被调度运行。 大多数操作系统允许进程仅以固定的增量或块来消耗处理器时间; 如果一个进程在未完成的情况下耗尽了其全部处理时间(称为时间片),它将 返回处理队列,在下一次轮到它时再获得另一个时间片。

此外,进程调度程序 通常会选择优先级最高的进程进行执行,因此即使到达队列前端,也不一定能 保证访问CPU(因为一个进程可能在最后一刻被另一个优先级更高的进程抢占)。 根据进程是否运行,它可以处于以下几种状态之一: 就绪 在就绪状态下,进程已准备好在被调度执行时立即恢复或开始处理。 如 果进程进入此状态时CPU可用,它将直接转入运行状态; 否则,它将停留在 就绪状态,直到轮到它执行。

小白解释

场景先行:想象公司有一个客户订单系统:客户资料被别人看到是机密性问题,订单金额被偷偷改是完整性问题,系统打不开是可用性问题。教材这一页就是教你把事故先翻译成安全目标。

这一页真正想让你理解的是:机密性重点是防泄露,同时不能妨碍授权访问。

把它放进公司里看,关键不是背定义,而是判断:把泄露、篡改、宕机混在一起,就会选错控制措施。

你作为负责人可以这样想:先判断事故破坏了 CIA 哪一项,再选择对应控制:防泄露、防篡改、保可用。

本页术语用人话说:

机密性:机密性让该看的人能看,不该看的人看不到。

完整性:完整性保证数据没有被未授权修改,并且仍然正确可信。

授权:授权是认证之后决定你能访问什么、能做什么。

分层:分层把控制按层排列,让攻击者必须连续突破。

常见误区:不要把所有安全问题都归成“被黑了”。考试会逼你分清到底是泄露、篡改还是中断。

读完后用一句话复述:如果我是业务系统负责人,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“机密性:让该看的人看,不该看的人看不到”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是业务系统负责人在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

加密、访问控制、分类、培训都常用于保护机密性。

哈希、数字签名、变更控制、输入校验常对应完整性。

认证成功不等于什么都能做;权限仍要单独授权。

serial controls 更深,parallel controls 更宽;题目会考深度和广度。

ISO 偏标准和管理体系。

排除法提醒:不要把所有安全问题都归成“被黑了”。考试会逼你分清到底是泄露、篡改还是中断。

本页术语拆解
机密性 机密性让该看的人能看,不该看的人看不到。
完整性 完整性保证数据没有被未授权修改,并且仍然正确可信。
授权 授权是认证之后决定你能访问什么、能做什么。
分层 分层把控制按层排列,让攻击者必须连续突破。
ISO ISO 是国际标准化组织,常见安全管理体系如 ISO 27001/27002。
程序 程序是一步一步怎么做。
学习单元 14 / PDF P557

安全控制框架:用成熟框架组织安全

框架帮助组织系统化管理控制,而不是想到哪做到哪。

教材原文段落

Running The running state or problem state is when a process executes on the CPU and keeps going until it finishes, its time slice expires, or it is blocked for some reason (usually because it has generated an interrupt for I/O). If the time slice ends and the process isn't completed, it returns to the ready state; if the process is paused while waiting for I/O, it goes into the waiting state. Waiting The waiting state is when a process is ready for continued execution but is waiting for I/O to be serviced before it can continue processing.

Once I/O is complete, then the process typically returns to the ready state, where it waits in the process queue to be assigned time again on the CPU for further processing. Supervisory The supervisory state is used when the process must perform an action that requires privileges that are greater than the problem state's set of privileges, including modifying system configuration, installing device drivers, or modifying security settings. Basically, any function not occurring in the user mode (ring 3) or problem state takes place in the supervisory mode. This state is not shown in Figure 9.2, but it effectively replaces the running state when a process is run with higher-level privileges.

FIGURE 9.2 The life cycle of an executed process Stopped When a process finishes or must be terminated (because an error occurs, a required resource is not available, or a resource request can't be met), it goes into a stopped state. At this point, the OS can

中文直译 / 整理

运行 运行状态或问题状态是指进程在CPU上执行并持续运行,直到完成、时 间片用完或因某种原因被阻塞(通常是因为生成了I/O中断)。 如果时间片结 束但进程尚未完成,它将返回就绪状态; 如果进程在等待I/O时被暂停,它将 进入等待状态。 等待 等待状态 是指进程已准备好继续执行,但需要等待 I/O 操作完成才 能继续处理。 一旦 I/O 完成,进程通常会返回就绪状态,在进程队列中等 待再次被分配 CPU 时间以进行进一步处理。 监督 监督状态 用于进程必须执行需要比问题状态更高权限的操作时,包括 修改系统配置、安装设备驱动程序或修改安全设置。 基本上,任何不在用 户模式(环 3)或问题状态中执行的功能都发生在监督模式下。 此状态未 在 图 9.2 中显示,但在进程以更高权限运行时,它实际上替代了运行状态。 图 9.2 已执行进程的生命周期 已停止 当一个进程完成或必须被终止(因为发生错误、所需资源不可用或 无法满足资源请求)时,它会进入停止状态。 此时,操作系统可以

小白解释

场景先行:你是公司的安全负责人,正在读第 557 页这一组概念。老板不会问你背定义,而是问:这件事会不会影响业务、谁负责、要不要花钱、出了事能不能解释清楚。

这一页真正想让你理解的是:框架帮助组织系统化管理控制,而不是想到哪做到哪。

把它放进公司里看,关键不是背定义,而是判断:概念没放进业务场景,容易只背词,做题时不知道该选管理动作还是技术动作。

你作为负责人可以这样想:先确认业务目标和风险,再选控制措施,最后留下政策、审批、日志或证据。

本页术语用人话说:

ISO:ISO 是国际标准化组织,常见安全管理体系如 ISO 27001/27002。

程序:程序是一步一步怎么做。

常见误区:不要一看到安全题就直接选最强工具;CISSP 更常考“在这个场景下谁该负责、下一步是什么”。

读完后用一句话复述:如果我是安全负责人,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“安全控制框架:用成熟框架组织安全”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是安全负责人在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

ISO 偏标准和管理体系。

Step-by-step、SOP 常对应 procedure。

排除法提醒:不要一看到安全题就直接选最强工具;CISSP 更常考“在这个场景下谁该负责、下一步是什么”。

本页术语拆解
ISO ISO 是国际标准化组织,常见安全管理体系如 ISO 27001/27002。
程序 程序是一步一步怎么做。
学习单元 15 / PDF P558

第 558 页学习单元

这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

教材原文段落

recover all memory and other resources allocated to the process and reuse them for other processes as needed. Figure 9.2 shows a diagram of how these various states relate to one another. New processes always transition into the ready state. When the OS decides which process to run next, it checks the ready queue and takes the highestpriority job that's ready to run. Memory The second major hardware component of a system is memory, the storage bank for information that the computer needs to keep readily available. There are many different kinds of memory, each suitable for different purposes, and we'll take a look at each in the sections that follow.

Read-Only Memory Read-only memory (ROM) works like the name implies—it's memory the system can read but can't change (no writing allowed). The contents of a standard ROM chip are burned in at the factory, and the end user simply cannot alter it. ROM chips often contain “bootstrap” information that computers use to start up prior to loading an OS from disk. This includes the power-on self-test (POST) series of diagnostics that run each time you boot a PC. ROM's primary advantage is that it can't be modified. This attribute makes ROM extremely desirable for orchestrating a computer's innermost workings. There is a type of ROM that may be altered to some extent.

It is known as programmable read-only memory (PROM), and its several subtypes: Programmable Read-Only Memory (PROM) A basic programmable read-only memory (PROM) chip is similar to a ROM chip in functionality, but with one exception. During manufacturing, a PROM chip's contents aren't “burned in” at the factory as with standard ROM chips. Instead, a PROM incorporates special functionality that allows an end user to burn in the chip's contents later. Once data is written to a PROM chip, no further changes are possible.

Erasable Programmable Read-Only Memory (EPROM) EPROM combines the relatively high cost of PROM chips and software developers' inevitable desire to tinker with their code once it's written. You then have the rationale for the development of erasable PROM

中文直译 / 整理

回收分配给该进程的所有内存和其他资源,并根据需要将这些资源重新用 于其他进程。 图 9.2展示了这些不同状态之间的相互关系。 新进程总是进入就绪状态。 当操 作系统决定下一个运行哪个进程时,它会检查就绪队列,并选取优先级最高的 就绪任务。 内存 系统的第二个主要硬件组件是内存,它是计算机用来存放需要随时访问的信息 的存储单元。 内存有多种不同类型,每种都适用于不同的用途,我们将在接下 来的章节中逐一介绍。 只读存储器 只读存储器(ROM)的工作方式与其名称相符——系统可以读取其中的内容, 但无法更改(不允许写入)。 标准ROM芯片的内容在出厂时已被固化,终端 用户无法修改。 ROM芯片通常包含计算机在从磁盘加载操作系统之前用于启 动的“引导”信息,其中包括每次启动PC时运行的加电自检(POST)诊断序 列。 ROM的主要优势在于它无法被修改。 这一特性使ROM在协调计算机最底层操作时 极为理想。 有一种ROM可以在一定程度上被修改,它被称为可编程只读存储器(PRO M),其若干子类型包括: 可编程只读存储器(PROM) 基本的 可编程只读存储器(PROM)芯片在功能上与ROM芯片相似,但有一个例 外。

在制造过程中,PROM芯片的内容不会像标准ROM芯片那样在工厂中 “固化”。 相反,PROM内置了特殊功能,允许最终用户在之后固化芯片 内容。 一旦数据写入PROM芯片,就无法再进行任何更改。 可擦除可编程只读存储器(EPROM) EPROM 结合了 PROM 芯片相对较 高的成本以及软件开发人员在代码写入后不可避免地想要修改代码的愿望。 于是,就有了开发可擦除PROM的理由

小白解释

场景先行:员工在家访问公司系统,流量要穿过家庭网络、互联网、防火墙、VPN、服务器。网络安全题就是让你判断问题发生在哪一层、用哪个控制放在什么位置。

这一页真正想让你理解的是:这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

把它放进公司里看,关键不是背定义,而是判断:不分层就会乱选设备:该加密的地方装防火墙,该监测的地方却只做访问控制。

你作为负责人可以这样想:先定位网络层次,再决定是分段、过滤、加密、检测还是阻断。

本页术语用人话说:

标准:标准给出必须满足的最低要求。

入侵防御系统 IPS:IPS 可检测并主动阻断恶意流量。

恢复点目标 RPO:RPO 是最多能接受丢失多少时间范围的数据。

常见误区:不要以为防火墙能解决所有网络问题;它只是控制流量的一类工具。

读完后用一句话复述:如果我是网络安全工程师,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“第 558 页学习单元”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是网络安全工程师在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

Minimum level、mandatory requirement 常对应 standard。

IPS 放在线路中,误报可能影响可用性。

RPO 问数据:最多丢到哪个时间点。

排除法提醒:不要以为防火墙能解决所有网络问题;它只是控制流量的一类工具。

本页术语拆解
标准 标准给出必须满足的最低要求。
入侵防御系统 IPS IPS 可检测并主动阻断恶意流量。
恢复点目标 RPO RPO 是最多能接受丢失多少时间范围的数据。
学习单元 16 / PDF P559

第 559 页学习单元

这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

教材原文段落

(EPROM). There are two main subcategories of EPROM: UVEPROM and EEPROM (see the next item). Ultraviolet EPROMs (UVEPROMs) can be erased with UV light. These chips have a small window that, when illuminated with a special ultraviolet light, causes the contents of the chip to be erased. After this process is complete, end users can burn new information into the UVEPROM as if it had never been programmed before. Electronically Erasable Programmable Read-Only Memory (EEPROM) A more flexible, friendly alternative to UVEPROM is electronically erasable PROM (EEPROM), which uses electric voltages delivered to the pins of the chip to force erasure.

Flash Memory Flash memory is a derivative concept from EEPROM. It is a nonvolatile form of storage media that can be electronically erased and rewritten. The primary difference between EEPROM and flash memory is that EEPROM can be erased and written at the byte level, whereas flash memory can be erased and written in blocks or pages. The most common type of flash memory is NAND flash. It is widely used in memory cards, thumb drives, mobile devices, and SSDs (solid-state drives). Random Access Memory Random access memory (RAM) is readable and writable memory that contains information a computer uses during processing. RAM retains its contents only when power is continuously supplied to it.

Unlike with ROM, when a computer is powered off, all data stored in RAM disappears. For this reason, RAM is useful only for temporary storage. Critical data should never be stored solely in RAM; a backup copy should always be kept on another storage device to prevent its disappearance in the event of a sudden loss of electrical power. The following are types of RAM: Real Memory Real memory (also known as main memory or primary memory) is typically the largest RAM storage resource available to a computer. It is normally composed of a number of dynamic RAM chips and, therefore, must be refreshed by the CPU periodically (see the sidebar “Dynamic vs.

Static RAM” for more information on this subject). Cache RAM Computer systems contain many caches that improve performance by taking data from slower devices and temporarily storing it in faster devices when repeated use is likely; this is cache RAM. The (EPROM)。EPROM

中文直译 / 整理

有两个主要子类别:UVEPROM 和 EEPROM (见下一项)。 紫外线EPROM(UVEPROM) 可以通过紫外线擦除。 这 些芯片有一个小窗口,当用特殊的紫外线照射时,芯片的内容会被擦除。 此过程完成后,最终用户可以像对待从未编程过的芯片一样,将新信息写 入 UVEPROM。 电子可擦除可编程只读存储器(EEPROM) 一种比UVEPROM更灵活、 更友好的替代方案是电子可擦除PROM(EEPROM),它通过向芯片引脚 施加电压来强制擦除数据。 闪存 闪存 是从EEPROM衍生出的概念。 它是一种非易失性存储介质,可以 电子擦除和重写。 EEPROM与闪存的主要区别在于,EEPROM可以按字节 级别擦除和写入,而闪存只能按块或页进行擦除和写入。 最常见的闪存类型 是NAND闪存。 它广泛应用于存储卡、U盘、移动设备和SSD(固态硬盘) 中。 随机存取存储器 随机存取存储器(RAM) 是一种可读可写的内存,包含计算机在处理过程中 使用的数据。 RAM仅在持续供电时保留其内容。 与ROM不同,当计算机断电 时,RAM中存储的所有数据都会消失。 因此,RAM仅适用于临时存储。 关键 数据绝不能仅存储在RAM中;

为防止突然断电导致数据丢失,必须始终在其 他存储设备上保留备份副本。 以下是RAM的类型: 实内存 实内存(也称为主内存或主存储器)通常是计算机可用的最大RA M存储资源。 它通常由多个动态RAM芯片组成,因此必须由CPU定期刷新 (有关此主题的更多信息,请参见侧边栏“动态RAM与静态RAM”)。 缓存RAM 计算机系统包含许多缓存,这些缓存通过将来自较慢设备的数据临时存 储在较快设备中以提高性能,尤其是在可能重复使用的情况下; 这就是缓存RAM。 该

小白解释

场景先行:员工在家访问公司系统,流量要穿过家庭网络、互联网、防火墙、VPN、服务器。网络安全题就是让你判断问题发生在哪一层、用哪个控制放在什么位置。

这一页真正想让你理解的是:这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

把它放进公司里看,关键不是背定义,而是判断:不分层就会乱选设备:该加密的地方装防火墙,该监测的地方却只做访问控制。

你作为负责人可以这样想:先定位网络层次,再决定是分段、过滤、加密、检测还是阻断。

本页术语用人话说:

入侵防御系统 IPS:IPS 可检测并主动阻断恶意流量。

常见误区:不要以为防火墙能解决所有网络问题;它只是控制流量的一类工具。

读完后用一句话复述:如果我是网络安全工程师,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“第 559 页学习单元”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是网络安全工程师在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

IPS 放在线路中,误报可能影响可用性。

排除法提醒:不要以为防火墙能解决所有网络问题;它只是控制流量的一类工具。

本页术语拆解
入侵防御系统 IPS IPS 可检测并主动阻断恶意流量。
学习单元 17 / PDF P560

第 560 页学习单元

这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

教材原文段落

processor normally contains an onboard cache of extremely fast memory used to hold data on which it will operate. This can be referred to as L1, L2, L3, and even L4 cache (with the L being short for level). Many modern CPUs include up to three levels of on-chip cache, with some caches (usually L1 and/or L2) dedicated to a single processor core, whereas L3 may be a shared cache between cores. Some CPUs can involve L4 cache, which may be located on the mainboard/motherboard or on the GPU (graphics processing unit). Likewise, real memory often contains a cache of information pulled or read from a storage device.

Many peripherals also include onboard caches to reduce the storage burden they place on the CPU and OS. Many storage devices, such as hard disk drives (HDDs), solid-state drives (SSDs), and some thumb drives, contain caches to assist with improving read and write speed. However, these caches must be flushed to the permanent or secondary storage area before disconnection or power loss to avoid data loss of cache resident data.

中文直译 / 整理

处理器通常包含一个内置的超高速内存缓存,用于存放将要操作的数据。 这可以称为L1、L2、L3甚至L4缓存(其中L代表级别)。 许多现代CPU包 含最多三级片上缓存,其中一些缓存(通常是L1和/或L2)专用于单个处 理器核心,而L3可能是核心间共享的缓存。 一些CPU可能包含L4缓存,该 缓存可能位于主板上或GPU(图形处理器)上。 同样,实际内存中也常包 含从存储设备提取或读取的信息缓存。 许多外围设备还包含内置缓存,以减轻它们对CPU和操作系统的存储负担。 许 多存储设备,如硬盘驱动器(HDD)、固态驱动器(SSD)和某些U盘,都包 含缓存以帮助提高读写速度。 然而,在断开连接或断电之前,必须将这些缓存 刷新到永久或二级存储区域,以避免缓存中数据丢失。

小白解释

场景先行:你是公司的安全负责人,正在读第 560 页这一组概念。老板不会问你背定义,而是问:这件事会不会影响业务、谁负责、要不要花钱、出了事能不能解释清楚。

这一页真正想让你理解的是:这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

把它放进公司里看,关键不是背定义,而是判断:概念没放进业务场景,容易只背词,做题时不知道该选管理动作还是技术动作。

你作为负责人可以这样想:先确认业务目标和风险,再选控制措施,最后留下政策、审批、日志或证据。

如果这一页没有明显术语,就按“谁在做事、保护什么、怕什么、用什么控制、留下什么证据”来拆。

常见误区:不要一看到安全题就直接选最强工具;CISSP 更常考“在这个场景下谁该负责、下一步是什么”。

读完后用一句话复述:如果我是安全负责人,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“第 560 页学习单元”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是安全负责人在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

排除法提醒:不要一看到安全题就直接选最强工具;CISSP 更常考“在这个场景下谁该负责、下一步是什么”。

本页术语拆解

本页没有识别到重点术语,按原文顺序理解即可。

学习单元 18 / PDF P561

政策、标准、程序、指南

高层原则、最低要求、操作步骤、建议做法要分清。

教材原文段落

Dynamic vs. Static RAM There are two main types of RAM: dynamic RAM and static RAM. Most computers contain a combination of both types and use them for different purposes. To store data, dynamic RAM uses a series of capacitors, tiny electrical devices that hold a charge. These capacitors either hold a charge (representing a 1 bit in memory) or do not hold a charge (representing a 0 bit). However, because capacitors naturally lose their charges over time, the CPU must spend time refreshing the contents of dynamic RAM to ensure that 1 bits don't unintentionally change to 0 bits, thereby altering memory contents.

Static RAM uses more sophisticated technology—a logical device known as a flip-flop, which to all intents and purposes, is simply an on/off switch that must be moved from one position to another to change a 0 to 1, or vice versa. More importantly, static memory maintains its contents unaltered as long as power is supplied and imposes no CPU overhead for periodic refresh operations. Dynamic RAM is cheaper than static RAM because capacitors are cheaper than flip-flops. However, static RAM runs much faster than dynamic RAM. This creates a trade-off for system designers, who combine static and dynamic RAM modules to strike the right balance of cost versus performance.

Registers The CPU also includes a limited amount of onboard memory, known as registers, that provide it with directly accessible memory locations that the brain of the CPU, the arithmetic-logical unit (ALU), uses when performing calculations or processing instructions. The size and number of registers vary, but typical CPUs have 8 to 32 registers and are often either 32 or 64 bits in size. In fact, any data that the ALU is to manipulate must be loaded into a register unless it is directly supplied as part of the instruction. The main advantage of this type of memory is that it is part of the ALU itself and, therefore, operates in lockstep with the CPU at typical CPU speeds. Memory Addressing

中文直译 / 整理

动态内存与静态内存 RAM主要有两种类型:动态RAM和静态RAM。 大多数计算机都同时包 含这两种类型,并将它们用于不同的目的。 为了存储数据,动态内存使用一系列电容器,这些是能够存储电荷的微小 电子设备。 这些电容器要么保持电荷(表示内存中的一个1位),要么不保 持电荷(表示一个0位)。 然而,由于电容器会自然地随时间流失电荷, CPU必须花费时间刷新动态内存的内容,以确保1位不会意外地变为0位, 从而改变内存内容。 静态内存使用更复杂的技术——一种称为触发器的逻辑器件,从实际用途来 看,它只是一个开关,必须从一个位置切换到另一个位置才能将0变为1, 或反之亦然。 更重要的是,只要持续供电,静态内存就能保持其内容不变, 且无需CPU进行周期性刷新操作,因此不产生额外开销。 动态内存比静态内存更便宜,因为电容器比触发器成本更低。 然而,静态 内存的运行速度远快于动态内存。 这为系统设计师带来了权衡:他们将静 态和动态内存模块结合使用,以在成本与性能之间取得最佳平衡。

寄存器 CPU 还包含少量的片上内存,称为 寄存器,这些寄存器为 CPU 的大脑——算 术逻辑单元(ALU)——提供了可直接访问的内存位置,用于执行计算或处理 指令。 寄存器的大小和数量各不相同,但典型的 CPU 通常有 8 到 32 个寄存器, 大小通常为 32 位或 64 位。 事实上,除非数据直接作为指令的一部分提供,否 则 ALU 要操作的任何数据都必须先加载到寄存器中。 这种内存的主要优势在于, 它本身就是 ALU 的一部分,因此能与 CPU 以典型的 CPU 速度同步运行。 内存寻址

小白解释

场景先行:员工在家访问公司系统,流量要穿过家庭网络、互联网、防火墙、VPN、服务器。网络安全题就是让你判断问题发生在哪一层、用哪个控制放在什么位置。

这一页真正想让你理解的是:高层原则、最低要求、操作步骤、建议做法要分清。

把它放进公司里看,关键不是背定义,而是判断:不分层就会乱选设备:该加密的地方装防火墙,该监测的地方却只做访问控制。

你作为负责人可以这样想:先定位网络层次,再决定是分段、过滤、加密、检测还是阻断。

本页术语用人话说:

OSI 模型:OSI 用七层结构理解网络通信,从物理层到应用层。

日志:日志记录系统和用户活动,用于监控、审计和调查。

恢复点目标 RPO:RPO 是最多能接受丢失多少时间范围的数据。

常见误区:不要以为防火墙能解决所有网络问题;它只是控制流量的一类工具。

读完后用一句话复述:如果我是网络安全工程师,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“政策、标准、程序、指南”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是网络安全工程师在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

网络题先定位层次,再判断协议、设备或攻击位置。

日志要保护完整性、时间同步和访问控制。

RPO 问数据:最多丢到哪个时间点。

排除法提醒:不要以为防火墙能解决所有网络问题;它只是控制流量的一类工具。

本页术语拆解
OSI 模型 OSI 用七层结构理解网络通信,从物理层到应用层。
日志 日志记录系统和用户活动,用于监控、审计和调查。
恢复点目标 RPO RPO 是最多能接受丢失多少时间范围的数据。
学习单元 19 / PDF P562

第 562 页学习单元

这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

教材原文段落

When using memory resources, the processor must have some means of referring to various locations in memory. The solution to this problem is known as memory addressing, and several different addressing schemes are used in various circumstances. The following are five of the most common addressing schemes: Register Addressing As you learned in the previous section, registers are small memory locations directly in the CPU. When the CPU needs information from one of its registers to complete an operation, it uses a register address (for example, “register 1”) to access its contents.

Immediate Addressing Immediate addressing is not a memory addressing scheme per se but rather a way of referring to data that is supplied to the CPU as part of an instruction. For example, the CPU might process the command “Add 2 to the value in register 1.” This command uses two addressing schemes. The first is immediate addressing—the CPU is being told to add the value 2 and does not need to retrieve that value from a memory location—it's supplied as part of the command. The second is register addressing; it's instructed to retrieve the value from register 1. Direct Addressing In direct addressing, the CPU is provided with an actual address of the memory location to access.

The address must be located on the same memory page as the instruction being executed. Direct addressing is more flexible than immediate addressing since the contents of the memory location can be changed more readily than reprogramming the immediate addressing's hard-coded data. Indirect Addressing Indirect addressing uses a scheme similar to direct addressing. However, the memory address supplied to the CPU as part of the instruction doesn't contain the actual value that the CPU is to use as an operand. Instead, the memory address contains another memory address.

The CPU reads the indirect address to learn the address where the desired data resides and then retrieves the actual operand from that address. Base+Offset Addressing Base+offset addressing uses a value stored in one of the CPU's registers or pointers as the base location to begin counting. The CPU then adds the offset supplied with the instruction to that base address and retrieves the operand from that computed memory location.

中文直译 / 整理

在使用内存资源时,处理器必须具备某种方式来引用内存中的不同位置。 解决 这一问题的方法称为 内存寻址,在不同情况下会使用多种不同的寻址方案。 以下是五种最常见的寻址方案: 寄存器寻址 如您在上一节所学,寄存器是CPU内部的小型内存位置。 当 CPU需要从其寄存器中获取信息以完成操作时,它会使用一个寄存器地址 (例如“寄存器1”)来访问其内容。 立即寻址 立即寻址本身并非一种内存寻址方案,而是一种将数据作为指令一 部分提供给CPU的方式。 例如,CPU可能处理命令“将2加到寄存器1的值上”。 此命令使用了两种寻址方案。 第一种是立即寻址——CPU被指示将值2相加, 而无需从内存位置检索该值——该值作为指令的一部分提供。 第二种是寄存 器寻址; 它被指示从寄存器1中检索值。 直接寻址 在直接寻址中,CPU被提供要访问的内存位置的实际地址。 该地 址必须位于与正在执行的指令相同的内存页上。 直接寻址比立即寻址更灵 活,因为内存位置的内容可以比重新编程立即寻址的硬编码数据更容易更 改。 间接寻址 间接寻址 使用一种与直接寻址相似的方案。 然而,作为指令一部 分提供给CPU的内存地址并不包含CPU要用作操作数的实际值。

相反,该内 存地址包含另一个内存地址。 CPU读取该间接地址以确定所需数据所在的位 置,然后从该地址检索实际的操作数。 基址+偏移寻址 基址+偏移寻址 使用存储在 CPU 的一个寄存器或指针中的 值作为计数的起始基地址。 CPU 然后将指令中提供的偏移量加到该基地址 上,并从该计算出的内存位置中获取操作数。

小白解释

场景先行:你是公司的安全负责人,正在读第 562 页这一组概念。老板不会问你背定义,而是问:这件事会不会影响业务、谁负责、要不要花钱、出了事能不能解释清楚。

这一页真正想让你理解的是:这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

把它放进公司里看,关键不是背定义,而是判断:概念没放进业务场景,容易只背词,做题时不知道该选管理动作还是技术动作。

你作为负责人可以这样想:先确认业务目标和风险,再选控制措施,最后留下政策、审批、日志或证据。

如果这一页没有明显术语,就按“谁在做事、保护什么、怕什么、用什么控制、留下什么证据”来拆。

常见误区:不要一看到安全题就直接选最强工具;CISSP 更常考“在这个场景下谁该负责、下一步是什么”。

读完后用一句话复述:如果我是安全负责人,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“第 562 页学习单元”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是安全负责人在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

排除法提醒:不要一看到安全题就直接选最强工具;CISSP 更常考“在这个场景下谁该负责、下一步是什么”。

本页术语拆解

本页没有识别到重点术语,按原文顺序理解即可。

学习单元 20 / PDF P563

第 563 页学习单元

这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

教材原文段落

A pointer is a basic element or object in many programming languages that is used to store a memory address. Basically, a pointer holds the address of something stored in memory so that when the program reads the pointer, it points to the location of the data actually needed by the application. Effectively, a pointer references a memory location. The act of accessing a pointer to read that memory location is known as dereferencing. Pointers can store the memory address used in direct, indirect, or base addressing. Another potential issue is a race condition, which occurs when a system or device tries to perform two or more operations at the same time.

This can cause null pointer errors in which an application dereferences a pointer that it expects to be valid but is really null (or corrupted), resulting in a system crash. Secondary Memory Secondary memory is a term commonly used to refer to magnetic, optical, or flash-based media or other storage devices that contain data not immediately available to the CPU. For the CPU to access secondary memory data, the OS must first read the data and store it in real memory. Virtual memory is a special type of secondary memory that is used to expand the addressable space of real memory.

The most common type of virtual memory is the pagefile or swapfile that most OSs manage as part of their memory management functions. This specially formatted file contains previously stored RAM data but not recently used in real memory. When the OS needs to access addresses stored in the pagefile, it checks to see whether the page is memory-resident (in which case it can access it immediately) or whether it has been swapped to disk, in which case it reads the data from disk back into real memory (this process is called paging). Virtual memory's primary drawback is that the paging operations that occur when data is exchanged between primary and secondary memory are relatively slow.

The need for virtual memory is reduced with larger banks of actual physical RAM, and the performance hit of virtual memory can be reduced by using flash media (NVMe [nonvolatile memory express] SSDs, SSDs, and USB flash drives) to host the virtual memory paging file. Data Storage Devices

中文直译 / 整理

一个 指针 是许多编程语言中的基本元素或对象,用于存储内存地址。 基本上,指针保存着存储在内存中某物的地址,这样当程序读取指针时,它 会指向应用程序实际需要的数据位置。 实际上,指针引用了一个内存位置。 访问指针以读取该内存位置的行为称为 解引用。 指针可以存储用于直接、间 接或基址寻址的内存地址。 另一个潜在问题是 竞争条件,当系统或设备尝试 同时执行两个或多个操作时,就会发生这种情况。 这可能导致空指针错误, 即应用程序解引用了一个它期望有效但实际上为 null(或已损坏)的指针, 从而导致系统崩溃。 辅助存储器 辅助存储器是一个常用术语,指磁性、光学或基于闪存的介质或其他存储设备, 这些设备包含CPU无法立即访问的数据。 要使CPU访问辅助存储器中的数据, 操作系统必须首先读取数据并将其存储到真实内存中。 虚拟内存是一种特殊的辅助存储器,用于扩展真实内存的可寻址空间。 最 常见的虚拟内存类型是页面文件或交换文件,大多数操作系统将其作为内存管 理功能的一部分进行管理。 这个特殊格式的文件包含之前存储但近期未在真实 内存中使用的RAM数据。

当操作系统需要访问页面文件中存储的地址时,它会 检查该页是否驻留在内存中(如果是,则可立即访问); 或者是否已被交换到 磁盘上,如果是,则从磁盘读取数据并重新加载到真实内存中(此过程称为分 页)。 虚拟内存的主要缺点是,在数据在主存和辅存之间交换时发生的分页操作相 对较慢。 增加实际物理内存的容量可以减少对虚拟内存的需求,而通过使用 闪存介质(NVMe [非易失性内存表达] SSD、SSD 和 USB 闪存驱动器)来 托管虚拟内存分页文件,可以减轻虚拟内存带来的性能损耗。 数据存储设备

小白解释

场景先行:你是公司的安全负责人,正在读第 563 页这一组概念。老板不会问你背定义,而是问:这件事会不会影响业务、谁负责、要不要花钱、出了事能不能解释清楚。

这一页真正想让你理解的是:这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

把它放进公司里看,关键不是背定义,而是判断:概念没放进业务场景,容易只背词,做题时不知道该选管理动作还是技术动作。

你作为负责人可以这样想:先确认业务目标和风险,再选控制措施,最后留下政策、审批、日志或证据。

本页术语用人话说:

程序:程序是一步一步怎么做。

常见误区:不要一看到安全题就直接选最强工具;CISSP 更常考“在这个场景下谁该负责、下一步是什么”。

读完后用一句话复述:如果我是安全负责人,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“第 563 页学习单元”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是安全负责人在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

Step-by-step、SOP 常对应 procedure。

排除法提醒:不要一看到安全题就直接选最强工具;CISSP 更常考“在这个场景下谁该负责、下一步是什么”。

本页术语拆解
程序 程序是一步一步怎么做。
学习单元 21 / PDF P564

第 564 页学习单元

这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

教材原文段落

Data storage devices are used to store information that may be used by a computer at any time after it's written. Primary vs. Secondary Primary memory, also known as primary storage, is the RAM that a computer uses to keep necessary information readily available to the CPU while the computer is running. Secondary memory (or secondary storage) includes all the familiar long-term storage devices you use often. Secondary storage consists of magnetic, optical, and flash media such as HDDs, SSDs, flash drives, magnetic tapes, CDs, DVDs, and flash memory cards. Volatile vs.

Nonvolatile The volatility of a storage device is simply a measure of how likely it is to lose its data when power is turned off or cycled. Devices designed to retain their data (such as magnetic media, flash media, ROMs, and optical media) are classified as nonvolatile, whereas devices such as static or dynamic RAM modules, which lose their data when power is removed, are classified as volatile. Random vs. Sequential Storage devices may be accessed in one of two fashions. Random access storage devices allow an OS to read (and sometimes write) immediately from any point within the device by using some type of addressing system. Almost all primary storage devices are random access devices.

You can use a memory address to access information stored at any point within a RAM chip without reading the data that is physically stored before it. Most secondary storage devices are also random access. Sequential storage devices, on the other hand, do not provide this flexibility. They require you to read (or speed past) all the data physically stored before the desired location. A common example of a sequential storage device is a magnetic tape drive. Memory Security Issues Memory stores and processes your data—some of which may be extremely sensitive. Any memory devices that may retain sensitive data should be purged before they are allowed to leave your organization for any reason.

This

中文直译 / 整理

数据存储设备 用于存储计算机在写入后随时可能使用的信息。 主存储与辅助存储 主存储,也称为主存储,是计算机在运行时用于保存必要信息并供CPU快速 访问的RAM。 辅助存储(或辅助存储)包括您经常使用的各种长期存储设备。 辅助存储由磁性、光学和闪存介质组成,例如硬盘驱动器(HDD)、固态硬 盘(SSD)、闪存驱动器、磁带、CD、DVD和闪存卡。 易失性与非易失性 存储设备的易失性是指其在断电或电源循环时丢失数据的可能性。 设计用于保 留数据的设备(如磁性介质、闪存介质、ROM和光学介质)被归类为非易失性, 而像静态或动态RAM模块这类在断电后会丢失数据的设备则被归类为易失性。 随机访问与顺序访问 存储设备的访问方式有两种。 随机访问存储设备允许操作系统通过某种寻址系 统立即从设备的任意位置读取(有时也写入)数据。 几乎所有主存储设备都是 随机访问设备。 您可以使用内存地址直接访问RAM芯片中任意位置存储的信息, 而无需读取其物理位置之前的數據。 大多数辅助存储设备也是随机访问的。 顺序存储设备则不具备这种灵活性。 它们要求您读取(或快速经过)目标位置 之前所有物理存储的数据。 顺序存储设备的一个常见例子是磁带驱动器。

内存安全问题 内存存储并处理您的数据——其中一些可能极为敏感。 任何可能保留敏感数据 的内存设备,在因任何原因离开您的组织之前都应被清除。 此

小白解释

场景先行:你是公司的安全负责人,正在读第 564 页这一组概念。老板不会问你背定义,而是问:这件事会不会影响业务、谁负责、要不要花钱、出了事能不能解释清楚。

这一页真正想让你理解的是:这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

把它放进公司里看,关键不是背定义,而是判断:概念没放进业务场景,容易只背词,做题时不知道该选管理动作还是技术动作。

你作为负责人可以这样想:先确认业务目标和风险,再选控制措施,最后留下政策、审批、日志或证据。

如果这一页没有明显术语,就按“谁在做事、保护什么、怕什么、用什么控制、留下什么证据”来拆。

常见误区:不要一看到安全题就直接选最强工具;CISSP 更常考“在这个场景下谁该负责、下一步是什么”。

读完后用一句话复述:如果我是安全负责人,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“第 564 页学习单元”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是安全负责人在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

排除法提醒:不要一看到安全题就直接选最强工具;CISSP 更常考“在这个场景下谁该负责、下一步是什么”。

本页术语拆解

本页没有识别到重点术语,按原文顺序理解即可。

学习单元 22 / PDF P565

保护机制:分层、隐藏、加密和边界

单一控制不够,安全靠多个机制配合。

教材原文段落

is especially true for secondary memory and ROM/PROM/EPROM/EEPROM devices designed to retain data even after the power is turned off. However, memory data retention issues are not limited to secondary memory (i.e., storage devices). It is technically possible that the electrical components used in volatile primary memory could retain some of their charge for a limited period of time after power is turned off. A technically sophisticated individual could theoretically retrieve portions of the data stored on such devices.

A memory compromise called the cold boot attack freezes memory chips to delay the decay of resident data when the system is turned off or the RAM is pulled out of the motherboard (see en.wikipedia.org/wiki/Cold_boot_attack). There are even attacks and tools that focus on memory image dumps or system crash dumps to extract encryption keys (see www.passware.com/kit-forensic). Storage Media Security There are several concerns when it comes to the security of secondary storage devices: Data may remain on secondary storage devices even after it has been erased. This condition is known as data remanence.

Utilities are available that can retrieve files from a disk even after they have been deleted or reformatted. If you truly want to remove data from a secondary storage device, you must use a specialized utility designed to overwrite all traces of data on the device (commonly called sanitizing) or damage or destroy it beyond possible repair. (See Chapter 5, “Protecting Security of Assets.”)

中文直译 / 整理

点对于二级内存以及设计为在断电后仍能保留数据的 ROM/PROM/EPROM/EEPROM 设备尤其重要。 然而,内存数据保留问题不仅限于二级内存(即存储设备)。 从技术上讲,挥 发性主内存中使用的电子元件在断电后仍可能在有限时间内保留部分电荷。 技 术娴熟的个人理论上可以检索这些设备上存储的部分数据。 一种称为冷启动攻击的内存泄露方式,通过冷冻内存芯片来延缓系统关机或 RAM从主板拔出时驻留数据的衰减(参见 en.wikipedia.org/wiki/Cold bootattack)。 甚至还有攻击和工具_ _ 专门针对 内存镜像转储或系统崩溃转储以提取加密密钥(参见 www.passware.com/kit-forensic)。 存储介质安全 在二级存储设备的安全性方面,存在若干问题: 即使数据已被删除,仍可能保留在辅助存储设备上。 这种状况被称为数据 残余。 存在一些工具能够在文件被删除或重新格式化后仍从磁盘中恢复文 件。 如果您真正希望从辅助存储设备中移除数据,则必须使用专门设计用 于覆盖设备上所有数据痕迹的工具(通常称为安全清理),或使其受损或 销毁至无法修复的程度。 (参见第5章,“保护资产安全”。 )

小白解释

场景先行:员工在家访问公司系统,流量要穿过家庭网络、互联网、防火墙、VPN、服务器。网络安全题就是让你判断问题发生在哪一层、用哪个控制放在什么位置。

这一页真正想让你理解的是:单一控制不够,安全靠多个机制配合。

把它放进公司里看,关键不是背定义,而是判断:不分层就会乱选设备:该加密的地方装防火墙,该监测的地方却只做访问控制。

你作为负责人可以这样想:先定位网络层次,再决定是分段、过滤、加密、检测还是阻断。

本页术语用人话说:

加密:加密把内容变成未授权者看不懂的形式。

资产:资产是组织认为有价值、需要保护的东西,可以是数据、系统、人员、设施或声誉。

保留期限:保留期限规定数据、日志或记录要保存多久。

入侵防御系统 IPS:IPS 可检测并主动阻断恶意流量。

常见误区:不要以为防火墙能解决所有网络问题;它只是控制流量的一类工具。

读完后用一句话复述:如果我是网络安全工程师,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“保护机制:分层、隐藏、加密和边界”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是网络安全工程师在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

加密主要保护机密性,也可配合签名、哈希支持完整性和真实性。

资产安全题先问资产是谁拥有、如何分类、谁负责保护。

保留太短会影响合规和取证,保留太久会增加泄露风险和成本。

IPS 放在线路中,误报可能影响可用性。

排除法提醒:不要以为防火墙能解决所有网络问题;它只是控制流量的一类工具。

本页术语拆解
加密 加密把内容变成未授权者看不懂的形式。
资产 资产是组织认为有价值、需要保护的东西,可以是数据、系统、人员、设施或声誉。
保留期限 保留期限规定数据、日志或记录要保存多久。
入侵防御系统 IPS IPS 可检测并主动阻断恶意流量。
学习单元 23 / PDF P566

保护机制:分层、隐藏、加密和边界

单一控制不够,安全靠多个机制配合。

教材原文段落

SSDs are large-capacity flash memory secondary storage devices. Many SSDs include additional reserved memory blocks, which can be used in place of bad blocks. As blocks are written to or erased, they deteriorate at a predictable failure rate. Many SSD manufacturers counter this failure rate with two main techniques: reserved blocks and wear leveling. When a block stops working reliably, it is marked as bad, and a reserve block is then used in its place. This is similar to an HDD's bad sectors. Wear leveling attempts to perform write and erase events evenly across the entire drive's capacity of blocks to maximize use lifetime.

A traditional zeroization wipe is less effective for SSDs because bad blocks/cells are likely not overwritten. Secondary storage devices are also prone to theft. Economic loss is not the major factor (after all, how much does a backup tape or a hard drive cost?), but the loss of confidential information poses the great risks. For this reason, it is important to use full-disk encryption to reduce the risk of an unauthorized entity gaining access to your data. Many HDDs, SSDs, and flash devices offer on-device native encryption. Removable media pose a significant information disclosure risk, so securing them often requires encryption technologies.

Emanation Security Many electrical devices emanate electrical signals or radiation that can be intercepted and may contain confidential, sensitive, or private data. Obvious examples of emanation devices are wireless networking equipment and mobile phones, but many other devices are vulnerable to emanation interception that you might not expect, including monitors, network cables, modems, and internal or external media drives (hard drives, USB thumb drives, CDs, and so on). With the right equipment, adversaries can intercept electromagnetic or radio frequency signals (collectively known as emanations) from these devices and interpret them to extract confidential data. SSD

中文直译 / 整理

是大容量闪存辅助存储设备。 许多SSD包含额外的保留内存块, 可用于替代损坏的块。 当块被写入或擦除时,它们会以可预测的故障率 退化。 许多SSD制造商通过两种主要技术来应对这一故障率:保留块和 磨损均衡。 当某个块无法可靠工作时,它会被标记为坏块,然后使用保 留块替代它。 这类似于硬盘的坏扇区。 磨损均衡旨在在整个驱动器的块 容量上均匀执行写入和擦除操作,以最大化使用寿命。 传统的零化擦拭对SSD效果较差,因为坏块/单元可能不会被覆盖。 辅助存储设备也容易被盗。 经济损失并非主要因素(毕竟,备份磁带或硬 盘的成本能有多少? ),但机密信息的泄露会带来巨大风险。 因此,使用 全盘加密以降低未经授权的实体访问您数据的风险至关重要。 许多HDD、 SSD和闪存设备都提供设备内置加密功能。 可移动介质存在重大的信息泄露风险,因此保护它们通常需要采用加密 技术。 电磁安全 许多电子设备会发出电信号或辐射,这些信号可能被截获并包含机密、敏感 或私密数据。 无线网络设备和手机是明显的辐射源示例,但许多其他设备也 容易受到辐射截获,而您可能未曾想到,包括显示器、网络电缆、调制解调 器以及内部或外部存储介质(硬盘、USB闪存盘、CD等)。

借助适当的设备, 攻击者可以截获这些设备发出的电磁或射频信号(统称为辐射),并解读这 些信号以提取机密数据。

小白解释

场景先行:新员工入职后要登录系统。第一步是声明身份,第二步证明身份,第三步决定能访问哪些数据,最后系统要记录他做了什么。IAM 题就是围绕这条链条出题。

这一页真正想让你理解的是:单一控制不够,安全靠多个机制配合。

把它放进公司里看,关键不是背定义,而是判断:认证成功不代表什么都能做;离职、调岗、权限漂移都会造成越权。

你作为负责人可以这样想:把识别、认证、授权、审计分开看,再用最小权限和定期复核收口。

本页术语用人话说:

授权:授权是认证之后决定你能访问什么、能做什么。

加密:加密把内容变成未授权者看不懂的形式。

日志:日志记录系统和用户活动,用于监控、审计和调查。

常见误区:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

读完后用一句话复述:如果我是IAM 管理员,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“保护机制:分层、隐藏、加密和边界”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是IAM 管理员在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

认证成功不等于什么都能做;权限仍要单独授权。

加密主要保护机密性,也可配合签名、哈希支持完整性和真实性。

日志要保护完整性、时间同步和访问控制。

排除法提醒:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

本页术语拆解
授权 授权是认证之后决定你能访问什么、能做什么。
加密 加密把内容变成未授权者看不懂的形式。
日志 日志记录系统和用户活动,用于监控、审计和调查。
学习单元 24 / PDF P567

政策、标准、程序、指南

高层原则、最低要求、操作步骤、建议做法要分清。

教材原文段落

There are many valid uses of emanations, such as Wi-Fi, Bluetooth, GPS, and mobile phone signals. The types of countermeasures and safeguards used to protect against emanation attacks are derived from TEMPEST. TEMPEST (Telecommunications Electronics Material Protected from Emanating Spurious Transmissions) was originally a government research study aimed at protecting electronic equipment. It refers to a set of standards and guidelines used to minimize the unintentional electromagnetic signals that could be emitted by electronic equipment and potentially intercepted, leading to unauthorized access to sensitive information.

The term TEMPEST has become less common, and the corresponding security discipline is now commonly known as EMSEC. Emission Security (EMSEC) involves implementing various measures to prevent unauthorized individuals from obtaining valuable information that could be derived through intercepting and analyzing compromising emanations from cryptographic equipment, automated information systems (AISs), and telecommunications systems. It has since expanded to a general study of monitoring emanations and preventing their interception.

Simply because of the kinds of electronic components from which they're built, many computer hardware devices emit electromagnetic (EM) radiation during normal operation. The process of communicating with other machines or peripheral equipment creates emanations that can be intercepted. These emanation leaks can cause serious security issues but are generally easy to address. TEMPEST/EMSEC attacks read the electronic emanations that devices produce (known as Van Eck radiation) from a distance (this process is known as Van Eck phreaking).

TEMPEST/EMSEC eavesdropping or Van Eck phreaking countermeasures include the following: Faraday Cage A Faraday cage is a box, mobile room, or entire building designed with an external metal skin, often a wire mesh that fully surrounds an area on all sides. This metal skin acts as an EMabsorbing capacitor that prevents electromagnetic signals (emanations) from exiting or entering the area that the cage encloses.

中文直译 / 整理

辐射有多种合法用途,例如Wi‑Fi、蓝牙、GPS和移动电话信号。 用于防范辐射攻击的对策和防护措施源于TEMPEST。 TEMPEST( Telecommunications Electronics Material Protected from E manating Spurious Transmissions)最初是一项政府研究项目,旨在保护 电子设备。 它指的是一套标准和指南,用于最小化电子设备可能无意中发出的 电磁信号,这些信号若被截获,可能导致对敏感信息的未授权访问。 术语 TEMPEST现已较少使用,相应的安全领域现在通常被称为EMSEC。 辐射安全 (EMSEC)涉及实施各种措施,以防止未经授权的人员通过截获和分析加密设 备、自动化信息系统(AIS)和电信系统中的有害辐射而获取有价值的信息。 它已扩展为对辐射监测及其截获防范的普遍研究。 由于其构成的电子元件类型,许多计算机硬件设备在正常运行期间会发出电磁 (EM)辐射。 与其它机器或外围设备通信的过程会产生可被截获的辐射。 这些 辐射泄漏可能引发严重的安全问题,但通常易于解决。

TEMPEST/EMSEC攻击可以从远处读取设备产生的电子辐射(称为VanEck辐 射)(此过程称为VanEck窃听)。 TEMPEST/EMSEC窃听或Van Eck窃听的 防范措施包括以下内容: 法拉第笼 一个法拉第笼是一种箱体、移动房间或整个建筑,其外部覆盖金 属层,通常为金属网,完全包围区域的各个侧面。 这种金属层充当电磁吸 收电容器,防止电磁信号(泄漏)进出笼子所封闭的区域。

小白解释

场景先行:新员工入职后要登录系统。第一步是声明身份,第二步证明身份,第三步决定能访问哪些数据,最后系统要记录他做了什么。IAM 题就是围绕这条链条出题。

这一页真正想让你理解的是:高层原则、最低要求、操作步骤、建议做法要分清。

把它放进公司里看,关键不是背定义,而是判断:认证成功不代表什么都能做;离职、调岗、权限漂移都会造成越权。

你作为负责人可以这样想:把识别、认证、授权、审计分开看,再用最小权限和定期复核收口。

本页术语用人话说:

授权:授权是认证之后决定你能访问什么、能做什么。

加密:加密把内容变成未授权者看不懂的形式。

标准:标准给出必须满足的最低要求。

指南:指南是建议做法,不一定强制。

常见误区:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

读完后用一句话复述:如果我是IAM 管理员,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“政策、标准、程序、指南”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是IAM 管理员在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

认证成功不等于什么都能做;权限仍要单独授权。

加密主要保护机密性,也可配合签名、哈希支持完整性和真实性。

Minimum level、mandatory requirement 常对应 standard。

Recommended、not compulsory 常对应 guideline。

政府/军方、机密级别、标签、不可由用户随意改通常是 MAC。

排除法提醒:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

本页术语拆解
授权 授权是认证之后决定你能访问什么、能做什么。
加密 加密把内容变成未授权者看不懂的形式。
标准 标准给出必须满足的最低要求。
指南 指南是建议做法,不一定强制。
强制访问控制 MAC MAC 由系统根据标签和级别强制决定访问。
学习单元 25 / PDF P568

第 568 页学习单元

这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

教材原文段落

White Noise White noise simply means broadcasting false traffic to mask and hide the presence of real emanations. White noise can consist of a real signal from another source that is not confidential, a constant signal at a specific frequency, a randomly variable signal, or even a jam signal that causes interception equipment to fail. Although this is similar to jamming devices, the purpose is to convolute the signal only for the eavesdropper, not the authorized user, rather than stopping even valid uses of emanations. White noise describes any random sound, signal, or process that can drown out meaningful information.

This can vary from audible frequencies to inaudible electronic transmissions, and it may even involve the deliberate act of creating line or traffic noise to disguise origins or disrupt listening devices. Control Zone A third type of TEMPEST/EMSEC countermeasure, a control zone, is simply implementing a Faraday cage and white noise generation to protect a specific area in an environment; the rest of the environment is unaffected. A control zone can be a room, a floor, or an entire building. In addition to the TEMPEST/EMSEC derived countermeasure technologies concepts, shielding, access control, and antenna management can be helpful against emanation eavesdropping.

Shielding of cables (networking and otherwise) may be sufficient to reduce or block emanation access. This may be an element included in the manufacture of equipment, such as shielded twisted pair (STP) cabling, or may be accomplished by using shielding conduits or just replacing copper network cables with fiber-optic cables. Input and Output Devices Input and output devices can present security risks to a system. Security professionals should be aware of these risks and ensure that appropriate controls are in place to mitigate them. Monitors

中文直译 / 整理

白噪声 白噪声 仅仅是广播虚假信号以掩盖真实泄漏的存在。 白噪声可以由 另一个非机密来源的真实信号、特定频率的恒定信号、随机变化的信号, 甚至导致拦截设备失效的干扰信号组成。 尽管这与干扰设备类似,但其目 的是仅使窃听者混淆信号,而非影响授权用户的正常使用,而不是阻止电 磁泄漏的合法用途。 白噪声 指任何可以掩盖有意义信息的随机声音、信号或过程。 这 可以涵盖从可听频率到不可听的电子传输,甚至可能包括故意制造线路 或交通噪音以掩盖来源或干扰监听设备的行为。 控制区 是一种第三类 TEMPEST/EMSEC 防护措施,即通过实施法拉第 笼和白噪声生成来保护环境中的特定区域; 环境的其余部分不受影响。 控 制区可以是一个房间、一层楼,或整栋建筑。 除了 TEMPEST/EMSEC 衍生的防护技术概念外,屏蔽、访问控制和天线管 理也有助于防范辐射窃听。 屏蔽 电缆(包括网络电缆及其他类型)可能足以 减少或阻断辐射泄露。 这可能是设备制造中包含的要素,例如屏蔽双绞线( STP)电缆,或可通过使用屏蔽管道,或直接将铜质网络电缆替换为光纤电缆 来实现。 输入和输出设备 输入和输出设备可能对系统构成安全风险。

安全专业人员应了解这些风险, 并确保采取适当的控制措施以减轻这些风险。 显示器

小白解释

场景先行:新员工入职后要登录系统。第一步是声明身份,第二步证明身份,第三步决定能访问哪些数据,最后系统要记录他做了什么。IAM 题就是围绕这条链条出题。

这一页真正想让你理解的是:这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

把它放进公司里看,关键不是背定义,而是判断:认证成功不代表什么都能做;离职、调岗、权限漂移都会造成越权。

你作为负责人可以这样想:把识别、认证、授权、审计分开看,再用最小权限和定期复核收口。

本页术语用人话说:

授权:授权是认证之后决定你能访问什么、能做什么。

日志:日志记录系统和用户活动,用于监控、审计和调查。

恢复点目标 RPO:RPO 是最多能接受丢失多少时间范围的数据。

常见误区:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

读完后用一句话复述:如果我是IAM 管理员,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“第 568 页学习单元”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是IAM 管理员在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

认证成功不等于什么都能做;权限仍要单独授权。

日志要保护完整性、时间同步和访问控制。

RPO 问数据:最多丢到哪个时间点。

排除法提醒:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

本页术语拆解
授权 授权是认证之后决定你能访问什么、能做什么。
日志 日志记录系统和用户活动,用于监控、审计和调查。
恢复点目标 RPO RPO 是最多能接受丢失多少时间范围的数据。
学习单元 26 / PDF P569

政策、标准、程序、指南

高层原则、最低要求、操作步骤、建议做法要分清。

教材原文段落

TEMPEST/EMSEC eavesdropping technology can compromise the security of data displayed on a monitor. This may be accomplished by eavesdropping on the video cable or the monitor itself. It is arguable that the biggest risk with any monitor is still shoulder surfing or cameras. Don't forget shoulder surfing is a concern for desktop displays, laptop displays, tablets, and mobile phones. Printers Printers also represent a security risk that is easy to overlook. Depending on the physical security controls used at your organization, it may be much easier to walk out with sensitive information in printed form than to walk out with a flash drive or magnetic media.

If printers are shared, users may forget to retrieve their sensitive printouts, leaving them vulnerable to prying eyes. Many modern printers also store data locally, often on a hard drive, and some retain copies of printouts indefinitely. Printers are usually exposed on the network for convenient access and are often not designed to be secure systems. Concerns should also apply to multifunction printers (MFPs), especially those that include fax capabilities and that are network-attached (whether wired or wireless).

In 2018, researchers discovered that it is still possible to take control of a computer system over a public switched telephone network (PSTN) line using ancient AT commands supported by telephone modems and fax modems/machines. See the researcher's DEFCON 26 presentation PDF at media.defcon.org/DEF%20CON%2026/DEF%20CON%2026%20presentations/DEFCON -26-Yaniv-Balmas-What-The-FAX.pdf. If you don't always need fax capabilities, don't leave the telephone line plugged in. If you do need alwaysavailable fax capabilities, use a stand-alone fax machine. Keyboards/Mice Keyboards, mice, and similar input devices are not immune to security vulnerabilities.

All of these devices are vulnerable to TEMPEST/EMSEC monitoring, whether wired or wireless. Also, keyboards are vulnerable to less sophisticated bugging. A simple device can be placed inside a keyboard or along its connection cable to intercept all the keystrokes that take place and transmit them to a remote receiver using a radio signal. This has the same effect as TEMPEST/EMSEC monitoring but can be done with much less expensive gear. Additionally, if your keyboard and mouse are wireless, including Bluetooth, their radio signals can be intercepted. TEMPEST/EMSEC

中文直译 / 整理

窃听技术可能危及显示器上显示的数据的安全性。 这可以通 过窃听视频电缆或显示器本身来实现。 可以说,任何显示器最大的风险仍然是 肩窥或摄像头。 不要忘记,肩窥对台式机显示器、笔记本电脑显示器、平板电 脑和手机都是一个需要关注的问题。 打印机 打印机还代表一种容易被忽视的安全风险。 根据您组织所使用的物理安全控制 措施,将敏感信息以打印形式带走可能比携带闪存驱动器或磁性介质更容易。 如果打印机是共享的,用户可能会忘记取回他们的敏感打印件,使其容易被他 人窥视。 许多现代打印机还会在本地存储数据,通常是在硬盘上,有些甚至会 无限期地保留打印件的副本。 打印机通常为了方便访问而暴露在网络中,且通 常并非设计为安全系统。 还应关注多功能打印机(MFPs),尤其是那些包含传真功能且通过网络连接 (有线或无线)的设备。 2018年,研究人员发现,仍可通过电话调制解调器 和传真调制解调器/设备支持的古老AT命令,利用公共交换电话网络(PST N)线路控制计算机系统。

有关研究人员的DEFCON 26演示文稿PDF,请参 阅 media.defcon.org/DEF%20CON%2026/DEF%20CON%2026% 20presentations/DEFCON-26-Yaniv-Balmas-What-The-FAX.pdf。 如果您并不总是 需要传真功能,请不要将电话线一直插着。 如果您确实需要随时可用的传真功 能,请使用独立的传真机。 键盘/鼠标 键盘、鼠标和类似的输入设备并非对安全漏洞免疫。 所有这些设备,无论有线 还是无线,都容易受到TEMPEST/EMSEC监控。 此外,键盘还容易受到不太 复杂的窃听攻击。 一种简单的设备可以被放置在键盘内部或其连接电缆上,以 拦截所有击键操作,并通过无线电信号将它们传输到远程接收器。 这与 TEMPEST/EMSEC监控的效果相同,但可以使用便宜得多的设备实现。 另外, 如果您的键盘和鼠标是无线的,包括蓝牙,它们的无线电信号也可能被截获。

小白解释

场景先行:凌晨监控告警:某台服务器开始大量外连。你不能先忙着写报告,也不能直接关全网。事件响应要按顺序做:确认、遏制、根除、恢复、复盘。

这一页真正想让你理解的是:高层原则、最低要求、操作步骤、建议做法要分清。

把它放进公司里看,关键不是背定义,而是判断:步骤乱了会扩大损失,或者破坏证据。

你作为负责人可以这样想:先保全证据和控制影响,再清除原因并恢复业务。

本页术语用人话说:

强制访问控制 MAC:MAC 由系统根据标签和级别强制决定访问。

日志:日志记录系统和用户活动,用于监控、审计和调查。

常见误区:不要一上来就删除文件或重装系统;可能会破坏调查证据。

读完后用一句话复述:如果我是事件响应负责人,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“政策、标准、程序、指南”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是事件响应负责人在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

政府/军方、机密级别、标签、不可由用户随意改通常是 MAC。

日志要保护完整性、时间同步和访问控制。

排除法提醒:不要一上来就删除文件或重装系统;可能会破坏调查证据。

本页术语拆解
强制访问控制 MAC MAC 由系统根据标签和级别强制决定访问。
日志 日志记录系统和用户活动,用于监控、审计和调查。
学习单元 27 / PDF P570

第 570 页学习单元

这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

教材原文段落

POTS Telephone Modems With the advent of ubiquitous broadband and wireless connectivity, telephone modems are becoming a scarce legacy computer component. If your organization is still using older equipment, there is a chance that a modem is part of the hardware configuration. Modems allow users to create uncontrolled access points into your network. If improperly configured, they can create extremely serious security vulnerabilities that allow an outsider to bypass all your perimeter protection mechanisms and directly access your network resources. Modems create an alternate egress channel that insiders can use to funnel data outside your organization.

But keep in mind that these vulnerabilities can be exploited only if the modem is connected to an operational telephone landline. The same risk of creating a security perimeter bypass exists when systems have both wired and wireless NICs. Systems should typically be restricted to using only one method/means of connection at a time. For example, if a cable is connected to the system's RJ45 jack, then the wireless interface should be deactivated. It may also be worth considering that for devices that exit and enter the premises a geofencing type system be used, where wireless connection devices are deactivated as the equipment enters the facility.

See more on this in Chapter 11, “Secure Network Architecture and Components.” You should seriously consider an outright ban on telephone modems in your organization's security policy unless you truly need them for business reasons. In those cases, security officials should know the physical and logical locations of all modems on the network, ensure that they are correctly configured, and make certain that appropriate protective measures are in place to prevent their illegitimate use. Firmware Firmware (also known as microcode) is a term used to describe software that is stored in a ROM or an EEPROM chip.

This type of software is changed infrequently (actually, never, if it's stored on a true ROM chip as opposed to an EEPROM or flash chip) and often drives the basic operation of a computing device. POTS

中文直译 / 整理

电话调制解调器 随着宽带和无线连接的普及,电话调制解调器正逐渐成为稀缺的遗留计算机组 件。 如果您的组织仍在使用较旧的设备,调制解调器可能是硬件配置的一部分。 调制解调器允许用户创建不受控制的网络接入点。 如果配置不当,它们可能造 成极其严重的安全漏洞,使外部人员能够绕过您所有的边界防护机制,直接访 问您的网络资源。 调制解调器还提供了一条备用的外联通道,内部人员可利用 它将数据外传。 但请注意,这些漏洞只有在调制解调器连接到正常工作的电话 固话线路时才能被利用。 当系统同时具有有线和无线网卡时,同样存在绕过安全边界的风险。 系 统通常应限制为一次仅使用一种连接方式。 例如,如果电缆连接到系统的 RJ45接口,则应停用无线接口。 还值得考虑的是,对于进出场所的设备, 可使用地理围栏系统,在设备进入设施时停用无线连接设备。 更多相关内容 请参见第11章,“安全网络架构与组件。 ” 除非您确实因业务原因需要电话调制解调器,否则应在组织的安全策略中坚决 禁止使用电话调制解调器。 在这些情况下,安全人员应了解网络上所有调制解 调器的物理和逻辑位置,确保其配置正确,并采取适当的保护措施,防止其被 非法使用。

固件 固件(也称为微码)是一个术语,用于描述存储在ROM或EEPROM芯片中的 软件。 这种软件很少被更改(实际上,如果存储在真正的ROM芯片上而非 EEPROM或闪存芯片上,则永远不会更改),并且通常驱动计算设备的基本操 作。

小白解释

场景先行:凌晨监控告警:某台服务器开始大量外连。你不能先忙着写报告,也不能直接关全网。事件响应要按顺序做:确认、遏制、根除、恢复、复盘。

这一页真正想让你理解的是:这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

把它放进公司里看,关键不是背定义,而是判断:步骤乱了会扩大损失,或者破坏证据。

你作为负责人可以这样想:先保全证据和控制影响,再清除原因并恢复业务。

本页术语用人话说:

安全边界:安全边界是不同信任级别或安全要求交接的位置。

政策:政策是高层原则,说明必须遵守什么。

日志:日志记录系统和用户活动,用于监控、审计和调查。

常见误区:不要一上来就删除文件或重装系统;可能会破坏调查证据。

读完后用一句话复述:如果我是事件响应负责人,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“第 570 页学习单元”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是事件响应负责人在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

内网/外网、DMZ/内网、不同分类级别之间都是常见边界。

Policy 高层、强制、稳定;Procedure 具体步骤。

日志要保护完整性、时间同步和访问控制。

排除法提醒:不要一上来就删除文件或重装系统;可能会破坏调查证据。

本页术语拆解
安全边界 安全边界是不同信任级别或安全要求交接的位置。
政策 政策是高层原则,说明必须遵守什么。
日志 日志记录系统和用户活动,用于监控、审计和调查。
学习单元 28 / PDF P571

第 571 页学习单元

这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

教材原文段落

Many hardware devices, such as printers and modems, need some limited set of instructions and processing power to complete their tasks while minimizing the burden placed on the OS itself. In many cases, these “mini” OSs are entirely contained in firmware chips onboard the devices they serve. Many devices commonly use firmware as their primary OS, including mobile devices, Internet of Things (IoT) equipment, edge computing devices, fog computing devices, and industrial control systems. Basic input/output system (BIOS) is the legacy basic low-end firmware or software embedded in a motherboard's EEPROM or flash chip.

The BIOS contains the OS-independent primitive instructions that a computer needs to start up and load the OS from disk. The BIOS identifies and initiates the basic system hardware components, such as the hard drive, optical drive, and video card, so that the bootstrapping process of loading an OS can begin. In most modern systems, the BIOS has been replaced by UEFI.

Unified Extensible Firmware Interface (UEFI) provides support for all of the same functions as BIOS with many improvements, such as support for larger hard drives (especially for booting), faster boot times, enhanced security features, and even the ability to use a mouse when making system changes (BIOS was limited to keyboard control only). UEFI also includes a CPUindependent architecture, a flexible pre-OS environment with networking support, measured boot, boot attestation (aka secure boot), and backward and forward compatibility. It also runs CPU-independent drivers (for system components, drive controllers, and hard drives).

The process of updating the UEFI, BIOS, or firmware is known as flashing. If bad actors or malware can alter the UEFI, BIOS, or firmware of a system, they may be able to bypass security features or initiate otherwise prohibited activities. There have been a few examples of malicious code embedding itself into UEFI, BIOS, or firmware. There is also an attack known as phlashing, in which a malicious variation of official BIOS or firmware is installed that introduces remote control or other malicious features into a device.

Boot attestation or secure boot is a feature of UEFI that aims to protect the local OS by preventing the loading or installing of device drivers or an OS that is not signed by a preapproved digital certificate. Secure boot thus protects systems against a range of low-level or boot-level malware, such as certain rootkits and backdoors. Secure boot intends that only drivers and OSs that pass attestation (the verification and approval process accomplished through the validation of a digital signature) are allowed to be installed and loaded on

中文直译 / 整理

许多硬件设备,例如打印机和调制解调器,需要一组有限的指令和处理能力来 完成其任务,同时尽量减轻操作系统本身的负担。 在许多情况下,这些“微型” 操作系统完全包含在为它们服务的设备上的固件芯片中。 许多设备通常将固件 作为其主要操作系统使用,包括移动设备、物联网(IoT)设备、边缘计算设 备、雾计算设备和工业控制系统。 基本输入/输出系统(BIOS)是嵌入在主板EEPROM或闪存芯片中的传统基础 低级固件或软件。 BIOS包含计算机启动并从磁盘加载操作系统所需的与操作系 统无关的原始指令。 BIOS会识别并初始化基本系统硬件组件,例如硬盘、光驱 和显卡,以便启动加载操作系统的流程能够开始。 在大多数现代系统中, BIOS已被UEFI取代。 统一可扩展固件接口(UEFI)提供了与BIOS相同的所有功能,并有许多改 进,例如支持更大的硬盘(尤其是用于启动)、更快的启动时间、增强的安全 功能,甚至可以在进行系统更改时使用鼠标(BIOS仅限键盘控制)。 UEFI还 包含CPU独立架构、支持网络的灵活预操作系统环境、度量启动、启动认证 (即安全启动)以及向后和向前兼容性。

它还运行CPU独立的驱动程序(用于 系统组件、驱动控制器和硬盘)。 更新UEFI、BIOS或固件的过程称为刷写。 如果恶意行为者或恶意软件能够更 改系统的UEFI、BIOS或固件,他们可能绕过安全功能或启动其他被禁止的活 动。 已有若干实例表明,恶意代码已嵌入到UEFI、BIOS或固件中。 此外,还 有一种称为phlashing的攻击,即安装恶意版本的官方BIOS或固件,从而在设 备中引入远程控制或其他恶意功能。 启动验证或安全启动是UEFI的一项功能,旨在通过阻止加载或安装未经过预批 准数字证书签名的设备驱动程序或操作系统来保护本地操作系统。 因此,安全 启动可防止系统受到各种低级别或启动级别恶意软件的侵害,例如某些根套件 和后门。 安全启动旨在仅允许通过验证(通过验证数字签名完成的验证和批准 过程)的驱动程序和操作系统安装和加载于

小白解释

场景先行:新员工入职后要登录系统。第一步是声明身份,第二步证明身份,第三步决定能访问哪些数据,最后系统要记录他做了什么。IAM 题就是围绕这条链条出题。

这一页真正想让你理解的是:这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

把它放进公司里看,关键不是背定义,而是判断:认证成功不代表什么都能做;离职、调岗、权限漂移都会造成越权。

你作为负责人可以这样想:把识别、认证、授权、审计分开看,再用最小权限和定期复核收口。

本页术语用人话说:

认证:认证是验证“你是不是你声称的那个人”。

程序:程序是一步一步怎么做。

数字签名:数字签名用私钥签署摘要,让别人用公钥验证来源和完整性。

数字证书:数字证书把身份和公钥绑定起来,由可信 CA 签发。

常见误区:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

读完后用一句话复述:如果我是IAM 管理员,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“第 571 页学习单元”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是IAM 管理员在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

密码、令牌、生物特征、多因素认证都服务认证。

Step-by-step、SOP 常对应 procedure。

签名支持完整性、真实性和不可否认性,不等于加密全文。

证书不是密钥本身,而是身份与公钥的可信绑定。

IPS 放在线路中,误报可能影响可用性。

排除法提醒:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

本页术语拆解
认证 认证是验证“你是不是你声称的那个人”。
程序 程序是一步一步怎么做。
数字签名 数字签名用私钥签署摘要,让别人用公钥验证来源和完整性。
数字证书 数字证书把身份和公钥绑定起来,由可信 CA 签发。
入侵防御系统 IPS IPS 可检测并主动阻断恶意流量。
恶意代码 恶意代码包括病毒、蠕虫、木马、勒索软件等。
学习单元 29 / PDF P572

安全控制框架:用成熟框架组织安全

框架帮助组织系统化管理控制,而不是想到哪做到哪。

教材原文段落

the local system. Unfortunately, there are now forms of malware which can bypass or abuse UEFI security features on specific systems. Measured boot is an optional feature of UEFI that takes a hash calculation of every element involved in the booting process. The hashes are performed by and stored in the Trusted Platform Module (TPM). If foul play is detected in regard to booting, the hashes of the most recent boot can be accessed and compared against known-good values to determine which (if any) of the boot components have been compromised. Measured boot does not interrupt or stop the process of booting; it just records the hash IDs of the elements used in the boot.

Thus, it is like a security camera. It does not prevent a malicious action; it just records whatever occurs in its area of view. Client-Based Systems Client-based vulnerabilities place the user, their data, and their system at risk of compromise and destruction. A client-side attack is any attack that is able to harm a client. Generally, when attacks are discussed, it's assumed that the primary target is a server or a server-side component. A client-side or clientfocused attack is one where the client itself, or a process on the client, is the target.

A common example of a client-side attack is a malicious website that transfers malicious mobile code (such as an applet) to a vulnerable browser running on the client. Client-side attacks can occur over any communications protocol, not just Hypertext Transfer Protocol (HTTP). Another potential vulnerability that is client-based is the risk of poisoning of local caches. Mobile Code Applets are code objects sent from a server to a client to perform some action. In fact, applets are actually self-contained miniature programs that execute independently of the server that sent them—that is, mobile code. The arena of the web is undergoing constant flux.

The use of applets is not as common today as it was in the early 2010s. However, applets are not absent from the web, and many browsers still support them (or still have add-ons present that support them). Thus, even when your organization does not intentionally use applets in your internal or public web design, your web browsers could encounter them while surfing the public web. Imagine a web server that offers a variety of financial tools to web users. One of these tools might be a mortgage calculator that processes a user's financial information and provides a monthly mortgage payment based on the loan's

中文直译 / 整理

本地系统。 然而,目前存在一些恶意软件能够绕过或滥用特定系统上的UEFI安 全功能。 测量启动是UEFI的一项可选功能,它会对启动过程中涉及的每个元素进行哈 希计算。 这些哈希值由可信平台模块(TPM)执行并存储。 如果检测到启动过 程中存在恶意行为,可以访问并比较最近一次启动的哈希值与已知的正常值, 以确定哪些(如果有)启动组件已被破坏。 测量启动不会中断或阻止启动过程; 它只是记录启动过程中使用的元素的哈希ID。 因此,它就像一台安全摄像头: 它不会阻止恶意行为,只是记录其监控范围内发生的所有情况。 基于客户端的系统 基于客户端的漏洞会使用户、其数据和其系统面临被破坏和摧毁的风险。 客户 端攻击是指任何能够对客户端造成损害的攻击。 通常,在讨论攻击时,人们默 认主要目标是服务器或服务器端组件。 而客户端攻击或以客户端为中心的攻击, 则是以客户端本身或客户端上的某个进程为目标的攻击。 一个常见的客户端攻 击示例是恶意网站向运行在客户端上的易受攻击的浏览器传输恶意移动代码 (例如小应用程序)。 客户端攻击可以通过任何通信协议发生,而不仅仅是超 文本传输协议(HTTP)。 另一个潜在的基于客户端的漏洞是本地缓存被污染 的风险。

移动代码 Applets 是从服务器发送到客户端以执行某些操作的代码对象。 事实上, Applets 实际上是独立于发送它们的服务器运行的自包含微型程序——即移动代 码。 网络领域正在不断变化。 如今,Applets 的使用不如 2010 年代初期普遍。 然而,Applets 并未从网络中消失,许多浏览器仍支持它们(或仍具有支持它 们的插件)。 因此,即使您的组织在内部或公共网页设计中并未有意使用 Applets,您的网页浏览器在浏览公共网络时仍可能遇到它们。 想象一个为网页用户提供多种金融工具的Web服务器。 其中一个工具可能是一 个按揭计算器,它会处理用户的财务信息,并根据贷款的

小白解释

场景先行:财务要把合同发给供应商:不想被别人看懂,要加密;不想被人改金额,要校验完整性;不想对方抵赖,要签名和证书。密码学不是炫技,是解决这些业务信任问题。

这一页真正想让你理解的是:框架帮助组织系统化管理控制,而不是想到哪做到哪。

把它放进公司里看,关键不是背定义,而是判断:把加密、哈希、签名混在一起,会导致控制目标错位。

你作为负责人可以这样想:机密性用加密,完整性用哈希/签名,身份信任用证书和 PKI。

本页术语用人话说:

ISO:ISO 是国际标准化组织,常见安全管理体系如 ISO 27001/27002。

程序:程序是一步一步怎么做。

哈希:哈希把任意长度数据变成固定长度摘要,用于校验是否被改过。

入侵检测系统 IDS:IDS 负责发现可疑行为并告警,一般不直接阻断。

常见误区:哈希不是加密;签名也不是为了隐藏内容。

读完后用一句话复述:如果我是系统架构师,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“安全控制框架:用成熟框架组织安全”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是系统架构师在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

ISO 偏标准和管理体系。

Step-by-step、SOP 常对应 procedure。

哈希本身不提供机密性;它主要用于完整性校验。

检测是 IDS,主动阻断更像 IPS。

防恶意代码要结合补丁、最小权限、检测、备份和用户培训。

排除法提醒:哈希不是加密;签名也不是为了隐藏内容。

本页术语拆解
ISO ISO 是国际标准化组织,常见安全管理体系如 ISO 27001/27002。
程序 程序是一步一步怎么做。
哈希 哈希把任意长度数据变成固定长度摘要,用于校验是否被改过。
入侵检测系统 IDS IDS 负责发现可疑行为并告警,一般不直接阻断。
恶意代码 恶意代码包括病毒、蠕虫、木马、勒索软件等。
学习单元 30 / PDF P573

安全控制框架:用成熟框架组织安全

框架帮助组织系统化管理控制,而不是想到哪做到哪。

教材原文段落

principal and term and the borrower's credit information. Instead of processing this data and returning the results to the client system, the remote web server might send an applet to the local system that enables it to perform those calculations itself. This provides a number of benefits to both the remote server and the end user: The processing burden is shifted to the client, freeing up resources on the web server to process requests from more users. The client is able to produce data using local resources rather than waiting for a response from the remote server. In many cases, this results in a quicker response to changes in the input data.

In a properly programmed applet, the web server does not receive any data provided to the applet as input, therefore maintaining the security and privacy of the user's financial data. However, applets introduce security concerns. Any time you execute someone else's code, you are at risk of the code being malicious or having exploitable flaws. Security administrators must take steps to ensure that code sent to systems on their network is safe and properly screened for malicious activity. Also, unless the code is analyzed line by line, the end user can never be certain that the applet doesn't contain a Trojan horse, backdoor, rootkit, ransomware, or some other malware component.

For example, the mortgage calculator might indeed transmit sensitive financial information to the web server without the end user's knowledge or consent. Two historical examples of applet types are Java applets and ActiveX controls. Java is a platform-independent programming language developed by Sun Microsystems (now owned by Oracle). ActiveX controls were Microsoft's response to Sun's Java. Java is still in use for internal development and business software, but its use on the Internet is rare. ActiveX is now a legacy technology and is both EOL and EOS. It was only supported by internet Explorer.

Most modern internet-capable systems no longer support these applet forms, but it is important to ensure that before assuming a system is secure. JavaScript is the most widely used web scripting language in the world and is embedded into (included inside of) HTML documents using <script> </script> enclosure tags. JavaScript is usually dependent on its HTML host document, but it can operate as a stand-alone script file (both client-side and server-side). However, it is generally not considered an applet—it is usually

中文直译 / 整理

本金和期限以及借款人的信用信息,计算出每月的按揭还款额。 与在服务器端 处理这些数据并将结果返回给客户端系统不同,远程Web服务器可能会向本地 系统发送一个小应用程序,使其能够自行执行这些计算。 这为远程服务器和最 终用户都带来了诸多好处: 处理负担被转移到客户端,从而释放了Web服务器的资源,以处理更多用 户的请求。 客户端能够使用本地资源生成数据,而无需等待远程服务器的响应。 在许多情况下,这使得对输入数据变化的响应更加迅速。 在正确编程的小程序中,Web服务器不会接收任何提供给小程序的输入 数据,因此保障了用户财务数据的安全性和隐私性。 然而,小程序会带来安全问题。 每次执行他人的代码时,都存在代码恶意 或存在可利用漏洞的风险。 安全管理员必须采取措施,确保发送到其网络系统 的代码是安全的,并经过了对恶意活动的严格筛查。 此外,除非逐行分析代码, 否则最终用户永远无法确定小程序是否包含特洛伊木马、后门、rootkit、勒索 软件或其他恶意软件组件。 例如,按揭计算器可能会在最终用户不知情或未经 同意的情况下,将敏感的财务信息传输到Web服务器。 小程序类型的两个历史示例是 Java 小程序和 ActiveX 控件。

Java 是由 Sun Microsystems(现归 Oracle 所有)开发的平台无关编程语言。 ActiveX 控件 是微软对 Sun 的 Java 的回应。 Java 仍用于内部开发和商业软件,但在互联网 上的使用已非常罕见。 ActiveX 现已成为遗留技术,既已停止支持(EOL)也 已终止服务(EOS),仅由 Internet Explorer 支持。 大多数现代具备互联网 功能的系统已不再支持这些小程序形式,但在假设系统安全之前,确保这一点 仍然重要。 JavaScript 是全球使用最广泛的网页脚本语言,通过 < > < > script/script 标记嵌 入(包含在)HTML 文档中。 JavaScript 通常依赖于其 HTML 主文档,但也可以作为独立 的脚本文件运行(客户端和服务器端)。 然而,它通常不被视为小程序——它通常是

小白解释

场景先行:凌晨监控告警:某台服务器开始大量外连。你不能先忙着写报告,也不能直接关全网。事件响应要按顺序做:确认、遏制、根除、恢复、复盘。

这一页真正想让你理解的是:框架帮助组织系统化管理控制,而不是想到哪做到哪。

把它放进公司里看,关键不是背定义,而是判断:步骤乱了会扩大损失,或者破坏证据。

你作为负责人可以这样想:先保全证据和控制影响,再清除原因并恢复业务。

本页术语用人话说:

NIST:NIST 提供美国常用安全标准、框架和指南。

程序:程序是一步一步怎么做。

日志:日志记录系统和用户活动,用于监控、审计和调查。

恶意代码:恶意代码包括病毒、蠕虫、木马、勒索软件等。

常见误区:不要一上来就删除文件或重装系统;可能会破坏调查证据。

读完后用一句话复述:如果我是事件响应负责人,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“安全控制框架:用成熟框架组织安全”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是事件响应负责人在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

看到 SP 800 系列、CSF、RMF 常联想到 NIST。

Step-by-step、SOP 常对应 procedure。

日志要保护完整性、时间同步和访问控制。

防恶意代码要结合补丁、最小权限、检测、备份和用户培训。

排除法提醒:不要一上来就删除文件或重装系统;可能会破坏调查证据。

本页术语拆解
NIST NIST 提供美国常用安全标准、框架和指南。
程序 程序是一步一步怎么做。
日志 日志记录系统和用户活动,用于监控、审计和调查。
恶意代码 恶意代码包括病毒、蠕虫、木马、勒索软件等。
学习单元 31 / PDF P574

安全控制框架:用成熟框架组织安全

框架帮助组织系统化管理控制,而不是想到哪做到哪。

教材原文段落

embedded code. It is automatically downloaded along with the primary web documents from most web servers you access. JavaScript enables dynamic web pages and supports web applications as well as a plethora of client-side activities and page behaviors. Most browsers support JavaScript via a dedicated JavaScript engine. Most of the implementations use sandbox isolation to restrict JavaScript to webrelated activities while minimizing its ability to perform general-purpose programming tasks. Also, most browsers default to enforcing the same-origin policy. The same-origin policy prohibits JavaScript code from accessing content from another origin.

The origin is typically defined by a combination of protocol (i.e., HTTP versus HTTPS), domain/IP address, and port number. If other content has any one of these origin elements different from the origin of the JavaScript code, the code will be blocked from accessing that content. However, there are ways of abusing JavaScript. Threat actors can create believable fake websites that look and act like a valid site, including duplicating the JavaScript dynamic elements. But since the JavaScript code is in the HTML document sent to the browser, a malicious actor could alter that code to perform harmful actions, such as copying or cloning credentials and distributing them to the attacker.

Threat actors have also found means to breach the sandbox isolation and even violate same-original policies from time to time, so JavaScript should be considered a threat. Whenever you allow code from an unknown and thus untrusted source to execute on your system, you are putting your system at risk of compromise. XSS and XSRF/CSRF exploit methods can be used to compromise JavaScript support in browsers. Here are some responses to these risks: Keep browsers updated (client side). Implement secure JavaScript subsets/libraries (server side).

Use a content security policy (CSP) that attempts to rigidly enforce sameorigin restrictions for most browser-side active technologies (integrated into browsers and referenced by HTML header values). As with most web applications, insertion attacks are common, so watch out for the injection of odd or abusive JavaScript code in the input being received by a web server.

中文直译 / 整理

嵌入式代码。 它会随着您访问的大多数网页服务器上的主要网页文档自动下 载。 JavaScript 能够实现动态网页,支持网页应用以及大量的客户端活动和 页面行为。 大多数浏览器通过专用的JavaScript引擎支持JavaScript。 大多数实现使用沙 箱隔离来限制JavaScript仅用于与网页相关的活动,同时最大限度地减少其执 行通用编程任务的能力。 此外,大多数浏览器默认强制执行同源策略。 同源策 略禁止JavaScript代码访问来自其他源的内容。 源通常由协议(即HTTP与 HTTPS)、域名/IP地址和端口号的组合定义。 如果其他内容的任何一个源元 素与JavaScript代码的源不同,则该代码将被阻止访问该内容。 然而,存在滥用JavaScript的方式。 威胁行为者可以创建看似和行为都像合法 网站的虚假网站,包括复制JavaScript动态元素。 但由于JavaScript代码位于 发送到浏览器的HTML文档中,恶意行为者可以修改该代码以执行有害操作, 例如复制或克隆凭据并将其分发给攻击者。 威胁行为者还找到了破坏沙箱隔离 甚至偶尔违反同源策略的方法,因此应将JavaScript视为一种威胁。

每当您允 许来自未知且因此不可信来源的代码在您的系统上执行时,您的系统都会面临 被入侵的风险。 XSS和XSRF/CSRF攻击方法可用于破坏浏览器中的 JavaScript支持。 以下是针对这些风险的一些应对措施: 保持浏览器更新(客户端)。 实施安全的 JavaScript 子集/库(服务器端)。 使用内容安全策略(CSP),力求严格限制大多数浏览器端主动技术的同 源策略(集成在浏览器中,并通过 HTML 头部值引用)。 与大多数Web应用程序一样,插入攻击很常见,因此请注意Web服务器接收的 输入中可能注入的异常或恶意JavaScript代码。

小白解释

场景先行:凌晨监控告警:某台服务器开始大量外连。你不能先忙着写报告,也不能直接关全网。事件响应要按顺序做:确认、遏制、根除、恢复、复盘。

这一页真正想让你理解的是:框架帮助组织系统化管理控制,而不是想到哪做到哪。

把它放进公司里看,关键不是背定义,而是判断:步骤乱了会扩大损失,或者破坏证据。

你作为负责人可以这样想:先保全证据和控制影响,再清除原因并恢复业务。

本页术语用人话说:

ISO:ISO 是国际标准化组织,常见安全管理体系如 ISO 27001/27002。

政策:政策是高层原则,说明必须遵守什么。

程序:程序是一步一步怎么做。

日志:日志记录系统和用户活动,用于监控、审计和调查。

常见误区:不要一上来就删除文件或重装系统;可能会破坏调查证据。

读完后用一句话复述:如果我是事件响应负责人,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“安全控制框架:用成熟框架组织安全”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是事件响应负责人在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

ISO 偏标准和管理体系。

Policy 高层、强制、稳定;Procedure 具体步骤。

Step-by-step、SOP 常对应 procedure。

日志要保护完整性、时间同步和访问控制。

RPO 问数据:最多丢到哪个时间点。

排除法提醒:不要一上来就删除文件或重装系统;可能会破坏调查证据。

本页术语拆解
ISO ISO 是国际标准化组织,常见安全管理体系如 ISO 27001/27002。
政策 政策是高层原则,说明必须遵守什么。
程序 程序是一步一步怎么做。
日志 日志记录系统和用户活动,用于监控、审计和调查。
恢复点目标 RPO RPO 是最多能接受丢失多少时间范围的数据。
注入攻击 注入攻击把恶意输入当命令或查询执行。
跨站脚本 XSS XSS 把脚本注入到网页,让浏览器执行。
学习单元 32 / PDF P575

安全控制框架:用成熟框架组织安全

框架帮助组织系统化管理控制,而不是想到哪做到哪。

教材原文段落

As a client, you may gain some benefit by being behind a web application firewall (WAF) or next-generation firewall (NGFW). We do not recommend deactivating JavaScript outright—that would cause most of the web to stop functioning in your browser. Instead, the use of security-focused add-ons, browser helper objects (BHOs), and extensions may reduce the risk of JavaScript. However, the use of add-ons and extensions can also put your system at greater risks to other threats.

For more on web-related vulnerabilities, attacks, and countermeasures, see Chapter 21, “Malicious Code and Application Attacks.” Local Caches There are many types of local caches, including DNS cache, ARP cache, and temporary internet files. See Chapter 11 for details about DNS cache and ARP cache abuses. Temporary internet files or the internet files cache is the temporary storage of files downloaded from Internet sites that are being held by the client's utility (typically a browser) for current and possibly future use. This cache mostly contains website content, but other Internet services can also use a file cache.

A variety of exploitations, such as the split-response attack, can cause the client to download content that was not an intended element of a requested web page and store it in the cache. DOM XSS may be able to access and use locally cached files to execute malicious code or exfiltrate data (see Chapter 21). Mobile code scripting attacks could also be used to plant false content in the cache. Once files have been poisoned in the cache, then even when a legitimate web document calls on a cached item, the malicious item will be activated. Client utilities should be managing the local files cache, but those utilities might not always be doing the best job.

Often, the defaults are for efficiency and performance, not for security. Consider reconfiguring the cache to only retain files for a short period of time, minimize the cache size, and deactivate the preloading of content. Keep in mind that these changes can reduce browsing performance when on slower or high-latency connections. You may want to configure the browser to delete all cookies and cache upon exit. Although you can typically perform a manual cache wipe, you would have to remember to do that. Another option is to use an automated tool that can be configured to wipe temporary Internet files on a schedule or upon a targeted program close.

中文直译 / 整理

作为客户端,您可能通过位于Web应用防火墙(WAF)或下一代防火墙( NGFW)之后获得某些好处。 我们不建议完全禁用JavaScript——这会导致 您的浏览器中大部分网页无法正常运行。 相反,使用以安全为重点的附加组 件、浏览器辅助对象(BHO)和扩展程序可以降低JavaScript的风险。 然而, 使用附加组件和扩展程序也可能使您的系统面临其他威胁的更大风险。 有关与Web相关的漏洞、攻击和对策的更多信息,请参见第21章,“恶意代码 与应用攻击。 ” 本地缓存 本地缓存有多种类型,包括DNS缓存、ARP缓存和临时互联网文件。 有关 DNS缓存和ARP缓存滥用的详细信息,请参见第11章。 临时互联网文件或互联网文件缓存是客户端工具(通常是浏览器)为当前 及可能的未来使用而临时存储的从互联网站点下载的文件。 此缓存主要包含网 站内容,但其他互联网服务也可使用文件缓存。 各种利用方式,例如拆分响应 攻击,可能导致客户端下载并非所请求网页预期组成部分的内容,并将其存储 在缓存中。 DOM XSS可能能够访问并使用本地缓存的文件来执行恶意代码或窃 取数据(见第21章)。 移动代码脚本攻击也可用于在缓存中植入虚假内容。

一 旦缓存中的文件被污染,即使合法的网页文档调用缓存项,恶意项也会被激活。 客户端工具应管理本地文件缓存,但这些工具并不总能发挥最佳作用。 通常, 默认设置是为了效率和性能,而非安全性。 建议重新配置缓存,仅保留文件较 短时间、缩小缓存大小,并禁用内容预加载。 请注意,这些更改在慢速或高延 迟连接下可能会降低浏览性能。 您可能希望将浏览器配置为在退出时删除所有 Cookie 和缓存。 虽然通常可以手动清理缓存,但您必须记得执行此操作。 另 一种选择是使用自动化工具,该工具可配置为按计划或在特定程序关闭时清除 临时 Internet 文件。

小白解释

场景先行:员工在家访问公司系统,流量要穿过家庭网络、互联网、防火墙、VPN、服务器。网络安全题就是让你判断问题发生在哪一层、用哪个控制放在什么位置。

这一页真正想让你理解的是:框架帮助组织系统化管理控制,而不是想到哪做到哪。

把它放进公司里看,关键不是背定义,而是判断:不分层就会乱选设备:该加密的地方装防火墙,该监测的地方却只做访问控制。

你作为负责人可以这样想:先定位网络层次,再决定是分段、过滤、加密、检测还是阻断。

本页术语用人话说:

ISO:ISO 是国际标准化组织,常见安全管理体系如 ISO 27001/27002。

程序:程序是一步一步怎么做。

防火墙:防火墙根据规则控制网络流量进出。

跨站脚本 XSS:XSS 把脚本注入到网页,让浏览器执行。

常见误区:不要以为防火墙能解决所有网络问题;它只是控制流量的一类工具。

读完后用一句话复述:如果我是网络安全工程师,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“安全控制框架:用成熟框架组织安全”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是网络安全工程师在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

ISO 偏标准和管理体系。

Step-by-step、SOP 常对应 procedure。

防火墙不是万能;它常与 IDS/IPS、分段、日志一起使用。

输出编码、输入验证、CSP 可降低 XSS 风险。

防恶意代码要结合补丁、最小权限、检测、备份和用户培训。

排除法提醒:不要以为防火墙能解决所有网络问题;它只是控制流量的一类工具。

本页术语拆解
ISO ISO 是国际标准化组织,常见安全管理体系如 ISO 27001/27002。
程序 程序是一步一步怎么做。
防火墙 防火墙根据规则控制网络流量进出。
跨站脚本 XSS XSS 把脚本注入到网页,让浏览器执行。
恶意代码 恶意代码包括病毒、蠕虫、木马、勒索软件等。
学习单元 33 / PDF P576

机密性:让该看的人看,不该看的人看不到

机密性重点是防泄露,同时不能妨碍授权访问。

教材原文段落

Additional coverage of client-based endpoint security concerns is in Chapter 11. Server-Based Systems An important area of server-based concern, which may include clients as well, is the issue of data flow control. Data flow is the movement of data between processes, between devices, across a network, or over communication channels. Management of data flow ensures not only efficient transmission with minimal delays or latency, but also reliable throughput using hashing and confidentiality protection with encryption.

Data flow control also ensures that receiving systems are not overloaded with traffic, especially to the point of dropping connections or being subject to a malicious or even self-inflicted denial of service. When data overflow occurs, data may be lost or corrupted or may trigger a need for retransmission. These results are undesirable, and data flow control is often implemented to prevent these issues from occurring. Data flow control may be provided by networking devices, including routers and switches, as well as network applications and services. A load balancer spreads or distributes network traffic load across several network links or devices.

A load balancer may be able to provide more control over data flow. The purpose of load balancing is to obtain more optimal infrastructure utilization, minimize response time, maximize throughput, reduce overloading, and eliminate bottlenecks. Although load balancing can be used in a variety of situations, a common implementation is spreading a load across multiple members of a server farm or cluster. A load balancer might use a variety of techniques to perform load distribution, including random choice, round robin, load/utilization monitoring, and preferencing. See Chapter 12, “Secure Communications and Network Attacks,” for more on load balancing.

A denial-of-service (DoS) attack can severely deter data flow control. It is important to monitor for DoS attacks and implement mitigations. See Chapter 17, “Preventing and Responding to Incidents,” for a discussion of these attacks and potential defenses. For more on server protections, see Chapter 18. Large-Scale Parallel Data Systems

中文直译 / 整理

有关基于客户端的终端安全问题的更多内容见第 11 章。 基于服务器的系统 服务器相关的一个重要领域,可能包括客户端在内,是数据流控制问题。 数据 流是指数据在进程之间、设备之间、网络上或通信信道间的移动。 数据流管理 不仅确保高效传输,最大限度减少延迟,还通过哈希和加密实现可靠吞吐量和 机密性保护。 数据流控制还确保接收系统不会因流量过载而崩溃,特别是避免 连接中断或遭受恶意甚至自引发的拒绝服务攻击。 当数据溢出发生时,数据可 能丢失、损坏,或触发重传需求。 这些结果都是不可取的,因此通常会实施数 据流控制以防止此类问题。 数据流控制可由网络设备(包括路由器和交换机) 以及网络应用程序和服务提供。 一个负载均衡器将网络流量负载分散到多个网络链路或设备上。 负载均衡器可 能能够对数据流提供更精细的控制。 负载均衡的目的是实现更优的基础设施利 用率、最小化响应时间、最大化吞吐量、减少过载并消除瓶颈。 尽管负载均衡 可用于多种场景,但常见的实现方式是将负载分散到服务器集群或服务器农场 的多个成员中。 负载均衡器可能采用多种技术执行负载分配,包括随机选择、 轮询、负载/利用率监控和优先级设置。

有关负载均衡的更多内容,请参阅第 12章“安全通信与网络攻击”。 拒绝服务(DoS)攻击会严重阻碍数据流控制。 必须监控DoS攻击并实施 缓解措施。 请参阅第17章“事件的预防与响应”,了解有关这些攻击及潜 在防御措施的讨论。 有关服务器保护的更多信息,请参阅第18章。 大规模并行数据系统

小白解释

场景先行:想象公司有一个客户订单系统:客户资料被别人看到是机密性问题,订单金额被偷偷改是完整性问题,系统打不开是可用性问题。教材这一页就是教你把事故先翻译成安全目标。

这一页真正想让你理解的是:机密性重点是防泄露,同时不能妨碍授权访问。

把它放进公司里看,关键不是背定义,而是判断:把泄露、篡改、宕机混在一起,就会选错控制措施。

你作为负责人可以这样想:先判断事故破坏了 CIA 哪一项,再选择对应控制:防泄露、防篡改、保可用。

本页术语用人话说:

机密性:机密性让该看的人能看,不该看的人看不到。

加密:加密把内容变成未授权者看不懂的形式。

程序:程序是一步一步怎么做。

哈希:哈希把任意长度数据变成固定长度摘要,用于校验是否被改过。

常见误区:不要把所有安全问题都归成“被黑了”。考试会逼你分清到底是泄露、篡改还是中断。

读完后用一句话复述:如果我是业务系统负责人,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“机密性:让该看的人看,不该看的人看不到”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是业务系统负责人在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

加密、访问控制、分类、培训都常用于保护机密性。

加密主要保护机密性,也可配合签名、哈希支持完整性和真实性。

Step-by-step、SOP 常对应 procedure。

哈希本身不提供机密性;它主要用于完整性校验。

RPO 问数据:最多丢到哪个时间点。

排除法提醒:不要把所有安全问题都归成“被黑了”。考试会逼你分清到底是泄露、篡改还是中断。

本页术语拆解
机密性 机密性让该看的人能看,不该看的人看不到。
加密 加密把内容变成未授权者看不懂的形式。
程序 程序是一步一步怎么做。
哈希 哈希把任意长度数据变成固定长度摘要,用于校验是否被改过。
恢复点目标 RPO RPO 是最多能接受丢失多少时间范围的数据。
学习单元 34 / PDF P577

第 577 页学习单元

这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

教材原文段落

Parallel data systems or parallel computing is a computation system designed to perform numerous calculations simultaneously. However, parallel data systems often go far beyond basic multiprocessing capabilities. They often include the concept of dividing up a large task into smaller elements, and then distributing each subelement to a different processing subsystem for parallel computation. This implementation is based on the idea that some problems can be solved efficiently if broken into smaller tasks that can be worked on concurrently. Parallel data processing can be accomplished by using distinct CPUs or multicore CPUs, virtual systems, or any combination of these.

Large-scale parallel data systems must also be concerned with performance, power consumption, and reliability/stability issues. Within the arena of multiprocessing or parallel processing there are several divisions. The first division is between symmetric multiprocessing (SMP) and asymmetric multiprocessing (AMP). The scenario where a single computer contains multiple processors that are treated equally and controlled by a single OS is called symmetric multiprocessing (SMP). In SMP, processors share not only a common OS but also a common data bus and memory resources. In this type of arrangement, systems may use a large number of processors.

The collection of processors works collectively on a single or primary task, code, or project. In asymmetric multiprocessing (AMP), the processors are often operating independently of one another. Usually, each processor has its own OS and/or task instruction set, as well as a dedicated data bus and memory resources. Under AMP, processors can be configured to execute only specific code or operate on specific tasks (or specific code or tasks are allowed to run only on specific processors; this might be called affinity in some circumstances).

A variation of AMP is massive parallel processing (MPP), where numerous AMP systems are linked together to work on a single primary task across multiple processes in multiple linked systems. Some computationally intensive operations, such as those that support the research of scientists and mathematicians, require more processing power than a single OS can deliver. MPP may best serve such operations. MPP systems house hundreds or even thousands of processors, each of which has its own OS and memory/bus resources. Some MPPs have over 10 million execution cores.

When the software that coordinates the entire system's activities and schedules them for processing encounters a computationally intensive task, it assigns

中文直译 / 整理

并行数据系统或并行计算是一种旨在同时执行大量计算的计算系统。 然而,并 行数据系统通常远远超出基本的多处理能力。 它们通常包含将大型任务划分为 较小元素的概念,然后将每个子元素分配给不同的处理子系统进行并行计算。 这种实现基于这样的理念:某些问题如果被分解为可以并发处理的较小任务, 则可以更高效地解决。 并行数据处理可以通过使用独立的CPU、多核CPU、虚 拟系统或这些的任意组合来实现。 大规模并行数据系统还必须关注性能、功耗 以及可靠性/稳定性问题。 在多处理或并行处理领域中存在若干分类。 第一类区分是对称多处理(SMP) 和非对称多处理(AMP)。 当一台计算机包含多个被平等对待并由单一操作系统控制的处理器时,这种情 况称为 对称多处理(SMP)。 在SMP中,处理器不仅共享一个公共的操作系 统,还共享公共的数据总线和内存资源。 在这种架构下,系统可以使用大量处 理器。 这些处理器集合共同处理单一或主要的任务、代码或项目。 在 非对称多处理(AMP) 中,处理器通常彼此独立运行。 通常,每个处理器 都有自己的操作系统和/或任务指令集,以及专用的数据总线和内存资源。

在 AMP下,处理器可以被配置为仅执行特定代码或处理特定任务(或仅允许特定 代码或任务在特定处理器上运行; 在某些情况下,这可能被称为亲和性)。 AMP 的一种变体是 大规模并行处理(MPP),其中多个 AMP 系统连接在一 起,跨多个链接系统中的多个进程协同完成单一主要任务。 某些计算密集型操 作,例如支持科学家和数学家研究的操作,需要比单个操作系统所能提供的更 强的处理能力。 MPP 最适合此类操作。 MPP 系统包含数百甚至数千个处理器, 每个处理器都拥有自己的操作系统和内存/总线资源。 一些 MPP 系统拥有超过 一千万个执行核心。 当协调整个系统活动并调度其处理的软件遇到计算密集型 任务时,它会分配

小白解释

场景先行:财务要把合同发给供应商:不想被别人看懂,要加密;不想被人改金额,要校验完整性;不想对方抵赖,要签名和证书。密码学不是炫技,是解决这些业务信任问题。

这一页真正想让你理解的是:这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

把它放进公司里看,关键不是背定义,而是判断:把加密、哈希、签名混在一起,会导致控制目标错位。

你作为负责人可以这样想:机密性用加密,完整性用哈希/签名,身份信任用证书和 PKI。

本页术语用人话说:

对称加密:对称加密使用同一把密钥加密和解密,速度快但密钥分发难。

非对称加密:非对称加密使用公钥/私钥对,便于密钥交换和签名,但速度慢。

常见误区:哈希不是加密;签名也不是为了隐藏内容。

读完后用一句话复述:如果我是系统架构师,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“第 577 页学习单元”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是系统架构师在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

同一密钥、速度快、大数据加密常对应 symmetric。

公钥加密、私钥签名是核心记忆点。

排除法提醒:哈希不是加密;签名也不是为了隐藏内容。

本页术语拆解
对称加密 对称加密使用同一把密钥加密和解密,速度快但密钥分发难。
非对称加密 非对称加密使用公钥/私钥对,便于密钥交换和签名,但速度慢。
学习单元 35 / PDF P578

第 578 页学习单元

这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

教材原文段落

responsibility for the task to a single processor (not so different from the Master Control Program [MCP] in the popular movie “Tron”). This processor breaks the task into manageable parts and distributes them to other processors for execution. Those processors return their results to the coordinating processor, where they are assembled and returned to the requesting application. MPP systems are extremely powerful (not to mention extremely expensive!) and are used in a great deal of computing or computational-based research. Both types of multiprocessing provide unique advantages and are suitable for different types of situations.

SMP systems are adept at processing simple operations at extremely high rates, whereas MPP systems are uniquely suited for processing very large, complex, computationally intensive tasks that lend themselves to decomposition and distribution into a number of subordinate parts. The arena of large-scale parallel data systems is still evolving. It is likely that many management issues are yet to be discovered and solutions to known issues are still being sought. Large-scale parallel data management is likely a key tool in managing big data and will often involve cloud computing (see Chapter 16), grid computing, or peer-to-peer computing solutions.

Grid Computing Grid computing is a form of parallel distributed processing that loosely groups a significant number of processing nodes to work toward a specific processing goal. Members of the grid can enter and leave the grid at random intervals. Often, members join the grid only when their processing capacities are not being taxed for local workloads. When a system is otherwise in an idle state, it could join a grid group, download a small portion of work, and begin calculations. When a system leaves the grid, it saves its work and may upload completed or partial work elements back to the grid.

Many interesting uses of grid computing have developed, including projects seeking out intelligent aliens, performing protein folding, predicting the weather, modeling earthquakes, planning financial decisions, and solving for primes. The biggest security concern with grid computing is that the content of each work packet is potentially exposed to the world. Many grid computing projects are open to the world, so there is no restriction on who can run the local processing application and participate in the grid's project. This also means that grid members could keep copies of each work packet and examine

中文直译 / 整理

该任务的责任给单个处理器(这与热门电影《电子世界争霸战》中的主控程序 [MCP] 并无太大不同)。 该处理器将任务分解为可管理的部分,并分发给其 他处理器执行。 这些处理器将结果返回给协调处理器,在那里进行组装并返回 给请求的应用程序。 MPP 系统极为强大(更不用说极为昂贵了! ),广泛用 于大量计算或基于计算的研究中。 这两种并行处理方式各自具有独特的优势,适用于不同的场景。 SMP 系统擅长 以极高的速率处理简单操作,而 MPP 系统则特别适合处理非常庞大、复杂且 计算密集型的任务,这些任务可以分解并分布为多个子部分。 大规模并行数据系统的领域仍在不断发展。 许多管理问题仍有待发现,已知问 题的解决方案仍在探索中。 大规模并行数据管理很可能是管理大数据的关键工 具,通常会涉及云计算(参见第16章)、网格计算或点对点计算解决方案。 网格计算 网格计算是一种并行分布式处理形式,它将大量处理节点松散地组合起来,以 实现特定的处理目标。 网格成员可以随机地加入或离开网格。 通常,成员仅在 本地工作负载未占用其处理能力时才加入网格。 当系统处于空闲状态时,它可 以加入网格组,下载一小部分任务并开始计算。

当系统离开网格时,它会保存 工作成果,并将已完成或部分完成的工作单元上传回网格。 网格计算已发展出 许多有趣的应用,包括寻找智能外星生命、进行蛋白质折叠、预测天气、模拟 地震、规划财务决策以及求解质数等项目。 网格计算最大的安全顾虑在于,每个工作包的内容都有可能暴露于外界。 许多 网格计算项目对全球开放,因此任何人都可以运行本地处理应用程序并参与网 格项目。 这也意味着网格成员可能会保留每个工作包的副本并进行检查

小白解释

场景先行:员工在家访问公司系统,流量要穿过家庭网络、互联网、防火墙、VPN、服务器。网络安全题就是让你判断问题发生在哪一层、用哪个控制放在什么位置。

这一页真正想让你理解的是:这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

把它放进公司里看,关键不是背定义,而是判断:不分层就会乱选设备:该加密的地方装防火墙,该监测的地方却只做访问控制。

你作为负责人可以这样想:先定位网络层次,再决定是分段、过滤、加密、检测还是阻断。

本页术语用人话说:

程序:程序是一步一步怎么做。

OSI 模型:OSI 用七层结构理解网络通信,从物理层到应用层。

常见误区:不要以为防火墙能解决所有网络问题;它只是控制流量的一类工具。

读完后用一句话复述:如果我是网络安全工程师,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“第 578 页学习单元”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是网络安全工程师在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

Step-by-step、SOP 常对应 procedure。

网络题先定位层次,再判断协议、设备或攻击位置。

排除法提醒:不要以为防火墙能解决所有网络问题;它只是控制流量的一类工具。

本页术语拆解
程序 程序是一步一步怎么做。
OSI 模型 OSI 用七层结构理解网络通信,从物理层到应用层。
学习单元 36 / PDF P579

第 579 页学习单元

这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

教材原文段落

the contents. Thus, grid projects will not likely be able to maintain secrecy and are not appropriate for private, confidential, or proprietary data. Grid computing can also vary greatly in computational capacity from moment to moment. Work packets are sometimes not returned, returned late, or returned corrupted. This requires significant reworking and causes instability in the speed, progress, responsiveness, and latency of the project as a whole and with individual grid members. Time-sensitive projects might not be given sufficient computational time to finish by a specific chronological deadline.

Grid computing often uses a central primary core of servers to manage the project, track work packets, and integrate returned work segments. If the central servers are overloaded or go offline, complete failure or crashing of the grid can occur. However, when central grid systems are inaccessible, grid members usually complete their current local tasks and then regularly poll to discover when the central servers come back online. There is also a potential risk that a compromise of the central grid servers could be leveraged to attack grid members or trick grid members into performing malicious actions instead of the intended purpose of the grid community.

Peer to Peer Peer-to-peer (P2P) technologies are networking and distributed application solutions that share tasks and workloads among peers. This is similar to grid computing; the primary differences are that there is no central management system, and the services are usually provided in real time rather than as a collection of computational power. Common examples of P2P include many VoIP services, BitTorrent (for data/file distribution), and tools for streaming audio/music distribution.

Security concerns with P2P solutions include a perceived inducement to pirate copyrighted materials, the ability to eavesdrop on distributed content, a lack of central control/oversight/management/filtering, and the potential for services to consume all available bandwidth. Industrial Control Systems An industrial control system (ICS) is a form of computer-management device that controls industrial processes and machines, also known as operational technology (OT) (and also industrial IoT [IIOT]; see the section “Internet of Things”). ICSs are used across a wide range of industries, including

中文直译 / 整理

其内容。 因此,网格项目不太可能保持机密性,不适合用于私人、保密或专有 数据。 网格计算的计算能力也可能随时间而大幅波动。 工作包有时不会返回、延迟返 回或返回时已损坏。 这需要大量重新处理,并导致整个项目以及各个网格成员 的速度、进度、响应性和延迟出现不稳定。 对于时间敏感的项目,可能无法在 特定的时间截止前获得足够的计算时间来完成。 网格计算通常使用一组中心主服务器来管理项目、跟踪工作包并整合返回的工 作片段。 如果中心服务器过载或离线,可能导致网格完全失效或崩溃。 然而, 当中心网格系统无法访问时,网格成员通常会完成当前的本地任务,然后定期 轮询以检测中心服务器何时重新上线。 此外,还存在一种潜在风险:中心网格 服务器被攻破后,可能被用来攻击网格成员,或诱骗网格成员执行恶意操作, 而非实现网格社区的预期目的。 点对点 点对点(P2P)技术是一种网络和分布式应用解决方案,能够在对等节点之间 共享任务和工作负载。 这与网格计算类似; 主要区别在于没有中心管理系统, 且服务通常以实时方式提供,而非作为计算能力的集合。

P2P的常见示例包括 许多VoIP服务、BitTorrent(用于数据/文件分发)以及流式音频/音乐分发工 具。 P2P解决方案的安全问题包括:被认为会诱导盗版受版权保护的材料、能够窃 听分布式内容、缺乏集中控制/监督/管理/过滤,以及服务可能耗尽所有可用带 宽的可能性。 工业控制系统 一个工业控制系统(ICS)是一种用于控制工业流程和机器的计算机管理设备, 也称为运营技术(OT)(以及工业物联网[IIOT]; 参见“物联网”一节)。 ICS广泛应用于各种行业,包括

小白解释

场景先行:想象公司有一个客户订单系统:客户资料被别人看到是机密性问题,订单金额被偷偷改是完整性问题,系统打不开是可用性问题。教材这一页就是教你把事故先翻译成安全目标。

这一页真正想让你理解的是:这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

把它放进公司里看,关键不是背定义,而是判断:把泄露、篡改、宕机混在一起,就会选错控制措施。

你作为负责人可以这样想:先判断事故破坏了 CIA 哪一项,再选择对应控制:防泄露、防篡改、保可用。

本页术语用人话说:

机密性:机密性让该看的人能看,不该看的人看不到。

强制访问控制 MAC:MAC 由系统根据标签和级别强制决定访问。

日志:日志记录系统和用户活动,用于监控、审计和调查。

恢复点目标 RPO:RPO 是最多能接受丢失多少时间范围的数据。

常见误区:不要把所有安全问题都归成“被黑了”。考试会逼你分清到底是泄露、篡改还是中断。

读完后用一句话复述:如果我是业务系统负责人,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“第 579 页学习单元”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是业务系统负责人在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

加密、访问控制、分类、培训都常用于保护机密性。

政府/军方、机密级别、标签、不可由用户随意改通常是 MAC。

日志要保护完整性、时间同步和访问控制。

RPO 问数据:最多丢到哪个时间点。

排除法提醒:不要把所有安全问题都归成“被黑了”。考试会逼你分清到底是泄露、篡改还是中断。

本页术语拆解
机密性 机密性让该看的人能看,不该看的人看不到。
强制访问控制 MAC MAC 由系统根据标签和级别强制决定访问。
日志 日志记录系统和用户活动,用于监控、审计和调查。
恢复点目标 RPO RPO 是最多能接受丢失多少时间范围的数据。
学习单元 37 / PDF P580

安全控制框架:用成熟框架组织安全

框架帮助组织系统化管理控制,而不是想到哪做到哪。

教材原文段落

manufacturing, fabrication, electricity generation and distribution, water distribution, sewage processing, and oil refining. There are several forms of ICS, such as programmable logic controllers (PLCs), distributed control systems (DCSs), and supervisory control and data acquisition (SCADA). PLC units are effectively single-purpose or focused-purpose digital computers. They are typically deployed for managing and automating various industrial electromechanical operations, such as controlling systems on an assembly line or a large-scale digital light display (such as a giant display system in a stadium or on a Las Vegas Strip marquee).

DCS units are typically found in industrial process plants where gathering data and implementing control over a large-scale environment from a single location is essential. An important aspect of DCS is that the controlling elements are distributed across the monitored environment, such as a manufacturing floor or a production line, and the centralized monitoring location sends commands out of those localized controllers while gathering status and performance data. A DCS might be analog or digital, depending on the task or the device being controlled. For example, a liquid flow value DCS would be an analog system, whereas an electric voltage regulator DCS would likely be a digital system.

A SCADA system can operate as a stand-alone device, be networked together with other SCADA systems, or be networked with traditional IT systems. SCADA typically includes a human-machine interface (HMI) to enable personnel to oversee, manage, and control the complex industrial machine and technology systems. SCADA is used to monitor and control a wide range of industrial processes. SCADA can communicate with PLCs and DCS solutions. A DCS focuses on processes and is state driven, whereas SCADA focuses on data-gathering and is event driven. DCS is more suited to operating on a limited scale, whereas SCADA is suitable for managing systems over large geographic areas.

Legacy SCADA systems were designed with minimal human interfaces. Often, they used mechanical buttons and knobs or simple LCD screen interfaces (similar to what you might have on a business printer or a GPS navigation device). However, modern networked SCADA devices may have more complex remote-control software interfaces.

中文直译 / 整理

制造、加工、电力生产和分配、供水、污水处理和石油精炼。 ICS有多种形 式,例如可编程逻辑控制器(PLC)、分布式控制系统(DCS)和监督控制 和数据采集系统(SCADA)。 PLC单元本质上是单一用途或专用目的的数字计算机。 它们通常用于管理和自 动化各种工业机电操作,例如控制装配线上的系统或大规模数字灯光显示系统 (如体育场或拉斯维加斯大道广告牌上的巨型显示屏)。 DCS单元通常存在于工业过程工厂中,这些工厂需要从单一位置收集数据并实 施对大规模环境的控制。 DCS的一个重要特点是,控制元件分布在被监控的环 境中,例如制造车间或生产线,而集中监控位置会向这些本地控制器发送指令, 同时收集状态和性能数据。 DCS可以是模拟系统或数字系统,具体取决于任务 或被控制的设备。 例如,液体流量值DCS将是模拟系统,而电压调节器DCS则 可能是数字系统。 SCADA系统可以作为独立设备运行,也可以与其他SCADA系统联网,或与传 统IT系统联网。 SCADA通常包括人机界面(HMI),以便人员监督、管理和 控制复杂的工业机械和技术系统。 SCADA用于监控和控制广泛的工业过程, 并可与PLC和DCS解决方案通信。

DCS专注于过程且以状态驱动,而SCADA专注于数据采集且以事件驱动。 DCS更适合在有限规模上运行,而SCADA则适用于管理大地理区域内的系统。 传统的SCADA系统设计时仅配备了最简化的用户界面。 它们通常使用机械按钮 和旋钮,或简单的LCD屏幕界面(类似于您在商用打印机或GPS导航设备上可 能见到的界面)。 然而,现代网络化的SCADA设备可能具备更复杂的远程控制 软件界面。

小白解释

场景先行:凌晨监控告警:某台服务器开始大量外连。你不能先忙着写报告,也不能直接关全网。事件响应要按顺序做:确认、遏制、根除、恢复、复盘。

这一页真正想让你理解的是:框架帮助组织系统化管理控制,而不是想到哪做到哪。

把它放进公司里看,关键不是背定义,而是判断:步骤乱了会扩大损失,或者破坏证据。

你作为负责人可以这样想:先保全证据和控制影响,再清除原因并恢复业务。

本页术语用人话说:

ISO:ISO 是国际标准化组织,常见安全管理体系如 ISO 27001/27002。

强制访问控制 MAC:MAC 由系统根据标签和级别强制决定访问。

日志:日志记录系统和用户活动,用于监控、审计和调查。

恢复点目标 RPO:RPO 是最多能接受丢失多少时间范围的数据。

常见误区:不要一上来就删除文件或重装系统;可能会破坏调查证据。

读完后用一句话复述:如果我是事件响应负责人,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“安全控制框架:用成熟框架组织安全”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是事件响应负责人在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

ISO 偏标准和管理体系。

政府/军方、机密级别、标签、不可由用户随意改通常是 MAC。

日志要保护完整性、时间同步和访问控制。

RPO 问数据:最多丢到哪个时间点。

排除法提醒:不要一上来就删除文件或重装系统;可能会破坏调查证据。

本页术语拆解
ISO ISO 是国际标准化组织,常见安全管理体系如 ISO 27001/27002。
强制访问控制 MAC MAC 由系统根据标签和级别强制决定访问。
日志 日志记录系统和用户活动,用于监控、审计和调查。
恢复点目标 RPO RPO 是最多能接受丢失多少时间范围的数据。
学习单元 38 / PDF P581

机密性:让该看的人看,不该看的人看不到

机密性重点是防泄露,同时不能妨碍授权访问。

教材原文段落

A PLC is used to control a single device in a stand-alone manner. DCS was used to interconnect several PLCs within a limited physical range to gain centralized control, management, and oversight through networking. SCADA expanded this to large-scale physical areas to interconnect multiple DCSs and individual PLCs. For example, a PLC can control a single transformer, a DCS can manage a power station, and SCADA can oversee a power grid. Modbus is a widely used communication protocol in industrial automation and control systems. Developed by Modicon (now part of Schneider Electric) in 1979, Modbus has become a de facto standard for connecting and managing devices within industrial environments.

It provides a common language for different devices to exchange data and commands, facilitating communication in SCADA systems, PLCs, and other industrial applications. The open standard nature of Modbus fosters interoperability, a crucial requirement in ICS and SCADA environments where diverse devices from different manufacturers must seamlessly interact. In theory, the static design of PLC, DCS, and SCADA and their minimal human interfaces should make the system fairly resistant to compromise or modification. Thus, little security was built into these industrial control devices, especially in the past.

But there have been several well-known compromises of industrial control systems in recent years; for example, Stuxnet delivered the first-ever-known rootkit to a SCADA system located in a nuclear facility. Many SCADA vendors have started implementing security improvements into their solutions to prevent or at least reduce future compromises. However, in practice, SCADA and ICS systems are still often poorly secured, vulnerable, and infrequently updated, and older versions not designed for security are still in widespread use.

Generally, typical security management and hardening processes can be applied to ICS, DCS, PLC, and SCADA systems to improve on whatever security is or isn't present in the device from the manufacturer. Common important security controls include isolating networks, limiting access physically and logically, restricting code to only essential applications, changing default credentials, and logging all activity. While confidentiality and integrity are often important considerations, the primary concern for OT/ICS is ensuring the availability of real-time control signals. Immediate PLC

中文直译 / 整理

用于以独立方式控制单个设备。 DCS用于在有限的物理范围内将多 个PLC互连,以通过网络实现集中控制、管理和监控。 SCADA则将这一概 念扩展到大范围的物理区域,以互连多个DCS和独立的PLC。 例如,一个 PLC可以控制单台变压器,一个DCS可以管理一座发电站,而SCADA可以 监控整个电网。 Modbus 是工业自动化和控制系统中广泛使用的通信协议。 该协议由 Modicon(现为施耐德电气的一部分)于 1979 年开发,已成为工业环境中连 接和管理设备的事实标准。 它为不同设备提供了交换数据和命令的通用语言, 促进了 SCADA 系统、PLC 及其他工业应用中的通信。 Modbus 的开放标准特 性促进了互操作性,这是 ICS 和 SCADA 环境中的关键要求,因为在这些环境 中,来自不同制造商的多样化设备必须无缝交互。 理论上,PLC、DCS 和 SCADA 的静态设计及其最小化的人机界面应使系统具 有相当强的抗攻击或篡改能力。 因此,过去这些工业控制设备几乎没有内置安 全机制。 但近年来,已发生多起著名的工业控制系统被攻破事件;

例如, Stuxnet 向位于核设施的 SCADA 系统传递了首个已知的 rootkit。 许多 SCADA 供应商已开始在其解决方案中实施安全改进措施,以防止或至少减少未 来的攻击。 然而,实践中,SCADA 和 ICS 系统仍常常安全防护薄弱、易受攻 击且更新频率低,许多未针对安全性设计的旧版本仍在广泛使用。 通常,可以将典型的安全管理和加固流程应用于ICS、DCS、PLC和 SCADA系统,以改善设备制造商提供的任何安全措施。 常见的关键安全控 制措施包括隔离网络、物理和逻辑上限制访问、仅允许运行必要应用程序的 代码、更改默认凭证以及记录所有活动。 虽然机密性和完整性通常是重要的 考虑因素,但OT/ICS的主要关注点是确保实时控制信号的可用性。 立即

小白解释

场景先行:想象公司有一个客户订单系统:客户资料被别人看到是机密性问题,订单金额被偷偷改是完整性问题,系统打不开是可用性问题。教材这一页就是教你把事故先翻译成安全目标。

这一页真正想让你理解的是:机密性重点是防泄露,同时不能妨碍授权访问。

把它放进公司里看,关键不是背定义,而是判断:把泄露、篡改、宕机混在一起,就会选错控制措施。

你作为负责人可以这样想:先判断事故破坏了 CIA 哪一项,再选择对应控制:防泄露、防篡改、保可用。

本页术语用人话说:

机密性:机密性让该看的人能看,不该看的人看不到。

完整性:完整性保证数据没有被未授权修改,并且仍然正确可信。

可用性:可用性保证授权用户需要时能及时使用系统和数据。

ISO:ISO 是国际标准化组织,常见安全管理体系如 ISO 27001/27002。

常见误区:不要把所有安全问题都归成“被黑了”。考试会逼你分清到底是泄露、篡改还是中断。

读完后用一句话复述:如果我是业务系统负责人,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“机密性:让该看的人看,不该看的人看不到”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是业务系统负责人在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

加密、访问控制、分类、培训都常用于保护机密性。

哈希、数字签名、变更控制、输入校验常对应完整性。

冗余、备份、BCP/DRP、抗 DoS、容量规划都对应可用性。

ISO 偏标准和管理体系。

Minimum level、mandatory requirement 常对应 standard。

排除法提醒:不要把所有安全问题都归成“被黑了”。考试会逼你分清到底是泄露、篡改还是中断。

本页术语拆解
机密性 机密性让该看的人能看,不该看的人看不到。
完整性 完整性保证数据没有被未授权修改,并且仍然正确可信。
可用性 可用性保证授权用户需要时能及时使用系统和数据。
ISO ISO 是国际标准化组织,常见安全管理体系如 ISO 27001/27002。
标准 标准给出必须满足的最低要求。
程序 程序是一步一步怎么做。
日志 日志记录系统和用户活动,用于监控、审计和调查。
学习单元 39 / PDF P582

可用性:需要时能用,且性能可接受

可用性关注中断、故障、DoS、备份和冗余。

教材原文段落

and continuous availability of control signals is critical for the proper functioning of industrial processes. Otherwise, catastrophic consequences could result. The ISA99 standards development committee has established and is maintaining guidelines for securing ICS, DCS, PLC, and SCADA systems. Much of their work is integrated into the International Electrotechnical Commission's (IEC) 62443 series of standards. To learn more about these standards, visit www.isa.org and iecee.org. NIST maintains ICS security standards in SP 800-82rs (nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-82r3.pdf).

North American Electric Reliability Corporation (NERC) maintains its own security guides for ICS (www.nerc.com), which are similar to those of the European Reference Network for Critical Infrastructure Protection (ERNCIP) (erncip-project.jrc.ec.europa.eu). Distributed Systems A distributed system or a distributed computing environment (DCE) is a collection of individual systems that work together to support a resource or provide a service. Often, a DCE is perceived by users as a single entity rather than numerous individual servers or components. DCEs are designed to support communication and coordination among their members to achieve a common function, goal, or operation.

Some DCE systems are composed of homogenous members; others are composed of heterogeneous systems. Distributed systems can be implemented to provide resiliency, reliability, performance, and scalability benefits. Most DCEs exhibit numerous duplicate or concurrent components, are asynchronous, and allow for fail-soft or independent failure of components. A DCE is also known as (or at least described as) concurrent computing, parallel computing, and distributed computing.

DCE solutions are implemented as client-server architectures (see the previous client and server sections as well as endpoint coverage in Chapter 11), as a three-tier architecture (such as basic web applications), as multitiered architectures (such as advanced web applications), and as peer-topeer architectures (such as BitTorrent and most cryptocurrency blockchain ledgers as discussed in Chapter 7). DCE solutions are often employed for scientific and medical research projects, education projects, and industrial applications requiring extensive computational resources.

中文直译 / 整理

且控制信号的持续可用性对于工业过程的正常运行至关重要。 否则,可能导 致灾难性后果。 ISA99标准开发委员会已制定并维护了关于保护ICS、DCS、PLC和 SCADA系统的指南。 他们的大量工作已整合到国际电工委员会(IEC)的 62443系列标准中。 要了解更多关于这些标准的信息,请访问www.isa.org 和iecee.org。 NIST在SP 800‑82rs中维护ICS安全标准 (nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-82r3.pdf)。 北 美电力可靠性公司(NERC)维护其自身的ICS安全指南(www.nerc.com),这 些指南与欧洲关键基础设施保护参考网络(ERNCIP)( erncip-project.jrc.ec.europa.eu)的指南相似。 分布式系统 A 分布式系统 或 分布式计算环境(DCE) 是一组协同工作的独立系统,用于支 持资源或提供服务。 通常,用户将 DCE 视为一个单一实体,而非众多独立的服 务器或组件。 DCE 的设计旨在支持其成员之间的通信与协调,以实现共同的功 能、目标或操作。

一些 DCE 系统由同构成员组成; 另一些则由异构系统组成。 分布式系统可以实现弹性、可靠性、性能和可扩展性等优势。 大多数 DCE 具有 大量重复或并发组件,是异步的,并允许组件出现软故障或独立故障。 DCE 也 被称为(或至少被描述为)并发计算、并行计算和分布式计算。 DCE 解决方案 通常采用客户端‑服务器架构(参见前文的客户端和服务器部分以及第 第 11 章 中的端点覆盖内容),三层架构(如基本的 Web 应用程序),多层架构(如高 级 Web 应用程序),以及对等架构(如 BitTorrent 和第 第 7 章 中讨论的大 多数加密货币区块链账本)。 DCE 解决方案常用于科学和医学研究项目、教育 项目,以及需要大量计算资源的工业应用。

小白解释

场景先行:想象公司有一个客户订单系统:客户资料被别人看到是机密性问题,订单金额被偷偷改是完整性问题,系统打不开是可用性问题。教材这一页就是教你把事故先翻译成安全目标。

这一页真正想让你理解的是:可用性关注中断、故障、DoS、备份和冗余。

把它放进公司里看,关键不是背定义,而是判断:把泄露、篡改、宕机混在一起,就会选错控制措施。

你作为负责人可以这样想:先判断事故破坏了 CIA 哪一项,再选择对应控制:防泄露、防篡改、保可用。

本页术语用人话说:

可用性:可用性保证授权用户需要时能及时使用系统和数据。

加密:加密把内容变成未授权者看不懂的形式。

NIST:NIST 提供美国常用安全标准、框架和指南。

标准:标准给出必须满足的最低要求。

常见误区:不要把所有安全问题都归成“被黑了”。考试会逼你分清到底是泄露、篡改还是中断。

读完后用一句话复述:如果我是业务系统负责人,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“可用性:需要时能用,且性能可接受”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是业务系统负责人在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

冗余、备份、BCP/DRP、抗 DoS、容量规划都对应可用性。

加密主要保护机密性,也可配合签名、哈希支持完整性和真实性。

看到 SP 800 系列、CSF、RMF 常联想到 NIST。

Minimum level、mandatory requirement 常对应 standard。

Recommended、not compulsory 常对应 guideline。

排除法提醒:不要把所有安全问题都归成“被黑了”。考试会逼你分清到底是泄露、篡改还是中断。

本页术语拆解
可用性 可用性保证授权用户需要时能及时使用系统和数据。
加密 加密把内容变成未授权者看不懂的形式。
NIST NIST 提供美国常用安全标准、框架和指南。
标准 标准给出必须满足的最低要求。
指南 指南是建议做法,不一定强制。
程序 程序是一步一步怎么做。
恢复点目标 RPO RPO 是最多能接受丢失多少时间范围的数据。
学习单元 40 / PDF P583

认证:证明身份

认证回答“你是不是你声称的那个人”。

教材原文段落

DCE forms the backbone of a wide range of modern Internet, business, and communication technologies that you might regularly use, including DNS, single-sign-on, directory services, massively multiplayer online role-playing games (MMORPGs), mobile networks, and most websites. DCE also makes possible a plethora of advanced technologies such as service-oriented architecture (SOA), software-defined networking (SDN), microservices, and so on. A DCE typically includes an interface definition language (IDL). An IDL is a language used to define the interface between client and server processes or objects in a distributed system.

IDL enables the creation of interfaces between objects when those objects are in varying locations or are using different programming languages; thus, IDL interfaces are languageindependent and location-independent. There are numerous examples of DCE IDLs or frameworks, such as remote procedure calls (RPCs), the Common Object Request Broker Architecture (CORBA), and the Distributed Component Object Model (DCOM). There are some security issues inherent with DCE. The primary security concern is the interconnectedness of the components.

This configuration could allow for error or malware propagation, and if an adversary compromises one component, it may grant them the ability to compromise other components in the collective through pivoting and lateral movement.

Other common issues to consider and address include the following: Access by unauthorized users Masquerading, impersonation, and spoofing attacks of users and/or devices Security control bypass or deactivating Communication eavesdropping and manipulation Insufficient authentication and authorization A lack of monitoring, auditing, and logging Failing to enforce accountability The issues in this list are not unique to DCE, but they are especially problematic in a distributed system. Since distributed systems include members that may be distributed geographically, they have a larger potential attack surface than that of a single DCE

中文直译 / 整理

构成了您可能日常使用的广泛现代互联网、商业和通信技术的骨干,包 括 DNS、单点登录、目录服务、大型多人在线角色扮演游戏(MMORPG)、 移动网络和大多数网站。 DCE 还使许多先进技术成为可能,例如面向服务的 架构(SOA)、软件定义网络(SDN)、微服务等。 DCE 通常包括一个 接口定义语言(IDL)。 IDL 是一种用于定义分布式系统 中客户端与服务器进程或对象之间接口的语言。 IDL 使得当这些对象位于不同 位置或使用不同编程语言时,仍能创建接口; 因此,IDL 接口是语言无关且位 置无关的。 DCE IDL 或框架的示例众多,例如远程过程调用(RPC)、公共 对象请求代理架构(CORBA)和分布式组件对象模型(DCOM)。 DCE 存在一些固有的安全问题。 主要的安全顾虑在于各组件之间的互连性。 这种配置可能导致错误或恶意软件传播,如果攻击者破坏了其中一个组件, 可能通过横向移动和跳板攻击获得破坏集合中其他组件的能力。

其他需要考 虑和解决的常见问题包括: 未经授权的用户访问 用户和/或设备的冒充、伪装和欺骗攻击 绕过或禁用安全控制 通信窃听与篡改 身份验证和授权不足 缺乏监控、审计和日志记录 未能强制执行问责制 本列表中的问题并非DCE独有,但在分布式系统中尤为突出。 由于分布式系统包含可能分布在地理上不同位置的成员,其潜在攻击面比单个

小白解释

场景先行:新员工入职后要登录系统。第一步是声明身份,第二步证明身份,第三步决定能访问哪些数据,最后系统要记录他做了什么。IAM 题就是围绕这条链条出题。

这一页真正想让你理解的是:认证回答“你是不是你声称的那个人”。

把它放进公司里看,关键不是背定义,而是判断:认证成功不代表什么都能做;离职、调岗、权限漂移都会造成越权。

你作为负责人可以这样想:把识别、认证、授权、审计分开看,再用最小权限和定期复核收口。

本页术语用人话说:

认证:认证是验证“你是不是你声称的那个人”。

授权:授权是认证之后决定你能访问什么、能做什么。

审计:审计记录主体行为,用于追责、复盘和取证。

问责性:问责性要求能把行为绑定到具体主体。

常见误区:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

读完后用一句话复述:如果我是IAM 管理员,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“认证:证明身份”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是IAM 管理员在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

密码、令牌、生物特征、多因素认证都服务认证。

认证成功不等于什么都能做;权限仍要单独授权。

没有日志和身份绑定,就很难问责。

问责依赖识别、认证、授权、审计和记账共同工作。

Step-by-step、SOP 常对应 procedure。

排除法提醒:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

本页术语拆解
认证 认证是验证“你是不是你声称的那个人”。
授权 授权是认证之后决定你能访问什么、能做什么。
审计 审计记录主体行为,用于追责、复盘和取证。
问责性 问责性要求能把行为绑定到具体主体。
程序 程序是一步一步怎么做。
身份 身份是主体在系统中的标识。
审计 审计检查控制是否存在、是否有效、是否符合要求。
日志 日志记录系统和用户活动,用于监控、审计和调查。
学习单元 41 / PDF P584

认证:证明身份

认证回答“你是不是你声称的那个人”。

教材原文段落

system. Thus, it is important to consider the collective threats and risks of the individual member components of a DCE as well as the communications interconnections between them. To secure DCE, encryption is needed for storage, transmission, and processing (such as homomorphic encryption). Also, strong multifactor authentication should be implemented. If a strict homogeneous component set is not maintained, heterogenous systems introduce their own risks, whether different OSs are in use or just different versions or patch levels of the same OS.

The more varied the DCE components, the more challenging it is to maintain consistent security configuration, enforcement, monitoring, and oversight. If the DCE is so large or broadly distributed as to cross international boundaries, then data sovereignty issues need to be addressed. High-Performance Computing (HPC) Systems High-performance computing (HPC) systems are computing platforms designed to perform complex calculations or data manipulations at extremely high speeds. Super computers and MPP solutions are common examples of HPC systems. HPC systems are used when real-time or near-real-time processing of massive data is necessary for a particular task or application.

These applications can include scientific studies, industrial research, medical analysis, societal solutions, and commercial endeavors. Many of the products and services we use today, including mobile devices and their apps, IoT devices, ICS solutions, streaming media, voice assistants, 3D modeling and rendering, and AI/ML calculations, all depend on HPC to exist. As the population of Internet and computing devices increases, as the datasets being collected continue to increase exponentially, and as new uses of that data and those devices are conceived, HPC will be in even greater demand in the future.

An HPC solution is composed of three main elements: compute resources, network capabilities, and storage capacity. Each element must be able to provide equivalent capabilities to optimize overall performance. If storage is too slow, then data cannot be fed to the application processing on the compute resources. If networking capacity is not sufficient, then users of a resource will experience latency or even a benign denial of service (DoS).

中文直译 / 整理

系统更大。 因此,必须考虑DCE各个成员组件的集体威胁和风险,以及它们之 间的通信连接。 为保障DCE安全,需要对存储、传输和处理(如同态加密)进 行加密。 同时,应实施强大的多因素身份验证。 如果未能保持严格的同质组件 集,异构系统会引入自身风险,无论使用的是不同的操作系统,还是同一操作 系统的不同版本或补丁级别。 DCE组件越多样化,保持一致的安全配置、执行、 监控和监管就越具挑战性。 如果DCE规模庞大或分布广泛,跨越了国际边界, 则需要解决数据主权问题。 高性能计算(HPC)系统 高性能计算(HPC)系统是专为以极高速度执行复杂计算或数据操作而设计的 计算平台。 超级计算机和MPP解决方案是HPC系统的常见示例。 当特定任务或 应用需要对海量数据进行实时或近实时处理时,便会使用HPC系统。 这些应用 可包括科学研究、工业研究、医疗分析、社会解决方案和商业 endeavor。 我们今天使用的许多产品和服务,包括移动设备及其应用程序、物联网设备、 ICS解决方案、流媒体、语音助手、3D建模与渲染以及AI/ML计算,都依赖于 HPC才能存在。

随着互联网和计算设备数量的增加,所收集的数据集持续呈指 数级增长,以及对这些数据和设备的新用途不断被提出,未来对HPC的需求将 更加旺盛。 高性能计算解决方案由三个主要元素组成:计算资源、网络能力和存储容量。 每个元素都必须能够提供等效的能力,以优化整体性能。 如果存储速度过慢, 则无法将数据提供给计算资源上的应用程序处理; 如果网络容量不足,则资 源的用户将经历延迟,甚至出现轻微的拒绝服务(DoS)情况。

小白解释

场景先行:新员工入职后要登录系统。第一步是声明身份,第二步证明身份,第三步决定能访问哪些数据,最后系统要记录他做了什么。IAM 题就是围绕这条链条出题。

这一页真正想让你理解的是:认证回答“你是不是你声称的那个人”。

把它放进公司里看,关键不是背定义,而是判断:认证成功不代表什么都能做;离职、调岗、权限漂移都会造成越权。

你作为负责人可以这样想:把识别、认证、授权、审计分开看,再用最小权限和定期复核收口。

本页术语用人话说:

认证:认证是验证“你是不是你声称的那个人”。

加密:加密把内容变成未授权者看不懂的形式。

程序:程序是一步一步怎么做。

身份:身份是主体在系统中的标识。

常见误区:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

读完后用一句话复述:如果我是IAM 管理员,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“认证:证明身份”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是IAM 管理员在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

密码、令牌、生物特征、多因素认证都服务认证。

加密主要保护机密性,也可配合签名、哈希支持完整性和真实性。

Step-by-step、SOP 常对应 procedure。

身份管理题要区分识别、认证、授权、审计。

排除法提醒:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

本页术语拆解
认证 认证是验证“你是不是你声称的那个人”。
加密 加密把内容变成未授权者看不懂的形式。
程序 程序是一步一步怎么做。
身份 身份是主体在系统中的标识。
学习单元 42 / PDF P585

安全控制框架:用成熟框架组织安全

框架帮助组织系统化管理控制,而不是想到哪做到哪。

教材原文段落

A benign DoS occurs when a service is running on insufficient resources, when there has been an unforeseen popularity or traffic spike, or when something about the supporting system fails, such as drive loss, network link drop, or a corrupted configuration. This type of DoS occurs through no direct or intentional malign action on the part of an adversary. It is due to innocent events, unexpected conditions, or mistakes on the part of the owners/operators. For more on DoS, see Chapter 17. Real-Time Operating Systems A concept related to HPC is that of the real-time OS (RTOS). Often HPCs implement RTOS compute capability or otherwise attempt to achieve realtime processing and operations.

A real-time operating system (RTOS) is designed to process or handle data as it arrives on the system with minimal latency or delay. An RTOS is usually stored on read-only memory (ROM) and is designed to operate in a hard realtime or soft real-time condition. A hard real-time solution is for missioncritical operations where delay must be eliminated or minimized for safety, such as autonomous cars. A soft real-time solution is used when some level of modest delay is acceptable under typical or normal conditions, as it is for most consumer electronics, such as the delay between a digitizing pen and a graphics program on a computer. RTOSs can be event driven or time-sharing.

An event-driven RTOS will switch between operations or tasks based on preassigned priorities. A time-sharing RTOS will switch between operations or tasks based on clock interrupts or specific time intervals. An RTOS is often implemented when scheduling or timing is the most critical part of the task to be performed. A security concern using RTOSs is that these systems are often focused and single-purpose, leaving little room for security. They often use custom or proprietary code, which may include unknown bugs or flaws that attackers could discover. An RTOS might be overloaded or distracted with bogus datasets or process requests by malware.

When deploying or using RTOSs, use isolation and communication monitoring to minimize abuses. A beni gn DoS

中文直译 / 整理

在服务运行时发生 g on 资源不足,当出现意外的流行度或流量激增,或支持系统出现故障时,例 如磁盘丢失、网络链路中断或配置损坏。 这种类型的DoS并非源于对手的 直接或故意恶意行为,而是由无辜事件、意外状况或所有者/操作员的失误 所致。 有关DoS的更多信息,请参见第17章。 实时操作系统 与HPC相关的一个概念是实时操作系统(RTOS)。 通常,HPC会实现 RTOS计算能力,或试图实现实时处理和操作。 实时操作系统(RTOS) 的设计旨在在数据到达系统时以最小的延迟或延时进 行处理或处理。 RTOS通常存储在只读存储器(ROM)中,并设计用于硬实时 或软实时环境。 硬实时解决方案用于关键任务操作,其中必须消除或最小化延 迟以确保安全,例如自动驾驶汽车。 软实时解决方案则用于在典型或正常条件 下可接受一定程度的轻微延迟的场景,例如计算机上数位笔与图形程序之间的 延迟。 实时操作系统(RTOS)可以是事件驱动型或时间片轮转型。 事件驱动型 RTOS会根据预设的优先级在操作或任务之间切换。 时间片轮转型RTOS会根据 时钟中断或特定时间间隔在操作或任务之间切换。

当调度或定时是待执行任务 中最关键的部分时,通常会实现RTOS。 使用RTOS时的一个安全问题是,这些系统通常专注于单一用途,几乎没有余 地来实现安全性。 它们通常使用自定义或专有代码,可能包含未知的漏洞或 缺陷,攻击者可能发现这些漏洞。 RTOS可能会被虚假数据集或恶意软件发出 的进程请求压垮或干扰。 在部署或使用RTOS时,应使用隔离和通信监控来最 小化滥用行为。

小白解释

场景先行:机房断电,业务部门问多久能恢复、最多会丢多少数据。BCP/DRP 不是背缩写,而是把业务能承受的中断时间和数据损失说清楚。

这一页真正想让你理解的是:框架帮助组织系统化管理控制,而不是想到哪做到哪。

把它放进公司里看,关键不是背定义,而是判断:只做备份但没测试,真正灾难时可能恢复不了。

你作为负责人可以这样想:先做业务影响分析,再定 RTO/RPO,最后设计备份、冗余和演练。

本页术语用人话说:

ISO:ISO 是国际标准化组织,常见安全管理体系如 ISO 27001/27002。

程序:程序是一步一步怎么做。

恢复时间目标 RTO:RTO 是业务或系统最多能中断多久。

恢复点目标 RPO:RPO 是最多能接受丢失多少时间范围的数据。

常见误区:RTO 问时间,RPO 问数据;这两个不要混。

读完后用一句话复述:如果我是业务连续性负责人,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“安全控制框架:用成熟框架组织安全”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是业务连续性负责人在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

ISO 偏标准和管理体系。

Step-by-step、SOP 常对应 procedure。

RTO 问时间:多久必须恢复。

RPO 问数据:最多丢到哪个时间点。

防恶意代码要结合补丁、最小权限、检测、备份和用户培训。

排除法提醒:RTO 问时间,RPO 问数据;这两个不要混。

本页术语拆解
ISO ISO 是国际标准化组织,常见安全管理体系如 ISO 27001/27002。
程序 程序是一步一步怎么做。
恢复时间目标 RTO RTO 是业务或系统最多能中断多久。
恢复点目标 RPO RPO 是最多能接受丢失多少时间范围的数据。
恶意代码 恶意代码包括病毒、蠕虫、木马、勒索软件等。
学习单元 43 / PDF P586

保护机制:分层、隐藏、加密和边界

单一控制不够,安全靠多个机制配合。

教材原文段落

Internet of Things Smart devices offer the user a plethora of customization options, typically through installing apps, and may take advantage of on-device or in-the-cloud machine learning (ML) processing. The products that can be labeled “smart devices” are constantly expanding and already include smartphones, tablets, music players, home assistants, extreme sport cameras, virtual reality/augmented reality (VR/AR) systems, and fitness trackers. The Internet of Things (IoT) is a class of Internet-connected smart devices that provide automation, remote control, or AI processing to appliances or devices. IoT may often perform functions similar to an embedded system, but they are different.

An IoT device is almost always a separate and distinct hardware device that is used on its own or in conjunction with an existing system (such as a smart ioT thermostat for a heating, ventilation, and airconditioning [HVAC] system). An embedded system is one where the computer control component has been integrated into the larger mechanism's structure, design, and operation, often even built into the same chassis or case. The security issues related to IoT are often about access and encryption. An IoT device was often not designed with security as a core concept or even an afterthought. This has resulted in numerous home and office network security breaches.

Additionally, once an attacker has remote access to or through an IoT device, they may be able to access other devices on the compromised network. When electing to install IoT equipment, evaluate the security of the device as well as the security reputation of the vendor. If the device does not have the ability to meet or accept your existing security baseline, then don't compromise your security just for a flashy gadget. One possible secure implementation is to deploy a distinct network segment for the IoT equipment, which is kept separate and isolated from the primary network.

This configuration is often known as three dumb routers (see www.grc.com/sn/sn-545.pdf or www.pcper.com/reviews/General-Tech/SteveGibsons-Three-Router-Solution-IOT-Insecurity). Other standard security practices are beneficial to IoT, including keeping systems patched, limiting physical and logical access, monitoring all activity, and implementing firewalls and filtering.

中文直译 / 整理

物联网 智能设备为用户提供了丰富的自定义选项,通常通过安装应用程序实现,并可 能利用设备端或云端的机器学习(ML)处理。 可称为“智能设备”的产品种 类不断扩展,目前已包括智能手机、平板电脑、音乐播放器、家庭助手、极限 运动相机、虚拟现实/增强现实(VR/AR)系统和健身追踪器。 物联网(IoT)是一类联网的智能设备,可为家用电器或设备提供自动化、远程 控制或人工智能处理功能。 物联网通常执行类似于嵌入式系统的功能,但两者 不同。 物联网设备几乎总是独立的、独特的硬件设备,可单独使用或与现有系 统(例如用于供暖、通风和空调[HVAC] 系统的智能物联网恒温器)配合使用。 嵌入式系统则是指计算机控制组件已集成到更大机制的结构、设计和运行中, 甚至通常内置在同一机箱或外壳内。 与物联网相关的安全问题通常涉及访问权限和加密。 物联网设备往往未将安全 作为核心概念,甚至未作为次要考虑因素进行设计。 这导致了大量家庭和办公 网络的安全漏洞。 此外,一旦攻击者通过物联网设备获得远程访问权限,他们 可能能够访问受感染网络上的其他设备。 在选择安装物联网设备时,应评估该 设备的安全性以及供应商的安全声誉。

如果该设备无法满足或兼容您现有的安 全基线,则不要为了一个炫目的小工具而牺牲您的安全。 一种可能的安全实现方式是为物联网设备部署一个独立的网络段,并将其与主 网络完全隔离。 这种配置通常被称为三个哑路由器(见 www.grc.com/sn/sn-545.pdf 或 www.pcper.com/reviews/General-Tech/Steve-Gibsons-Three-Router-Solution-IOT-Insecurity。 其他标准安全实践对物联网有益,包括保持系统打补丁、限制物理和逻辑访问、监控所有活 动,以及实施防火墙和过滤。

小白解释

场景先行:员工在家访问公司系统,流量要穿过家庭网络、互联网、防火墙、VPN、服务器。网络安全题就是让你判断问题发生在哪一层、用哪个控制放在什么位置。

这一页真正想让你理解的是:单一控制不够,安全靠多个机制配合。

把它放进公司里看,关键不是背定义,而是判断:不分层就会乱选设备:该加密的地方装防火墙,该监测的地方却只做访问控制。

你作为负责人可以这样想:先定位网络层次,再决定是分段、过滤、加密、检测还是阻断。

本页术语用人话说:

加密:加密把内容变成未授权者看不懂的形式。

ISO:ISO 是国际标准化组织,常见安全管理体系如 ISO 27001/27002。

标准:标准给出必须满足的最低要求。

程序:程序是一步一步怎么做。

常见误区:不要以为防火墙能解决所有网络问题;它只是控制流量的一类工具。

读完后用一句话复述:如果我是网络安全工程师,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“保护机制:分层、隐藏、加密和边界”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是网络安全工程师在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

加密主要保护机密性,也可配合签名、哈希支持完整性和真实性。

ISO 偏标准和管理体系。

Minimum level、mandatory requirement 常对应 standard。

Step-by-step、SOP 常对应 procedure。

防火墙不是万能;它常与 IDS/IPS、分段、日志一起使用。

排除法提醒:不要以为防火墙能解决所有网络问题;它只是控制流量的一类工具。

本页术语拆解
加密 加密把内容变成未授权者看不懂的形式。
ISO ISO 是国际标准化组织,常见安全管理体系如 ISO 27001/27002。
标准 标准给出必须满足的最低要求。
程序 程序是一步一步怎么做。
防火墙 防火墙根据规则控制网络流量进出。
强制访问控制 MAC MAC 由系统根据标签和级别强制决定访问。
日志 日志记录系统和用户活动,用于监控、审计和调查。
学习单元 44 / PDF P587

安全控制框架:用成熟框架组织安全

框架帮助组织系统化管理控制,而不是想到哪做到哪。

教材原文段落

Wearable technology or wearables are offshoots of smart devices and IoT devices that are specifically designed to be worn by an individual. The most common examples of wearable technology are smart watches and fitness trackers. There are an astounding number of available options, with a wide range of features and security capabilities. When selecting a wearable device, consider the security implications. Is the data being collected in a cloud service that is secured for private use or is it made publicly available? What alternative uses is the collected data going to be used for? Is the communication between the device and the collection service encrypted?

And can you delete your data and profile from the service completely if you stop using the device? Although we often associate smart devices and IoT with home or personal use, they concern every organization. This is partly because of the use of mobile devices by employees within the company's facilities and even on the organizational network. Another concern is that many IoT or networked automation devices are often used in the business environment.

This includes environmental controls, such as HVAC management, air quality control, debris and smoke detection, lighting controls, door automation, personnel and asset tracking, and consumable inventory management and auto-reordering (such as coffee, snacks, printer toner, paper, and other office supplies). Thus, both smart devices and IoT devices are potential elements of a modern business network that need appropriate security management and oversight. For some additional reading on the importance of proper security management of smart devices and IoT equipment, see “NIST Cybersecurity for IOT Program” at www.nist.gov/itl/applied-cybersecurity/nist-cybersecurity-iotprogram.

A common IoT device deployed in a business environment is a sensor. Sensors can measure just about anything, including temperature, humidity, light levels, dust particles, movement, acceleration, and air/liquid flow. Sensors can be linked with cyber-physical systems to automatically adjust or alter operations based on the sensor's measurements, such as turning on the air conditioning when the temperature rises above a threshold. Sensors can also be linked to ICS, DCS, and SCADA solutions.

中文直译 / 整理

可穿戴技术 或 可穿戴设备 是专为个人佩戴而设计的智能设备和物联网 设备的衍生品。 最常见的可穿戴技术示例是智能手表和健身追踪器。 市场上 有惊人的多种选择,具备广泛的功能和安全性能。 在选择可穿戴设备时,请 考虑其安全影响。 收集的数据是否存储在为私密使用而安全保护的云服务中, 还是被公开提供? 收集的数据将被用于哪些其他用途? 设备与数据收集服务 之间的通信是否加密? 如果您停止使用该设备,是否能完全删除您的数据和 个人资料? 尽管我们常将智能设备和物联网与家庭或个人使用联系在一起,但它们关乎每 个组织。 这部分是因为员工在公司设施内甚至组织网络上使用移动设备。 另一个担忧是,许多物联网或网络化自动化设备常用于商业环境。 这包括环境 控制,如暖通空调管理、空气质量控制、杂物和烟雾检测、照明控制、门禁自 动化、人员和资产追踪,以及耗材库存管理和自动补货(如咖啡、零食、打印 机墨粉、纸张和其他办公用品)。 因此,智能设备和物联网设备都是现代业务 网络中需要适当安全管理和监督的潜在元素。

有关智能设备和物联网设备适当 安全管理重要性的更多信息,请参阅“NIST IoT网络安全计划”: www.nist.gov/itl/applied-cybersecurity/nist-cybersecurity-iot-program。 在商业环境中部署的常见物联网设备是传感器。 传感器可以测量几乎任何事物, 包括温度、湿度、光照强度、粉尘颗粒、运动、加速度以及空气/液体流量。 传感器可以与信息物理系统连接,根据传感器的测量结果自动调整或改变操作, 例如当温度超过阈值时自动开启空调。 传感器也可以与工业控制系统(ICS)、 分布式控制系统(DCS)和监控与数据采集系统(SCADA)解决方案连接。

小白解释

场景先行:凌晨监控告警:某台服务器开始大量外连。你不能先忙着写报告,也不能直接关全网。事件响应要按顺序做:确认、遏制、根除、恢复、复盘。

这一页真正想让你理解的是:框架帮助组织系统化管理控制,而不是想到哪做到哪。

把它放进公司里看,关键不是背定义,而是判断:步骤乱了会扩大损失,或者破坏证据。

你作为负责人可以这样想:先保全证据和控制影响,再清除原因并恢复业务。

本页术语用人话说:

加密:加密把内容变成未授权者看不懂的形式。

NIST:NIST 提供美国常用安全标准、框架和指南。

资产:资产是组织认为有价值、需要保护的东西,可以是数据、系统、人员、设施或声誉。

日志:日志记录系统和用户活动,用于监控、审计和调查。

常见误区:不要一上来就删除文件或重装系统;可能会破坏调查证据。

读完后用一句话复述:如果我是事件响应负责人,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“安全控制框架:用成熟框架组织安全”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是事件响应负责人在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

加密主要保护机密性,也可配合签名、哈希支持完整性和真实性。

看到 SP 800 系列、CSF、RMF 常联想到 NIST。

资产安全题先问资产是谁拥有、如何分类、谁负责保护。

日志要保护完整性、时间同步和访问控制。

排除法提醒:不要一上来就删除文件或重装系统;可能会破坏调查证据。

本页术语拆解
加密 加密把内容变成未授权者看不懂的形式。
NIST NIST 提供美国常用安全标准、框架和指南。
资产 资产是组织认为有价值、需要保护的东西,可以是数据、系统、人员、设施或声誉。
日志 日志记录系统和用户活动,用于监控、审计和调查。
学习单元 45 / PDF P588

政策、标准、程序、指南

高层原则、最低要求、操作步骤、建议做法要分清。

教材原文段落

IoT devices—in fact, almost all hardware and software—often have insecure or weak defaults. Never assume defaults are good enough. Always evaluate acquired IoT products' setting and configuration options and make changes that optimize security and support business functions. This is especially relevant to default passwords, which must always be changed and verified. Industrial Internet of Things (IIoT) is a derivative of IoT that focuses more on industrial, engineering, manufacturing, or infrastructure level oversight, automation, management, and sensing. IIoT is an evolution of ICS and DCS that integrates cloud services to perform data collection, analysis, optimization, and automation.

Examples of IIOT include edge computing and fog computing, discussed next. Edge and Fog Computing Edge computing is a philosophy of network design where data and the compute resources are located as close as possible to optimize bandwidth use while minimizing latency. In edge computing, the intelligence and processing are contained within each device. Thus, rather than sending data to a master processing entity, each device can process its own data locally. The architecture of edge computing performs computations closer to the data source, which is at or near the edge of the network. This is distinct from performing processing in the cloud on data transmitted from remote locations.

Edge computing is often implemented as an element of IIOT solutions, but edge computing is not limited to this type of implementation. Edge computing can be viewed as the next evolution of computing concepts. Originally, computing was accomplished on core mainframe computers where applications were executed on the central system but where controlled or manipulated via thin clients. Then the distributed concept of client/server moved computing out to endpoint devices. This allowed for the execution of decentralized applications (i.e., not centrally controlled) that ran locally on the endpoint system. From there, virtualization led to cloud computing.

Cloud computing is a type of centralized application execution on remote data center systems, controlled remotely by endpoints. Finally, edge computing is the use of devices that are close to or at the endpoint where applications are centrally controlled, but the actual execution is as close to the user or network edge as possible. One potential use for edge devices is the deployment of mini-web servers by ISPs to host static or simple pages for popular sites that are located nearer to

中文直译 / 整理

物联网设备——事实上,几乎所有硬件和软件——通常具有不安全或薄弱的默 认设置。 切勿默认默认设置足够安全。 务必评估所获取的物联网产品的设置 和配置选项,并进行优化安全性和支持业务功能的更改。 这一点对于默认密 码尤其重要,必须始终更改并验证默认密码。 工业物联网(IIoT)是物联网的衍生品,更侧重于工业、工程、制造或基础 设施层面的监控、自动化、管理和感知。 IIoT是ICS和DCS的演进,通过集成 云服务来实现数据收集与分析 优化与自动化。 IIoT的示例包括边缘计算和雾计算,下文将进行讨论。 边缘计算与雾计算 边缘计算是一种网络设计哲学,其理念是将数据和计算资源尽可能靠近数据源 部署,以优化带宽使用并最小化延迟。 在边缘计算中,智能与处理能力都包含 在每个设备内部。 因此,无需将数据发送至中央处理实体,每个设备均可在其 本地处理自身数据。 边缘计算的架构在数据源附近甚至网络边缘执行计算,这 与在云端处理从远程位置传输的数据截然不同。 边缘计算常作为IIoT解决方案 的组成部分实现,但边缘计算的应用并不局限于此类实现。 边缘计算可以被视为计算概念的下一个演进阶段。

最初,计算是在核心大型机 上完成的,应用程序在中央系统上执行,但通过瘦客户端进行控制或操作。 随 后,客户端/服务器的分布式概念将计算推向了终端设备。 这使得能够在终端系 统上本地运行去中心化应用程序(即非集中控制的应用程序)。 此后,虚拟化 催生了云计算。 云计算是一种在远程数据中心系统上集中执行应用程序的模式, 由终端远程控制。 最后,边缘计算是指使用靠近或位于终端的设备,应用程序 由中心控制,但实际执行尽可能接近用户或网络边缘。 边缘设备的一个潜在用途是互联网服务提供商部署微型Web服务器,以托管位于 更靠近

小白解释

场景先行:你是公司的安全负责人,正在读第 588 页这一组概念。老板不会问你背定义,而是问:这件事会不会影响业务、谁负责、要不要花钱、出了事能不能解释清楚。

这一页真正想让你理解的是:高层原则、最低要求、操作步骤、建议做法要分清。

把它放进公司里看,关键不是背定义,而是判断:概念没放进业务场景,容易只背词,做题时不知道该选管理动作还是技术动作。

你作为负责人可以这样想:先确认业务目标和风险,再选控制措施,最后留下政策、审批、日志或证据。

本页术语用人话说:

程序:程序是一步一步怎么做。

常见误区:不要一看到安全题就直接选最强工具;CISSP 更常考“在这个场景下谁该负责、下一步是什么”。

读完后用一句话复述:如果我是安全负责人,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“政策、标准、程序、指南”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是安全负责人在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

Step-by-step、SOP 常对应 procedure。

排除法提醒:不要一看到安全题就直接选最强工具;CISSP 更常考“在这个场景下谁该负责、下一步是什么”。

本页术语拆解
程序 程序是一步一步怎么做。
学习单元 46 / PDF P589

第 589 页学习单元

这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

教材原文段落

the bulk of common visitors than the main web servers. This speeds up the initial access to the front page of a popular organization's web presence, but then subsequent page visits are directed to and served by core or primary web servers that may be located elsewhere. Other examples of edge computing solutions include security systems, motion-detecting cameras, image recognition systems, IoT and IIOT devices, self-driving cars, optimized content delivery network (CDN) caching, medical monitoring devices, and videoconferencing solutions. Fog computing is another example of advanced computation architecture, which is also often used as an element in an IIOT deployment.

Fog computing relies on sensors, IoT devices, or even edge computing devices to collect data, and then transfers it back to a central location for processing. The fog computing processing location is positioned in the LAN. Thus, with fog computing, intelligence and processing are centralized in the LAN. The centralized computing power processes information gathered from the fog of disparate devices and sensors. In short, edge computing performs processing on the distributed edge systems, whereas fog computing performs centralized processing of the data collected by the distributed sensors.

Both edge and fog computing can often take advantage of or integrate the use of microcontrollers, embedded devices, static devices, cyber-physical systems, and IoT equipment. Embedded Devices and Cyber-Physical Systems An embedded system is any form of computing component added to an existing mechanical or electrical system for the purpose of providing automation, remote control, and/or monitoring. The embedded system is typically designed around a limited set of specific functions in relation to the larger product to which it is attached.

It may consist of the same components found in a typical computer system or a microcontroller (an integrated chip with onboard memory and peripheral ports).

中文直译 / 整理

大多数普通访问者位置的热门网站的静态或简单页面。 这加快了对热门组织网 站主页的初始访问,但随后的页面访问将被重定向到并由位于其他地方的核心 或主Web服务器提供服务。 其他边缘计算解决方案的例子包括安全系统、运动 检测摄像头、图像识别系统、物联网和工业物联网设备、自动驾驶汽车、优化 的内容分发网络(CDN)缓存、医疗监测设备和视频会议解决方案。 雾计算是另一种先进的计算架构示例,也常被用作IIoT部署中的一个组成部分。 雾计算依赖于传感器、物联网设备,甚至边缘计算设备来收集数据,然后将其 传输回中心位置进行处理。 雾计算的处理位置位于局域网内。 因此,通过雾计 算,智能和处理能力被集中到局域网中。 集中化的计算能力处理来自各种设备 和传感器的雾状数据。 简而言之,边缘计算在分布式的边缘系统上执行处理,而雾计算则对分布式传 感器收集的数据进行集中处理。 边缘计算和雾计算通常都可以利用或集成微控 制器、嵌入式设备、静态设备、信息物理系统和物联网设备。 嵌入式设备与信息物理系统 一个嵌入式系统是指为实现自动化、远程控制和/或监控而添加到现有机械或电 气系统中的任何计算组件。

嵌入式系统通常围绕其所属的更大产品所关联的一 组有限特定功能进行设计。 它可能由典型计算机系统中的相同组件组成,或由 微控制器(一种内置内存和外设端口的集成芯片)组成。

小白解释

场景先行:员工在家访问公司系统,流量要穿过家庭网络、互联网、防火墙、VPN、服务器。网络安全题就是让你判断问题发生在哪一层、用哪个控制放在什么位置。

这一页真正想让你理解的是:这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

把它放进公司里看,关键不是背定义,而是判断:不分层就会乱选设备:该加密的地方装防火墙,该监测的地方却只做访问控制。

你作为负责人可以这样想:先定位网络层次,再决定是分段、过滤、加密、检测还是阻断。

本页术语用人话说:

OSI 模型:OSI 用七层结构理解网络通信,从物理层到应用层。

恢复点目标 RPO:RPO 是最多能接受丢失多少时间范围的数据。

常见误区:不要以为防火墙能解决所有网络问题;它只是控制流量的一类工具。

读完后用一句话复述:如果我是网络安全工程师,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“第 589 页学习单元”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是网络安全工程师在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

网络题先定位层次,再判断协议、设备或攻击位置。

RPO 问数据:最多丢到哪个时间点。

排除法提醒:不要以为防火墙能解决所有网络问题;它只是控制流量的一类工具。

本页术语拆解
OSI 模型 OSI 用七层结构理解网络通信,从物理层到应用层。
恢复点目标 RPO RPO 是最多能接受丢失多少时间范围的数据。
学习单元 47 / PDF P590

安全控制框架:用成熟框架组织安全

框架帮助组织系统化管理控制,而不是想到哪做到哪。

教材原文段落

Microcontrollers A microcontroller is similar to, but less complex, than a system on a chip, or SoC (see Chapter 11). A microcontroller may be a component of an SoC. A microcontroller is a small computer consisting of a CPU, various input/output capabilities, RAM, and often nonvolatile storage in the form of flash or ROM/PROM/EEPROM. Examples include Raspberry Pi, Arduino, and a field-programmable gate array (FPGA). Embedded systems can be a security risk because they are generally static systems, meaning that even the administrators who deploy them have no real means to alter the device's operations to address security vulnerabilities.

Some embedded systems can be updated with vendor patches, but patches are often released months after a known exploit is found in the wild. It is essential that embedded systems be isolated from the Internet and from a private production network to minimize exposure to remote exploitation, remote control, or malware compromise. Security concerns for embedded systems include the fact that most are designed to minimize cost and extraneous features. This often leads to a lack of security and difficulty with upgrades or patches. Because an embedded system may be in control of a mechanism in the physical world, a security breach could cause harm to people and property.

Static Systems Another concept similar to that of embedded systems is static systems (aka static environments). A static environment is a set of conditions, events, and surroundings that don't change. In theory, a static environment doesn't offer new or surprising elements once understood. A static IT environment is any system that is intended to remain unchanged by users and administrators. The goal is to prevent, or at least reduce, the possibility of a user implementing change that could result in reduced security or functional operation.

This is also known as a nonpersistent environment or a stateless system, as opposed to a persistent environment or stateful system, which allows changes and retains them between access events and reboots. Examples of static systems include the check-in kiosk at the airport, an ATM, and often the complimentary guest computer at a hotel or library. Those guest computers are configured to provide the user with a temporary desktop

中文直译 / 整理

微控制器 一个微控制器与片上系统(SoC)类似,但复杂度较低(参见第11章)。 微 控制器可以是SoC的一个组成部分。 微控制器是一种小型计算机,包含 CPU、各种输入/输出功能、RAM,以及通常以闪存或闪存/ ROM/PROM/EEPROM形式的非易失性存储。 示例包括树莓派、 Arduino和现场可编程门阵列(FPGA)。 嵌入式系统可能构成安全风险,因为它们通常是静态系统,这意味着即使部署 它们的管理员也没有真正的方法来更改设备的操作以应对安全漏洞。 一些嵌入 式系统可以通过供应商补丁进行更新,但补丁通常在野外发现已知漏洞数月后 才发布。 必须将嵌入式系统与互联网和私有生产网络隔离,以最大限度地减少 远程利用、远程控制或恶意软件入侵的风险。 嵌入式系统的安全问题包括大多数系统旨在最小化成本和冗余功能。 这通常导 致安全措施不足以及升级或补丁困难。 由于嵌入式系统可能控制物理世界中的 某种机制,安全漏洞可能导致人员和财产受损。 静态系统 与嵌入式系统类似的一个概念是静态系统(又称静态环境)。 静态环境是指一 组不发生变化的条件、事件和周围环境。 理论上,一旦理解了静态环境,就不 会再出现新的或令人惊讶的元素。

静态IT环境是指任何旨在由用户和管理员保 持不变的系统。 其目标是防止,或至少减少,用户实施可能降低安全性或功能 运行的更改的可能性。 这也被称为非持久性环境或无状态系统,与允许更改并 在访问事件和重启之间保留更改的持久性环境或有状态系统相对。 静态系统的示例包括机场的自助值机终端、自动取款机,以及酒店或图书馆提 供的免费宾客计算机。 这些宾客计算机被配置为向用户提供一个临时桌面

小白解释

场景先行:机房断电,业务部门问多久能恢复、最多会丢多少数据。BCP/DRP 不是背缩写,而是把业务能承受的中断时间和数据损失说清楚。

这一页真正想让你理解的是:框架帮助组织系统化管理控制,而不是想到哪做到哪。

把它放进公司里看,关键不是背定义,而是判断:只做备份但没测试,真正灾难时可能恢复不了。

你作为负责人可以这样想:先做业务影响分析,再定 RTO/RPO,最后设计备份、冗余和演练。

本页术语用人话说:

ISO:ISO 是国际标准化组织,常见安全管理体系如 ISO 27001/27002。

NIST:NIST 提供美国常用安全标准、框架和指南。

恢复点目标 RPO:RPO 是最多能接受丢失多少时间范围的数据。

恶意代码:恶意代码包括病毒、蠕虫、木马、勒索软件等。

常见误区:RTO 问时间,RPO 问数据;这两个不要混。

读完后用一句话复述:如果我是业务连续性负责人,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“安全控制框架:用成熟框架组织安全”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是业务连续性负责人在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

ISO 偏标准和管理体系。

看到 SP 800 系列、CSF、RMF 常联想到 NIST。

RPO 问数据:最多丢到哪个时间点。

防恶意代码要结合补丁、最小权限、检测、备份和用户培训。

排除法提醒:RTO 问时间,RPO 问数据;这两个不要混。

本页术语拆解
ISO ISO 是国际标准化组织,常见安全管理体系如 ISO 27001/27002。
NIST NIST 提供美国常用安全标准、框架和指南。
恢复点目标 RPO RPO 是最多能接受丢失多少时间范围的数据。
恶意代码 恶意代码包括病毒、蠕虫、木马、勒索软件等。
学习单元 48 / PDF P591

第 591 页学习单元

这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

教材原文段落

environment to perform a restricted range of tasks. However, when the user terminates their session due to timeout or logging out, the system discards all the previous session's information and changes and restores a pristine version of the environment for the next user. Static systems can be implemented in a variety of ways, including using local VMs or remotely accessed VDI (virtual desktop infrastructure). In technology, static environments are applications, OSs, hardware sets, or networks configured for a specific need, capability, or function, then set to remain unaltered. However, although the term static is used, no truly static systems exist.

There is always the chance that a hardware failure, a hardware configuration change, a software bug, a software-setting change, or an exploit may alter the environment, resulting in undesired operating parameters or actual security intrusions. Sometimes, the phrase static OS refers to the concept of a static system/environment or indicates a slight variation. That variation is that the OS itself is beyond the ability of the user to change, but the user can install or use applications. Often, those applications may be limited, restricted, or controlled to avoid allowing an application to alter the otherwise static OS.

Some potential examples of static OSs would be smart TVs, gaming systems/consoles, or mobile devices where only applications from a vendorcontrolled app store can be installed. Cyber-Physical Systems Cyber-physical systems refer to devices that offer a computational means to control something in the physical world. In the past, these might have been referred to as embedded systems, but the category of cyber-physical seems to focus more on the physical world results rather than the computational aspects. Cyber-physical devices and systems are essentially key elements in robotics and sensor networks.

Basically, any computational device that can cause a movement to occur in the real world is considered a robotic element, whereas any such device that can detect physical conditions (such as temperature, light, movement, and humidity) is a sensor. Examples of cyberphysical systems include prosthetics to provide human augmentation or assistance, collision avoidance in vehicles, air traffic control coordination, precision in robot surgery, remote operation in hazardous conditions, and energy conservation in vehicles, equipment, mobile devices, and buildings. Security Concerns of Embedded and Static Systems

中文直译 / 整理

环境,以执行有限范围的任务。 然而,当用户因超时或注销而终止会话时,系 统会丢弃之前会话的所有信息和更改,并为下一个用户恢复一个纯净的环境版 本。 静态系统可以通过多种方式实现,包括使用本地虚拟机或远程访问的VDI (虚拟桌面基础架构)。 在技术领域中,静态环境是指为满足特定需求、能力或功能而配置的应用程序、 操作系统、硬件集合或网络,之后保持不变。 然而,尽管使用了静态这一术语, 但实际上并不存在真正静态的系统。 硬件故障、硬件配置更改、软件漏洞、软 件设置更改或恶意利用都有可能改变环境,导致非预期的操作参数或实际的安 全入侵。 有时,短语静态操作系统指的是静态系统/环境的概念,或表示一种轻微的变体。 这种变体在于操作系统本身超出了用户更改的能力范围,但用户仍可安装或使 用应用程序。 通常,这些应用程序可能会受到限制、约束或控制,以防止应用 程序改变原本静态的操作系统。 静态操作系统的潜在示例包括智能电视、游戏 系统/主机,或仅允许安装来自厂商控制的应用商店应用程序的移动设备。 信息物理系统 信息物理系统是指提供计算手段以控制物理世界中某事物的设备。

过去,这些 设备可能被称为嵌入式系统,但信息物理这一类别似乎更关注物理世界的结果, 而非计算方面。 信息物理设备和系统本质上是机器人技术和传感器网络中的关 键要素。 基本上,任何能够引发现实世界中运动的计算设备都被视为机器人元 件,而任何能够检测物理条件(如温度、光线、运动和湿度)的此类设备则为 传感器。 信息物理系统的示例包括用于人类增强或辅助的假肢、车辆中的碰撞 避免、空中交通管制协调、机器人手术中的精准操作、危险环境中的远程操作, 以及车辆、设备、移动设备和建筑物中的节能。 嵌入式和静态系统的安全问题

小白解释

场景先行:凌晨监控告警:某台服务器开始大量外连。你不能先忙着写报告,也不能直接关全网。事件响应要按顺序做:确认、遏制、根除、恢复、复盘。

这一页真正想让你理解的是:这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

把它放进公司里看,关键不是背定义,而是判断:步骤乱了会扩大损失,或者破坏证据。

你作为负责人可以这样想:先保全证据和控制影响,再清除原因并恢复业务。

本页术语用人话说:

程序:程序是一步一步怎么做。

日志:日志记录系统和用户活动,用于监控、审计和调查。

常见误区:不要一上来就删除文件或重装系统;可能会破坏调查证据。

读完后用一句话复述:如果我是事件响应负责人,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“第 591 页学习单元”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是事件响应负责人在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

Step-by-step、SOP 常对应 procedure。

日志要保护完整性、时间同步和访问控制。

排除法提醒:不要一上来就删除文件或重装系统;可能会破坏调查证据。

本页术语拆解
程序 程序是一步一步怎么做。
日志 日志记录系统和用户活动,用于监控、审计和调查。
学习单元 49 / PDF P592

认证:证明身份

认证回答“你是不是你声称的那个人”。

教材原文段落

Embedded, static, network-enabled, and cyber-physical are usually more limited or constrained based on their design or hardware capabilities compared to typical endpoint, server, and networking hardware. These constraints can have security implications. Some embedded systems run on replaceable or rechargeable batteries. Others only receive a small amount of power from a USB plug or special power adapter/converter. These power limitations can restrict the speed of operations, which in turn can limit the execution of security components. If additional power is consumed, the device might overheat. This could result in slower performance, crashing, or destruction.

Most embedded systems use less-capable CPUs. This is due to cost and power savings or limitations. Fewer computing capabilities means fewer functions, which means fewer security operations. Many embedded systems have limited network capabilities. These network capabilities could be limited to wired only or wireless only. Within wireless, the device could be limited to a specific Wi-Fi version, frequency, speed, and/or encryption. Some devices using wireless are limited to special communication protocols, such as Zigbee or Bluetooth Low Energy (BLE). Many embedded systems are unable to process high-end encryption.

The crypto on these special devices is often limited and may use older algorithms or poor keys, or just lack good key management. Some devices are known to have preshared and/or hard-coded encryption keys. Some embedded systems are difficult to patch, whereas others might not even offer patching or upgrading. Without update and patch management, vulnerable code will remain at risk. Some embedded systems do not use authentication to control subjects or restrict updates. Some devices use hard-coded credentials. These should be avoided. Only use equipment that allows for customized credentials, and choose devices that support mutual-certificate authentication.

Some embedded systems have a limited transmission range due to low-power antennae. This can restrict the device's usefulness or require signal boosting to compensate. Due to the low cost of some embedded systems, they might not include necessary security features. Other devices that do include needed security components may be too costly to be considered.

中文直译 / 整理

嵌入式、静态、网络启用和信息物理系统通常因其设计或硬件能力而比典 型的终端、服务器和网络硬件更为受限。 这些限制可能带来安全影响。 一些嵌入式系统使用可更换或可充电电池供电。 其他系统仅通过USB插头或专 用电源适配器/转换器获取少量电力。 这些电力限制可能会限制操作速度,从而 限制安全组件的执行。 如果消耗额外电力,设备可能会过热,导致性能下降、 崩溃甚至损坏。 大多数嵌入式系统使用性能较低的CPU。 这是由于成本和功耗的考虑或限制。 计算能力越少,功能就越少,安全操作也随之减少。 许多嵌入式系统的网络功能有限。 这些网络功能可能仅限于有线或仅限于无 线。 在无线网络中,设备可能仅支持特定的Wi‑Fi版本、频率、速度和/或加 密方式。 一些使用无线通信的设备仅支持特殊通信协议,例如Zigbee或低功 耗蓝牙(BLE)。 许多嵌入式系统无法处理高级加密。 这些专用设备上的加密功能通常受限,可 能使用较旧的算法、较差的密钥,或缺乏良好的密钥管理。 一些设备已知具有 预共享和/或硬编码的加密密钥。 某些嵌入式系统难以打补丁,而其他系统甚至可能不提供补丁或升级功能。 如果没有更新和补丁管理,存在漏洞的代码将一直面临风险。

某些嵌入式系统不使用身份验证来控制主体或限制更新。 一些设备使用硬编 码的凭据。 应避免使用此类设备。 仅使用允许自定义凭据的设备,并选择支 持双向证书身份验证的设备。 某些嵌入式系统由于使用低功率天线,传输范围有限。 这可能会限制设备的实 用性,或需要信号增强来补偿。 由于某些嵌入式系统的成本较低,它们可能不包含必要的安全功能。 其他 包含所需安全组件的设备可能过于昂贵而无法被考虑。

小白解释

场景先行:新员工入职后要登录系统。第一步是声明身份,第二步证明身份,第三步决定能访问哪些数据,最后系统要记录他做了什么。IAM 题就是围绕这条链条出题。

这一页真正想让你理解的是:认证回答“你是不是你声称的那个人”。

把它放进公司里看,关键不是背定义,而是判断:认证成功不代表什么都能做;离职、调岗、权限漂移都会造成越权。

你作为负责人可以这样想:把识别、认证、授权、审计分开看,再用最小权限和定期复核收口。

本页术语用人话说:

认证:认证是验证“你是不是你声称的那个人”。

加密:加密把内容变成未授权者看不懂的形式。

数字证书:数字证书把身份和公钥绑定起来,由可信 CA 签发。

身份:身份是主体在系统中的标识。

常见误区:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

读完后用一句话复述:如果我是IAM 管理员,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“认证:证明身份”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是IAM 管理员在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

密码、令牌、生物特征、多因素认证都服务认证。

加密主要保护机密性,也可配合签名、哈希支持完整性和真实性。

证书不是密钥本身,而是身份与公钥的可信绑定。

身份管理题要区分识别、认证、授权、审计。

排除法提醒:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

本页术语拆解
认证 认证是验证“你是不是你声称的那个人”。
加密 加密把内容变成未授权者看不懂的形式。
数字证书 数字证书把身份和公钥绑定起来,由可信 CA 签发。
身份 身份是主体在系统中的标识。
学习单元 50 / PDF P593

安全控制框架:用成熟框架组织安全

框架帮助组织系统化管理控制,而不是想到哪做到哪。

教材原文段落

Similar to supply chain issues, when an embedded system is used, the organization automatically trusts the device vendor and the cloud service behind it. This implied trust may be misguided. Always thoroughly investigate vendors before relying on their product, and even then, segregate embedded systems in their own constrained network segments. See the discussion of zero trust in Chapter 8. Based on these constraints and other concerns, security management of embedded and static systems must accommodate the fact that most are designed to minimize costs and extraneous features. This often leads to a lack of security mechanisms and difficulty with upgrades or patches.

Static environments, embedded systems, cyber-physical systems, highperformance computing (HPC) systems, edge computing devices, fog computing devices, mobile devices, and other limited or single-purpose computing environments need security management. Although they may not have as broad an attack surface and aren't exposed to as many risks as a general-purpose computer, they still require proper security government. Many of the same general security management principles used over servers and endpoints can be applied to embedded, static, and cyber-physical systems. Network segmentation involves controlling traffic among networked devices.

Complete or physical network segmentation occurs when a network is isolated from all outside communications, which means transactions can occur only between devices within the segmented network. You can impose logical network segmentation with switches using virtual local area networks (VLANs), or through other traffic-control means, including MAC addresses, IP addresses, physical ports, TCP or UDP ports, protocols, or application filtering, routing, and access control management. Network segmentation can isolate embedded devices and static environments to prevent changes and/or exploits from reaching them. See Chapter 11 for more on segmentation.

An application firewall is a device, server add-on, virtual service, or system filter that defines a strict set of communication rules for a service and all users. It's intended to be an application-specific server-side firewall to prevent application-specific protocol and payload attacks. A network firewall is a hardware device designed for general network filtering, typically called an appliance. A network firewall is designed to provide broad protection for an entire network. An internal segmentation firewall (ISFW) is used to create a network division or segment. Every network needs a network firewall. Many application servers need an application firewall. However, the use of an

中文直译 / 整理

与供应链问题类似,当使用嵌入式系统时,组织会自动信任设备供应商及其背 后的云服务。 这种隐含的信任可能是错误的。 在依赖其产品之前,务必彻底调 查供应商,即使如此,也应将嵌入式系统隔离在独立的受限网络段中。 参见第 8章中关于零信任的讨论。 基于这些约束和其他考虑因素,嵌入式和静态系统的安全管理必须考虑到大多 数系统的设计目标是最小化成本和无关功能。 这通常导致安全机制缺失以及升 级或补丁困难。 静态环境、嵌入式系统、网络物理系统、高性能计算(HPC)系统、边缘计算 设备、雾计算设备、移动设备以及其他受限或单一用途的计算环境都需要安全 管理。 尽管它们的攻击面可能不如通用计算机广泛,面临的风险也可能较少, 但仍需要适当的安全管理。 许多用于服务器和终端的一般安全管理原则同样适 用于嵌入式、静态和网络物理系统。 网络分段涉及对网络设备间流量的控制。 当一个网络与所有外部通信完全隔离 时,即发生完全或物理网络分段,这意味着事务只能在分段网络内的设备之间 进行。

您可以使用交换机通过虚拟局域网(VLAN)或其他流量控制手段实施 逻辑网络分段,包括MAC地址、IP地址、物理端口、TCP或UDP端口、协议、 应用过滤、路由和访问控制管理。 网络分段可以隔离嵌入式设备和静态环境, 防止更改和/或攻击影响到它们。 详见第11章关于分段的更多内容。 应用程序防火墙是一种设备、服务器附加组件、虚拟服务或系统过滤器,它为 某个服务及其所有用户定义了一组严格的通信规则。 其设计目的是作为特定于 应用程序的服务器端防火墙,以防止特定于应用程序的协议和负载攻击。 网络 防火墙是一种专为通用网络过滤而设计的硬件设备,通常称为专用设备。 网络 防火墙旨在为整个网络提供广泛的保护。 内部细分防火墙(ISFW)用于创建 网络划分或网段。 每个网络都需要一个网络防火墙。 许多应用服务器需要应用 程序防火墙。 然而,使用一个

小白解释

场景先行:新员工入职后要登录系统。第一步是声明身份,第二步证明身份,第三步决定能访问哪些数据,最后系统要记录他做了什么。IAM 题就是围绕这条链条出题。

这一页真正想让你理解的是:框架帮助组织系统化管理控制,而不是想到哪做到哪。

把它放进公司里看,关键不是背定义,而是判断:认证成功不代表什么都能做;离职、调岗、权限漂移都会造成越权。

你作为负责人可以这样想:把识别、认证、授权、审计分开看,再用最小权限和定期复核收口。

本页术语用人话说:

ISO:ISO 是国际标准化组织,常见安全管理体系如 ISO 27001/27002。

程序:程序是一步一步怎么做。

防火墙:防火墙根据规则控制网络流量进出。

强制访问控制 MAC:MAC 由系统根据标签和级别强制决定访问。

常见误区:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

读完后用一句话复述:如果我是IAM 管理员,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“安全控制框架:用成熟框架组织安全”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是IAM 管理员在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

ISO 偏标准和管理体系。

Step-by-step、SOP 常对应 procedure。

防火墙不是万能;它常与 IDS/IPS、分段、日志一起使用。

政府/军方、机密级别、标签、不可由用户随意改通常是 MAC。

永不默认信任、持续验证、最小权限、微分段是零信任关键词。

排除法提醒:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

本页术语拆解
ISO ISO 是国际标准化组织,常见安全管理体系如 ISO 27001/27002。
程序 程序是一步一步怎么做。
防火墙 防火墙根据规则控制网络流量进出。
强制访问控制 MAC MAC 由系统根据标签和级别强制决定访问。
零信任 零信任默认不信任任何访问请求,需要持续验证和最小权限。
日志 日志记录系统和用户活动,用于监控、审计和调查。
恢复点目标 RPO RPO 是最多能接受丢失多少时间范围的数据。
学习单元 51 / PDF P594

保护机制:分层、隐藏、加密和边界

单一控制不够,安全靠多个机制配合。

教材原文段落

application firewall generally doesn't negate the need for a network firewall. You should use firewalls in a series to complement each other, rather than seeing them as competitive solutions. See Chapters 11 and 17 for more on firewalls. Security layers exist where devices with different levels of classification or sensitivity are grouped together and isolated from other groups with different levels. This isolation can be absolute or one-directional. For example, a lower level may not be able to initiate communication with a higher level, but a higher level may initiate with a lower level. Isolation can also be logical or physical.

Logical isolation requires the use of classification labels on data and packets, which must be respected and enforced by network management, OSs, and applications. Physical isolation requires implementing network segmentation or air gaps between networks of different security levels. See Chapter 5, “Protecting Security of Assets,” to learn more about managing data and asset classification. Manual updates should be used in static environments to implement only tested and authorized changes. An automated update system would allow untested updates to introduce unknown security reductions. As with manual software updates, strict control over firmware in a static environment is important.

Firmware updates should be implemented on a manual basis, only after thorough testing and review. Firmware version control or oversight of firmware release should focus on maintaining a stable operating platform while minimizing exposure to downtime or compromise. Even embedded and static systems should be monitored for performance, violations, compliance, and operational status. Some of these types of devices can perform on-device monitoring, auditing, and logging, whereas others may require external systems to collect activity data.

Any and all devices, equipment, and computers within an organization should be monitored to ensure high performance and minimal downtime, and to detect and stop violations and abuse. As with any security solution, relying on a single security mechanism is unwise. Defense in depth uses multiple types of access controls in literal or theoretical concentric circles or layers. This form of layered security helps an organization avoid a monolithic security stance. A monolithic mentality is the belief that a single security mechanism is all that is required to provide sufficient security.

With security control redundancy and diversity, a static environment can avoid the pitfalls of a single security feature failing; the

中文直译 / 整理

应用程序防火墙通常并不会取消对网络防火墙的需求。 您应该将防火墙串联 使用,使其相互补充,而不是将它们视为相互竞争的解决方案。 有关防火墙 的更多信息,请参阅第11章和第17章。 安全层存在于将具有不同分类或敏感级别设备分组并与其他不同级别组隔离的 场景中。 这种隔离可以是绝对的或单向的。 例如,较低级别可能无法主动与较 高级别通信,但较高级别可以主动与较低级别通信。 隔离也可以是逻辑的或物 理的。 逻辑隔离要求在数据和数据包上使用分类标签,这些标签必须由网络管 理、操作系统和应用程序尊重并强制执行。 物理隔离则需要在不同安全级别的 网络之间实施网络分段或空气隔离。 请参阅第5章,“保护资产安全”,以了解 更多关于管理和资产分类的信息。 在静态环境中,应使用手动更新来仅实施经过测试和授权的更改。 自动化更新 系统可能导致未经测试的更新引入未知的安全风险。 与手动软件更新一样,在 静态环境中对固件实施严格控制至关重要。 固件更新应仅在经过充分测试和审 查后以手动方式实施。 固件版本控制或固件发布监督应侧重于在最小化停机或 被入侵风险的同时,保持稳定的运行平台。

即使是嵌入式和静态系统,也应监控其性能、违规行为、合规性及运行状态。 其中一些设备可在设备内部执行监控、审计和日志记录,而其他设备则可能需 要外部系统来收集活动数据。 组织内的任何设备、装备和计算机都应进行监控, 以确保高性能和最小化停机时间,并检测和阻止违规行为与滥用。 与任何安全解决方案一样,依赖单一的安全机制是不明智的。 深度防御采用多 种类型的访问控制,以字面或理论上的同心圆或分层形式存在。 这种分层安全 形式有助于组织避免单一的安全立场。 单一心态是指认为仅需一种安全机制即 可提供足够的安全保护。 通过安全控制的冗余性和多样性,静态环境可以避免 因单一安全功能失效而带来的陷阱;

小白解释

场景先行:新员工入职后要登录系统。第一步是声明身份,第二步证明身份,第三步决定能访问哪些数据,最后系统要记录他做了什么。IAM 题就是围绕这条链条出题。

这一页真正想让你理解的是:单一控制不够,安全靠多个机制配合。

把它放进公司里看,关键不是背定义,而是判断:认证成功不代表什么都能做;离职、调岗、权限漂移都会造成越权。

你作为负责人可以这样想:把识别、认证、授权、审计分开看,再用最小权限和定期复核收口。

本页术语用人话说:

授权:授权是认证之后决定你能访问什么、能做什么。

审计:审计记录主体行为,用于追责、复盘和取证。

纵深防御:纵深防御不是一道门,而是一层又一层控制。

分层:分层把控制按层排列,让攻击者必须连续突破。

常见误区:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

读完后用一句话复述:如果我是IAM 管理员,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“保护机制:分层、隐藏、加密和边界”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是IAM 管理员在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

认证成功不等于什么都能做;权限仍要单独授权。

没有日志和身份绑定,就很难问责。

多层控制串联、避免单点失败,就是 defense in depth。

serial controls 更深,parallel controls 更宽;题目会考深度和广度。

ISO 偏标准和管理体系。

排除法提醒:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

本页术语拆解
授权 授权是认证之后决定你能访问什么、能做什么。
审计 审计记录主体行为,用于追责、复盘和取证。
纵深防御 纵深防御不是一道门,而是一层又一层控制。
分层 分层把控制按层排列,让攻击者必须连续突破。
ISO ISO 是国际标准化组织,常见安全管理体系如 ISO 27001/27002。
程序 程序是一步一步怎么做。
资产 资产是组织认为有价值、需要保护的东西,可以是数据、系统、人员、设施或声誉。
防火墙 防火墙根据规则控制网络流量进出。
学习单元 52 / PDF P595

第 595 页学习单元

这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

教材原文段落

environment has several opportunities to deflect, deny, detect, and deter any threat. Unfortunately, no security mechanism is perfect. Each individual security mechanism has a flaw or a work-around just waiting to be discovered and abused by a malicious actor. Microservices It is important to evaluate and understand the vulnerabilities in system architectures, especially in regard to technology and process integration. As multiple technologies and complex processes are intertwined in the act of crafting new and unique business functions, new issues and security problems often surface.

As systems are integrated, attention should be paid to potential single points of failure as well as to emergent weaknesses in service-oriented architecture (SOA). An SOA constructs new applications or functions out of existing but separate and distinct software services. The resulting application is often new; thus, its security issues are unknown, untested, and unprotected. All new deployments, especially new applications or functions, must be thoroughly vetted before they can go live into a production network or the public Internet.

Microservices, or microservices architecture, is an architectural style in software development where an application is structured as a collection of small, independently deployable, and loosely coupled services. Each service, often referred to as a microservice, represents a specific business capability and operates as a self-contained unit with its own database and communication mechanisms. Microservices are designed to be scalable, maintainable, and independently deployable, allowing developers to build and enhance different parts of an application without affecting the entire system.

This architectural approach promotes flexibility, agility, and the ability to scale applications more efficiently. It is the conversion or transformation of a capability of one application into a microservice that can be called upon by numerous other applications. Microservices are often created as a means to provide purpose-specific business capabilities through services that are independently deployed. Often, microservices are small, focused on a singular operation, designed with few dependencies, and based on fast short-term development cycles (similar to Agile). It is also common to deploy microservices based on immutable architecture or infrastructure as code.

中文直译 / 整理

环境具备多种机会来防御、拒绝、检测和威慑任何威胁。 然而,没有任何安全 机制是完美的。 每个独立的安全机制都存在缺陷或规避方法,只待恶意行为者 发现并利用。 M icroservices 评估和理解系统架构中的漏洞至关重要,尤其是在技术和流程集成方面。 在构 建新的独特业务功能时,多种技术和复杂流程相互交织,往往会出现新的问题 和安全风险。 随着系统的集成,应注意潜在的单点故障以及面向服务的架构 (SOA)中出现的新兴弱点。 SOA 利用现有的但独立且不同的软件服务构建新 的应用程序或功能。 由此产生的应用程序通常是全新的; 因此,其安全问题未 知、未经测试且未受保护。 所有新部署,尤其是新应用程序或功能,在投入生 产网络或公共互联网之前都必须经过彻底审查。 微服务,或微服务架构,是一种软件开发中的架构风格,其中应用程序被构成 为一系列小型、可独立部署且松耦合的服务。 每个服务通常被称为微服务,代 表特定的业务能力,并作为一个具有独立数据库和通信机制的自包含单元运行。 微服务旨在实现可扩展性、可维护性和独立部署性,使开发人员能够构建和增 强应用程序的不同部分,而不会影响整个系统。

这种架构方法促进了灵活性、 敏捷性以及更高效地扩展应用程序的能力。 它是将一个应用程序的某种能力转 换为可被众多其他应用程序调用的微服务的过程。 微服务通常作为通过独立部署的服务提供特定业务能力的一种手段而创建。 微 服务通常规模较小,专注于单一操作,依赖关系较少,并基于快速的短期开发 周期(类似于敏捷开发)。 此外,通常基于不可变架构或基础设施即代码来部 署微服务。

小白解释

场景先行:凌晨监控告警:某台服务器开始大量外连。你不能先忙着写报告,也不能直接关全网。事件响应要按顺序做:确认、遏制、根除、恢复、复盘。

这一页真正想让你理解的是:这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

把它放进公司里看,关键不是背定义,而是判断:步骤乱了会扩大损失,或者破坏证据。

你作为负责人可以这样想:先保全证据和控制影响,再清除原因并恢复业务。

本页术语用人话说:

程序:程序是一步一步怎么做。

日志:日志记录系统和用户活动,用于监控、审计和调查。

恢复点目标 RPO:RPO 是最多能接受丢失多少时间范围的数据。

常见误区:不要一上来就删除文件或重装系统;可能会破坏调查证据。

读完后用一句话复述:如果我是事件响应负责人,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“第 595 页学习单元”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是事件响应负责人在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

Step-by-step、SOP 常对应 procedure。

日志要保护完整性、时间同步和访问控制。

RPO 问数据:最多丢到哪个时间点。

排除法提醒:不要一上来就删除文件或重装系统;可能会破坏调查证据。

本页术语拆解
程序 程序是一步一步怎么做。
日志 日志记录系统和用户活动,用于监控、审计和调查。
恢复点目标 RPO RPO 是最多能接受丢失多少时间范围的数据。
学习单元 53 / PDF P596

完整性:数据要正确、可信、未被乱改

完整性不只是防黑客篡改,也包括防授权用户误操作。

教材原文段落

Microservices are a popular development strategy because they allow large, complex solutions to be broken into smaller, self-contained functions. This design also enables multiple programming groups to work on crafting separate elements or microservices simultaneously. In the context of microservices, APIs play a crucial role. Each microservice exposes an API that allows communication and interaction with other services within the architecture. APIs form the communication channels between these microservices, enabling them to interact seamlessly. Microservices expose well-defined APIs that specify how external components or services can request or manipulate data.

These APIs facilitate the integration and coordination of various microservices, allowing them to work together cohesively within the larger application. The microservices architecture, with its emphasis on modularization, scalability, and flexibility, is well suited for dynamic and evolving applications. The use of APIs ensures that each microservice can be developed, deployed, and updated independently, promoting agility and enabling teams to work on different components of the application concurrently. This approach has gained popularity in modern software development due to its ability to enhance maintainability, scalability, and the overall efficiency of complex applications.

Security is a paramount concern in a microservices architecture due to its architecture's distributed and interconnected nature. Each microservice needs to implement robust security measures to protect sensitive data and ensure the integrity of communication between services. Common security considerations include: Authentication and authorization: Implementing secure authentication mechanisms to verify the identity of users and services, and defining proper authorization policies to control access to microservices. Data encryption: Employing encryption techniques to secure data both in transit and at rest.

This is particularly important when microservices communicate over networks or store sensitive information. API security: Ensuring that APIs are secure by implementing proper authentication, authorization, and encryption for data exchanged between microservices. API gateways are often used to manage and secure API communication.

中文直译 / 整理

微服务是一种流行的发展策略,因为它们允许将大型复杂解决方案分解为更 小、自包含的功能。 这种设计还使多个编程团队能够同时协作开发不同的组 件或微服务。 在微服务的背景下,API 发挥着关键作用。 每个微服务都会暴露一个 API, 以允许在架构内的其他服务之间进行通信和交互。 API 构成了这些微服务之 间的通信通道,使它们能够无缝交互。 微服务暴露了定义明确的 API,这些 API 指定了外部组件或服务如何请求或操 作数据。 这些 API 促进了各种微服务的集成与协调,使它们能够在更大的应用 程序中协同工作。 微服务架构强调模块化、可扩展性和灵活性,非常适合动态且不断演化的应用 程序。 使用 API 确保每个微服务都可以独立开发、部署和更新,从而提升敏捷 性,并使团队能够并行开发应用程序的不同组件。 由于这种做法能够增强可维 护性、可扩展性以及复杂应用程序的整体效率,因此在现代软件开发中广受欢 迎。 由于微服务架构的分布式和互联特性,安全性是其首要关注的问题。 每个微服 务都需要实施强大的安全措施,以保护敏感数据并确保服务之间的通信完整性。

常见的安全考虑包括: 身份验证和授权:实现安全的身份验证机制,以验证用户和服务的身份, 并定义适当的授权策略以控制对微服务的访问。 数据加密:采用加密技术保护传输中和静态数据的安全。 当微服务通过 网络通信或存储敏感信息时,这一点尤为重要。 API安全:通过实施适当的认证、授权和加密机制,确保 API 在微服 务之间交换数据时的安全性。 通常使用 API 网关来管理和保护 API 通 信。

小白解释

场景先行:想象公司有一个客户订单系统:客户资料被别人看到是机密性问题,订单金额被偷偷改是完整性问题,系统打不开是可用性问题。教材这一页就是教你把事故先翻译成安全目标。

这一页真正想让你理解的是:完整性不只是防黑客篡改,也包括防授权用户误操作。

把它放进公司里看,关键不是背定义,而是判断:把泄露、篡改、宕机混在一起,就会选错控制措施。

你作为负责人可以这样想:先判断事故破坏了 CIA 哪一项,再选择对应控制:防泄露、防篡改、保可用。

本页术语用人话说:

完整性:完整性保证数据没有被未授权修改,并且仍然正确可信。

认证:认证是验证“你是不是你声称的那个人”。

授权:授权是认证之后决定你能访问什么、能做什么。

加密:加密把内容变成未授权者看不懂的形式。

常见误区:不要把所有安全问题都归成“被黑了”。考试会逼你分清到底是泄露、篡改还是中断。

读完后用一句话复述:如果我是业务系统负责人,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“完整性:数据要正确、可信、未被乱改”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是业务系统负责人在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

哈希、数字签名、变更控制、输入校验常对应完整性。

密码、令牌、生物特征、多因素认证都服务认证。

认证成功不等于什么都能做;权限仍要单独授权。

加密主要保护机密性,也可配合签名、哈希支持完整性和真实性。

Step-by-step、SOP 常对应 procedure。

排除法提醒:不要把所有安全问题都归成“被黑了”。考试会逼你分清到底是泄露、篡改还是中断。

本页术语拆解
完整性 完整性保证数据没有被未授权修改,并且仍然正确可信。
认证 认证是验证“你是不是你声称的那个人”。
授权 授权是认证之后决定你能访问什么、能做什么。
加密 加密把内容变成未授权者看不懂的形式。
程序 程序是一步一步怎么做。
身份 身份是主体在系统中的标识。
学习单元 54 / PDF P597

安全控制框架:用成熟框架组织安全

框架帮助组织系统化管理控制,而不是想到哪做到哪。

教材原文段落

Monitoring and logging: Implementing comprehensive monitoring and logging to detect and respond to security incidents. This includes tracking access patterns, detecting anomalies, and logging security-relevant events. Container security: If microservices are deployed using containerization technologies (e.g., Docker), ensuring the security of containerized environments is crucial. This includes employing secure images and configurations, implementing access controls, regularly updating software components to address vulnerabilities, monitoring container activity for suspicious behavior, and utilizing tools for vulnerability scanning and compliance enforcement.

The microservices architecture, emphasizing modularization and scalability, introduces challenges and opportunities for security. Properly addressing security concerns at the level of individual microservices and the interactions between them is essential to building a resilient and secure application. Infrastructure as Code Infrastructure as code (IaC) is a change in how hardware management is perceived and handled. Instead of seeing hardware configuration as a manual, direct hands-on, one-on-one administration hassle, it is viewed as just another collection of elements to be managed like software and code are managed under DevSecOps (development, security, and operations).

With IaC, the hardware infrastructure is managed in much the same way that software code is managed, including version control, pre-deployment testing, custom-crafted test code, reasonableness checks, regression testing, and consistency in a distributed environment. This alteration in hardware management approach has allowed many organizations to streamline infrastructure changes to occur more easily, rapidly, securely, and reliably than before. IaC often uses definition files and rule sets that are machine readable to quickly deploy new settings and manage hardware consistently and efficiently.

These files can be treated as software code in terms of development, testing, deployment, updates, and management. IaC is not just limited to hardware; it can also be used to oversee and manage virtual machines (VMs), storage area networks (SANs), and software-defined networking (SDN).

中文直译 / 整理

监控与日志记录:实施全面的监控和日志记录,以检测和应对安全事件。 这包括跟踪访问模式、检测异常行为以及记录与安全相关的事件。 容器安全:如果微服务采用容器化技术(例如 Docker)部署,则确保容 器化环境的安全至关重要。 这包括使用安全的镜像和配置、实施访问控制、 定期更新软件组件以修复漏洞、监控容器活动以发现可疑行为,并使用工 具进行漏洞 扫描和合规性强制执行。 微服务架构强调模块化和可扩展性,为安全带来了挑战与机遇。 正确应对单个 微服务及其相互交互层面的安全问题,对于构建一个弹性且安全的应用程序至 关重要。 基础设施即代码 基础设施即代码(IaC)改变了人们对硬件管理的认知和处理方式。 与其将硬件 配置视为繁琐的手动、直接、一对一的管理任务,不如将其视为如同软件和代 码在 DevSecOps(开发、安全和运维)中一样需要管理的另一类元素。 通过 IaC,硬件基础设施的管理方式与软件代码的管理方式相同,包括版本控制、部 署前测试、自定义测试代码、合理性检查、回归测试以及分布式环境中的一致 性。 这种硬件管理方法的改变,使许多组织能够更轻松、快速、安全和可靠地进行 基础设施变更。

基础设施即代码(IaC)通常使用机器可读的定义文件和规则 集,以快速部署新设置并一致高效地管理硬件。 这些文件在开发、测试、部署、 更新和管理方面可被视为软件代码。 基础设施即代码不仅限于硬件; 它还可用 于监控和管理虚拟机(VM)、存储区域网络(SAN)和软件定义网络( SDN)。

小白解释

场景先行:凌晨监控告警:某台服务器开始大量外连。你不能先忙着写报告,也不能直接关全网。事件响应要按顺序做:确认、遏制、根除、恢复、复盘。

这一页真正想让你理解的是:框架帮助组织系统化管理控制,而不是想到哪做到哪。

把它放进公司里看,关键不是背定义,而是判断:步骤乱了会扩大损失,或者破坏证据。

你作为负责人可以这样想:先保全证据和控制影响,再清除原因并恢复业务。

本页术语用人话说:

NIST:NIST 提供美国常用安全标准、框架和指南。

程序:程序是一步一步怎么做。

强制访问控制 MAC:MAC 由系统根据标签和级别强制决定访问。

日志:日志记录系统和用户活动,用于监控、审计和调查。

常见误区:不要一上来就删除文件或重装系统;可能会破坏调查证据。

读完后用一句话复述:如果我是事件响应负责人,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“安全控制框架:用成熟框架组织安全”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是事件响应负责人在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

看到 SP 800 系列、CSF、RMF 常联想到 NIST。

Step-by-step、SOP 常对应 procedure。

政府/军方、机密级别、标签、不可由用户随意改通常是 MAC。

日志要保护完整性、时间同步和访问控制。

自动化测试、持续集成、持续监控是关键词。

排除法提醒:不要一上来就删除文件或重装系统;可能会破坏调查证据。

本页术语拆解
NIST NIST 提供美国常用安全标准、框架和指南。
程序 程序是一步一步怎么做。
强制访问控制 MAC MAC 由系统根据标签和级别强制决定访问。
日志 日志记录系统和用户活动,用于监控、审计和调查。
开发安全运营一体化 DevSecOps 把安全自动化嵌入开发和交付流程。
学习单元 55 / PDF P598

安全控制框架:用成熟框架组织安全

框架帮助组织系统化管理控制,而不是想到哪做到哪。

教材原文段落

Immutable Architecture Immutable architecture is the concept that a server never changes once it is deployed. If there is a need to update, modify, fix, or otherwise alter, a new server is built or cloned from the current one, the necessary changes are applied, and then the new server is deployed to replace the previous one. Once the new server is validated, the older server is decommissioned. VMs are destroyed and the physical hardware/system is reused for future deployments. The benefits of immutable architecture are reliability, consistency, and a predictable deployment process.

It eliminates issues common in mutable infrastructures where midstream updates and changes can cause downtime, data loss, or incompatibility. The mindset of immutable architecture is often described with the analogy of pets versus cattle or snowflakes versus phoenixes. If a server is treated like a pet, when something goes wrong, everyone marshals to the rescue. However, if a server is treated like cattle, it is removed from the herd when something goes wrong, and another is brought in to replace it.

If a server is managed uniquely, then it is a snowflake and requires specific focus and attention, causing an increase in administrative time and attention, not to mention complexity for the environment. If a server is always built from scratch, then when changes are needed, a new system can be created with integrated improvements through automated processes, thus rising from the ashes (of previously decommissioned servers) like a phoenix. This minimizes administrative overhead, reduces deployment time, and maintains consistency in the environment. Software-Defined Networking (SDN) A derivative of IaC and DCE is software-defined networking (SDN).

SDN is the management of networking as a virtual or software resource even though it technically still occurs over hardware (similar to infrastructure as code [IaC]). Just as DCE is a collection of individual systems that work together to support a resource or provide a service, so too is SDN a collection of hardware and software elements designed to virtualize networking management and control. Please see Chapter 11 for details on SDN.

中文直译 / 整理

不可变架构 不可变架构 的概念是,服务器一旦部署便永不更改。 如果需要更新、修改、 修复或以其他方式更改,将基于当前服务器构建或克隆一台新服务器,应用 必要的更改,然后部署新服务器以替换旧服务器。 一旦新服务器通过验证, 旧服务器即被退役。 虚拟机将被销毁,物理硬件/系统将被用于未来的部署。 不可变架构的优势在于可靠性、一致性以及可预测的部署流程。 它消除了可 变基础设施中常见的问题,例如中途更新和更改可能导致的停机、数据丢失 或不兼容。 不可变架构的思维方式常通过宠物与牛群,或雪花与凤凰的类比来描述。 如果 将服务器视为宠物,一旦出现问题,所有人都会赶来救援。 然而,如果将服务 器视为牛群中的一员,一旦出现问题,它就会被从群体中移除,并由另一台服 务器取代。 如果服务器是独一无二地管理的,那么它就是一朵雪花,需要特别 的关注和投入,这不仅增加了管理时间和精力,还提升了环境的复杂性。 如果 服务器总是从头开始构建,那么当需要更改时,可以通过自动化流程创建一个 包含改进的新系统,从而像凤凰一样从(已退役服务器的)灰烬中重生。 这最 小化了管理开销,缩短了部署时间,并保持了环境的一致性。

软件定义网络(SDN) IaC 和 DCE 的一种衍生是软件定义网络(SDN)。 SDN 是将网络管理为 虚拟或软件资源,尽管其技术上仍基于硬件(类似于基础设施即代码 [IaC])。 正如 DCE 是一组协同工作以支持资源或提供服务的独立系统,SDN 也是 一组旨在虚拟化网络管理和控制的硬件与软件元素。 有关 SDN 的详细信息, 请参阅 第 11 章。

小白解释

场景先行:员工在家访问公司系统,流量要穿过家庭网络、互联网、防火墙、VPN、服务器。网络安全题就是让你判断问题发生在哪一层、用哪个控制放在什么位置。

这一页真正想让你理解的是:框架帮助组织系统化管理控制,而不是想到哪做到哪。

把它放进公司里看,关键不是背定义,而是判断:不分层就会乱选设备:该加密的地方装防火墙,该监测的地方却只做访问控制。

你作为负责人可以这样想:先定位网络层次,再决定是分段、过滤、加密、检测还是阻断。

本页术语用人话说:

NIST:NIST 提供美国常用安全标准、框架和指南。

入侵检测系统 IDS:IDS 负责发现可疑行为并告警,一般不直接阻断。

日志:日志记录系统和用户活动,用于监控、审计和调查。

常见误区:不要以为防火墙能解决所有网络问题;它只是控制流量的一类工具。

读完后用一句话复述:如果我是网络安全工程师,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“安全控制框架:用成熟框架组织安全”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是网络安全工程师在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

看到 SP 800 系列、CSF、RMF 常联想到 NIST。

检测是 IDS,主动阻断更像 IPS。

日志要保护完整性、时间同步和访问控制。

排除法提醒:不要以为防火墙能解决所有网络问题;它只是控制流量的一类工具。

本页术语拆解
NIST NIST 提供美国常用安全标准、框架和指南。
入侵检测系统 IDS IDS 负责发现可疑行为并告警,一般不直接阻断。
日志 日志记录系统和用户活动,用于监控、审计和调查。
学习单元 56 / PDF P599

安全控制框架:用成熟框架组织安全

框架帮助组织系统化管理控制,而不是想到哪做到哪。

教材原文段落

Virtualized Systems Virtualization technology is used to host one or more OSs within the memory of a single host computer or to run applications that are not compatible with the host OS. This mechanism allows virtually any OS to operate on any hardware. It also allows multiple OSs to work simultaneously on the same hardware. Organizations may implement virtualization technologies due to the huge cost savings available. For example, an organization may be able to reduce 100 physical servers to just 10 physical servers, with each physical server hosting 10 virtual servers. This reduces HVAC costs, power costs, and overall operating costs.

The hypervisor, also known as the virtual machine monitor/manager (VMM), is the component of virtualization that creates, manages, and operates the virtual machines. The computer running the hypervisor is known as the host OS, and the OSs running within a hypervisor-supported virtual machine are known as guest OSs or virtualized systems. A type I hypervisor is a native or bare-metal hypervisor (Figure 9.3, top). In this configuration, there is no host OS; instead, the hypervisor installs directly onto the hardware where the host OS would normally reside. Type 1 hypervisors are often used to support server virtualization.

This allows for maximization of the hardware resources while eliminating any risks or resource reduction caused by a host OS. A type II hypervisor is a hosted hypervisor (Figure 9.3, bottom). In this configuration, a standard regular OS is present on the hardware, and then the hypervisor is installed as another software application. Type II hypervisors are often used in relation to desktop deployments, where the guest OSs offer safe sandbox areas to test new code, allow the execution of legacy applications, support apps from alternate OSs, and provide the user with access to the capabilities of a host OS.

Cloud computing is a natural extension and evolution of virtualization, the Internet, distributed architecture, and the need for ubiquitous access to data and resources. However, it does have some potential security issues, including privacy concerns, regulation compliance difficulties, use of open versus closed source solutions, adoption of open standards, and whether or not cloud-based data is actually secured (or even securable). See Chapter 16 for details on cloud computing.

中文直译 / 整理

虚拟化系统 虚拟化技术用于在单台主机计算机的内存中托管一个或多个操作系统,或运行 与主机操作系统不兼容的应用程序。 此机制允许几乎任何操作系统在任何硬件 上运行,同时也允许多个操作系统在同一硬件上同时工作。 组织可能因为能够实现巨大的成本节约而采用虚拟化技术。 例如,一个组织可 能将100台物理服务器减少到仅10台物理服务器,每台物理服务器托管10台虚 拟服务器。 这降低了暖通空调成本、电力成本和总体运营成本。 hypervisor(也称为虚拟机监控程序/管理器(VMM))是创建、管理和操 作虚拟机的虚拟化组件。 运行hypervisor的计算机称为宿主操作系统,而 在hypervisor支持的虚拟机中运行的操作系统称为客户操作系统或虚拟化 系统。 A type I hypervisor 是一种原生或裸金属hypervisor(图9.3,顶部)。 在此 配置中,不存在宿主操作系统; 相反,hypervisor直接安装在通常应安装宿 主操作系统的硬件上。 Type 1 hypervisors通常用于支持服务器虚拟化。 这 允许最大化硬件资源,同时消除由宿主操作系统引起的任何风险或资源减少。

A II类虚拟机监控程序 是一种托管型虚拟机监控程序(图 9.3,底部)。 在此 配置中,硬件上存在一个标准的常规操作系统,然后将虚拟机监控程序作为另 一个软件应用程序进行安装。 II 类虚拟机监控程序通常用于桌面部署,其中客 户机操作系统提供安全的沙盒环境以测试新代码、运行遗留应用程序、支持来 自其他操作系统的应用程序,并为用户提供访问主机操作系统功能的能力。 云计算是虚拟化、互联网、分布式架构以及对数据和资源随时随地访问需求的 自然延伸与演进。 然而,它确实存在一些潜在的安全问题,包括隐私担忧、合 规困难、使用开源还是闭源解决方案、采用开放标准,以及云中数据是否真正 得到保护(甚至是否可保护)。 详见第 16 章了解云计算的详细信息。

小白解释

场景先行:凌晨监控告警:某台服务器开始大量外连。你不能先忙着写报告,也不能直接关全网。事件响应要按顺序做:确认、遏制、根除、恢复、复盘。

这一页真正想让你理解的是:框架帮助组织系统化管理控制,而不是想到哪做到哪。

把它放进公司里看,关键不是背定义,而是判断:步骤乱了会扩大损失,或者破坏证据。

你作为负责人可以这样想:先保全证据和控制影响,再清除原因并恢复业务。

本页术语用人话说:

ISO:ISO 是国际标准化组织,常见安全管理体系如 ISO 27001/27002。

标准:标准给出必须满足的最低要求。

程序:程序是一步一步怎么做。

强制访问控制 MAC:MAC 由系统根据标签和级别强制决定访问。

常见误区:不要一上来就删除文件或重装系统;可能会破坏调查证据。

读完后用一句话复述:如果我是事件响应负责人,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“安全控制框架:用成熟框架组织安全”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是事件响应负责人在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

ISO 偏标准和管理体系。

Minimum level、mandatory requirement 常对应 standard。

Step-by-step、SOP 常对应 procedure。

政府/军方、机密级别、标签、不可由用户随意改通常是 MAC。

日志要保护完整性、时间同步和访问控制。

排除法提醒:不要一上来就删除文件或重装系统;可能会破坏调查证据。

本页术语拆解
ISO ISO 是国际标准化组织,常见安全管理体系如 ISO 27001/27002。
标准 标准给出必须满足的最低要求。
程序 程序是一步一步怎么做。
强制访问控制 MAC MAC 由系统根据标签和级别强制决定访问。
日志 日志记录系统和用户活动,用于监控、审计和调查。
学习单元 57 / PDF P600

第 600 页学习单元

这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

教材原文段落

Virtualization has several benefits, such as launching individual instances of virtual servers or services as needed, real-time scalability, and running the exact OS version needed for a specific application. Virtualized servers and services are indistinguishable from traditional servers and services from a user's perspective. Recovery from damaged, crashed, or corrupted virtual systems is often quick, simply consisting of replacing the virtual system's main hard drive file with a clean backup version and then relaunching it.

Virtualization can also provide a reasonably secure means to continue to operate end of life (EOL) and end of service life (EOSL)/end of support (EOS) OSs to support legacy business applications.

中文直译 / 整理

虚拟化具有多项优势,例如按需启动单个虚拟服务器或服务、实时可扩展 性,以及运行特定应用程序所需的精确操作系统版本。 从用户的角度来看,虚 拟化的服务器和服务与传统服务器和服务无法区分。 对于受损、崩溃或损坏的 虚拟系统,恢复通常很快,只需用干净的备份版本替换虚拟系统的主硬盘文件, 然后重新启动即可。 虚拟化还能提供一种相对安全的方式,以继续运行生命周 期结束(EOL)和服务生命周期结束(EOSL)/支持结束(EOS)的操作系统, 以支持遗留业务应用程序。

小白解释

场景先行:你是公司的安全负责人,正在读第 600 页这一组概念。老板不会问你背定义,而是问:这件事会不会影响业务、谁负责、要不要花钱、出了事能不能解释清楚。

这一页真正想让你理解的是:这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

把它放进公司里看,关键不是背定义,而是判断:概念没放进业务场景,容易只背词,做题时不知道该选管理动作还是技术动作。

你作为负责人可以这样想:先确认业务目标和风险,再选控制措施,最后留下政策、审批、日志或证据。

本页术语用人话说:

程序:程序是一步一步怎么做。

常见误区:不要一看到安全题就直接选最强工具;CISSP 更常考“在这个场景下谁该负责、下一步是什么”。

读完后用一句话复述:如果我是安全负责人,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“第 600 页学习单元”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是安全负责人在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

Step-by-step、SOP 常对应 procedure。

排除法提醒:不要一看到安全题就直接选最强工具;CISSP 更常考“在这个场景下谁该负责、下一步是什么”。

本页术语拆解
程序 程序是一步一步怎么做。
学习单元 58 / PDF P601

第 601 页学习单元

这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

教材原文段落

本页 PDF 没有提取到对应文本,可能是图像、页眉或跨页内容。

中文直译 / 整理

本页 PDF 没有提取到对应文本,可能是图像、页眉或跨页内容。

小白解释

场景先行:你是公司的安全负责人,正在读第 601 页这一组概念。老板不会问你背定义,而是问:这件事会不会影响业务、谁负责、要不要花钱、出了事能不能解释清楚。

这一页真正想让你理解的是:这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

把它放进公司里看,关键不是背定义,而是判断:概念没放进业务场景,容易只背词,做题时不知道该选管理动作还是技术动作。

你作为负责人可以这样想:先确认业务目标和风险,再选控制措施,最后留下政策、审批、日志或证据。

如果这一页没有明显术语,就按“谁在做事、保护什么、怕什么、用什么控制、留下什么证据”来拆。

常见误区:不要一看到安全题就直接选最强工具;CISSP 更常考“在这个场景下谁该负责、下一步是什么”。

读完后用一句话复述:如果我是安全负责人,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“第 601 页学习单元”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是安全负责人在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

排除法提醒:不要一看到安全题就直接选最强工具;CISSP 更常考“在这个场景下谁该负责、下一步是什么”。

本页术语拆解

本页没有识别到重点术语,按原文顺序理解即可。

学习单元 59 / PDF P602

安全控制框架:用成熟框架组织安全

框架帮助组织系统化管理控制,而不是想到哪做到哪。

教材原文段落

FIGURE 9.3 Types of hypervisors Elasticity refers to the flexibility of virtualization and cloud solutions (see Chapter 16) to expand or contract resource utilization based on need. In relation to virtualization, host elasticity means additional hardware hosts can be booted when needed and then used to distribute the workload of the virtualized services over the newly available capacity. As the workload becomes smaller, you can pull virtualized services off unneeded hardware so that it can be shut down to conserve electricity and reduce heat.

Elasticity can also refer to the ability of a VM/guest OS to take advantage of any unused hardware resources on the fly as needed, but then release those resources when they are not needed. For example, a hardware host supporting five VMbased guest OSs may have over 30 percent CPU computational capacity unused. If a process-intensive application is launched within one of the VMs, the additional hardware host CPU capacity could be consumed; then once the application completes its intensive work task, the resource would be released.

Elasticity has been a common capability of classic stand-alone systems for decades, but now with virtualization, the use of resources is shared among more than just a few processes—it can span across multiple VMs on the same hardware host as well as potentially across numerous hardware hosts. It is also important to understand scalability in relation to elasticity. These terms are similar, but they are describing different concepts. Elasticity is the expansion or contraction of resources to meet current processing needs (especially in cloud computing), whereas scalability is the ability to take on more work or tasks.

Usually, scalability is both a software and hardware characteristic that can handle more tasks or workloads, whereas elasticity is a hardware (physical or virtual) or platform characteristic where resources are optimized to meet the demands of current tasks. Usually, scalability is considered a long-term characteristic, while elasticity is more short-term. An elastic system can adjust resource consumption based on current processing needs, whereas a scalable system can be expanded to handle more processing over time. Thus, a scalable system must also be elastic, but an elastic system does not need to be scalable. In relation to security, virtualization offers several benefits.

It is often easier and faster to make backups of entire virtual systems than the equivalent native hardware-installed system. Snapshots (aka checkpoints) are backups of virtual machines. Plus, when there is an error or problem, the virtual system can be replaced by a snapshot backup in minutes. Malicious code compromise or infection of virtual systems rarely affects the host OS due to

中文直译 / 整理

图 9.3 虚拟化程序的类型 弹性 指虚拟化和云解决方案(参见第 16 章)根据需求扩展或收缩资源利用率 的灵活性。 在虚拟化方面,主机弹性意味着在需要时可以启动额外的硬件主机, 并利用其新可用的容量来分担负载。 当负载减少时,您可以将虚拟化服务从不 必要的硬件上移除,以便关闭这些硬件以节省电力并减少热量。 弹性还可以指 虚拟机/客户操作系统能够动态利用任何未使用的硬件资源,然后在不再需要时 释放这些资源。 例如,一台支持五个基于虚拟机的客户操作系统的硬件主机可 能有超过 30% 的 CPU 计算能力处于空闲状态。 如果在其中一个虚拟机中启动 了计算密集型应用程序,额外的硬件主机 CPU 容量可能会被占用; 一旦应用程 序完成其密集型任务,资源就会被释放。 弹性长期以来一直是经典独立系统的 常见功能,但如今借助虚拟化,资源的使用不仅限于少数几个进程——它可以 在同一硬件主机上的多个虚拟机之间共享,甚至可能跨越多个硬件主机。 理解可扩展性与弹性之间的关系也很重要。 这两个术语相似,但描述的是不同 的概念。 弹性是指根据当前处理需求扩展或收缩资源(尤其在云计算中),而 可扩展性则是指处理更多工作或任务的能力。

通常,可扩展性是软件和硬件共 同具备的特性,能够处理更多的任务或工作负载; 而弹性则是硬件(物理或虚 拟)或平台的特性,通过优化资源以满足当前任务的需求。 通常,可扩展性被 视为长期特性,而弹性则更偏向短期。 一个弹性系统可以根据当前的处理需求 调整资源消耗,而一个可扩展系统则可以扩展以在一段时间内处理更多的处理 任务。 因此,一个可扩展系统必须也是弹性的,但一个弹性系统并不一定需要 是可扩展的。 在安全性方面,虚拟化提供了多种优势。 通常,备份整个虚拟系统比备份等效 的原生硬件安装系统更容易、更快。 快照(又称检查点)是虚拟机的备份。 此 外,当出现错误或问题时,虚拟系统可以在几分钟内通过快照备份进行替换。 由于

小白解释

场景先行:你是公司的安全负责人,正在读第 602 页这一组概念。老板不会问你背定义,而是问:这件事会不会影响业务、谁负责、要不要花钱、出了事能不能解释清楚。

这一页真正想让你理解的是:框架帮助组织系统化管理控制,而不是想到哪做到哪。

把它放进公司里看,关键不是背定义,而是判断:概念没放进业务场景,容易只背词,做题时不知道该选管理动作还是技术动作。

你作为负责人可以这样想:先确认业务目标和风险,再选控制措施,最后留下政策、审批、日志或证据。

本页术语用人话说:

ISO:ISO 是国际标准化组织,常见安全管理体系如 ISO 27001/27002。

程序:程序是一步一步怎么做。

强制访问控制 MAC:MAC 由系统根据标签和级别强制决定访问。

常见误区:不要一看到安全题就直接选最强工具;CISSP 更常考“在这个场景下谁该负责、下一步是什么”。

读完后用一句话复述:如果我是安全负责人,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“安全控制框架:用成熟框架组织安全”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是安全负责人在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

ISO 偏标准和管理体系。

Step-by-step、SOP 常对应 procedure。

政府/军方、机密级别、标签、不可由用户随意改通常是 MAC。

排除法提醒:不要一看到安全题就直接选最强工具;CISSP 更常考“在这个场景下谁该负责、下一步是什么”。

本页术语拆解
ISO ISO 是国际标准化组织,常见安全管理体系如 ISO 27001/27002。
程序 程序是一步一步怎么做。
强制访问控制 MAC MAC 由系统根据标签和级别强制决定访问。
学习单元 60 / PDF P603

安全控制框架:用成熟框架组织安全

框架帮助组织系统化管理控制,而不是想到哪做到哪。

教材原文段落

the hypervisor's VM-to-VM and VM-to-host isolation. This allows for safe testing and experimentation. Virtualization is used for a wide variety of new architectures and system design solutions. Locally (or at least within an organization's private infrastructure), virtualization can be used to host servers, client OSs, limited user interfaces (i.e., virtual desktops), applications, and more. Virtual Software A virtual application or virtual software is a software product deployed in such a way that it is fooled into believing it is interacting with a full host OS.

A virtual (or virtualized) application has been packaged or encapsulated so that it can execute but operate without full access to the host OS. A virtual application is isolated from the host OS so that it cannot make any direct or permanent changes to the host OS. Any changes, such as file writes, configuration file or registry modifications, or system setting alterations, are intercepted by the isolation manager and recorded (typically into a single file). This allows the contained software to perceive it has interaction with the OS, without that interaction actually taking place.

Thus, the virtualized application executes just like any regularly installed application, but it is only interacting and changing with a virtual representation of the OS, not the actual OS (aka sandboxing). In many cases, operating an application in a software virtualization tool can effectively transform an installed application into a portable application. This means the application's encapsulation and file can be moved to another OS (with the same software virtualization product), where it can execute.

It may also be possible to place the application's encapsulation onto removable media and be able to execute the software from a portable storage device plugged into another computer system. Some software virtualization solutions enable applications from one OS to be operated on another. For example, Wine allows some Windows software products to be executed on Linux. The concept of software virtualization has evolved into its own virtualization derivative concept known as containerization, which is covered in a later section, “Containerization.” Virtualized Networking hypervisor

中文直译 / 整理

的VM与VM之间以及VM与主机之间的隔离,恶意代码对虚拟系统 的破坏或感染很少会影响主机操作系统。 这使得安全测试和实验成为可能。 虚拟化被用于各种新型架构和系统设计解决方案。 在本地(或至少在组织的私 有基础设施内),虚拟化可用于托管服务器、客户端操作系统、有限的用户界 面(即虚拟桌面)、应用程序等。 虚拟软件 虚拟应用程序或虚拟软件是一种以这种方式部署的软件产品,使其误以为自己 正在与完整的主机操作系统交互。 虚拟(或已虚拟化)应用程序已被打包或封 装,以便能够执行,但无需完全访问主机操作系统。 虚拟应用程序与主机操作 系统隔离,因此无法对主机操作系统进行任何直接或永久性更改。 任何更改, 例如文件写入、配置文件或注册表修改、系统设置更改,都会被隔离管理器拦 截并记录(通常记录到单个文件中)。 这使得包含的软件能够感知其与操作系 统的交互,而实际上并未发生这种交互。 因此,虚拟化应用程序的执行方式与 常规安装的应用程序完全相同,但它仅与操作系统的虚拟表示进行交互和更改, 而非实际的操作系统(即沙箱化)。 在许多情况下,在软件虚拟化工具中运行应用程序可以有效地将已安装的应用 程序转换为便携式应用程序。

这意味着应用程序的封装文件可以移动到另一个 操作系统(使用相同的软件虚拟化产品),并在其中执行。 此外,还可以将应 用程序的封装放置到可移动介质上,并通过插入另一台计算机系统的便携式存 储设备来运行该软件。 一些软件虚拟化解决方案允许在另一个操作系统上运行来自一个操作系统的应 用程序。 例如,Wine 允许在 Linux 上运行某些 Windows 软件产品。 软件虚拟化的概念已演变为一种称为容器化的独立虚拟化衍生概念,该概念将 在后面的章节“容器化”中介绍。 虚拟化网络

小白解释

场景先行:开发团队要上线登录功能。安全不是上线前扫一下漏洞,而是从需求、设计、编码、测试、发布到运维都要参与。

这一页真正想让你理解的是:框架帮助组织系统化管理控制,而不是想到哪做到哪。

把它放进公司里看,关键不是背定义,而是判断:安全太晚介入,修复成本高,还可能把漏洞带到生产环境。

你作为负责人可以这样想:在 SDLC 早期做威胁建模、代码审查、测试和发布控制。

本页术语用人话说:

ISO:ISO 是国际标准化组织,常见安全管理体系如 ISO 27001/27002。

程序:程序是一步一步怎么做。

恶意代码:恶意代码包括病毒、蠕虫、木马、勒索软件等。

常见误区:不要只靠上线前一次扫描;安全要嵌入整个生命周期。

读完后用一句话复述:如果我是应用安全负责人,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“安全控制框架:用成熟框架组织安全”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是应用安全负责人在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

ISO 偏标准和管理体系。

Step-by-step、SOP 常对应 procedure。

防恶意代码要结合补丁、最小权限、检测、备份和用户培训。

排除法提醒:不要只靠上线前一次扫描;安全要嵌入整个生命周期。

本页术语拆解
ISO ISO 是国际标准化组织,常见安全管理体系如 ISO 27001/27002。
程序 程序是一步一步怎么做。
恶意代码 恶意代码包括病毒、蠕虫、木马、勒索软件等。
学习单元 61 / PDF P604

安全控制框架:用成熟框架组织安全

框架帮助组织系统化管理控制,而不是想到哪做到哪。

教材原文段落

The concept of OS virtualization has given rise to other virtualization topics, such as virtualized networks. A virtualized network or network virtualization is the combination of hardware and software networking components into a single integrated entity. The resulting solution allows for software control over all network functions: management, traffic shaping, address assignment, and so on. A single management console or interface can be used to oversee every aspect of the virtual network, a task that required physical presence at each hardware component in the past. Virtualized networks have become a popular means of infrastructure deployment and management by corporations worldwide.

They allow organizations to implement or adapt other interesting network solutions, including SDNs, virtual SANs, guest OSs, and port isolation. Custom virtual network segmentation can be used in relation to virtual machines to make guest OSs members of the same network division as that of the host, or guest OSs can be placed into alternate network divisions. A virtual machine can be made a member of a different network segment from that of the host or placed into a network that only exists virtually and does not relate to the physical network media (effectively an SDN; see Chapter 11). Software-Defined Everything Virtualization extends beyond just servers and networking.

Software-defined everything (SDx) refers to a trend of replacing hardware with software using virtualization. SDx includes virtualization, virtualized software, virtual networking, containerization, serverless architecture (Chapter 16), XaaS (Chapter 16), infrastructure as code (IaC), SDN (Chapter 11), virtual storage area network (VSAN) (Chapter 11), software-defined storage (SDS) (Chapter 11), VDI, VMI, SDV, and software-defined data center (SDDC). The SDx examples that are not defined elsewhere (either in this chapter or in Chapter 11) are discussed here.

Virtual desktop infrastructure (VDI) is a means to reduce the security risk and performance requirements of end devices by hosting desktop/workstation OS virtual machines on central servers that are remotely accessed by users. Thus, VDI is also known as a virtual desktop environment (VDE). Users can connect to the server to access their desktop from almost any system, including from mobile devices. Persistent virtual desktops retain a customizable desktop for the user. Nonpersistent virtual desktops are identical and static for all users. If a user makes changes, the desktop reverts

中文直译 / 整理

操作系统虚拟化的概念催生了其他虚拟化主题,例如虚拟化网络。 虚拟化网络 或网络虚拟化是将硬件和软件网络组件组合成一个统一的整体。 由此产生的解 决方案允许通过软件控制所有网络功能:管理、流量整形、地址分配等。 一个 单一的管理控制台或界面即可用于监控整个虚拟网络的各个方面,而过去则需 要物理上访问每个硬件组件。 虚拟化网络已成为全球企业部署和管理基础设施 的流行方式。 它们使组织能够实施或适应其他有趣的网络解决方案,包括S DN、虚拟SAN、客户机操作系统和端口隔离。 自定义 虚拟网络分段 可用于虚拟机,使客户操作系统成为与主机相同网络分 区的成员,或将客户操作系统置于备用网络分区中。 虚拟机可以被设为与主机 不同的网络段的成员,或置于仅虚拟存在且与物理网络介质无关的网络中(本 质上是软件定义网络; 参见 第11章)。 软件定义一切 虚拟化超越了服务器和网络。 软件定义一切(SDx) 指的是利用虚拟化用软 件替代硬件的趋势。

SDx 包括虚拟化、虚拟化软件、虚拟网络、容器化、无服 务器架构(第16章)、XaaS(第16章)、基础架构即代码(IaC)、SDN(第 11章)、虚拟存储区域网络(VSAN)(第11章)、软件定义存储(SDS) (第11章)、VDI、VMI、SDV 和软件定义数据中心(SDDC)。 本章或第11章中未定义的SDx示例将在本处讨论。 虚拟桌面基础架构(VDI)是一种通过托管来降低终端设备的安全风险和性能要求的 方法 部署在中心服务器上的桌面/工作站操作系统虚拟机,用户可远程访问。 因此, VDI 也被称为虚拟桌面环境(VDE)。 用户可以从几乎任何系统(包括移动设 备)连接到服务器以访问其桌面。 持久性虚拟桌面为用户保留可自定义的桌面。 非持久性虚拟桌面对所有用户而言都是相同且静态的。 如果用户进行了更改, 桌面将恢复

小白解释

场景先行:机房断电,业务部门问多久能恢复、最多会丢多少数据。BCP/DRP 不是背缩写,而是把业务能承受的中断时间和数据损失说清楚。

这一页真正想让你理解的是:框架帮助组织系统化管理控制,而不是想到哪做到哪。

把它放进公司里看,关键不是背定义,而是判断:只做备份但没测试,真正灾难时可能恢复不了。

你作为负责人可以这样想:先做业务影响分析,再定 RTO/RPO,最后设计备份、冗余和演练。

本页术语用人话说:

ISO:ISO 是国际标准化组织,常见安全管理体系如 ISO 27001/27002。

强制访问控制 MAC:MAC 由系统根据标签和级别强制决定访问。

恢复点目标 RPO:RPO 是最多能接受丢失多少时间范围的数据。

常见误区:RTO 问时间,RPO 问数据;这两个不要混。

读完后用一句话复述:如果我是业务连续性负责人,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“安全控制框架:用成熟框架组织安全”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是业务连续性负责人在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

ISO 偏标准和管理体系。

政府/军方、机密级别、标签、不可由用户随意改通常是 MAC。

RPO 问数据:最多丢到哪个时间点。

排除法提醒:RTO 问时间,RPO 问数据;这两个不要混。

本页术语拆解
ISO ISO 是国际标准化组织,常见安全管理体系如 ISO 27001/27002。
强制访问控制 MAC MAC 由系统根据标签和级别强制决定访问。
恢复点目标 RPO RPO 是最多能接受丢失多少时间范围的数据。
学习单元 62 / PDF P605

第 605 页学习单元

这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

教材原文段落

to a known state after the user logs off. (See the discussion of static systems earlier in this chapter under “Static Systems.”) VDI has been adopted into mobile devices and has already been widely used in relation to tablets and laptop computers. It is a means to retain storage control on central servers, gain access to higher levels of system processing and other resources, and allow lower-end devices access to software and services beyond their hardware's capacity. This has led to virtual mobile infrastructure (VMI), where the OS of a mobile device is virtualized on a central server.

Thus, most of the actions and activities of the traditional mobile device no longer occur on the mobile device itself. This remote virtualization allows an organization greater control and security than when using a standard mobile device platform. It can also enable personally owned devices to interact with the VDI without increasing the risk profile. A thin client is a computer or mobile device with low to modest capability or a virtual interface that is used to remotely access and control a mainframe, virtual machine, VDI, or VMI. Thin clients were common in the 1980s when most computation took place on a central mainframe computer.

Today, thin clients are being reintroduced as a means to reduce the expenses of high-end endpoint devices where local computation and storage are not required or are a significant security risk. A thin client can be used to access a centralized resource hosted on-premises or in the cloud. All processing/storage is performed on the server or central system, so the thin client provides the user with display, keyboard, and mouse/touchscreen functionality. Software-defined visibility (SDV) is a framework to automate the processes of network monitoring and response.

The goal is to enable the analysis of every packet and make deep intelligence-based decisions on forwarding, dropping, or otherwise responding to threats. SDV is intended to benefit companies, security entities, and managed service providers (MSPs). The goal of SDV is to automate detection, reaction, and response. SDV provides security and IT management with oversight into all aspects of the company network, both on-premises and in the cloud, with an emphasis on defense and efficiency. SDV is another derivative of IaC.

Software-defined data center (SDDC) or virtual data center (VDC) is the concept of replacing physical IT elements with solutions provided virtually, and often by an external third party, such as a cloud service provider (CSP). SDDC is effectively another XaaS (i.e., anything as a service, i.e., a cloud technology) concept, namely IT as a service (ITaaS). It is similar to

中文直译 / 整理

到用户注销后的已知状态。 (参见本章前面“静态系统”部分对静态系统的讨论。 ) VDI 已被应用于移动设备,并已在平板电脑和笔记本电脑中得到广泛应用。 它 是一种保留中央服务器上存储控制、获取更高水平的系统处理能力及其他资源, 并允许低端设备访问超出其硬件能力的软件和服务的手段。 这催生了虚拟移动 基础设施(VMI),即移动设备的操作系统在中央服务器上进行虚拟化。 因此, 传统移动设备的大部分操作和活动不再发生在移动设备本身。 这种远程虚拟化 使组织能够比使用标准移动设备平台获得更大的控制权和安全性。 它还能使个 人拥有的设备在不增加风险轮廓的情况下与 VDI 交互。 一个瘦客户端是一种功能较低或中等的计算机或移动设备,或一个虚拟接口, 用于远程访问和控制大型机、虚拟机、VDI 或 VMI。 在 1980 年代,当大部分 计算都在中央大型机上进行时,瘦客户端十分普遍。 如今,瘦客户端正被重新 引入,作为一种降低高端终端设备成本的手段,这些设备无需本地计算和存储, 或本地计算和存储会带来重大安全风险。 瘦客户端可用于访问本地或云端托管 的集中式资源。

所有处理和存储均在服务器或中央系统上执行,因此瘦客户端 仅为用户提供显示、键盘和鼠标/触摸屏功能。 软件定义可视性(SDV) 是一种自动化网络监控和响应流程的框架。 其目标是 实现对每个数据包的分析,并基于深度智能做出转发、丢弃或以其他方式应对 威胁的决策。 SDV 旨在使企业、安全机构和托管服务提供商(MSPs)受益。 SDV 的目标是自动化检测、响应和应对。 SDV 为安全和 IT 管理提供对公司网 络所有方面的全面监控,涵盖本地和云端,重点在于防御和效率。 SDV 是 I aC 的另一种衍生形式。 软件定义数据中心(SDDC)或虚拟数据中心(VDC)是指用虚拟方式提供 的解决方案替代物理IT元素,这些解决方案通常由外部第三方(如云服务提 供商(CSP))提供。 SDDC本质上是另一种XaaS(即一切即服务,一种云 技术)概念,即IT即服务(ITaaS)。 它类似于

小白解释

场景先行:凌晨监控告警:某台服务器开始大量外连。你不能先忙着写报告,也不能直接关全网。事件响应要按顺序做:确认、遏制、根除、恢复、复盘。

这一页真正想让你理解的是:这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

把它放进公司里看,关键不是背定义,而是判断:步骤乱了会扩大损失,或者破坏证据。

你作为负责人可以这样想:先保全证据和控制影响,再清除原因并恢复业务。

本页术语用人话说:

标准:标准给出必须满足的最低要求。

强制访问控制 MAC:MAC 由系统根据标签和级别强制决定访问。

日志:日志记录系统和用户活动,用于监控、审计和调查。

常见误区:不要一上来就删除文件或重装系统;可能会破坏调查证据。

读完后用一句话复述:如果我是事件响应负责人,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“第 605 页学习单元”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是事件响应负责人在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

Minimum level、mandatory requirement 常对应 standard。

政府/军方、机密级别、标签、不可由用户随意改通常是 MAC。

日志要保护完整性、时间同步和访问控制。

排除法提醒:不要一上来就删除文件或重装系统;可能会破坏调查证据。

本页术语拆解
标准 标准给出必须满足的最低要求。
强制访问控制 MAC MAC 由系统根据标签和级别强制决定访问。
日志 日志记录系统和用户活动,用于监控、审计和调查。
学习单元 63 / PDF P606

可用性:需要时能用,且性能可接受

可用性关注中断、故障、DoS、备份和冗余。

教材原文段落

infrastructure as a service (IaaS); thus, some claim it is nothing more than a marketing or advertising term of misdirection. To explore SDx further, you will find a wealth of articles at: sdxcentral.com, and you might want to start with “What Is Software Defined Everything – Part 1: Definition of SDx” at www.sdxcentral.com/cloud/definitions/software-defined-everything-sdxpart-1-definition. Virtualization Security Management The primary software component in virtualization is a hypervisor. The hypervisor manages the VMs, virtual data storage, and virtual network components. As an additional layer of software on the physical server, it represents an additional attack surface.

If an attacker can compromise a physical host, the attacker can potentially access all of the virtual systems hosted on the physical server. Administrators often take extra care to ensure that virtual hosts are hardened. Although virtualization can simplify many IT concepts, it's important to remember that many of the same basic security requirements still apply. Virtualization doesn't lessen the security management requirements of an OS. Thus, patch management is still essential. For example, each VM's guest OS still needs to be updated individually. Updating the host system doesn't update the guest OSs. Also, don't forget that you need to keep the hypervisor updated as well.

When using virtualized systems, it's important to protect the stability of the host. This usually means avoiding using the host for any purpose other than hosting the virtualized elements, especially in a server-focused deployment. If host availability is compromised, the availability and stability of the virtual systems are also compromised. Additionally, organizations should maintain backups of their virtual assets. Many virtualization tools include built-in tools to create full backups of virtual systems and create periodic snapshots, allowing relatively easy pointin-time restores. Virtualized systems should be security tested.

The virtualized OSs can be tested in the same manner as hardware installed OSs, such as with vulnerability assessment and penetration testing.

中文直译 / 整理

基础设施即服务(IaaS); 因此,有些人认为它只不过是误导性的营销或广告术 语。 要进一步探索SDx,您可以在以下地址找到大量文章: sdxcentral.com,您可 能想从《什么是软件定义一切——第一部分:SDx的定义》开始阅读,地址为: www.sdxcentral.com/cloud/definitions/software-defined-everything-sdxpart-1-definition. 虚拟化安全管理 虚拟化中的主要软件组件是hypervisor。 hypervisor管理虚拟机、虚拟数据 存储和虚拟网络组件。 作为物理服务器上的额外软件层,它构成了额外的攻击 面。 如果攻击者能够入侵物理主机,则可能访问该物理服务器上托管的所有虚 拟系统。 管理员通常会格外小心,确保虚拟主机得到加固。 尽管虚拟化可以简化许多IT概念,但请记住,许多基本的安全要求仍然适用。 虚拟化并不会降低操作系统的安全管理要求。 因此,补丁管理仍然是必不可少 的。 例如,每个虚拟机的客户操作系统仍需单独更新。 更新主机系统并不会更 新客户操作系统。 此外,别忘了还需要保持hypervisor的更新。

在使用虚拟化系统时,保护主机的稳定性至关重要。 这通常意味着避免将主机 用于任何其他目的,尤其是在以服务器为重点的部署中。 如果主机的可用性受 到影响,虚拟系统的可用性和稳定性也会受到影响。 此外,组织应维护其虚拟资产的备份。 许多虚拟化工具都内置了创建虚拟系统 完整备份和定期快照的工具,从而实现相对容易的基于时间点的恢复。 虚拟化系统应进行安全测试。 虚拟化操作系统可以像硬件安装的操作系统 一样进行测试,例如通过漏洞评估和渗透测试。

小白解释

场景先行:想象公司有一个客户订单系统:客户资料被别人看到是机密性问题,订单金额被偷偷改是完整性问题,系统打不开是可用性问题。教材这一页就是教你把事故先翻译成安全目标。

这一页真正想让你理解的是:可用性关注中断、故障、DoS、备份和冗余。

把它放进公司里看,关键不是背定义,而是判断:把泄露、篡改、宕机混在一起,就会选错控制措施。

你作为负责人可以这样想:先判断事故破坏了 CIA 哪一项,再选择对应控制:防泄露、防篡改、保可用。

本页术语用人话说:

漏洞评估:漏洞评估偏技术扫描,主要找已知弱点。

渗透测试:渗透测试让可信团队模拟攻击,验证真实防护能不能扛住。

可用性:可用性保证授权用户需要时能及时使用系统和数据。

ISO:ISO 是国际标准化组织,常见安全管理体系如 ISO 27001/27002。

常见误区:不要把所有安全问题都归成“被黑了”。考试会逼你分清到底是泄露、篡改还是中断。

读完后用一句话复述:如果我是业务系统负责人,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“可用性:需要时能用,且性能可接受”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是业务系统负责人在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

自动化扫描、已知弱点、补洞通常对应 vulnerability assessment。

渗透测试通常比漏洞扫描更深入,但也更需要授权和范围控制。

冗余、备份、BCP/DRP、抗 DoS、容量规划都对应可用性。

ISO 偏标准和管理体系。

看到 SP 800 系列、CSF、RMF 常联想到 NIST。

排除法提醒:不要把所有安全问题都归成“被黑了”。考试会逼你分清到底是泄露、篡改还是中断。

本页术语拆解
漏洞评估 漏洞评估偏技术扫描,主要找已知弱点。
渗透测试 渗透测试让可信团队模拟攻击,验证真实防护能不能扛住。
可用性 可用性保证授权用户需要时能及时使用系统和数据。
ISO ISO 是国际标准化组织,常见安全管理体系如 ISO 27001/27002。
NIST NIST 提供美国常用安全标准、框架和指南。
资产 资产是组织认为有价值、需要保护的东西,可以是数据、系统、人员、设施或声誉。
渗透测试 渗透测试在授权范围内模拟攻击验证风险。
恢复点目标 RPO RPO 是最多能接受丢失多少时间范围的数据。
学习单元 64 / PDF P607

第 607 页学习单元

这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

教材原文段落

VM sprawl occurs when an organization deploys numerous virtual machines without an overarching IT management or security plan in place. Although VMs are easy to create and clone, they have the same licensing and security management requirements as a metal-installed OS. Uncontrolled VM creation can quickly lead to a situation where manual oversight cannot keep up with system demand. To prevent or avoid VM sprawl, a policy for developing and deploying VMs must be established and enforced. This should include establishing a library of initial or foundation VM images that are to be used to develop and deploy new services.

In some instances, VM sprawl relates to the use of lower-powered equipment that results in poorly performing VMs. VM sprawl is a virtual variation of server sprawl and could allow for virtual shadow IT. Server Sprawl and Shadow IT Server sprawl or system sprawl is the situation where numerous underutilized servers are operating in your organization's server room. These servers are taking up space, consuming electricity, and placing demands on other resources, but their provided workload or productivity does not justify their presence. This can occur if an organization purchases cheap lower-end hardware in bulk instead of selecting optimal equipment for specific use cases.

Somewhat related to server sprawl is shadow IT. Shadow IT is a term used to describe the IT components (physical or virtual) deployed by a department without the knowledge or permission of senior management or the IT group. The existence of shadow IT is often due to complex bureaucracy that makes the acquisition of needed equipment overly difficult and time-consuming. Other terms that might be used to refer to shadow IT include embedded IT, feral IT, stealth IT, hidden IT, secret IT, and client IT. Shadow IT usually does not follow company security policy, and it might not be kept current and updated with patches.

Shadow IT often lacks proper documentation, is not under consistent oversight and control, and may not be reliable or fault-tolerant. Shadow IT greatly increases the risk of disclosure of sensitive, confidential, proprietary, and personal information to unauthorized insiders and outsiders. Shadow IT can be composed of physical devices, virtual machines, or cloud services.

中文直译 / 整理

虚拟机蔓延发生在组织在没有整体IT管理或安全计划的情况下部署大量虚 拟机时。 尽管虚拟机易于创建和克隆,但它们与物理机安装的操作系统具有相 同的许可和安全管理要求。 不受控制的虚拟机创建会迅速导致手动监管无法跟 上系统需求的情况。 为防止或避免虚拟机蔓延,必须建立并执行虚拟机开发和 部署的政策。 这应包括建立用于开发和部署新服务的初始或基础虚拟机镜像库。 在某些情况下,虚拟机蔓延与使用低性能设备导致虚拟机性能不佳有关。 虚拟 机蔓延是服务器蔓延的虚拟变体,可能导致虚拟的影子IT。 服务器蔓延与影子IT 服务器蔓延或系统蔓延是指组织服务器机房中运行着大量利用率低下的服 务器。 这些服务器占用了空间,消耗电力,并对其他资源提出需求,但其 提供的工作负载或生产力并不能证明其存在的合理性。 如果组织大量采购 廉价的低端硬件,而非为特定用途选择最优设备,就可能发生这种情况。 与服务器蔓延 somewhat 相关的是影子IT。 影子IT是一个术语,用于描 述由部门在未经高级管理层或IT部门知晓或许可的情况下部署的IT组件 (物理或虚拟)。 影子IT的存在通常是因为复杂的官僚程序使得所需设备 的采购变得异常困难和耗时。

其他可能用于指代影子IT的术语包括嵌入式 IT、野化IT、隐匿IT、隐藏IT、秘密IT和客户端IT。 影子IT通常不遵循公司安全策略,可能未及时更新和打补丁。 影子IT通常 缺乏适当文档,不受一致的监督和控制,且可能不可靠或不具备容错能力。 影子IT大大增加了敏感、机密、专有和个人信息被未经授权的内部人员和 外部人员泄露的风险。 影子IT可由物理设备、虚拟机或云服务组成。

小白解释

场景先行:新员工入职后要登录系统。第一步是声明身份,第二步证明身份,第三步决定能访问哪些数据,最后系统要记录他做了什么。IAM 题就是围绕这条链条出题。

这一页真正想让你理解的是:这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

把它放进公司里看,关键不是背定义,而是判断:认证成功不代表什么都能做;离职、调岗、权限漂移都会造成越权。

你作为负责人可以这样想:把识别、认证、授权、审计分开看,再用最小权限和定期复核收口。

本页术语用人话说:

授权:授权是认证之后决定你能访问什么、能做什么。

政策:政策是高层原则,说明必须遵守什么。

程序:程序是一步一步怎么做。

强制访问控制 MAC:MAC 由系统根据标签和级别强制决定访问。

常见误区:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

读完后用一句话复述:如果我是IAM 管理员,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“第 607 页学习单元”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是IAM 管理员在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

认证成功不等于什么都能做;权限仍要单独授权。

Policy 高层、强制、稳定;Procedure 具体步骤。

Step-by-step、SOP 常对应 procedure。

政府/军方、机密级别、标签、不可由用户随意改通常是 MAC。

排除法提醒:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

本页术语拆解
授权 授权是认证之后决定你能访问什么、能做什么。
政策 政策是高层原则,说明必须遵守什么。
程序 程序是一步一步怎么做。
强制访问控制 MAC MAC 由系统根据标签和级别强制决定访问。
学习单元 65 / PDF P608

安全控制框架:用成熟框架组织安全

框架帮助组织系统化管理控制,而不是想到哪做到哪。

教材原文段落

VM escaping occurs when software within a guest OS is able to breach the isolation-protection provided by the hypervisor to violate the container of other guest OSs or to infiltrate a host OS. Several VM escape vulnerabilities have been discovered in a variety of hypervisors. Fortunately, the vendors have been fast to release patches. For example, Virtualized Environment Neglected Operations Manipulation (VENOM) (CVE-2015-3456) was able to breach numerous VM products that employed a compromised open source virtual floppy disk driver to allow malicious code to jump between VMs and even access the host. VM escaping can be a serious problem, but steps can be implemented to minimize the risk.

First, keep highly sensitive systems and data on separate physical machines. An organization should already be concerned about overconsolidation resulting in a single point of failure; running numerous hardware servers so that each supports a handful of guest OSs helps with this risk. Keeping enough physical servers on hand to maintain physical isolation between highly sensitive guest OSs will further protect against a VM escape exploit. Second, keep all hypervisor software current with vendor-released patches. Third, monitor attack, exposure, and abuse indexes for new threats to your environment.

To search for, locate, or research vulnerabilities, exploits, and attacks (whether related to virtualization or not), use exploitdb.com, cve.org, and nvd.nist.gov. Containerization Containerization is the next stage in the evolution of the virtualization trend for both internally hosted systems and cloud providers and services. A virtual machine–based system uses a hypervisor installed onto the bare metal of the host server and then operates a full guest OS within each virtual machine, and each virtual machine often supports only a single primary application. This is a resource-wasteful design and reveals its origins as separate physical machines.

Containerization or OS-virtualization is based on the concept of eliminating the duplication of OS elements in a virtual machine. Instead, each application

中文直译 / 整理

虚拟机逃逸是指客户操作系统内的软件能够突破虚拟机监视器提供的隔离 保护,侵犯其他客户操作系统的容器或渗透主机操作系统。 已在多种虚拟机监 视器中发现了多个虚拟机逃逸漏洞。 幸运的是,厂商已迅速发布补丁。 例如, 虚拟化环境被忽视的操作操纵(VENOM)(CVE‑2015‑3456)利用了一个被 攻破的开源虚拟软盘驱动程序,使恶意代码能够在虚拟机之间跳跃,甚至访问 主机。 虚拟机逃逸可能是一个严重的问题,但可以采取措施来降低风险。 首先,将高 度敏感的系统和数据放在独立的物理机器上。 组织应已关注过度整合导致单点 故障的问题; 运行多台硬件服务器,每台仅支持少量客户操作系统,有助于缓 解这一风险。 保留足够的物理服务器,以在高度敏感的客户操作系统之间维持 物理隔离,将进一步防范虚拟机逃逸攻击。 其次,保持所有虚拟机监控程序软 件及时更新厂商发布的补丁。 第三,监控针对您环境的新威胁的攻击、暴露和 滥用指数。 要搜索、定位或研究漏洞、利用和攻击(无论是否与虚拟化相关), 请使用 exploit-db.com、 cve.org和 nvd.nist.gov。 容器化 容器化是虚拟化趋势在内部托管系统和云提供商及服务中的下一个阶段。

基于 虚拟机的系统在主机服务器的裸金属上安装虚拟机监控程序,然后在每个虚拟 机中运行完整的客户操作系统,每个虚拟机通常仅支持单个主要应用程序。 这 是一种资源浪费的设计,反映了其源自独立物理机器的起源。 容器化或OS-virtualization基于消除虚拟机中操作系统元素重复的概念。 相反,每 个应用程序

小白解释

场景先行:开发团队要上线登录功能。安全不是上线前扫一下漏洞,而是从需求、设计、编码、测试、发布到运维都要参与。

这一页真正想让你理解的是:框架帮助组织系统化管理控制,而不是想到哪做到哪。

把它放进公司里看,关键不是背定义,而是判断:安全太晚介入,修复成本高,还可能把漏洞带到生产环境。

你作为负责人可以这样想:在 SDLC 早期做威胁建模、代码审查、测试和发布控制。

本页术语用人话说:

ISO:ISO 是国际标准化组织,常见安全管理体系如 ISO 27001/27002。

NIST:NIST 提供美国常用安全标准、框架和指南。

程序:程序是一步一步怎么做。

强制访问控制 MAC:MAC 由系统根据标签和级别强制决定访问。

常见误区:不要只靠上线前一次扫描;安全要嵌入整个生命周期。

读完后用一句话复述:如果我是应用安全负责人,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“安全控制框架:用成熟框架组织安全”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是应用安全负责人在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

ISO 偏标准和管理体系。

看到 SP 800 系列、CSF、RMF 常联想到 NIST。

Step-by-step、SOP 常对应 procedure。

政府/军方、机密级别、标签、不可由用户随意改通常是 MAC。

防恶意代码要结合补丁、最小权限、检测、备份和用户培训。

排除法提醒:不要只靠上线前一次扫描;安全要嵌入整个生命周期。

本页术语拆解
ISO ISO 是国际标准化组织,常见安全管理体系如 ISO 27001/27002。
NIST NIST 提供美国常用安全标准、框架和指南。
程序 程序是一步一步怎么做。
强制访问控制 MAC MAC 由系统根据标签和级别强制决定访问。
恶意代码 恶意代码包括病毒、蠕虫、木马、勒索软件等。
学习单元 66 / PDF P609

安全控制框架:用成熟框架组织安全

框架帮助组织系统化管理控制,而不是想到哪做到哪。

教材原文段落

is placed into a container that includes only the actual resources needed to support the enclosed application, and the common or shared OS elements are then part of the container engine. Some deployments (such as Docker and Kubernetes) eliminate the hypervisor altogether and use a collection of common binaries and libraries for the containers to call upon when needed. Containerization is able to provide 10 to 100 times more application density per physical server than that provided by traditional hypervisor virtualization solutions. Application cells or application containers (Figure 9.4) are used to virtualize software so that they can be ported to almost any OS.

FIGURE 9.4 Application containers versus a hypervisor There are many different technological solutions that are grouped into the concept of containerization. Some containerization solutions allow for multiple concurrent applications within a single container, whereas others are limited to one per container. Many containerization solutions allow for customization of how much interaction applications in separate containers are allowed. Mobile Devices A mobile device is anything with a battery (unless you also want to include things that are field powered, solar powered, etc., so generally anything that does not need a power cord to operate). However, we mostly discuss issues

中文直译 / 整理

被放置到一个仅包含支持所嵌入应用程序所需实际资源的容器中,而公共或共 享的操作系统元素则成为容器引擎的一部分。 一些部署(如Docker和 Kubernetes)完全消除了虚拟机监控程序,而是使用一组公共的二进制文件 和库,供容器在需要时调用。 容器化能够提供比传统虚拟机监控程序虚拟化解 决方案高出10到100倍的应用密度每物理服务器。 应用单元 或 应用容器(图 9.4)用于虚拟化软件,以便将其移植到几乎任何操作 系统。 图 9.4 应用容器与虚拟机监控程序 有许多不同的技术解决方案被归入容器化这一概念。 一些容器化解决方案允 许在单个容器内运行多个并发应用程序,而其他解决方案则限制每个容器只 能运行一个应用程序。 许多容器化解决方案允许自定义不同容器中的应用程 序之间的交互程度。 移动设备 一个 移动设备 是指任何带有电池的设备(除非你还想包括由现场供电、太阳能供电等 的设备,因此通常指不需要电源线即可运行的任何设备)。 然而,我们主要讨论的问 题

小白解释

场景先行:凌晨监控告警:某台服务器开始大量外连。你不能先忙着写报告,也不能直接关全网。事件响应要按顺序做:确认、遏制、根除、恢复、复盘。

这一页真正想让你理解的是:框架帮助组织系统化管理控制,而不是想到哪做到哪。

把它放进公司里看,关键不是背定义,而是判断:步骤乱了会扩大损失,或者破坏证据。

你作为负责人可以这样想:先保全证据和控制影响,再清除原因并恢复业务。

本页术语用人话说:

ISO:ISO 是国际标准化组织,常见安全管理体系如 ISO 27001/27002。

程序:程序是一步一步怎么做。

日志:日志记录系统和用户活动,用于监控、审计和调查。

常见误区:不要一上来就删除文件或重装系统;可能会破坏调查证据。

读完后用一句话复述:如果我是事件响应负责人,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“安全控制框架:用成熟框架组织安全”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是事件响应负责人在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

ISO 偏标准和管理体系。

Step-by-step、SOP 常对应 procedure。

日志要保护完整性、时间同步和访问控制。

排除法提醒:不要一上来就删除文件或重装系统;可能会破坏调查证据。

本页术语拆解
ISO ISO 是国际标准化组织,常见安全管理体系如 ISO 27001/27002。
程序 程序是一步一步怎么做。
日志 日志记录系统和用户活动,用于监控、审计和调查。
学习单元 67 / PDF P610

政策、标准、程序、指南

高层原则、最低要求、操作步骤、建议做法要分清。

教材原文段落

related to smartphones, tablets, or portable computers (i.e., notebooks and laptops). It may be tempting to only consider smartphones in relation to mobile device questions, but you should also consider the question in regard to a laptop computer, a tablet, and maybe even a smart watch or fitness tracker. These other perspectives may assist you in answering the question correctly. Some mobile devices have less than typical default or even available security features because they often run stripped-down OSs or custom mobile OSs without the long history of security improvements found in popular PC OSs.

Many of the “features” of a mobile device can be the focus of attacks, compromises, and intrusions. Extra care and attention need to be paid to any mobile device's security for both personal and business/work use. Smartphones and other mobile devices present an ever-increasing security risk as they become more and more capable of interacting with the Internet as well as corporate networks. These devices have internal memory and may support removable memory cards that can hold a significant amount of data. Additionally, many devices include applications that allow users to read and manipulate different types of files and documents.

When personally owned devices are allowed to enter and leave a secured facility without limitation, oversight, or control, the potential for harm is significant. Malicious insiders can bring in malicious code from outside on various storage devices, including mobile phones, audio players, digital cameras, memory cards, optical discs, and Universal Serial Bus (USB) drives. These same storage devices can be used to leak or steal internal confidential and private data to disclose it to the outside world. Malicious insiders can execute malicious code, visit dangerous websites, or intentionally perform harmful activities.

Mobile devices often contain sensitive data such as contacts, text messages, email, scheduling information, and possibly notes and documents. Any mobile device with a camera feature can take photographs of sensitive information or locations. The loss or theft of a mobile device could mean the compromise of personal and/or corporate secrets. Additionally, mobile devices aren't immune to eavesdropping. With the right type of sophisticated equipment, most mobile phone conversations can be tapped into—not to mention the fact that anyone nearby can hear you talking. Employees should be coached to be discreet about what they discuss over mobile phones in public spaces.

中文直译 / 整理

与智能手机、平板电脑或便携式计算机(即笔记本电脑和台式机)相关。 也许 你会倾向于仅在移动设备问题的背景下考虑智能手机,但你也应从笔记本电脑、 平板电脑,甚至智能手表或健身追踪器的角度来思考该问题。 这些其他视角可 能有助于你正确回答问题。 一些移动设备由于通常运行精简版操作系统或自定义移动操作系统,而这些系 统缺乏流行PC操作系统长期积累的安全改进,因此其默认或可用的安全功能 往往较少。 移动设备的许多“功能”都可能成为攻击、渗透和入侵的目标。 无 论是个人使用还是工作用途,都必须对任何移动设备的安全性给予额外的关注 和重视。 智能手机和其他移动设备在能够越来越多地与互联网以及企业网络交互的同时, 其安全风险也在不断上升。 这些设备具有内部存储空间,并可能支持可移除存 储卡,可用于存储大量数据。 此外,许多设备包含允许用户读取和操作不同类 型文件与文档的应用程序。 当个人拥有的设备在没有限制、监督或控制的情况 下自由进出安全区域时,潜在的危害十分严重。 恶意内部人员可以通过各种存储设备(包括移动电话、音频播放器、数码相机、 存储卡、光盘和通用串行总线(USB)驱动器)从外部引入恶意代码。

这些相 同的存储设备也可用于泄露或窃取内部机密和私人数据,并将其披露给外部世 界。 恶意内部人员可以执行恶意代码、访问危险网站,或故意实施有害活动。 移动设备通常包含敏感数据,如联系人、短信、电子邮件、日程信息,以及可 能的笔记和文档。 任何带有摄像头功能的移动设备都可以拍摄敏感信息或地点 的照片。 移动设备的丢失或被盗可能导致个人和/或企业机密的泄露。 此外,移动设备也无法避免被窃听。 借助适当类型的精密设备,大多数手机通 话都可能被截取——更不用说附近任何人可能听到你的谈话。 应指导员工在公 共场所使用手机时谨慎讨论敏感内容。

小白解释

场景先行:机房断电,业务部门问多久能恢复、最多会丢多少数据。BCP/DRP 不是背缩写,而是把业务能承受的中断时间和数据损失说清楚。

这一页真正想让你理解的是:高层原则、最低要求、操作步骤、建议做法要分清。

把它放进公司里看,关键不是背定义,而是判断:只做备份但没测试,真正灾难时可能恢复不了。

你作为负责人可以这样想:先做业务影响分析,再定 RTO/RPO,最后设计备份、冗余和演练。

本页术语用人话说:

程序:程序是一步一步怎么做。

恢复点目标 RPO:RPO 是最多能接受丢失多少时间范围的数据。

恶意代码:恶意代码包括病毒、蠕虫、木马、勒索软件等。

常见误区:RTO 问时间,RPO 问数据;这两个不要混。

读完后用一句话复述:如果我是业务连续性负责人,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“政策、标准、程序、指南”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是业务连续性负责人在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

Step-by-step、SOP 常对应 procedure。

RPO 问数据:最多丢到哪个时间点。

防恶意代码要结合补丁、最小权限、检测、备份和用户培训。

排除法提醒:RTO 问时间,RPO 问数据;这两个不要混。

本页术语拆解
程序 程序是一步一步怎么做。
恢复点目标 RPO RPO 是最多能接受丢失多少时间范围的数据。
恶意代码 恶意代码包括病毒、蠕虫、木马、勒索软件等。
学习单元 68 / PDF P611

安全控制框架:用成熟框架组织安全

框架帮助组织系统化管理控制,而不是想到哪做到哪。

教材原文段落

Android and iOS Two of the most widely used device OSs are Android and iOS. Android Android is a mobile device OS based on Linux, which was acquired by Google in 2005. The Android source code is made open source through the Apache license, but most Android devices also include proprietary software. Although it's mostly intended for use on phones and tablets, Android is being used on a wide range of devices, including televisions, game consoles, digital cameras, microwaves, watches, e-readers, cordless phones, and ski goggles.

The use of Android in phones and tablets allows for a wide range of user customization: you can install Google Play Store apps as well as apps from unknown external sources (such as the Amazon Appstore), and many devices support the replacement of the default version of Android with a customized or alternate version. However, when Android is used on other devices, it can be implemented as something closer to a static system. Whether static or not, Android has numerous security vulnerabilities. These include exposure to malicious apps, running scripts from malicious websites, and allowing insecure data transmissions. Improvements are made to Android security as new updates are released.

Users can adjust numerous configuration settings to reduce vulnerabilities and risks. Also, users may be able to install apps that add additional security features to the platform. Security-Enhanced Android (SEAndroid) is a security improvement for Android. SEAndroid is a framework to integrate elements of SecurityEnhanced Linux into Android devices.

These improvements include adding support for mandatory access control (MAC) and middleware mandatory access control (MMAC), reducing privilege daemon vulnerabilities, sandboxing and isolating apps, blocking app privilege escalation, enabling app privilege adjustments both during installation and at runtime, and defining a centralized security policy that can be scrutinized. Android

中文直译 / 整理

和 iOS 两种最广泛使用的设备操作系统是 Android 和 iOS。 Android Android 是一种基于 Linux 的移动设备操作系统,于 2005 年被 Google 收购。 Android 源代码通过 Apache 许可证开源,但大多数 Android 设 备也包含专有软件。 尽管它主要设计用于手机和平板电脑,但 Android 目 前已广泛应用于各种设备,包括电视、游戏机、数码相机、微波炉、手表、 电子阅读器、无绳电话和滑雪护目镜。 Android 在手机和平板电脑上的使用允许广泛的用户自定义:您可以安 装 Google Play 商店的应用程序,以及来自未知外部来源的应用程序 (例如 Amazon 应用商店),许多设备还支持将默认的 Android 版本替 换为自定义或替代版本。 然而,当 Android 用于其他设备时,它可以实 现为更接近静态系统的形态。 无论是否为静态系统,Android 都存在众多安全漏洞,包括遭受恶意应用 程序攻击、运行来自恶意网站的脚本,以及允许不安全的数据传输。 随着新更新的发布,Android 安全性得到了改进。 用户可以调整大量配置 设置以减少漏洞和风险。

此外,用户可能能够安装为平台添加额外安全功 能的应用程序。 安全增强型Android(SEAndroid)是Android的安全改进方案。 SEAndroid是一个将安全增强型Linux的组件集成到Android设备中的 框架。 这些改进包括支持强制访问控制(MAC)和中间件强制访问控制 (MMAC)、减少特权守护进程的漏洞、沙箱化和隔离应用、阻止应用 权限提升、在安装时和运行时启用应用权限调整,以及定义可审查的集中 式安全策略。

小白解释

场景先行:你是公司的安全负责人,正在读第 611 页这一组概念。老板不会问你背定义,而是问:这件事会不会影响业务、谁负责、要不要花钱、出了事能不能解释清楚。

这一页真正想让你理解的是:框架帮助组织系统化管理控制,而不是想到哪做到哪。

把它放进公司里看,关键不是背定义,而是判断:概念没放进业务场景,容易只背词,做题时不知道该选管理动作还是技术动作。

你作为负责人可以这样想:先确认业务目标和风险,再选控制措施,最后留下政策、审批、日志或证据。

本页术语用人话说:

ISO:ISO 是国际标准化组织,常见安全管理体系如 ISO 27001/27002。

政策:政策是高层原则,说明必须遵守什么。

程序:程序是一步一步怎么做。

强制访问控制 MAC:MAC 由系统根据标签和级别强制决定访问。

常见误区:不要一看到安全题就直接选最强工具;CISSP 更常考“在这个场景下谁该负责、下一步是什么”。

读完后用一句话复述:如果我是安全负责人,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“安全控制框架:用成熟框架组织安全”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是安全负责人在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

ISO 偏标准和管理体系。

Policy 高层、强制、稳定;Procedure 具体步骤。

Step-by-step、SOP 常对应 procedure。

政府/军方、机密级别、标签、不可由用户随意改通常是 MAC。

排除法提醒:不要一看到安全题就直接选最强工具;CISSP 更常考“在这个场景下谁该负责、下一步是什么”。

本页术语拆解
ISO ISO 是国际标准化组织,常见安全管理体系如 ISO 27001/27002。
政策 政策是高层原则,说明必须遵守什么。
程序 程序是一步一步怎么做。
强制访问控制 MAC MAC 由系统根据标签和级别强制决定访问。
学习单元 69 / PDF P612

安全控制框架:用成熟框架组织安全

框架帮助组织系统化管理控制,而不是想到哪做到哪。

教材原文段落

iOS iOS is the mobile device OS from Apple that is standard on the iPhone. iOS isn't licensed for use on any non-Apple hardware. Thus, Apple is in full control of the features and capabilities of iOS. However, iOS is not really an example of a static environment, because users can install apps from the Apple App Store (although it can be argued that iOS is a static OS). Mobile Device Security Features A wide range of security features may be available on mobile devices, such as portable computers, tablets, and smartphones. Not all mobile devices have good security features. Be sure to consider the security options of a new device before you make a purchase decision.

But even if security features are available, they're of no value unless they're enabled and properly configured. A security benefit is gained only when the security function is in force. Be sure to check that all desired security features are operating as expected on any device allowed to connect to the organization's network or enter the organization's facility. The following sections discuss various examples of on-device security features that are often present on or available for mobile devices. Mobile Device Management Administrators register employee devices with a mobile device management system.

Mobile device management (MDM) is a software solution to the challenging task of managing the myriad mobile devices that employees use to access company resources. The MDM system monitors and manages mobile devices and ensures that they are kept up-to-date. The goals of MDM are to improve security, provide monitoring, enable remote management, and support troubleshooting. Many MDM solutions support a wide range of devices and can operate across many service providers. You can use MDM to push or remove apps, manage data, and enforce configuration settings both over the air (across a carrier network) and over Wi-Fi connections.

MDM can be used to manage company-owned devices as well as personally owned devices. Unified endpoint management (UEM) is a type of software tool that provides a single management platform to control mobile, PC, IoT, wearables, ICS, and iOS iOS

中文直译 / 整理

是Apple为iPhone提供的移动设备操作系统。 iOS不允许在任何非 Apple硬件上使用。 因此,Apple完全掌控iOS的功能和特性。 然而, iOS并非真正的静态环境示例,因为用户可以从Apple应用商店安装应用 (尽管有人认为iOS是一种静态操作系统)。 移动设备安全功能 移动设备(如便携式计算机、平板电脑和智能手机)可能具备多种安全功能。 但并非所有移动设备都具有良好的安全功能。 在做出购买决策之前,请务必考 虑新设备的安全选项。 但即使安全功能可用,若未启用或未正确配置,也毫无 价值。 只有当安全功能处于启用状态时,才能获得安全效益。 请确保在任何允 许连接到组织网络或进入组织设施的设备上,所有所需的安全功能均能正常运 行。 以下部分将讨论常存在于移动设备上或可供移动设备使用的各种设备端安 全功能示例。 移动设备管理 管理员将员工设备注册到移动设备管理系统中。 移动设备管理(MDM)是一种 软件解决方案,用于应对管理员管理员工用于访问公司资源的众多移动设备这 一复杂任务。 MDM系统监控和管理移动设备,并确保其保持最新状态。 MDM的目标是提升安全性、提供监控、支持远程管理并协助故障排除。

许多 MDM解决方案支持多种设备,并可在多个服务提供商网络中运行。 您可以通 过MDM通过空中(跨运营商网络)或Wi‑Fi连接推送或移除应用程序、管理数 据以及强制执行配置设置。 MDM可用于管理公司拥有的设备以及员工个人拥 有的设备。 统一端点管理(UEM) 是一种软件工具,提供单一管理平台来控制移动设备、 PC、物联网、可穿戴设备、工业控制系统和

小白解释

场景先行:你是公司的安全负责人,正在读第 612 页这一组概念。老板不会问你背定义,而是问:这件事会不会影响业务、谁负责、要不要花钱、出了事能不能解释清楚。

这一页真正想让你理解的是:框架帮助组织系统化管理控制,而不是想到哪做到哪。

把它放进公司里看,关键不是背定义,而是判断:概念没放进业务场景,容易只背词,做题时不知道该选管理动作还是技术动作。

你作为负责人可以这样想:先确认业务目标和风险,再选控制措施,最后留下政策、审批、日志或证据。

本页术语用人话说:

NIST:NIST 提供美国常用安全标准、框架和指南。

标准:标准给出必须满足的最低要求。

程序:程序是一步一步怎么做。

常见误区:不要一看到安全题就直接选最强工具;CISSP 更常考“在这个场景下谁该负责、下一步是什么”。

读完后用一句话复述:如果我是安全负责人,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“安全控制框架:用成熟框架组织安全”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是安全负责人在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

看到 SP 800 系列、CSF、RMF 常联想到 NIST。

Minimum level、mandatory requirement 常对应 standard。

Step-by-step、SOP 常对应 procedure。

排除法提醒:不要一看到安全题就直接选最强工具;CISSP 更常考“在这个场景下谁该负责、下一步是什么”。

本页术语拆解
NIST NIST 提供美国常用安全标准、框架和指南。
标准 标准给出必须满足的最低要求。
程序 程序是一步一步怎么做。
学习单元 70 / PDF P613

认证:证明身份

认证回答“你是不是你声称的那个人”。

教材原文段落

other devices. UEM is intended to replace MDM and enterprise mobility management (EMM) products by combining the features of numerous products into one solution. Device Authentication Authentication on or to a mobile device is often fairly simple, especially for mobile phones and tablets. This is known as device authentication. However, a swipe or pattern access shouldn't be considered true authentication. Whenever possible, use a password, provide a personal identification number (PIN), offer your eyeball or face for recognition, scan your fingerprint, provide a USB key, or use a proximity device such as a near-field communication (NFC) or radio-frequency identification (RFID) ring or tile.

These means of device authentication are much more difficult for a thief to bypass if properly implemented. It's also prudent to combine device authentication with device encryption to block access to stored information via a connection cable. Retina-, iris-, face-, and fingerprint-based authentication are all examples of biometrics. See Chapter 13, “Managing Identity and Authentication,” for the full discussion of biometrics or the “something you are” authentication factor. A strong password would be a great idea on a phone or other mobile device if locking the phone provided true security.

But most mobile devices aren't that secure, so even with a strong password, the device may still be accessible over Bluetooth, wireless, or a USB cable. If a specific mobile device blocked access to the device when the system lock was enabled, this would be a worthwhile feature to set to trigger automatically after a period of inactivity or manual initialization (often related to screen lock). This benefit is usually obtained when you enable both a device password and storage encryption.

中文直译 / 整理

其他设备。 UEM 旨在通过将多种产品的功能整合到一个解决方案中,取 代移动设备管理(MDM)和企业移动管理(EMM)产品。 设备认证 对移动设备进行认证通常相当简单,尤其是对于手机和平板电脑。 这被称为设 备认证。 然而,滑动或图案解锁不应被视为真正的认证。 在可能的情况下,请 使用密码、提供个人识别码(PIN)、出示您的眼睛或面部进行识别、扫描指 纹、提供USB密钥,或使用近场通信(NFC)或射频识别(RFID)戒指或标 签等近距设备。 这些设备认证方式在正确实施时,对窃贼而言要绕过困难得多。 同时,建议将设备认证与设备加密结合使用,以通过连接电缆阻止对存储信息 的访问。 视网膜、虹膜、面部和指纹认证都是生物识别技术的例子。 请参阅第 13章“管理身份和认证”,以全面了解生物识别技术或“你是谁”这一认 证因素。 如果锁定手机能提供真正的安全性,那么在手机或其他移动设备上设置一个强 密码将是一个好主意。 但大多数移动设备并不够安全,因此即使设置了强密码, 设备仍可能通过蓝牙、无线网络或USB电缆被访问。

如果某个特定移动设备在 系统锁定启用时阻止了对设备的访问,那么将此功能设置为在一段时间不活动 或手动初始化后自动触发(通常与屏幕锁定相关)将是值得的。 当您同时启用 设备密码和存储加密时,通常可以获得这一好处。

小白解释

场景先行:新员工入职后要登录系统。第一步是声明身份,第二步证明身份,第三步决定能访问哪些数据,最后系统要记录他做了什么。IAM 题就是围绕这条链条出题。

这一页真正想让你理解的是:认证回答“你是不是你声称的那个人”。

把它放进公司里看,关键不是背定义,而是判断:认证成功不代表什么都能做;离职、调岗、权限漂移都会造成越权。

你作为负责人可以这样想:把识别、认证、授权、审计分开看,再用最小权限和定期复核收口。

本页术语用人话说:

认证:认证是验证“你是不是你声称的那个人”。

加密:加密把内容变成未授权者看不懂的形式。

身份:身份是主体在系统中的标识。

常见误区:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

读完后用一句话复述:如果我是IAM 管理员,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“认证:证明身份”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是IAM 管理员在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

密码、令牌、生物特征、多因素认证都服务认证。

加密主要保护机密性,也可配合签名、哈希支持完整性和真实性。

身份管理题要区分识别、认证、授权、审计。

排除法提醒:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

本页术语拆解
认证 认证是验证“你是不是你声称的那个人”。
加密 加密把内容变成未授权者看不懂的形式。
身份 身份是主体在系统中的标识。
学习单元 71 / PDF P614

认证:证明身份

认证回答“你是不是你声称的那个人”。

教材原文段落

When accessing an online website, service, or cloud offering from a mobile device, a form of multifactor authentication (MFA) may be implemented by combining your user credentials with context-aware authentication. Context-aware authentication evaluates the origin and context of a user's attempt to access a system. If the user originates from a known trusted system, such as a system inside the company facility or the same personal mobile device, then a low-risk context is present and a modest level of authentication is mandated for gaining access. If the context and origin of the user is from an unknown device and/or external/unknown location, the context is high risk.

The authentication system will then demand that the user traverse a more complex multifactor authentication gauntlet to gain access. Context-aware authentication is thus an adaptive authentication that may be able to reduce the burden of authentication during low-risk scenarios but thwart impersonation attempts during high-risk scenarios. Full-Device Encryption Some mobile devices, including portable computers, tablets, and mobile phones, may offer full-device encryption (FDE). Many mobile devices are either pre-encrypted or can be encrypted by the user/owner.

Once a mobile device is encrypted, the user's data is protected whenever the screen is locked, which causes the physical data port on the device to be deactivated. This prevents unauthorized access to data on the device through a physical cable connection as long as the screen remains locked. If most or all of the storage media of a device can be encrypted, this is usually a worthwhile feature to enable. However, encryption isn't a guarantee of protection for data, especially if the device is stolen while unlocked or if the system itself has a known backdoor attack vulnerability.

Communication Protection Voice encryption may be possible on mobile devices when Voice over Internet Protocol (VoIP) services are used. VoIP service between computer-like devices is more likely to offer an encryption option than VoIP connections to a traditional landline phone or typical mobile phone. When a voice conversation is encrypted, attempting to listen in on the communications

中文直译 / 整理

当从移动设备访问在线网站、服务或云产品时,可以通过将您的用户凭 据与上下文感知认证相结合来实现多因素认证(MFA)。 上下文感知认证会 评估用户尝试访问系统时的来源和上下文。 如果用户来自已知的可信系统, 例如公司设施内部的系统或同一台个人移动设备,则属于低风险上下文,此 时只需较低级别的认证即可获得访问权限。 如果用户的上下文和来源来自未 知设备和/或外部/未知位置,则属于高风险上下文。 此时,认证系统将要求 用户通过更复杂的多因素认证流程才能获得访问权限。 因此,上下文感知认 证是一种自适应认证,能够在低风险场景中减轻认证负担,同时在高风险场 景中阻止冒名顶替行为。 全设备加密 某些移动设备,包括便携式计算机、平板电脑和手机,可能提供全设备加密 (FDE)。 许多移动设备要么预加密,要么可由用户/所有者进行加密。 一旦移 动设备被加密,当屏幕锁定时,用户的资料就会受到保护,这会导致设备上的 物理数据端口失效。 只要屏幕保持锁定状态,就可以防止通过物理电缆连接未 经授权访问设备上的数据。 如果设备的大部分或全部存储介质都可以加密,这通常是一个值得启用的功能。

然而,加密并不能保证数据的安全,尤其是在设备在未锁定状态下被盗,或系 统本身存在已知的后门攻击漏洞时。 通信保护 当使用互联网语音协议(VoIP)服务时,移动设备上可能实现语音加密。 计算 机类设备之间的VoIP服务比VoIP连接到传统固话或典型手机更有可能提供加密 选项。 当语音通话被加密时,试图窃听通信

小白解释

场景先行:新员工入职后要登录系统。第一步是声明身份,第二步证明身份,第三步决定能访问哪些数据,最后系统要记录他做了什么。IAM 题就是围绕这条链条出题。

这一页真正想让你理解的是:认证回答“你是不是你声称的那个人”。

把它放进公司里看,关键不是背定义,而是判断:认证成功不代表什么都能做;离职、调岗、权限漂移都会造成越权。

你作为负责人可以这样想:把识别、认证、授权、审计分开看,再用最小权限和定期复核收口。

本页术语用人话说:

认证:认证是验证“你是不是你声称的那个人”。

授权:授权是认证之后决定你能访问什么、能做什么。

加密:加密把内容变成未授权者看不懂的形式。

多因素认证:MFA 使用至少两类不同认证因素,提高认证可信度。

常见误区:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

读完后用一句话复述:如果我是IAM 管理员,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“认证:证明身份”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是IAM 管理员在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

密码、令牌、生物特征、多因素认证都服务认证。

认证成功不等于什么都能做;权限仍要单独授权。

加密主要保护机密性,也可配合签名、哈希支持完整性和真实性。

知道的、拥有的、固有的、所处位置、行为特征是常见因素。

排除法提醒:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

本页术语拆解
认证 认证是验证“你是不是你声称的那个人”。
授权 授权是认证之后决定你能访问什么、能做什么。
加密 加密把内容变成未授权者看不懂的形式。
多因素认证 MFA 使用至少两类不同认证因素,提高认证可信度。
学习单元 72 / PDF P615

保护机制:分层、隐藏、加密和边界

单一控制不够,安全靠多个机制配合。

教材原文段落

becomes almost worthless because the contents of the conversation are undecipherable. This concept of communication protection should be applied to any type of transmission, whether video, text, or data. There are numerous apps that provide encrypted communications, many using standard and well-respected cryptography solutions, such as the Signal protocol (see Chapters 6 and 7 for more on encryption). Remote Wiping Remote wipe or remote sanitization is to be performed if a device is lost or stolen. A remote wipe lets you delete all data and possibly even configuration settings from a device remotely.

The wipe process can be triggered over mobile phone service or sometimes over any Internet connection (such as Wi-Fi). However, a remote wipe isn't a guarantee of data security. The wiping trigger signal might not be received by the device. Thieves may be smart enough to prevent connections that would trigger the wipe function while they dump out the data. This could be accomplished by removing the subscriber identity module (SIM) card, deactivating Wi-Fi, and/or placing the device in a Faraday cage. Additionally, a remote wipe is mostly a deletion operation and resetting the device back to factory conditions.

The use of an undelete or data recovery utility can often recover data on a wiped device. To ensure that a remote wipe destroys data beyond recovery, the device should be encrypted (aka fulldevice encryption [FDE]). Thus, the undelete operation would only be recovering encrypted data, which the attacker should be unable to decipher. Screen Locks A screen lock is designed to prevent someone from casually picking up and being able to use your phone or mobile device. However, most screen locks can be unlocked by swiping across the screen or drawing a pattern. Neither of these is truly a secure operation.

These easy-bypass options may be the default on the device but should be changed to something more secure and resistive of unauthorized access, such as a PIN, password, or biometric. Screen locks may have workarounds on some devices, such as accessing the phone application through the emergency calling feature. And a screen lock doesn't necessarily protect the device if a malicious actor connects to it over Bluetooth, wireless, or a USB cable.

中文直译 / 整理

将几乎毫无价值,因为通话内容无法解密。 这种通信保护概念应适用于任何类型的传输,无论是视频、文本还是数据。 有 许多应用程序提供加密通信,其中许多使用标准且备受推崇的加密解决方案, 例如Signal协议(详见第6章和第7章关于加密的更多内容)。 远程擦除 远程擦除或远程清理应在设备丢失或被盗时执行。 远程擦除允许您远程删除设 备上的所有数据,甚至可能删除配置设置。 擦除过程可以通过移动电话服务触 发,有时也可以通过任何互联网连接(如Wi‑Fi)触发。 然而,远程擦除并不 能保证数据安全。 设备可能无法接收到擦除触发信号。 窃贼可能足够聪明,能 够在窃取数据时阻止触发擦除功能的连接。 这可以通过移除用户身份模块( SIM)卡、停用Wi‑Fi和/或将设备放入法拉第笼来实现。 此外,远程擦除主要是一种删除操作,并将设备重置为出厂状态。 使用 undelete或数据恢复工具通常可以恢复已被擦除设备上的数据。 为确保远程擦 除彻底销毁数据使其无法恢复,设备应进行加密(即全设备加密 [FDE])。 因 此,undelete操作只能恢复加密数据,而攻击者应无法解密这些数据。

屏幕锁定 一个屏幕锁定旨在防止他人随意拿起并使用您的手机或移动设备。 然而,大多 数屏幕锁定可以通过滑动屏幕或绘制图案来解锁。 这两种方式都不是真正安全 的操作。 这些易于绕过的选项可能是设备的默认设置,但应更改为更安全、更 能抵抗未经授权访问的方式,例如PIN码、密码或生物识别。 某些设备上的屏幕锁定可能存在绕过方法,例如通过紧急呼叫功能访问电话 应用。 如果恶意攻击者通过蓝牙、无线或USB电缆连接到设备,屏幕锁定也 不一定能保护设备。

小白解释

场景先行:新员工入职后要登录系统。第一步是声明身份,第二步证明身份,第三步决定能访问哪些数据,最后系统要记录他做了什么。IAM 题就是围绕这条链条出题。

这一页真正想让你理解的是:单一控制不够,安全靠多个机制配合。

把它放进公司里看,关键不是背定义,而是判断:认证成功不代表什么都能做;离职、调岗、权限漂移都会造成越权。

你作为负责人可以这样想:把识别、认证、授权、审计分开看,再用最小权限和定期复核收口。

本页术语用人话说:

授权:授权是认证之后决定你能访问什么、能做什么。

加密:加密把内容变成未授权者看不懂的形式。

标准:标准给出必须满足的最低要求。

程序:程序是一步一步怎么做。

常见误区:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

读完后用一句话复述:如果我是IAM 管理员,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“保护机制:分层、隐藏、加密和边界”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是IAM 管理员在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

认证成功不等于什么都能做;权限仍要单独授权。

加密主要保护机密性,也可配合签名、哈希支持完整性和真实性。

Minimum level、mandatory requirement 常对应 standard。

Step-by-step、SOP 常对应 procedure。

加密保护机密性,哈希保护完整性,数字签名支持完整性、真实性和不可否认性。

排除法提醒:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

本页术语拆解
授权 授权是认证之后决定你能访问什么、能做什么。
加密 加密把内容变成未授权者看不懂的形式。
标准 标准给出必须满足的最低要求。
程序 程序是一步一步怎么做。
密码学 密码学用数学方法保护信息,常用于机密性、完整性、认证和不可否认性。
身份 身份是主体在系统中的标识。
学习单元 73 / PDF P616

认证:证明身份

认证回答“你是不是你声称的那个人”。

教材原文段落

Screen locks are often triggered after a timeout period of nonuse. Most devices can be configured to auto-trigger a password-protected screen lock if the system is left idle for a few minutes. Similarly, many tablets and mobile phones can be set to trigger a screen lock and dim or turn off the display after a set time period, such as 30 seconds. The lockout feature ensures that if you leave your device unattended or it's lost or stolen, it will be difficult for anyone else to be able to access your data or applications. To unlock the device, you must enter valid credentials. Device Lockout Lockout on a mobile device is similar to account lockout on a company workstation.

When a user fails to provide their credentials after repeated attempts, the account or device is deactivated (i.e., locked out) for a period of time or until an administrator clears the lockout flag. Mobile devices may offer a device lockout feature, but it's only effective if a screen lock has been configured. Otherwise, a simple screen swipe to access the device doesn't provide sufficient security, because an authentication process doesn't occur. Some devices trigger ever longer delays between access attempts as a greater number of authentication failures occur. Some devices allow for a set number of attempts (such as three) before triggering a lockout that lasts minutes or hours.

Other devices trigger a persistent lockout and require the use of a different account or master password/code to regain access to the device. Some devices may even have a maximum number of logon attempts (such as 10), before securely wiping all data on the device and resetting back to factory settings. Be sure to know the exact nature of a device's lockout mechanism before attempting to guess credentials; otherwise you might inadvertently trigger a security wipe. GPS and Location Services The Global Positioning System (GPS) is a satellite-based geographical location service.

Many mobile devices include a GPS chip to support and benefit from localized services, such as navigation, so it's possible to track those devices. The GPS chip itself is usually just a receiver of signals from orbiting GPS satellites. However, applications on the mobile device can record the GPS location of the device and then report it to an online service. You can use GPS tracking to monitor your own movements, track the movements of others (such as minors or delivery personnel), or track down a stolen device. But for GPS tracking to work, the mobile device must have Internet or

中文直译 / 整理

屏幕锁定通常在一段时间未使用后触发。 大多数设备可以配置为:如果系统空 闲几分钟后,自动触发密码保护的屏幕锁定。 类似地,许多平板电脑和手机可 以设置为在设定时间(例如30秒)后触发屏幕锁定,并使显示屏变暗或关闭。 锁定功能可确保如果您将设备遗忘在原地或设备丢失或被盗,他人将难以访问 您的数据或应用程序。 要解锁设备,您必须输入有效的凭据。 设备锁定 锁定在移动设备上的作用类似于公司工作站上的账户锁定。 当用户在多次尝试 后仍无法提供其凭据时,账户或设备将被停用(即锁定),持续一段时间,或 直到管理员清除锁定标志。 移动设备可能提供设备锁定功能,但只有在配置了屏幕锁定的情况下才有效。 否则,仅通过简单的屏幕滑动即可访问设备,无法提供足够的安全性,因为未 发生身份验证过程。 一些设备会在身份验证失败次数增加时,逐渐延长每次访 问尝试之间的延迟时间。 一些设备允许设定一定次数的尝试(例如三次),之 后触发持续数分钟或数小时的锁定。 其他设备则触发永久性锁定,需要使用其 他账户或主密码/代码才能重新访问设备。 某些设备甚至在达到最大登录尝试次 数(例如十次)后,会安全擦除设备上的所有数据并恢复为出厂设置。

在尝试 猜测凭据之前,请务必了解设备锁定机制的确切性质; 否则,您可能意外触发 安全擦除。 GPS 和位置服务 全球定位系统(GPS)是一种基于卫星的地理定位服务。 许多移动设备都内置 了GPS芯片,以支持和利用本地化服务,例如导航,从而能够追踪这些设备。 GPS芯片本身通常只是接收环绕地球运行的GPS卫星信号的接收器。 然而,移 动设备上的应用程序可以记录设备的GPS位置,并将其报告给在线服务。 您可 以使用GPS追踪来监控自己的活动、追踪他人的活动(如未成年人或配送人员), 或查找被盗设备。 但要使GPS追踪正常工作,移动设备必须具备互联网或

小白解释

场景先行:新员工入职后要登录系统。第一步是声明身份,第二步证明身份,第三步决定能访问哪些数据,最后系统要记录他做了什么。IAM 题就是围绕这条链条出题。

这一页真正想让你理解的是:认证回答“你是不是你声称的那个人”。

把它放进公司里看,关键不是背定义,而是判断:认证成功不代表什么都能做;离职、调岗、权限漂移都会造成越权。

你作为负责人可以这样想:把识别、认证、授权、审计分开看,再用最小权限和定期复核收口。

本页术语用人话说:

认证:认证是验证“你是不是你声称的那个人”。

NIST:NIST 提供美国常用安全标准、框架和指南。

程序:程序是一步一步怎么做。

OSI 模型:OSI 用七层结构理解网络通信,从物理层到应用层。

常见误区:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

读完后用一句话复述:如果我是IAM 管理员,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“认证:证明身份”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是IAM 管理员在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

密码、令牌、生物特征、多因素认证都服务认证。

看到 SP 800 系列、CSF、RMF 常联想到 NIST。

Step-by-step、SOP 常对应 procedure。

网络题先定位层次,再判断协议、设备或攻击位置。

身份管理题要区分识别、认证、授权、审计。

排除法提醒:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

本页术语拆解
认证 认证是验证“你是不是你声称的那个人”。
NIST NIST 提供美国常用安全标准、框架和指南。
程序 程序是一步一步怎么做。
OSI 模型 OSI 用七层结构理解网络通信,从物理层到应用层。
身份 身份是主体在系统中的标识。
日志 日志记录系统和用户活动,用于监控、审计和调查。
学习单元 74 / PDF P617

认证:证明身份

认证回答“你是不是你声称的那个人”。

教材原文段落

wireless phone service over which to communicate its location information. Apps are able to provide location-based services as well as reveal the location of the device (and thus its user/owner) to third parties (sometimes without consent). This risk needs to be evaluated in regard to the organizational security policy and relative location-based risks. Geolocation data is commonly used in navigation tools, authentication services, and many location-based services, such as offering discounts or coupons to nearby retail stores. Location-based authorization policies for controlling access can be used to grant or deny resource access based on where the subject is located.

This might be based on whether the network connection is local wired, local wireless, or remote. Location-based policies can also grant or deny access based on MAC address, IP address, OS version, patch level, and/or subnet in addition to logical or geographical location, which is a feature of both network access control (NAC) (see Chapter 11) and context-aware authentication. Location-based policies should be used only in addition to standard authentication processes, not as a replacement for them. Geotagging is the ability of a mobile device to include details about its location in any media created by the device, such as photos, videos, and social media posts.

Mobile devices with location services enable embedding geographical location in the form of latitude and longitude as well as date/time information into media created on the device. This allows an adversary (or angry ex) to view photos from social networking or similar sites and determine exactly when and where a photo was taken. Geotagging can be used for nefarious purposes, such as determining when a person normally performs routine activities. Once a geotagged photo has been uploaded to the Internet, a potential cyber stalker may have access to more information than the uploader intended. This is prime material for security-awareness briefs for end users.

中文直译 / 整理

无线电话服务,以便传输其位置信息。 应用程序不仅能提供基于位置的服务, 还能将设备(及其用户/所有者)的位置信息透露给第三方(有时未经同意)。 这种风险需要根据组织的安全策略和相关的基于位置的风险进行评估。 地理位置数据常用于导航工具、身份验证服务和许多基于位置的服务,例 如向附近的零售商店提供折扣或优惠券。 基于位置的授权策略可用于根据主体所在位置授予或拒绝资源访问权限。 这可 能基于网络连接是本地有线、本地无线还是远程。 除了逻辑或地理位置外,基 于位置的策略还可以根据MAC地址、IP地址、操作系统版本、补丁级别和/或子 网来授予或拒绝访问,这是网络访问控制(NAC)(见第11章)和上下文感知 身份验证的功能。 基于位置的策略应仅作为标准身份验证过程的补充使用,而 不能替代它们。 地理标记是指移动设备能够在设备创建的任何媒体(如照片、视频和社交媒体 帖子)中包含其位置信息的能力。 启用位置服务的移动设备可以将地理坐标 (纬度和经度)以及日期/时间信息嵌入到设备创建的媒体中。 这使得攻击者 (或愤怒的前伴侣)能够查看来自社交网络或类似网站的照片,并精确确定照 片拍摄的时间和地点。

地理标记可能被用于恶意目的,例如确定一个人通常执行日常活动的时间。 一旦带有地理标记的照片上传到互联网,潜在的网络跟踪者可能获得比上传 者预期更多的信息。 这是面向终端用户的安全部署简报的绝佳素材。

小白解释

场景先行:新员工入职后要登录系统。第一步是声明身份,第二步证明身份,第三步决定能访问哪些数据,最后系统要记录他做了什么。IAM 题就是围绕这条链条出题。

这一页真正想让你理解的是:认证回答“你是不是你声称的那个人”。

把它放进公司里看,关键不是背定义,而是判断:认证成功不代表什么都能做;离职、调岗、权限漂移都会造成越权。

你作为负责人可以这样想:把识别、认证、授权、审计分开看,再用最小权限和定期复核收口。

本页术语用人话说:

认证:认证是验证“你是不是你声称的那个人”。

授权:授权是认证之后决定你能访问什么、能做什么。

政策:政策是高层原则,说明必须遵守什么。

标准:标准给出必须满足的最低要求。

常见误区:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

读完后用一句话复述:如果我是IAM 管理员,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“认证:证明身份”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是IAM 管理员在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

密码、令牌、生物特征、多因素认证都服务认证。

认证成功不等于什么都能做;权限仍要单独授权。

Policy 高层、强制、稳定;Procedure 具体步骤。

Minimum level、mandatory requirement 常对应 standard。

Step-by-step、SOP 常对应 procedure。

排除法提醒:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

本页术语拆解
认证 认证是验证“你是不是你声称的那个人”。
授权 授权是认证之后决定你能访问什么、能做什么。
政策 政策是高层原则,说明必须遵守什么。
标准 标准给出必须满足的最低要求。
程序 程序是一步一步怎么做。
身份 身份是主体在系统中的标识。
强制访问控制 MAC MAC 由系统根据标签和级别强制决定访问。
日志 日志记录系统和用户活动,用于监控、审计和调查。
学习单元 75 / PDF P618

第 618 页学习单元

这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

教材原文段落

Other Location Services The most commonly discussed location service of a mobile device is that of GPS. However, it is important to recognize that there are at numerous location determination services or capabilities in many mobile devices. These include wireless positioning system (WiPS) or Wi-Fi positioning system (WFPS), cellular/mobile service tower triangulation, Bluetooth location services, and environmental sensors. WiPS uses the known location of wireless access points/base stations to determine a mobile device's location. WiPS is often used as a supplement to GPS when sufficient satellite signals are unavailable, such as when underground, inside buildings, or near tall structures.

Due to U.S. 911 regulations (which established E911), mobile devices can be located using mobile service tower triangulation. However, E911 location tracking is not as accurate as GPS. iBeacon is a technology developed by Apple to track devices based on their Bluetooth device address and signal properties. Though originally designed to track people inside Apple stores, it is now used in many other contexts by a wide range of organizations to track devices via Bluetooth and their related user/owner. Environmental sensors on many mobile devices include accelerometers, compasses, thermometers, altimeters (altitude sensors), and barometric pressure sensors.

With this vast range of sensing data, if the initial location of a device is known or can be approximated, then its location at any future point in time can be determined if continuous sensor data is recorded. It is also possible for a device to be located through its camera and microphones, but so far, this method is not as reliable as the others. This final concept measures light levels, intensity, and color to potentially determine if a device is outside or inside and if it is located near a window, which, based on the time of day, may be able to determine the general area (such as a city) based on light levels caused by the sun's position in the sky.

This can then be combined with monitoring of background noise via the microphone to further refine the location. But this requires extensive knowledge of regional sounds, a massive dataset

中文直译 / 整理

其他位置服务 移动设备最常被讨论的位置服务是GPS。 然而,重要的是要认识到,许多 移动设备中存在多种位置确定服务或功能。 这些包括无线定位系统( WiPS)或Wi-Fi定位系统(WFPS)、蜂窝/移动服务塔三角测量、蓝牙位 置服务和环境传感器。 WiPS 利用无线接入点/基站的已知位置来确定移动设备的位置。 当无法获 得足够的卫星信号(例如在地下、建筑物内或靠近高大结构时),WiPS 常被用作 GPS 的补充。 由于美国 911 法规(制定了 E911),移动设备可以通过移动服务基站的 三角定位进行定位。 然而,E911 定位跟踪的精度不如 GPS。 iBeacon 是苹果公司开发的一种技术,用于根据设备的蓝牙地址和信号特 性进行追踪。 虽然最初设计用于追踪苹果商店内的人员,但现在已被众多 组织广泛用于通过蓝牙及其相关用户/所有者追踪设备。 许多移动设备上的环境传感器包括加速度计、指南针、温度计、高度计 (高度传感器)和气压传感器。 如果已知或可近似估计设备的初始位置, 且持续记录传感器数据,则可确定设备在任何未来时间点的位置。 设备还可以通过其摄像头和麦克风进行定位,但迄今为止,这种方法不如 其他方法可靠。

这一最终概念通过测量光照水平、强度和颜色,以潜在判 断设备位于室外还是室内,以及是否靠近窗户; 根据一天中的时间,结合 由太阳在天空中位置引起的光照水平,可能确定大致区域(例如城市)。 然后,可以结合通过麦克风监测背景噪音,进一步精确定位。 但这需要对 区域声音有深入的了解,以及庞大的数据集

小白解释

场景先行:员工在家访问公司系统,流量要穿过家庭网络、互联网、防火墙、VPN、服务器。网络安全题就是让你判断问题发生在哪一层、用哪个控制放在什么位置。

这一页真正想让你理解的是:这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

把它放进公司里看,关键不是背定义,而是判断:不分层就会乱选设备:该加密的地方装防火墙,该监测的地方却只做访问控制。

你作为负责人可以这样想:先定位网络层次,再决定是分段、过滤、加密、检测还是阻断。

本页术语用人话说:

指南:指南是建议做法,不一定强制。

OSI 模型:OSI 用七层结构理解网络通信,从物理层到应用层。

入侵防御系统 IPS:IPS 可检测并主动阻断恶意流量。

日志:日志记录系统和用户活动,用于监控、审计和调查。

常见误区:不要以为防火墙能解决所有网络问题;它只是控制流量的一类工具。

读完后用一句话复述:如果我是网络安全工程师,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“第 618 页学习单元”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是网络安全工程师在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

Recommended、not compulsory 常对应 guideline。

网络题先定位层次,再判断协议、设备或攻击位置。

IPS 放在线路中,误报可能影响可用性。

日志要保护完整性、时间同步和访问控制。

排除法提醒:不要以为防火墙能解决所有网络问题;它只是控制流量的一类工具。

本页术语拆解
指南 指南是建议做法,不一定强制。
OSI 模型 OSI 用七层结构理解网络通信,从物理层到应用层。
入侵防御系统 IPS IPS 可检测并主动阻断恶意流量。
日志 日志记录系统和用户活动,用于监控、审计和调查。
学习单元 76 / PDF P619

可用性:需要时能用,且性能可接受

可用性关注中断、故障、DoS、备份和冗余。

教材原文段落

of noise from across the globe, or access to real-time microphone networks or sensors. Geofencing is the designation of a specific geographical area that is then used to implement features or trigger settings automatically on mobile devices. A geofence can be defined by GPS coordinates, WiPS, or the presence of or lack of a specific wireless signal. A device can be configured to enable or deactivate features based on a geofenced area, such as an onboard camera or the Wi-Fi capability. Content Management Content management is the control over mobile devices and their access to content hosted on company systems as well as the control of access to company data stored on mobile devices.

Typically, an MCM (mobile content management) system is used to control company resources and the means by which they are accessed or used on mobile devices. An MCM can take into account a device's capabilities, storage availability, screen size, bandwidth limitations, memory (RAM), and processor capabilities when rendering or sending data to mobile devices. The goal of a content management system (CMS) for mobile devices is to maximize performance and work benefits while reducing complexity, confusion, and inconvenience. An MCM may also be tied to an MDM to ensure secure use of company data.

A content filter, which may block access to resources, data, or services based on IP address, domain name, protocol, or keyword, is often implemented as a firewall service rather than an on-device mechanism. Therefore, content filtering is usually enforced by the network through which communication occurs. Application Control Application control or application management is a device-management solution that limits which applications can be installed onto a device. It can also be used to force specific applications to be installed or to enforce the settings of certain applications to support a security baseline or maintain other forms of compliance.

Using application control can often reduce exposure to malicious applications by limiting the user's ability to install apps that come from unknown sources or that offer non-work-related features.

中文直译 / 整理

全球范围内的噪音数据,或实时麦克风网络或传感器的访问权限。 地理围栏是指指定一个特定的地理区域,然后用于在移动设备上自动实施功能 或触发设置。 地理围栏可以通过GPS坐标、WiPS或特定无线信号的存在或缺失 来定义。 设备可以根据地理围栏区域配置以启用或停用功能,例如车载摄像头 或Wi‑Fi功能。 内容管理 内容管理是指对移动设备及其对公司系统上托管内容的访问进行控制,以及对 存储在移动设备上的公司数据的访问进行控制。 通常,使用MCM(移动内容管 理)系统来控制公司资源以及这些资源在移动设备上的访问或使用方式。 当向 移动设备呈现或发送数据时,MCM可以考虑设备的性能、存储可用性、屏幕尺 寸、带宽限制、内存(RAM)和处理器能力。 移动设备的内容管理系统(CMS)的目标是最大化性能和工作效率,同时 降低复杂性、混淆和不便。 MCM也可能与MDM关联,以确保公司数据的 安全使用。 内容过滤器通常作为防火墙服务实现,而非设备本地机制,它可能根据IP地址、 域名、协议或关键词阻止对资源、数据或服务的访问。 因此,内容过滤通常通 过通信所经过的网络来强制执行。

应用控制 应用控制或应用管理是一种设备管理解决方案,用于限制可以安装到设备上的 应用程序。 它还可以用于强制安装特定应用程序,或强制执行某些应用程序的 设置,以支持安全基线或维持其他形式的合规性。 使用应用控制通常可以通过 限制用户安装来自未知来源或提供非工作相关功能的应用程序,来降低恶意应 用程序的暴露风险。

小白解释

场景先行:想象公司有一个客户订单系统:客户资料被别人看到是机密性问题,订单金额被偷偷改是完整性问题,系统打不开是可用性问题。教材这一页就是教你把事故先翻译成安全目标。

这一页真正想让你理解的是:可用性关注中断、故障、DoS、备份和冗余。

把它放进公司里看,关键不是背定义,而是判断:把泄露、篡改、宕机混在一起,就会选错控制措施。

你作为负责人可以这样想:先判断事故破坏了 CIA 哪一项,再选择对应控制:防泄露、防篡改、保可用。

本页术语用人话说:

可用性:可用性保证授权用户需要时能及时使用系统和数据。

程序:程序是一步一步怎么做。

防火墙:防火墙根据规则控制网络流量进出。

入侵防御系统 IPS:IPS 可检测并主动阻断恶意流量。

常见误区:不要把所有安全问题都归成“被黑了”。考试会逼你分清到底是泄露、篡改还是中断。

读完后用一句话复述:如果我是业务系统负责人,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“可用性:需要时能用,且性能可接受”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是业务系统负责人在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

冗余、备份、BCP/DRP、抗 DoS、容量规划都对应可用性。

Step-by-step、SOP 常对应 procedure。

防火墙不是万能;它常与 IDS/IPS、分段、日志一起使用。

IPS 放在线路中,误报可能影响可用性。

排除法提醒:不要把所有安全问题都归成“被黑了”。考试会逼你分清到底是泄露、篡改还是中断。

本页术语拆解
可用性 可用性保证授权用户需要时能及时使用系统和数据。
程序 程序是一步一步怎么做。
防火墙 防火墙根据规则控制网络流量进出。
入侵防御系统 IPS IPS 可检测并主动阻断恶意流量。
学习单元 77 / PDF P620

第 620 页学习单元

这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

教材原文段落

This mechanism is often implemented by an MDM. Without application control, users could theoretically install malicious code, run data stealing software, operate apps that reveal location data, or not install businessnecessary applications. Application allow listing (also known as whitelisting) is a security option that prohibits unauthorized software from being able to execute. Allow listing is also known as deny by default or implicit deny. In application security, allow listing prevents any and all software, including malware, from executing unless it's on the preapproved exception list: the allow list.

This is a significant departure from the typical device-security stance, which is to allow by default and deny by exception (also known as deny listing or block listing, also known as blacklisting). Deny listing allows anything and everything, both benign and malicious, to execute by default, unless it is added to the deny list, which prevents execution from that point forward. Due to the growth of malware, an application allow listing approach is one of the few options remaining that shows real promise in protecting devices and data. However, no security solution is perfect, including allow listing.

All known allow listing solutions can be circumvented with kernel-level vulnerabilities and application configuration issues. Mobile application management (MAM) is similar to an MDM but focuses only on app management rather than managing the entire mobile device. Push Notifications Push notification services are able to send information to your device rather than having the device (or its apps) pull information from an online resource. Push notifications are useful in being notified about a concern immediately, but they can also be a nuisance if they are advertising or spam. Many apps and services can be configured to use push and/or pull notifications.

Push notifications are mostly a distraction, but it is possible to perform social engineering attacks via these messages as well as distribute malicious code or links to abusive sites and services. Push notifications are also a concern in browsers for both mobile devices and PCs. Another issue is that malicious or pernicious notifications may capture a user in a push locker. If the user denies agreement to a push prompt, it may redirect them to a subdomain where another push notification is displayed. If they deny again, then they are redirected again to yet another subdomain, to then see another push notification. This can be repeated indefinitely. Until

中文直译 / 整理

此机制通常由MDM实现。 如果没有应用控制,用户理论上可以安装恶意 代码、运行数据窃取软件、运行泄露位置信息的应用程序,或不安装业务 必需的应用程序。 应用程序允许列表(也称为白名单)是一种安全选项,可阻止未经授权的软件 执行。 允许列表也称为默认拒绝或隐式拒绝。 在应用程序安全中,允许列表可 防止任何软件(包括恶意软件)执行,除非其位于预先批准的例外列表——即允 许列表中:这是一个 与典型的设备安全立场的重大背离,后者默认允许所有操作,仅对例外情况予 以拒绝(也称为拒绝列表或阻止列表,也称为黑名单)。 拒绝列表默认允许所 有行为——无论是良性还是恶意——执行,除非将其添加到拒绝列表中,此后将 阻止其执行。 由于恶意软件的激增,应用程序允许列表是少数仍具有实际前景、可用于保护 设备和数据的方案之一。 然而,没有任何安全解决方案是完美的,包括允许列 表。 所有已知的允许列表解决方案都可能因内核级漏洞和应用程序配置问题而 被绕过。 移动应用管理(MAM) 与 MDM 类似,但仅专注于应用管理,而非管理整个移 动设备。 推送通知 推送通知 服务能够向您的设备发送信息,而不是由设备(或其应用)从在线资 源中拉取信息。

推送通知在及时获知问题时非常有用,但如果它们是广告或垃 圾信息,也可能成为干扰。 许多应用和服务可以配置为使用推送和/或拉取通知。 推送通知大多是干扰,但攻击者也可能通过这些消息实施社会工程攻击,或分 发恶意代码和指向滥用网站与服务的链接。 推送通知在移动设备和PC的浏览器中也是一个问题。 另一个问题是,恶意或有 害的通知可能会将用户困在推送锁中。 如果用户拒绝了推送提示,它可能会将 他们重定向到一个子域名,在那里显示另一个推送通知。 如果他们再次拒绝, 则会被再次重定向到另一个子域名,以查看另一个推送通知。 这种情况可以无 限重复。 直到

小白解释

场景先行:新员工入职后要登录系统。第一步是声明身份,第二步证明身份,第三步决定能访问哪些数据,最后系统要记录他做了什么。IAM 题就是围绕这条链条出题。

这一页真正想让你理解的是:这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

把它放进公司里看,关键不是背定义,而是判断:认证成功不代表什么都能做;离职、调岗、权限漂移都会造成越权。

你作为负责人可以这样想:把识别、认证、授权、审计分开看,再用最小权限和定期复核收口。

本页术语用人话说:

授权:授权是认证之后决定你能访问什么、能做什么。

程序:程序是一步一步怎么做。

恶意代码:恶意代码包括病毒、蠕虫、木马、勒索软件等。

常见误区:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

读完后用一句话复述:如果我是IAM 管理员,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“第 620 页学习单元”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是IAM 管理员在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

认证成功不等于什么都能做;权限仍要单独授权。

Step-by-step、SOP 常对应 procedure。

防恶意代码要结合补丁、最小权限、检测、备份和用户培训。

排除法提醒:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

本页术语拆解
授权 授权是认证之后决定你能访问什么、能做什么。
程序 程序是一步一步怎么做。
恶意代码 恶意代码包括病毒、蠕虫、木马、勒索软件等。
学习单元 78 / PDF P621

第三方治理:外包不外包责任

供应商也要被合同、审计、评估和持续监控管理起来。

教材原文段落

your browser and/or host-based intrusion detection system (HIDS) can detect and respond to push lockers, the only response is to close/terminate the browser and not return to the same URL. Third-Party Application Stores The primary, default, and authorized application (aka app) stores of Apple App Store and Google Play Store are the official sources for apps for use on the typical or standard Apple and Android smartphone or device, respectively. Third-party app stores often have less rigorous security rules regarding hosting an app.

On Android devices, simply enabling a single feature to install apps from unknown sources allows the use of third-party app stores (as well as sideloading; see the section “Sideloading,” later in this chapter). For Android devices, the Amazon Appstore is an example of a third-party app store. For Apple iOS devices, currently you are limited to the official Apple App Store unless you jailbreak or root the device (which is not usually a security recommendation). When a mobile device is being managed by an organization, especially when using an MDM/UEM/MAM, most third-party sources of apps will be blocked.

Such third-party app sources represent a significant increase in risk of data leakage or malware intrusion to an organizational network. Storage Segmentation Storage segmentation is used to artificially compartmentalize various types or values of data on a storage medium. On a mobile device, storage segmentation may be used to isolate the device's OS and preinstalled apps from user-installed apps and user data. Some MDMs/UEMs further impose storage segmentation to separate company data and apps from user data and apps.

This allows for ownership and rights over user data to be retained by the user, while granting ownership and rights over business data (such as remote wiping) to the organization, even on devices owned by the employee. With or without storage segmentation, risk can be reduced by minimizing the storage of nonessential data, sensitive data, and personal data (i.e., PII and PHI) on a device. So, even if a device is lost or stolen, the loss potential is kept to a minimum if there is little to no valuable data on the system for an adversary to gain access to. Asset Tracking

中文直译 / 整理

您的浏览器和/或基于主机的入侵检测系统(HIDS)能够检测并响应推送锁 之前,唯一的应对方式是关闭/终止浏览器,且不再返回同一URL。 第三方应用商店 Apple App Store 和 Google Play Store 是苹果和安卓智能手机或设备上应用 的官方、默认和授权的应用商店。 第三方应用商店在托管应用时通常具有较宽 松的安全规则。 在安卓设备上,只需启用一个允许从未知来源安装应用的选项, 即可使用第三方应用商店(以及侧载; 参见本章后面的“侧载”部分)。 对于 安卓设备,Amazon Appstore 是一个第三方应用商店的例子。 对于苹果 iOS 设备,目前您只能使用官方的 Apple App Store,除非您对设备进行越狱或刷 机(这通常不是安全建议)。 当移动设备由组织管理时,尤其是在使用 MDM/UEM/MAM 的情况下,大多 数第三方应用来源将被阻止。 这些第三方应用来源会显著增加组织网络发生数 据泄露或恶意软件入侵的风险。 存储分段 存储分段用于在存储介质上人为地将不同类型或价值的数据进行隔离。 在移动 设备上,存储分段可用于将设备的操作系统和预装应用与用户安装的应用和用 户数据隔离开来。

一些MDM/UEM系统进一步实施存储分段,以将公司数据 和应用与用户数据和应用分离。 这使得用户保留对用户数据的所有权和权利, 同时组织保留对业务数据(如远程擦除)的所有权和权利,即使设备由员工个 人所有。 无论是否使用存储分段,都可以通过最小化在设备上存储非必要数据、敏感数 据和个人数据(即PII和PHI)来降低风险。 因此,即使设备丢失或被盗,如果 系统中几乎没有或完全没有可供攻击者访问的有价值数据,损失潜力也将降至 最低。 资产跟踪

小白解释

场景先行:新员工入职后要登录系统。第一步是声明身份,第二步证明身份,第三步决定能访问哪些数据,最后系统要记录他做了什么。IAM 题就是围绕这条链条出题。

这一页真正想让你理解的是:供应商也要被合同、审计、评估和持续监控管理起来。

把它放进公司里看,关键不是背定义,而是判断:认证成功不代表什么都能做;离职、调岗、权限漂移都会造成越权。

你作为负责人可以这样想:把识别、认证、授权、审计分开看,再用最小权限和定期复核收口。

本页术语用人话说:

授权:授权是认证之后决定你能访问什么、能做什么。

ISO:ISO 是国际标准化组织,常见安全管理体系如 ISO 27001/27002。

标准:标准给出必须满足的最低要求。

资产:资产是组织认为有价值、需要保护的东西,可以是数据、系统、人员、设施或声誉。

常见误区:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

读完后用一句话复述:如果我是IAM 管理员,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“第三方治理:外包不外包责任”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是IAM 管理员在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

认证成功不等于什么都能做;权限仍要单独授权。

ISO 偏标准和管理体系。

Minimum level、mandatory requirement 常对应 standard。

资产安全题先问资产是谁拥有、如何分类、谁负责保护。

检测是 IDS,主动阻断更像 IPS。

排除法提醒:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

本页术语拆解
授权 授权是认证之后决定你能访问什么、能做什么。
ISO ISO 是国际标准化组织,常见安全管理体系如 ISO 27001/27002。
标准 标准给出必须满足的最低要求。
资产 资产是组织认为有价值、需要保护的东西,可以是数据、系统、人员、设施或声誉。
入侵检测系统 IDS IDS 负责发现可疑行为并告警,一般不直接阻断。
恶意代码 恶意代码包括病毒、蠕虫、木马、勒索软件等。
学习单元 79 / PDF P622

政策、标准、程序、指南

高层原则、最低要求、操作步骤、建议做法要分清。

教材原文段落

Asset tracking is the management process used to maintain oversight over an inventory, such as deployed mobile devices. An asset-tracking system can be passive or active. Passive systems rely on the asset itself to check in with the management service on a regular basis, or the device is detected as being present in the office each time the employee arrives at work. An active system uses polling or pushing technology to send out queries to devices to elicit a response. You can use asset tracking to verify that a device is still in the possession of the assigned authorized user. Some asset-tracking solutions can locate missing or stolen devices.

Some asset-tracking solutions expand beyond hardware inventory management and can oversee the installed apps, app usage, stored data, and data access on a device. You can use this type of monitoring to verify compliance with security guidelines or to check for exposure of confidential information to unauthorized entities. Removable Storage Many mobile devices support removable storage. Some devices support microSD cards, which can be used to expand available storage on a mobile device. However, most mobile phones require the removal of a back plate and sometimes removal of the battery to add or remove a storage card.

Larger mobile phones, tablets, and laptop computers may support an easily accessible card slot on the side of the device. Many mobile devices also support external USB storage devices, such as flash drives and external hard drives. Some may require a special on-the-go (OTG) cable. USB On-The-Go (OTG) is a specification that allows a mobile device with a USB port to act as a host and use other standard peripheral USB equipment, such as storage devices, mice, keyboards, and digital cameras. USB OTG is a feature that can be deactivated via MDM/UEM if it is perceived as a risk vector for mobile devices used within an organization.

In addition, mobile storage devices may provide Bluetoothor Wi-Fi-based access to stored data through an onboard wireless interface. Organizations need to consider whether the use of removable storage on portable and mobile devices is a convenient benefit or a significant risk vector. If the former, proper access limitations and use training are necessary. If the latter, then a prohibition of removable storage can be implemented via MDM/UEM.

中文直译 / 整理

资产管理是用于对库存(如已部署的移动设备)进行监督的管理流程。 资产管 理系统的类型可以是被动式或主动式。 被动式系统依赖资产本身定期与管理服 务通信,或在员工每天上班时检测到设备出现在办公室内。 主动式系统则使用 轮询或推送技术向设备发送查询以获取响应。 您可以使用资产跟踪来验证设备是否仍由指定的授权用户持有。 一些资产跟 踪解决方案可以定位丢失或被盗的设备。 一些资产跟踪解决方案超越了硬件资产管理,能够监控设备上安装的应用程 序、应用使用情况、存储的数据以及数据访问情况。 您可以使用这种类型的 监控来验证是否符合安全准则,或检查机密信息是否被未经授权的实体泄露。 可移动存储 许多移动设备支持可移动存储。 一些设备支持microSD卡,可用于扩展移动设 备的可用存储空间。 然而,大多数手机需要拆下后盖,有时还需取出电池才能 添加或移除存储卡。 较大的移动电话、平板电脑和笔记本电脑可能在设备侧面 设有易于访问的卡槽。 许多移动设备还支持外部USB存储设备,例如闪存盘和外部硬盘。 某些设备可 能需要专用的OTG线缆。

USB On-The-Go (OTG)是一种规范,允许具有USB端 口的移动设备充当主机,并使用其他标准外围USB设备,如存储设备、鼠标、 键盘和数码相机。 USB OTG是一种功能,如果在组织内使用的移动设备中被视 为风险向量,可通过MDM/UEM将其停用。 此外,移动存储设备可通过内置的无线接口,通过蓝牙或Wi‑Fi方式访问存储的 数据。 组织需要考虑在便携式和移动设备上使用可移动存储是否是一种便利的益处, 还是一个重大的风险点。 如果是前者,则需要实施适当的访问限制和使用培训; 如果是后者,则可以通过MDM/UEM实施禁止可移动存储。

小白解释

场景先行:新员工入职后要登录系统。第一步是声明身份,第二步证明身份,第三步决定能访问哪些数据,最后系统要记录他做了什么。IAM 题就是围绕这条链条出题。

这一页真正想让你理解的是:高层原则、最低要求、操作步骤、建议做法要分清。

把它放进公司里看,关键不是背定义,而是判断:认证成功不代表什么都能做;离职、调岗、权限漂移都会造成越权。

你作为负责人可以这样想:把识别、认证、授权、审计分开看,再用最小权限和定期复核收口。

本页术语用人话说:

授权:授权是认证之后决定你能访问什么、能做什么。

标准:标准给出必须满足的最低要求。

指南:指南是建议做法,不一定强制。

资产:资产是组织认为有价值、需要保护的东西,可以是数据、系统、人员、设施或声誉。

常见误区:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

读完后用一句话复述:如果我是IAM 管理员,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“政策、标准、程序、指南”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是IAM 管理员在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

认证成功不等于什么都能做;权限仍要单独授权。

Minimum level、mandatory requirement 常对应 standard。

Recommended、not compulsory 常对应 guideline。

资产安全题先问资产是谁拥有、如何分类、谁负责保护。

日志要保护完整性、时间同步和访问控制。

排除法提醒:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

本页术语拆解
授权 授权是认证之后决定你能访问什么、能做什么。
标准 标准给出必须满足的最低要求。
指南 指南是建议做法,不一定强制。
资产 资产是组织认为有价值、需要保护的东西,可以是数据、系统、人员、设施或声誉。
日志 日志记录系统和用户活动,用于监控、审计和调查。
学习单元 80 / PDF P623

第 623 页学习单元

这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

教材原文段落

Deactivating Unused Features Although enabling security features is essential for them to have any beneficial effect, it's just as important to remove apps and deactivate features that aren't essential to business tasks or common personal use. The wider the range of enabled features and installed apps, the greater the chance that an exploitation or software flaw will cause harm to the device and/or the data it contains. Following common security practices, such as hardening, reduces the attack surface of mobile devices.

Rooting or Jailbreaking Rooting or jailbreaking (the special term for rooting Apple devices) is the action of breaking the digital rights management (DRM) security on the bootloader of a mobile device to be able to operate the device with root or full system privileges. Most mobile devices are locked in such a way as to restrict end-user activity to that of a limited user. But a root user can manipulate the OS, enable or deactivate hardware features, and install software applications that are not available to the limited user. Rooting may enable a user to change the core OS or operate apps that are unavailable in the standard app stores. However, this is not without its risks.

Operating in rooted status also reduces security, since any executable also launches with full root privileges. Many forms of malicious code cannot gain footing on normal mode devices but can easily take root (pun intended) when the user has rooted or jailbroken their device. Generally, an organization should prohibit the use of rooted devices on the company network or even access to company resources whenever possible. It is legal to root a device if you fully own the device, if you are in a oneor two-year contract with a hardware fee, or if you are in a lease-to-own contract and you do not fully own the device until that contract is fulfilled.

Legal root does not require a manufacturer, vendor, or telco to honor any warranty. In most cases, any form of system tampering, including rooting, voids your warranty. Rooting may also void your support contract or replacement contract. Rooting is actively suppressed by the telcos, many carriers, and some product vendors, Apple being the main example. A rooted device might be prohibited to operate over a telco network, access resources, download apps, or receive future updates. Thus, though it is often legal to root a device, there are numerous consequences to consider prior to altering a mobile device in that manner.

中文直译 / 整理

停用未使用的功能 尽管启用安全功能对于发挥其有益作用至关重要,但移除非业务任务或常见个 人使用所必需的应用程序并停用相关功能同样重要。 启用的功能和安装的应用 程序范围越广,利用漏洞或软件缺陷对设备和/或其中数据造成损害的可能性就 越大。 遵循常见的安全实践(如加固)可以减少移动设备的攻击面。 获取Root权限或越狱 获取Root权限或越狱(针对苹果设备的专用术语)是指突破移动设备引导加载 程序的数字版权管理(DRM)安全机制,以获得Root权限或完整系统权限的 操作。 大多数移动设备都被锁定,仅允许最终用户进行有限的操作。 但Root用 户可以操纵操作系统、启用或停用硬件功能,并安装受限用户无法安装的软件 应用程序。 获取Root权限可能使用户能够更改核心操作系统或运行标准应用商 店中不可用的应用程序。 然而,这并非没有风险。 在Root状态下运行也会降低 安全性,因为任何可执行文件都会以完整的Root权限启动。 许多恶意代码在普 通模式设备上无法立足,但一旦用户对设备进行了Root或越狱,这些代码就很 容易植入(双关语)。 通常,组织应尽可能禁止在公司网络上使用已获取Root权限的设备,甚至禁止 访问公司资源。

如果您完全拥有该设备,或与硬件费用相关的合同期为一至两年,或您处于租 购合同中且在合同履行完毕前并未完全拥有该设备,则对设备进行root操作是 合法的。 合法的root操作不要求制造商、供应商或电信运营商履行任何保修义 务。 在大多数情况下,任何形式的系统篡改,包括root操作,都会使您的保修 失效。 root操作还可能使您的支持合同或更换合同失效。 电信运营商、许多运 营商和一些产品供应商积极阻止root操作,苹果公司是主要的例子。 被root的 设备可能被禁止在电信网络上运行、访问资源、下载应用程序或接收未来更新。 因此,尽管对设备进行root操作通常是合法的,但在以这种方式修改移动设备 之前,仍需考虑诸多后果。

小白解释

场景先行:员工在家访问公司系统,流量要穿过家庭网络、互联网、防火墙、VPN、服务器。网络安全题就是让你判断问题发生在哪一层、用哪个控制放在什么位置。

这一页真正想让你理解的是:这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

把它放进公司里看,关键不是背定义,而是判断:不分层就会乱选设备:该加密的地方装防火墙,该监测的地方却只做访问控制。

你作为负责人可以这样想:先定位网络层次,再决定是分段、过滤、加密、检测还是阻断。

本页术语用人话说:

标准:标准给出必须满足的最低要求。

程序:程序是一步一步怎么做。

入侵检测系统 IDS:IDS 负责发现可疑行为并告警,一般不直接阻断。

恶意代码:恶意代码包括病毒、蠕虫、木马、勒索软件等。

常见误区:不要以为防火墙能解决所有网络问题;它只是控制流量的一类工具。

读完后用一句话复述:如果我是网络安全工程师,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“第 623 页学习单元”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是网络安全工程师在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

Minimum level、mandatory requirement 常对应 standard。

Step-by-step、SOP 常对应 procedure。

检测是 IDS,主动阻断更像 IPS。

防恶意代码要结合补丁、最小权限、检测、备份和用户培训。

排除法提醒:不要以为防火墙能解决所有网络问题;它只是控制流量的一类工具。

本页术语拆解
标准 标准给出必须满足的最低要求。
程序 程序是一步一步怎么做。
入侵检测系统 IDS IDS 负责发现可疑行为并告警,一般不直接阻断。
恶意代码 恶意代码包括病毒、蠕虫、木马、勒索软件等。
学习单元 81 / PDF P624

第 624 页学习单元

这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

教材原文段落

“Bricking” refers to rendering a device completely nonfunctional or as useless as a brick, typically through a malfunction or intentional action. When a device is “bricked,” it loses its normal functionality and becomes inoperable, often requiring significant efforts to restore its original state. This term is commonly used in the context of electronic devices such as smartphones, tablets, routers, or other hardware that may become unusable due to software errors, firmware corruption, or unauthorized modifications.

“Bricking” has become less of a concern with modern devices, which often include a nonreplaceable recovery ROM in addition to its standard flashable firmware (i.e., updatable firmware). Sideloading Sideloading is the activity of installing an app on a device by bringing the installer file to the device through some form of file transfer or USB storage method. Most organizations should prohibit user sideloading, because it may be a means to bypass security restrictions imposed by an app store, application allow listing, or the MDM/UEM/MAM. An MDM/UEM/MAMenforced configuration can require that all apps be digitally signed; this would eliminate sideloading and likely jailbreaking as well.

Custom Firmware Mobile devices come preinstalled with a vendoror telco-provided firmware or core OS. If a device is rooted or jailbroken, it can allow the user to install alternate custom firmware in place of the default firmware. Custom firmware may remove bloatware, add or remove features, and streamline the OS to optimize performance. You can find online discussion forums and communities, such as xda-developers.com and howardforums.com, that specialize in custom firmware for Apple and Android devices. An organization should not allow users to operate mobile devices that have custom firmware unless that firmware is preapproved by the organization.

Carrier Unlocking Most mobile devices purchased directly from a telco are carrier locked. This means you are unable to use the device on any other telco network until the carrier lock is removed or carrier unlocked. Once you fully own a device, the telco should freely carrier unlock the phone, but you will have to ask for it specifically because they don't do so automatically. If you have an account in good standing and are traveling to another country with compatible telco “

中文直译 / 整理

变砖”是指通过故障或故意行为使设备完全无法使用,变得如同砖块一般无 用。 当设备“变砖”时,它会失去正常功能并变得无法操作,通常需要付出大 量努力才能恢复其原始状态。 该术语常用于描述智能手机、平板电脑、路由器 或其他因软件错误、固件损坏或未经授权的修改而变得无法使用的电子设备。 随着现代设备通常在标准可刷写固件(即可更新固件)之外还内置了不可替换 的恢复ROM,“变砖”已不再像以前那样令人担忧。 侧载 侧载是指通过某种文件传输或USB存储方式将安装文件传输到设备上以安装应 用程序的活动。 大多数组织应禁止用户侧载,因为这可能成为绕过应用商店、 应用程序允许列表或MDM/UEM/MAM所施加的安全限制的手段。 MDM/UEM/MAM强制配置可以要求所有应用程序都经过数字签名; 这将消除 侧载,也可能阻止越狱。 自定义固件 移动设备出厂时预装了厂商或电信运营商提供的固件或核心操作系统。 如果设 备已被root或越狱,则允许用户安装替代的自定义固件以取代默认固件。 自定 义固件可能移除臃肿软件、添加或删除功能,并简化操作系统以优化性能。

您 可以找到专门针对Apple和Android设备的自定义固件的在线讨论论坛和社区, 例如xda-developers.com和howardforums.com。 组织不应允许用户操作具有自定义固件的移动设备,除非该固件已获得组织预先 批准。 运营商解锁 大多数直接从电信公司购买的移动设备都绑定了运营商。 这意味着在解除运营 商锁定或解除运营商绑定之前,您无法在其他电信网络上使用该设备。 一旦您 完全拥有该设备,电信公司应免费解除运营商绑定您的手机,但您必须主动提 出要求,因为他们不会自动执行此操作。 如果您账户状态良好,并计划前往另 一个拥有兼容电信服务的国家

小白解释

场景先行:新员工入职后要登录系统。第一步是声明身份,第二步证明身份,第三步决定能访问哪些数据,最后系统要记录他做了什么。IAM 题就是围绕这条链条出题。

这一页真正想让你理解的是:这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

把它放进公司里看,关键不是背定义,而是判断:认证成功不代表什么都能做;离职、调岗、权限漂移都会造成越权。

你作为负责人可以这样想:把识别、认证、授权、审计分开看,再用最小权限和定期复核收口。

本页术语用人话说:

授权:授权是认证之后决定你能访问什么、能做什么。

标准:标准给出必须满足的最低要求。

程序:程序是一步一步怎么做。

数字签名:数字签名用私钥签署摘要,让别人用公钥验证来源和完整性。

常见误区:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

读完后用一句话复述:如果我是IAM 管理员,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“第 624 页学习单元”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是IAM 管理员在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

认证成功不等于什么都能做;权限仍要单独授权。

Minimum level、mandatory requirement 常对应 standard。

Step-by-step、SOP 常对应 procedure。

签名支持完整性、真实性和不可否认性,不等于加密全文。

排除法提醒:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

本页术语拆解
授权 授权是认证之后决定你能访问什么、能做什么。
标准 标准给出必须满足的最低要求。
程序 程序是一步一步怎么做。
数字签名 数字签名用私钥签署摘要,让别人用公钥验证来源和完整性。
学习单元 82 / PDF P625

第 625 页学习单元

这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

教材原文段落

service, you may be able to get a telco to carrier unlock your phone for your trip so that you can use another SIM card (or eSIM) for local telco services. Having a device carrier unlocked is not the same as rooting. Carrier unlocked status only allows the switching of telco services (which is technically possible only if your device uses the same radio frequencies as the telco). A carrier unlocked device should not represent any additional risk to an organization; thus, there is likely no need for a prohibition of carrier unlocked devices on company networks.

Firmware Over-the-Air (OTA) Updates Firmware over-the-air (OTA) updates are firmware updates that are downloaded from the telco or vendor over-the-air (via a data connection either provided by the carrier or via Wi-Fi). Generally, as a mobile device owner, you should install new firmware OTA updates onto a device once they become available. However, some updates may alter the device configuration or interfere with MDM/UEM restrictions. You should attempt to test new updates before allowing managed devices to receive them.

You may have to establish a waiting period so that the MDM/UEM vendor can update their management product to properly oversee the deployment and configuration of the new firmware update. An organization's standard patch management, configuration management, and change management policies should be applied to mobile devices. Credential Management The storage of credentials in a central location is referred to as credential management. Given the wide range of Internet sites and services, each with its own particular logon requirements, using unique names and passwords can be a burden. Credential management solutions offer a means to securely store a plethora of credential sets.

Often, these tools employ a master credential set (multifactor being preferred) to unlock the dataset when needed. Some credential-management options can even provide auto-login options for apps and websites. A password vault is another term for a credential manager. These are often software solutions, sometimes hardware-based, sometimes local only, and sometimes using cloud storage. They are used to generate and store credentials for sites, services, devices, and whatever other secrets you want to keep private. The vault itself is encrypted and must be unlocked to regain access to the stored items. Most password vaults use Password-Based Key

中文直译 / 整理

服务,您可能可以请电信公司为您旅行期间解除手机的运营商绑定,以便使用另 一张SIM卡(或eSIM)接入当地电信服务。 设备解除运营商锁定并不等同于获取Root权限。 运营商解锁状态仅允许切换电 信服务(技术上仅当您的设备使用与电信运营商相同的无线电频段时才可能实 现)。 解除运营商锁定的设备不应给组织带来额外风险; 因此,很可能无需在 公司网络中禁止使用解除运营商锁定的设备。 固件空中下载(OTA)更新 固件空中下载(OTA)更新是指通过电信运营商或厂商提供的数据连接(由运 营商或Wi‑Fi提供)下载的固件更新。 通常,作为移动设备所有者,您应在新 固件OTA更新可用后立即安装。 然而,某些更新可能会更改设备配置或干扰 MDM/UEM限制。 您应在允许受管设备接收这些新更新之前尝试进行测试。 您可能需要设置一个等待期,以便MDM/UEM供应商能够更新其管理产品, 以正确监督新固件更新的部署和配置。 组织的标准补丁管理、配置管理和变更 管理策略应适用于移动设备。 凭据管理 将凭据存储在中心位置称为凭据管理。 鉴于互联网站点和服务种类繁多,每个 都有其独特的登录要求,使用不同的用户名和密码可能成为负担。

凭据管理解 决方案提供了一种安全存储大量凭据集的方法。 通常,这些工具使用主凭据集 (推荐使用多因素认证)在需要时解锁数据集。 一些凭据管理选项甚至可以为 应用程序和网站提供自动登录功能。 一个 密码保险库 是凭证管理器的另一种说法。 这些通常是软件解决方案,有时 基于硬件,有时仅本地使用,有时则使用云存储。 它们用于生成和存储网站、 服务、设备以及您希望保密的其他秘密的凭证。 保险库本身是加密的,必须解 锁才能访问其中存储的项目。 大多数密码保险库使用基于密码的密钥

小白解释

场景先行:新员工入职后要登录系统。第一步是声明身份,第二步证明身份,第三步决定能访问哪些数据,最后系统要记录他做了什么。IAM 题就是围绕这条链条出题。

这一页真正想让你理解的是:这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

把它放进公司里看,关键不是背定义,而是判断:认证成功不代表什么都能做;离职、调岗、权限漂移都会造成越权。

你作为负责人可以这样想:把识别、认证、授权、审计分开看,再用最小权限和定期复核收口。

本页术语用人话说:

认证:认证是验证“你是不是你声称的那个人”。

加密:加密把内容变成未授权者看不懂的形式。

标准:标准给出必须满足的最低要求。

程序:程序是一步一步怎么做。

常见误区:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

读完后用一句话复述:如果我是IAM 管理员,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“第 625 页学习单元”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是IAM 管理员在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

密码、令牌、生物特征、多因素认证都服务认证。

加密主要保护机密性,也可配合签名、哈希支持完整性和真实性。

Minimum level、mandatory requirement 常对应 standard。

Step-by-step、SOP 常对应 procedure。

知道的、拥有的、固有的、所处位置、行为特征是常见因素。

排除法提醒:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

本页术语拆解
认证 认证是验证“你是不是你声称的那个人”。
加密 加密把内容变成未授权者看不懂的形式。
标准 标准给出必须满足的最低要求。
程序 程序是一步一步怎么做。
多因素认证 MFA 使用至少两类不同认证因素,提高认证可信度。
日志 日志记录系统和用户活动,用于监控、审计和调查。
学习单元 83 / PDF P626

认证:证明身份

认证回答“你是不是你声称的那个人”。

教材原文段落

Derivation Function 2 (PBKDF2) or Bcrypt (see Chapter 7) to convert the vault's master password into a reasonably strong encryption key. Text Messaging Short Message Service (SMS), Multimedia Messaging Service (MMS), and Rich Communication Services (RCS) are all useful communication systems, but they also serve as an attack vector (such as smishing and SPIM, discussed in Chapter 2, “Personnel Security and Risk Management Concepts”). These testing and messaging services are primarily operated and supported by the telco providers. Texting can be used as an authentication factor known as SMS-based 2FA.

SMS-based 2FA is better than single-factor password-only authentication, but it is not recommended if any other second-factor option is available. See Chapter 13 for more on SMS-based 2FA. Many non-telco/non-carrier texting and messaging services are supported via apps on mobile devices. It is important to keep any messaging service app updated and restrict its use to nonsensitive content. Mobile Device Deployment Policies A number of deployment models are available for allowing and/or providing mobile devices for employees to use while at work and to perform work tasks when away from the office.

A mobile device deployment policy must address the wide range of security concerns regarding the use of a PED in relation to the organization's IT infrastructure and business tasks. Users need to understand the benefits, restrictions, and consequences of using mobile devices at work and for work. Reading and signing off on the BYOD, CYOD, COPE, COMS/COBO, etc., policy along with attending an overview or training program may be sufficient to accomplish reasonable awareness. These topics are covered in the next sections.

An alternative to allowing personal or business-provided mobile devices to interact with company resources directly would be to implement a VDI or VMI solution (see section “Software-Defined Everything” earlier this chapter). Bring Your Own Device (BYOD)

中文直译 / 整理

派生函数2(PBKDF2)或Bcrypt(参见第7章)将保险库的主密码转换为足够 强大的加密密钥。 短信服务 短消息服务(SMS)、多媒体消息服务(MMS)和增强通信服务(RCS)都是 有用的通信系统,但它们也构成了攻击向量(例如,第第2章中讨论的短信钓鱼 和SPIM)。 这些测试和消息服务主要由电信运营商运营和支持。 短信可作为称 为基于SMS的双因素认证(2FA)的身份验证因子。 基于SMS的2FA优于仅使 用密码的单因素认证,但如果存在其他任何双因素选项,则不建议使用。 有关 基于SMS的2FA的更多信息,请参阅第13章。 许多非电信/非运营商的短信和消息服务可通过移动设备上的应用程序支持。 保持任 何消息服务应用程序更新,并将其使用限制于非敏感内容,这一点非常重要。 移动设备部署策略 为允许和/或向员工提供在工作中使用移动设备以及在办公室外执行工作任务, 有多种部署模型可供选择。 移动设备部署策略必须解决与组织IT基础设施和业 务任务相关的PED使用所涉及的广泛安全问题。 用户需要了解在工作和因工作使用移动设备的好处、限制和后果。

阅读并签 署BYOD、CYOD、COPE、COMS/COBO等政策,并参加概述或培训课程, 可能足以实现合理的意识。 这些主题将在下一节中介绍。 允许个人或企业提供的移动设备直接与公司资源交互的替代方案是 实施 VDI 或 VMI 解决方案(参见本章前面的“软件定义一切”部分)。 自带设备(BYOD)

小白解释

场景先行:新员工入职后要登录系统。第一步是声明身份,第二步证明身份,第三步决定能访问哪些数据,最后系统要记录他做了什么。IAM 题就是围绕这条链条出题。

这一页真正想让你理解的是:认证回答“你是不是你声称的那个人”。

把它放进公司里看,关键不是背定义,而是判断:认证成功不代表什么都能做;离职、调岗、权限漂移都会造成越权。

你作为负责人可以这样想:把识别、认证、授权、审计分开看,再用最小权限和定期复核收口。

本页术语用人话说:

认证:认证是验证“你是不是你声称的那个人”。

加密:加密把内容变成未授权者看不懂的形式。

政策:政策是高层原则,说明必须遵守什么。

程序:程序是一步一步怎么做。

常见误区:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

读完后用一句话复述:如果我是IAM 管理员,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“认证:证明身份”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是IAM 管理员在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

密码、令牌、生物特征、多因素认证都服务认证。

加密主要保护机密性,也可配合签名、哈希支持完整性和真实性。

Policy 高层、强制、稳定;Procedure 具体步骤。

Step-by-step、SOP 常对应 procedure。

身份管理题要区分识别、认证、授权、审计。

排除法提醒:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

本页术语拆解
认证 认证是验证“你是不是你声称的那个人”。
加密 加密把内容变成未授权者看不懂的形式。
政策 政策是高层原则,说明必须遵守什么。
程序 程序是一步一步怎么做。
身份 身份是主体在系统中的标识。
学习单元 84 / PDF P627

第 627 页学习单元

这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

教材原文段落

Bring your own device (BYOD) is a policy that allows employees to bring their own personal mobile devices to work and may allow them to use those devices to connect to business resources and/or the Internet through the company network. Although BYOD may improve employee morale and job satisfaction, it increases security risk to the organization. If the BYOD policy is open-ended, any device may be allowed to connect to the company network. Not all mobile devices have sufficient security features, and thus such a policy allows noncompliant devices onto the production network.

Employees likely retain full control over their devices, allowing them to disable or bypass security features imposed by the organization. This is likely the least secure option for the organization since company data and applications will be on the personal mobile device, it exposes the organization's network to malicious code from the PEDs, and the devices will have the widest range of variation and security capabilities (or more likely the lack of security capabilities). Additionally, this option potentially exposes the worker's PII on the device to the organization.

Choose Your Own Device (CYOD) The concept of choose your own device (CYOD) provides users with a list of approved devices from which to select the device to implement. A CYOD policy can be implemented so that employees purchase their own devices from the approved list (a BYOD variant). This option attempts to keep the expense of devices the responsibility of workers rather than the organization, but it often results in much more complex and challenging situations. For example, how will it handle a situation wherein a worker has already spent considerable money on a device that is not on the preapproved list? Will they be given money to purchase an approved device?

What about the person who paid for an approved device— will the company reimburse them because they already paid for someone else's device? What about the person who decides they don't want to use a mobile device for work activities—will they be paid the funds anyway, allowing them to treat it as a paycheck bonus? Also, this option has the same security issues as COPE: the potential for malware transfer and the comingling of business and personal data on the same device. Corporate-Owned, Personally Enabled (COPE)

中文直译 / 整理

自带设备(BYOD) 是一种允许员工将个人移动设备带入工作场所的政策,可 能允许他们使用这些设备通过公司网络连接到业务资源和/或互联网。 尽管 BYOD 可能提升员工士气和工作满意度,但它会增加组织的安全风险。 如果 BYOD 政策是开放式的,任何设备都可能被允许连接到公司网络。 并非所有 移动设备都具备足够的安全功能,因此此类政策会将不符合要求的设备引入生 产网络。 员工通常对其设备拥有完全控制权,可以禁用或绕过组织施加的安全 功能。 这可能是组织最不安全的选择,因为公司数据和应用程序将存在于个人移动设 备上,这会使组织的网络暴露于来自PED的恶意代码,并且这些设备的种类和 安全能力差异最大(更可能的是缺乏安全能力)。 此外,此选项还可能使员工 在设备上的PII暴露给组织。 自行选择设备(CYOD) 自行选择设备(CYOD)的概念为用户提供了一份经过批准的设备列表,用户 可从中选择要使用的设备。 可以实施CYOD策略,使员工从批准列表中自行 购买设备(BYOD的一种变体)。 此选项试图将设备费用的责任交由员工而非组织承担,但通常会导致更复杂和 更具挑战性的情况。

例如,如果员工已经花费大量资金购买了不在预批准列表 中的设备,该如何处理? 是否会向他们提供资金以购买批准的设备? 对于那些 已经支付了批准设备费用的人,公司是否会因他们已为他人设备付款而给予补 偿? 对于那些决定不使用移动设备进行工作的人,是否仍会发放资金,使其视 作工资奖金? 此外,此选项与COPE存在相同的安全问题:恶意软件传输的风险以及业务 数据与个人数据在同设备上的混用。 企业所有、个人启用(COPE)

小白解释

场景先行:机房断电,业务部门问多久能恢复、最多会丢多少数据。BCP/DRP 不是背缩写,而是把业务能承受的中断时间和数据损失说清楚。

这一页真正想让你理解的是:这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

把它放进公司里看,关键不是背定义,而是判断:只做备份但没测试,真正灾难时可能恢复不了。

你作为负责人可以这样想:先做业务影响分析,再定 RTO/RPO,最后设计备份、冗余和演练。

本页术语用人话说:

政策:政策是高层原则,说明必须遵守什么。

程序:程序是一步一步怎么做。

恢复点目标 RPO:RPO 是最多能接受丢失多少时间范围的数据。

恶意代码:恶意代码包括病毒、蠕虫、木马、勒索软件等。

常见误区:RTO 问时间,RPO 问数据;这两个不要混。

读完后用一句话复述:如果我是业务连续性负责人,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“第 627 页学习单元”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是业务连续性负责人在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

Policy 高层、强制、稳定;Procedure 具体步骤。

Step-by-step、SOP 常对应 procedure。

RPO 问数据:最多丢到哪个时间点。

防恶意代码要结合补丁、最小权限、检测、备份和用户培训。

排除法提醒:RTO 问时间,RPO 问数据;这两个不要混。

本页术语拆解
政策 政策是高层原则,说明必须遵守什么。
程序 程序是一步一步怎么做。
恢复点目标 RPO RPO 是最多能接受丢失多少时间范围的数据。
恶意代码 恶意代码包括病毒、蠕虫、木马、勒索软件等。
学习单元 85 / PDF P628

角色与职责:谁最终负责,谁执行保护

CISSP 很爱考 owner、custodian、senior manager 的责任边界。

教材原文段落

Corporate-owned, personally enabled (COPE) is a mobile policy where the organization purchases devices and provides them to employees. Each user is then able to customize the device and use it for both work activities and personal activities. COPE allows the organization to select exactly which devices are to be allowed on the organizational network—specifically only those devices that can be configured into compliance with the security policy. This option reduces the mobile devices to those preselected by the organization and that have the minimum security capabilities mandated by company security policy.

However, this option still has the risk of exposing company data through user error, exposes the organization to malware via the device, and puts worker PII at risk of being accessed by the organization. Corporate-Owned Mobile Strategy (COMS) A corporate-owned mobile strategy (COMS) or corporate-owned, businessonly (COBO) strategy is when the company purchases the mobile devices that can support security compliance with the security policy. These devices are to be used exclusively for company purposes, and users should not perform any personal tasks on the devices. This often requires workers to carry a second device for personal use.

This is the best option for both the organization as well as the individual worker. The option maintains clear separation between work activities and personal activities, since the device is for work use exclusively. This option protects company resources from personal activity risks, and it protects personal data from unauthorized or unethical organizational access. Yes, it is a hassle to carry a second device for personal activities, but that inconvenience is well worth the security benefits for both parties.

Mobile Device Deployment Policy Details No matter which mobile device deployment policy you select and implement, your policy needs to address the many device security features listed earlier in this section. You can ensure this by defining required features and how they are to be configured for company security policy compliance. The mobile device deployment policy must also address several other concerns that are operational, legal, and logistic-based as well. These are discussed in the following sections. Data Ownership

中文直译 / 整理

企业所有、个人可用(COPE)是一种移动策略,组织购买设备并提供给员工。 每位用户均可自定义设备,并将其用于工作和个人活动。 COPE允许组织精确 选择哪些设备可以接入组织网络——具体而言,仅限那些能够配置为符合安全 策略的设备。 此选项将移动设备限制为组织预选且具备公司安全策略所要求的最低安全功 能的设备。 然而,此选项仍存在因用户错误导致公司数据泄露的风险,通过 设备使组织面临恶意软件威胁,并使员工的个人身份信息(PII)面临被组织 访问的风险。 企业所有移动策略(COMS) 一种企业所有移动策略(COMS)或企业所有、仅限业务(COBO)策略是指公 司购买符合安全策略安全合规要求的移动设备。 这些设备应仅用于公司目的, 用户不得在设备上执行任何个人任务。 这通常要求员工携带另一台设备用于个 人用途。 此选项对组织和个人员工而言都是最佳选择。 由于设备仅用于工作用途,该选 项能明确区分工作活动与个人活动。 此选项可保护公司资源免受个人活动风险 的影响,同时保护个人数据不被组织未经授权或不道德地访问。 虽然携带第二 台设备用于个人活动确实不便,但这种不便所带来的安全收益对双方而言都十 分值得。

移动设备部署策略详情 无论您选择并实施哪种移动设备部署策略,您的策略都需要涵盖本节前面列出 的诸多设备安全功能。 您可以通过定义所需功能及其如何配置以符合公司安全 策略来确保这一点。 移动设备部署策略还必须解决其他一些运营、法律和后勤 方面的关切问题,这些问题将在以下章节中讨论。 数据所有权

小白解释

场景先行:新员工入职后要登录系统。第一步是声明身份,第二步证明身份,第三步决定能访问哪些数据,最后系统要记录他做了什么。IAM 题就是围绕这条链条出题。

这一页真正想让你理解的是:CISSP 很爱考 owner、custodian、senior manager 的责任边界。

把它放进公司里看,关键不是背定义,而是判断:认证成功不代表什么都能做;离职、调岗、权限漂移都会造成越权。

你作为负责人可以这样想:把识别、认证、授权、审计分开看,再用最小权限和定期复核收口。

本页术语用人话说:

授权:授权是认证之后决定你能访问什么、能做什么。

数据所有者:数据所有者决定数据分类、保护要求和访问规则。

政策:政策是高层原则,说明必须遵守什么。

数据所有者:数据所有者负责决定数据分类、访问规则和保护要求。

常见误区:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

读完后用一句话复述:如果我是IAM 管理员,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“角色与职责:谁最终负责,谁执行保护”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是IAM 管理员在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

认证成功不等于什么都能做;权限仍要单独授权。

Owner 定规则,Custodian 执行保护。

Policy 高层、强制、稳定;Procedure 具体步骤。

Owner 决策,Custodian 执行,User 按授权使用。

网络题先定位层次,再判断协议、设备或攻击位置。

排除法提醒:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

本页术语拆解
授权 授权是认证之后决定你能访问什么、能做什么。
数据所有者 数据所有者决定数据分类、保护要求和访问规则。
政策 政策是高层原则,说明必须遵守什么。
数据所有者 数据所有者负责决定数据分类、访问规则和保护要求。
OSI 模型 OSI 用七层结构理解网络通信,从物理层到应用层。
身份 身份是主体在系统中的标识。
日志 日志记录系统和用户活动,用于监控、审计和调查。
恢复点目标 RPO RPO 是最多能接受丢失多少时间范围的数据。
学习单元 86 / PDF P629

角色与职责:谁最终负责,谁执行保护

CISSP 很爱考 owner、custodian、senior manager 的责任边界。

教材原文段落

When a personal device is used for business tasks, commingling of personal data and business data is likely to occur. Some devices can support storage segmentation, but not all devices can provide data-type isolation. Establishing data ownership can be complicated. For example, if a device is lost or stolen, the company may wish to trigger a remote wipe, clearing the device of all valuable information. However, the employee will often be resistant to this, especially if there is any hope that the device will be found or returned.

A wipe may remove all business and personal data, which may be a significant loss to the individual—especially if the device is recovered, because then the wipe would seem to have been an overreaction. Clear policies about data ownership should be established. Some MDM/UEM solutions can provide data isolation/segmentation and support business data sanitization without affecting personal data. The mobile device deployment policy regarding data ownership should address backups for mobile devices. Business data and personal data should be protected by a backup solution—either a single solution for all data on the device or separate solutions for each type or class of data.

Backups reduce the risk of data loss in the event of a remote-wipe event as well as device failure or damage. Support Ownership When an employee's mobile device experiences a failure, a fault, or damage, who is responsible for the device's repair, replacement, or technical support? The mobile device deployment policy should define what support will be provided by the company and what support is left to the individual and, if relevant, their service provider. Patch and Update Management The mobile device deployment policy should define the means and mechanisms of secure patch management and update management for a personally owned mobile device. Is the user responsible for installing updates?

Should the user install all available updates? Should the organization test updates prior to on-device installation? Are updates to be handled over the air (via service provider) or over Wi-Fi? Are there versions of the mobile OS that cannot be used? What patch or update level is required? These issues should be addressed both for the primary OS of the device and for all apps installed on the device.

中文直译 / 整理

当个人设备用于业务任务时,个人数据与业务数据很可能混合在一起。 某些设 备支持存储分区,但并非所有设备都能实现数据类型隔离。 确立数据所有权可 能比较复杂。 例如,如果设备丢失或被盗,公司可能希望触发远程擦除,清除 设备上的所有重要信息。 然而,员工通常会对此表示抵制,特别是如果还有希 望找回或归还设备的话。 擦除操作可能会删除所有业务数据和个人数据,这对 个人而言可能造成重大损失——尤其是当设备被找回时,擦除操作看起来似乎反 应过度。 应制定明确的数据所有权政策。 一些MDM/UEM解决方案可以提供数 据隔离/分区,并支持在不影响个人数据的情况下清理业务数据。 关于数据所有权的移动设备部署政策应涵盖移动设备的备份。 业务数据和个人 数据应通过备份解决方案加以保护——可以是针对设备上所有数据的单一解决 方案,也可以是分别为每种或每类数据设置的独立解决方案。 备份可降低在远 程擦除、设备故障或损坏时数据丢失的风险。 支持责任 当员工的移动设备发生故障、损坏或出现其他问题时,由谁负责设备的维修、 更换或技术支持? 移动设备部署政策应明确公司提供的支持范围,以及哪些支 持责任由个人(如适用,还包括其服务提供商)承担。

补丁与更新管理 移动设备部署政策应明确个人所有移动设备的安全补丁管理和更新管理的方 式与机制。 用户是否负责安装更新? 用户是否应安装所有可用更新? 组织是 否应在设备上安装前测试更新? 更新应通过空中方式(通过服务提供商)还 是通过Wi‑Fi进行? 是否存在禁止使用的移动操作系统版本? 所需的补丁或更 新级别是什么? 这些问题应同时针对设备的主要操作系统和所有已安装的应 用程序予以明确。

小白解释

场景先行:你是公司的安全负责人,正在读第 629 页这一组概念。老板不会问你背定义,而是问:这件事会不会影响业务、谁负责、要不要花钱、出了事能不能解释清楚。

这一页真正想让你理解的是:CISSP 很爱考 owner、custodian、senior manager 的责任边界。

把它放进公司里看,关键不是背定义,而是判断:概念没放进业务场景,容易只背词,做题时不知道该选管理动作还是技术动作。

你作为负责人可以这样想:先确认业务目标和风险,再选控制措施,最后留下政策、审批、日志或证据。

本页术语用人话说:

数据所有者:数据所有者决定数据分类、保护要求和访问规则。

ISO:ISO 是国际标准化组织,常见安全管理体系如 ISO 27001/27002。

政策:政策是高层原则,说明必须遵守什么。

程序:程序是一步一步怎么做。

常见误区:不要一看到安全题就直接选最强工具;CISSP 更常考“在这个场景下谁该负责、下一步是什么”。

读完后用一句话复述:如果我是安全负责人,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“角色与职责:谁最终负责,谁执行保护”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是安全负责人在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

Owner 定规则,Custodian 执行保护。

ISO 偏标准和管理体系。

Policy 高层、强制、稳定;Procedure 具体步骤。

Step-by-step、SOP 常对应 procedure。

Owner 决策,Custodian 执行,User 按授权使用。

排除法提醒:不要一看到安全题就直接选最强工具;CISSP 更常考“在这个场景下谁该负责、下一步是什么”。

本页术语拆解
数据所有者 数据所有者决定数据分类、保护要求和访问规则。
ISO ISO 是国际标准化组织,常见安全管理体系如 ISO 27001/27002。
政策 政策是高层原则,说明必须遵守什么。
程序 程序是一步一步怎么做。
数据所有者 数据所有者负责决定数据分类、访问规则和保护要求。
学习单元 87 / PDF P630

第 630 页学习单元

这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

教材原文段落

Security Product Management The mobile device deployment policy should dictate whether antivirus, antimalware, antispyware scanners, firewalls, HIDS, or other security tools are to be installed on mobile devices. The policy should indicate which products/apps are recommended for use, as well as the settings for those solutions. Forensics The mobile device deployment policy should address forensics and investigations related to mobile devices. Users need to be aware that in the event of a security violation or a criminal activity, their devices might be involved. An investigation would mandate gathering evidence from those devices.

Some processes of evidence gathering can be destructive, and some legal investigations require the confiscation of devices. An owner of a personal device may refuse access to the contents of their device, even when that content is, in theory, the property of the organization. A company-owned device could have a secondary account, a master password, or a remote management tool preinstalled that would grant the organization the ability to access the device's contents without the user's consent. In all legal matters, including mobile device forensics and privacy, consult your own attorney(s) for the best course of action and policy contents.

Privacy The mobile device deployment policy should address privacy and monitoring. When a personal device is used for business tasks, the user often loses some or all of the privacy they enjoyed prior to using their mobile device at work. Workers may need to agree to be tracked and monitored on their mobile device, even when not on company property and outside work hours. A personal device in use under BYOD or CYOD should be considered by the individual to be quasi-company property. A primary way for a worker to protect their privacy in regard to a mobile device is to not use a single device for both work and personal activities.

中文直译 / 整理

安全产品管理 移动设备部署政策应规定是否应在移动设备上安装防病毒、防恶意软件、防 间谍软件扫描程序、防火墙、HIDS或其他安全工具。 政策应指明推荐使用 的具体产品/应用程序,以及这些解决方案的设置。 取证 移动设备部署政策应涵盖与移动设备相关的取证和调查。 用户需知晓,在发生 安全违规或犯罪活动时,其设备可能被卷入调查。 调查将要求从这些设备中收 集证据。 部分证据收集过程可能是破坏性的,某些法律调查还要求没收设备。 个人设备的所有者可能拒绝提供其设备内容的访问权限,即使从理论上讲,这 些内容属于组织所有。 公司拥有的设备可能预装了二级账户、主密码或远程管 理工具,使组织能够在未经用户同意的情况下访问设备内容。 在所有法律事务中,包括移动设备取证和隐私问题,请咨询您的律 师以确定最佳行动方案和政策内容。 隐私 移动设备部署政策应涵盖隐私和监控。 当个人设备用于业务任务时,用户通常 会失去此前使用移动设备工作时享有的部分或全部隐私。 员工可能需要同意在 移动设备上被追踪和监控,即使在非公司场所和非工作时间也是如此。 在 BYOD或CYOD模式下使用的个人设备,个人应将其视为准公司财产。

员工保护其移动设备隐私的主要方式是不要将同一台设备同时用于工作和个 人活动。

小白解释

场景先行:员工在家访问公司系统,流量要穿过家庭网络、互联网、防火墙、VPN、服务器。网络安全题就是让你判断问题发生在哪一层、用哪个控制放在什么位置。

这一页真正想让你理解的是:这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

把它放进公司里看,关键不是背定义,而是判断:不分层就会乱选设备:该加密的地方装防火墙,该监测的地方却只做访问控制。

你作为负责人可以这样想:先定位网络层次,再决定是分段、过滤、加密、检测还是阻断。

本页术语用人话说:

政策:政策是高层原则,说明必须遵守什么。

程序:程序是一步一步怎么做。

防火墙:防火墙根据规则控制网络流量进出。

入侵检测系统 IDS:IDS 负责发现可疑行为并告警,一般不直接阻断。

常见误区:不要以为防火墙能解决所有网络问题;它只是控制流量的一类工具。

读完后用一句话复述:如果我是网络安全工程师,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“第 630 页学习单元”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是网络安全工程师在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

Policy 高层、强制、稳定;Procedure 具体步骤。

Step-by-step、SOP 常对应 procedure。

防火墙不是万能;它常与 IDS/IPS、分段、日志一起使用。

检测是 IDS,主动阻断更像 IPS。

防恶意代码要结合补丁、最小权限、检测、备份和用户培训。

排除法提醒:不要以为防火墙能解决所有网络问题;它只是控制流量的一类工具。

本页术语拆解
政策 政策是高层原则,说明必须遵守什么。
程序 程序是一步一步怎么做。
防火墙 防火墙根据规则控制网络流量进出。
入侵检测系统 IDS IDS 负责发现可疑行为并告警,一般不直接阻断。
恶意代码 恶意代码包括病毒、蠕虫、木马、勒索软件等。
学习单元 88 / PDF P631

安全控制框架:用成熟框架组织安全

框架帮助组织系统化管理控制,而不是想到哪做到哪。

教材原文段落

Architecture/Infrastructure Considerations When implementing mobile device deployment policies, organizations should evaluate their network and security design, architecture, and infrastructure. If every worker brings in a personal device, the number of endpoint devices on the network may double. This requires planning to handle IP assignments, communications isolation, data-priority management, and increased intrusion detection system (IDS)/intrusion prevention system (IPS) monitoring load, as well as increased bandwidth consumption, both internally and across any Internet link.

Most mobile devices are wireless enabled, so this will likely require a more robust wireless network and dealing with Wi-Fi congestion and interference. Your mobile device deployment policy must be considered in light of the additional infrastructure costs it will trigger. Legal Concerns Company attorneys should evaluate the legal concerns of mobile devices. Using personal devices in the execution of business tasks probably means an increased burden of liability and risk of data leakage. Mobile devices may make employees happy, but they might not be a worthwhile or cost-effective endeavor for your organization if they significantly increase risk and legal liability.

Acceptable Use Policy The mobile device deployment policy should either reference the company's acceptable use policy (AUP) or include a mobile device–specific version focusing on unique issues. The use of personal mobile devices at work is accompanied by an increased risk of information disclosure, distraction, and access to inappropriate content. Workers should remain mindful that the primary goal when at work is to accomplish productivity tasks. Onboard Camera/Video The mobile device deployment policy needs to address mobile devices with onboard cameras. Some environments disallow cameras of any type. This would require that mobile devices be without a camera.

If cameras are allowed, a description of when they may and may not be used should be clearly documented and explained to workers. A mobile device can act as a storage device, provide an alternate wireless connection pathway to an outside provider or service, and may be used to collect images and videos that disclose confidential information or equipment.

中文直译 / 整理

架构/基础设施考虑 在实施移动设备部署策略时,组织应评估其网络和安全设计、架构及基础设施。 如果每位员工都自带个人设备,网络上的终端设备数量可能会翻倍。 这需要规 划以处理IP分配、通信隔离、数据优先级管理、增加的入侵检测系统(IDS)/ 入侵防御系统(IPS)监控负载,以及内部和任何互联网链路上增加的带宽消耗。 大多数移动设备都支持无线功能,因此这很可能需要更强大的无线网络,并应 对Wi‑Fi拥塞和干扰问题。 您的移动设备部署策略必须考虑其将引发的额外基础 设施成本。 法律问题 公司律师应评估移动设备的法律问题。 在执行业务任务时使用个人设备可能会 增加责任负担和数据泄露风险。 移动设备可能使员工感到高兴,但如果它们显 著增加风险和法律责任,对您的组织而言可能并非值得或成本效益高的举措。 可接受使用政策 移动设备部署政策应引用公司的可接受使用政策(AUP),或包含针对独特 问题的移动设备专用版本。 在工作中使用个人移动设备会增加信息泄露、分心 和访问不当内容的风险。 员工应始终牢记,工作时的主要目标是完成生产力任 务。 内置摄像头/视频 移动设备部署策略需要涵盖内置摄像头的移动设备。

某些环境禁止任何形式的 摄像头,这要求移动设备不得配备摄像头。 如果允许使用摄像头,应明确记录 并告知员工摄像头的使用与禁止使用场景。 移动设备可充当存储设备,提供通 往外部提供商或服务的备用无线连接路径,并可能用于采集披露机密信息或设 备的图像和视频。

小白解释

场景先行:员工在家访问公司系统,流量要穿过家庭网络、互联网、防火墙、VPN、服务器。网络安全题就是让你判断问题发生在哪一层、用哪个控制放在什么位置。

这一页真正想让你理解的是:框架帮助组织系统化管理控制,而不是想到哪做到哪。

把它放进公司里看,关键不是背定义,而是判断:不分层就会乱选设备:该加密的地方装防火墙,该监测的地方却只做访问控制。

你作为负责人可以这样想:先定位网络层次,再决定是分段、过滤、加密、检测还是阻断。

本页术语用人话说:

成本效益:安全控制不能无限堆钱,要用合理成本降低最重要的风险。

ISO:ISO 是国际标准化组织,常见安全管理体系如 ISO 27001/27002。

政策:政策是高层原则,说明必须遵守什么。

入侵检测系统 IDS:IDS 负责发现可疑行为并告警,一般不直接阻断。

常见误区:不要以为防火墙能解决所有网络问题;它只是控制流量的一类工具。

读完后用一句话复述:如果我是网络安全工程师,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“安全控制框架:用成熟框架组织安全”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是网络安全工程师在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

CISSP 喜欢考成本收益:控制成本不应明显超过被降低的风险价值。

ISO 偏标准和管理体系。

Policy 高层、强制、稳定;Procedure 具体步骤。

检测是 IDS,主动阻断更像 IPS。

IPS 放在线路中,误报可能影响可用性。

排除法提醒:不要以为防火墙能解决所有网络问题;它只是控制流量的一类工具。

本页术语拆解
成本效益 安全控制不能无限堆钱,要用合理成本降低最重要的风险。
ISO ISO 是国际标准化组织,常见安全管理体系如 ISO 27001/27002。
政策 政策是高层原则,说明必须遵守什么。
入侵检测系统 IDS IDS 负责发现可疑行为并告警,一般不直接阻断。
入侵防御系统 IPS IPS 可检测并主动阻断恶意流量。
学习单元 89 / PDF P632

安全控制框架:用成熟框架组织安全

框架帮助组织系统化管理控制,而不是想到哪做到哪。

教材原文段落

If geofencing is available, it may be possible to use MDM/UEM to implement a location-specific hardware-deactivate profile to turn off the camera (or other components) while the device is on company premises but return the feature to operational status once the device leaves the geofenced area. Recording Microphone Most mobile devices with a speaker also have a microphone. The microphone can be used to record audio, noise, and voices nearby. Many mobile devices also support external microphones connected by a USB adapter, Bluetooth, or a 1/8″ stereo jack.

If microphone recording is deemed a security risk, this feature should be deactivated using an MDM/UEM or deny presence of mobile devices in sensitive areas or meetings. Tethering and Hotspots Tethering is the activity of sharing the cellular network data connection of a mobile device with other devices. This is also known as a hotspot. This effectively allows the mobile device to act as a portable wireless access point (WAP). The sharing of data connections can take place over Wi-Fi, Bluetooth, or USB cable. Some service providers include tethering in their service plans, whereas others charge an additional fee and some block tethering completely.

Tethering may represent a risk to the organization. It is a means for a user to grant Internet access to devices that are otherwise network-isolated, and it can be used as a means to bypass the company's filtering, blocking, and monitoring of Internet use. Thus, tethering should be blocked while a mobile device is within a company facility. Hotspot devices that operate as portable WAPs are available and can be used to create a Wi-Fi network linked to a telco's or carrier's data network. Hotspot devices should be barred from use in most organizations because they provide a direct link to the Internet without a company's security restrictions being enforced.

Contactless Payment Methods A number of mobile device–based payment systems, called contactless payment methods, do not require direct physical contact between the mobile device and the point-of-sale (PoS) device. Some are based on NFC, others on RFID, some on SMS, and still others on optical camera–based solutions, such as scanning Quick Response (QR) codes. Mobile payments are convenient for

中文直译 / 整理

如果可用地理围栏功能,可通过MDM/UEM实施基于位置的硬件停用配置文件, 在设备位于公司场所时关闭摄像头(或其他组件),而在设备离开地理围栏区 域后恢复该功能的正常运行状态。 录音麦克风 大多数带有扬声器的移动设备也配有麦克风。 麦克风可用于录制附近的音频、 噪音和人声。 许多移动设备还支持通过USB适配器、蓝牙或1/8′′立体声插孔连 接的外部麦克风。 如果录音麦克风被视为安全风险,则应通过MDM/UEM禁用 此功能,或禁止移动设备进入敏感区域或会议。 网络共享和热点 网络共享是指将移动设备的蜂窝网络数据连接与其他设备共享的活动。 这 также известно как 热点。 这使得移动设备能够充当便携式无线接入点( WAP)。 数据连接的共享可以通过Wi‑Fi、蓝牙或USB电缆实现。 一些服务提 供商在其服务计划中包含网络共享,而其他提供商则收取额外费用,有些则完 全阻止网络共享。 网络共享可能对组织构成风险。 它允许用户向原本网络隔离的设备提供互联网 访问,并可被用作绕过公司对互联网使用的过滤、阻止和监控的手段。 因此, 在移动设备位于公司设施内时,应阻止网络共享。

可用的热点设备可作为便携式WAP,用于创建连接到电信运营商数据网络的 Wi‑Fi网络。 由于热点设备提供了绕过公司安全限制的直接互联网连接,因此 大多数组织应禁止使用此类设备。 非接触式支付方式 许多基于移动设备的支付系统,称为非接触式支付方式,不需要移动设备与销 售点(PoS)设备之间的直接物理接触。 一些基于NFC,另一些基于RFID,一 些基于SMS,还有一些基于光学摄像头解决方案,例如扫描快速响应(QR)码。 移动支付对于

小白解释

场景先行:你是公司的安全负责人,正在读第 632 页这一组概念。老板不会问你背定义,而是问:这件事会不会影响业务、谁负责、要不要花钱、出了事能不能解释清楚。

这一页真正想让你理解的是:框架帮助组织系统化管理控制,而不是想到哪做到哪。

把它放进公司里看,关键不是背定义,而是判断:概念没放进业务场景,容易只背词,做题时不知道该选管理动作还是技术动作。

你作为负责人可以这样想:先确认业务目标和风险,再选控制措施,最后留下政策、审批、日志或证据。

本页术语用人话说:

ISO:ISO 是国际标准化组织,常见安全管理体系如 ISO 27001/27002。

常见误区:不要一看到安全题就直接选最强工具;CISSP 更常考“在这个场景下谁该负责、下一步是什么”。

读完后用一句话复述:如果我是安全负责人,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“安全控制框架:用成熟框架组织安全”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是安全负责人在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

ISO 偏标准和管理体系。

排除法提醒:不要一看到安全题就直接选最强工具;CISSP 更常考“在这个场景下谁该负责、下一步是什么”。

本页术语拆解
ISO ISO 是国际标准化组织,常见安全管理体系如 ISO 27001/27002。
学习单元 90 / PDF P633

第三方治理:外包不外包责任

供应商也要被合同、审计、评估和持续监控管理起来。

教材原文段落

the shopper but might not always be a secure mechanism. Users should only employ mobile payment solutions that require a per-transaction confirmation or that require the device to be unlocked and an app launched to perform a transaction. Without these precautions, it may be possible to clone your device's contactless payment signals and perform transaction abuse. Your organization is unlikely to see any additional risk based on mobile payment solutions. However, use caution when implementing them on company-owned equipment or when they are linked to your company's financial accounts.

SIM Cloning Subscriber identity module (SIM) cards are used to associate a device with a subscriber's identity and service at a mobile or wireless telco. SIMs can be easily swapped between devices and cloned to abuse a victim's telco services. If a SIM card is cloned, then the cloned SIMs may be able to connect other devices to the telecommunications services and link the use back to the account of the original owner. Physical control must be maintained on mobile devices and an account or service lock established on mobile services with the telco carrier.

Essential Security Protection Mechanisms The need for security mechanisms within an OS comes down to one simple fact: Software should not be trusted. Third-party software is inherently untrustworthy, no matter who or where it comes from. This is not to say that all software is evil. Instead, this is a protection stance—because all third-party software is written by someone other than the OS creator, that software might cause problems. Thus, treating all non-OS software as potentially damaging allows the OS to prevent many disastrous occurrences through the use of software management protection mechanisms.

The OS must employ protection mechanisms to keep the computing environment stable and to keep processes isolated from one another. Without these efforts, the security of data could never be reliable or even possible. This is effectively applying the principle of zero trust (see Chapter 8). Computer system designers should adhere to a number of common protection mechanisms when designing secure systems. These principles are specific instances of the more general security rules that govern safe computing practices. Designing security into a system during the earliest

中文直译 / 整理

购物者来说很方便,但并不总是安全的机制。 用户应仅使用需要每笔交易确认, 或要求设备解锁并启动应用才能完成交易的移动支付解决方案。 如果没有这些 预防措施,可能会克隆您设备的非接触式支付信号并进行交易滥用。 您的组织不太可能因移动支付解决方案而面临额外风险。 但在公司设备 上实施这些方案,或将它们与公司的财务账户关联时,需谨慎处理。 SIM克隆 用户身份模块(SIM)卡用于将设备与移动或无线电信运营商的用户身份和服 务关联。 SIM卡可以在设备之间轻松更换并被克隆,以滥用受害者的电信服务。 如果SIM卡被克隆,那么这些克隆的SIM卡可能连接其他设备至电信服务,并 将使用行为追溯至原始所有者的账户。 必须对移动设备保持物理控制,并在电 信运营商处为移动服务设置账户或服务锁定。 关键安全保护机制 操作系统内安全机制的必要性源于一个简单的事实:不应信任软件。 第三方软 件本质上是不可信的,无论其来源是谁或何处。 这并非意味着所有软件都是恶 意的,而是一种保护立场——因为所有第三方软件均由操作系统创建者以外的 人员编写,这些软件可能引发问题。

因此,将所有非操作系统软件视为潜在有 害,有助于操作系统通过软件管理保护机制防止许多灾难性事件的发生。 操作 系统必须采用保护机制,以保持计算环境的稳定性,并使各进程相互隔离。 若 无这些措施,数据的安全性将永远无法可靠,甚至不可能实现。 这实际上应用 了零信任原则(见第8章)。 计算机系统设计人员在设计安全系统时,应遵循一系列通用的保护机制。 这些 原则是指导安全计算实践的更广泛安全规则的具体实例。 在系统开发的最早阶 段

小白解释

场景先行:新员工入职后要登录系统。第一步是声明身份,第二步证明身份,第三步决定能访问哪些数据,最后系统要记录他做了什么。IAM 题就是围绕这条链条出题。

这一页真正想让你理解的是:供应商也要被合同、审计、评估和持续监控管理起来。

把它放进公司里看,关键不是背定义,而是判断:认证成功不代表什么都能做;离职、调岗、权限漂移都会造成越权。

你作为负责人可以这样想:把识别、认证、授权、审计分开看,再用最小权限和定期复核收口。

本页术语用人话说:

ISO:ISO 是国际标准化组织,常见安全管理体系如 ISO 27001/27002。

身份:身份是主体在系统中的标识。

零信任:零信任默认不信任任何访问请求,需要持续验证和最小权限。

常见误区:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

读完后用一句话复述:如果我是IAM 管理员,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“第三方治理:外包不外包责任”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是IAM 管理员在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

ISO 偏标准和管理体系。

身份管理题要区分识别、认证、授权、审计。

永不默认信任、持续验证、最小权限、微分段是零信任关键词。

排除法提醒:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

本页术语拆解
ISO ISO 是国际标准化组织,常见安全管理体系如 ISO 27001/27002。
身份 身份是主体在系统中的标识。
零信任 零信任默认不信任任何访问请求,需要持续验证和最小权限。
学习单元 91 / PDF P634

完整性:数据要正确、可信、未被乱改

完整性不只是防黑客篡改,也包括防授权用户误操作。

教材原文段落

stages of development will help ensure that the overall security architecture has the best chance for success and reliability. Process Isolation Process isolation requires that the OS provide separate memory spaces for each process's instructions and data. It also requires that the OS enforce those boundaries, preventing one process from reading or writing data that belongs to another process. There are two major advantages to using this technique: It prevents unauthorized data access. It protects the integrity of processes.

Without such controls, a poorly designed process could go haywire and write data to memory spaces allocated to other processes, causing the entire system to become unstable rather than affecting only the execution of the errant process. In a more malicious vein, processes could attempt (and perhaps even succeed at) reading or writing to memory spaces outside their scope, intruding on or attacking other processes. Many modern OSs address the need for process isolation by implementing virtual machines on a per-user or per-process basis.

A virtual machine presents a user or process with a processing environment—including memory, address space, and other key system resources and services—that allows that user or process to behave as though they have sole, exclusive access to the entire computer. This allows each user or process to operate independently without requiring it to take cognizance of other users or processes that might be active simultaneously on the same machine. As part of the mediated access to the system that the OS provides, it maps virtual resources and access in lower-privileged layers/rings, and system calls are used to request access to the corresponding real resources.

This not only makes things easier for programmers, but also protects individual users and processes from one another. Hardware Segmentation Hardware segmentation is similar to process isolation in purpose—it prevents access to information that belongs to a different process/security level. The main difference is that hardware segmentation enforces these requirements through the use of physical hardware controls rather than the

中文直译 / 整理

融入安全性将有助于确保整体安全架构具备最佳的成功和可靠性机会。 进程隔离 进程隔离要求操作系统为每个进程的指令和数据提供独立的内存空间,并且 要求操作系统强制执行这些边界,防止一个进程读取或写入属于其他进程的 数据。 使用这种技术有两个主要优势: 它防止未经授权的数据访问。 它保护进程的完整性。 如果没有这样的控制机制,一个设计不良的进程可能会失控,将数据写入分配 给其他进程的内存空间,导致整个系统变得不稳定,而不仅仅是影响异常进程 的执行。 更恶意的是,进程可能尝试(甚至可能成功)读取或写入其范围之外 的内存空间,入侵或攻击其他进程。 许多现代操作系统通过为每个用户或每个进程实现虚拟机来满足进程隔离的需 求。 虚拟机为用户或进程提供一个处理环境——包括内存、地址空间以及其他 关键系统资源和服务——使该用户或进程能够表现得仿佛独占整个计算机。 这 使得每个用户或进程能够独立运行,而无需关注同一台机器上可能同时活动的 其他用户或进程。 作为操作系统提供的受控访问的一部分,它将虚拟资源和访 问映射到较低权限的层/环,并通过系统调用来请求访问相应的实际资源。 这 不仅使程序员的工作更简便,还保护了各个用户和进程彼此不受干扰。

硬件分段 硬件分段 在目的上类似于进程隔离——它防止访问属于其他进程/安全级别的 信息。 主要区别在于,硬件分段通过使用物理硬件控制来强制执行这些要求, 而不是通过

小白解释

场景先行:想象公司有一个客户订单系统:客户资料被别人看到是机密性问题,订单金额被偷偷改是完整性问题,系统打不开是可用性问题。教材这一页就是教你把事故先翻译成安全目标。

这一页真正想让你理解的是:完整性不只是防黑客篡改,也包括防授权用户误操作。

把它放进公司里看,关键不是背定义,而是判断:把泄露、篡改、宕机混在一起,就会选错控制措施。

你作为负责人可以这样想:先判断事故破坏了 CIA 哪一项,再选择对应控制:防泄露、防篡改、保可用。

本页术语用人话说:

完整性:完整性保证数据没有被未授权修改,并且仍然正确可信。

授权:授权是认证之后决定你能访问什么、能做什么。

ISO:ISO 是国际标准化组织,常见安全管理体系如 ISO 27001/27002。

程序:程序是一步一步怎么做。

常见误区:不要把所有安全问题都归成“被黑了”。考试会逼你分清到底是泄露、篡改还是中断。

读完后用一句话复述:如果我是业务系统负责人,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“完整性:数据要正确、可信、未被乱改”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是业务系统负责人在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

哈希、数字签名、变更控制、输入校验常对应完整性。

认证成功不等于什么都能做;权限仍要单独授权。

ISO 偏标准和管理体系。

Step-by-step、SOP 常对应 procedure。

政府/军方、机密级别、标签、不可由用户随意改通常是 MAC。

排除法提醒:不要把所有安全问题都归成“被黑了”。考试会逼你分清到底是泄露、篡改还是中断。

本页术语拆解
完整性 完整性保证数据没有被未授权修改,并且仍然正确可信。
授权 授权是认证之后决定你能访问什么、能做什么。
ISO ISO 是国际标准化组织,常见安全管理体系如 ISO 27001/27002。
程序 程序是一步一步怎么做。
强制访问控制 MAC MAC 由系统根据标签和级别强制决定访问。
恢复点目标 RPO RPO 是最多能接受丢失多少时间范围的数据。
学习单元 92 / PDF P635

机密性:让该看的人看,不该看的人看不到

机密性重点是防泄露,同时不能妨碍授权访问。

教材原文段落

logical process isolation controls imposed by an OS. Such implementations are rare, and they are generally restricted to national security implementations, where the extra cost and complexity is offset by the sensitivity of the information involved and the risks inherent in unauthorized access or disclosure. Root of Trust The root of trust (RoT) is a foundational concept in cybersecurity and cryptographic systems. It represents the starting point or anchor of a security chain, providing a secure and trustworthy foundation for various security functions.

The root of trust is critical for establishing and verifying the integrity, authenticity, and confidentiality of digital information within a system. A trust anchor is a specific entity or component within a system that is inherently trusted. It serves as a reference point for establishing trust in other entities or components within the system. The trust anchor is typically a well-protected and tamper-resistant element, and trust in the overall system is derived from the trustworthiness of the trust anchor. A hardware-based RoT refers to the implementation of the root of trust using dedicated hardware components.

This often involves the integration of secure hardware modules, such as Trusted Platform Modules (TPMs) or hardware security modules (HSMs), which are designed to provide a secure and isolated environment for cryptographic operations and key management. Hardware-based RoTs enhance security by isolating critical security functions from the general-purpose computing environment, making them more resistant to various forms of attacks. These concepts are crucial for building secure systems and ensuring the integrity and trustworthiness of digital interactions.

System Security Policy Just as security policy guides the day-to-day security operations, processes, and procedures in organizations, they have an important role to play when designing and implementing systems. This is equally true whether a system is entirely hardware-based, entirely software-based, or a combination of both. In this case, the role of a system security policy is to inform and guide the design, development, implementation, testing, and maintenance of a particular system. Thus, this kind of security policy tightly targets a single

中文直译 / 整理

操作系统所施加的逻辑进程隔离控制。 此类实现较为罕见,通常仅限于国家安 全应用,在这些应用中,额外的成本和复杂性因所涉及信息的敏感性以及未经 授权访问或泄露所固有的风险而得到弥补。 信任根 信任根(RoT)是网络安全和密码学系统中的基础概念。 它代表安全链的起点 或锚点,为各种安全功能提供安全且可信的基础。 信任根对于建立和验证系统 内数字信息的完整性、真实性和机密性至关重要。 信任锚是系统中一个固有可信的实体或组件。 它作为建立系统内其他实体或组 件可信性的参考点。 信任锚通常是一个受到良好保护且防篡改的元素,整个系 统的可信性源于信任锚的可信度。 基于硬件的信任根是指使用专用硬件组件实现信任根。 这通常涉及集成安全硬 件模块,例如可信平台模块(TPM)或硬件安全模块(HSM),这些模块旨在 为密码操作和密钥管理提供安全且隔离的环境。 基于硬件的信任根通过将关键 安全功能与通用计算环境隔离,增强了安全性,使其更能够抵御各种形式的攻 击。 这些概念对于构建安全系统并确保数字交互的完整性和可信性至关重要。 系统安全策略 正如安全策略指导组织中的日常安全操作、流程和程序一样,它们在设计和实 施系统时也发挥着重要作用。

无论系统完全是基于硬件的、完全基于软件的, 还是两者的结合,这一点都同样成立。 在这种情况下,系统安全策略的作用是 为特定系统的设计、开发、实施、测试和维护提供信息和指导。 因此,这类安 全策略紧密针对单个

小白解释

场景先行:想象公司有一个客户订单系统:客户资料被别人看到是机密性问题,订单金额被偷偷改是完整性问题,系统打不开是可用性问题。教材这一页就是教你把事故先翻译成安全目标。

这一页真正想让你理解的是:机密性重点是防泄露,同时不能妨碍授权访问。

把它放进公司里看,关键不是背定义,而是判断:把泄露、篡改、宕机混在一起,就会选错控制措施。

你作为负责人可以这样想:先判断事故破坏了 CIA 哪一项,再选择对应控制:防泄露、防篡改、保可用。

本页术语用人话说:

机密性:机密性让该看的人能看,不该看的人看不到。

完整性:完整性保证数据没有被未授权修改,并且仍然正确可信。

真实性:真实性确认数据、身份或来源是真的,不是假冒的。

授权:授权是认证之后决定你能访问什么、能做什么。

常见误区:不要把所有安全问题都归成“被黑了”。考试会逼你分清到底是泄露、篡改还是中断。

读完后用一句话复述:如果我是业务系统负责人,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“机密性:让该看的人看,不该看的人看不到”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是业务系统负责人在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

加密、访问控制、分类、培训都常用于保护机密性。

哈希、数字签名、变更控制、输入校验常对应完整性。

证书、签名、强认证常支持真实性。

认证成功不等于什么都能做;权限仍要单独授权。

ISO 偏标准和管理体系。

排除法提醒:不要把所有安全问题都归成“被黑了”。考试会逼你分清到底是泄露、篡改还是中断。

本页术语拆解
机密性 机密性让该看的人能看,不该看的人看不到。
完整性 完整性保证数据没有被未授权修改,并且仍然正确可信。
真实性 真实性确认数据、身份或来源是真的,不是假冒的。
授权 授权是认证之后决定你能访问什么、能做什么。
ISO ISO 是国际标准化组织,常见安全管理体系如 ISO 27001/27002。
政策 政策是高层原则,说明必须遵守什么。
程序 程序是一步一步怎么做。
密码学 密码学用数学方法保护信息,常用于机密性、完整性、认证和不可否认性。
学习单元 93 / PDF P636

政策、标准、程序、指南

高层原则、最低要求、操作步骤、建议做法要分清。

教材原文段落

implementation effort. (Although it may be adapted from other, similar efforts, it should reflect the target as accurately and completely as possible.) For system developers, a system security policy is best encountered in the form of a document that defines a set of rules, practices, and procedures that describe how the system should manage, protect, and distribute sensitive information. Security policies that prevent information flow from higher security levels to lower security levels are called multilevel security policies.

As a system is developed, the security policy should be designed, built, implemented, and tested as it relates to all applicable system components or elements, including any or all of the following: physical hardware components, firmware, software, and how the organization interacts with and uses the system. The overall point is that security must be considered for the entire life of the project. When security is applied only at the end, it typically fails. Common Security Architecture Flaws and Issues No security architecture is totally secure. Every computer system has weaknesses and vulnerabilities.

The goal of security models and architectures is to address as many known weaknesses as possible. Due to this fact, corrective actions must be taken to resolve security issues. The following sections present some common security issues that affect computer systems in relation to vulnerabilities of security architectures. You should understand each of the issues and how they can degrade the overall security of your system. Some issues and flaws overlap one another and are used in creative ways to attack systems. Although the following discussion covers the most common flaws, the list is not exhaustive. Attackers are very clever.

Many attacks and exploits are covered elsewhere that are also relevant to this chapter's content, such as denial of service (DoS) (Chapter 17), buffer overflow (Chapter 21), malware (Chapter 21), escalation of privilege (Chapter 21), and maintenance hooks/backdoors (Chapter 21). We covered numerous malicious issues earlier in this chapter, such as emanation eavesdropping, the cold boot attack against memory, phlashing, mobile-code-based client-side attacks, exploitation of local Internet caches, and VM escaping. Several additional adversarial threats are included here, such covert channels, design/coding flaws, rootkits, and incremental attacks. Covert Channels

中文直译 / 整理

实施工作。 (尽管它可能借鉴其他类似的努力,但应尽可能准确和完整地反映目 标。 ) 对于系统开发人员而言,系统安全策略最好以文档形式呈现,该文档定义了一 组规则、实践和流程,描述系统应如何管理、保护和分发敏感信息。 防止信息 从较高安全级别流向较低安全级别的安全策略称为多级安全策略。 在系统开发 过程中,安全策略应针对所有适用的系统组件或元素进行设计、构建、实施和 测试,包括但不限于以下内容:物理硬件组件、固件、软件,以及组织与系统 交互和使用的方式。 总体而言,必须在整个项目生命周期中考虑安全性。 如果 仅在最后阶段才应用安全性,通常会失败。 常见的安全架构缺陷与问题 没有任何安全架构是绝对安全的。 每个计算机系统都存在弱点和漏洞。 安全模 型和架构的目标是尽可能解决已知的弱点。 鉴于这一事实,必须采取纠正措施 来解决安全问题。 以下部分介绍了一些与安全架构漏洞相关的、影响计算机系 统的常见安全问题。 您应理解每个问题及其如何降低您系统的整体安全性。 某 些问题和缺陷相互重叠,并被以创造性的方式用于攻击系统。 尽管以下讨论涵 盖了最常见的缺陷,但该列表并非详尽无遗。 攻击者非常聪明。

许多攻击和利用方法在其他地方有所涉及,同样与本章内容相关,例如拒绝服 务(DoS)(第17章)、缓冲区溢出(第21章)、恶意软件(第21章)、权限 提升(第21章)以及后门/维持性挂钩(第21章)。 本章前面我们已讨论了多种 恶意问题,例如电磁泄漏窃听、针对内存的冷启动攻击、phlashing、基于移 动代码的客户端攻击、利用本地互联网缓存以及虚拟机逃逸。 本章还包含若干 其他对抗性威胁,例如隐蔽信道、设计/编码缺陷、根套件和渐进式攻击。 隐蔽通道

小白解释

场景先行:开发团队要上线登录功能。安全不是上线前扫一下漏洞,而是从需求、设计、编码、测试、发布到运维都要参与。

这一页真正想让你理解的是:高层原则、最低要求、操作步骤、建议做法要分清。

把它放进公司里看,关键不是背定义,而是判断:安全太晚介入,修复成本高,还可能把漏洞带到生产环境。

你作为负责人可以这样想:在 SDLC 早期做威胁建模、代码审查、测试和发布控制。

本页术语用人话说:

政策:政策是高层原则,说明必须遵守什么。

程序:程序是一步一步怎么做。

恶意代码:恶意代码包括病毒、蠕虫、木马、勒索软件等。

常见误区:不要只靠上线前一次扫描;安全要嵌入整个生命周期。

读完后用一句话复述:如果我是应用安全负责人,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“政策、标准、程序、指南”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是应用安全负责人在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

Policy 高层、强制、稳定;Procedure 具体步骤。

Step-by-step、SOP 常对应 procedure。

防恶意代码要结合补丁、最小权限、检测、备份和用户培训。

排除法提醒:不要只靠上线前一次扫描;安全要嵌入整个生命周期。

本页术语拆解
政策 政策是高层原则,说明必须遵守什么。
程序 程序是一步一步怎么做。
恶意代码 恶意代码包括病毒、蠕虫、木马、勒索软件等。
学习单元 94 / PDF P637

第 637 页学习单元

这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

教材原文段落

A covert channel is a method that is used to pass information over a path that is not normally used for communication. Because the path is not normally used for communication, it may not be protected by the system's normal security controls. Using a covert channel provides a means to violate, bypass, or circumvent a security policy undetected. Covert channels are one of the important examples of vulnerabilities of security architectures. As you might imagine, a covert channel is the opposite of an overt channel. An overt channel is a known, expected, authorized, designed, monitored, and controlled method of communication.

Therefore, a covert channel is an unknown, unexpected, unauthorized, not designed (at least not by the original system designers), unmonitored, and uncontrolled method of data transfer. There are two basic types of covert channels: Covert Timing Channel A covert timing channel conveys information by altering the performance of a system component or modifying a resource's timing in a predictable manner. Using a covert timing channel is generally a method to secretly transfer data and is very difficult to detect. Covert Storage Channel A covert storage channel conveys information by writing data to a common storage area where another process can read it.

When assessing the security of software, be diligent for any process that writes to any area of memory that another process can read. Examples of covert timing channels include the following: Blinking a light visible outside the building so that if a reading is taken every two seconds when the light is on count it as a 1 and when the light is off count it as a 0. With an external camera linked to a recording system, a slow transmission of binary data can occur. Using a microphone to listen to the noise occurring in an area or related to a computer system. Then modify a case fan to spin faster (for a 1) or slower (for a 0) to force a change in the noise generated every 10 seconds.

Monitoring utilization levels of an Internet connection when an insider is artificially padding or restricting traffic every 30 seconds. When traffic

中文直译 / 整理

一个隐蔽信道是一种通过非正常通信路径传递信息的方法。 由于该路径通常不 用于通信,因此可能不受系统正常安全控制的保护。 使用隐蔽信道提供了一种 在不被察觉的情况下违反、绕过或规避安全策略的手段。 隐蔽信道是安全架构 漏洞的重要示例之一。 正如你可能想象的那样,隐蔽信道是显式信道的反面。 一个显式信道是一种已 知、预期、授权、设计、监控和受控的通信方法。 因此,隐蔽信道是一种未知、 意外、未授权、未设计(至少不是由原始系统设计者设计)、未监控和未受控 的数据传输方法。 隐蔽信道有两种基本类型: 隐蔽定时信道 一个隐蔽定时信道通过改变系统组件的性能或以可预测的方 式修改资源的时序来传输信息。 使用隐蔽定时信道通常是秘密传输数据的方 法,且极难检测。 隐蔽存储信道 一个隐蔽存储信道通过将数据写入公共存储区域,使另一个 进程能够读取它来传输信息。 在评估软件安全性时,请务必留意任何向其 他进程可读取的内存区域写入数据的进程。 隐蔽定时信道的示例包括以下内容: 让一个可见于建筑物外部的灯闪烁,以便每两秒读取一次信号:灯亮时计 为1,灯灭时计为0。 通过将外部摄像头连接到记录系统,可以实现缓慢的 二进制数据传输。

使用麦克风监听某个区域或与计算机系统相关的噪音。 然后调整机箱风扇 的转速(快表示1,慢表示0),每10秒强制改变产生的噪音。 当内部人员每30秒人为增加或限制流量时,监控互联网连接的利用率。 当流 量

小白解释

场景先行:新员工入职后要登录系统。第一步是声明身份,第二步证明身份,第三步决定能访问哪些数据,最后系统要记录他做了什么。IAM 题就是围绕这条链条出题。

这一页真正想让你理解的是:这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

把它放进公司里看,关键不是背定义,而是判断:认证成功不代表什么都能做;离职、调岗、权限漂移都会造成越权。

你作为负责人可以这样想:把识别、认证、授权、审计分开看,再用最小权限和定期复核收口。

本页术语用人话说:

授权:授权是认证之后决定你能访问什么、能做什么。

政策:政策是高层原则,说明必须遵守什么。

OSI 模型:OSI 用七层结构理解网络通信,从物理层到应用层。

常见误区:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

读完后用一句话复述:如果我是IAM 管理员,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“第 637 页学习单元”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是IAM 管理员在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

认证成功不等于什么都能做;权限仍要单独授权。

Policy 高层、强制、稳定;Procedure 具体步骤。

网络题先定位层次,再判断协议、设备或攻击位置。

排除法提醒:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

本页术语拆解
授权 授权是认证之后决定你能访问什么、能做什么。
政策 政策是高层原则,说明必须遵守什么。
OSI 模型 OSI 用七层结构理解网络通信,从物理层到应用层。
学习单元 95 / PDF P638

政策、标准、程序、指南

高层原则、最低要求、操作步骤、建议做法要分清。

教材原文段落

is above 80 percent utilization, record a 1; when below 40 percent utilization, record a 0.

Here are examples of covert storage channels; notice that they all involve placing data in a location that is either unseen by the OS or ignored by the OS: Writing data into unallocated or unpartitioned space, which may be accomplished using a hex editor Writing data directly into a bad sector of an HDD or a bad block on an SSD Writing data into the unused space at the end of a cluster, an area known as slack space Writing data directly into sectors or clusters without proper registration with the directory system, file container, or header Both types of covert channels rely on the use of communication techniques to exchange information with otherwise unauthorized subjects.

Detecting such abuse can be difficult because the covert channel is outside the normal data transfer environment and security oversight. The best defense is to implement detailed and thorough auditing of all user and application activities and analyze log files for any covert channel activity, which may be anomalous behavior or may elicit known malicious activities via heuristics or pattern matching. Attacks Based on Design or Coding Flaws Certain attacks may result from poor design techniques, questionable implementation practices and procedures, or poor or inadequate testing.

Some attacks may result from deliberate design decisions when special points of entry, built into code to circumvent access controls, login, or other security checks often added to code while under development, are not removed when that code is put into production. For what we hope are obvious reasons, such points of egress are properly called maintenance hooks or backdoors because they avoid security measures by design. Extensive testing and code review are required to uncover such covert means of access, which are easy to remove during the final phases of development but can be incredibly difficult to detect during the testing and maintenance phases.

中文直译 / 整理

利用率超过80%时,记录1; 低于40%时,记录0。 以下是隐蔽存储通道的示例; 请注意,它们都涉及将数据写入操作系统未 看到或忽略的位置: 将数据写入未分配或未分区的空间,这可能 通过十六进制编辑器实现 将数据直接写入硬盘的坏扇区或固态硬盘的坏块 将数据写入簇末尾的未使用空间,该区域称为松弛空间 将数据直接写入扇区或簇,但未进行适当注册 通过目录系统、文件容器或标头 这两种隐蔽信道都依赖于通信技术与本无权限的主体交换信息。 检测此类滥用 可能很困难,因为隐蔽信道位于正常数据传输环境和安全监管之外。 最佳防御 措施是实施对所有用户和应用程序活动的详细彻底审计,并分析日志文件以发 现任何隐蔽信道活动,这些活动可能是异常行为,或通过启发式方法或模式匹 配引发已知的恶意活动。 基于设计或编码缺陷的攻击 某些攻击可能源于糟糕的设计技术、可疑的实现方法和流程,或测试不充分或 不充分。 有些攻击可能源于有意的设计决策——在开发过程中,为了绕过访问 控制、登录或其他安全检查,代码中常被植入特殊入口点,但这些入口点在代 码投入生产时未被移除。

出于我们希望显而易见的原因,此类出口点被恰当地 称为维护钩子或后门,因为它们本质上就是规避安全措施的。 要发现此类隐蔽 的访问手段,需要进行广泛的测试和代码审查; 这些手段在开发的最后阶段很 容易移除,但在测试和维护阶段却可能极难检测。

小白解释

场景先行:新员工入职后要登录系统。第一步是声明身份,第二步证明身份,第三步决定能访问哪些数据,最后系统要记录他做了什么。IAM 题就是围绕这条链条出题。

这一页真正想让你理解的是:高层原则、最低要求、操作步骤、建议做法要分清。

把它放进公司里看,关键不是背定义,而是判断:认证成功不代表什么都能做;离职、调岗、权限漂移都会造成越权。

你作为负责人可以这样想:把识别、认证、授权、审计分开看,再用最小权限和定期复核收口。

本页术语用人话说:

审计:审计记录主体行为,用于追责、复盘和取证。

程序:程序是一步一步怎么做。

审计:审计检查控制是否存在、是否有效、是否符合要求。

日志:日志记录系统和用户活动,用于监控、审计和调查。

常见误区:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

读完后用一句话复述:如果我是IAM 管理员,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“政策、标准、程序、指南”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是IAM 管理员在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

没有日志和身份绑定,就很难问责。

Step-by-step、SOP 常对应 procedure。

审计题关注独立性、证据、范围和报告。

日志要保护完整性、时间同步和访问控制。

排除法提醒:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

本页术语拆解
审计 审计记录主体行为,用于追责、复盘和取证。
程序 程序是一步一步怎么做。
审计 审计检查控制是否存在、是否有效、是否符合要求。
日志 日志记录系统和用户活动,用于监控、审计和调查。
学习单元 96 / PDF P639

机密性:让该看的人看,不该看的人看不到

机密性重点是防泄露,同时不能妨碍授权访问。

教材原文段落

Poor coding practices and lack of security consideration are common sources or causes of vulnerabilities in system architectures that can be attributed to failures in design, implementation, prerelease code cleanup, or out-and-out coding mistakes. Although such flaws are avoidable, finding and fixing them requires rigorous security-conscious design from the beginning of a development project and extra time and effort spent in testing and analysis. This helps to explain the often lamentable state of software security, but it does not excuse it!

Although functionality testing is commonplace for commercial code and applications, separate testing for security issues has been gaining attention and credibility only in the past few years, courtesy of widely publicized virus and worm attacks, SQL injection attacks, cross-site scripting attacks, and occasional defacements of or disruptions to widely used public sites online. Check out the OWASP Top 10 Web Application Security Risks report at owasp.org/www-project-top-ten. Most of these coding concerns are addressed in Chapter 20, “Software Development Security,” and Chapter 21. Humans will never write completely secure (flawless) code.

Any program that does not gracefully handle any exception is in danger of exiting in an unstable state. It is possible to cleverly crash a program after it has increased its security level to carry out a normal task. If an attacker is successful in crashing the program at the right time, they can attain a higher security level and cause damage to the confidentiality, integrity, and availability of your system. These are just a few of the myriad ways that code can be compromised. Perfect security might be impossible, but you can definitely take many strong measures to secure your code better.

Source code analysis tools implemented throughout the development cycle will minimize the number of flaws in the production release, and the flaws identified prior to production release will cost much less to mitigate. All programs that are executed directly or indirectly must be fully tested to comply with your security model. Make sure you have the latest version of any software installed, and be aware of any known security vulnerabilities. Because each security model, and each security policy, is different, you must ensure that the software you execute does not exceed the authority you allow. Writing secure code is difficult, but it's certainly possible.

Make sure all programs you use are designed to address security concerns. The concepts of code review and testing are covered in Chapter 15, “Security Assessment and Testing.”

中文直译 / 整理

糟糕的编码实践和缺乏安全考量是系统架构中漏洞的常见来源或成因,这些漏 洞可归因于设计、实现、发布前代码清理或 outright 编码错误的失败。 尽管此 类缺陷本可避免,但发现和修复它们需要从开发项目伊始就进行严谨的安全意 识设计,并在测试和分析阶段投入额外的时间与精力。 这有助于解释软件安全 状况常常令人遗憾的原因,但并不能为其开脱! 尽管功能测试在商业代码和应 用程序中已十分普遍,但针对安全问题的独立测试仅在过去几年才因广泛报道 的病毒和蠕虫攻击、SQL注入攻击、跨站脚本攻击,以及一些广受欢迎的公共 网站偶尔被篡改或中断而获得关注与可信度。 请查阅 OWASP 最佳十大 Web 应用安全风险报告:owasp.org/www-project-top-ten。 这些编码问题中的 大多数在第20章“软件开发安全”和中均有涉及。 人类永远无法编写出完全安全(无缺陷)的代码。 任何无法优雅处理异常的程 序都有可能在不稳定状态下退出。 攻击者可以巧妙地在程序提升安全级别以执 行正常任务时使其崩溃。 如果攻击者成功在恰当时机使程序崩溃,他们便可获 得更高的安全级别,并对系统的机密性、完整性和可用性造成损害。

这只是代 码可能被破坏的众多方式中的几种。 完美的安全可能无法实现,但您绝对可以采取许多强有力的措施来更好地保护 您的代码。 在整个开发周期中实施的源代码分析工具将最大限度地减少生产发 布中的缺陷数量,而在生产发布前发现的缺陷将花费更少的成本来修复。 所有 直接或间接执行的程序都必须经过全面测试,以符合您的安全模型。 请确保您 安装了任何软件的最新版本,并了解任何已知的安全漏洞。 由于每个安全模型 和每个安全策略都不同,您必须确保所执行的软件不超过您允许的权限。 编写 安全的代码很困难,但绝对是可能的。 请确保您使用的所有程序都旨在解决安 全问题。 代码审查和测试的概念将在第15章“安全评估与测试”中介绍。

小白解释

场景先行:想象公司有一个客户订单系统:客户资料被别人看到是机密性问题,订单金额被偷偷改是完整性问题,系统打不开是可用性问题。教材这一页就是教你把事故先翻译成安全目标。

这一页真正想让你理解的是:机密性重点是防泄露,同时不能妨碍授权访问。

把它放进公司里看,关键不是背定义,而是判断:把泄露、篡改、宕机混在一起,就会选错控制措施。

你作为负责人可以这样想:先判断事故破坏了 CIA 哪一项,再选择对应控制:防泄露、防篡改、保可用。

本页术语用人话说:

机密性:机密性让该看的人能看,不该看的人看不到。

完整性:完整性保证数据没有被未授权修改,并且仍然正确可信。

可用性:可用性保证授权用户需要时能及时使用系统和数据。

政策:政策是高层原则,说明必须遵守什么。

常见误区:不要把所有安全问题都归成“被黑了”。考试会逼你分清到底是泄露、篡改还是中断。

读完后用一句话复述:如果我是业务系统负责人,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“机密性:让该看的人看,不该看的人看不到”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是业务系统负责人在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

加密、访问控制、分类、培训都常用于保护机密性。

哈希、数字签名、变更控制、输入校验常对应完整性。

冗余、备份、BCP/DRP、抗 DoS、容量规划都对应可用性。

Policy 高层、强制、稳定;Procedure 具体步骤。

Step-by-step、SOP 常对应 procedure。

排除法提醒:不要把所有安全问题都归成“被黑了”。考试会逼你分清到底是泄露、篡改还是中断。

本页术语拆解
机密性 机密性让该看的人能看,不该看的人看不到。
完整性 完整性保证数据没有被未授权修改,并且仍然正确可信。
可用性 可用性保证授权用户需要时能及时使用系统和数据。
政策 政策是高层原则,说明必须遵守什么。
程序 程序是一步一步怎么做。
注入攻击 注入攻击把恶意输入当命令或查询执行。
学习单元 97 / PDF P640

完整性:数据要正确、可信、未被乱改

完整性不只是防黑客篡改,也包括防授权用户误操作。

教材原文段落

Rootkits A rootkit is malware that embeds itself deep within an OS. The term is a derivative of the concept of rooting and a utility kit of hacking tools. Rooting is gaining total or full control over a system. A rootkit can manipulate information seen by the OS and displayed to users. A rootkit may replace the OS kernel, shim itself under the kernel, replace device drivers, or infiltrate application libraries so that whatever information it feeds to or hides from the OS, the OS thinks it is normal and acceptable.

This allows a rootkit to hide itself from detection, prevent its files from being viewed by file management tools, and prevent its active processes from being viewed by task management or process management tools. Thus, a rootkit is a type of invisibility shield used to hide itself and other malicious tools. Several rootkit-detection tools are available, some of which are able to remove known rootkits. However, once you suspect a rootkit is on a system, the only truly secure response is to reconstitute or replace the entire computer.

Reconstitution involves performing a thorough storage sanitization operation on all storage devices on that system, reinstalling the OS and all applications from trusted original sources, and then restoring files from trusted rootkit-free backups. Obviously, the best protection against rootkits is defense (i.e., don't get infected in the first place) rather than response. There are often no noticeable symptoms or indicators of compromise related to a rootkit infection. In the moments after the initial rootkit installation, there might be some system sluggishness and unresponsiveness as the rootkit installs itself, but otherwise, it will actively mask any symptoms.

In some rootkit infections, the malware's initial infector, dropper, or installer will perform privilege escalation. A means to potentially detect the presence of a rootkit is to notice when system files, such as device drivers and dynamic-link libraries (DLLs), have a file size and/or hash value change. File hash tracking can be performed manually by an administrator or automatically by HIDSs and system monitoring security tools. Incremental Attacks Some forms of attack occur in slow, gradual increments rather than through obvious or recognizable attempts to compromise system security or integrity. Rootkits

中文直译 / 整理

一个rootkit是一种深入嵌入操作系统内部的恶意软件。 该术语源自“提权”和 一套黑客工具包的概念。 提权是指获得对系统的完全或全部控制权。 Rootkit 可以操纵操作系统看到并显示给用户的信息。 Rootkit 可能替换操作系 统内核,在内核下层伪装自身,替换设备驱动程序,或渗透应用程序库,从而 使其提供给操作系统或隐藏的信息被操作系统视为正常且可接受。 这使得 rootkit 能够隐藏自身不被检测,阻止文件管理工具查看其文件,并阻止任务管 理或进程管理工具查看其活动进程。 因此,rootkit 是一种用于隐藏自身及其他 恶意工具的隐形盾牌。 有多种 rootkit 检测工具可用,其中一些能够移除已知的 rootkit。 然而,一 旦您怀疑系统中存在 rootkit,唯一真正安全的应对方式是重建或更换整个计 算机。 重建包括对系统上所有存储设备执行彻底的存储清理操作,从可信的原 始来源重新安装操作系统和所有应用程序,然后从可信的无 rootkit 备份中恢 复文件。 显然,防范 rootkit 的最佳方法是防御(即,最初就不要被感染), 而非事后应对。 根kit感染通常没有明显的症状或入侵迹象。

在根kit初始安装后的片刻,可能 会出现系统迟缓和无响应的情况,因为根kit正在安装自身,但除此之外,它 会主动隐藏任何症状。 在某些根kit感染中,恶意软件的初始传播者、投放器 或安装程序会执行权限提升。 检测根kit存在的一个方法是注意系统文件(如设备驱动程序和动态链接库( DLL))的文件大小和/或哈希值是否发生变化。 文件哈希跟踪可以由管理员手 动执行,也可以由HIDS和系统监控安全工具自动执行。 增量攻击 某些攻击形式并非通过明显或可识别的尝试来破坏系统安全或完整性,而是以缓慢、 渐进的方式发生。

小白解释

场景先行:想象公司有一个客户订单系统:客户资料被别人看到是机密性问题,订单金额被偷偷改是完整性问题,系统打不开是可用性问题。教材这一页就是教你把事故先翻译成安全目标。

这一页真正想让你理解的是:完整性不只是防黑客篡改,也包括防授权用户误操作。

把它放进公司里看,关键不是背定义,而是判断:把泄露、篡改、宕机混在一起,就会选错控制措施。

你作为负责人可以这样想:先判断事故破坏了 CIA 哪一项,再选择对应控制:防泄露、防篡改、保可用。

本页术语用人话说:

完整性:完整性保证数据没有被未授权修改,并且仍然正确可信。

NIST:NIST 提供美国常用安全标准、框架和指南。

程序:程序是一步一步怎么做。

哈希:哈希把任意长度数据变成固定长度摘要,用于校验是否被改过。

常见误区:不要把所有安全问题都归成“被黑了”。考试会逼你分清到底是泄露、篡改还是中断。

读完后用一句话复述:如果我是业务系统负责人,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“完整性:数据要正确、可信、未被乱改”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是业务系统负责人在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

哈希、数字签名、变更控制、输入校验常对应完整性。

看到 SP 800 系列、CSF、RMF 常联想到 NIST。

Step-by-step、SOP 常对应 procedure。

哈希本身不提供机密性;它主要用于完整性校验。

检测是 IDS,主动阻断更像 IPS。

排除法提醒:不要把所有安全问题都归成“被黑了”。考试会逼你分清到底是泄露、篡改还是中断。

本页术语拆解
完整性 完整性保证数据没有被未授权修改,并且仍然正确可信。
NIST NIST 提供美国常用安全标准、框架和指南。
程序 程序是一步一步怎么做。
哈希 哈希把任意长度数据变成固定长度摘要,用于校验是否被改过。
入侵检测系统 IDS IDS 负责发现可疑行为并告警,一般不直接阻断。
恶意代码 恶意代码包括病毒、蠕虫、木马、勒索软件等。
学习单元 98 / PDF P641

完整性:数据要正确、可信、未被乱改

完整性不只是防黑客篡改,也包括防授权用户误操作。

教材原文段落

Two such forms of incremental attack are data diddling and the salami attack. Data diddling occurs when an attacker gains access to a system and makes small or random changes to data during processing, input, or transaction rather than obviously altering file contents or damaging or deleting entire files. Such changes can be difficult to detect unless files and data are protected by encryption or unless some kind of integrity check (such as a checksum or message digest) is routinely performed and applied each time a file is read or written.

Encrypted filesystems, file-level encryption techniques, or some form of file monitoring (which includes integrity checks performed by file integrity monitoring [FIM] tools) usually offer adequate guarantees that no data diddling is underway. Data diddling is often considered an attack performed more often by insiders rather than outsiders (external intruders). The salami attack is more mythical by all published reports. The name of the attack refers to a systematic whittling at assets in accounts or other records with financial value, where very small amounts are deducted from balances regularly and routinely.

Metaphorically, the attack may be explained as stealing a very thin slice from a salami each time it's put on the slicing machine when a paying customer is accessing it. Most security experts concede that salami attacks are possible, especially when organizational insiders could be involved. Organizations can prevent or eliminate such an attack only by proper separation of duties and proper control over code. Setting financial transaction monitors to track very small transfers of funds or other items of value should help to detect such activity; regular employee notification of the practice should help to discourage attempts at such attacks.

If you want an entertaining method of learning about the salami attack or the salami technique, view the movies Office Space and Superman III. You can also read the article from Wired about an attack of this nature from 2008: www.wired.com/2008/05/man-allegedly-b. Summary Shared responsibility is the security design principle indicating that organizations do not operate in isolation. It is because we participate in

中文直译 / 整理

两种这样的增量攻击形式是数据篡改和香肠攻击。 数据篡改发生在攻击者获得系统访问权限后,在数据处理、输入或交易过程中 进行微小或随机的更改,而非明显修改文件内容或破坏、删除整个文件。 除非 文件和数据受到加密保护,或者在每次读写文件时例行执行并应用某种完整性 检查(如校验和或消息摘要),否则此类更改难以被发现。 加密文件系统、文 件级加密技术或某种文件监控(包括由文件完整性监控[FIM] 工具执行的完整 性检查)通常能提供充分的保证,确保没有发生数据篡改。 数据篡改通常被认 为是一种更多由内部人员而非外部人员(外部入侵者)实施的攻击。 香肠攻击在所有已发布的报告中更为虚构。 该攻击名称指的是一种系统性地从 账户或其他具有财务价值的记录中逐步削减资产的行为,即定期、例行地从余 额中扣除极小金额。 隐喻上,这种攻击可被解释为:每当有付费客户访问时, 从香肠切片机上每次切下极薄的一片。 大多数安全专家承认,香肠攻击是可能 的,特别是当组织内部人员参与其中时。 组织唯有通过适当的职责分离和对代 码的严格控制,才能预防或消除此类攻击; 设置金融交易监控以追踪极小金额 的资金或其他有价值物品的转移,有助于发现此类活动;

定期向员工通报此行 为,有助于遏制此类攻击的尝试。 如果您想以一种有趣的方式了解香肠攻击或香肠技术,请观看电影 Office Space 和 Superman III。 您还可以阅读 Wired 上关于2008年一起此 类攻击的文章: www.wired.com/2008/05/man-allegedly-b。 摘要 共同责任是一种安全设计原则,表明组织并非孤立运作。 因为我们参与了

小白解释

场景先行:想象公司有一个客户订单系统:客户资料被别人看到是机密性问题,订单金额被偷偷改是完整性问题,系统打不开是可用性问题。教材这一页就是教你把事故先翻译成安全目标。

这一页真正想让你理解的是:完整性不只是防黑客篡改,也包括防授权用户误操作。

把它放进公司里看,关键不是背定义,而是判断:把泄露、篡改、宕机混在一起,就会选错控制措施。

你作为负责人可以这样想:先判断事故破坏了 CIA 哪一项,再选择对应控制:防泄露、防篡改、保可用。

本页术语用人话说:

完整性:完整性保证数据没有被未授权修改,并且仍然正确可信。

加密:加密把内容变成未授权者看不懂的形式。

ISO:ISO 是国际标准化组织,常见安全管理体系如 ISO 27001/27002。

资产:资产是组织认为有价值、需要保护的东西,可以是数据、系统、人员、设施或声誉。

常见误区:不要把所有安全问题都归成“被黑了”。考试会逼你分清到底是泄露、篡改还是中断。

读完后用一句话复述:如果我是业务系统负责人,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“完整性:数据要正确、可信、未被乱改”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是业务系统负责人在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

哈希、数字签名、变更控制、输入校验常对应完整性。

加密主要保护机密性,也可配合签名、哈希支持完整性和真实性。

ISO 偏标准和管理体系。

资产安全题先问资产是谁拥有、如何分类、谁负责保护。

政府/军方、机密级别、标签、不可由用户随意改通常是 MAC。

排除法提醒:不要把所有安全问题都归成“被黑了”。考试会逼你分清到底是泄露、篡改还是中断。

本页术语拆解
完整性 完整性保证数据没有被未授权修改,并且仍然正确可信。
加密 加密把内容变成未授权者看不懂的形式。
ISO ISO 是国际标准化组织,常见安全管理体系如 ISO 27001/27002。
资产 资产是组织认为有价值、需要保护的东西,可以是数据、系统、人员、设施或声誉。
强制访问控制 MAC MAC 由系统根据标签和级别强制决定访问。
遏制 遏制先阻止事件继续扩大,不急着完全修复。
学习单元 99 / PDF P642

安全控制框架:用成熟框架组织安全

框架帮助组织系统化管理控制,而不是想到哪做到哪。

教材原文段落

shared responsibility that we must research, implement, and manage engineering processes using secure design principles. Designing secure computing systems begins with an investigation of hardware, software, and firmware and how those pieces fit into the security puzzle. It's important to understand the principles of common computer and network organizations, architectures, and designs; the difference between address space and memory space; and machine types or system variations.

Additionally, a security professional must have a good grasp of operating modes (user, supervisor, privileged), storage types (primary, secondary, real, virtual, volatile, nonvolatile, random, sequential), and common protection mechanisms (such as process isolation and hardware segmentation). System function, purpose, and design work toward establishing and supporting security or against it. Client-based systems should be concerned about running code from unknown sources as well as protecting local caches. Server-based systems need to manage data flow and optimize operations using large-scale parallel data systems, grid computing, or peer-to-peer solutions when appropriate.

Additional concerns relate to industrial control systems, the Internet of Things, microservices, and infrastructure as code. Virtualization technology is used to host one or more OSs within the memory of a single host computer. Virtual software, virtual networking, softwaredefined everything, containerization, serverless architecture, and other related advancements often dictate the need for virtualization security management. Static environments, embedded systems, cyber-physical systems, HPC systems, edge computing devices, and fog computing devices, mobile devices, and other limited or single-purpose computing environments need security management.

No matter how sophisticated a security architecture is, flaws exist that attackers can exploit. Some flaws are introduced by programmers, whereas others are architectural design issues. Study Essentials Understand shared responsibility. The security design principle indicates that organizations do not operate in isolation. It is because we

中文直译 / 整理

共同责任,我们必须研究、实施并使用安全设计原则来管理工程流程。 设计安全的计算系统始于对硬件、软件和固件的调查,以及这些组件如何融入 安全拼图中。 理解常见的计算机和网络组织、架构和设计原理; 地址空间与内 存空间的区别; 以及机器类型或系统变体至关重要。 此外,安全专业人员必须熟练掌握操作模式(用户、管理员、特权)、存储类 型(主存储、次存储、真实、虚拟、易失、非易失、随机、顺序)以及常见的 保护机制(如进程隔离和硬件分段)。 系统功能、目的和设计工作 面向 建立和支持安全,或 对抗 安全。 基于客户端 的系统应关注运行来自未知来源的代码以及保护本地缓存。 基于服务器的系统 需要管理数据流,并在适当情况下使用大规模并行数据系统、网格计算或点对 点解决方案来优化操作。 其他关注点包括工业控制系统、物联网、微服务和基 础设施即代码。 虚拟化技术用于在单台主机计算机的内存中托管一个或多个操作系统。 虚拟软 件、虚拟网络、软件定义一切、容器化、无服务器架构及其他相关技术进步通 常要求实施虚拟化安全管理。

静态环境、嵌入式系统、网络物理系统、高性能计算系统、边缘计算设备、雾 计算设备、移动设备以及其他受限或专用的计算环境需要安全管理。 无论安全架构多么复杂,都存在攻击者可以利用的缺陷。 一些缺陷由程序员 引入,而另一些则是架构设计问题。 学习要点 理解共同责任。 安全设计原则表明,组织并非孤立运作。 这是因为我们

小白解释

场景先行:凌晨监控告警:某台服务器开始大量外连。你不能先忙着写报告,也不能直接关全网。事件响应要按顺序做:确认、遏制、根除、恢复、复盘。

这一页真正想让你理解的是:框架帮助组织系统化管理控制,而不是想到哪做到哪。

把它放进公司里看,关键不是背定义,而是判断:步骤乱了会扩大损失,或者破坏证据。

你作为负责人可以这样想:先保全证据和控制影响,再清除原因并恢复业务。

本页术语用人话说:

ISO:ISO 是国际标准化组织,常见安全管理体系如 ISO 27001/27002。

程序:程序是一步一步怎么做。

强制访问控制 MAC:MAC 由系统根据标签和级别强制决定访问。

日志:日志记录系统和用户活动,用于监控、审计和调查。

常见误区:不要一上来就删除文件或重装系统;可能会破坏调查证据。

读完后用一句话复述:如果我是事件响应负责人,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“安全控制框架:用成熟框架组织安全”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是事件响应负责人在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

ISO 偏标准和管理体系。

Step-by-step、SOP 常对应 procedure。

政府/军方、机密级别、标签、不可由用户随意改通常是 MAC。

日志要保护完整性、时间同步和访问控制。

RPO 问数据:最多丢到哪个时间点。

排除法提醒:不要一上来就删除文件或重装系统;可能会破坏调查证据。

本页术语拆解
ISO ISO 是国际标准化组织,常见安全管理体系如 ISO 27001/27002。
程序 程序是一步一步怎么做。
强制访问控制 MAC MAC 由系统根据标签和级别强制决定访问。
日志 日志记录系统和用户活动,用于监控、审计和调查。
恢复点目标 RPO RPO 是最多能接受丢失多少时间范围的数据。
学习单元 100 / PDF P643

保护机制:分层、隐藏、加密和边界

单一控制不够,安全靠多个机制配合。

教材原文段落

participate in shared responsibility that we must research, implement, and manage engineering processes using secure design principles. Understand the concept of protection rings. From a security standpoint, protection rings organize code and components in an OS into concentric rings. The deeper inside the circle you go, the higher the privilege level associated with the code that occupies a specific ring. Describe the different types of memory used by a computer. ROM is nonvolatile and can't be written to by the end user. Data can be written to PROM chips only once. EPROM/UVEPROM chips may be erased with ultraviolet light. EEPROM chips may be erased with electrical current.

RAM chips are volatile and lose their contents when the computer is powered off. Know the security issues surrounding memory components. Some security issues surround memory components: the fact that data may remain on the chip after power is removed and the control of access to memory in a multiuser system. Know the concepts of memory addressing. Means of memory addressing include register addressing, immediate addressing, direct addressing, indirect addressing, and base+offset addressing. Describe the different characteristics of storage devices used by computers. Primary storage is the same as memory.

Secondary storage consists of magnetic, flash, and optical media that must be first read into primary memory before the CPU can use the data. Random access storage devices can be read at any point, whereas sequential access devices require scanning through all the data physically stored before the desired location. Know the security issues surrounding secondary storage devices. Three main security issues surround secondary storage devices: removable media can be used to steal data, access controls and encryption must be applied to protect data, and data can remain on the media even after file deletion or media formatting. Know about emanation security.

Many electrical devices emanate electrical signals or radiation that can be intercepted by unauthorized individuals. These signals may contain confidential, sensitive, or private data. TEMPEST/EMSEC countermeasures to Van Eck phreaking (i.e., eavesdropping) include Faraday cages, white noise, control zones, and shielding.

中文直译 / 整理

参与共同责任,因此我们必须研究、实施并使用安全设计原则来管理工程流程。 理解保护环的概念。 从安全角度来看,保护环将操作系统中的代码和组件组织 成同心环。 越深入环的内部,位于特定环中的代码所关联的权限级别就越高。 描述计算机使用的不同类型的内存。 ROM 是非易失性的,终端用户无法写入。 PROM 芯片只能写入一次。 EPROM/UVEPROM 芯片可通过紫外线擦除。 EEPROM 芯片可通过电流擦除。 RAM 芯片是易失性的,当计算机断电时会丢 失其内容。 了解与内存组件相关的安全问题。 一些安全问题涉及内存组件:断电后数据可 能仍保留在芯片上,以及在多用户系统中对内存访问的控制。 了解内存寻址的概念。 内存寻址方式包括寄存器寻址、立即寻址、直接 寻址、间接寻址和基址+偏移寻址。 描述计算机使用的存储设备的不同特性。 主存储器即内存。 二级存储包括磁 性、闪存和光存储介质,这些介质必须先读入主存储器,CPU 才能使用其中 的数据。 随机存取存储设备可在任意位置读取,而顺序存取设备则需要物理 扫描所有存储的数据才能到达目标位置。 了解与辅助存储设备相关的安全问题。

辅助存储设备主要涉及三个安全问题: 可移动介质可用于窃取数据,必须应用访问控制和加密来保护数据,即使在 文件删除或介质格式化后,数据仍可能保留在介质上。 了解辐射安全性。 许多电子设备会辐射出电信号或电磁辐射,这些信号可能被 未经授权的人员截获。 这些信号可能包含机密、敏感或私密数据。 针对范·艾克 窃听(即窃听)的TEMPEST/EMSEC对策包括法拉第笼、白噪声、控制区和屏 蔽。

小白解释

场景先行:新员工入职后要登录系统。第一步是声明身份,第二步证明身份,第三步决定能访问哪些数据,最后系统要记录他做了什么。IAM 题就是围绕这条链条出题。

这一页真正想让你理解的是:单一控制不够,安全靠多个机制配合。

把它放进公司里看,关键不是背定义,而是判断:认证成功不代表什么都能做;离职、调岗、权限漂移都会造成越权。

你作为负责人可以这样想:把识别、认证、授权、审计分开看,再用最小权限和定期复核收口。

本页术语用人话说:

授权:授权是认证之后决定你能访问什么、能做什么。

加密:加密把内容变成未授权者看不懂的形式。

入侵防御系统 IPS:IPS 可检测并主动阻断恶意流量。

常见误区:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

读完后用一句话复述:如果我是IAM 管理员,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“保护机制:分层、隐藏、加密和边界”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是IAM 管理员在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

认证成功不等于什么都能做;权限仍要单独授权。

加密主要保护机密性,也可配合签名、哈希支持完整性和真实性。

IPS 放在线路中,误报可能影响可用性。

排除法提醒:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

本页术语拆解
授权 授权是认证之后决定你能访问什么、能做什么。
加密 加密把内容变成未授权者看不懂的形式。
入侵防御系统 IPS IPS 可检测并主动阻断恶意流量。
学习单元 101 / PDF P644

保护机制:分层、隐藏、加密和边界

单一控制不够,安全靠多个机制配合。

教材原文段落

Understand security risks that input and output devices can pose. Input/output devices can be subject to eavesdropping and tapping, are subject to shoulder surfing, are used to smuggle data out of an organization, or are used to create unauthorized, insecure points of entry into an organization's systems and networks. Be prepared to recognize and mitigate such vulnerabilities. Be aware of JavaScript concerns. JavaScript is the most widely used scripting language in the world and is embedded into HTML documents. Whenever you allow code from an unknown and thus untrusted source to execute on your system, you are putting your system at risk of compromise.

Know about large-scale parallel data systems. Systems designed to perform numerous calculations simultaneously include SMP, AMP, and MPP. Grid computing is a form of parallel distributed processing that loosely groups a significant number of processing nodes to work toward a specific processing goal. Peer-to-peer (P2P) technologies are networking and distributed application solutions that share tasks and workloads among peers. Be able to define OT/ICS. An industrial control system (ICS) or an operational technology (OT) is a form of computer-management device that controls industrial processes and machines.

ICS examples include distributed control systems (DCSs), programmable logic controllers (PLCs), and supervisory control and data acquisition (SCADA). Be aware of distributed systems. A distributed system or a distributed computing environment (DCE) is a collection of individual systems that work together to support a resource or provide a service. The primary security concern is the interconnectedness of the components. Understand data sovereignty. Data sovereignty is the concept that, once information has been converted into a binary form and stored as digital files, it is subject to the laws of the country within which the storage device resides. Be able to define IoT.

The Internet of Things (IoT) is a class of devices that are Internet-connected to provide automation, remote control, or AI processing to appliances or devices. The security issues related to IoT often relate to access and encryption. Understand microservices. A microservice is simply one element, feature, capability, business logic, or function of a web application that can be called upon or used by other web applications. It is the conversion or transformation of a capability of one web application into a microservice that

中文直译 / 整理

了解输入和输出设备可能带来的安全风险。 输入/输出设备可能遭受窃听和搭线 攻击,容易受到窥视攻击,可能被用于将数据偷运出组织,或被用于在组织的 系统和网络中创建未经授权的不安全入口。 请做好识别和缓解此类漏洞的准备。 注意JavaScript相关的安全问题。 JavaScript 是全球使用最广泛的脚本语言, 并嵌入到 HTML 文档中。 每当您允许来自未知且不可信来源的代码在您的系 统上执行时,都会使系统面临被入侵的风险。 了解大规模并行数据系统。 旨在同时执行大量计算的系统包括 SMP、AMP 和 MPP。 网格计算是一种并行分布式处理形式,它将大量处理节点松散地组合在一 起,以实现特定的处理目标。 对等(P2P)技术是网络和分布式应用解决方案, 可在对等节点之间共享任务和工作负载。 能够定义 OT/ICS。 工业控制系统(ICS)或运营技术(OT)是一种用于控制工 业流程和机器的计算机管理设备。 ICS 的示例包括分布式控制系统(DCS)、可 编程逻辑控制器(PLC)和数据采集与监控系统(SCADA)。 了解分布式系统。

分布式系统或分布式计算环境(DCE)是由多个独立系统组 成的集合,它们协同工作以支持资源或提供服务。 主要的安全顾虑在于各组件之 间的互连性。 理解数据主权。 数据主权是指,一旦信息被转换为二进制形式并以数字文件存储, 它即受存储设备所在国家法律的管辖。 能够定义物联网。 物联网(IoT)是一类通过互联网连接以实现家电或设备自 动化、远程控制或人工智能处理的设备。 与物联网相关的安全问题通常涉及访 问权限和加密。 理解微服务。 微服务仅仅是Web应用程序的一个元素、功能、能力、业务逻辑 或函数,可被其他Web应用程序调用或使用。 它是将一个Web应用程序的能力 转换或转变为微服务的过程

小白解释

场景先行:新员工入职后要登录系统。第一步是声明身份,第二步证明身份,第三步决定能访问哪些数据,最后系统要记录他做了什么。IAM 题就是围绕这条链条出题。

这一页真正想让你理解的是:单一控制不够,安全靠多个机制配合。

把它放进公司里看,关键不是背定义,而是判断:认证成功不代表什么都能做;离职、调岗、权限漂移都会造成越权。

你作为负责人可以这样想:把识别、认证、授权、审计分开看,再用最小权限和定期复核收口。

本页术语用人话说:

授权:授权是认证之后决定你能访问什么、能做什么。

加密:加密把内容变成未授权者看不懂的形式。

ISO:ISO 是国际标准化组织,常见安全管理体系如 ISO 27001/27002。

程序:程序是一步一步怎么做。

常见误区:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

读完后用一句话复述:如果我是IAM 管理员,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“保护机制:分层、隐藏、加密和边界”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是IAM 管理员在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

认证成功不等于什么都能做;权限仍要单独授权。

加密主要保护机密性,也可配合签名、哈希支持完整性和真实性。

ISO 偏标准和管理体系。

Step-by-step、SOP 常对应 procedure。

政府/军方、机密级别、标签、不可由用户随意改通常是 MAC。

排除法提醒:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

本页术语拆解
授权 授权是认证之后决定你能访问什么、能做什么。
加密 加密把内容变成未授权者看不懂的形式。
ISO ISO 是国际标准化组织,常见安全管理体系如 ISO 27001/27002。
程序 程序是一步一步怎么做。
强制访问控制 MAC MAC 由系统根据标签和级别强制决定访问。
日志 日志记录系统和用户活动,用于监控、审计和调查。
学习单元 102 / PDF P645

安全控制框架:用成熟框架组织安全

框架帮助组织系统化管理控制,而不是想到哪做到哪。

教材原文段落

can be called upon by numerous other web applications. It allows large complex solutions to be broken into smaller self-contained functions. Be able to define IaC. Infrastructure as code (IaC) is a change in how hardware management is perceived and handled. Instead of seeing hardware configuration as a manual, direct hands-on, one-on-one administration hassle, it is viewed as just another collection of elements to be managed in the same way that software and code are managed under DevSecOps (development, security, and operations). Understand hypervisors.

The hypervisor, also known as the virtual machine monitor/manager (VMM), is the component of virtualization that creates, manages, and operates virtual machines. Understand virtual software. A virtual application or virtual software is a software product deployed in such a way that it is fooled into believing it is interacting with a full host OS. A virtual (or virtualized) application has been packaged or encapsulated so that it can execute but operate without full access to the host OS. A virtual application is isolated from the host OS so that it cannot make any direct or permanent changes to the host OS. Know virtual networking.

A virtualized network or network virtualization is the combination of hardware and software networking components into a single integrated entity. The resulting solution allows for software control over all network functions: management, traffic shaping, address assignment, and so on. Know about SDx. Software-defined everything (SDx) refers to a trend of replacing hardware with software using virtualization. SDx includes virtualization, virtualized software, virtual networking, containerization, serverless architecture, infrastructure as code, SDN, VSAN, software-defined storage (SDS), VDI, VMI, SDV, and software-defined data center (SDDC). Know about VDI and VMI.

Virtual desktop infrastructure (VDI) is a means to reduce the security risk and performance requirements of end devices by hosting desktop/workstation OS virtual machines on central servers that are remotely accessed by users. Virtual mobile infrastructure (VMI) is where the OS of a mobile device is virtualized on a central server. Be aware of SDV. Software-defined visibility (SDV) is a framework to automate the processes of network monitoring and response. The goal is to enable the analysis of every packet and make deep intelligence-based decisions on forwarding, dropping, or otherwise responding to threats.

中文直译 / 整理

可被众多其他Web应用程序调用。 它使得大型复杂的解决方案能够被分解 为更小的、自包含的功能。 能够定义基础设施即代码(IaC)。 基础设施即代码(IaC)改变了人们对硬件 管理的认知和处理方式。 与其将硬件配置视为繁琐的手动、直接、一对一的管 理任务,不如将其视为与软件和代码在DevSecOps(开发、安全和运维)中一 样需要管理的另一类元素。 理解虚拟机监控程序。 虚拟机监控程序,也称为虚拟机管理程序(VMM), 是虚拟化中用于创建、管理和运行虚拟机的组件。 理解虚拟软件。 虚拟应用程序或虚拟软件是一种以特定方式部署的软件产品, 使其误以为自己正在与完整的主机操作系统交互。 虚拟(或虚拟化)应用程序已 被打包或封装,以便能够执行,但无需完全访问主机操作系统。 虚拟应用程序与 主机操作系统隔离,因此无法对主机操作系统进行任何直接或永久性更改。 了解虚拟网络。 虚拟网络或网络虚拟化是将硬件和软件网络组件整合为一个统 一实体的过程。 由此产生的解决方案允许通过软件控制所有网络功能:管理、 流量整形、地址分配等。 了解SDx。 软件定义一切(SDx)是指利用虚拟化技术用软件替代硬件的趋势。

SDx包括虚拟化、虚拟化软件、虚拟网络、容器化、无服务器架构、基础设施 即代码、SDN、VSAN、软件定义存储(SDS)、VDI、VMI、SDV和软件定 义数据中心(SDDC)。 了解VDI和VMI。 虚拟桌面基础设施(VDI)是一种通过在中央服务器上托 管桌面/工作站操作系统虚拟机,并由用户远程访问,从而降低终端设备安全 风险和性能要求的方法。 虚拟移动基础设施(VMI)是指将移动设备的操作 系统虚拟化在中央服务器上。 注意SDV。 软件定义可见性(SDV)是一种自动化网络监控和响应流程的框 架。 其目标是实现对每个数据包的分析,并基于深度智能做出转发、丢弃或以 其他方式应对威胁的决策。

小白解释

场景先行:开发团队要上线登录功能。安全不是上线前扫一下漏洞,而是从需求、设计、编码、测试、发布到运维都要参与。

这一页真正想让你理解的是:框架帮助组织系统化管理控制,而不是想到哪做到哪。

把它放进公司里看,关键不是背定义,而是判断:安全太晚介入,修复成本高,还可能把漏洞带到生产环境。

你作为负责人可以这样想:在 SDLC 早期做威胁建模、代码审查、测试和发布控制。

本页术语用人话说:

ISO:ISO 是国际标准化组织,常见安全管理体系如 ISO 27001/27002。

NIST:NIST 提供美国常用安全标准、框架和指南。

程序:程序是一步一步怎么做。

强制访问控制 MAC:MAC 由系统根据标签和级别强制决定访问。

常见误区:不要只靠上线前一次扫描;安全要嵌入整个生命周期。

读完后用一句话复述:如果我是应用安全负责人,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“安全控制框架:用成熟框架组织安全”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是应用安全负责人在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

ISO 偏标准和管理体系。

看到 SP 800 系列、CSF、RMF 常联想到 NIST。

Step-by-step、SOP 常对应 procedure。

政府/军方、机密级别、标签、不可由用户随意改通常是 MAC。

自动化测试、持续集成、持续监控是关键词。

排除法提醒:不要只靠上线前一次扫描;安全要嵌入整个生命周期。

本页术语拆解
ISO ISO 是国际标准化组织,常见安全管理体系如 ISO 27001/27002。
NIST NIST 提供美国常用安全标准、框架和指南。
程序 程序是一步一步怎么做。
强制访问控制 MAC MAC 由系统根据标签和级别强制决定访问。
开发安全运营一体化 DevSecOps 把安全自动化嵌入开发和交付流程。
学习单元 103 / PDF P646

安全控制框架:用成熟框架组织安全

框架帮助组织系统化管理控制,而不是想到哪做到哪。

教材原文段落

Know some of the security issues of virtualization. Virtualization doesn't lessen the security management requirements of an OS. Thus, patch management is still essential. It's important to protect the stability of the host. Organizations should maintain backups of their virtual assets. Virtualized systems should be security tested. VM sprawl occurs when an organization deploys numerous virtual machines without an overarching IT management or security plan in place. Understand containerization. Containerization or OS virtualization is based on the concept of eliminating the duplication of OS elements in a virtual machine.

Each application is placed into a container that includes only the actual resources needed to support the enclosed application, and the common or shared OS elements are then part of the hypervisor. Understand embedded systems. An embedded system is typically designed around a limited set of specific functions in relation to the larger product to which it is attached. Be aware of microcontrollers. A microcontroller is similar to but less complex than a system on a chip (SoC). A microcontroller may be a component of an SoC.

A microcontroller is a small computer consisting of a CPU (with one or more cores), memory, various input/output capabilities, RAM, and often nonvolatile storage in the form of flash or ROM/PROM/EEPROM. Examples include Raspberry Pi, Arduino, and FPGA. Understand embedded systems and static environment security concerns. Static environments, embedded systems, cyber-physical systems, HPC systems, edge computing devices, fog computing devices, mobile devices, and other limited or single-purpose computing environments need security management.

These techniques may include network segmentation, security layers, application firewalls, manual updates, firmware version control, and control redundancy and diversity. Know about HPC systems. High-performance computing (HPC) systems are computing platforms designed to perform complex calculations or data manipulations at extremely high speeds. Supercomputers and MPP solutions are common examples of HPC systems. Be aware of RTOS. A real-time operating system (RTOS) is designed to process or handle data as it arrives on the system with minimal latency or delay. An RTOS is usually stored on read-only memory (ROM) and is designed to operate in a hard real-time or soft real-time condition.

中文直译 / 整理

了解虚拟化的一些安全问题。 虚拟化并不会降低操作系统安全管理的要求。 因 此,补丁管理仍然至关重要。 保护主机的稳定性非常重要。 组织应保留其虚拟 资产的备份。 虚拟化系统应进行安全测试。 当组织在没有整体IT管理或安全计 划的情况下部署大量虚拟机时,就会发生虚拟机蔓延。 理解容器化。 容器化或操作系统虚拟化基于消除虚拟机中操作系统元素重复的 概念。 每个应用程序都被放置在一个仅包含支持该应用程序所需实际资源的容 器中,而公共或共享的操作系统元素则成为虚拟机监控程序的一部分。 理解嵌入式系统。 嵌入式系统通常围绕与其所连接的更大产品相关的有限特 定功能进行设计。 了解微控制器。 微控制器与片上系统(SoC)类似,但复杂性较低。 微控制器 可能是SoC的一个组成部分。 微控制器是一种小型计算机,由CPU(一个或多 个核心)、内存、各种输入/输出功能、RAM以及通常以闪存或闪存/ ROM/PROM/EEPROM形式的非易失性存储器组成。 示例包括树莓派、 Arduino和FPGA。 理解嵌入式系统和静态环境安全问题。

静态环境、嵌入式系统、网络物理系统、 高性能计算系统、边缘计算设备、雾计算设备、移动设备以及其他有限或单一用 途的计算环境都需要安全管理。 这些技术可能包括网络分段、安全层、应用防火 墙、手动更新、固件版本控制,以及控制冗余和多样性。 了解HPC系统。 高性能计算(HPC)系统是专为以极高速度执行复杂计算或数 据处理而设计的计算平台。 超级计算机和MPP解决方案是HPC系统的常见示例。 注意RTOS。 实时操作系统(RTOS)旨在在数据到达系统时以最小的延迟或 延迟进行处理或处理。 RTOS通常存储在只读存储器(ROM)中,并设计用 于在硬实时或软实时条件下运行。

小白解释

场景先行:员工在家访问公司系统,流量要穿过家庭网络、互联网、防火墙、VPN、服务器。网络安全题就是让你判断问题发生在哪一层、用哪个控制放在什么位置。

这一页真正想让你理解的是:框架帮助组织系统化管理控制,而不是想到哪做到哪。

把它放进公司里看,关键不是背定义,而是判断:不分层就会乱选设备:该加密的地方装防火墙,该监测的地方却只做访问控制。

你作为负责人可以这样想:先定位网络层次,再决定是分段、过滤、加密、检测还是阻断。

本页术语用人话说:

ISO:ISO 是国际标准化组织,常见安全管理体系如 ISO 27001/27002。

程序:程序是一步一步怎么做。

资产:资产是组织认为有价值、需要保护的东西,可以是数据、系统、人员、设施或声誉。

防火墙:防火墙根据规则控制网络流量进出。

常见误区:不要以为防火墙能解决所有网络问题;它只是控制流量的一类工具。

读完后用一句话复述:如果我是网络安全工程师,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“安全控制框架:用成熟框架组织安全”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是网络安全工程师在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

ISO 偏标准和管理体系。

Step-by-step、SOP 常对应 procedure。

资产安全题先问资产是谁拥有、如何分类、谁负责保护。

防火墙不是万能;它常与 IDS/IPS、分段、日志一起使用。

政府/军方、机密级别、标签、不可由用户随意改通常是 MAC。

排除法提醒:不要以为防火墙能解决所有网络问题;它只是控制流量的一类工具。

本页术语拆解
ISO ISO 是国际标准化组织,常见安全管理体系如 ISO 27001/27002。
程序 程序是一步一步怎么做。
资产 资产是组织认为有价值、需要保护的东西,可以是数据、系统、人员、设施或声誉。
防火墙 防火墙根据规则控制网络流量进出。
强制访问控制 MAC MAC 由系统根据标签和级别强制决定访问。
恢复时间目标 RTO RTO 是业务或系统最多能中断多久。
恢复点目标 RPO RPO 是最多能接受丢失多少时间范围的数据。
学习单元 104 / PDF P647

认证:证明身份

认证回答“你是不是你声称的那个人”。

教材原文段落

Understand edge computing. Edge computing is a philosophy of network design where data and the compute resources are located as close as possible to optimize bandwidth use while minimizing latency. In edge computing, the intelligence and processing are contained within each device. Thus, rather than having to send data off to a master processing entity, each device can process its own data locally. Know about fog computing. Fog computing is another example of advanced computation architectures, which is also often used as an element in an IIoT deployment.

Fog computing relies on sensors, IoT devices, or even edge computing devices to collect data, and then transfer it back to a central location for processing. Thus, intelligence and processing is centralized. Understand mobile device security. Personal electronic device (PED) security features can often be managed using a mobile device management (MDM) or unified endpoint management (UEM) solution.

These include device authentication, full-device encryption, communication protection, remote wiping, screen locks, device lockout, GPS and location services management, content management, application control, push notification management, third-party application store control, storage segmentation, asset tracking, removable storage, deactivating unused features, rooting/jailbreaking, sideloading, custom firmware, carrier unlocking, firmware OTA updates, credential management, and text messaging security. Understand mobile device deployment policies.

A number of deployment models are available for allowing and/or providing mobile devices for employees to use while at work and to perform work tasks when away from the office. Examples include BYOD, CYOD, COPE, and COMS/COBO. You should also consider VDI and VMI options. Understand process isolation. Process isolation requires that the OS provide separate memory spaces for each process's instructions and data. It also requires that the OS enforce those boundaries, preventing one process from reading or writing data that belongs to another process. Be aware of hardware segmentation.

Hardware segmentation is similar to process isolation in purpose—it prevents the access of information that belongs to a different process/security level. The main difference is that hardware segmentation enforces these requirements through the use of physical hardware controls rather than the logical process isolation controls imposed by an OS.

中文直译 / 整理

了解边缘计算。 边缘计算是一种网络设计哲学,其中数据和计算资源尽可能靠 近放置,以优化带宽使用并最小化延迟。 在边缘计算中,智能和处理功能包含在 每个设备内。 因此,无需将数据发送到主处理实体,每个设备都可以在其本地处 理自己的数据。 了解雾计算。 雾计算是先进计算架构的另一个例子,也常用于IIoT部署中。 雾 计算依赖传感器、物联网设备甚至边缘计算设备来收集数据,然后将其传输回中 央位置进行处理。 因此,智能和处理能力是集中的。 了解移动设备安全。 个人电子设备(PED)的安全功能通常可以通过移动设备 管理(MDM)或统一端点管理(UEM)解决方案进行管理。 这些功能包括设 备身份验证、全设备加密、通信保护、远程擦除、屏幕锁定、设备锁定、 GPS和位置服务管理、内容管理、应用程序控制、推送通知管理、第三方应用 商店控制、存储分段、资产跟踪、可移动存储、停用未使用的功能、越狱/破解、 侧载、自定义固件、运营商解锁、固件OTA更新、凭证管理以及短信安全。 了解移动设备部署策略。 为允许和/或向员工提供在工作中使用移动设备并在离 office 时执行工作任务,有多种部署模型可供选择。

示例包括 BYOD 、 CYOD、COPE和COMS/COBO。 您还应考虑VDI和VMI选项。 理解进程隔离。 进程隔离要求操作系统为每个进程的指令和数据提供独立的内 存空间,并要求操作系统强制执行这些边界,防止一个进程读取或写入属于另 一个进程的数据。 注意硬件分段。 硬件分段在目的上类似于进程隔离——它防止访问属于其他进 程/安全级别的信息。 主要区别在于,硬件分段通过物理硬件控制来强制执行这 些要求,而不是由操作系统施加的逻辑进程隔离控制。

小白解释

场景先行:新员工入职后要登录系统。第一步是声明身份,第二步证明身份,第三步决定能访问哪些数据,最后系统要记录他做了什么。IAM 题就是围绕这条链条出题。

这一页真正想让你理解的是:认证回答“你是不是你声称的那个人”。

把它放进公司里看,关键不是背定义,而是判断:认证成功不代表什么都能做;离职、调岗、权限漂移都会造成越权。

你作为负责人可以这样想:把识别、认证、授权、审计分开看,再用最小权限和定期复核收口。

本页术语用人话说:

认证:认证是验证“你是不是你声称的那个人”。

加密:加密把内容变成未授权者看不懂的形式。

ISO:ISO 是国际标准化组织,常见安全管理体系如 ISO 27001/27002。

程序:程序是一步一步怎么做。

常见误区:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

读完后用一句话复述:如果我是IAM 管理员,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“认证:证明身份”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是IAM 管理员在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

密码、令牌、生物特征、多因素认证都服务认证。

加密主要保护机密性,也可配合签名、哈希支持完整性和真实性。

ISO 偏标准和管理体系。

Step-by-step、SOP 常对应 procedure。

资产安全题先问资产是谁拥有、如何分类、谁负责保护。

排除法提醒:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

本页术语拆解
认证 认证是验证“你是不是你声称的那个人”。
加密 加密把内容变成未授权者看不懂的形式。
ISO ISO 是国际标准化组织,常见安全管理体系如 ISO 27001/27002。
程序 程序是一步一步怎么做。
资产 资产是组织认为有价值、需要保护的东西,可以是数据、系统、人员、设施或声誉。
身份 身份是主体在系统中的标识。
日志 日志记录系统和用户活动,用于监控、审计和调查。
恢复点目标 RPO RPO 是最多能接受丢失多少时间范围的数据。
学习单元 105 / PDF P648

政策、标准、程序、指南

高层原则、最低要求、操作步骤、建议做法要分清。

教材原文段落

Understand the need for system security policy. The role of a system security policy is to inform and guide the design, development, implementation, testing, and maintenance of a particular system. Thus, this kind of security policy tightly targets a single implementation effort. Be able to explain what covert channels are. A covert channel is a method that is used to pass information over a path that is not normally used for communication. Using a covert channel provides a means to violate, bypass, or circumvent a security policy undetected. Basic types are timing and storage. Know about vulnerabilities due to design and coding flaws.

Certain attacks may result from poor design techniques, questionable implementation practices and procedures, or poor or inadequate testing. Some attacks may result from deliberate design decisions when special points of entry, built into code to circumvent access controls, login, or other security checks often added to code while under development, are not removed when that code is put into production. Poor coding practices and lack of security consideration are common sources or causes of vulnerabilities of system architectures that can be attributed to failures in design, implementation, prerelease code cleanup, or out-and-out coding mistakes. Written Lab 1.

Name three types of ICSs and describe what they do or how they are used. 2. Name the three pairs of aspects or features used to describe storage. 3. Name some vulnerabilities found in distributed architectures. 4. There are numerous server-based technologies that both increase computation and resource access capabilities and also introduce new risks to be managed. Name at least 10 examples of these technologies (over 20 were included in this chapter). 5. In relation to mobile devices, list seven of the potential on-device security features, list the four main deployment models, and list seven of the issues that should be addressed on a mobile device deployment policy.

中文直译 / 整理

理解系统安全策略的必要性。 系统安全策略的作用是告知并指导设计、开发, 特定系统的实现、测试和维护。 因此,这种安全策略紧密针对单一的实现工作。 能够解释什么是隐蔽通道。 隐蔽通道是一种通过非正常通信路径传递信息的方法。 使用隐蔽通道提供了一种在不被发现的情况下违反、绕过或规避安全策略的手段。 基本类型包括时序和存储。 了解因设计和编码缺陷导致的漏洞。 Certain attacks ma y result from poor desi gn techni ques, questionable 实现实践和程序,或测试不充分或不恰当。 某些攻击可能源于故意的设计决策, 例如在代码中内置特殊入口点以绕过访问控制、登录或其他安全检查,这些通 常在开发过程中添加,但在代码投入生产时未被移除。 糟糕的编码实践和缺乏 安全考量是系统架构漏洞的常见来源或原因,这些漏洞可归因于设计、实现、 发布前代码清理或纯粹的编码错误中的失败。 书面实验 1. 列出三种ICS类型,并描述它们的功能或使用方式。 2. 列出用于描述存储的三对特性或方面。 3. 列出分布式架构中发现的一些漏洞。

4. 存在许多基于服务器的技术,它们既能增强计算和资源访问能力,也 会引入新的需要管理的风险。 请至少列举10种此类技术(本章包含了20 多种)。 5. 关于移动设备,请列出七种潜在的设备端安全功能、四种主要部署模型, 以及移动设备部署策略中应解决的七项问题。

小白解释

场景先行:凌晨监控告警:某台服务器开始大量外连。你不能先忙着写报告,也不能直接关全网。事件响应要按顺序做:确认、遏制、根除、恢复、复盘。

这一页真正想让你理解的是:高层原则、最低要求、操作步骤、建议做法要分清。

把它放进公司里看,关键不是背定义,而是判断:步骤乱了会扩大损失,或者破坏证据。

你作为负责人可以这样想:先保全证据和控制影响,再清除原因并恢复业务。

本页术语用人话说:

政策:政策是高层原则,说明必须遵守什么。

程序:程序是一步一步怎么做。

日志:日志记录系统和用户活动,用于监控、审计和调查。

常见误区:不要一上来就删除文件或重装系统;可能会破坏调查证据。

读完后用一句话复述:如果我是事件响应负责人,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“政策、标准、程序、指南”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是事件响应负责人在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

Policy 高层、强制、稳定;Procedure 具体步骤。

Step-by-step、SOP 常对应 procedure。

日志要保护完整性、时间同步和访问控制。

遇到章末题时,不要只看选项。先判断题干在问定义、责任归属、最佳下一步,还是控制措施选择。

排除法提醒:不要一上来就删除文件或重装系统;可能会破坏调查证据。

本页术语拆解
政策 政策是高层原则,说明必须遵守什么。
程序 程序是一步一步怎么做。
日志 日志记录系统和用户活动,用于监控、审计和调查。
学习单元 106 / PDF P649

章末总结与练习题

章末内容用来反查自己是否真的理解,而不是只背答案。

教材原文段落

Review Questions 1. While designing the security for the organization, you realize the importance of not only balancing the objectives of the organization against security goals but also focusing on the shared responsibility of security. Which of the following is considered an element of shared responsibility? (Choose all that apply.) A. Everyone in an organization has some level of security responsibility. B. Always consider the threat to both tangible and intangible assets. C. Organizations are responsible to their stakeholders for making good security decisions to sustain the organization. D.

When working with third parties, especially with cloud providers, each entity needs to understand their portion of the shared responsibility of performing work operations and maintaining security. E. Multiple layers of security are required to protect against adversary attempts to gain access to internal sensitive resources. F. As we become aware of new vulnerabilities and threats, we should consider it our responsibility (if not our duty) to responsibly disclose that information to the proper vendor or to an information sharing center. 2. Many PC OSs provide functionality that enables them to support the simultaneous execution of multiple applications on single-processor systems.

What term is used to describe this capability? A. Multistate B. Multithreading C. Multitasking D. Multiprocessing 3. Based on recent articles about the risk of mobile code and web apps, you want to adjust the security configurations of organizational endpoint devices to minimize the exposure. On a modern Windows system with the latest version of Microsoft's browser and all others deactivated or blocked, which of the following is of the highest concern?

中文直译 / 整理

复习问题 1. 在为组织设计安全措施时,您意识到不仅需要平衡组织目标与安全目标, 还需要关注安全的共同责任。 以下哪项被视为共同责任的要素? (可多选) A. 组织中的每个人都有一定程度的安全责任。 B. 始终考虑对有形和无形资产的威胁。 C. 组织有责任对其利益相关者做出良好的安全决策,以维持组织的持续运 营。 D. 与第三方合作时,尤其是与云服务提供商合作时,每个实体都需要 明确自己在执行工作操作和维护安全方面的共同责任部分。 E. 需要多层安全措施来防范攻击者试图访问内部敏感资源。 F. 当我们发现新的漏洞和威胁时,应将其视为我们的责任(如果不是义务的话) 来负责任地披露 该信息给相应的厂商或信息共享中心。 2. 许多PC操作系统提供了在单处理器系统上同时运行多个应用程序的功 能。 用于描述此功能的术语是什么? A. 多状态 B. 多线程 C. 多任务处理 D. 多处理 3. 基于最近关于移动代码和网页应用风险的文章,您希望调整组织终端设备 的安全配置,以最小化暴露风险。 在安装了最新版本微软浏览器且其他浏览 器均被停用或阻止的现代Windows系统上,以下哪项是最高优先级的关注 点?

小白解释

场景先行:你是公司的安全负责人,正在读第 649 页这一组概念。老板不会问你背定义,而是问:这件事会不会影响业务、谁负责、要不要花钱、出了事能不能解释清楚。

这一页真正想让你理解的是:章末内容用来反查自己是否真的理解,而不是只背答案。

把它放进公司里看,关键不是背定义,而是判断:概念没放进业务场景,容易只背词,做题时不知道该选管理动作还是技术动作。

你作为负责人可以这样想:先确认业务目标和风险,再选控制措施,最后留下政策、审批、日志或证据。

本页术语用人话说:

程序:程序是一步一步怎么做。

资产:资产是组织认为有价值、需要保护的东西,可以是数据、系统、人员、设施或声誉。

常见误区:不要一看到安全题就直接选最强工具;CISSP 更常考“在这个场景下谁该负责、下一步是什么”。

读完后用一句话复述:如果我是安全负责人,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“章末总结与练习题”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是安全负责人在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

Step-by-step、SOP 常对应 procedure。

资产安全题先问资产是谁拥有、如何分类、谁负责保护。

遇到章末题时,不要只看选项。先判断题干在问定义、责任归属、最佳下一步,还是控制措施选择。

排除法提醒:不要一看到安全题就直接选最强工具;CISSP 更常考“在这个场景下谁该负责、下一步是什么”。

本页术语拆解
程序 程序是一步一步怎么做。
资产 资产是组织认为有价值、需要保护的东西,可以是数据、系统、人员、设施或声誉。
学习单元 107 / PDF P650

第 650 页学习单元

这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

教材原文段落

A. Java B. Flash C. JavaScript D. ActiveX 4. Your organization is considering deploying a publicly available screen saver to use spare system resources to process sensitive company data. What is a common security risk when using grid computing solutions that consume available resources from computers over the Internet? A. Loss of data privacy B. Latency of communication C. Duplicate work D. Capacity fluctuation 5. Your company is evaluating several cloud providers to determine which is the best fit to host your custom services as a custom application solution.

There are many aspects of security controls you need to evaluate, but the primary issues include being able to process significant amounts of data in short periods of time, controlling which applications can access which assets, and being able to prohibit VM sprawl or repetition of operations. Which of the following is not relevant to this selection process? A. Collections of entities, typically users, but can also be applications and devices, which can be granted or denied access to perform specific tasks or access certain resources or assets B. A VDI or VMI instance that serves as a virtual endpoint for accessing cloud assets and services C.

The ability of a cloud process to use or consume more resources (such as compute, memory, storage, or networking) when needed D. A management or security mechanism able to monitor and differentiate between numerous instances of the same VM, service, app, or resource 6. A large city's central utility company has seen a dramatic increase in the number of distribution nodes failing or going offline. An APT group was attempting to take over control of the utility company and was A. Java B. Flash C. JavaScript D. ActiveX 4.

中文直译 / 整理

您的组织正在考虑部署一个公开的屏幕保护程序,以利用空闲的系统资 源处理敏感的公司数据。 使用通过互联网消耗其他计算机可用资源的网格 计算解决方案时,常见的安全风险是什么? A. 数据隐私泄露 B. 通信延迟 C. 重复工作 D. 容量波动 5. 您的公司正在评估多个云提供商,以确定哪个最适合托管您的自定义服务 作为自定义应用程序解决方案。 您需要评估安全控制的多个方面,但主要问 题包括能够在短时间内处理大量数据、控制哪些应用程序可以访问哪些资产, 以及能够禁止虚拟机蔓延或操作重复。 以下哪一项与此选择过程无关? A. 实体的集合,通常是用户,但也可能是应用程序和设备,可以被授 予或拒绝执行特定任务或访问某些资源或资产的权限 B. 作为访问云资产和服务的虚拟端点的 VDI 或 VMI 实例 C. 云进程在需要时使用或消耗更多资源(如计算、内存、存储或网络) 的能力 D. 一种能够监控并区分同一虚拟机多个实例的管理或安全机制 , 服务 , 应用,o r r资源 6. 一座大城市的核心公用事业公司发现,其配电节点故障或离线的数量大幅增加。 一个高级持续性威胁(APT)组织正试图接管该公用事业公司的控制权,并且

小白解释

场景先行:你是公司的安全负责人,正在读第 650 页这一组概念。老板不会问你背定义,而是问:这件事会不会影响业务、谁负责、要不要花钱、出了事能不能解释清楚。

这一页真正想让你理解的是:这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

把它放进公司里看,关键不是背定义,而是判断:概念没放进业务场景,容易只背词,做题时不知道该选管理动作还是技术动作。

你作为负责人可以这样想:先确认业务目标和风险,再选控制措施,最后留下政策、审批、日志或证据。

本页术语用人话说:

程序:程序是一步一步怎么做。

资产:资产是组织认为有价值、需要保护的东西,可以是数据、系统、人员、设施或声誉。

常见误区:不要一看到安全题就直接选最强工具;CISSP 更常考“在这个场景下谁该负责、下一步是什么”。

读完后用一句话复述:如果我是安全负责人,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“第 650 页学习单元”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是安全负责人在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

Step-by-step、SOP 常对应 procedure。

资产安全题先问资产是谁拥有、如何分类、谁负责保护。

遇到章末题时,不要只看选项。先判断题干在问定义、责任归属、最佳下一步,还是控制措施选择。

排除法提醒:不要一看到安全题就直接选最强工具;CISSP 更常考“在这个场景下谁该负责、下一步是什么”。

本页术语拆解
程序 程序是一步一步怎么做。
资产 资产是组织认为有价值、需要保护的东西,可以是数据、系统、人员、设施或声誉。
学习单元 108 / PDF P651

认证:证明身份

认证回答“你是不是你声称的那个人”。

教材原文段落

responsible for the system failures. Which of the following systems has the attacker compromised? A. MFP B. RTOS C. SoC D. SCADA 7. Your organization is concerned about information leaks due to workers taking home retired equipment. Which one of the following types of memory might retain information after being removed from a computer and therefore represents a security risk? A. Static RAM B. Dynamic RAM C. Secondary memory D. Real memory 8. Your organization is considering the deployment of a DCE to support a massively multiplayer online role-playing game (MMORPG) based on the characters of a popular movie franchise.

What is the primary concern of a DCE that could allow for propagation of malware or making adversarial pivoting and lateral movement easy? A. Unauthorized user access B. Identity spoofing C. Interconnectedness of the components D. Poor authentication 9. Your boss wants to automate the control of the building's HVAC system and lighting to reduce costs. He instructs you to keep costs low and use off-the-shelf IoT equipment. When you are using IoT equipment in a private environment, what is the best way to reduce risk? A. Use public IP addresses. B. Power off devices when not in use. C. Keep devices current on updates. D. Block access from the IoT devices to the Internet.

中文直译 / 整理

导致系统故障。 以下哪个系统已被攻击者入侵? A. MFP B. RTOS C. SoC D. SCADA 7. 您的组织担心员工导致的信息泄露 takin g 退休在家 e quipment。 以下哪一项 g types of 内存即使从计算机中移除后仍可能保留信息 因此代表一个安全风险? A. 静态随机存取存储 器 B. 动态随机存取存储器 C. 次级存储器 D. 实际存储器 8. 您的组织正在考虑部署一个DCE,以支持基于热门电影系列角色的大型多 人在线角色扮演游戏(MMORPG)。 DCE的主要关注点是什么,该关注点 可能导致恶意软件传播,或使对抗性横向移动变得容易? A. 未经授权的用户访问 B. 身份伪造 C. 组件的互连性 D. 身份验证差 9. 你的老板希望自动化控制大楼的暖通空调系统和照明以降低成本。 他指 示你保持低成本并使用现成的物联网设备。 当你在私有环境中使用物联网 设备时,降低风险的最佳方式是什么? A. 使用公网IP地址。 B. 不使用时关闭设备电源。 C. 保持设备及时更新。 D. 阻止物联网设备访问互联网。

小白解释

场景先行:新员工入职后要登录系统。第一步是声明身份,第二步证明身份,第三步决定能访问哪些数据,最后系统要记录他做了什么。IAM 题就是围绕这条链条出题。

这一页真正想让你理解的是:认证回答“你是不是你声称的那个人”。

把它放进公司里看,关键不是背定义,而是判断:认证成功不代表什么都能做;离职、调岗、权限漂移都会造成越权。

你作为负责人可以这样想:把识别、认证、授权、审计分开看,再用最小权限和定期复核收口。

本页术语用人话说:

认证:认证是验证“你是不是你声称的那个人”。

授权:授权是认证之后决定你能访问什么、能做什么。

身份:身份是主体在系统中的标识。

恢复时间目标 RTO:RTO 是业务或系统最多能中断多久。

常见误区:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

读完后用一句话复述:如果我是IAM 管理员,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“认证:证明身份”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是IAM 管理员在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

密码、令牌、生物特征、多因素认证都服务认证。

认证成功不等于什么都能做;权限仍要单独授权。

身份管理题要区分识别、认证、授权、审计。

RTO 问时间:多久必须恢复。

防恶意代码要结合补丁、最小权限、检测、备份和用户培训。

遇到章末题时,不要只看选项。先判断题干在问定义、责任归属、最佳下一步,还是控制措施选择。

排除法提醒:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

本页术语拆解
认证 认证是验证“你是不是你声称的那个人”。
授权 授权是认证之后决定你能访问什么、能做什么。
身份 身份是主体在系统中的标识。
恢复时间目标 RTO RTO 是业务或系统最多能中断多久。
恶意代码 恶意代码包括病毒、蠕虫、木马、勒索软件等。
学习单元 109 / PDF P652

第 652 页学习单元

这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

教材原文段落

10. Service-oriented architecture (SOA) constructs new applications or functions out of existing but separate and distinct software services. The resulting application is often new; thus, its security issues are unknown, untested, and unprotected. Which of the following is a direct extension of SOA that creates single-use functions that can be employed via an API by other software? A. Cyber-physical systems B. Fog computing C. DCS D. Microservices 11. A new local VDI has been deployed in the organization. There have been numerous breaches of security due to issues on typical desktop workstations and laptop computers used as endpoints.

Many of these issues stemmed from users installing unapproved software or altering the configuration of essential security tools. In an effort to avoid security compromises originating from endpoints in the future, all endpoint devices are now used exclusively as dumb terminals. Thus, no local data storage or application execution is performed on endpoints. Within the VDI, each worker has been assigned a VM containing all of their business necessary software and datasets.

These VMs are configured to block the installation and execution of new software code, data files cannot be exported to the actual endpoints, and each time a worker logs out, the used VM is discarded and a clean version copied from a static snapshot replaces it. What type of system has now been deployed for the workers to use? A. Cloud services B. Nonpersistent C. Thin clients D. Fog computing 12. A review of your company's virtualization of operations determines that the hardware resources supporting the VMs are nearly fully consumed. The auditor asks for the plan and layout of VM systems but is told that no such plan exists. This reveals that the company is suffering from what issue? 10.

中文直译 / 整理

面向服务的架构(SOA)利用现有的但独立且不同的软件服务构建新的应 用程序或功能。 由此产生的应用程序通常是全新的; 因此,其安全问题未知、 未经测试且未受保护。 以下哪项是SOA的直接扩展,可创建可通过API调用的 单次使用功能? 其他软件? A. 网络物理系统 B. 雾计算 C. DCS D. 微服务 11. 组织中已部署新的本地VDI。 由于典型桌面的问题,已发生多起安全泄露事件 用作终端的工作站和笔记本电脑。 许多问题源于用户安装了未经批准的软 件或更改了关键安全工具的配置。 为避免未来由终端引发的安全漏洞,所 有终端设备现在均仅作为哑终端使用。 因此,终端上不执行任何本地数据 存储或应用程序运行。 在虚拟桌面基础设施(VDI)中,每位员工都被分 配了一个包含其所有业务所需软件和数据集的虚拟机。 这些虚拟机已配置 为阻止新软件代码的安装和执行,数据文件无法导出到实际终端,且每次 员工注销时,所使用的虚拟机都会被丢弃,并用来自静态快照的干净版本 替换。 现在为员工部署的是何种系统? A. 云服务 B. 非持久性 C. 胖客户端 D. 雾计算 12. 对贵公司运营虚拟化的审查确定, 支持虚拟机的硬件资源几乎已被完全耗尽。

审计员要求提供虚拟机系统的 计划和布局,但被告知不存在此类计划。 这揭示了该公司正面临什么问题?

小白解释

场景先行:新员工入职后要登录系统。第一步是声明身份,第二步证明身份,第三步决定能访问哪些数据,最后系统要记录他做了什么。IAM 题就是围绕这条链条出题。

这一页真正想让你理解的是:这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

把它放进公司里看,关键不是背定义,而是判断:认证成功不代表什么都能做;离职、调岗、权限漂移都会造成越权。

你作为负责人可以这样想:把识别、认证、授权、审计分开看,再用最小权限和定期复核收口。

本页术语用人话说:

审计:审计记录主体行为,用于追责、复盘和取证。

程序:程序是一步一步怎么做。

审计:审计检查控制是否存在、是否有效、是否符合要求。

日志:日志记录系统和用户活动,用于监控、审计和调查。

常见误区:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

读完后用一句话复述:如果我是IAM 管理员,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“第 652 页学习单元”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是IAM 管理员在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

没有日志和身份绑定,就很难问责。

Step-by-step、SOP 常对应 procedure。

审计题关注独立性、证据、范围和报告。

日志要保护完整性、时间同步和访问控制。

遇到章末题时,不要只看选项。先判断题干在问定义、责任归属、最佳下一步,还是控制措施选择。

排除法提醒:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

本页术语拆解
审计 审计记录主体行为,用于追责、复盘和取证。
程序 程序是一步一步怎么做。
审计 审计检查控制是否存在、是否有效、是否符合要求。
日志 日志记录系统和用户活动,用于监控、审计和调查。
学习单元 110 / PDF P653

机密性:让该看的人看,不该看的人看不到

机密性重点是防泄露,同时不能妨碍授权访问。

教材原文段落

A. Use of EOSL systems B. VM sprawl C. Poor cryptography D. VM escaping 13. A company server is currently operating at near maximum resource capacity, hosting just seven virtual machines. Management has instructed you to deploy six new applications onto additional VMs without purchasing new hardware since the IT/IS budget is exhausted. How can this be accomplished? A. Data sovereignty B. Infrastructure as code C. Containerization D. Process isolation 14. Which of the following is a primary concern when implementing security measures for industrial control systems (ICSs)? A. Confidentiality of sensor data B. Availability of real-time control signals C. Integrity of historical system logs D.

Nonrepudiation of operator commands 15. You have been tasked with designing and implementing a new security policy to address the new threats introduced by the recently installed embedded systems. What is a security risk of an embedded system that is not commonly found in a standard PC? A. Software flaws B. Access to the Internet C. Control of a mechanism in the physical world D. Power loss 16. A company is developing a new product to perform simple automated tasks related to indoor gardening. The device will be able to turn lights on and off and control a pump to transfer water. The technology to perform these automated tasks needs to be small and inexpensive. It only needs A.

中文直译 / 整理

使用EOSL系统 B. 虚拟机蔓延 C. 密码学薄弱 D. 虚拟机逃逸 13. 一台公司服务器当前几乎处于最大资源容量运行状态,仅托管七个虚拟 机。 管理层指示您在不购买新硬件的情况下将六个新应用程序部署到额外的 虚拟机上,因为IT/IS预算已耗尽。 如何实现这一目标? A. 数据主权 B. 基础设施即代码 C. 容器化 D. 进程隔离 14. 在为工业控制系统(ICS)实施安全措施时,以下哪一项是主要关注点? A. 传感器数据的机密性 B. 实时控制信号的可用性 C. 历史系统日志的完整性 D. 操作员命令的不可否认性性 15. 您被要求设计并实施一项新的安全策略,以应对最近安装的嵌入式系统引 入的新威胁。 嵌入式系统的一个安全风险,是标准PC中不常见的风险是什么? A. 软件缺陷 B. 访问互联网 C. 控制物理世界中的机制 D. 功率损耗 16. 一家公司正在开发一种新产品,用于执行与室内园艺相关的简单自动化任 务。 该设备能够开关灯光并控制水泵输送水。 执行这些自动化任务的技术需要 小巧且廉价。 它仅需

小白解释

场景先行:想象公司有一个客户订单系统:客户资料被别人看到是机密性问题,订单金额被偷偷改是完整性问题,系统打不开是可用性问题。教材这一页就是教你把事故先翻译成安全目标。

这一页真正想让你理解的是:机密性重点是防泄露,同时不能妨碍授权访问。

把它放进公司里看,关键不是背定义,而是判断:把泄露、篡改、宕机混在一起,就会选错控制措施。

你作为负责人可以这样想:先判断事故破坏了 CIA 哪一项,再选择对应控制:防泄露、防篡改、保可用。

本页术语用人话说:

机密性:机密性让该看的人能看,不该看的人看不到。

完整性:完整性保证数据没有被未授权修改,并且仍然正确可信。

可用性:可用性保证授权用户需要时能及时使用系统和数据。

不可否认性:不可否认性让行为人事后不能抵赖自己做过某事。

常见误区:不要把所有安全问题都归成“被黑了”。考试会逼你分清到底是泄露、篡改还是中断。

读完后用一句话复述:如果我是业务系统负责人,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“机密性:让该看的人看,不该看的人看不到”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是业务系统负责人在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

加密、访问控制、分类、培训都常用于保护机密性。

哈希、数字签名、变更控制、输入校验常对应完整性。

冗余、备份、BCP/DRP、抗 DoS、容量规划都对应可用性。

数字签名、审计日志、交易记录和证书常支持不可否认性。

ISO 偏标准和管理体系。

遇到章末题时,不要只看选项。先判断题干在问定义、责任归属、最佳下一步,还是控制措施选择。

排除法提醒:不要把所有安全问题都归成“被黑了”。考试会逼你分清到底是泄露、篡改还是中断。

本页术语拆解
机密性 机密性让该看的人能看,不该看的人看不到。
完整性 完整性保证数据没有被未授权修改,并且仍然正确可信。
可用性 可用性保证授权用户需要时能及时使用系统和数据。
不可否认性 不可否认性让行为人事后不能抵赖自己做过某事。
ISO ISO 是国际标准化组织,常见安全管理体系如 ISO 27001/27002。
政策 政策是高层原则,说明必须遵守什么。
标准 标准给出必须满足的最低要求。
程序 程序是一步一步怎么做。
学习单元 111 / PDF P654

第 654 页学习单元

这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

教材原文段落

minimal computational capabilities and does not need networking. The organization thinks that using an embedded system or a microcontroller may be able to provide the functionality necessary for the product. Which of the following is the best choice to use for this new product? A. Arduino B. RTOS C. MPP D. FPGA 17. You are developing a new product that is intended to process data to trigger real-world adjustments with minimal latency or delay. The current plan is to embed the code into a ROM chip to optimize for mission-critical operations. What type of solution is most appropriate for this scenario? A. Containerized application B. An Arduino C. DCS D. RTOS 18.

A major online data service wants to provide better response and access times for its users and visitors. They plan on deploying thousands of mini-web servers to ISPs across the nation. These mini-servers will host the few dozen main pages of their website so that users will be routed to the logically and geographically closest server for optimal performance and minimal latency. Only if a user requests data not on these miniservers will they be connecting to the centralized main web cluster hosted at the company's headquarters. What is this type of deployment commonly known as? A. Edge computing B. Fog computing C. Thin clients D. Infrastructure as code 19.

You are working on improving your organization's policy on mobile equipment. Because of several recent and embarrassing breaches, the company wants to increase security through technology as well as user

中文直译 / 整理

计算能力极低且无需网络。 该组织认为,使用嵌入式系统或微控制器可能 能够提供产品所需的功能。 以下哪一项是该新产品最合适的选择? A. Arduino B. RTOS C. MPP D. FPGA 17. 您正在开发一种新产品,旨在处理数据以尽可能低的延迟或延时触发现实 世界的调整。 当前计划是将代码嵌入到ROM芯片中,以优化关键任务操作。 对于此场景,最合适的解决方案是什么? A. 容器化应用程序 B. 一个Arduino C. DCS D. RTOS 18. 一家主要的在线数据服务公司希望为其用户和访客提供更好的响应速度和 访问时间。 他们计划在全国各地的ISP部署数千台微型Web服务器。 这些微 型服务器将托管其网站的几十个主要页面,以便用户被路由到逻辑上和地理 位置上最近的服务器,以实现最佳性能和最低延迟。 只有当用户请求的数据 不在这些微型服务器上时,才会连接到公司总部托管的集中式主Web集群。 这种部署方式通常称为什么? A. 边缘计算 B. 雾计算 C. 薄客户端 D. 基础设施即代码 19. 您正在致力于改进贵组织的移动政策 设备。 由于最近发生了几起令人尴尬的泄露事件,公司希望通过技术和用户

小白解释

场景先行:凌晨监控告警:某台服务器开始大量外连。你不能先忙着写报告,也不能直接关全网。事件响应要按顺序做:确认、遏制、根除、恢复、复盘。

这一页真正想让你理解的是:这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

把它放进公司里看,关键不是背定义,而是判断:步骤乱了会扩大损失,或者破坏证据。

你作为负责人可以这样想:先保全证据和控制影响,再清除原因并恢复业务。

本页术语用人话说:

政策:政策是高层原则,说明必须遵守什么。

程序:程序是一步一步怎么做。

日志:日志记录系统和用户活动,用于监控、审计和调查。

恢复时间目标 RTO:RTO 是业务或系统最多能中断多久。

常见误区:不要一上来就删除文件或重装系统;可能会破坏调查证据。

读完后用一句话复述:如果我是事件响应负责人,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“第 654 页学习单元”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是事件响应负责人在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

Policy 高层、强制、稳定;Procedure 具体步骤。

Step-by-step、SOP 常对应 procedure。

日志要保护完整性、时间同步和访问控制。

RTO 问时间:多久必须恢复。

排除法提醒:不要一上来就删除文件或重装系统;可能会破坏调查证据。

本页术语拆解
政策 政策是高层原则,说明必须遵守什么。
程序 程序是一步一步怎么做。
日志 日志记录系统和用户活动,用于监控、审计和调查。
恢复时间目标 RTO RTO 是业务或系统最多能中断多久。
学习单元 112 / PDF P655

角色与职责:谁最终负责,谁执行保护

CISSP 很爱考 owner、custodian、senior manager 的责任边界。

教材原文段落

behavior and activities. What is the most effective means of reducing the risk of losing the data on a mobile device, such as a laptop computer? A. Defining a strong logon password B. Minimizing sensitive data stored on the mobile device C. Using a cable lock D. Encrypting the hard drive 20. The CISO has asked you to propose an update to the company's mobile device security policy. The main concerns are the intermingling of personal information with business data and complexities of assigning responsibility over device security, management, updates, and repairs. Which of the following would be the best option to address these issues? A. Bring your own device (BYOD) B.

Corporate-owned personally enabled (COPE) C. Choose your own device (CYOD) D. Corporate-owned mobile strategy (COMS)

中文直译 / 整理

行为和活动来增强安全性。 减少笔记本电脑等移动设备上数据丢失风险的最有 效方法是什么? A. 定义强登录密码 B. 最小化存储在移动设备上的敏感数据 C. 使用电缆锁 D. 加密硬盘 20. 首席信息安全官(CISO)要求您提出对公司移动设备安全策略的更新。 主要关切点是个人信息与业务数据的混合,以及在设备安全、管理、更新和 维修方面责任分配的复杂性。 以下哪项是解决这些问题的最佳方案? A. 自带设备(BYOD) B. 企业所有、个人启用(COPE) C. 自选设备(CYOD) D. 企业移动策略(COMS)

小白解释

场景先行:公司准备上线一个新业务系统,技术团队说可以买设备,法务说要合规,业务说不能影响上线。安全治理就是让高层定方向:安全要服务业务目标,风险由谁接受,预算花在哪里。

这一页真正想让你理解的是:CISSP 很爱考 owner、custodian、senior manager 的责任边界。

把它放进公司里看,关键不是背定义,而是判断:如果没有治理,安全会变成各部门各做各的:有人只想省钱,有人只想堆工具,最后责任不清。

你作为负责人可以这样想:先定策略和责任,再把战略拆成战术计划和日常运营计划。

本页术语用人话说:

加密:加密把内容变成未授权者看不懂的形式。

首席信息安全官:CISO 负责组织安全计划、策略、沟通和监督。

ISO:ISO 是国际标准化组织,常见安全管理体系如 ISO 27001/27002。

政策:政策是高层原则,说明必须遵守什么。

常见误区:不要把治理理解成配置设备;治理是方向、责任和监督。

读完后用一句话复述:如果我是高层管理者 / CISO,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“角色与职责:谁最终负责,谁执行保护”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是高层管理者 / CISO在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

加密主要保护机密性,也可配合签名、哈希支持完整性和真实性。

CISO 需要足够独立性和高层支持。

ISO 偏标准和管理体系。

Policy 高层、强制、稳定;Procedure 具体步骤。

网络题先定位层次,再判断协议、设备或攻击位置。

遇到章末题时,不要只看选项。先判断题干在问定义、责任归属、最佳下一步,还是控制措施选择。

排除法提醒:不要把治理理解成配置设备;治理是方向、责任和监督。

本页术语拆解
加密 加密把内容变成未授权者看不懂的形式。
首席信息安全官 CISO 负责组织安全计划、策略、沟通和监督。
ISO ISO 是国际标准化组织,常见安全管理体系如 ISO 27001/27002。
政策 政策是高层原则,说明必须遵守什么。
OSI 模型 OSI 用七层结构理解网络通信,从物理层到应用层。
日志 日志记录系统和用户活动,用于监控、审计和调查。
恢复点目标 RPO RPO 是最多能接受丢失多少时间范围的数据。