OSG10 · Chapter 11 · Secure Network Architecture and Components · 全文覆盖 + 小白精读 + 画报

第 11 章:安全网络架构与组件

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

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

本章考试范围总览

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

教材原文段落

THE CISSP TOPICS COVERED IN THIS CHAPTER INCLUDE: Domain 4.0: Communication and Network Security 4.1 Apply secure design principles in network architectures 4.1.1 Open System Interconnection (OSI) and Transmission Control Protocol/Internet Protocol (TCP/IP) models 4.1.2 Internet Protocol (IP) version 4 and 6 (IPv6) (e.g., unicast, broadcast, multicast, anycast) 4.1.3 Secure protocols (e.g., Internet Protocol Security (IPSec), Secure Shell (SSH), Secure Sockets Layer (SSL)/Transport Layer Security (TLS)) 4.1.4 Implications of multilayer protocols 4.1.5 Converged protocols (e.g., Internet Small Computer Systems Interface (iSCSI), Voice over Internet Protocol (VoIP), InfiniBand over Ethernet, Compute Express Link) 4.1.6 Transport architecture (e.g., topology, data/control/management plane, cut-through/store-andforward) 4.1.8 Traffic flows (e.g., north-south, east-west) 4.1.9 Physical segmentation (e.g., in-band, out-of-band, airgapped) 4.1.10 Logical segmentation (e.g., virtual local area networks (VLANs), virtual private networks (VPNs), virtual routing and forwarding, virtual domain) 4.1.11 Micro-segmentation (e.g., network overlays/encapsulation; distributed firewalls, routers, intrusion detection system (IDS)/intrusion prevention system (IPS), zero trust) 4.1.12 Edge networks (e.g., ingress/egress, peering) 4.1.13 Wireless networks (e.g., Bluetooth, Wi-Fi, Zigbee, satellite) 4.1.14 Cellular/mobile networks (e.g., 4G, 5G)

中文直译 / 整理

本章涵盖的CISSP主题包括: 领域4.0:通信与网络安全 4.1 在网络架构中应用安全设计原则 4.1.1 开放系统互连(OSI)和传输控制协议/互联网协议(TCP/IP)模 型 4.1.2 互联网协议(IP)版本4和6(IPv6)(例如,单播、广播、 组播、任播) 4.1.3 安全协议(例如,互联网协议安全(IPSec)、安全外壳 (SSH)、安全套接层(SSL)/传输层安全(TLS)) 4.1.4 多层协议的影响 4.1.5 融合协议(例如,互联网小型计算机系统接口(iSCSI)、互联 网协议语音(VoIP)、以太网上的InfiniBand、计算表达链接) 4.1.6 传输架构(例如,拓扑、数据/控制/管理平面、直通/ 存储转发) 4.1.8 流量流向(例如,南北向、东西向) 4.1.9 物理隔离(例如,带内、带外、气隙隔离) 4.1.10 逻辑隔离(例如,虚拟局域网(VLAN)、虚拟专用网 络(VPN)、虚拟路由与转发、虚拟域) 4.1.11 微分段(例如,网络 覆盖/封装;

分布式防火墙、路由器、入侵检测系统(IDS)/入 侵防御系统(IPS)、零信任) 4.1.12 边缘网络(例如,入口/出口、对等连接) 4.1.13 无线网络(例如,蓝牙、Wi‑Fi、Zigbee、卫星) 4.1.14 移动蜂窝网络(例如,4G、5G)

小白解释

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

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

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

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

本页术语用人话说:

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

TCP/IP 模型:TCP/IP 是现实网络常用协议栈,和 OSI 可对应理解。

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

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

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

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

考点提醒

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

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

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

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

考试常让你把协议、端口、层次对应起来。

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

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

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

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

本页术语拆解
OSI 模型 OSI 用七层结构理解网络通信,从物理层到应用层。
TCP/IP 模型 TCP/IP 是现实网络常用协议栈,和 OSI 可对应理解。
防火墙 防火墙根据规则控制网络流量进出。
入侵检测系统 IDS IDS 负责发现可疑行为并告警,一般不直接阻断。
入侵防御系统 IPS IPS 可检测并主动阻断恶意流量。
虚拟专用网络 VPN VPN 在不可信网络上建立加密隧道。
零信任 零信任默认不信任任何访问请求,需要持续验证和最小权限。
日志 日志记录系统和用户活动,用于监控、审计和调查。
学习单元 02 / PDF P720

第 720 页学习单元

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

教材原文段落

4.1.15 Content distribution networks (CDN) 4.1.16 Software defined networks (SDN) (e.g., application programming interface (API), Software-Defined Wide-Area Network, network functions virtualization) 4.1.17 Virtual Private Cloud (VPC) 4.2 Secure network components 4.2.1 Operation of infrastructure (e.g., redundant power, warranty, support) 4.2.2 Transmission media (e.g., physical security of media, signal propagation quality) 4.2.3 Network Access Control (NAC) systems (e.g., physical, and virtual solutions) 4.2.4 Endpoint security (e.g., host-based) Domain 7.0 Security Operations 7.7 Operate and maintain detection and preventative measures 7.7.1 Firewalls (e.g., next generation, web application, network) This chapter discusses the Open Systems Interconnection (OSI) model as a guiding principle in networking, cabling, wireless connectivity, Transmission Control Protocol/Internet Protocol (TCP/IP) and related protocols, networking devices, and firewalls.

To properly implement secure design principles in network architectures, you must fully understand computer communications technologies. The Communication and Network Security domain deals with topics related to network components (i.e., network devices and protocols)—specifically, how they function and how they are relevant to security. This domain is discussed in this chapter and in Chapter 12, “Secure Communications and Network Attacks.” Be sure to read and study the materials in both chapters to ensure complete coverage of the essential material. OSI Model 4.1.15

中文直译 / 整理

内容分发网络(CDN) 4.1.16 软件定义网络(SDN)(例如,应用程序编程接口 (API)、软件定义广域网、网络功能虚拟化) 4.1.17 虚拟私有云(VPC) 4.2 安全网络组件 4.2.1 基础设施运行(例如,冗余电源、保修、支持) 4.2.2 传输介质(例如,介质的物理安全、信号传播质量) 4.2.3 网络访问控制(NAC)系统(例如,物理和虚拟解决方案) 4.2.4 终端安全(例如,基于主机的) 域 7.0 安全运营 7.7 运营和维护检测与预防措施 7.7.1 防火墙(例如,下一代、Web 应用程序、 网络) 本章讨论开放系统互连(OSI)模型作为网络、布线、无线连接、传输控制协 议/互联网协议(TCP/IP)及相关协议、网络设备和防火墙的指导原则。 要正 确实施网络架构中的安全设计原则,您必须全面理解计算机通信技术。 通信与网络安全领域涉及与网络组件(即网络设备和协议)相关的话题——具 体而言,是它们的功能及其与安全的相关性。 本章和第12章“安全通信与网络 攻击”中将讨论本领域。 请务必阅读并学习这两章的内容,以确保全面掌握核 心材料。 OSI 模型

小白解释

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

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

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

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

本页术语用人话说:

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

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

TCP/IP 模型:TCP/IP 是现实网络常用协议栈,和 OSI 可对应理解。

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

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

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

考点提醒

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

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

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

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

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

考试常让你把协议、端口、层次对应起来。

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

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

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

本页术语拆解
程序 程序是一步一步怎么做。
OSI 模型 OSI 用七层结构理解网络通信,从物理层到应用层。
TCP/IP 模型 TCP/IP 是现实网络常用协议栈,和 OSI 可对应理解。
防火墙 防火墙根据规则控制网络流量进出。
日志 日志记录系统和用户活动,用于监控、审计和调查。
学习单元 03 / PDF P721

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

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

教材原文段落

Communications between computers over networks are made possible by protocols. A protocol is a set of rules and restrictions that define how data is transmitted over a network medium (e.g., twisted-pair cable, fiber optics, and wireless transmission). The International Organization for Standardization (ISO) developed the Open Systems Interconnection (OSI) Reference Model for protocols in the late 1970s. History of the OSI Model The OSI Reference Model (more commonly called the OSI model) wasn't the first or only attempt to establish a common communications standard.

In fact, the most widely used protocol today, TCP/IP (which is based on the Defense Advanced Research Projects Agency [DARPA] model, also known now as the TCP/IP model) was developed in the early 1970s. The OSI model was not developed until the late 1970s (and not formally published as standard ISO 7498 until 1984). The OSI model was developed to establish a common communication structure or standard for all computer systems. The OSI model serves as a conceptual framework, or theoretical model, for how protocols should function in an ideal world on ideal hardware. The OSI model was developed by ISO to facilitate interoperability between different vendors' systems.

The OSI model has become a common reference point. OSI Functionality The OSI model divides networking tasks into seven layers. Each layer is responsible for performing specific tasks or operations with the ultimate goal of supporting data exchange (i.e., network communication) between two computers. They are referred to by either their name or their layer number (Figure 11.1). The layers are ordered specifically to indicate how information flows through the various levels of communication. Each layer communicates directly with the layer above it as well as the layer below it.

中文直译 / 整理

计算机通过网络进行通信依赖于协议。 协议是一组规则和限制,定义了数据如 何通过网络介质(例如双绞线、光纤和无线传输)进行传输。 国际标准化组织 (ISO)于20世纪70年代末为协议开发了开放系统互连(OSI)参考模型。 OSI模型的历史 OSI参考模型(更常被称为OSI模型)并不是第一个或唯一试图建立通用通信 标准的尝试。 事实上,当今最广泛使用的协议TCP/IP(基于国防高级研究计 划局[DARPA] 模型,现在也称为TCP/IP模型)早在20世纪70年代初就已开发 出来。 OSI模型直到20世纪70年代末才被开发出来(并于1984年才正式作为标 准ISO 7498发布)。 OSI模型旨在为所有计算机系统建立一个通用的通信结构或标准。 OSI模型作 为一个概念框架或理论模型,描述了协议在理想硬件和理想环境中的运作方 式。 OSI模型由ISO开发,旨在促进不同厂商系统之间的互操作性。 OSI模型 已成为一个通用的参考点。 OSI功能 OSI模型将网络任务划分为七层。 每层负责执行特定的任务或操作,最终目标是 支持两台计算机之间的数据交换(即网络通信)。 这些层可通过其名称或层数 字来引用(图11.1)。

这些层按特定顺序排列,以指示信息如何通过各个通信层 级流动。 每层直接与上层和下层进行通信。

小白解释

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

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

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

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

本页术语用人话说:

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

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

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

TCP/IP 模型:TCP/IP 是现实网络常用协议栈,和 OSI 可对应理解。

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

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

考点提醒

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

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

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

ISO 偏标准和管理体系。

Minimum level、mandatory requirement 常对应 standard。

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

考试常让你把协议、端口、层次对应起来。

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

本页术语拆解
ISO ISO 是国际标准化组织,常见安全管理体系如 ISO 27001/27002。
标准 标准给出必须满足的最低要求。
OSI 模型 OSI 用七层结构理解网络通信,从物理层到应用层。
TCP/IP 模型 TCP/IP 是现实网络常用协议栈,和 OSI 可对应理解。
学习单元 04 / PDF P722

第 722 页学习单元

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

教材原文段落

FIGURE 11.1 The OSI model Encapsulation/Deencapsulation The OSI model represents a protocol stack, which is a layered collection of multiple protocols (i.e., a multilayered protocol). Communication between protocol layers occurs through encapsulation and deencapsulation. Encapsulation is the addition of a header, and possibly a footer, to the data received by each layer from the layer above before it's handed off to the layer below. As the message is encapsulated at each layer, the previous layer's header and payload become the payload of the current layer. The inverse action occurring as data moves up through the OSI model layers from Physical to Application is known as deencapsulation.

The encapsulation/deencapsulation process is as follows:

中文直译 / 整理

图 11.1 OSI 模型 封装/解封装 OSI模型代表一个协议栈,即多个协议的分层集合(即多层协议)。 协议层之 间的通信通过封装和解封装实现。 封装是指在每一层从上层接收到数据后,在 将其传递给下层之前,添加一个头部(可能还包括一个尾部)。 当消息在每一 层进行封装时,前一层的头部和负载将成为当前层的负载。 当数据从物理层到 应用层向上通过OSI模型各层时,发生的相反操作称为解封装。 封装/解封装过 程如下:

小白解释

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

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

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

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

本页术语用人话说:

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

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

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

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

考点提醒

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

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

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

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

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

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

本页术语拆解
分层 分层把控制按层排列,让攻击者必须连续突破。
OSI 模型 OSI 用七层结构理解网络通信,从物理层到应用层。
学习单元 05 / PDF P723

第 723 页学习单元

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

教材原文段落

The term decapsulation is sometimes used, but the term used by the Internet Engineering Task Force (IETF) is deencapsulation. 1. The Application Layer receives data from software. The Application Layer encapsulates the message by adding information to it. Information is usually added only at the beginning of the message (called a header); however, some layers also add material at the end of the message (called a footer), as shown in Figure 11.2. The Application Layer passes the encapsulated message to the Presentation Layer. FIGURE 11.2 OSI model encapsulation 2.

The process of passing the message down and adding layer-specific information continues until the message reaches the Physical Layer. 3. At the Physical Layer, the message is converted into signals that represent bits and is transmitted over the physical connection. 4. The receiving computer captures the bits from the physical connection, re-creates the message in the Physical Layer, and sends the message up to the Data Link Layer.

中文直译 / 整理

有时会使用术语解封装,但互联网工程任务组(IETF)使用的术语是去 封装。 1. 应用层从软件接收数据。 应用层通过添加信息来封装消息。 信息通常只添 加在消息的开头(称为头部); 然而,某些层也会在消息的末尾添加内容 (称为尾部),如图11.2所示。 应用层将封装后的消息传递给表示层。 图11.2 OSI模型封装 2. 将消息向下传递并添加特定层信息的过程持续进行,直到消息到达物理 层。 3. 在物理层,消息被转换为表示比特的信号,并通过物理连接传输。 4. 接收计算机从物理连接中捕获比特,在物理层重新创建消息,并将消息 向上发送到数据链路层。

小白解释

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

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

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

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

本页术语用人话说:

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

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

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

考点提醒

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

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

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

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

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

本页术语拆解
OSI 模型 OSI 用七层结构理解网络通信,从物理层到应用层。
学习单元 06 / PDF P724

第 724 页学习单元

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

教材原文段落

5. The Data Link Layer strips its information and sends the message up to the Network Layer. 6. This process of deencapsulation is performed until the message reaches the Application Layer. 7. When the message reaches the Application Layer, the data in the message is sent to the intended software recipient. The information removed by each layer contains instructions, checksums, and so on that can be understood only by the peer layer that originally added or created the information (see Figure 11.3). This is known as peer-layer communication.

FIGURE 11.3 The OSI model peer layer logical channels The data sent into the protocol stack at the Application Layer (Layer 7) is encapsulated into a network container. The protocol data unit (PDU) is then passed down to the Presentation Layer (Layer 6), which in turn passes it down to the Session Layer (Layer 5). This network container is known as the PDU at Layers 7, 6, and 5. Once the network container reaches the Transport 5.

中文直译 / 整理

数据链路层剥离其信息,并将消息发送到网络层。 6. 这种解封装过程一直执行,直到消息到达应用层。 7. 当消息到达应用层时,消息中的数据会被发送给目标软件接收方。 每一层移除的信息包含仅由最初添加或创建该信息的对等层才能理解的指令、 校验和等(参见图 11.3)。 这被称为对等层通信。 图 11.3 OSI 模型的对等层逻辑通道 在应用层(第7层)发送到协议栈的数据被封装成一个网络容器。 协议数据单 元(PDU)随后被传递到表示层(第6层),再由表示层传递到会话层(第5层)。 这个网络容器在第7、6和5层被称为PDU。 当网络容器到达传输

小白解释

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

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

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

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

本页术语用人话说:

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

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

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

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

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

考点提醒

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

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

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

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

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

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

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

本页术语拆解
OSI 模型 OSI 用七层结构理解网络通信,从物理层到应用层。
入侵防御系统 IPS IPS 可检测并主动阻断恶意流量。
日志 日志记录系统和用户活动,用于监控、审计和调查。
学习单元 07 / PDF P725

第 725 页学习单元

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

教材原文段落

Layer (Layer 4) it is then called a segment (TCP) or a datagram (User Datagram Protocol [UDP]). In the Network Layer (Layer 3), it is called a packet. In the Data Link Layer (Layer 2), it is called a frame. In the Physical Layer (Layer 1), the network container is converted into bits for transmission over the physical connection medium. Figure 11.4 shows the label applied to the network container at each layer.

FIGURE 11.4 OSI model layer-based network container names OSI Layers Understanding the functions and responsibilities of each layer of the OSI model will help you understand how network communications function, how attacks can be perpetrated, and how security can be implemented to protect network communications.

中文直译 / 整理

层(第4层)时,它被称为段(TCP)或数据报(用户数据报协议[UDP])。 在网络层(第3层),它被称为数据包。 在数据链路层(第2层),它被称为帧。 在物理层(第1层),网络容器被转换为比特,以便通过物理连接介质进行传输。 图11.4展示了每一层对网络容器所应用的标签。 图 11.4基于 OSI 模型层的网络容器名称 OSI 层 理解OSI模型每一层的功能和职责将有助于您了解网络通信的工作原理、攻击 如何实施,以及如何实施安全措施以保护网络通信。

小白解释

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

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

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

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

本页术语用人话说:

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

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

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

考点提醒

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

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

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

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

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

本页术语拆解
OSI 模型 OSI 用七层结构理解网络通信,从物理层到应用层。
学习单元 08 / PDF P726

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

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

教材原文段落

Remember the OSI Mnemonics can help you remember the layers of the OSI model in order: Application, Presentation, Session, Transport, Network, Data Link, and Physical (top to bottom). Examples include: “Please Do Not Teach Surly People Acronyms” (Physical Layer up to the Application Layer) and “All Presidents Since Truman Never Did Pot” (Application Layer down to Physical Layer). Application Layer The Application Layer (Layer 7) is responsible for interfacing user applications, network services, or the operating system with the protocol stack.

The software application is not located within this layer; rather, the protocols and services required to transmit files, exchange messages, connect to remote terminals, and so on are found here. Presentation Layer The Presentation Layer (Layer 6) is responsible for transforming data into a format that any system following the OSI model can understand. It imposes common or standardized structure and formatting rules onto the data. The Presentation Layer is also responsible for encryption and compression. On TCP/IP networks, there is no actual Presentation Layer.

There is no current need to reformat data for network transport, and protocol-stack compression only occurs in concert with some encryption operations. Encryption in relation to network communication can occur in at least five locations: Pre-network encryption, where the software encrypts prior to sending the data into the Application Layer Transport Layer encryption typically performed by TLS VPN encryption, which can occur at Layer 2, 3, or 4 depending on the VPN technology in use (such as L2TP, IPSec, OpenVPN [i.e., TLS VPN], respectively) Wireless encryption at the Data Link Layer

中文直译 / 整理

记住OSI 助记符可以帮助您按顺序记住OSI模型的各层:应用层、表示层、会话层、 传输层、网络层、数据链路层和物理层(从上到下)。 示例包括:" Please Do Not Teach Surly People Acronyms"(从物理层到应用层) 和"All Presidents Since Truman Never Did Pot"(从应用层到物理层)。 应用层 应用层(第7层)负责将用户应用程序、网络服务或操作系统与协议栈进行接 口连接。 软件应用程序本身并不位于这一层; 相反,传输文件、交换消息、连 接远程终端等所需的协议和服务都位于这一层。 表示层 表示层(第6层)负责将数据转换为任何遵循OSI模型的系统都能理解的格式。 它对数据施加通用或标准化的结构和格式规则。 表示层还负责加密和压缩。 在TCP/IP网络中,并不存在实际的表示层。 目前无需对数据进行重新格式 化以适应网络传输,协议栈的压缩仅在与某些加密操作协同时发生。

与网络 通信相关的加密可以在至少五个位置进行: 网络前加密,软件在发送前对数据进行加密 进入应用层 传输层加密通常由TLS执行 VPN加密可在第2、3或4层发生,具体取决于 正在使用的VPN技术(例如L2TP、IPSec、OpenVPN [即TLS VPN], 相应地) 数据链路层的无线加密

小白解释

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

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

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

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

本页术语用人话说:

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

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

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

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

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

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

考点提醒

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

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

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

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

Minimum level、mandatory requirement 常对应 standard。

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

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

考试常让你把协议、端口、层次对应起来。

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

本页术语拆解
加密 加密把内容变成未授权者看不懂的形式。
标准 标准给出必须满足的最低要求。
程序 程序是一步一步怎么做。
OSI 模型 OSI 用七层结构理解网络通信,从物理层到应用层。
TCP/IP 模型 TCP/IP 是现实网络常用协议栈,和 OSI 可对应理解。
入侵防御系统 IPS IPS 可检测并主动阻断恶意流量。
虚拟专用网络 VPN VPN 在不可信网络上建立加密隧道。
日志 日志记录系统和用户活动,用于监控、审计和调查。
学习单元 09 / PDF P727

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

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

教材原文段落

Bulk encryption at the Physical Layer (provided by a device external to the network interface card [NIC]) Many technologies provide encrypted connectivity to individual services or entire systems, such as remote desktop solutions and HTML5. Some entities label these capabilities as VPNs, but they are not VPNs. HTML5 is the encoding language for HTML documents, which is then interpreted by a browser. While it does support capabilities that are similar to a VPN, it is not a true VPN. Session Layer The Session Layer (Layer 5) is responsible for establishing, maintaining, and terminating communication sessions between two computers.

It manages dialog discipline or dialog control (simplex, half-duplex, full-duplex), establishes checkpoints for grouping and recovery, and retransmits PDUs that have failed or been lost since the last verified checkpoint. On TCP/IP networks, there is no actual Session Layer. Session Layer functions are handled by TCP at the Transport Layer or not at all when UDP is in use.

Communication sessions can operate in one of three different discipline or control modes: Simplex: One-way communication (as a sender or receiver, but not both) Half-Duplex: Two-way communication, but only one direction can send or receive data at a time Full-Duplex: Two-way communication, in which data can be sent and received in both directions simultaneously Transport Layer

中文直译 / 整理

物理层的批量加密(由网络接口卡 [NIC] 外部的设备提供) 许多技术为单个服务或整个系统提供加密连接,例如远程桌面解决方 案和HTML5。 一些实体将这些功能称为VPN,但它们并非VPN。 HTML5是HTML文档的编码语言,随后由浏览器解释。 尽管它支持类似于 VPN的功能,但它并非真正的VPN。 会话层 会话层(第5层)负责在两台计算机之间建立、维护和终止通信会话。 它管理 对话纪律或对话控制(单工、半双工、全双工), 建立检查点以进行分组和恢复,并重传自上次验证检查点以来失败或丢失的PDU。 在TCP/IP网络中,不存在实际的会话层。 会话层功能由传输层的TCP处理, 或在使用UDP时完全不处理。 通信会话可以以以下三种不同的纪律或控制模式之一运行: 单工:单向通信(作为发送方或接收方,但不能同时进行) 半双工:双向通信,但同一时间只能有一个方向发送或接收数据 全双工:双向通信,数据可在两个方向上同时发送和接收 传输层

小白解释

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

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

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

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

本页术语用人话说:

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

TCP/IP 模型:TCP/IP 是现实网络常用协议栈,和 OSI 可对应理解。

虚拟专用网络 VPN:VPN 在不可信网络上建立加密隧道。

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

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

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

考点提醒

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

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

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

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

考试常让你把协议、端口、层次对应起来。

远程访问、站点到站点、安全隧道常对应 VPN/IPSec。

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

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

本页术语拆解
加密 加密把内容变成未授权者看不懂的形式。
TCP/IP 模型 TCP/IP 是现实网络常用协议栈,和 OSI 可对应理解。
虚拟专用网络 VPN VPN 在不可信网络上建立加密隧道。
日志 日志记录系统和用户活动,用于监控、审计和调查。
学习单元 10 / PDF P728

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

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

教材原文段落

The Transport Layer (Layer 4) is responsible for managing the integrity of a connection and controlling the session. The Transport Layer establishes communications between nodes (also known as devices) and defines the rules of a session. Session rules specify how much data each segment can contain, how to verify message integrity, and how to determine whether data has been lost. Session rules are established through a handshaking process.

(Please see the section “Transport Layer Protocols,” later in this chapter, for the discussion of the SYN/ACK three-way handshake of TCP.) The Transport Layer establishes a logical connection between two devices and provides end-to-end transport services to support data delivery. This layer includes mechanisms for segmentation, sequencing, error checking, controlling the flow of data, error correction, multiplexing, and network service optimization.

The following protocols operate within the Transport Layer: Transmission Control Protocol (TCP) User Datagram Protocol (UDP) Transport Layer Security (TLS) Since the actual TCP/IP protocol stack does not functionally have a presentation or session layer, as defined by the OSI model, some of the features of those “missing” layers are handled in the Transport Layer by TCP. Network Layer The Network Layer (Layer 3) is responsible for logical addressing and performing routing. Logical addressing occurs when an address is assigned and used by software or a protocol rather than being provided and controlled by hardware.

The Network Layer's packet header includes the source and destination IP addresses. The Network Layer is responsible for providing routing or delivery guidance, but it is not responsible for verifying guaranteed delivery. The Network Layer also manages error detection and node data traffic (i.e., traffic control).

中文直译 / 整理

传输层(第4层)负责管理连接的完整性并控制会话。 传输层在节点(也称为 设备)之间建立通信,并定义会话的规则。 会话规则规定每个段可以包含多少 数据、如何验证消息完整性以及如何确定数据是否丢失。 会话规则通过握手过 程建立。 (有关TCP的SYN/ACK三次握手的讨论,请参见本章后面“传输层 协议”部分。 ) 传输层在两个设备之间建立逻辑连接,并提供端到端的传输服务以支持数据传 输。 该层包括分段、排序、错误检查、流量控制、错误纠正、多路复用和网络 服务优化等机制。 以下协议在传输层中运行: 传输控制协议(TCP) 用户数据报协议(UDP) 传输层安全(TLS) 由于实际的TCP/IP协议栈在功能上没有OSI模型所定义的表示层和 会话层,因此这些“缺失”层的某些功能由TCP在传输层中处理。 网络层 网络层(第3层)网络层(第3层)负责逻辑寻址和路由。 逻辑寻址是指地址由 软件或协议分配和使用,而非由硬件提供和控制。 网络层的数据包头部包含源 IP地址和目的IP地址。 网络层负责提供路由或传输指导,但不负责验证可靠传输。 网络层还管理错误 检测和节点数据流量(即流量控制)。

小白解释

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

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

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

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

本页术语用人话说:

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

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

TCP/IP 模型:TCP/IP 是现实网络常用协议栈,和 OSI 可对应理解。

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

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

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

考点提醒

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

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

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

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

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

考试常让你把协议、端口、层次对应起来。

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

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

本页术语拆解
完整性 完整性保证数据没有被未授权修改,并且仍然正确可信。
OSI 模型 OSI 用七层结构理解网络通信,从物理层到应用层。
TCP/IP 模型 TCP/IP 是现实网络常用协议栈,和 OSI 可对应理解。
日志 日志记录系统和用户活动,用于监控、审计和调查。
学习单元 11 / PDF P729

第 729 页学习单元

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

教材原文段落

Non-IP, or Legacy, Protocols Non-IP protocols are protocols that serve as an alternative to IP at the OSI Network Layer (3). With the dominance and success of TCP/IP, nonIP protocols (i.e., legacy protocols) have become the purview of specialpurpose networks, such as IPX/SPX, AppleTalk, and NetBEUI. Because non-IP protocols are rare, most firewalls are unable to perform packet header, address, or payload content filtering on those protocols. Also, non-IP protocols can be encapsulated in IP to be communicated across the Internet. Thus, legacy protocols need to be blocked. A router is the primary network hardware device that functions at Layer 3.

Routers determine the best logical path for the transmission of packets based on speed, hops, preference, and so on. Routers use the destination IP address to guide the transmission of packets. A routed protocol is a Network Layer protocol whose communications are controlled by routers and their routing tables. Routers maintain a routing table that includes information about known subnets and the pathway to reach those subnets. The routing table information is used to direct the traffic of a routed protocol to its destination.

中文直译 / 整理

非IP协议或传统协议 非IP协议是作为OSI网络层(第3层)中IP协议替代方案的协议。 由于 TCP/IP的主导地位和成功,非IP协议(即遗留协议)已成为专用网络的范 畴,例如IPX/SPX、AppleTalk和NetBEUI。 由于非IP协议极为罕见,大 多数防火墙无法对这些协议执行数据包头部、地址或负载内容过滤。 此外, 非IP协议可以被封装在IP中以通过互联网传输。 因此,需要阻止遗留协议。 路由器是工作在第3层的主要网络硬件设备。 路由器根据速度、跳数、优先级等 因素确定数据包传输的最佳逻辑路径。 路由器使用目的IP地址来引导数据包的 传输。 一种路由协议是一种网络层协议,其通信由路由器及其路由表控制。 路 由器维护一个路由表,其中包含有关已知子网及到达这些子网路径的信息。 路 由表信息用于将路由协议的流量导向其目的地。

小白解释

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

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

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

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

本页术语用人话说:

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

TCP/IP 模型:TCP/IP 是现实网络常用协议栈,和 OSI 可对应理解。

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

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

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

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

考点提醒

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

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

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

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

考试常让你把协议、端口、层次对应起来。

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

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

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

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

本页术语拆解
OSI 模型 OSI 用七层结构理解网络通信,从物理层到应用层。
TCP/IP 模型 TCP/IP 是现实网络常用协议栈,和 OSI 可对应理解。
防火墙 防火墙根据规则控制网络流量进出。
日志 日志记录系统和用户活动,用于监控、审计和调查。
恢复点目标 RPO RPO 是最多能接受丢失多少时间范围的数据。
学习单元 12 / PDF P730

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

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

教材原文段落

Routing Protocols There are two broad categories of interior routing protocols: distance vector and link state. Distance vector routing protocols maintain a list of destination networks along with metrics of direction and distance as measured in hops (in other words, the number of routers to cross to reach the destination). Link state routing protocols gather router characteristics, such as speed, latency, error rates, and actual monetary cost for use. This information is tabulated to make a next hop routing decision. Common examples of distance vector routing protocols are Routing Information Protocol (RIP) and Interior Gateway Routing Protocol (IGRP).

Common examples of link state routing protocols are Open Shortest Path First (OSPF) and Intermediate System to Intermediate System (IS-IS). There is also a commonly used advanced distance vector routing protocol that replaces IGRP: Enhanced Interior Gateway Routing Protocol (EIGRP). There is one main category of exterior routing protocols that is called path vector. Path vector routing protocols make next hop decisions based on the entire remaining path (i.e., vector) to the destination. This is distinct from interior routing protocols, which make next hop decisions based solely on information related to that next immediate hop.

Interior routing protocols are myopic, whereas exterior routing protocols are farsighted. The primary example of a path vector protocol is Border Gateway Protocol (BGP). BGP maintains a routing table of the autonomous systems (AS) across the Internet. An autonomous system (AS) is a collection of IP networks and routers under the control of a single organization that presents a common routing policy to the Internet. Route security can be enforced by configuring routers to accept route updates only from other authenticated routers. Administrative access to a router should be limited physically and logically to only specific authorized entities.

It is also important to keep router firmware updated. Data Link Layer The Data Link Layer (Layer 2) is responsible for formatting the packet for transmission. The proper format is determined by the hardware, topology, and technology of the network, such as Ethernet (IEEE 802.3).

中文直译 / 整理

路由协议 Interior routing protocols分为两大类:距离矢量和链路状态。 距离矢 量路由协议维护一份目标网络列表,以及以跳数(即到达目的地所需经过 的路由器数量)衡量的方向和距离度量值。 链路状态路由协议收集路由器 特性,例如速度、延迟、错误率和实际货币成本以供使用。 这些信息被汇 总以做出下一跳路由决策。 距离矢量路由协议的常见示例包括路由信息协 议(RIP)和内部网关路由协议(IGRP)。 链路状态路由协议的常见示例 包括开放最短路径优先(OSPF)和中间系统到中间系统(IS-IS)。 还有 一种常用的高级距离矢量路由协议取代了IGRP:增强型内部网关路由协议 (EIGRP)。 有一种主要类别的外部路由协议称为路径向量。 路径向量路由协议根据到目 的地的完整剩余路径(即向量)来决定下一跳。 这与内部路由协议不同,内 部路由协议仅基于与下一跳直接相关的信息来决定下一跳。 内部路由协议是 短视的,而外部路由协议是远见的。 路径向量协议的主要示例是边界网关协 议(BGP)。 BGP维护互联网上自治系统(AS)的路由表。

自治系统( AS)是指由单个组织控制的一组IP网络和路由器,它们向互联网呈现统一 的路由策略。 可以通过配置路由器仅接受来自其他经过身份验证的路由器的路由更新来 强制实施路由安全。 对路由器的管理访问应通过物理和逻辑方式仅限于特 定授权实体。 同时,保持路由器固件更新也非常重要。 数据链路层 数据链路层(第2层)Data Link Layer (Layer 2)负责将数据包格式化以便传输。 正确的格式由网络的硬件、拓扑结构和技术决定,例如以太网(IEEE 802.3)。

小白解释

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

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

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

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

本页术语用人话说:

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

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

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

身份:身份是主体在系统中的标识。

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

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

考点提醒

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

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

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

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

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

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

身份管理题要区分识别、认证、授权、审计。

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

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

本页术语拆解
授权 授权是认证之后决定你能访问什么、能做什么。
NIST NIST 提供美国常用安全标准、框架和指南。
政策 政策是高层原则,说明必须遵守什么。
身份 身份是主体在系统中的标识。
日志 日志记录系统和用户活动,用于监控、审计和调查。
学习单元 13 / PDF P731

政策、标准、程序、指南

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

教材原文段落

Part of the processing performed on the network container within the Data Link Layer includes adding the source and destination hardware addresses to the frame. The hardware address is the Media Access Control (MAC) address, which is a 6-byte (48-bit) binary address written in hexadecimal notation (for example, 00-13-02-1F-58-F5). This address is also known as the physical address, the NIC address, and the Ethernet address. The first 3 bytes (24 bits) of the address is the organizationally unique identifier (OUI), which denotes the vendor or manufacturer of the physical network interface.

OUIs are registered with the Institute of Electrical and Electronics Engineers (IEEE), which controls their issuance. The OUI can be used to discover the manufacturer of a NIC through the IEEE website at http://standards.ieee.org/products-services/regauth/index.html. The last 3 bytes (24 bits) of the MAC address represent a unique number assigned to that interface by the manufacturer. Some manufacturers will encode information into these final 24 bits, which may represent the make, model, and production run along with a unique value. Thus, some devices (such as mobile devices, IoT equipment, and embedded systems) that use a unique NIC can be identified by their MAC addresses.

Among the protocols at the Data Link Layer (Layer 2) of the OSI model, you should be familiar with Address Resolution Protocol (ARP). See the section “ARP Concerns” later in this chapter. Network hardware devices that function at Layer 2, the Data Link Layer, are switches and bridges. These devices support MAC-based traffic routing. Switches receive a frame on one port and send it out another port based on the destination's MAC address. MAC address destinations are used to determine whether a frame is transferred over the bridge from one network segment to another.

Physical Layer The Physical Layer (Layer 1) converts a frame into bits for transmission over the physical connection medium, and vice versa for receiving communications. Network hardware devices that function at Layer 1, the Physical Layer, are NICs, hubs, repeaters, concentrators, and amplifiers. These devices perform hardware-based signal operations, such as sending a signal from one connection port out on all other ports (a hub) or amplifying the signal to support greater transmission distances (a repeater).

中文直译 / 整理

在数据链路层对网络容器执行的部分处理包括将源和目的硬件地址添加到 帧中。 硬件地址是媒体访问控制(MAC)地址,它是一个6字节(48位)的二 进制地址,采用十六进制表示法(例如,00‑13‑02‑1F‑58‑F5)。 此地址也被称 为物理地址、NIC地址和以太网地址。 该地址的前3字节(24位)是组织唯一标 识符(OUI),用于标识物理网络接口的供应商或制造商。 OUI由电气和电子 工程师协会(IEEE)注册并控制其发放。 通过IEEE网站,可以使用OUI来发 现NIC的制造商,网址为 http://standards.ieee.org/products-services/regauth/index.html。 MAC地 址的最后3个字节(24位)表示制造商分配给该接口的唯一编号。 一些制造商会 在这些最后的24位中编码信息,这些信息可能代表设备的制造商、型号、生产 批次以及唯一值。 因此,一些使用唯一NIC的设备(如移动设备、物联网设备 和嵌入式系统)可以通过其MAC地址进行识别。 在OSI模型的数据链路层(第2层)协议中,您应熟悉地址解析协议(ARP)。 请参见本章后面“ARP注意事项”部分。

在第2层(数据链路层)工作的网络硬件设备是交换机和网桥。 这些设备支持 基于MAC地址的流量路由。 交换机从一个端口接收帧,并根据目标MAC地址 将其从另一个端口发送出去。 MAC地址目标用于确定帧是否通过网桥从一个 网络段传输到另一个网络段。 物理层 物理层(第1层)将帧转换为比特,以便通过物理连接介质传输,反之亦然, 用于接收通信。 工作在第1层(物理层)的网络硬件设备包括网卡、集线器、中继器、集中器 和放大器。 这些设备执行基于硬件的信号操作,例如将信号从一个连接端口 发送到所有其他端口(集线器),或放大信号以支持更长的传输距离(中继 器)。

小白解释

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

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

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

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

本页术语用人话说:

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

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

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

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

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

考点提醒

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

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

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

Minimum level、mandatory requirement 常对应 standard。

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

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

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

本页术语拆解
标准 标准给出必须满足的最低要求。
OSI 模型 OSI 用七层结构理解网络通信,从物理层到应用层。
强制访问控制 MAC MAC 由系统根据标签和级别强制决定访问。
学习单元 14 / PDF P732

第 732 页学习单元

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

教材原文段落

TCP/IP Model The TCP/IP model (also called the DARPA model or the DOD model) consists of only four layers, as opposed to the OSI reference model's seven. The four layers of the TCP/IP model are Application (also known as Process), Transport (also known as Host-to-Host), Internet (sometimes Internetworking), and Link (although Network Interface and sometimes Network Access are also used). Figure 11.5 shows how they compare to the seven layers of the OSI model. The TCP/IP protocol suite was developed before the OSI Reference Model was created. FIGURE 11.5 Comparing the OSI model with the TCP/IP model TCP/IP

中文直译 / 整理

模型 该TCP/IP模型(也称为DARPA模型或DOD模型)仅包含四层,而OSI参考模型 有七层。 TCP/IP模型的四层分别是应用层(也称为进程层)、传输层(也称为 主机到主机层)、互联网层(有时称为互连网络层)和链路层(尽管也使用网 络接口层和有时网络访问层)。 图11.5展示了它们与OSI模型七层的对比。 TCP/IP协议套件是在OSI参考模型创建之前开发的。 图 11.5 OSI 模型与 TCP/IP 模型的比较

小白解释

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

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

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

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

本页术语用人话说:

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

TCP/IP 模型:TCP/IP 是现实网络常用协议栈,和 OSI 可对应理解。

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

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

考点提醒

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

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

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

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

考试常让你把协议、端口、层次对应起来。

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

本页术语拆解
OSI 模型 OSI 用七层结构理解网络通信,从物理层到应用层。
TCP/IP 模型 TCP/IP 是现实网络常用协议栈,和 OSI 可对应理解。
学习单元 15 / PDF P733

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

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

教材原文段落

Since the TCP/IP model layer names and the OSI model layer names can be used interchangeably, it is important to know which model is being addressed in various contexts. Unless informed otherwise, always assume that the OSI model provides the basis for discussion because it's the most widely used network reference model. The TCP/IP model was derived directly from the TCP/IP protocol suite or stack comprising hundreds of individual protocols. TCP/IP is a platformindependent protocol based on open standards.

TCP/IP can be found in just about every available operating system, but it consumes a significant amount of resources and is relatively easy to hack, because it was originally designed for ease of use and interoperability rather than for security. TCP/IP's vulnerabilities are numerous. Improperly implemented TCP/IP stacks in various operating systems are vulnerable to buffer overflows, SYN flood attacks, various denial-of-service (DoS) attacks, fragment attacks, oversized packet attacks, spoofing attacks, adversary-in-the-middle attacks (AitM), hijack attacks, and coding error attacks. TCP/IP (as well as most protocols) is also subject to passive attacks via monitoring or sniffing.

Eavesdropping and other attacks are discussed in more detail at the end of Chapter 12. Analyzing Network Traffic Network communications analysis is often an essential function in managing a network. It can be useful in tracking down malicious communications, detecting errors, or resolving transmission problems. However, network eavesdropping may also be used to violate communication confidentiality and/or serve as the information-gathering phase of a subsequent attack. A protocol analyzer is a tool used to examine the contents of network traffic. A protocol analyzer can be a dedicated hardware device or software installed on a typical host system.

A protocol analyzer is a frame/packet-capturing tool that can collect network traffic and store it in memory or on a storage device. Once a frame or packet is captured, it can be analyzed either with complex automated tools and scripts or manually. A protocol analyzer may also be called a sniffer, network evaluator, network analyzer, traffic monitor, or

中文直译 / 整理

由于TCP/IP模型层名称和OSI模型层名称可以互换使用,因此在不同上 下文中了解所涉及的是哪个模型非常重要。 除非另有说明,否则应始终假设 OSI模型是讨论的基础,因为它是使用最广泛的网络参考模型。 TCP/IP模型直接源自TCP/IP协议套件或协议栈,该套件包含数百个独立协议。 TCP/IP是一种基于开放标准的平台无关协议。 TCP/IP几乎存在于所有可用的 操作系统中,但它消耗大量资源,且相对容易被攻击,因为其最初设计时侧重 于易用性和互操作性,而非安全性。 TCP/IP的漏洞众多。 各种操作系统中实现不当的TCP/IP协议栈容易遭受缓 冲区溢出、SYN洪水攻击、各种拒绝服务(DoS)攻击、分片攻击、超大包 攻击、欺骗攻击、中间人攻击(AitM)、劫持攻击和编码错误攻击。 TCP/IP(以及大多数协议)也容易受到通过监控或嗅探进行的被动攻击。 窃听和其他攻击在第12章的末尾有更详细的讨论。 分析网络流量 网络通信分析通常是管理网络的一项重要功能。 它可用于追踪恶意通信、检测 错误或解决传输问题。 然而,网络窃听也可能被用来违反通信机密性,或作为 后续攻击的信息收集阶段。

一个 协议分析仪 是一种用于检查网络流量内容的工具。 协议分析仪可以是专 用的硬件设备,也可以是安装在普通主机系统上的软件。 协议分析仪是一种帧/ 数据包捕获工具,能够收集网络流量并将其存储在内存或存储设备中。 一旦捕 获了帧或数据包,就可以使用复杂的自动化工具和脚本,或手动进行分析。 协 议分析仪也可能被称为 嗅探器、网络评估器、网络分析仪、流量监控器 或

小白解释

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

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

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

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

本页术语用人话说:

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

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

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

TCP/IP 模型:TCP/IP 是现实网络常用协议栈,和 OSI 可对应理解。

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

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

考点提醒

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

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

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

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

Minimum level、mandatory requirement 常对应 standard。

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

考试常让你把协议、端口、层次对应起来。

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

本页术语拆解
机密性 机密性让该看的人能看,不该看的人看不到。
标准 标准给出必须满足的最低要求。
OSI 模型 OSI 用七层结构理解网络通信,从物理层到应用层。
TCP/IP 模型 TCP/IP 是现实网络常用协议栈,和 OSI 可对应理解。
学习单元 16 / PDF P734

认证:证明身份

认证回答“你是不是你声称的那个人”。

教材原文段落

packet-capturing utility. A sniffer is generally a packetor frame-capturing tool, whereas a protocol analyzer is able to decode and interpret packet/frame contents. A protocol analyzer usually places the NIC into promiscuous mode to see and capture all Ethernet frames on the local network segment. In promiscuous mode, the NIC ignores the destination MAC addresses of Ethernet frames and collects each frame that reaches the interface. The protocol analyzer can examine individual frames down to the binary level. Most analyzers or sniffers automatically parse out the contents of the header into an expandable outline form. Any configuration or setting can be easily seen in the header details.

The payload of packets is often displayed in both hexadecimal and ASCII. Protocol analyzers typically offer both capture filters and display filters. A capture filter is a set of rules to govern which frames are saved into the capture file or buffer and which are discarded. A display filter is used to show only those frames from the packet file or buffer that match your requirements. Protocol analyzers vary from simple raw frame/packet-capturing tools to fully automated analysis engines. There are both open source (such as Wireshark) and commercial (such as Omnipeek, NetWitness, and NetScout) options.

Common Application Layer Protocols In the Application Layer of the OSI model reside numerous applicationor service-specific protocols: Telnet, TCP Port 23 This is a terminal emulation network application that supports remote connectivity for executing commands and running applications but does not support the transfer of files. Telnet should not be used; replace it with SSH. File Transfer Protocol (FTP), TCP Ports 20 (Active Mode Data Connection)/Ephemeral (Passive Mode Data Connection) and 21 (Control Connection) This is a network application that supports an exchange of files that requires anonymous or specific authentication. FTP should not be used; replace it with SFTP or FTPS.

Trivial File Transfer Protocol (TFTP), UDP Port 69 This is a network application that supports an exchange of files that does not require

中文直译 / 整理

数据包捕获工具。 嗅探器通常是一种数据包或帧捕获工具,而协议分析仪则能 够解码和解释数据包/帧的内容。 协议分析仪通常将网络接口卡(NIC)置于混杂模式,以查看并捕获本地网络 段上的所有以太网帧。 在混杂模式下,NIC会忽略以太网帧的目的MAC地址, 并收集每个到达接口的帧。 协议分析仪可以逐帧检查到二进制级别。 大多数分析仪或嗅探器会自动将报头 内容解析为可展开的提纲形式。 任何配置或设置都可以在报头详细信息中轻松 查看。 数据包的有效负载通常以十六进制和ASCII两种形式显示。 协议分析仪通常提供捕获过滤器和显示过滤器。 捕获过滤器是一组规则,用于 决定哪些帧被保存到捕获文件或缓冲区中,哪些被丢弃。 显示过滤器用于仅显 示符合您要求的报文文件或缓冲区中的帧。 协议分析仪从简单的原始帧/报文捕获工具到完全自动化的分析引擎不等。 既有开源选项 (如Wireshark),也有商业选项(如Omnipeek、NetWitness和NetScout)。

常见应用层协议 在OSI模型的应用层中,存在大量特定于应用或服务的协议: Telnet,TCP端口23 这是一种终端仿真网络应用程序,支持远程连接以执行 命令和运行应用程序,但不支持文件传输。 不应使用Telnet; 请用SSH替代。 文件传输协议(FTP),TCP端口20(主动模式数据连接)/临时端口(被动 模式数据连接)和21(控制连接) 这是一种支持文件交换的网络应用程序, 需要匿名或特定身份验证。 不应使用FTP; 请用SFTP或FTPS替代。 简单文件传输协议(TFTP),UDP 端口 69 这是一种支持文件传输的网络应用 程序,无需

小白解释

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

这一页真正想让你理解的是:认证回答“你是不是你声称的那个人”。

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

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

本页术语用人话说:

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

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

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

身份:身份是主体在系统中的标识。

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

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

考点提醒

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

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

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

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

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

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

身份管理题要区分识别、认证、授权、审计。

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

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

本页术语拆解
认证 认证是验证“你是不是你声称的那个人”。
程序 程序是一步一步怎么做。
OSI 模型 OSI 用七层结构理解网络通信,从物理层到应用层。
身份 身份是主体在系统中的标识。
强制访问控制 MAC MAC 由系统根据标签和级别强制决定访问。
学习单元 17 / PDF P735

认证:证明身份

认证回答“你是不是你声称的那个人”。

教材原文段落

authentication. Used to host network device configuration files and can support multicasting. TFTP should not be used. Simple Mail Transfer Protocol (SMTP), TCP Port 25 This is a protocol used to transmit email messages from a client to an email server and from one email server to another. Only use if encrypted with TLS to create SMTPS (i.e., STARTTLS, explicit TLS, or opportunistic TLS) over TCP port 587 or implicit SMTPS over TCP port 465. Post Office Protocol (POP3), TCP Port 110 This is a protocol used to pull email messages from an inbox on an email server down to an email client (aka client archiving). Only use if encrypted with TLS to create POPS on TCP port 995.

Internet Message Access Protocol (IMAP4), TCP Port 143 This is a protocol used to pull email messages from an inbox on an email server down to an email client. IMAP offers the ability to retrieve only headers from an email server as well as to delete messages directly off the email server (i.e., server archiving). Only use if encrypted with TLS to create IMAPS on TCP port 993. Dynamic Host Configuration Protocol (DHCP), UDP Ports 67 (server) and 68 (client) DHCP provides for centralized control of TCP/IP configuration settings assigned to systems upon bootup.

Hypertext Transfer Protocol (HTTP), TCP Port 80 This is the protocol used to transmit web page elements from a web server to web browsers in cleartext. Hypertext Transfer Protocol Secure (HTTPS) TCP Port 443 This is the TLS-encrypted version of HTTP. (HTTPS with TLS does support use of TCP port 80—but only for server-to-server communications.) Line Printer Daemon (LPD), TCP Port 515 This is a network service that is used to spool print jobs and send print jobs to printers. Consider enclosing in a VPN for use. X Window, TCP Ports 6000–6063 This is a GUI API for command-line operating systems. Consider enclosing it in a VPN for use.

Network File System (NFS), TCP Port 2049 This is a network service used to support file sharing between dissimilar systems. Consider enclosing it in a VPN for use.

中文直译 / 整理

身份验证。 用于托管网络设备配置文件,并可支持组播。 不应使用 TFTP。 简单邮件传输协议(SMTP), TCP端口25 这是一种用于将电子邮件消息从客户 端传输到邮件服务器,以及从一个邮件服务器传输到另一个邮件服务器的协议。 仅在使用TLS加密以在TCP端口587上创建SMTPS(即STARTTLS、显式TLS或 机会性TLS)或在TCP端口465上创建隐式SMTPS时使用。 邮局协议(POP3),TCP端口110 这是一种用于将邮件服务器收件箱中的电子邮 件消息拉取到电子邮件客户端的协议(即客户端归档)。 仅在使用TLS加密以在 TCP端口995上创建POPS时使用。 互联网消息访问协议(IMAP4), TCP端口143 这是一种用于将邮件服务器收件 箱中的电子邮件消息拉取到电子邮件客户端的协议。 IMAP支持仅从邮件服务器 检索邮件标题,以及直接在邮件服务器上删除邮件(即服务器归档)。 仅在使 用TLS加密以在TCP端口993上创建IMAPS时使用。 动态主机配置协议(DHCP), UDP 端口 67(服务器)和 68(客户端) DHCP 用于在系统启动时集中控制分配给系统的 TCP/IP 配置设置。

超文本传输协议(HTTP), TCP 端口 80 这是用于以明文形式从 Web 服务器向 Web 浏览器传输网页元素的协议。 安全超文本传输协议(HTTPS) TCP 端口 443 这是 HTTP 的 TLS 加密版本。 (使用 TLS 的 HTTPS 支持使用 TCP 端口 80,但仅限于服务器到服务器的通信。 ) 行式打印机守护进程(LPD), TCP 端口 515 这是一种用于排队打印作业并 将打印作业发送到打印机的网络服务。 建议在使用时将其置于 VPN 中。 XWindow, TCP 端口 6000–6063 这是命令行操作系统的图形用户界面 API。 建 议在使用时将其置于 VPN 中。 网络文件系统(NFS), TCP 端口 2049 这是一种用于支持不同系统之间文件共 享的网络服务。 建议在使用时将其置于 VPN 中。

小白解释

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

这一页真正想让你理解的是:认证回答“你是不是你声称的那个人”。

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

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

本页术语用人话说:

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

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

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

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

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

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

考点提醒

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

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

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

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

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

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

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

考试常让你把协议、端口、层次对应起来。

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

本页术语拆解
认证 认证是验证“你是不是你声称的那个人”。
加密 加密把内容变成未授权者看不懂的形式。
NIST NIST 提供美国常用安全标准、框架和指南。
OSI 模型 OSI 用七层结构理解网络通信,从物理层到应用层。
TCP/IP 模型 TCP/IP 是现实网络常用协议栈,和 OSI 可对应理解。
虚拟专用网络 VPN VPN 在不可信网络上建立加密隧道。
身份 身份是主体在系统中的标识。
学习单元 18 / PDF P736

认证:证明身份

认证回答“你是不是你声称的那个人”。

教材原文段落

Simple Network Management Protocol (SNMP), UDP Port 161 (UDP Port 162 for Trap Messages) This is a network service used to collect network health and status information from a central monitoring station. Use the secure SNMPv3 only. SNMPv3 Simple Network Management Protocol (SNMP) is a standard networkmanagement protocol supported by most network devices and TCP/IPcompliant hosts. These include routers, switches, WAPs, firewalls, VPNs, printers, and so on. From a management console, you can use SNMP to interact with various network devices to obtain status information, performance data, statistics, and configuration details.

Some devices support the modification of configuration settings through SNMP. Early versions of SNMP relied on plaintext transmission of community strings as authentication. Communities are named collections of network devices. The original default community names were public and private. The latest version of SNMP allows for encrypted communications, as well as robust authentication protection. UDP port 161 is used by the SNMP agent (that is, the network device) to receive requests, and UDP port 162 is used by the management console to receive responses and notifications (also known as trap messages).

Trap messages inform the management console when an event or threshold violation occurs on a monitored system. Transport Layer Protocols When a connection is established via the Transport Layer, it is done using ports. Since port numbers are 16-digit binary numbers, the total number of ports is 2^16, or 65,536, numbered from 0 through 65,535. Ports allow a single IP address to support multiple simultaneous communications, each using a different port number (i.e., multiplexing over IP). The combination of an IP address and a port number is known as a socket. The first 1,024 of these ports (0–1,023) are called the well-known ports or the service ports.

These ports are reserved for use exclusively by servers.

中文直译 / 整理

简单网络管理协议(SNMP), UDP 端口 161(UDP 端口 162 用于陷阱消 息) 这是一种用于从中央监控站收集网络健康和状态信息的网络服务。 请仅 使用安全的 SNMPv3。 SNMPv3 简单网络管理协议(SNMP)是一种标准的网络管理协议,被大多数网络 设备和TCP/IP兼容主机支持。 这些设备包括路由器、交换机、无线接入点、 防火墙、VPN、打印机等。 通过管理控制台,您可以使用SNMP与各种网 络设备交互,以获取状态信息、性能数据、统计信息和配置详情。 某些设 备支持通过SNMP修改配置设置。 早期版本的SNMP依赖于以明文传输社区字符串进行身份验证。 社区是命 名的网络设备集合。 最初的默认社区名称为public和private。 SNMP的最 新版本支持加密通信以及强大的身份验证保护。 SNMP代理(即网络设备)使用UDP端口161接收请求,而管理控制台使用 UDP端口162接收响应和通知(也称为陷阱消息)。 陷阱消息在受监控系统 发生事件或阈值违规时通知管理控制台。 传输层协议 当通过传输层建立连接时,使用端口进行。

由于端口号是16位二进制数,因此 端口总数为2^16,即65,536个,编号从0到65,535。 端口允许单个IP地址支持 多个同时通信,每个通信使用不同的端口号(即在IP上多路复用)。 IP地址和 端口号的组合称为套接字。 这些端口中的前1,024个(0–1,023)称为知名端口或服务端口。 这些端口专供服务 器使用。

小白解释

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

这一页真正想让你理解的是:认证回答“你是不是你声称的那个人”。

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

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

本页术语用人话说:

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

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

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

TCP/IP 模型:TCP/IP 是现实网络常用协议栈,和 OSI 可对应理解。

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

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

考点提醒

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

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

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

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

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

Minimum level、mandatory requirement 常对应 standard。

考试常让你把协议、端口、层次对应起来。

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

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

本页术语拆解
认证 认证是验证“你是不是你声称的那个人”。
加密 加密把内容变成未授权者看不懂的形式。
标准 标准给出必须满足的最低要求。
TCP/IP 模型 TCP/IP 是现实网络常用协议栈,和 OSI 可对应理解。
防火墙 防火墙根据规则控制网络流量进出。
虚拟专用网络 VPN VPN 在不可信网络上建立加密隧道。
身份 身份是主体在系统中的标识。
学习单元 19 / PDF P737

第 737 页学习单元

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

教材原文段落

Ports 1,024 to 49,151 are known as the registered software ports. These are ports that have one or more networking software products specifically registered with the Internet Assigned Numbers Authority (IANA) at http://iana.org. Ports 49,152 to 65,535 are known as random, dynamic, or ephemeral ports because they are often used randomly and temporarily by clients as source ports. However, most operating systems allow for any port from 1,024 to be used as a dynamic client source port as long as it is not already in use on that local system. The two primary Transport Layer protocols of TCP/IP are TCP and UDP.

Transmission Control Protocol (TCP) is a full-duplex connection-oriented protocol, whereas User Datagram Protocol (UDP) is a simplex connectionless protocol. Transmission Control Protocol (TCP) supports full-duplex communications, is connection-oriented, and employs reliable sessions. TCP is connectionoriented because it employs a handshake process between two systems to establish a communication session. The three-way handshake process (Figure 11.6) is as follows: 1. The client sends a SYN (synchronize) flagged packet to the server. 2. The server responds with a SYN/ACK (synchronize and acknowledge) flagged packet back to the client. 3.

The client responds with an ACK (acknowledge) flagged packet back to the server.

中文直译 / 整理

端口1,024至49,151被称为注册软件端口。 这些端口有一个或多个网络软件产 品专门在http://iana.org向互联网编号分配机构(IANA)注册。 端口 49,152 到 65,535 被称为 随机的、动态的 或 临时端口,因为它们通常被 客户端随机且临时地用作源端口。 然而,大多数操作系统允许使用 1,024 及以 上的任意端口作为动态客户端源端口,只要该端口在本地系统上未被占用。 TCP/IP 的两个主要传输层协议是 TCP 和 UDP。 传输控制协议(TCP) 是一 种全双工面向连接的协议,而 用户数据报协议(UDP) 是一种单工无连接的协 议。 传输控制协议(TCP)支持全双工通信,是面向连接的,并采用可靠的会话。 TCP 是面向连接的,因为它在两个系统之间采用握手过程来建立通信会话。 三次握手过程(图 11.6)如下: 1. 客户端向服务器发送一个带有 SYN(同步)标志的数据包。 2. 服务器响应一个带有 SYN/ACK(同步和确认)标志的数据包给客户端。 3. 客户端响应一个带有 ACK(确认)标志的数据包给服务器。

小白解释

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

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

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

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

本页术语用人话说:

TCP/IP 模型:TCP/IP 是现实网络常用协议栈,和 OSI 可对应理解。

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

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

考点提醒

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

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

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

考试常让你把协议、端口、层次对应起来。

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

本页术语拆解
TCP/IP 模型 TCP/IP 是现实网络常用协议栈,和 OSI 可对应理解。
学习单元 20 / PDF P738

第 738 页学习单元

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

教材原文段落

FIGURE 11.6 The TCP three-way handshake When a communication session is complete, there are two methods to disconnect the TCP session. First, and most common, is the use of FIN (finish) flagged packets to gracefully initiate session shutdown. Second is the use of an RST (reset) flagged packet, which causes an immediate and abrupt session termination. TCP should be employed when the delivery of data is required. In the event that all packets of a transmission window were not received, no acknowledgment is sent. After a timeout period, the sender will resend the entire transmission window set of packets again.

TCP guarantees delivery because it will continue to resend any unacknowledged window of segments until it receives an acknowledgment, it receives an RST, the local application terminates the network communication attempts, or power is removed from the system. User Datagram Protocol (UDP) also operates at Layer 4 (the Transport Layer) of the OSI model. It is a connectionless “best-effort” communications protocol. It offers no standard error detection (other than an optional packet checksum) or correction, does not use sequencing, does not use flow control mechanisms, does not use a preestablished session, and is considered

中文直译 / 整理

图 11.6 TCP 三次握手 当通信会话完成时,有两种方法可以断开 TCP 会话。 第一种,也是最常见的 方式,是使用 FIN(结束)标志的数据包优雅地启动会话关闭。 第二种是使用 RST(重置)标志的数据包,这会导致会话立即且突然终止。 当需要确保数据交付时,应使用 TCP。 如果传输窗口中的所有数据包均未收 到,则不发送确认。 超时后,发送方将重新发送整个传输窗口的数据包集。 TCP 通过持续重传任何未确认的窗口段,直到收到确认、收到 RST、本地应 用程序终止网络通信尝试或系统断电,来保证交付。 用户数据报协议(UDP)也工作在OSI模型的第4层(传输层)。 它是一种无连 接的“尽力而为”通信协议。 它不提供标准的错误检测(除可选的数据包校验 和外)或纠错,不使用序列号,不使用流量控制机制,不使用预先建立的会话, 并且被认为是

小白解释

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

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

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

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

本页术语用人话说:

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

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

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

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

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

考点提醒

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

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

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

Minimum level、mandatory requirement 常对应 standard。

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

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

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

本页术语拆解
标准 标准给出必须满足的最低要求。
程序 程序是一步一步怎么做。
OSI 模型 OSI 用七层结构理解网络通信,从物理层到应用层。
学习单元 21 / PDF P739

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

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

教材原文段落

unreliable. UDP has very low overhead and thus can transmit data quickly. However, UDP should be used only when the delivery of data is not essential. UDP is often employed by real-time or streaming communications for audio and/or video. Domain Name System There are three numbering and addressing concepts you should be familiar with: Domain Name The domain name or computer name is a “temporary” human-friendly convention assigned to an IP address. IP Address The IP address is a “temporary” logical address assigned over or onto the MAC address. MAC Address The MAC address, or hardware address, is a “permanent” physical address.

“Permanent” and “Temporary” Addresses The reason these two adjectives are within quotation marks is that they are not completely accurate. MAC addresses are designed to be permanent physical addresses but often can be changed. When the NIC supports the change, the change occurs on the hardware. When the OS supports the change, the change is only in memory, but it looks like a hardware change to all other network entities (this is known as MAC spoofing or MAC cloning if duplicating another device's MAC address). An IP address is temporary because it is a logical address and can be changed at any time, either by DHCP or by an administrator.

However, there are instances where systems are statically assigned an IP address. Likewise, computer names or DNS names might appear permanent, but they are logical and thus able to be modified by an administrator. Domain Name System (DNS) resolves a human-friendly domain name into its IP address equivalent. Then, Address Resolution Protocol (ARP) (see the later section “ARP Concerns”) resolves the IP address into its MAC address equivalent. It is also possible to resolve an IP address into a domain name via a DNS reverse lookup if a PTR (i.e., pointer) resource record is defined in the

中文直译 / 整理

不可靠的。 UDP开销极低,因此可以快速传输数据。 然而,只有在数据传输非 必需时才应使用UDP。 UDP常用于音频和/或视频的实时或流媒体通信。 域名系统 您应熟悉以下三种编号和寻址概念: 域名 域名或计算机名是分配给IP地址的“临时”人性化约定。 IP地址 IP地址是分配在MAC地址之上或之上的“临时”逻辑地址。 MAC地址 MAC地址或硬件地址是“永久”的物理地址。 “永久”和“临时”地址 这两个形容词加上引号的原因是它们并不完全准确。 MAC地址本应是永 久性的物理地址,但通常可以被更改。 当网卡支持更改时,更改发生在 硬件层面; 当操作系统支持更改时,更改仅存在于内存中,但对所有其 他网络实体而言,它看起来就像硬件更改一样(这被称为MAC欺骗或 MAC克隆,如果复制了另一设备的MAC地址的话)。 IP地址是临时的,因为它是逻辑地址,可以随时通过DHCP或管理员更改。 然而,有时系统会被静态分配一个IP地址。 同样,计算机名称或DNS名 称可能看似永久,但它们是逻辑的,因此可以由管理员修改。 域名系统(DNS)将人类友好的域名解析为其对应的IP地址。

然后,地址解析 协议(ARP)(参见后文“ARP注意事项”部分)将IP地址解析为其对应的 MAC地址。 如果在

小白解释

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

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

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

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

本页术语用人话说:

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

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

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

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

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

考点提醒

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

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

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

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

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

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

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

本页术语拆解
NIST NIST 提供美国常用安全标准、框架和指南。
强制访问控制 MAC MAC 由系统根据标签和级别强制决定访问。
日志 日志记录系统和用户活动,用于监控、审计和调查。
学习单元 22 / PDF P740

DAD、过度保护、真实性、不可否认性与 AAA

CIA 是目标,DAD 是失败表现,AAA 是访问控制和问责链。

教材原文段落

domain's zone file. IP addresses are assigned either statically, or dynamically via DHCP. DNS is the hierarchical naming scheme used in both public and private networks. DNS links IP addresses and human-friendly fully qualified domain names (FQDNs) together. An FQDN consists of three main parts: Top-level domain (TLD)—The com in www.google.com Registered domain name—The google in www.google.com Subdomain(s) or hostname—The www in www.google.com The TLD can be any number of official options, including six of the original seven TLDs—com, org, edu, mil, gov, and net—as well as many newer ones, such as info, museum, telephone, mobi, biz, and so on.

There are also twoletter country variations known as country codes. (See www.iana.org/domains/root/db for details on current TLDs and country codes.) The seventh original TLD was int, for international, which was replaced by the two-letter country codes. The registered domain name must be officially registered with one of any number of approved domain registrars, such as Network Solutions (http://networksolutions.com), Domains.com, or IONOS (http://ionos.com). The far-left section of an FQDN can be either a single hostname, such as www., ftp., blog., images., and so on, or a multi-sectioned subdomain designation, such as server1.group3.bldg5.myexamplecompany.com.

The total length of an FQDN can't exceed 253 characters (including the dots). Any single section can't exceed 63 characters. FQDNs can only contain letters, numbers, hyphens, and periods. Though not typically shown, there is a dot to the right of the TLD, which represents the root of the entire DNS namespace. Every registered domain name has an assigned authoritative name server. The primary authoritative name server hosts the original editable zone file for the domain. Secondary authoritative name servers can be used to host read-only copies of the zone file. A zone file is the collection of resource records or details about the specific domain.

There are dozens of possible resource records (see www.iana.org/assignments/dns-parameters/dnsparameters.xhtml), such as A records linking an FQDN to an IPv4 address and AAAA records linking an FQDN to an IPv6 address. The use of AAAA is sometimes referred to as DNSv6.

中文直译 / 整理

域名的区域文件中定义了PTR(即指针)资源记录,则也可以通过DNS反向查找将IP地址解 析为域名。 IP地址可以静态分配,也可以通过DHCP动态分配。 DNS 是用于公共和私有网络的分层命名方案。 DNS 将 IP 地址与人类友好的 完全合格域名(FQDN) 关联起来。 一个 FQDN 由三个主要部分组成: 顶级域名(TLD)—com 是 www.google.com 中的部分 注册域名—google 是 www.google.com 中的部分 子域名或主机名—www 是 www.google.com 中的部分 顶级域名可以是任何数量的官方选项,包括原始七个顶级域名中的六个—com、org、 edu、mil、gov 和 net—以及许多新的顶级域名,例如 info、museum、telephone、 mobi、biz 等。 此外,还有被称为 国家代码 的两位字母国家变体。 (参见 www.iana.org/domains/root/db 了解当前顶级域名和国家代码的详细信息。 ) 原始的第七个顶级域名是 int,代表国际,后被两位字母的国家代码取代。

注册的域名必须通过任意数量的经批准的域名注册商之一进行正式注册,例如 Network Solutions (http://networksolutions.com)、Domains.com 或 IONOS (http://ionos.com)。 FQDN 最左侧的部分可以是单个主机名,例如 www.、ftp.、blog.、images.,等等, 或者是一个多级子域名称,例如 server1.group3.bldg5.myexamplecompany.com。 FQDN 的总长度不能超过 253 个字符(包括点号)。 任何单个部分都不能超过 63 个字符。 FQDN 只能包含字母、数字、连字符和点号。 虽然通常不显示,但 在顶级域名右侧还有一个点,代表整个 DNS 命名空间的根。 每个注册的域名都有一个指定的权威名称服务器。 主权威名称服务器 托管该域的原始可编辑区域文件。 辅助权威名称服务器 可用于托管区域文件的只读副本。 区域文件 是关于特定域的 资源记录 的集 合。

可能存在数十种资源记录(参见 www.iana.org/assignments/dns-parameters/dns-parameters.xhtml),例如 A 记录将 FQDN 链接到 IPv4 地址,AAAA 记录将 FQDN 链接到 IPv6 地址。 AAAA 的使用有时被称为 DNSv6。

小白解释

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

这一页真正想让你理解的是:CIA 是目标,DAD 是失败表现,AAA 是访问控制和问责链。

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

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

本页术语用人话说:

AAA 服务:AAA 常说认证、授权、记账,但完整链条还包括识别和审计。

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

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

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

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

考点提醒

考题会把“DAD、过度保护、真实性、不可否认性与 AAA”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

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

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

Identification 是声称身份,Authentication 是证明身份,Authorization 是允许做什么。

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

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

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

本页术语拆解
AAA 服务 AAA 常说认证、授权、记账,但完整链条还包括识别和审计。
分层 分层把控制按层排列,让攻击者必须连续突破。
日志 日志记录系统和用户活动,用于监控、审计和调查。
学习单元 23 / PDF P741

DAD、过度保护、真实性、不可否认性与 AAA

CIA 是目标,DAD 是失败表现,AAA 是访问控制和问责链。

教材原文段落

Some of the more commonly used resource records are: A: Address record; links a FQDN to an IPv4 address AAAA: Address record; links a FQDN to an IPv6 address PTR: Pointer record; links an IPv4 or IPv6 address to a FQDN CNAME: Canonical name or alias record; links a FQDN to another FQDN MX: Mail exchange record; identifies SMTP email servers for a domain NS: Name server record; identifies the DNS servers for a domain SOA: Start of authority record; identifies the primary authoritative DNS server, the responsible email address, serial number (of the zone file), and time intervals of refresh, retry, expire, and default TTL Originally, DNS was handled by a static local file known as the hosts file.

The hosts file contains hard-coded references for domain names and their associated IP addresses. This file still exists on most TCP/IP capable computers, but a dynamic DNS query system has mostly replaced it. Administrators or threat actors can add content to the hosts file. When client software points to an FQDN, the resolution process first checks the local DNS cache to see whether the answer is already known. The DNS cache consists of the preloaded local hosts file plus any DNS query results (that haven't timed out). If the needed answer isn't in the cache, a DNS query is sent to the DNS server indicated in the local IP configuration. DNS operates over TCP and UDP port 53.

TCP port 53 is used for zone transfers. These are zone file exchanges between DNS servers, for special manual queries, or when a response exceeds 512 bytes. UDP port 53 is used for most typical DNS queries. Domain Name System Security Extensions (DNSSEC) (http://dnssec.net) is a security improvement to the existing DNS infrastructure. The primary function of DNSSEC is to provide mutual certificate authentication and encrypted sessions between devices during DNS operations. DNSSEC has been implemented across a significant portion of the DNS system. Once fully implemented, DNSSEC will significantly reduce server-focused DNS abuses, such as zone file poisoning and DNS cache poisoning.

However, DNSSEC only applies to DNS servers, not to systems performing queries against DNS servers (such as clients).

中文直译 / 整理

一些更常用的资源记录包括: A:地址记录; 将FQDN链接到IPv4地址 AAAA:地址记录; 将FQDN链接到IPv6地址 PTR:指针记录; 将IPv4或IPv6地址链接到FQDN CNAME:规范名称或别名记录; 将FQDN链接到另一个FQDN MX:邮件交换记录; 标识域的SMTP邮件服务器 NS:名称服务器记录; 标识域的DNS服务器 SOA:授权开始记录; 标识主权威DNS服务器、负 责的电子邮件地址、区域文件的序列号,以及刷新、重试、过期和默认 TTL的时间间隔 最初,DNS由一个称为hosts的静态本地文件处理。 hosts文件包含域名及其关 联IP地址的硬编码引用。 该文件仍存在于大多数支持TCP/IP的计算机上,但动 态DNS查询系统已基本取代了它。 管理员或威胁行为者可以向hosts文件添加 内容。 当客户端软件指向一个FQDN时,解析过程首先检查本地DNS缓存,以确定答 案是否已知。 DNS缓存由预加载的本地hosts文件以及任何未超时的DNS查询 结果组成。 如果所需答案不在缓存中,则会向本地IP配置中指定的DNS服务器 发送DNS查询。 DNS通过TCP和UDP端口53运行。

TCP端口53用于区域传输,这些是DNS 服务器之间的区域文件交换,用于特殊的手动查询,或当响应超过512字节时 使用。 UDP端口53用于大多数典型的DNS查询。 域名系统安全扩展(DNSSEC) (http://dnssec.net) 是对现有 DNS 基础设施 的安全改进。 DNSSEC 的主要功能是在 DNS 操作期间在设备之间提供双向证 书认证和加密会话。 DNSSEC 已在 DNS 系统的很大一部分中得到实施。 一旦 完全实施,DNSSEC 将显著减少以服务器为目标的 DNS 滥用行为,例如区域 文件污染和 DNS 缓存污染。 然而,DNSSEC 仅适用于 DNS 服务器,不适用于 向 DNS 服务器发起查询的系统(例如客户端)。

小白解释

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

这一页真正想让你理解的是:CIA 是目标,DAD 是失败表现,AAA 是访问控制和问责链。

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

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

本页术语用人话说:

AAA 服务:AAA 常说认证、授权、记账,但完整链条还包括识别和审计。

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

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

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

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

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

考点提醒

考题会把“DAD、过度保护、真实性、不可否认性与 AAA”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

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

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

Identification 是声称身份,Authentication 是证明身份,Authorization 是允许做什么。

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

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

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

ISO 偏标准和管理体系。

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

本页术语拆解
AAA 服务 AAA 常说认证、授权、记账,但完整链条还包括识别和审计。
认证 认证是验证“你是不是你声称的那个人”。
授权 授权是认证之后决定你能访问什么、能做什么。
加密 加密把内容变成未授权者看不懂的形式。
ISO ISO 是国际标准化组织,常见安全管理体系如 ISO 27001/27002。
NIST NIST 提供美国常用安全标准、框架和指南。
数字证书 数字证书把身份和公钥绑定起来,由可信 CA 签发。
TCP/IP 模型 TCP/IP 是现实网络常用协议栈,和 OSI 可对应理解。
学习单元 24 / PDF P742

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

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

教材原文段落

Non-DNS servers (i.e., mostly client devices), especially when using the Internet, should consider using DNS over HTTPS (DoH). This system creates an encrypted session with a DNS server of TLS-protected HTTP and then uses that session as a form of VPN to protect the DNS query and response. A late 2020 enhancement to DoH is Oblivious DoH (OdoH). OdoH adds a DNS proxy between the client and the DNS resolver so that the identity of the requesting client is isolated from the DNS resolver. Thus, ODoH provides anonymity and privacy to DNS queries. However, you are now trusting the ODoH provider to protect your privacy.

For an excellent primer and advanced discussion on DNS, its operation, and known issues, please visit “An Illustrated Guide to the Kaminsky DNS Vulnerability”: http://unixwiz.net/techtips/iguidekaminsky-dns-vuln.html. DNS Poisoning DNS poisoning is the act of falsifying the DNS information used by a client to reach a desired system. It can take place in many ways. Whenever a client needs to resolve a DNS name into an IP address, it may go through the following process: 1. Check the local cache (which includes content from the hosts file). 2. Send a DNS query to a known DNS server. 3. Send a broadcast query to any possible local subnet DNS server.

(This step isn't widely supported.) If the client doesn't obtain a DNS-to-IP resolution from any of these steps, the resolution fails and the communication can't be sent. There are many ways to attack or exploit DNS, most of which are used to return false results. Rogue DNS Server A rogue DNS server can listen in on network traffic for any DNS query or specific DNS queries related to a target site. Then the rogue DNS server sends a DNS response to the client with false IP information. Once the client receives the response from the rogue DNS server, the client closes the DNS

中文直译 / 整理

非 DNS 服务器(即主要是客户端设备),特别是在使用互联网时,应考虑使 用 DNSoverHTTPS(DoH)。 该系统通过 TLS 保护的 HTTP 与 DNS 服务器 建立加密会话,然后将该会话用作 VPN 来保护 DNS 查询和响应。 2020 年底 对 DoH 的一项增强是 隐蔽式DoH(OdoH)。 OdoH 在客户端和 DNS 解析 器之间添加了一个 DNS 代理,从而使请求客户端的身份与 DNS 解析器隔离。 因此,ODoH 为 DNS 查询提供了匿名性和隐私性。 但此时您需要信任 ODoH 提供商来保护您的隐私。 有关DNS及其运行机制和已知问题的优秀入门与高级讨论,请参阅《 Kaminsky DNS 漏洞图解指南》: http://unixwiz.net/techtips/iguide-kaminsky-dns-vuln.html。 DNS 毒化 DNS毒化是指伪造客户端用于访问目标系统的DNS信息的行为。 它可以通过多 种方式发生。 当客户端需要将DNS名称解析为IP地址时,可能会经历以下过程: 1. 检查本地缓存(包括hosts文件中的内容)。 2. 向已知的DNS服务器发送DNS查询。

3. 向任何可能的本地子网DNS服务器发送广播查询。 (此步骤未被广泛支持。 ) 如果客户端未能通过这些步骤中的任何一步获得DNS到IP的解析,则解析失败, 通信无法发送。 攻击或利用DNS的方法有很多,其中大多数用于返回虚假结果。 恶意DNS服务器 一个 恶意DNS服务器 可以监听与目标网站相关的任何DNS查询或特定DNS查 询的网络流量。 然后,该恶意DNS服务器向客户端发送包含虚假IP信息的 DNS响应。 一旦客户端收到该恶意DNS服务器的响应,客户端就会关闭DNS

小白解释

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

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

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

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

本页术语用人话说:

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

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

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

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

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

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

考点提醒

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

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

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

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

ISO 偏标准和管理体系。

Recommended、not compulsory 常对应 guideline。

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

远程访问、站点到站点、安全隧道常对应 VPN/IPSec。

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

本页术语拆解
加密 加密把内容变成未授权者看不懂的形式。
ISO ISO 是国际标准化组织,常见安全管理体系如 ISO 27001/27002。
指南 指南是建议做法,不一定强制。
入侵防御系统 IPS IPS 可检测并主动阻断恶意流量。
虚拟专用网络 VPN VPN 在不可信网络上建立加密隧道。
身份 身份是主体在系统中的标识。
学习单元 25 / PDF P743

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

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

教材原文段落

query session, which causes the response from the real DNS server to be dropped and ignored as an out-of-session packet. DNS queries are not authenticated, but they do contain a 16-bit value known as the query ID (QID). The DNS response must include the same QID as the query to be accepted. Thus, a rogue DNS server must include the requesting QID in the false reply. Performing DNS Cache Poisoning DNS poisoning involves attacking DNS servers and placing incorrect information into its zone file or cache. Authorized DNS server attacks aim to alter the primary record of an FQDN in the zone file on the primary authoritative DNS server.

This causes real DNS servers to send false data back to clients. However, an attack on an authoritative DNS server typically gets noticed very quickly, so it rarely results in widespread exploitation. So, most attackers focus on caching DNS servers instead. A caching DNS server is any DNS system deployed to cache DNS information from other DNS servers. The content hosted on a caching DNS server is not being watched by the worldwide security community but just the local operators. Thus, an attack against a caching DNS server can potentially occur without notice for a significant period of time. This variation can be called DNS cache poisoning.

Although both of these attacks focus on DNS servers, they ultimately affect clients. Once a client has performed a dynamic DNS resolution, the information received from an authoritative DNS server or a caching DNS server will be temporarily stored in the client's local DNS cache. If that information is false, then the client's DNS cache has been poisoned. DNS Pharming Another attack closely related to DNS poisoning and/or DNS spoofing is DNS pharming. Pharming is the malicious redirection of a valid website's URL or IP address to a fake website. Pharming typically occurs either by modifying the local hosts file on a system or by poisoning or spoofing DNS resolution.

Altering the Hosts File Modifying the hosts file on the client by placing false DNS data into it redirects users to false locations. If an attacker is able to plant false information into the hosts file, then when the system boots, the contents of

中文直译 / 整理

查询会话,导致来自真实DNS服务器的响应被丢弃并视为会话外的数据包。 DNS 查询未经身份验证,但其中包含一个称为 查询ID(QID) 的 16 位值。 DNS 响应必须包含与查询相同的 QID 才能被接受。 因此,恶意 DNS 服务器 必须在虚假回复中包含请求的 QID。 执行 DNS 缓存投毒 DNS 投毒涉及攻击 DNS 服务器,并在其区域文件或缓存中植入错误信息。 授 权 DNS 服务器攻击旨在更改主权威 DNS 服务器上区域文件中的 FQDN 主记 录。 这会导致真实 DNS 服务器向客户端返回虚假数据。 然而,对权威 DNS 服 务器的攻击通常会很快被发现,因此很少导致广泛利用。 因此,大多数攻击者转而针对缓存 DNS 服务器。 缓存 DNS 服务器是指任 何用于缓存其他 DNS 服务器 DNS 信息的 DNS 系统。 缓存 DNS 服务器上托 管的内容未受到全球安全社区的监控,而仅由本地操作员关注。 因此,对缓存 DNS 服务器的攻击可能在相当长的时间内不被察觉。 这种变体可称为 DNS缓 存投毒。 尽管这两种攻击都针对 DNS 服务器,但最终影响的是客户端。

一旦客户端 执行了动态 DNS 解析,从权威 DNS 服务器或缓存 DNS 服务器接收到的信 息将被临时存储在客户端的本地 DNS 缓存中。 如果该信息是虚假的,则客 户端的 DNS 缓存已被污染。 DNS 炼金术 另一种与 DNS 污染和/或 DNS 欺骗密切相关的攻击是 DNS炼金术。 炼金术是 指恶意将有效网站的 URL 或 IP 地址重定向到伪造网站。 炼金术通常通过修改 系统上的本地 hosts 文件,或通过污染或欺骗 DNS 解析来实现。 修改 Hosts 文件 通过在客户端的 hosts 文件中植入虚假的 DNS 数据,可以将用户重定向到虚假位置。 如果攻击者能够将虚假信息植入 hosts 文件,那么当系统启动时,该文件的内容将

小白解释

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

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

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

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

本页术语用人话说:

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

身份:身份是主体在系统中的标识。

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

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

考点提醒

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

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

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

ISO 偏标准和管理体系。

身份管理题要区分识别、认证、授权、审计。

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

本页术语拆解
ISO ISO 是国际标准化组织,常见安全管理体系如 ISO 27001/27002。
身份 身份是主体在系统中的标识。
学习单元 26 / PDF P744

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

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

教材原文段落

the hosts file will be read into memory, where they will take precedence. This attack is effective, but it is also highly targeted. It only affects the individual systems with a locally corrupted hosts file. If the attacker wishes to cause harm more broadly, any of the other methods would be more effective. Corrupt the IP Configuration Corrupting the IP configuration can result in a client having a false DNS server definition (i.e., DNS lookup address changing). The DNS server address is typically distributed to clients through DHCP, but it can also be assigned statically. Attacks to alter a client's DNS server lookup address can be performed by compromising DHCP or through a script.

DNS Query Spoofing A DNS query spoofing attack occurs when the threat actor is able to eavesdrop on a client's query to a DNS server. The attacker then sends back a reply with false information. In order for this to be successful, the false reply must include the correct QID cloned from the query. Use Proxy Falsification Although not strictly a DNS issue, a proxy falsification attack could be implemented via DNS if the proxy's domain name has to be resolved by the client to use the proxy. Attacks could modify the local configuration, the configuration script, or the routing table to redirect communications to a false proxy.

This method works only against web communications (or other services or protocols that use a proxy). A rogue proxy server can modify traffic packets to reroute requests to whatever site the malicious actor wants. An adversary in the middle (AitM) (also known as a man-inthe-middle attack [MitM] or on-path attack) can be performed using DNS abuses, such as DNS cache poisoning. Once a client receives a response from DNS, that response will be cached for future use. If false information can be fed into the DNS cache, then misdirecting communications is trivially easy. See Chapter 17, “Preventing and Responding to Incidents,” for more on this type of attack. Defenses to DNS Poisoning

中文直译 / 整理

被读入内存,并优先生效。 这种攻击虽然有效,但针对性极强,仅影响本地 hosts 文件被篡改的单个系统。 如果攻击者希望造成更广泛的影响,其他任何 方法都会更有效。 破坏IP配置 破坏IP配置可能导致客户端获得错误的DNS服务器定义(即DNS查找地址发生 变化)。 DNS服务器地址通常通过DHCP分发给客户端,但也可以静态分配。 通过入侵DHCP或使用脚本,攻击者可以更改客户端的DNS服务器查找地址。 DNS查询欺骗 DNS查询欺骗攻击发生在威胁行为者能够窃听客户端对DNS服务器的查询时。 攻击者随后发送包含虚假信息的回复。 为使此攻击成功,虚假回复必须包含从 查询中克隆的正确QID。 使用代理伪造 尽管这并非严格的DNS问题,但如果客户端需要通过解析代理的域名来使用代 理,则可以通过DNS实施代理伪造攻击。 攻击可能修改本地配置、配置脚本或 路由表,以将通信重定向到虚假代理。 此方法仅对Web通信(或其他使用代理 的服务或协议)有效。 恶意代理服务器可以修改数据包,将请求重定向到攻击 者指定的任何网站。 中间人攻击(AitM)(也称为中间人攻击 [MitM] 或路径攻击)可以 通过DNS滥用实现,例如DNS缓存污染。

一旦客户端收到DNS的响应,该 响应将被缓存以供将来使用。 如果能够向DNS缓存注入虚假信息,则重定 向通信将变得极其简单。 参见第17章,“事件的预防与响应”,了解更多 关于此类攻击的信息。 DNS投毒的防御措施

小白解释

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

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

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

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

本页术语用人话说:

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

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

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

考点提醒

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

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

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

ISO 偏标准和管理体系。

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

本页术语拆解
ISO ISO 是国际标准化组织,常见安全管理体系如 ISO 27001/27002。
学习单元 27 / PDF P745

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

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

教材原文段落

Organizations should use a split-DNS system (aka split-horizon DNS, splitview DNS, and split-brain DNS). A split-DNS is deploying a DNS server for public use and a separate DNS server for internal use. All data in the zone file on the public DNS server is accessible by the public via queries or probing. However, the internal DNS is for internal use only. Only internal systems are granted access to interact with the internal DNS server. Outsiders are prohibited from accessing the internal DNS server by blocking inbound port 53 for both TCP and UDP.

TCP 53 is used for zone transfers (which includes most DNS server–to–DNS server communications), and UDP 53 is used for queries (which is any non-DNS system sending a query to a DNS server). Internal systems can be configured to interact only with the internal DNS servers, or they may be allowed to send queries to external DNS servers (which does require the firewall to be a stateful inspection firewall configured to allow responses to return to the internal system from an approved outbound query).

Although there are many DNS poisoning methods, here are some basic security measures you can take that can greatly reduce their threat: Limit zone transfers from internal DNS servers to external DNS servers. This is accomplished by blocking inbound TCP port 53 (zone transfer requests) and UDP port 53 (queries). Require internal clients to resolve all domain names through the internal DNS. This will require that you block outbound UDP port 53 (for queries) while keeping open outbound TCP port 53 (for zone transfers). Limit the external DNS servers from which internal DNS servers pull zone transfers. Deploy a network intrusion detection system (NIDS) to watch for abnormal DNS traffic.

Properly harden all DNS, server, and client systems in your private network. Use DNSSEC to secure your DNS infrastructure. Use DoH or OdoH on all clients where supported. There is no easy patch or update that will prevent these exploits from being waged against a client. This is due to the fact that these attacks take advantage of the normal and proper mechanisms built into various protocols,

中文直译 / 整理

组织应使用split-DNS系统(又称split-horizon DNS、split-view DNS和 split-brain DNS)。 split‑DNS是指部署一个用于公共用途的DNS服务器和一 个单独用于内部用途的DNS服务器。 公共DNS服务器上的区域文件中的所有数 据均可通过查询或探测被公众访问。 然而,内部DNS仅限内部使用。 只有内部 系统被授权与内部DNS服务器交互。 通过阻止TCP和UDP的入站53端口,禁止 外部人员访问内部DNS服务器。 TCP 53用于区域传输(包括大多数DNS服务器 之间的通信),UDP 53用于查询(即任何非DNS系统向DNS服务器发送查询)。 内部系统可配置为仅与内部DNS服务器交互,或允许向外部DNS服务器发送查 询(这要求防火墙为状态检测防火墙,并配置为允许来自经批准的出站查询的 响应返回至内部系统)。 尽管存在多种DNS欺骗方法,但您可以采取一些基本的安全措施来大幅降低 其威胁: 限制内部DNS服务器向外部DNS服务器进行区域传输。 这可以通过阻止 入站TCP端口53(区域传输请求)和UDP端口53(查询)来实现。 要求内部客户端通过内部DNS解析所有域名。

这需要您阻止出站UDP端口 53(用于查询),同时保持出站TCP端口53(用于区域传输)开放。 限制 内部DNS服务器从中获取区域传输的外部DNS服务器。 部署网络入侵检测系统(NIDS)以监控异常的DNS流量。 妥善加固您私有网络中的所有DNS、服务器和客户端系统。 使用DNSSEC来保护您的DNS基础设施。 在所有支持的客户端上使用DoH或OdoH。 没有简单的补丁或更新能够防止这些针对客户端的攻击。 这是因为这些攻击利 用了各种协议中内置的正常且正确的机制,

小白解释

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

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

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

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

本页术语用人话说:

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

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

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

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

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

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

考点提醒

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

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

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

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

ISO 偏标准和管理体系。

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

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

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

本页术语拆解
授权 授权是认证之后决定你能访问什么、能做什么。
ISO ISO 是国际标准化组织,常见安全管理体系如 ISO 27001/27002。
防火墙 防火墙根据规则控制网络流量进出。
入侵检测系统 IDS IDS 负责发现可疑行为并告警,一般不直接阻断。
学习单元 28 / PDF P746

授权、审计与问责

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

教材原文段落

services, and applications. Thus, the defense is more of a detection and preventive concern. Install both HIDS and NIDS tools to watch for abuses of these types. Regularly review the logs of your DNS and DHCP systems, as well as local client system logs and potentially firewall, switch, and router logs for entries indicating abnormal or questionable occurrences. Another DNS defense mechanism is a DNS sinkhole. A DNS sinkhole is a specific example of a false telemetry system (aka sinkhole server, internet sinkhole, and blackhole DNS). This technique is effectively DNS spoofing used as a defense.

A DNS sinkhole attempts to provide false responses to DNS queries from malware, such as bots, to prevent access to command and control systems. It can also be used to protect users from visiting known malicious or phishing sites. Thus, DNS sinkholes can be used for both malicious and benign/investigative/defensive purposes. Domain Hijacking Domain hijacking, or domain theft, is the malicious action of changing the registration of a domain name without the authorization of the valid owner. This may be accomplished by stealing the owner's logon credentials, using XSRF, hijacking a session, using an AitM attack, or exploiting a flaw in the domain registrar's systems.

An example of a domain hijack is the theft of the fox-it.com domain; you can read about this attack at http://blog.fox-it.com/2017/12/14/lessonslearned-from-a-man-in-the-middle-attack. Sometimes, when another person registers a domain name immediately after the original owner's registration expires, it is called domain hijacking, but it shouldn't be. This is a potentially unethical practice, but it is not an actual hack or attack. It is taking advantage of the oversight of the original owner's failure to manually extend their registration or configure auto-renewal.

If an original owner loses their domain name by failing to maintain registration, there is often no recourse other than to contact the new owner and ask about reobtaining control. When an organization loses its domain and someone else takes over control, this can be a devastating event both to the organization and its customers and visitors. The new FQDN owner might host completely different content or a false duplicate of the previous site. This later activity might result in fooling visitors, similar to a phishing attack, where personally identifiable information (PII) might be extracted and collected.

中文直译 / 整理

服务和应用程序。 因此,防御更侧重于检测和预防。 请安装HIDS和NIDS工 具以监控此类滥用行为。 定期审查您的DNS和DHCP系统日志,以及本地客户 端系统日志,还有可能的防火墙、交换机和路由器日志,以查找表明异常或可 疑事件的记录。 另一种DNS防御机制是DNS黑洞。 DNS黑洞是虚假遥测系统(又称黑洞服务器、 互联网黑洞和黑洞DNS)的一个具体示例。 该技术本质上是用作防御手段的 DNS欺骗。 DNS黑洞试图向恶意软件(如僵尸网络)的DNS查询提供虚假响应, 以阻止其访问命令与控制系统。 它还可用于保护用户免受访问已知恶意或钓鱼 网站的威胁。 因此,DNS黑洞既可用于恶意目的,也可用于良性/调查/防御性目 的。 域名劫持 域名劫持,或域名窃取,是指在未经合法所有者授权的情况下更改域名注册 的恶意行为。 这可能通过窃取所有者的登录凭证、利用XSRF、劫持会话、使 用AitM攻击或利用域名注册商系统中的漏洞来实现。 域名劫持的一个例子是fox-it.com域名的被盗; 您可以在 http://blog.fox‑it.com/2017/12/14/lessons‑ 从中间人攻击中学到的。

有时,当另一个人在原始所有者注册到期后立即注册了该域名,这被称为域名 劫持,但这种说法并不恰当。 这是一种潜在不道德的行为,但并非真正的黑客 行为或攻击。 它只是利用了原始所有者未能手动延长注册或配置自动续费的疏 忽。 如果原始所有者因未维持注册而失去域名,通常除了联系新所有者并询问 如何重新获得控制权外,别无他法。 当一个组织失去其域名,而其他人接管了控制权时,这可能对该组织及其客户 和访客造成毁灭性影响。 新的FQDN所有者可能会托管与之前网站完全不同的 内容,或虚假的复制品。 这种后续行为可能导致欺骗访客,类似于钓鱼攻击, 其中可能提取和收集个人身份信息(PII)。

小白解释

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

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

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

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

本页术语用人话说:

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

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

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

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

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

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

考点提醒

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

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

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

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

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

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

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

身份管理题要区分识别、认证、授权、审计。

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

本页术语拆解
授权 授权是认证之后决定你能访问什么、能做什么。
程序 程序是一步一步怎么做。
防火墙 防火墙根据规则控制网络流量进出。
入侵检测系统 IDS IDS 负责发现可疑行为并告警,一般不直接阻断。
身份 身份是主体在系统中的标识。
日志 日志记录系统和用户活动,用于监控、审计和调查。
恢复点目标 RPO RPO 是最多能接受丢失多少时间范围的数据。
恶意代码 恶意代码包括病毒、蠕虫、木马、勒索软件等。
学习单元 29 / PDF P747

认证:证明身份

认证回答“你是不是你声称的那个人”。

教材原文段落

The best defense against domain hijacking is to use strong multifactor authentication when logging into your domain registrar. To defend against letting your domain registration lapse, set up auto-renew and double-check the payment method a week before the renewal date. Homograph Attack Another DNS, address, or hyperlink concern is that of the homograph attack. These attacks leverage similarities in character sets to register phony international domain names (IDNs) that to the naked eye appear legitimate. For example, in many fonts, some letters in Cyrillic look like Latin characters; for example, the l (i.e., lowercase L) in Latin looks like the Palochka Cyrillic letter.

Thus, domain names of apple.com and paypal.com might look valid as Latin characters but could actually include Cyrillic characters that, when resolved, direct you to a different site than you intended. For a thorough discussion of the homograph attack, see http://blog.malwarebytes.com/101/2017/10/out-of-character-homographattacks-explained. See Chapter 2, “Personnel Security and Risk Management Concepts,” for social engineering topics of typosquatting, URL hijacking, and clickjacking, which are also related to domain name poisoning or spoofing.

Internet Protocol (IP) Networking Another important protocol in the TCP/IP protocol suite operates at the Network Layer of the OSI model, namely, Internet Protocol (IP). IP provides route addressing for data packets. It is this route addressing that is the foundation of global internet communications because it provides a means of identity and prescribes transmission paths. Similar to UDP, IP is connectionless and is an unreliable communication service. IP does not offer guarantees that packets will be delivered or that packets will be delivered in the correct order, and it does not guarantee that packets will be delivered only once.

However, it was designed to perform “best effort” in finding a path or route to a destination in spite of a damaged or corrupted network structure.

中文直译 / 整理

防范域名劫持的最佳方法是在登录域名注册商时使用强多重身份验证。 为防 止域名注册过期,请设置自动续费,并在续费日期前一周再次核对支付方式。 同形异义攻击 另一个与DNS、地址或超链接相关的问题是同形异义攻击。 这些攻击利用字符 集的相似性,注册看似合法的虚假国际域名(IDN)。 例如,在许多字体中, 西里尔字母的一些字符看起来像拉丁字符; 例如,拉丁字母中的小写l(即字母 L)看起来像西里尔字母的Palochka。 因此,apple.com和paypal.com这样的域 名可能在视觉上看起来是拉丁字符,但实际上可能包含西里尔字符,当解析时 会将您引导至与预期不同的网站。 有关同形异义攻击的详细讨论,请参阅 http://blog.malwarebytes.com/101/2017/10/out-of-character-homographattacks-explained. 参见第2章“人员安全与风险管理概念”,了解与域名投毒或欺骗相 关的社会工程学主题,如错字域注册、URL劫持和点击劫持。 互联网协议(IP)网络 TCP/IP协议套件中的另一个重要协议在OSI模型的网络层运行,即互联网协议 (IP)。

IP为数据包提供路由寻址。 正是这种路由寻址构成了全球互联网通信 的基础,因为它提供了身份标识并规定了传输路径。 与UDP类似,IP是无连接 的,是一种不可靠的通信服务。 IP不保证数据包一定会被送达,也不保证数据 包会按正确顺序送达,更不保证数据包只会被送达一次。 然而,它的设计目标 是在网络结构受损或损坏的情况下,仍能尽力找到通往目的地的路径或路由。

小白解释

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

这一页真正想让你理解的是:认证回答“你是不是你声称的那个人”。

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

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

本页术语用人话说:

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

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

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

TCP/IP 模型:TCP/IP 是现实网络常用协议栈,和 OSI 可对应理解。

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

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

考点提醒

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

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

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

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

ISO 偏标准和管理体系。

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

考试常让你把协议、端口、层次对应起来。

身份管理题要区分识别、认证、授权、审计。

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

本页术语拆解
认证 认证是验证“你是不是你声称的那个人”。
ISO ISO 是国际标准化组织,常见安全管理体系如 ISO 27001/27002。
OSI 模型 OSI 用七层结构理解网络通信,从物理层到应用层。
TCP/IP 模型 TCP/IP 是现实网络常用协议栈,和 OSI 可对应理解。
身份 身份是主体在系统中的标识。
日志 日志记录系统和用户活动,用于监控、审计和调查。
恶意代码 恶意代码包括病毒、蠕虫、木马、勒索软件等。
学习单元 30 / PDF P748

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

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

教材原文段落

Thus, you must employ TCP with IP to gain reliable and controlled communication sessions. IPv4 vs. IPv6 IPv4 is the version of Internet Protocol that is most widely used around the world. However, IPv6 is being rapidly adopted for both private and public network use. IPv4 uses a 32-bit addressing scheme, whereas IPv6 uses 128 bits for addressing. IPv6 offers many new features that are not available in IPv4. Some of IPv6's new features are scoped addresses, autoconfiguration, and quality of service (QoS) priority values. Scoped addresses give administrators the ability to group and then block or allow access to network services, such as file servers or printing.

Autoconfiguration theoretically removes the need for traditional DHCP and network address translation (NAT). However, DHCPv6 and NAT66 exist (see Chapter 12 for NAT66). QoS priority values allow for traffic management based on prioritized content. Also, IPSec is native to IPv6, but it is an add-on for IPv4. DHCPv6 has two modes of operation. In stateful mode, DHCPv6 assigns specific IPv6 addresses to devices and manages the allocation of network configuration parameters. This mode is similar to the operation of DHCP in IPv4 networks. In stateless mode, DHCPv6 provides network configuration parameters without assigning specific IPv6 addresses.

Devices may use Stateless Address Autoconfiguration (SLAAC) to generate their own addresses. SLAAC is based on routers periodically sending Router Advertisement (RA) messages to the local network segment. The RA messages include information about the network prefix that devices should use when forming their IPv6 addresses. The second element used to craft an IPv6 address is the interface identifier, which is typically derived from the Media Access Control (MAC) address of the network interface on the device. However, to enhance privacy, some implementations may use techniques like “privacy extensions” to generate random interface identifiers.

The combination of the network prefix and the interface identifier results in a self-assigned unique IPv6 address for each device.

中文直译 / 整理

因此,您必须将TCP与IP结合使用,以实现可靠且受控的通信会话。 IPv4 与 IPv6 IPv4 是全球最广泛使用的互联网协议版本。 然而,IPv6 正在被迅速用于私有 和公共网络。 IPv4 使用 32 位寻址方案,而 IPv6 使用 128 位寻址。 IPv6 提供 了许多 IPv4 不具备的新功能。 IPv6 的一些新功能包括作用域地址、自动配置 和服务质量(QoS)优先级值。 作用域地址使管理员能够对网络服务(如文件 服务器或打印服务)进行分组,然后阻止或允许访问。 自动配置理论上消除了 对传统 DHCP 和网络地址转换(NAT)的需求。 然而,DHCPv6 和 NAT66 仍然存在(参见第 12 章 了解 NAT66)。 QoS 优先级值允许基于优先 级内容进行流量管理。 此外,IPSec 是 IPv6 的原生功能,但对 IPv4 来说却 是附加功能。 DHCPv6 有两种操作模式。 在有状态模式下,DHCPv6 为设备分配特定的 IPv6 地址并管理网络配置参数的分配。 此模式与 IPv4 网络中 DHCP 的操作 类似。 在无状态模式下,DHCPv6 提供网络配置参数,但不分配特定的 IPv6 地址。

设备可使用无状态地址自动配置(SLAAC)来自行生成地址。 SLAAC 基于路由器定期向本地网络段发送路由器公告(RA)消息。 RA 消息 包含设备在形成 IPv6 地址时应使用的网络前缀信息。 用于构建 IPv6 地址的第 二个元素是接口标识符,通常从设备网络接口的媒体访问控制(MAC)地址 派生。 然而,为了增强隐私性,某些实现可能会使用“隐私扩展”等技术生成 随机的接口标识符。 网络前缀与接口标识符的组合为每个设备生成一个自分配 的唯一 IPv6 地址。

小白解释

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

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

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

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

本页术语用人话说:

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

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

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

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

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

考点提醒

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

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

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

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

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

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

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

本页术语拆解
NIST NIST 提供美国常用安全标准、框架和指南。
入侵防御系统 IPS IPS 可检测并主动阻断恶意流量。
强制访问控制 MAC MAC 由系统根据标签和级别强制决定访问。
学习单元 31 / PDF P749

第 749 页学习单元

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

教材原文段落

IPv4 has an equivalent concept to that of IPv6's QoS, which is named Type of Service (ToS). However, ToS seemed to go unused and was converted into the Differentiated Services (DS) by a later specification. The DS field offers a variety of definable characteristics that can be used to manage traffic flow. However, it still does not seem to have widespread use or support by network devices, which would perform such management. There is promise that IPv6 networks will include more common support and actually provide for traffic prioritization based on IPv6 header values. IPv6 is supported by most operating systems released since 2000. For most OSs today, native IPv6 is standard.

While the initial deployment of IPv6, both privately and publicly, has been slow, at the start of 2024, over 42 percent of Internet IP traffic was IPv6-based. For a glimpse into the status of IPv4 to IPv6 conversion on the Internet from Google's perspective, see the IPv6 statistics at www.google.com/intl/en/ipv6/statistics.html. The transition or migration to IPv6 raises several security concerns. One issue is that with the larger 128-bit address space, there are many more addresses that attackers can use as source addresses; thus, IP filtering and block lists will be less effective as attackers can just use a different address to get past the filter.

A second issue is that secure deployment of IPv6 requires that all security filtering and monitoring products be upgraded to fully support IPv6 prior to enabling the protocol on the production network. Otherwise, IPv6 will serve as a covert channel, as it will be unmonitored and unfiltered. The means by which IPv6 and IPv4 can coexist on the same network is to use one or more of three primary options: dual stack, tunneling, or NAT-PT. Dual stack means having systems operate both IPv4 and IPv6 and using the appropriate protocol for each conversation.

Tunneling allows most systems to operate a single stack of either IPv4 or IPv6 and use an encapsulation tunnel to access systems of the other protocol. Network Address TranslationProtocol Translation (NAT-PT) (RFC-2766) can be used to convert between IPv4 and IPv6 network segments similar to how NAT converts between internal and external addresses. See Chapter 12 on NAT66. IPv4

中文直译 / 整理

具有与 IPv6 的 QoS 相当的概念,称为服务类型(ToS)。 然而, ToS 似乎未被使用,后来的规范将其转换为区分服务(DS)。 DS 字段提供 了多种可定义的特性,可用于管理流量流。 然而,网络设备似乎仍缺乏广泛 使用或支持来执行此类管理。 有理由相信,IPv6 网络将提供更普遍的支持, 并实际基于 IPv6 报头值实现流量优先级划分。 自2000年以来发布的大多数操作系统都支持IPv6。 如今,对于大多数操作系统 而言,原生IPv6已成为标准。 尽管IPv6在私有和公共领域的初始部署进展缓慢, 但在2024年初,超过42%的互联网IP流量基于IPv6。 要了解谷歌视角下互联网 从IPv4到IPv6转换的现状,请参阅IPv6统计数据: www.google.com/intl/en/ipv6/statistics.html。 过渡到IPv6引发了若干安全问题。 其中一个问题是,由于128位地址空间更大, 攻击者可以使用更多地址作为源地址; 因此,IP过滤和黑名单的有效性将降低, 因为攻击者只需使用不同的地址即可绕过过滤。

第二个问题是,安全部署IPv6要求在生产网络上启用该协议之前,所有安全 过滤和监控产品都必须升级以全面支持IPv6。 否则,IPv6将充当隐蔽通道, 因为它将未经监控和过滤。 IPv6 和 IPv4 在同一网络中共存的方式是使用以下三种主要选项之一或多个: 双栈、隧道技术或 NAT‑PT。 双栈意味着系统同时运行 IPv4 和 IPv6,并为每 次通信使用相应的协议。 隧道技术允许大多数系统仅运行 IPv4 或 IPv6 单一协 议栈,并通过封装隧道访问另一种协议的系统。 网络地址转换‑协议转换( NAT‑PT)(RFC‑2766)可用于在 IPv4 和 IPv6 网络段之间进行转换,类似 于 NAT 在内部和外部地址之间的转换。 参见 第 12 章 关于 NAT66。

小白解释

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

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

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

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

本页术语用人话说:

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

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

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

考点提醒

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

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

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

Minimum level、mandatory requirement 常对应 standard。

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

本页术语拆解
标准 标准给出必须满足的最低要求。
学习单元 32 / PDF P750

第 750 页学习单元

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

教材原文段落

For those organizations still reluctant to deploy IPv6 internally, they might consider IPv6 at the edge. This is a configuration where IPv6 is only supported on the boundary devices connected directly to the Internet. This enables communications over the Internet using IPv6, while using IPv4 internally. Both IPv4 and IPv6 have a header field that is used to control or limit infinite transmission. The time to live (TTL) field of IPv4 and the hop limit field of IPv6 are decremented by routers until it reaches zero (0). Once that occurs, the packet is discarded and an ICMP Type 11 Timeout Exceeded error message is sent back to the origin.

IP Classes Basic knowledge of IPv4 addressing and IPv4 classes is a must for any security professional. If you are rusty on IPv4 addressing, subnetting, classes, and other related topics, take the time to refresh your knowledge. Table 11.1 and Table 11.2 provide a quick overview of the key details of classes and default subnets. A full Class A subnet supports 16,777,214 hosts; a full Class B subnet supports 65,534 hosts; and a full Class C subnet supports 254 hosts. Class D is used for multicasting, whereas Class E is reserved for experimental and future use.

TABLE 11.1 IP classes ClassFirst binary digitsDecimal range of first octet A 0 1–126 B 10 128–191 C 110 192–223 D 1110 224–239 E 1111 240–255

中文直译 / 整理

对于那些仍不愿在内部部署 IPv6 的组织,他们可以考虑在边缘部署 IPv6。 这是一种仅在直接连接到互联网的边界设备上支持 IPv6 的配置。 这使得可 以通过 IPv6 进行互联网通信,同时在内部仍使用 IPv4。 IPv4 和 IPv6 都有一个用于控制或限制无限传输的头部字段。 IPv4 的 生存时间(TTL) 字段和 IPv6 的 跳数限制 字段由路由器递减,直到达到 零(0)。 一旦发生这种情况,数据包将被丢弃,并向源地址发送一个 ICMP 类型 11 超时超出错误消息。 IP 类 任何安全专业人员都必须掌握 IPv4 寻址和 IPv4 类别的基本知识。 如果您对 IPv4 寻址、子网划分、类别及其他相关主题有所遗忘,请花时间复习这些知识。 表 11.1 和 表 11.2 提供了类和默认子网关键细节的快速概览。 一个完整的 A 类 子网支持 16,777,214 个主机; 一个完整的 B 类子网支持 65,534 个主机; 一个 完整的 C 类子网支持 254 个主机。 D 类用于组播,而 E 类保留用于实验和未 来用途。

表 11.1 IP 类别 类别 第一个二进制数字 第一个八位组的十进制范围 A 0 1–126 B 10 128–191 C 110 192–223 D 1110 224–239 E 1111 240–255

小白解释

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

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

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

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

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

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

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

考点提醒

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

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

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

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

本页术语拆解

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

学习单元 33 / PDF P751

第 751 页学习单元

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

教材原文段落

TABLE 11.2 IP classes' default subnet masks ClassDefault subnet maskCIDR equivalent A 255.0.0.0 /8 B 255.255.0.0 /16 C 255.255.255.0 /24 Note that the entire Class A network of 127 was set aside for the loopback address, although only a single address is actually needed for that purpose. A Class A network of 0 is defined as the blackhole network where traffic is routed to be thrown away and discarded. The loopback address for IPv4 is any address in the Class A subnet of 127.0.0.1–127.255.255.254, even though only the address of 127.0.0.1 is typically used.

When an interface is configured for loopback, a subnet mask is not defined; it will use 255.255.255.255 by default, although some will document this as 127.0.0.0/8. Also note that under IPv4, the first address of a subnet is reserved as the network address (i.e., 127.0.0.0) and the last for the directed broadcast (i.e., 127.255.255.255) and, therefore, not directly usable as a host address (or in this case a loopback address). The IPv6 loopback is not a specific address—it is a notation: ::1/128 or ::1%128. The original class-based grouping of IPv4 addresses is no longer strictly adhered to.

Instead, a more flexible system has been adopted based on variable length subnet masking (VLSM) and Classless Inter-Domain Routing (CIDR). CIDR provides for a subnet masking notation that uses mask bit counts rather than a full dotted-decimal notation subnet mask. Thus, instead of 255.255.0.0, a CIDR notation is added to the IP address after a slash, as in 172.16.1.1/16, for example. One significant benefit of CIDR over traditional subnet-masking techniques is the ability to combine multiple noncontiguous sets of addresses into a single subnet. For example, it is possible to combine several Class C subnets into a single larger subnet grouping.

If CIDR piques your interest, see IETF's RFC for CIDR at http://tools.ietf.org/html/rfc4632. ICMP

中文直译 / 整理

表 11.2 IP 类别的默认子网掩码 类别 默认子网掩码 CIDR 等价表示 A 255.0.0.0 /8 B 255.255.0.0 /16 C 255.255.255.0 /24 请注意,整个 127 的 A 类网络被预留用于环回地址,尽管该目的实际上仅需一 个地址即可。 0 的 A 类网络被定义为黑洞网络,其中流量被路由后丢弃。 IPv4 的回送地址是 127.0.0.1–127.255.255.254 这个 A 类子网中的任 何地址,尽管通常仅使用 127.0.0.1 这个地址。 当接口配置为回送时,不定 义子网掩码; 它将默认使用 255.255.255.255,尽管有些文档会将其记录 为 127.0.0.0/8。 另外请注意,在 IPv4 中,子网的第一个地址被保留为网 络地址(即 127.0.0.0),最后一个地址用于定向广播(即 127.255.255.255),因此不能直接用作主机地址(或在此情况下用作回送 地址)。 IPv6 的回送地址不是一个特定的地址——它是一种表示法::: 1/128 或 ::1%128。 IPv4地址的原始基于类别的分组方式已不再严格遵循。

相反,已采用一种基于 可变长度子网掩码(VLSM)和无类别域间路由(CIDR)的更灵活系统。 CIDR提供了一种子网掩码表示法,使用掩码位数而非完整的点分十进制子网掩 码。 因此,不是使用255.255.0.0,而是在IP地址后添加一个斜杠和CIDR表示 法,例如172.16.1.1/16。 CIDR相对于传统子网掩码技术的一个重要优势是能够 将多个非连续的地址集合合并为一个子网。 例如,可以将多个C类子网合并为一 个更大的子网组。 如果CIDR引起了您的兴趣,请参阅IETF关于CIDR的RFC文 档: http://tools.ietf.org/html/rfc4632. ICMP

小白解释

场景先行:机房断电,业务部门问多久能恢复、最多会丢多少数据。BCP/DRP 不是背缩写,而是把业务能承受的中断时间和数据损失说清楚。

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

把它放进公司里看,关键不是背定义,而是判断:只做备份但没测试,真正灾难时可能恢复不了。

你作为负责人可以这样想:先做业务影响分析,再定 RTO/RPO,最后设计备份、冗余和演练。

本页术语用人话说:

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

常见误区:RTO 问时间,RPO 问数据;这两个不要混。

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

考点提醒

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

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

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

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

排除法提醒:RTO 问时间,RPO 问数据;这两个不要混。

本页术语拆解
恢复点目标 RPO RPO 是最多能接受丢失多少时间范围的数据。
学习单元 34 / PDF P752

第 752 页学习单元

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

教材原文段落

Internet Control Message Protocol (ICMP) is used to determine the health of a network or a specific link. ICMP is utilized by ping, traceroute, tracert, pathping, and other network management tools. The ping utility employs ICMP echo packets and bounces them off remote systems. Thus, you can use ping to determine whether the remote system is online, whether the remote system is responding promptly, whether the intermediary systems are supporting communications, and at what level of performance efficiency the intermediary systems are communicating. The ping utility includes a redirect function that allows the echo responses to be sent to a destination different from the system of origin.

Unfortunately, the features of ICMP were often exploited in various forms of bandwidth-based denial-of-service (DoS) attacks, such as ping of death, Smurf attacks, and ping floods. This fact has shaped how networks handle ICMP traffic today, resulting in many networks limiting the use of ICMP or at least limiting its throughput rates. IGMP Internet Group Management Protocol (IGMP) allows systems to support multicasting. Multicasting is the transmission of data to multiple specific recipients. RFC 1112 discusses the requirements to perform IGMP multicasting (http://tools.ietf.org/html/rfc1112). IGMP is used to manage a host's dynamic multicast group membership.

With IGMP, a single initial signal is multiplied at the router if divergent pathways exist to the intended recipients. Multicasting can be assisted by a Trivial File Transfer Protocol (TFTP) system to host or cache content that is to be sent to multiple recipients. ARP Concerns Address Resolution Protocol (ARP) is used to resolve IP addresses (32-bit binary number for logical addressing) into MAC addresses (48-bit binary number for physical addressing). Traffic on a network segment (for example, from a client to a default gateway [i.e., a router] via a switch) is directed from its source system to its destination system using MAC addresses.

ARP is carried as the payload of an Ethernet frame and is a dependent Layer 2 protocol. ARP uses caching and broadcasting to perform its operations. The first step is to check the local ARP cache. If the needed information is already present in

中文直译 / 整理

互联网控制消息协议(ICMP)用于确定网络或特定链路的健康状况。 ICMP被 ping、traceroute、tracert、pathping以及其他网络管理工具使用。 ping工具 使用ICMP回显数据包,并将其发送到远程系统进行反弹。 因此,您可以使用 ping来确定远程系统是否在线、远程系统是否及时响应、中间系统是否支持通 信,以及中间系统通信的性能效率水平。 ping工具包含一个重定向功能,允许 将回显响应发送到与源系统不同的目标。 不幸的是,ICMP 的功能经常被用于各种基于带宽的拒绝服务(DoS)攻击, 例如死亡之 ping、Smurf 攻击和 ping 洪水。 这一事实塑造了当今网络处理 ICMP 流量的方式,导致许多网络限制 ICMP 的使用,或至少限制其吞吐速率。 IGMP 互联网组管理协议(IGMP) 允许系统支持组播。 组播 是将数据传输给多个特 定接收者的过程。 RFC 1112 讨论了执行 IGMP 组播的要求( http://tools.ietf.org/html/rfc1112)。 IGMP 用于管理主机的动态组播组成 员身份。

在 IGMP 中,如果存在通往目标接收者的不同路径,路由器会将单个 初始信号进行复制。 组播可以借助简单文件传输协议(TFTP)系统来托管或 缓存要发送给多个接收者的内容。 ARP 相关问题 地址解析协议(ARP) 用于将 IP 地址(用于逻辑寻址的 32 位二进制数)解析 为 MAC 地址(用于物理寻址的 48 位二进制数)。 网络段上的流量(例如,从 客户端到默认网关 [即路由器] 通过交换机)使用 MAC 地址从源系统定向到目 标系统。 ARP 作为以太网帧的有效载荷传输,是一种依赖于第 2 层的协议。 ARP 使用缓存和广播来执行其操作。 第一步是检查本地 ARP 缓存。 如果所需信息 已存在于

小白解释

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

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

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

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

本页术语用人话说:

身份:身份是主体在系统中的标识。

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

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

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

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

考点提醒

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

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

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

身份管理题要区分识别、认证、授权、审计。

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

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

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

本页术语拆解
身份 身份是主体在系统中的标识。
强制访问控制 MAC MAC 由系统根据标签和级别强制决定访问。
日志 日志记录系统和用户活动,用于监控、审计和调查。
学习单元 35 / PDF P753

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

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

教材原文段落

the ARP cache, it is used. If not, then an ARP request in the form of a broadcast is transmitted. If the owner of the queried address is in the local subnet, it can respond with the necessary information in an ARP reply/response. If not, the system will default to using its default gateway's MAC address to transmit its communications. ARP can be abused using a technique called ARP cache poisoning, where an attacker inserts bogus information into the ARP cache. ARP cache poisoning or ARP spoofing is caused by an attacker responding with falsified replies. ARP cache is updated each time an ARP reply is received.

The dynamic content of ARP cache, whether poisoned or legitimate, will remain in cache until a timeout occurs (which is usually under 10 minutes). Once an IP-to-MAC mapping falls out of cache, then the attacker gains another opportunity to poison the ARP cache when the client reperforms the ARP broadcast query. Another form of ARP poisoning uses gratuitous ARP or unsolicited ARP replies. This occurs when a system announces its MAC-to-IP mapping without being prompted by an ARP query.

A gratuitous ARP broadcast may be sent as an announcement of a node's existence, to update an ARP mapping due to a change in IP address or MAC address, or when redundant devices are in use that share an IP address and may also share the same MAC address (regularly occurring gratuitous ARP announcements help to ensure reliable failover). A third form of ARP cache poisoning is to create static ARP entries. This is done via the ARP command and must be done locally. Unfortunately, this is easily accomplished through a malicious script executed on the client. However, static ARP entries are not persistent across reboots. The best defense against ARP-based attacks is port security on the switch.

Switch port security can prohibit communications with unknown, unauthorized, rogue devices and may be able to determine which system is responding to all ARP queries and block ARP replies from the offending system. A local or software firewall, host intrusion detection and prevention system (HIDPS), or special endpoint security products can also be used to block unrequested ARP replies/announcements. One popular tool used to detect ARP poisoning is arpwatch. Another defense is to establish static ARP entries. Yes, this can be used as both an attack/abuse and a defense. However, this is not often recommended because it removes the flexibility of a system adapting to changing network ARP

中文直译 / 整理

缓存中,则使用该信息。 如果不存在,则以广播形式发送 ARP 请求。 如果查询地址的所有者位于本地子网中,它可以通过 ARP 应答/响应提供所 需信息。 否则,系统将默认使用其默认网关的 MAC 地址来传输通信。 ARP 可以通过一种称为 ARP 缓存中毒的技术被滥用,攻击者在此技术中将 虚假信息插入 ARP 缓存。 ARP缓存中毒或ARP欺骗是由攻击者发送伪造的应答引起的。 每次收到ARP应 答时,ARP缓存都会被更新。 无论是被污染的还是合法的ARP缓存动态内容, 都会保留在缓存中,直到超时发生(通常在10分钟以内)。 一旦IP到MAC的映 射从缓存中移除,当客户端重新执行ARP广播查询时,攻击者便获得了再次污 染ARP缓存的机会。 另一种ARP欺骗形式使用免费ARP或非请求ARP应答。 当系统在未被ARP查询 请求的情况下宣布其MAC到IP的映射时,就会发生这种情况。 免费ARP广播可 能用于宣告节点的存在、因IP地址或MAC地址更改而更新ARP映射,或在使用 冗余设备共享同一IP地址并可能共享相同MAC地址时发送(定期发送的免费 ARP公告有助于确保可靠的故障切换)。 ARP缓存欺骗的第三种形式是创建静态ARP条目。

这通过ARP命令完成,且 必须在本地执行。 不幸的是,这可以通过在客户端上执行的恶意脚本轻松实 现。 然而,静态ARP条目在重启后不会保留。 针对基于ARP的攻击的最佳防御措施是交换机上的端口安全。 交换机端口安 全可以禁止与未知、未经授权或恶意设备的通信,并可能确定哪个系统响应 所有ARP查询,从而阻止来自攻击系统的ARP回复。 本地或软件防火墙、主 机入侵检测与防御系统(HIDPS)或专用端点安全产品也可用于阻止未经请 求的ARP回复/公告。 用于检测ARP欺骗的一个流行工具是arpwatch。 另一种防御方法是建立静态ARP条目。 是的,这既可以用于攻击/滥用,也可以 用于防御。 然而,这并不常被推荐,因为它剥夺了系统适应网络变化的灵活性

小白解释

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

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

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

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

本页术语用人话说:

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

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

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

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

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

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

考点提醒

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

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

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

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

ISO 偏标准和管理体系。

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

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

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

本页术语拆解
授权 授权是认证之后决定你能访问什么、能做什么。
ISO ISO 是国际标准化组织,常见安全管理体系如 ISO 27001/27002。
防火墙 防火墙根据规则控制网络流量进出。
强制访问控制 MAC MAC 由系统根据标签和级别强制决定访问。
学习单元 36 / PDF P754

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

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

教材原文段落

conditions, such as other devices entering and leaving the network. Once a static ARP entry is defined, it is “permanent” in that it will not be overwritten by any ARP reply, but it will not be retained across a reboot (that feature would be called persistence). A boot or logon script would need to be crafted on each system to re-create the static entries each time the system rebooted. Secure Communication Protocols Protocols that provide security services for application-specific communication channels are called secure communication protocols.

Examples include the following: IPSec Internet Protocol Security (IPSec) uses public key cryptography to provide encryption, integrity, antireplay, access control, and message origin authentication, all using IP-based protocols. The primary use of IPSec is for virtual private networks (VPNs), so IPSec can operate in either transport or tunnel mode. IPSec is a standard of IP security extensions used as an add-on for IPv4 and integrated into IPv6. IPSec is discussed further in Chapter 12. Kerberos Kerberos offers a single sign-on (SSO) solution for users and provides protection for logon credentials.

Modern implementations of Kerberos use hybrid encryption to provide reliable authentication protection. Kerberos is discussed further in Chapter 14, “Controlling and Monitoring Access.” SSH Secure Shell (SSH) is a good example of an end-to-end encryption technique. This security tool can be used to encrypt numerous plaintext utilities (such as rcp, rlogin, and rexec), serve as a protocol encrypter (such as with SFTP), and function as a transport mode VPN (i.e., host-to-host and link encryption only). SSH is discussed further in Chapter 12.

Signal Protocol This is a cryptographic protocol that provides end-to-end encryption for voice communications, videoconferencing, and text message services. The Signal Protocol is a core element in the messaging app named Signal. Secure Remote Procedure Call (S-RPC) S-RPC is an authentication service for cross-network service communications and is simply a means to prevent unauthorized execution of code on remote systems. Transport Layer Security (TLS) This is an encryption protocol that operates at OSI Layer 4 (by encrypting the payload of TCP communications).

中文直译 / 整理

条件,例如其他设备进入和离开网络。 一旦定义了静态ARP条目,它就是“永 久性”的,不会被任何ARP回复覆盖,但重启后不会保留(该功能称为持久性)。 需要在每个系统上编写启动或登录脚本,以便在每次系统重启时重新创建静态 条目。 安全通信协议 为特定应用程序通信通道提供安全服务的协议称为安全通信协议。 示 例如下: IPSec 互联网协议安全(IPSec) 使用公钥加密技术提供加密、完整性、防重 放、访问控制和消息源身份验证,所有这些均基于 IP 协议实现。 IPSec 的主要 用途是虚拟专用网络(VPN),因此 IPSec 可以在传输模式或隧道模式下运行。 IPSec 是 IP 安全扩展的标准,作为 IPv4 的附加组件使用,并集成到 IPv6 中。 IPSec 将在 第 12 章中进一步讨论。 Kerberos Kerberos 为用户提供单点登录(SSO)解决方案,并保护登录凭据。 现代 Kerberos 实现采用混合加密技术提供可靠的认证保护。 Kerberos 将在 第 14 章 “ 访问控制与监控 ” 中进一步讨论。 SSH 安全外壳(SSH) 是端到端加密技术的一个良好示例。

此安全工具可用 于加密多种明文工具(如 rcp、rlogin 和 rexec),作为协议加密器(如 SFTP),并作为传输模式 VPN(即仅主机到主机和链路加密)。 SSH 将在 第 12 章中进一步讨论。 Signal Protocol 这是一种为语音通信、视频会议和短信服务提供端到端加密 的加密协议。 Signal Protocol 是名为 Signal 的即时通讯应用的核心组件。 Secure Remote Procedure Call (S-RPC) S-RPC 是一种用于跨网络服务 通信的认证服务,其作用仅仅是防止在远程系统上执行未经授权的代码。 传输层安全协议(TLS) 这是一种在OSI第4层运行的加密协议(通过加密TCP通 信的有效载荷)。

小白解释

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

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

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

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

本页术语用人话说:

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

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

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

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

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

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

考点提醒

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

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

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

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

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

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

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

Minimum level、mandatory requirement 常对应 standard。

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

本页术语拆解
完整性 完整性保证数据没有被未授权修改,并且仍然正确可信。
认证 认证是验证“你是不是你声称的那个人”。
授权 授权是认证之后决定你能访问什么、能做什么。
加密 加密把内容变成未授权者看不懂的形式。
标准 标准给出必须满足的最低要求。
程序 程序是一步一步怎么做。
密码学 密码学用数学方法保护信息,常用于机密性、完整性、认证和不可否认性。
OSI 模型 OSI 用七层结构理解网络通信,从物理层到应用层。
学习单元 37 / PDF P755

认证:证明身份

认证回答“你是不是你声称的那个人”。

教材原文段落

Although it is primarily known to be used to encrypt web communications as HTTPS, it can encrypt any Application Layer protocol. Transport Layer Security (TLS) replaced Secure Sockets Layer (SSL). Features of TLS include the following: Supports secure client-server communications across an insecure network while preventing tampering, spoofing, and eavesdropping. Supports one-way authentication. Supports two-way authentication using digital certificates. Often implemented as the initial payload of a TCP package, allowing it to encapsulate all higher-layer protocol payloads. Can be used to encrypt User Datagram Protocol (UDP) and Session Initiation Protocol (SIP) connections.

(SIP is a protocol associated with Voice over IP [VoIP].) Implications of Multilayer Protocols TCP/IP is a multilayer protocol. TCP/IP derives several benefits from its multilayer design, specifically in relation to its mechanism of encapsulation. For example, when communicating between a web server and a web browser over a typical network connection, HTTP is encapsulated in TCP, which in turn is encapsulated in IP, which in turn is encapsulated in Ethernet. This could be presented as follows: [ Ethernet [ IP [ TCP [ HTTP [Payload] ] ] ] ] However, this is not the extent of TCP/IP's encapsulation support. It is also possible to add additional layers of encapsulation.

For example, adding TLS encryption to the communication would insert a new encapsulation between HTTP and TCP (technically, this results in HTTPS, the TLS-encrypted form of HTTP): [ Ethernet [ IP [ TCP [ TLS [ HTTP [Payload] ] ] ] ] ] This in turn could be further encapsulated with a Network Layer encryption such as IPSec: [ Ethernet [ IPSec [ IP [ TCP [ TLS [ HTTP [Payload] ] ] ] ] ] ]

中文直译 / 整理

尽管它最广为人知的用途是加密HTTPS网络通信,但它可以加密任何应用层 协议。 传输层安全协议(TLS) 取代了 安全套接层(SSL)。 TLS的特性包括 以下内容: 支持在不安全的网络上实现安全的客户端‑服务器通信,防止篡改、伪 装和窃听。 支持单向认证。 支持使用数字证书进行双向认证。 通常作为 TCP 报文的初始负载实现,使其能够 封装所有高层协议负载。 可用于加密用户数据报协议(UDP)和会话初始协议(SIP)连接。 (SIP 是与语音 over IP [VoIP] 相关的协议。 ) 多层协议的含义 TCP/IP 是一个 多层协议。 TCP/IP 从其多层设计中获得了若干优势,特别是 与其封装机制相关。 例如,当通过典型网络连接在 Web 服务器和 Web 浏览 器之间通信时,HTTP 被封装在 TCP 中,而 TCP 又被封装在 IP 中,IP 再被 封装在以太网中。 这可以表示如下: [ 以太网 [ IP [ TCP [ HTTP [负载] ] ] ] ] 然而,这并非 TCP/IP 封装支持的全部。 还可以添加额外的封装层。

例如,在 通信中添加 TLS 加密,会在 HTTP 和 TCP 之间插入一个新的封装层(技术上, 这会形成 HTTPS,即经过 TLS 加密的 HTTP): [ 以太网 [ IP [ TCP [ TLS [ HTTP [负载] ] ] ] ] ] 这又可以进一步使用网络层加密(如 IPSec)进行封装: [ 以太网 [ IPSec [ IP [ TCP [ TLS [ HTTP [负载] ] ] ] ] ] ]

小白解释

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

这一页真正想让你理解的是:认证回答“你是不是你声称的那个人”。

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

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

本页术语用人话说:

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

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

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

TCP/IP 模型:TCP/IP 是现实网络常用协议栈,和 OSI 可对应理解。

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

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

考点提醒

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

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

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

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

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

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

考试常让你把协议、端口、层次对应起来。

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

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

本页术语拆解
认证 认证是验证“你是不是你声称的那个人”。
加密 加密把内容变成未授权者看不懂的形式。
数字证书 数字证书把身份和公钥绑定起来,由可信 CA 签发。
TCP/IP 模型 TCP/IP 是现实网络常用协议栈,和 OSI 可对应理解。
入侵防御系统 IPS IPS 可检测并主动阻断恶意流量。
学习单元 38 / PDF P756

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

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

教材原文段落

This is an example of a VPN. VPNs use encapsulation to enclose or tunnel one protocol inside another protocol. Usually, the encapsulation protocol encrypts the original protocol. For more on VPNs, see Chapter 12. However, encapsulation is not always implemented for benign purposes. Numerous covert channel communication mechanisms use encapsulation to hide or isolate an unauthorized protocol inside another authorized one. For example, if a network blocks the use of FTP but allows HTTP, then tools such as HTTPTunnel can be used to bypass this restriction.

This could result in an encapsulation structure such as this: [ Ethernet [ IP [ TCP [ HTTP [ FTP [Payload] ] ] ] ] ] Normally, HTTP carries its own web-related payload, but with the HTTPTunnel tool, the standard payload is replaced with an alternative protocol. This false encapsulation can even occur lower in the protocol stack. For example, ICMP is typically used for network health testing and not for general communication. However, with utilities such as Loki, ICMP is transformed into a tunnel protocol to support TCP communications.

The encapsulation structure of Loki is as follows: [ Ethernet [ IP [ ICMP [ TCP [ HTTP [Payload] ] ] ] ] ] Another area of concern caused by unbounded encapsulation support is the ability to jump between virtual local area networks (VLANs). Please see Chapter 12 about VLANs. Multilayer protocols provide the following benefits: A wide range of protocols can be used at higher layers. Encryption can be incorporated at various layers. Flexibility and resiliency in complex network structures is supported. There are a few drawbacks of multilayer protocols: Covert channels are allowed. Filters can be bypassed. Logically imposed network segment boundaries can be overstepped.

中文直译 / 整理

这是一个VPN的示例。 VPN使用封装技术将一种协议封装在另一种协议内部。 通常,封装协议会对原始协议进行加密。 有关VPN的更多信息,请参见第12章。 然而,封装并不总是用于善意目的。 许多隐蔽通道通信机制利用封装将未经授 权的协议隐藏或隔离在另一个被授权的协议之中。 例如,如果网络阻止使用 FTP 但允许 HTTP,则可以使用 HTTPTunnel 等工具绕过此限制。 这可能导 致如下封装结构: [ 以太网 [ IP [ TCP [ HTTP [ FTP [负载] ] ] ] ] ] 通常,HTTP 携带其自身的网页相关负载,但使用 HTTPTunnel 工具 时,标准负载会被替换为另一种协议。 这种虚假封装甚至可能发生在协议栈的更低层。 例如,ICMP 通常用于网 络健康检测,而非通用通信。 然而,借助 Loki 等工具,ICMP 可被转化 为隧道协议以支持 TCP 通信。 Loki 的封装结构如下: [ 以太网 [ IP [ ICMP [ TCP [ HTTP [负载] ] ] ] ] ] 由无限制的封装支持引起的另一个关注领域是能够在虚拟局域网(VLAN) 之间跳转的能力。 请参阅第12章关于VLAN的内容。

多层协议提供以下优势: 在更高层可以使用多种协议。 加密可以在多个层中实现。 支持复杂网络结构中的灵活性和弹性。 多层协议存在一些缺点: 允许使用隐蔽信道。 过滤器可以被绕过。 逻辑上强制的网络分段边界可以被超越。

小白解释

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

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

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

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

本页术语用人话说:

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

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

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

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

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

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

考点提醒

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

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

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

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

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

ISO 偏标准和管理体系。

Minimum level、mandatory requirement 常对应 standard。

远程访问、站点到站点、安全隧道常对应 VPN/IPSec。

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

本页术语拆解
授权 授权是认证之后决定你能访问什么、能做什么。
加密 加密把内容变成未授权者看不懂的形式。
ISO ISO 是国际标准化组织,常见安全管理体系如 ISO 27001/27002。
标准 标准给出必须满足的最低要求。
虚拟专用网络 VPN VPN 在不可信网络上建立加密隧道。
日志 日志记录系统和用户活动,用于监控、审计和调查。
恢复点目标 RPO RPO 是最多能接受丢失多少时间范围的数据。
学习单元 39 / PDF P757

可用性:需要时能用,且性能可接受

可用性关注中断、故障、DoS、备份和冗余。

教材原文段落

DNP3 DNP3 (Distributed Network Protocol 3) is primarily used in the electric and water utility and management industries. It is used to support communications between data acquisition systems and the system control equipment. This includes substation computers, remote terminal units (RTUs) (i.e., devices controlled by an embedded microprocessor), intelligent electronic devices [IEDs], and SCADA primary stations (i.e., control centers). DNP3 is an open and public standard. It is a multilayer protocol that functions similarly to TCP/IP in that it has link, transport, and transportation layers.

For more details on DNP3, please view the protocol primer at www.dnp.org/About/Overview-of-DNP3-Protocol. Converged Protocols Converged protocols are the merging of specialty or proprietary protocols with standard protocols, such as those from the TCP/IP suite. The primary benefit of converged protocols is the ability to use existing TCP/IP supporting network infrastructure to host special or proprietary services without the need for unique deployments of alternate networking hardware.

Some common examples of converged protocols are described here: Storage Area Network (SAN) A storage area network (SAN) is a secondary network (distinct from the primary communications network) used to consolidate and manage various storage devices into a single consolidated network-accessible storage container. SANs are often used to enhance networked storage devices such as hard drives, drive arrays, optical jukeboxes, and tape libraries so that they can be made to appear to servers as if they were local storage. SANs operate by encapsulating or converging data storage signals into TCP/IP communications to separate storage and proximity.

A SAN can be a single point of failure, so redundancy needs to be integrated to provide protection of availability. In some instances, a SAN may implement deduplication to save space by not retaining multiple copies of the same file. However, this can sometimes result in data loss if the one retained original is corrupted. Internet Small Computer Systems Interface (iSCSI) Internet Small Computer Systems Interface (iSCSI) is a networking storage standard based on IP that operates at Layer 5 (Session). This technology can be used to DNP3 DNP3(

中文直译 / 整理

分布式网络协议第3版)主要应用于电力和水务公用事业及管理行 业。 它用于支持数据采集系统与系统控制设备之间的通信。 这包括变电站 计算机、远程终端单元(RTU)(即由嵌入式微处理器控制的设备)、智 能电子设备[IEDs], 和SCADA主站(即控制中心)。 DNP3是一种开放的 公共标准。 它是一种多层协议,其功能类似于TCP/IP,具有链路层、传输 层和应用层。 有关DNP3的更多详细信息,请参阅协议入门指南: www.dnp.org/About/Overview-of-DNP3-Protocol。 融合协议 融合协议 是将专用或专有协议与标准协议(如 TCP/IP 协议套件中的协议)合 并的结果。 融合协议的主要优势在于,能够利用现有的支持 TCP/IP 的网络基 础设施来托管专用或专有服务,而无需部署独立的网络硬件。 以下是几种常见 的融合协议示例: 存储区域网络(SAN) 一种存储区域网络(SAN) 是一种辅助网络(与主 通信网络不同),用于将各种存储设备整合为一个统一的、可通过网络访问的存 储容器。 SAN 常用于增强网络存储设备(如硬盘、磁盘阵列、光盘库和磁带库), 使其对服务器而言看起来如同本地存储。

SAN 通过将数据存储信号封装或融合到 TCP/IP 通信中,以分离存储与物理距离。 SAN 可能成为单点故障,因此需要集 成冗余机制以保障可用性。 在某些情况下,SAN 可能实现去重功能,通过不保留 同一文件的多个副本以节省空间。 然而,如果唯一保留的原始文件被损坏,这有 时可能导致数据丢失。 互联网小型计算机系统接口 (iSCSI) 互联网小型计算机系统接口(iSCSI) 是一 种基于 IP 的网络存储标准,工作在第 5 层(会话层)。 该技术可用于

小白解释

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

这一页真正想让你理解的是:可用性关注中断、故障、DoS、备份和冗余。

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

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

本页术语用人话说:

可用性:可用性保证授权用户需要时能及时使用系统和数据。

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

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

TCP/IP 模型:TCP/IP 是现实网络常用协议栈,和 OSI 可对应理解。

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

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

考点提醒

考题会把“可用性:需要时能用,且性能可接受”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

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

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

冗余、备份、BCP/DRP、抗 DoS、容量规划都对应可用性。

Minimum level、mandatory requirement 常对应 standard。

Recommended、not compulsory 常对应 guideline。

考试常让你把协议、端口、层次对应起来。

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

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

本页术语拆解
可用性 可用性保证授权用户需要时能及时使用系统和数据。
标准 标准给出必须满足的最低要求。
指南 指南是建议做法,不一定强制。
TCP/IP 模型 TCP/IP 是现实网络常用协议栈,和 OSI 可对应理解。
日志 日志记录系统和用户活动,用于监控、审计和调查。
学习单元 40 / PDF P758

第 758 页学习单元

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

教材原文段落

enable location-independent file storage, transmission, and retrieval over LAN, WAN, or public internet connections. iSCSI is often viewed as a low-cost alternative to Fibre Channel. InfiniBand over Ethernet InfiniBand over Ethernet (IBoE) refers to the encapsulation of InfiniBand traffic within Ethernet frames, allowing InfiniBand protocols to run over Ethernet networks. InfiniBand is a highperformance and low-latency interconnect technology commonly used in high-performance computing (HPC) environments. IBoE provides a way to integrate InfiniBand technology into existing Ethernet infrastructures.

Compute Express Link Compute Express Link (CXL) is an advanced high-speed interconnect technology developed to address the increasing demands of data-intensive workloads in modern computing systems. It is designed to enhance the performance, efficiency, and scalability of datacentric applications in various domains such as artificial intelligence (AI), machine learning (ML), HPC, and more. As a converged protocol, CXL supports the communication and collaboration of various components, such as CPUs, GPUs, accelerators, memory, and other devices, over a single highspeed interconnect.

Other concepts that may be considered examples of converged technologies include VPN, SDN, cloud, virtualization, SOA, microservices, and serverless architecture. Voice over Internet Protocol (VoIP) Voice over IP (VoIP) is a tunneling mechanism that encapsulates audio, video, and other data into IP packets to support voice calls and multimedia collaboration. VoIP has become a popular and inexpensive telephony solution for companies and individuals worldwide. VoIP has the potential to replace or supplant public switched telephone network (PSTN) services because it's often less expensive and offers a wider variety of options and features.

VoIP can be used as a direct telephone replacement on computer networks as well as mobile devices. VoIP is considered a converged protocol as it combines the audio (and video) encapsulation technology (operating as Application Layer protocols) with the established multilayer protocol stack of TCP/IP. VoIP is available in both commercial and open source options. Some VoIP solutions require specialized hardware to either replace traditional telephone handsets/base stations or allow these to connect to and function over the VoIP system. Some VoIP solutions are software only, such as Skype, and

中文直译 / 整理

在局域网、广域网或公共互联网连接上实现位置无关的文件存储、传输和检索。 iSCSI 常被视为光纤通道的低成本替代方案。 以太网上的InfiniBand 以太网上的InfiniBand(IBoE) 指的是将I nfiniBand流量封装在以太网帧中,从而使InfiniBand协议能够在以太网网络 上运行。 InfiniBand是一种高性能、低延迟的互连技术,通常用于高性能计算 (HPC)环境。 IBoE提供了一种将InfiniBand技术集成到现有以太网基础设施 中的方法。 Compute Express Link Compute Express Link(CXL)是一种先进的高 速互连技术,旨在应对现代计算系统中数据密集型工作负载日益增长的需求。 它旨在提升人工智能(AI)、机器学习(ML)、HPC等各个领域中以数据为 中心的应用的性能、效率和可扩展性。 作为一种融合协议,CXL支持CPU、 GPU、加速器、内存及其他设备通过单一高速互连进行通信与协作。 其他可视为融合技术示例的概念包括VPN、SDN、云、虚拟化、SOA、微服 务和无服务器架构。

互联网语音协议(VoIP) 互联网语音协议(VoIP)是一种隧道机制,将音频、视频和其他数据封装 到IP数据包中,以支持语音通话和多媒体协作。 VoIP已成为全球公司和个人广 泛使用且成本低廉的电话解决方案。 由于通常成本更低且提供更丰富的选项和 功能,VoIP有潜力取代或替代公共交换电话网络(PSTN)服务。 VoIP可直接 作为计算机网络和移动设备上的电话替代方案使用。 VoIP被视为一种融合协议, 因为它将音频(和视频)封装技术(作为应用层协议运行)与已建立的 TCP/IP多层协议栈相结合。 VoIP 提供商业和开源两种选择。 一些 VoIP 解决方案需要专用硬件,以替代 传统电话听筒/基站,或使这些设备能够连接并基于 VoIP 系统运行。 一些 VoIP 解决方案仅为软件,例如 Skype,且

小白解释

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

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

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

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

本页术语用人话说:

TCP/IP 模型:TCP/IP 是现实网络常用协议栈,和 OSI 可对应理解。

虚拟专用网络 VPN:VPN 在不可信网络上建立加密隧道。

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

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

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

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

考点提醒

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

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

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

考试常让你把协议、端口、层次对应起来。

远程访问、站点到站点、安全隧道常对应 VPN/IPSec。

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

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

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

本页术语拆解
TCP/IP 模型 TCP/IP 是现实网络常用协议栈,和 OSI 可对应理解。
虚拟专用网络 VPN VPN 在不可信网络上建立加密隧道。
强制访问控制 MAC MAC 由系统根据标签和级别强制决定访问。
日志 日志记录系统和用户活动,用于监控、审计和调查。
学习单元 41 / PDF P759

认证:证明身份

认证回答“你是不是你声称的那个人”。

教材原文段落

allow the user's existing speakers, microphone, or headset to replace the traditional telephone handset. Others are hardware-based, such as magicJack, which allows the use of existing PSTN phone devices plugged into a USB adapter to take advantage of VoIP over the Internet. Commercial VoIP equipment typically looks and functions much like traditional PSTN equipment but simply replaces the prior plain old telephone service (POTS) line with VoIP connectivity. Often, VoIP-to-VoIP calls are free (assuming the same or compatible VoIP technology are in use on both ends), whereas VoIPto-landline or VoIP-to-mobile calls are usually charged a per-minute fee.

It is important to keep security in mind when selecting a VoIP solution to ensure that it provides the privacy and security you expect. Some VoIP systems are essentially plain-form communications that are easily intercepted and eavesdropped; others are highly encrypted, and any attempt to interfere or wiretap is deterred and thwarted. VoIP is not without its problems. Threat actors can wage a wide range of potential attacks against a VoIP solution: Caller ID can be falsified easily using any number of VoIP tools, so threat actors can perform vishing (VoIP phishing) or Spam over Internet Telephony (SPIT) attacks.

The call manager systems and VoIP phones themselves might be vulnerable to host operating system attacks and DoS attacks. If a device's or software's host OS or firmware has vulnerabilities, there is increased risk of exploits. Threat actors might be able to perform AitM attacks by spoofing call managers or endpoint connection negotiations and/or responses. Depending on the deployment, there are also risks associated with deploying VoIP phones off the same switches as desktop and server systems. This could allow for 802.1X authentication falsification as well as VLAN and VoIP hopping (i.e., jumping across authenticated channels).

Since VoIP traffic is just network traffic, it is often possible to listen in on VoIP communications by decoding the VoIP traffic when it isn't encrypted. Secure Real-Time Transport Protocol or Secure RTP (SRTP) is a security improvement over the Real-Time Transport Protocol (RTP) that is used in many VoIP communications. SRTP aims to minimize the risk of DoS, AitM

中文直译 / 整理

允许用户现有的扬声器、麦克风或耳机替代传统电话听筒。 其他则是基于硬件 的,例如 magicJack,它允许将现有的 PSTN 电话设备插入 USB 适配器,以 利用互联网上的 VoIP 服务。 商业 VoIP 设备通常外观和功能与传统的 PSTN 设备非常相似,只是将之前的 普通老式电话服务(POTS) 线路替换为 VoIP 连 接。 通常,VoIP 到 VoIP 的通话是免费的(假设两端使用相同或兼容的 VoIP 技术),而 VoIP 到固话或 VoIP 到移动电话的通话通常按分钟收费。 在选择VoIP解决方案时,保持安全意识至关重要,以确保其提供您所期望的 隐私和安全性。 一些VoIP系统本质上是未经加密的通信,容易被截获和窃听; 而另一些则具有高度加密功能,任何干扰或窃听行为都会被阻止和挫败。 VoIP并非没有问题。 攻击者可以对VoIP解决方案发动多种潜在攻击: 来电显示可以使用多种VoIP工具轻易伪造,因此攻击者可以实施语音钓鱼 (VoIP钓鱼)或互联网电话垃圾语音(SPIT)攻击。 呼叫管理器系统和VoIP电话本身可能容易受到主机操作系统攻击和拒绝服 务(DoS)攻击。

如果设备或软件的主机操作系统或固件存在漏洞,则遭 受利用的风险会增加。 攻击者可能通过伪造呼叫管理器或端点连接协商和/或响应来实施中间人 (AitM)攻击。 根据部署情况,在与桌面和服务器系统共用同一交换机的情况下部署 VoIP电话也存在风险。 这可能导致802.1X身份验证伪造,以及VLAN和 VoIP跳转(即跨越已认证通道)。 由于VoIP流量只是网络流量,因此在未加密的情况下,通常可以通过解码 VoIP流量来监听VoIP通信。 安全实时传输协议 或 安全RTP(SRTP) 是对 实时传输协议(RTP) 的安全改进,广泛 用于许多VoIP通信中。 SRTP旨在通过强大的加密和可靠的认证来降低DoS、中间人

小白解释

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

这一页真正想让你理解的是:认证回答“你是不是你声称的那个人”。

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

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

本页术语用人话说:

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

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

身份:身份是主体在系统中的标识。

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

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

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

考点提醒

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

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

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

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

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

身份管理题要区分识别、认证、授权、审计。

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

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

本页术语拆解
认证 认证是验证“你是不是你声称的那个人”。
加密 加密把内容变成未授权者看不懂的形式。
身份 身份是主体在系统中的标识。
日志 日志记录系统和用户活动,用于监控、审计和调查。
学习单元 42 / PDF P760

认证:证明身份

认证回答“你是不是你声称的那个人”。

教材原文段落

attacks, and other VoIP exploits through robust encryption and reliable authentication. RTP or SRTP takes over after Session Initiation Protocol (SIP) establishes the communication link between endpoints. Software-Defined Networking Software-defined networking (SDN) is a unique approach to network operation, design, and management. The concept is based on the theory that the complexities of a traditional network with on-device configuration (i.e., routers and switches) often force an organization to stick with a single device vendor and limit the flexibility of the network to adapt to changing physical and business conditions, as well as optimize costs of acquiring new devices.

SDN aims to separate the infrastructure layer (aka the data plane and the forwarding plane)—hardware and hardware-based settings—from the control layer—network services of data transmission management. The control plane uses protocols to decide where to send traffic, and the data plane includes rules that decide whether traffic will be forwarded. This form of traffic management also involves access control over what systems can communicate which protocols to whom. This type of access control is typically attribute-based access control (ABAC) based.

Instead of traditional networking equipment such as routers and switches, an SDN solution gives an organization the option to handle traffic routing using simpler network devices that accept instructions from the SDN controller. This eliminates some of the complexity related to traditional networking protocols. Furthermore, this also removes the traditional networking concepts of IP addressing, subnets, routing, and the like from needing to be programmed into or be deciphered by hosted applications. SDN offers a new network design that is directly programmable from a central location, flexible, vendor-neutral, and open-standards-based.

Using SDN frees an organization from having to purchase devices from a single vendor. It instead allows organizations to mix and match hardware as needed, such as to select the most cost-effective or highest throughput–rated devices regardless of vendor. The configuration and management of hardware are then controlled through a centralized management interface. APIs (application programming interfaces) play a crucial role in SDN by providing a standardized way for external software applications to interact with and manipulate the network. In addition, the settings applied to the hardware can be changed and adjusted dynamically as needed from a central console or control point.

中文直译 / 整理

攻击和其他VoIP漏洞的风险。 在 会话初始协议(SIP) 建立端点之间的通 信链路后,RTP或SRTP接管后续工作。 软件定义网络 软件定义网络(SDN) 是一种独特的网络运营、设计和管理方法。 该概念基于 这样的理论:传统网络的复杂性,如设备上的配置(即路由器和交换机),常 常迫使组织只能使用单一设备供应商,并限制了网络适应不断变化的物理和业 务条件以及优化新设备采购成本的灵活性。 SDN 旨在将基础设施层(又称数据 平面和转发平面)——硬件和基于硬件的设置——与控制层——数据传输管理的 网络服务——分离开来。 控制平面使用协议来决定流量的转发路径,而数据平 面则包含决定流量是否被转发的规则。 这种流量管理形式还涉及对哪些系统可 以与哪些对象通信哪些协议的访问控制。 此类访问控制通常基于属性的访问控 制(ABAC)。 与传统的网络设备(如路由器和交换机)不同,SDN 解决方案使组织能够使用 更简单的网络设备来处理流量路由,这些设备接受 SDN 控制器的指令。 这消 除了与传统网络协议相关的一些复杂性。 此外,这也消除了将 IP 地址、子网、 路由等传统网络概念编程或解析到托管应用程序中的需求。

SDN 提供了一种全新的网络设计,可通过中央位置直接编程,具有灵活性、厂 商中立性,并基于开放标准。 使用 SDN 可使组织无需从单一厂商购买设备,而 是可以根据需要混合搭配硬件,例如无论厂商如何,均可选择最具成本效益或 最高吞吐量的设备。 硬件的配置和管理则通过集中式管理接口进行控制。 API (应用程序编程接口)在 SDN 中发挥着关键作用,为外部软件应用程序提供了 一种标准化方式,以与网络进行交互并对其进行操作。 此外,应用于硬件的设 置可通过中央控制台或控制点动态地进行更改和调整。

小白解释

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

这一页真正想让你理解的是:认证回答“你是不是你声称的那个人”。

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

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

本页术语用人话说:

成本效益:安全控制不能无限堆钱,要用合理成本降低最重要的风险。

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

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

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

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

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

考点提醒

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

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

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

CISSP 喜欢考成本收益:控制成本不应明显超过被降低的风险价值。

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

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

Minimum level、mandatory requirement 常对应 standard。

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

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

本页术语拆解
成本效益 安全控制不能无限堆钱,要用合理成本降低最重要的风险。
认证 认证是验证“你是不是你声称的那个人”。
加密 加密把内容变成未授权者看不懂的形式。
标准 标准给出必须满足的最低要求。
程序 程序是一步一步怎么做。
基于属性的访问控制 ABAC ABAC 根据用户、资源、环境等属性动态决策。
学习单元 43 / PDF P761

第 761 页学习单元

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

教材原文段落

In relation to SDN, a southbound interface is the communication path from the SDN controller to the network devices in the data plane, facilitating the control and management of network traffic. The northbound interface is the communication path from the SDN controller to the applications or services in the Application Layer, allowing applications to interact with the SDN controller and make use of the network's programmability. These terms describe the flow of information between different components within an SDN framework.

Sometimes the terms eastbound and westbound are used to describe communications within a layer of a network or services’ lattice structure (i.e., between peer elements). SDN and network functions virtualization (NFV) are two distinct but closely related concepts that have transformed the traditional networking landscape. While SDN focuses on the separation of the control plane and data plane, NFV is about virtualizing and abstracting network functions from dedicated hardware devices. When combined, SDN and NFV create a more flexible, scalable, and programmable network infrastructure. It is effectively network virtualization.

It allows data transmission paths, communication decision trees, and flow control to be virtualized in the SDN/NFV control layer rather than being handled on the hardware on a per-device basis. Another interesting development arising out of the concept of virtualized networks is that of a virtual SAN (VSAN). A SAN is a network technology that combines multiple individual storage devices into a single consolidated network-accessible storage container. They are often used with multiple or clustered servers that need high-speed access to a single shared dataset. These have historically been expensive due to the complex hardware requirements of the SAN.

VSANs bypass these complexities with virtualization. A virtual SAN or a software-defined shared storage system is a virtual re-creation of a SAN on top of a virtualized network or an SDN. Software-defined storage (SDS) is another derivative of SDN. SDS is a SDN version of a SAN or NAS. SDS is a storage management and provisioning solution that is policy driven and is independent of the actual underlying storage hardware. It is effectively virtual storage.

中文直译 / 整理

与 SDN 相关,南向接口是 SDN 控制器与数据平面中网络设备之间的通信路 径,用于实现对网络流量的控制和管理。 北向接口是 SDN 控制器与应用层应 用程序或服务之间的通信路径,允许应用程序与 SDN 控制器交互并利用网络 的可编程性。 这些术语描述了 SDN 框架内不同组件之间的信息流。 有时使用东向和西向这两个术语来描述网络某一层或服务网格结构 内的通信(即对等元素之间的通信)。 软件定义网络(SDN)和网络功能虚拟化(NFV)是两个独立但密切相关的概 念,它们改变了传统的网络格局。 SDN侧重于控制平面与数据平面的分离,而 NFV则致力于将网络功能从专用硬件设备中虚拟化和抽象出来。 当两者结合时, SDN和NFV共同构建出更加灵活、可扩展且可编程的网络基础设施。 这本质上 是网络虚拟化,它允许数据传输路径、通信决策树和流量控制在SDN/NFV控 制层中实现虚拟化,而非在每个硬件设备上单独处理。 虚拟网络概念带来的另一个有趣发展是虚拟SAN(VSAN)。 SAN是一种网络 技术,它将多个独立的存储设备整合为一个统一的、可通过网络访问的存储容 器。 它们通常用于需要高速访问单一共享数据集的多台服务器或集群服务器。

由于SAN对硬件要求复杂,传统上成本较高。 VSAN通过虚拟化规避了这些复 杂性。 虚拟SAN或软件定义的共享存储系统,是在虚拟化网络或SDN之上对 SAN进行的虚拟重构。 软件定义存储(SDS) 是 SDN 的另一种衍生形式。 SDS 是 SAN 或 NAS 的 SDN 版本。 SDS 是一种策略驱动且独立于实际底层存储硬件的存储管理和配 置解决方案。 它本质上是虚拟存储。

小白解释

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

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

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

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

本页术语用人话说:

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

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

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

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

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

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

考点提醒

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

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

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

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

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

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

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

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

本页术语拆解
抽象 抽象把复杂细节藏在接口后,只暴露必要功能。
政策 政策是高层原则,说明必须遵守什么。
程序 程序是一步一步怎么做。
日志 日志记录系统和用户活动,用于监控、审计和调查。
学习单元 44 / PDF P762

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

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

教材原文段落

Software-defined wide-area networks (SDWAN or SD-WAN) are an evolution of SDN that can be used to manage the connectivity and control services between distant data centers, remote locations, and cloud services over WAN links. Segmentation Networks are not typically configured as a single large collection of systems. Usually, networks are segmented or subdivided into smaller organizational units.

These smaller units, groupings, segments, or subnetworks (i.e., subnets) can be used to improve various aspects of the network: Boosting Network Performance Network segmentation can improve performance through an organizational scheme in which systems that often communicate are located in the same segment. Also, dividing broadcast domains can significantly improve performance for larger networks. Reducing Communication Problems Network segmentation often reduces congestion and contains communication problems, such as broadcast storms. Providing Security Network segmentation can also improve security by isolating traffic and user access to those segments where they are authorized.

Physical segmentation refers to the practice of physically separating different components or segments within a network or system to enhance security, isolate sensitive information, and control access. This segmentation is typically achieved through various means, and different types of physical segmentation include in-band, out-of-band, and air-gapped. In-band segmentation involves the use of the same communication path or network infrastructure for both data and control traffic. Components within the same in-band segment share the same network resources. Often this is synonymous with logical segmentation as it does not use physical divisions for segmentation.

Out-of-band segmentation involves separating data and controlling traffic onto different communication paths or networks. Control signals and management traffic have a dedicated network that is distinct from the network used for regular data transmission. An out-of-band segment creates a separate and distinct network structure for traffic that would otherwise interfere with the production network or that may itself be put at risk if placed on the production network. Secondary (or additional) network

中文直译 / 整理

软件定义广域网(SDWAN或SD-WAN) 是 SDN 的演进形式,可用于通过广 域网链路管理远程数据中心、远程站点和云服务之间的连接与控制服务。 分段 网络通常不会被配置为一个单一的大型系统集合。 通常,网络会被分段或划 分为更小的组织单元。 这些较小的单元、分组、分段或子网络(即子网)可 用于改善网络的各个方面: 提升网络性能 网络分段 可以通过一种组织方案来提升性能,该方案将经常通信 的系统置于同一分段中。 此外,划分广播域可以显著改善大型网络的性能。 减少通信问题 网络分段通常能减少拥塞并遏制通信问题,例如广播风暴。 提供安全性 网络分段还可以通过隔离流量和用户访问权限,仅允许其在授权的分 段中进行访问,从而提升安全性。 物理隔离是指通过物理方式将网络或系统中的不同组件或段分开,以增强安全 性、隔离敏感信息并控制访问。 这种隔离通常通过多种手段实现,物理隔离的 类型包括带内、带外和气隙隔离。 带内隔离使用相同的通信路径或网络基础设 施传输数据和控制流量。 同一带内段内的组件共享相同的网络资源。 这通常与 逻辑隔离同义,因为它并未使用物理划分进行隔离。 带外隔离是将数据流量和 控制流量分离到不同的通信路径或网络上。

控制信号和管理流量使用一个与常 规数据传输网络完全独立的专用网络。 带外隔离为那些可能干扰生产网络或若 置于生产网络中可能面临风险的流量创建了一个独立且不同的网络结构。 次要 (或附加)网络

小白解释

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

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

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

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

本页术语用人话说:

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

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

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

遏制:遏制先阻止事件继续扩大,不急着完全修复。

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

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

考点提醒

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

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

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

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

ISO 偏标准和管理体系。

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

事件响应中先控制影响,再根除原因。

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

本页术语拆解
授权 授权是认证之后决定你能访问什么、能做什么。
ISO ISO 是国际标准化组织,常见安全管理体系如 ISO 27001/27002。
日志 日志记录系统和用户活动,用于监控、审计和调查。
遏制 遏制先阻止事件继续扩大,不急着完全修复。
学习单元 45 / PDF P763

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

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

教材原文段落

paths or segments may be created to support data storage traffic (such as with SANs), VoIP, backup data, patch distribution, and management operations. Air-gapped segmentation is the most stringent form of physical segmentation, where there is a complete physical separation between two systems or networks. This isolation is typically achieved by having no direct physical connection, such as cables, between the systems. There is also a need to either avoid the use of wireless communications or to block them purposefully.

Logical segmentation can be created by using switch-based virtual local area networks (VLANs), virtual private networks (VPNs), routers, firewalls, virtual routing and forwarding (VRF), and virtual domains individually or in combination. VLANs are a method of logically dividing a physical LAN into multiple isolated broadcast domains. Devices within the same VLAN can communicate with each other as if they were on the same physical network, even if they are located on different physical segments. VLANs help improve network performance, security, and flexibility by grouping devices logically instead of relying solely on physical network topology.

VLANs are commonly used in enterprise networks to segregate traffic based on departments, functions, or security levels. VPNs create secure and encrypted communication channels over a public or shared network (usually the Internet). They allow remote users or branch offices to securely connect to the main corporate network, creating a virtual private network. VPNs provide secure communication over untrusted networks, ensuring privacy and data integrity. They are widely used for remote access, site-to-site connectivity, and secure communication between different entities. VRF is a technology that allows multiple instances of a routing table to coexist within a router.

Each VRF instance operates as a separate and independent routing domain, enabling the isolation of routing information. VRF is often used in service provider networks to provide virtualization and isolation for different customers or departments. It allows the same physical router to maintain separate routing tables for different VRF instances, preventing the leakage of routing information between them. Virtual domains, also known as virtual systems or virtual contexts, involve creating isolated instances of a network device, such as a firewall or switch, to operate independently. Each virtual domain has its own configuration and

中文直译 / 整理

路径或段可能被创建以支持数据存储流量(如SAN)、VoIP、备份数据、补丁分发 和管理操作。 气隙隔离是最严格的物理隔离形式,指两个系统或网络之间完全物理分离。 这 种隔离通常通过避免系统之间存在任何直接物理连接(如电缆)来实现。 同时, 还需要避免使用无线通信,或有意识地阻断无线通信。 逻辑隔离可以通过使用基于交换机的虚拟局域网(VLAN)、虚拟专用网络 (VPN)、路由器、防火墙、虚拟路由和转发(VRF)以及虚拟域单独或组合 实现。 VLAN 是一种将物理局域网逻辑划分为多个隔离广播域的方法。 同一 VLAN 内 的设备可以像处于同一物理网络中一样相互通信,即使它们位于不同的物理段 上。 VLAN 通过按逻辑而非仅依赖物理网络拓扑对设备进行分组,从而提升网 络性能、安全性和灵活性。 VLAN 常用于企业网络中,根据部门、功能或安全 级别隔离流量。 VPN 在公共或共享网络(通常是互联网)上创建安全且加密的通信通道。 它 们允许远程用户或分支机构安全地连接到主企业网络,从而构建虚拟专用网 络。 VPN 可在不可信的网络上提供安全通信,确保隐私和数据完整性。 它们 广泛用于远程访问、站点到站点连接以及不同实体之间的安全通信。

VRF 是一种技术,允许在路由器内同时存在多个路由表实例。 每个 VRF 实例 作为独立的路由域运行,实现路由信息的隔离。 VRF 常用于服务提供商网络, 为不同客户或部门提供虚拟化和隔离功能。 它允许同一台物理路由器为不同的 VRF 实例维护独立的路由表,防止路由信息在它们之间泄露。 虚拟域,也称为虚拟系统或虚拟上下文,涉及创建网络设备(如防火墙或交换 机)的隔离实例以独立运行。 每个虚拟域都有其自己的配置和

小白解释

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

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

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

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

本页术语用人话说:

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

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

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

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

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

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

考点提醒

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

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

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

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

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

ISO 偏标准和管理体系。

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

远程访问、站点到站点、安全隧道常对应 VPN/IPSec。

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

本页术语拆解
完整性 完整性保证数据没有被未授权修改,并且仍然正确可信。
加密 加密把内容变成未授权者看不懂的形式。
ISO ISO 是国际标准化组织,常见安全管理体系如 ISO 27001/27002。
防火墙 防火墙根据规则控制网络流量进出。
虚拟专用网络 VPN VPN 在不可信网络上建立加密隧道。
日志 日志记录系统和用户活动,用于监控、审计和调查。
恢复点目标 RPO RPO 是最多能接受丢失多少时间范围的数据。
学习单元 46 / PDF P764

认证:证明身份

认证回答“你是不是你声称的那个人”。

教材原文段落

operates as a separate logical entity. Virtual domains allow multiple customers or departments to use the same physical network device while maintaining logical separation. This is common in firewall appliances where different organizations or business units require dedicated firewall policies. A private LAN or intranet, a screened subnet, and an extranet are all types of network segments. Another example of network segmentation is a VPC. A virtual private cloud (VPC) is a virtualized network infrastructure provided by a cloud computing service provider. It allows users to create and manage isolated, logically segmented networks within the public cloud environment.

A VPC enables organizations to host their applications and resources in a secure and dedicated space in the cloud while maintaining control over network configuration. An evolution of the concept of network segmentation is micro-segmentation. Micro-segmentation is a network security strategy that involves dividing a network into small, isolated segments to enhance security and minimize the potential impact of security breaches. Micro-segmentation may potentially create divisions as small as a single device, such as a high-value server or even a client or endpoint device.

This approach focuses on applying finegrained security controls to individual workloads, applications, or devices within the network. Any and all communications between zones are filtered, may require authentication, often require session encryption, and may be subjected to allow list and block list control (i.e., authorization) and be closely monitored and logged. In some cases, to communicate with entities external to the local segment, the communication must be encapsulated for egress. This is similar to using a VPN to access a remote network. Microsegmentation is a key element in implementing zero trust (see Chapter 8, “Principles of Security Models, Design, and Capabilities”).

Several technologies and concepts contribute to the implementation of microsegmentation, including network overlays/encapsulation, distributed firewalls, distributed routers, and intrusion detection systems (IDSs)/intrusion prevention systems (IPSs): Network overlays/encapsulation: Network overlays involve creating logical networks on top of an existing physical network. Encapsulation is a technique where data packets are wrapped in an additional layer, providing a form of isolation. Overlays and encapsulation support microsegmentation by creating isolated communication channels between

中文直译 / 整理

作为独立的逻辑实体运行。 虚拟域允许多个客户或部门使用同一物理网络设 备,同时保持逻辑隔离。 这在防火墙设备中很常见,因为不同组织或业务单 元需要专用的防火墙策略。 私有局域网或内网、筛选子网和外网都是网络分段的类型。 网络分段的另一个示例是VPC。 虚拟私有云(VPC)是由云计算服务提供商 提供的虚拟化网络基础设施。 它允许用户在公有云环境中创建和管理隔离的、 逻辑上分段的网络。 VPC使组织能够在云中以安全且专用的空间托管其应用 程序和资源,同时保持对网络配置的控制。 网络分段概念的演进是微分段。 微分段 是一种网络安全部署策略,涉及将网络 划分为小型、隔离的分段,以增强安全性并最小化安全漏洞的潜在影响。 微分 段可能创建小至单个设备的分段,例如高价值服务器,甚至客户端或终端设备。 这种方法侧重于在网络内对单个工作负载、应用程序或设备应用细粒度的安全 控制。 所有区域之间的通信都会被过滤,可能需要身份验证,通常需要会话加 密,并可能受到允许列表和阻止列表控制(即授权)的监控和记录。 在某些情 况下,与本地分段外部实体通信时,通信必须进行封装以实现外发。 这类似于 使用VPN访问远程网络。

微分段是实现零信任的关键要素(见第8章,“安全模 型、设计与能力的原则”)。 实现微隔离涉及多种技术和概念,包括网络覆盖/封装、分布式防火墙、分布式 路由器以及入侵检测系统(IDS)/入侵防御系统(IPS): 网络覆盖/封装:网络覆盖涉及在现有物理网络之上创建逻辑网络。 封装是 一种将数据包包裹在额外一层中的技术,提供了一种隔离形式。 覆盖和封 装通过在

小白解释

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

这一页真正想让你理解的是:认证回答“你是不是你声称的那个人”。

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

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

本页术语用人话说:

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

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

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

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

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

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

考点提醒

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

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

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

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

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

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

ISO 偏标准和管理体系。

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

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

本页术语拆解
认证 认证是验证“你是不是你声称的那个人”。
授权 授权是认证之后决定你能访问什么、能做什么。
加密 加密把内容变成未授权者看不懂的形式。
ISO ISO 是国际标准化组织,常见安全管理体系如 ISO 27001/27002。
程序 程序是一步一步怎么做。
防火墙 防火墙根据规则控制网络流量进出。
入侵检测系统 IDS IDS 负责发现可疑行为并告警,一般不直接阻断。
入侵防御系统 IPS IPS 可检测并主动阻断恶意流量。
学习单元 47 / PDF P765

政策、标准、程序、指南

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

教材原文段落

different segments. This helps in preventing unauthorized access to data by encapsulating it within specific overlays. Distributed firewalls: Traditional firewalls are typically placed at the network perimeter. Distributed firewalls, on the other hand, are implemented at various points within the network, closer to individual workloads or devices. These firewalls are also called internal segmentation firewalls (ISFWs). Distributing firewall capabilities across the network means that security policies can be enforced at a more granular level. Each workload or segment can have its own firewall rules, allowing for customized security controls.

Distributed routers: Similar to distributed firewalls, distributed routers are deployed at various points within the network rather than being centralized. Distributed routers enable localized routing decisions and help control the flow of traffic between different micro-segments. This approach enhances network efficiency and provides more control over routing at a finer granularity. Intrusion detection system (IDS)/intrusion prevention system (IPS): IDS monitors network and/or system activities for suspicious behavior or security policy violations. IPS goes a step further by actively preventing or blocking identified threats.

Deploying IDS/IPS at various points within the network allows for real-time detection and prevention of security threats. These systems contribute to the proactive security posture of micro-segmented environments. Micro-segmentation is a powerful security strategy, especially in the context of modern cybersecurity, where organizations seek to enhance their defenses against advanced threats and minimize the impact of security incidents. Virtual Extensible LAN (VXLAN) is an encapsulation protocol that enables VLANs (see Chapter 12) to be stretched across subnets and geographic distances.

VLANs are typically restricted to Layer 2 network areas and are not able to include members from other networks that are accessible only through a router portal. Additionally, VXLAN allows for up to 16 million virtual networks to be created, whereas traditional VLANs are limited to only 4,096. VXLAN can be used as a means to implement micro-segmentation without limiting segments to local entities only. VXLAN is defined in RFC 7348.

中文直译 / 整理

不同段之间创建隔离的通信通道来支持微分段。 这有助于通过将数据封装在特 定覆盖中,防止未经授权访问数据。 分布式防火墙:传统防火墙通常部署在网络边界。 而分布式防火墙则在网 络内的多个位置实现,更接近各个工作负载或设备。 这些防火墙也称为内 部隔离防火墙(ISFW)。 将防火墙功能分布到整个网络中,意味着安全 策略可以在更细粒度的级别上执行。 每个工作负载或网段都可以拥有自己 的防火墙规则,从而实现定制化的安全控制。 分布式路由器:与分布式防火墙类似,分布式路由器在网络内的多个位 置部署,而非集中部署。 分布式路由器支持本地化的路由决策,并有助 于控制不同微隔离段之间的流量流向。 这种方法提升了网络效率,并提 供了更细粒度的路由控制。 入侵检测系统(IDS)/入侵防御系统(IPS):IDS用于监控网络和/或系 统活动,以发现可疑行为或安全策略违规。 IPS则更进一步,主动阻止或 拦截已识别的威胁。 在网络内的多个位置部署IDS/IPS,可实现对安全威 胁的实时检测与防御。 这些系统有助于增强微隔离环境中的主动安全防护 能力。

微分段是一种强大的安全策略,尤其在现代网络安全背景下,组织希望通过该 策略增强对高级威胁的防御能力,并最大限度地减少安全事件的影响。 虚拟可扩展局域网(VXLAN)是一种封装协议,可使VLAN(参见第12章) 跨越子网和地理距离扩展。 VLAN通常被限制在第2层网络区域内,无法包含仅 通过路由器入口可访问的其他网络中的成员。 此外,VXLAN允许创建多达 1600万个虚拟网络,而传统VLAN仅限于4096个。 VXLAN可用作实现微分段 的手段,且不限制分段仅限于本地实体。 VXLAN在RFC 7348中定义。

小白解释

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

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

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

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

本页术语用人话说:

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

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

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

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

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

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

考点提醒

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

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

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

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

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

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

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

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

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

本页术语拆解
授权 授权是认证之后决定你能访问什么、能做什么。
政策 政策是高层原则,说明必须遵守什么。
防火墙 防火墙根据规则控制网络流量进出。
入侵检测系统 IDS IDS 负责发现可疑行为并告警,一般不直接阻断。
入侵防御系统 IPS IPS 可检测并主动阻断恶意流量。
学习单元 48 / PDF P766

第 766 页学习单元

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

教材原文段落

Edge Networks An edge network is a carefully designed data architecture that strategically allocates computing resources to edge devices within a network. This design helps distribute processing power demands away from central servers, empowering the devices to handle a significant portion of the processing workload. Edge networks are designed to bring content, services, and applications closer to the users to reduce latency and improve performance. Edge network ingress points are often strategically located at the edge of the network infrastructure to efficiently bring in data or content from external sources, ensuring a responsive and low-latency user experience.

Edge network egress points are strategically positioned to efficiently direct traffic from the network to external destinations. This helps optimize the flow of data and content to ensure a seamless and responsive user experience. Edge network peering refers to the process of establishing direct interconnections between edge networks, allowing them to exchange traffic directly without relying on intermediaries. The objective is to optimize the exchange of data, content, or services between different edge networks, leading to improved performance, reduced latency, and enhanced efficiency.

Wireless Networks Wireless networking is widely implemented because of the ease of deployment and relatively low cost. Wireless networks are subject to the same vulnerabilities, threats, and risks as any cabled network in addition to distance eavesdropping and new forms of DoS and intrusion. A wireless network can be referred to as an unbounded network, while a cable-only network can be referred to as a bound network. 802.11 is the IEEE standard for wireless network communications. Various versions (technically called amendments) of the standard have been implemented, many of which offer better throughput, as described in Table 11.3.

Any later amendments that use the same frequency as earlier ones maintain backward compatibility.

中文直译 / 整理

边缘网络 边缘网络是一种精心设计的数据架构,它战略性地将计算资源分配给网络中 的边缘设备。 这种设计有助于将处理负载从中心服务器分散开来,使设备能 够承担大部分处理工作量。 边缘网络旨在将内容、服务和应用程序更靠近用 户,以降低延迟并提升性能。 边缘网络的入口点通常被战略性地部署在网络基础设施的边缘,以高效地从 外部源引入数据或内容,确保响应迅速且低延迟的用户体验。 边缘网络的出口点被战略性地定位,以高效地将流量从网络导向外部目的地。 这有助于优化数据和内容的传输,确保无缝且响应迅速的用户体验。 边缘网络对等互联是指在边缘网络之间建立直接互连,使它们能够直接交换 流量,而无需依赖中介。 其目标是优化不同边缘网络之间的数据、内容或服 务交换,从而提升性能、降低延迟并提高效率。 无线网络 无线网络由于部署简便且成本相对较低而被广泛采用。 无线网络除了面临与 有线网络相同的漏洞、威胁和风险外,还存在距离窃听以及新型拒绝服务 (DoS)和入侵风险。 无线网络可称为无界网络,而仅使用电缆的网络则可称为有界网 络。 802.11是IEEE无线网络通信的标准。

该标准已实施多个版本(技术上称为修 订版),其中许多版本提供了更高的吞吐量,如表11.3所示。 任何使用与早 期版本相同频率的后续修订版均保持向后兼容性。

小白解释

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

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

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

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

本页术语用人话说:

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

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

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

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

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

考点提醒

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

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

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

Minimum level、mandatory requirement 常对应 standard。

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

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

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

本页术语拆解
标准 标准给出必须满足的最低要求。
程序 程序是一步一步怎么做。
OSI 模型 OSI 用七层结构理解网络通信,从物理层到应用层。
学习单元 49 / PDF P767

认证:证明身份

认证回答“你是不是你声称的那个人”。

教材原文段落

TABLE 11.3 802.11 wireless networking amendments AmendmentsWi-Fi Alliance names Theoretical data rates Frequencies 802.11 Wi-Fi 0 2 Mbps 2.4 GHz 802.11a Wi-Fi 2 54 Mbps 5 GHz 802.11b Wi-Fi 1 11 Mbps 2.4 GHz 802.11g Wi-Fi 3 54 Mbps 2.4 GHz 802.11n Wi-Fi 4 600 Mbps 2.4 GHz or 5 GHz 802.11ac Wi-Fi 5 3.5 Gbps 5 GHz 802.11ax Wi-Fi 6/WiFi 6E 9.6 Gbps Between 1 GHz and 7.125 GHz 802.11be Wi-Fi 7 40 Gbps Between 1 GHz and 7.250 GHz; coexists with 2.4, 5, & 6 GHz Wi-Fi 0, 1, 2, and 3 are named by retroactive inference. They do not exist in the official standards or Wi-Fi Alliance documentation.

802.11x is sometimes used to collectively refer to all of these specific implementations as a group; however, 802.11 is preferred because 802.11x is easily confused with 802.1X, which is an authentication technology independent of wireless. Wi-Fi can be deployed in either ad hoc mode (aka peer-to-peer Wi-Fi) or infrastructure mode. Ad hoc mode means that any two wireless networking devices can communicate without a centralized control authority (i.e., base station or access point). Wi-Fi Direct is an upgraded version of ad hoc mode that can support WPA2 and WPA3 (ad hoc supported only WEP).

Infrastructure mode means that a wireless access point (WAP) is required and restrictions for wireless network access are enforced. Infrastructure mode includes several variations, including stand-alone, wired extension, enterprise extended, and bridge. A stand-alone mode deployment is when there is a WAP connecting wireless clients to one another but not to any wired resources (thus, the WAP is on its own). A wired extension mode

中文直译 / 整理

表 11.3 802.11 无线网络修订版 修订版 Wi‑Fi 联盟名称 理论数据速率 频率 802.11 Wi‑Fi 0 2 Mbps 2.4 GHz 802.11a Wi‑Fi 2 54 Mbps 5 GHz 802.11b Wi‑Fi 1 11 Mbps 2.4 GHz 802.11g Wi‑Fi 3 54 Mbps 2.4 GHz 802.11n Wi‑Fi 4 600 Mbps 2.4 GHz 或 5 GHz 802.11ac Wi‑Fi 5 3.5 Gbps 5 GHz 802.11ax Wi‑Fi 6/Wi‑Fi 6E 9.6 Gbps Between 1 GHz and 7.125 GHz 802.11be Wi‑Fi 7 40 Gbps 介于 1 GHz 和 7.250 GHz 之间; 与 2.4、5 和 6 GHz 共存 Wi‑Fi 0、1、2和3是通过事后推断命名的。 它们并未出现在官方标准或Wi‑Fi联盟 的文档中。 802.11x 有时用于统称所有这些具体实现; 然而,更推荐使用 802.11, 因为 802.11x 容易与 802.1X 混淆,而 802.1X 是一种独立于无线的认 证技术。

Wi‑Fi 可以部署在自组网模式(又称点对点 Wi‑Fi)或基础设施模式下。 自 组网模式 指任何两个无线网络设备都可以在没有集中控制机构(即基站或接 入点)的情况下进行通信。 Wi-Fi Direct 是自组网模式的升级版,支持 WPA2 和 WPA3(自组网仅支持 WEP)。 基础设施模式表示需要一个无线接入点(WAP),并且会强制执行无线网络访问限制。 基础设施模式包括多种变体,包括独立模式、有线扩展模式、企业扩展模式和 桥接模式。 独立模式部署是指WAP将无线客户端相互连接,但不连接到任何有 线资源(因此,WAP是独立的)。 有线扩展模式

小白解释

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

这一页真正想让你理解的是:认证回答“你是不是你声称的那个人”。

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

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

本页术语用人话说:

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

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

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

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

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

考点提醒

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

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

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

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

Minimum level、mandatory requirement 常对应 standard。

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

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

本页术语拆解
认证 认证是验证“你是不是你声称的那个人”。
标准 标准给出必须满足的最低要求。
日志 日志记录系统和用户活动,用于监控、审计和调查。
学习单元 50 / PDF P768

第 768 页学习单元

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

教材原文段落

deployment is when the WAP acts as a connection point to link the wireless clients to the wired network. An enterprise extended mode deployment is when multiple wireless access points (WAPs) are used to connect a large physical area to the same wired network. Each WAP will use the same extended service set identifier (ESSID) so that clients can roam the area while maintaining network connectivity, even while their wireless NICs change associations from one WAP to another. A bridge mode deployment is when a wireless connection is used to link two wired networks.

This type of deployment often uses dedicated wireless bridges and is used when wired bridges are inconvenient, such as when linking networks between floors or buildings. A fat access point is a base station that is a fully managed wireless system, which operates as a stand-alone wireless solution. A thin access point is little more than a wireless transmitter/receiver, which must be managed from a separate external centralized management console called a wireless controller. The benefit of using thin access points is that management, security, routing, filtering, and more are centralized at a management console, whereas numerous thin access points simply handle the radio signals.

Most fat access points require device-by-device configuration and thus are not as flexible for enterprise use. Controller-based WAPs are thin access points that are managed by a central controller. A stand-alone WAP is a fat access point that handles all management functions locally on the device. Securing the SSID Wireless networks are assigned a service set identifier (SSID) to differentiate one wireless network from another. This effectively defines the Wi-Fi network's name. An SSID is used when a single WAP is in use, while an ESSID (extended service set identifier) is used when there are multiple WAPs supporting the same network by name over a larger area.

An independent service set identifier (ISSID) is used by Wi-Fi Direct or in ad hoc mode. The basic service set identifier (BSSID) is the MAC address of the base station (or initiating device in an ad hoc/Wi-Fi Direct network), which is used to differentiate multiple base stations supporting an ESSID. If a wireless client knows the SSID, they can configure their wireless NIC to communicate with the associated WAP. Knowledge of the SSID does not always grant entry, though, because the WAP can use numerous security features to block unwanted access. SSIDs are defined by default by vendors

中文直译 / 整理

部署是指WAP作为连接点,将无线客户端连接到有线网络。 企业扩展模式部署 是指使用多个无线接入点(WAP)将一个大型物理区域连接到同一个有线网络。 每个WAP将使用相同的扩展服务集标识符(ESSID),以便客户端可以在区域 内漫游,同时保持网络连接,即使其无线网卡在不同WAP之间切换关联关系。 桥接模式部署是指使用无线连接将两个有线网络连接起来。 这种部署通常使用 专用的无线网桥,适用于有线桥接不便的情况,例如在楼层之间或建筑物之间 连接网络。 一个胖接入点是一个完全受管理的无线系统,作为独立的无线解决方案运行。 一个瘦接入点仅仅是一个无线发射/接收器,必须通过一个称为无线控制器的独 立外部集中管理控制台进行管理。 使用瘦接入点的好处是,管理、安全、路由、 过滤等功能都集中于管理控制台,而众多瘦接入点仅负责处理无线信号。 大多 数胖接入点需要逐台设备进行配置,因此在企业环境中不够灵活。 基于控制器 的WAP是受中央控制器管理的瘦接入点。 独立的WAP是一个胖接入点,其所 有管理功能均在设备本地处理。 保护SSID 无线网络被分配一个服务集标识符(SSID),以区分不同的无线网络。 这实际 上定义了Wi‑Fi网络的名称。

当仅使用单个WAP时,使用SSID; 而当多个 WAP在更大区域内通过相同名称支持同一网络时,则使用ESSID(扩展服务集 标识符)。 独立服务集标识符(ISSID)用于Wi‑Fi Direct或自组网模式。 基本 服务集标识符(BSSID)是接入点(或自组网/Wi‑Fi Direct网络中的发起设备) 的MAC地址,用于区分支持同一ESSID的多个接入点。 如果无线客户端知道SSID,它们可以配置其无线网卡以与关联的WAP通信。 然而,知道SSID并不总是能获得访问权限,因为WAP可以使用多种安全功能 来阻止未经授权的访问。 SSID默认由厂商定义

小白解释

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

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

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

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

本页术语用人话说:

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

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

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

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

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

考点提醒

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

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

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

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

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

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

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

本页术语拆解
授权 授权是认证之后决定你能访问什么、能做什么。
入侵检测系统 IDS IDS 负责发现可疑行为并告警,一般不直接阻断。
强制访问控制 MAC MAC 由系统根据标签和级别强制决定访问。
学习单元 51 / PDF P769

认证:证明身份

认证回答“你是不是你声称的那个人”。

教材原文段落

and thus are well known. Standard security practice dictates that the SSID should be changed to something unique before deployment. The SSID is broadcast by the WAP via a special transmission called a beacon frame. A beacon frame allows any wireless NIC within range to see the wireless network and make connecting as simple as possible. This default SSID broadcast can be disabled to attempt to keep the wireless network secret. However, attackers can still discover the SSID with a wireless sniffer since the SSID is still used in transmissions between connected wireless clients and the WAP. Thus, disabling SSID broadcasting is not a true mechanism of security.

Instead, use WPA2 or WPA3 as a reliable authentication and encryption solution rather than trying to hide the existence of the wireless network. Wireless Channels Within the assigned frequency of the wireless signal are subdivisions of that frequency known as channels. Think of channels as lanes on the same highway. In the United States, there are 11 channels defined within the 2.4 GHz frequency range, in Europe there are 13, and in Japan there are 14. The differences stem from local laws regulating frequency management—think international versions of the Federal Communications Commission (FCC).

When two or more 2.4 GHz access points are relatively close to one another physically, signals on one channel can interfere with signals on another channel. One way to avoid this is to set the channels of physically close access points as differently as possible to minimize channel overlap interference. For example, if a building has four access points arranged in a line along the length of the building, the channel settings could be 1, 11, 1, and 11. However, if the building is square and an access point is in each corner, the channel settings may need to be 1, 4, 8, and 11.

If three WAPs are positioned in close proximity, they can be set to channels 1, 6, and 11 without interference since these three channels do not overlap with each other. 5 GHz wireless was designed to avoid this channel overlap and interference issue. While 2.4 GHz channels are 22 MHz wide and 5 MHz apart, 5 GHz channels are 20 MHz wide and 20 MHz apart. Therefore, adjacent 5 GHz channels do not interfere with one another. Furthermore, adjacent channels can be combined or bonded into a larger width channel for faster throughput. Wi-Fi band/frequency selection should be based on the purpose or use of the wireless network as well as the level of existing interference. For external

中文直译 / 整理

因此广为人知。 标准安全实践要求在部署前将SSID更改为唯一值。 SSID 通过 WAP 发送的一种名为 信标帧 的特殊传输进行广播。 信标帧允 许范围内任何无线网卡都能看到无线网络,从而尽可能简化连接过程。 默认的 SSID 广播可以被禁用,以试图隐藏无线网络。 然而,攻击者仍可通过无线嗅 探器发现 SSID,因为 SSID 仍在已连接的无线客户端与 WAP 之间的传输中 使用。 因此,禁用 SSID 广播并非真正的安全机制。 相反,应使用 WPA2 或 WPA3 作为可靠的认证和加密解决方案,而不是试图隐藏无线网络的存在。 无线信道 在无线信号的指定频率内,存在该频率的细分部分,称为 信道。 可以把信道 看作同一条高速公路上的车道。 在美国,2.4 GHz 频率范围内定义了 11 个信 道; 在欧洲有 13 个; 在日本有 14 个。 这些差异源于各地对频率管理的法律 法规——可将其视为国际版的联邦通信委员会(FCC)。 当两个或多个2.4 GHz接入点在物理上彼此靠近时,一个信道上的信号可能会 干扰另一个信道上的信号。 避免这种情况的一种方法是将物理上靠近的接入点 的信道设置得尽可能不同,以最小化信道重叠干扰。

例如,如果一栋建筑内沿 长度方向排列着四个接入点,信道设置可以为1、11、1和11。 然而,如果建筑 呈方形且每个角落各有一个接入点,则信道设置可能需要为1、4、8和11。 如果 三个无线接入点彼此靠近,可以将它们设置为信道1、6和11,而不会产生干扰, 因为这三个信道彼此之间没有重叠。 5 GHz无线设计旨在避免这种信道重叠和干扰问题。 虽然2.4 GHz信道宽度为 22 MHz,间隔为5 MHz,但5 GHz信道宽度为20 MHz,间隔为20 MHz。 因 此,相邻的5 GHz信道不会相互干扰。 此外,相邻信道可以组合或绑定为更宽 的信道,以实现更快的吞吐量。 Wi‑Fi频段/频率的选择应基于无线网络的用途以及现有干扰程度。 对于外部

小白解释

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

这一页真正想让你理解的是:认证回答“你是不是你声称的那个人”。

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

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

本页术语用人话说:

认证:认证是验证“你是不是你声称的那个人”。

加密:加密把内容变成未授权者看不懂的形式。

标准:标准给出必须满足的最低要求。

OSI 模型:OSI 用七层结构理解网络通信,从物理层到应用层。

常见误区:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

读完后用一句话复述:如果我是IAM 管理员,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“认证:证明身份”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是IAM 管理员在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

密码、令牌、生物特征、多因素认证都服务认证。

加密主要保护机密性,也可配合签名、哈希支持完整性和真实性。

Minimum level、mandatory requirement 常对应 standard。

网络题先定位层次,再判断协议、设备或攻击位置。

RPO 问数据:最多丢到哪个时间点。

排除法提醒:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

本页术语拆解
认证 认证是验证“你是不是你声称的那个人”。
加密 加密把内容变成未授权者看不懂的形式。
标准 标准给出必须满足的最低要求。
OSI 模型 OSI 用七层结构理解网络通信,从物理层到应用层。
恢复点目标 RPO RPO 是最多能接受丢失多少时间范围的数据。
学习单元 52 / PDF P770

第 770 页学习单元

这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

教材原文段落

networks, 2.4 GHz is often preferred because it can provide good coverage over a distance but at slower speeds; 5 GHz is often preferred for internal networks because it provides higher throughput rates (but less coverage area), but it does not penetrate solid objects, like walls and furniture. Most of the mesh Wi-Fi (multiple WAP) options are based on 5 GHz and use three or more mini-WAP devices to provide ML-optimized (machine learning– capable) coverage throughout a home or office. The 6 GHz spectrum range supports up to seven 160 MHz–wide channels more than the 5 GHz spectrum.

This is possible due to the fact that the 6 GHz spectrum is a contiguous 1.2 GHz frequency range rather than the multiple noncontiguous ranges in the 5 GHz spectrum. This provides for more top-speed connections than earlier forms of Wi-Fi. Devices that support the1–6 GHz spectrum range are labeled Wi-Fi 6E (as the version without the E only supports 1–5 GHz). However, 6 GHz is even more restricted by obstacles and distance. Conducting a Site Survey Wireless cells are the areas within a physical environment where a wireless device can connect to a wireless access point. You should adjust the strength of the WAP to maximize authorized user access and minimize outside intruder access.

Doing so may require unique placement of wireless access points, shielding, and noise transmission. Often WAP placement is determined by performing a site survey to generate a heat map. A site survey is useful for evaluating existing wireless network deployments, planning expansion of current deployments, and planning for future deployments. A site survey is a formal assessment of wireless signal strength, quality, and interference using an RF signal detector. A site survey is performed by placing a wireless base station in a desired location and then collecting signal measurements from throughout the area.

These measurements are evaluated to determine whether sufficient signal is present where needed while minimizing signals elsewhere. If the base station is adjusted, then the site survey should be repeated. The goal of a site survey is to maximize performance in the desired areas (such as within a home or office) while minimizing ease of unauthorized access in external areas. A site survey is often used to produce a heat map. A heat map is a mapping of signal strength measurements over a building's blueprint.

The heat map helps to locate hot spots (oversaturation of signal) and cold spots (lack of signal) to guide adjustments to WAP placement, antenna type, antenna orientation, and signal strength.

中文直译 / 整理

网络,2.4 GHz 通常更受青睐,因为它能在较远距离内提供良好的覆盖,但速 度较慢; 5 GHz 通常更适用于内部网络,因为它提供更高的吞吐量(但覆盖范 围较小),但它无法穿透墙壁和家具等固体障碍物。 大多数网状 Wi‑Fi(多个 WAP)方案基于 5 GHz,并使用三个或更多微型 WAP 设备,在家庭或办公室 内提供 ML 优化(具备机器学习能力)的覆盖。 6 GHz 频谱范围比 5 GHz 频 谱支持多达七个 160 MHz 宽的信道。 这是由于 6 GHz 频谱是一个连续的 1.2 GHz 频率范围,而 5 GHz 频谱则是多个非连续范围。 这使得它能提供比早期 Wi‑Fi 形式更高的最高速度连接。 支持 1–6 GHz 频谱范围的设备被标记为 Wi‑Fi 6E(不带 E 的版本仅支持 1–5 GHz)。 然而,6 GHz 更受障碍物和距 离的限制。 进行现场勘测 无线小区是指在物理环境中无线设备能够连接到无线接入点的区域。 您应 调整无线接入点(WAP)的信号强度,以最大化授权用户的访问,并最小化 外部入侵者的访问。 这可能需要对无线接入点进行特殊部署、屏蔽以及噪声抑 制。

通常,WAP的部署位置是通过执行现场勘测来生成热力图确定的。 现场 勘测对于评估现有无线网络部署、规划当前部署的扩展以及规划未来部署都非 常有用。 现场勘测是使用射频信号检测器对无线信号强度、质量和干扰进行的正式评估。 现场勘测通过将无线基站放置在期望的位置,然后从整个区域收集信号测量数 据来执行。 这些测量数据将被评估,以确定所需区域是否具有足够的信号,同 时最小化其他区域的信号强度。 如果调整了基站,则应重复进行现场勘测。 现 场勘测的目标是在所需区域(如家庭或办公室内)最大化性能,同时最小化外 部区域未经授权访问的便利性。 现场勘查通常用于生成热力图。 热力图是对建筑物平面图上信号强度测量值的 映射。 热力图有助于定位热点(信号过载)和盲点(信号缺失),以指导对无 线接入点(WAP)位置、天线类型、天线方向和信号强度的调整。

小白解释

场景先行:新员工入职后要登录系统。第一步是声明身份,第二步证明身份,第三步决定能访问哪些数据,最后系统要记录他做了什么。IAM 题就是围绕这条链条出题。

这一页真正想让你理解的是:这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

把它放进公司里看,关键不是背定义,而是判断:认证成功不代表什么都能做;离职、调岗、权限漂移都会造成越权。

你作为负责人可以这样想:把识别、认证、授权、审计分开看,再用最小权限和定期复核收口。

本页术语用人话说:

授权:授权是认证之后决定你能访问什么、能做什么。

强制访问控制 MAC:MAC 由系统根据标签和级别强制决定访问。

常见误区:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

读完后用一句话复述:如果我是IAM 管理员,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“第 770 页学习单元”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是IAM 管理员在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

认证成功不等于什么都能做;权限仍要单独授权。

政府/军方、机密级别、标签、不可由用户随意改通常是 MAC。

排除法提醒:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

本页术语拆解
授权 授权是认证之后决定你能访问什么、能做什么。
强制访问控制 MAC MAC 由系统根据标签和级别强制决定访问。
学习单元 53 / PDF P771

认证:证明身份

认证回答“你是不是你声称的那个人”。

教材原文段落

Wireless Security Wi-Fi is not always encrypted, and even when it is, the encryption is only between the client device and the base station. For end-to-end encryption of communications, use a VPN or an encrypted communications application to pre-encrypt communications before transmitting them over Wi-Fi. For foundational encryption concepts, see Chapter 6, “Cryptography and Symmetric Key Algorithms,” and Chapter 7, “PKI and Cryptographic Applications.” The original IEEE 802.11 standard defined two methods that wireless clients can use to authenticate to WAPs before normal network communications can occur across the wireless link.

These two methods are open system authentication (OSA) and shared key authentication (SKA). OSA means no real authentication is required. As long as a radio signal can be transmitted between the client and WAP, communications are allowed. It is also the case that wireless networks using OSA typically transmit everything in cleartext, thus providing no secrecy or security. With SKA, some form of authentication must take place before network communications can occur. The 802.11 standard defines one optional technique for SKA known as Wired Equivalent Privacy (WEP). Later 802.11 amendments added WPA, WPA2, WPA3, and other technologies.

Wired Equivalent Privacy (WEP) Wired Equivalent Privacy (WEP) is defined by the original IEEE 802.11 standard. WEP uses a predefined shared Rivest Cipher 4 (RC4) secret key for both authentication (i.e., SKA) and encryption. Unfortunately, the shared key is static and shared among the WAP(s) and clients. Due to flaws in its implementation of RC4, WEP is weak. WEP was cracked almost as soon as it was released. Today, it is possible to crack WEP in less than a minute. Fortunately, there are alternatives to WEP that you should use instead.

Wi-Fi Protected Access (WPA) Wi-Fi Protected Access (WPA) was designed as the replacement for WEP; it was a temporary fix until the new 802.11i amendment was completed. WPA is a significant improvement over WEP in that it does not use the same static key to encrypt all communications. Instead, it negotiates a unique key set

中文直译 / 整理

无线安全 Wi‑Fi 并不总是加密的,即使加密了,加密也仅限于客户端设备与基站之间。 要实现通信的端到端加密,请使用 VPN 或加密通信应用程序,在通过 Wi‑Fi 传输前预先加密通信内容。 有关基础加密概念,请参见第 6 章,“加 密学与对称密钥算法”,和第 7 章,“PKI 与加密应用。 ” 原始的IEEE 802.11标准定义了两种无线客户端在无线链路上建立正常网络通 信前可用于向WAP进行身份验证的方法。 这两种方法是开放系统认证(OSA) 和共享密钥认证(SKA)。 OSA意味着无需进行实际的身份验证。 只要客户端与WAP之间能够传输无线电 信号,通信即被允许。 此外,使用OSA的无线网络通常以明文传输所有数据, 因此不提供任何机密性或安全性。 使用SKA时,必须在发生网络通信前完成某种形式的身份验证。 IEEE 802.11标准定义了一种名为有线等效保密(WEP)的可选SKA技术。 后续的 802.11修订版增加了WPA、WPA2、WPA3及其他技术。 有线等效保密(WEP) 有线等效保密(WEP)由原始的IEEE 802.11标准定义。

WEP使用预定义 的共享RC4(Rivest Cipher 4)密钥进行身份验证(即SKA)和加密。 然而, 该共享密钥是静态的,并在WAP和客户端之间共享。 由于其RC4实现存在缺陷, WEP安全性较弱。 WEP 几乎在发布后不久就被破解了。 如今,可以在不到一分钟内破解 WEP。 幸运的是,有 WEP 的替代方案,您应该使用它们。 Wi‑Fi 受保护访问(WPA) Wi-Fi Protected Access (WPA) 是作为 WEP 的替代品设计的; 它是一个临时解决 方案,直到新的 802.11i 修正案完成为止。 WPA 相比 WEP 有显著改进,因为它不使用 相同的静态密钥来加密所有通信。 相反,它会与每个主机协商一组唯一的密钥

小白解释

场景先行:想象公司有一个客户订单系统:客户资料被别人看到是机密性问题,订单金额被偷偷改是完整性问题,系统打不开是可用性问题。教材这一页就是教你把事故先翻译成安全目标。

这一页真正想让你理解的是:认证回答“你是不是你声称的那个人”。

把它放进公司里看,关键不是背定义,而是判断:把泄露、篡改、宕机混在一起,就会选错控制措施。

你作为负责人可以这样想:先判断事故破坏了 CIA 哪一项,再选择对应控制:防泄露、防篡改、保可用。

本页术语用人话说:

机密性:机密性让该看的人能看,不该看的人看不到。

认证:认证是验证“你是不是你声称的那个人”。

加密:加密把内容变成未授权者看不懂的形式。

标准:标准给出必须满足的最低要求。

常见误区:不要把所有安全问题都归成“被黑了”。考试会逼你分清到底是泄露、篡改还是中断。

读完后用一句话复述:如果我是业务系统负责人,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“认证:证明身份”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是业务系统负责人在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

加密、访问控制、分类、培训都常用于保护机密性。

密码、令牌、生物特征、多因素认证都服务认证。

加密主要保护机密性,也可配合签名、哈希支持完整性和真实性。

Minimum level、mandatory requirement 常对应 standard。

Step-by-step、SOP 常对应 procedure。

排除法提醒:不要把所有安全问题都归成“被黑了”。考试会逼你分清到底是泄露、篡改还是中断。

本页术语拆解
机密性 机密性让该看的人能看,不该看的人看不到。
认证 认证是验证“你是不是你声称的那个人”。
加密 加密把内容变成未授权者看不懂的形式。
标准 标准给出必须满足的最低要求。
程序 程序是一步一步怎么做。
密码学 密码学用数学方法保护信息,常用于机密性、完整性、认证和不可否认性。
对称加密 对称加密使用同一把密钥加密和解密,速度快但密钥分发难。
公钥基础设施 PKI PKI 用证书、CA、注册、吊销等机制管理公钥信任。
学习单元 54 / PDF P772

完整性:数据要正确、可信、未被乱改

完整性不只是防黑客篡改,也包括防授权用户误操作。

教材原文段落

with each host. Additionally, it separated authentication from encryption. WPA borrowed the authentication options from the then-still-draft of 802.11i. WPA uses the RC4 algorithm and employs the Temporal Key Integrity Protocol (TKIP) or the Cisco alternative, Lightweight Extensible Authentication Protocol (LEAP). However, WPA is no longer secure. Attacks specific to WPA (i.e., coWPAtty and GPU-based cracking tools) have rendered WPA's security unreliable. WPA might still be deployed to support EOSL or legacy equipment (although this is a very poor security option).

Temporal Key Integrity Protocol (TKIP) was designed as a temporary measure to support WPA features without requiring the replacement of legacy wireless hardware. TKIP and WPA were officially replaced by WPA2 in 2004. In 2012, TKIP was officially deprecated and is no longer considered secure. Wi-Fi Protected Access 2 (WPA2) IEEE 802.11i or Wi-Fi Protected Access 2 (WPA2) replaced WEP and WPA. It implements AES-CCMP instead of RC4. To date, no attacks have been successful against AES-CCMP encryption. However, there have been exploitations of the WPA2 key exchange processes (research KRACK [Key Reinstallation AttaCKs], if interested).

Counter Mode with Cipher Block Chaining Message Authentication Code Protocol (CCMP) (Counter-Mode/CBC-MAC Protocol) is the combination of two block cipher modes to enable streaming by a block algorithm. CCMP can be used on many block ciphers. The AES-CCMP implementation was defined as part of WPA2, which replaced WEP and WPA, and is also used in WPA3 as the preferred means of wireless encryption. WPA2/802.11i defined two “new” authentication options known as preshared key (PSK) or personal (PER) and IEEE 802.1X or enterprise (ENT). They were also supported in WPA, but they were borrowed from the draft of IEEE 802.11i before it was finalized. PSK is the use of a static fixed password for 。

中文直译 / 整理

此外,它将身份验证与加密分离。 WPA 借鉴了当时仍处于草案阶段的 802.11i 的 身份验证选项。 WPA 使用 RC4 算法,并采用 临时密钥完整性协议(TKIP) 或 Cisco 的替 代方案 轻量级可扩展认证协议(LEAP)。 然而,WPA 已不再安全。 针对 WPA 的攻击(例如 coWPAtty 和基于 GPU 的破解工具)已使 WPA 的安全性 不可靠。 WPA 可能仍被用于支持 EOSL 或旧设备(尽管这是一种非常不安全 的选项)。 临时密钥完整性协议(TKIP) 被设计为一种临时措施,用于在无需更换 旧无线硬件的情况下支持 WPA 功能。 TKIP 和 WPA 已于 2004 年被 WPA2 正式取代。 2012 年,TKIP 被正式弃用,不再被视为安全。 Wi‑Fi 保护访问 2 (WPA2) IEEE 802.11i 或 Wi-Fi保护访问2(WPA2) 取代了 WEP 和 WPA。 它采用 AES‑CCMP 而非 RC4。 迄今为止,尚未有针对 AES‑CCMP 加密的成功攻击。 然而,已出现对 WPA2 密钥交换过程的利用(有关详细信息,请参阅研究 KRACK [密钥重装攻击], )。

计数器模式与密码块链消息认证码协议(CCMP)(计数器模式/ CBC-MAC协议) 是两种分组密码模式的组合,用于通过分组算法实现流式 加密。 CCMP 可用于多种分组密码。 AES‑CCMP 实现作为 WPA2 的一部 分被定义,WPA2 取代了 WEP 和 WPA,并且在 WPA3 中也被用作无线 加密的首选方式。 WPA2/802.11i 定义了两种“新”的认证选项,称为 预共享密钥(PSK) 或 个人模式(PER), 以及 IEEE 802.1X 或 企业模式(ENT)。 它们在 WPA 中也得到了支持,但这些选项是在 IEEE 802.11i 最终定稿前从其草案中借鉴而来的。 PSK 是使用静态固定密码进行

小白解释

场景先行:想象公司有一个客户订单系统:客户资料被别人看到是机密性问题,订单金额被偷偷改是完整性问题,系统打不开是可用性问题。教材这一页就是教你把事故先翻译成安全目标。

这一页真正想让你理解的是:完整性不只是防黑客篡改,也包括防授权用户误操作。

把它放进公司里看,关键不是背定义,而是判断:把泄露、篡改、宕机混在一起,就会选错控制措施。

你作为负责人可以这样想:先判断事故破坏了 CIA 哪一项,再选择对应控制:防泄露、防篡改、保可用。

本页术语用人话说:

完整性:完整性保证数据没有被未授权修改,并且仍然正确可信。

认证:认证是验证“你是不是你声称的那个人”。

加密:加密把内容变成未授权者看不懂的形式。

身份:身份是主体在系统中的标识。

常见误区:不要把所有安全问题都归成“被黑了”。考试会逼你分清到底是泄露、篡改还是中断。

读完后用一句话复述:如果我是业务系统负责人,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“完整性:数据要正确、可信、未被乱改”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是业务系统负责人在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

哈希、数字签名、变更控制、输入校验常对应完整性。

密码、令牌、生物特征、多因素认证都服务认证。

加密主要保护机密性,也可配合签名、哈希支持完整性和真实性。

身份管理题要区分识别、认证、授权、审计。

政府/军方、机密级别、标签、不可由用户随意改通常是 MAC。

排除法提醒:不要把所有安全问题都归成“被黑了”。考试会逼你分清到底是泄露、篡改还是中断。

本页术语拆解
完整性 完整性保证数据没有被未授权修改,并且仍然正确可信。
认证 认证是验证“你是不是你声称的那个人”。
加密 加密把内容变成未授权者看不懂的形式。
身份 身份是主体在系统中的标识。
强制访问控制 MAC MAC 由系统根据标签和级别强制决定访问。
学习单元 55 / PDF P773

机密性:让该看的人看,不该看的人看不到

机密性重点是防泄露,同时不能妨碍授权访问。

教材原文段落

authentication. ENT enables the leveraging of an existing AAA service, such as RADIUS or TACACS+, to be used for authentication. Don't forget about the ports related to common AAA services: UDP 1812 (authentication and authorization) and UDP 1813 (accounting) for RADIUS and TCP 49 for TACACS+. Wi-Fi Protected Access 3 (WPA3) Wi-Fi Protected Access 3 (WPA3) was finalized in January 2018. WPA3-ENT uses 192-bit AES CCMP encryption, and WPA3-PER remains at 128-bit AES CCMP. WPA3-PER replaces the preshared key authentication with Simultaneous Authentication of Equals (SAE). Some 802.11ac/Wi-Fi 5 devices were the first to support or adopt WPA3.

Simultaneous Authentication of Equals (SAE) still uses a password, but it no longer encrypts and sends that password across the connection to perform authentication. Instead, SAE performs a zero-knowledge proof process known as Dragonfly Key Exchange, which is itself a derivative of Diffie–Hellman. The process uses the preset password and the MAC addresses of the client and AP to perform authentication and session key exchange.

(There have been attacks against SAE; research Dragonblood attack, if interested.) WPA3 also implements IEEE 802.11w-2009 management frame protection so that a majority of network management operations have confidentiality, integrity, authentication of source, and replay protection. 802.1X/EAP WPA, WPA2, and WPA3 support the enterprise (ENT) authentication known as 802.1X/EAP, a standard port-based network access control that ensures that clients cannot communicate with a resource until proper authentication has taken place. Effectively, 802.1X is a handoff system that allows network devices to leverage the existing network infrastructure's authentication services.

You can almost consider 802.1X as an authentication proxy service. Through the use of 802.1X, other techniques and solutions such as Remote Authentication Dial-In User Service (RADIUS), Terminal Access Controller Access Control System (TACACS), certificates, smartcards, token devices, and

中文直译 / 整理

认证。 ENT 能够利用现有的 AAA 服务,例如 RADIUS 或 TACACS+,用于认证。 不要忘记与常见AAA服务相关的端口:RADIUS使用UDP 1812(认证 和授权)和UDP 1813(计费),TACACS+使用TCP 49。 Wi‑Fi 受保护访问 3(WPA3) Wi-Fi Protected Access 3 (WPA3)于2018年1月最终确定。 WPA3‑ENT使 用192位AES CCMP加密,而WPA3‑PER仍使用128位AES CCMP。 WPA3‑PER用平等同时认证(SAE)取代了预共享密钥认证。 一些 802.11ac/Wi‑Fi 5设备是首批支持或采用WPA3的设备。 平等同时认证(SAE)仍然使用密码,但不再加密并沿连接发送该密码以执行 认证。 相反,SAE执行一种称为Dragonfly密钥交换的零知识证明过程,该过 程本身是Diffie–Hellman的衍生。 该过程使用预设密码以及客户端和AP的 MAC地址来执行认证和会话密钥交换。 (已出现针对SAE的攻击; 如有兴趣, 可研究Dragonblood攻击。

) WPA3 还实现了 IEEE 802.11w‑2009 管理帧保护,从而使得大多数网络管理操 作具备机密性、完整性、源身份验证和重放保护。 802.1X/EAP WPA、WPA2 和 WPA3 支持称为 802.1X/EAP 的企业(ENT)身份验证,这 是一种基于端口的网络访问控制标准,可确保客户端在通过适当的身份验证之 前无法与资源通信。 实际上,802.1X 是一种交接系统,允许网络设备利用现有 网络基础设施的身份验证服务。 您可以几乎将 802.1X 视为一种身份验证代理 服务。 通过使用 802.1X,其他技术与解决方案,例如远程用户拨号认证服务 (RADIUS)、终端访问控制器访问控制系统(TACACS)、证书、智能卡、 令牌设备和

小白解释

场景先行:想象公司有一个客户订单系统:客户资料被别人看到是机密性问题,订单金额被偷偷改是完整性问题,系统打不开是可用性问题。教材这一页就是教你把事故先翻译成安全目标。

这一页真正想让你理解的是:机密性重点是防泄露,同时不能妨碍授权访问。

把它放进公司里看,关键不是背定义,而是判断:把泄露、篡改、宕机混在一起,就会选错控制措施。

你作为负责人可以这样想:先判断事故破坏了 CIA 哪一项,再选择对应控制:防泄露、防篡改、保可用。

本页术语用人话说:

机密性:机密性让该看的人能看,不该看的人看不到。

完整性:完整性保证数据没有被未授权修改,并且仍然正确可信。

AAA 服务:AAA 常说认证、授权、记账,但完整链条还包括识别和审计。

认证:认证是验证“你是不是你声称的那个人”。

常见误区:不要把所有安全问题都归成“被黑了”。考试会逼你分清到底是泄露、篡改还是中断。

读完后用一句话复述:如果我是业务系统负责人,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“机密性:让该看的人看,不该看的人看不到”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是业务系统负责人在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

加密、访问控制、分类、培训都常用于保护机密性。

哈希、数字签名、变更控制、输入校验常对应完整性。

Identification 是声称身份,Authentication 是证明身份,Authorization 是允许做什么。

密码、令牌、生物特征、多因素认证都服务认证。

认证成功不等于什么都能做;权限仍要单独授权。

排除法提醒:不要把所有安全问题都归成“被黑了”。考试会逼你分清到底是泄露、篡改还是中断。

本页术语拆解
机密性 机密性让该看的人能看,不该看的人看不到。
完整性 完整性保证数据没有被未授权修改,并且仍然正确可信。
AAA 服务 AAA 常说认证、授权、记账,但完整链条还包括识别和审计。
认证 认证是验证“你是不是你声称的那个人”。
授权 授权是认证之后决定你能访问什么、能做什么。
加密 加密把内容变成未授权者看不懂的形式。
标准 标准给出必须满足的最低要求。
数字证书 数字证书把身份和公钥绑定起来,由可信 CA 签发。
学习单元 56 / PDF P774

认证:证明身份

认证回答“你是不是你声称的那个人”。

教材原文段落

biometrics can be integrated into wireless networks, providing techniques for both mutual and multifactor authentication. Extensible Authentication Protocol (EAP) is not a specific mechanism of authentication; rather it is an authentication framework. Effectively, EAP allows for new authentication technologies to be compatible with existing wireless or point-to-point connection technologies. For more on EAP and 802.1X, see Chapter 12. LEAP Lightweight Extensible Authentication Protocol (LEAP) is a Cisco proprietary alternative to TKIP for WPA. This was developed to address deficiencies in TKIP before the 802.11i/WPA2 system was ratified as a standard.

An attack tool known as asleap was released in 2004 that could exploit the ultimately weak protection provided by LEAP. LEAP should be avoided when possible; use of EAP-TLS as an alternative is recommended, but if LEAP is used, a complex password is strongly recommended. PEAP Protected Extensible Authentication Protocol (PEAP) encapsulates EAP methods within a TLS tunnel that provides authentication and potentially encryption. Since EAP was originally designed for use over physically isolated channels and hence assumed secured pathways, EAP is usually not encrypted. So PEAP can provide encryption for EAP methods.

Wi-Fi Protected Setup (WPS) Wi-Fi Protected Setup (WPS) is a security standard for wireless networks. It is intended to simplify the effort involved in adding new clients to a wellsecured wireless network. It operates by auto-connecting and automatically authenticating the first new wireless client to initiate a connection to the network once WPS is triggered. WPS can be initiated by a button on the WAP or a code or PIN that can be sent to the base station remotely.

This allows for a brute-force guessing attack that could enable a threat actor to guess the WPS code in less than six hours, which in turn would enable the threat actor to connect their own unauthorized system to the wireless network.

中文直译 / 整理

生物识别技术可以集成到无线网络中,提供用于双向和多因素身份验证的技术。 可扩展认证协议(EAP)不是一种特定的认证机制,而是一种认证框架。 实际上,EAP 允许新的认证技术与现有的无线或点对点连接技术兼容。 有 关 EAP 和 802.1X 的更多信息,请参阅第 12 章。 LEAP 轻量级可扩展认证协议(LEAP)是 WPA 中用于替代 TKIP 的思科专有方案。 该协议旨在解决 802.11i/WPA2 系统被确立为标准之前 TKIP 存在的缺陷。 2004 年发布了一种名为 asleap 的攻击工具,能够利用 LEAP 提供的最终薄弱 保护。 在可能的情况下应避免使用 LEAP; 建议使用 EAP‑TLS 作为替代方案, 但如果必须使用 LEAP,则强烈建议使用复杂密码。 PEAP 受保护的可扩展认证协议(PEAP)将 EAP 方法封装在 TLS 隧道中,以提供认 证和可能的加密功能。 由于 EAP 最初是为在物理隔离的信道上使用而设计的, 因此假定路径是安全的,EAP 通常不加密。 因此,PEAP 可以为 EAP 方法提供 加密功能。

Wi‑Fi 保护设置 (WPS) Wi-Fi Protected Setup (WPS) 是一种无线网络的安全标准,旨在简化将新 客户端添加到已良好保护的无线网络所需的操作。 其工作原理是在 WPS 被触 发后,自动连接并自动认证第一个发起网络连接的新无线客户端。 WPS 可通 过 WAP 上的按钮或发送到基站的代码或 PIN 码来启动。 这允许进行暴力猜测 攻击,攻击者可在不到六小时内猜出 WPS 码,从而能够将自己未经授权的系 统连接到无线网络。

小白解释

场景先行:新员工入职后要登录系统。第一步是声明身份,第二步证明身份,第三步决定能访问哪些数据,最后系统要记录他做了什么。IAM 题就是围绕这条链条出题。

这一页真正想让你理解的是:认证回答“你是不是你声称的那个人”。

把它放进公司里看,关键不是背定义,而是判断:认证成功不代表什么都能做;离职、调岗、权限漂移都会造成越权。

你作为负责人可以这样想:把识别、认证、授权、审计分开看,再用最小权限和定期复核收口。

本页术语用人话说:

认证:认证是验证“你是不是你声称的那个人”。

授权:授权是认证之后决定你能访问什么、能做什么。

加密:加密把内容变成未授权者看不懂的形式。

ISO:ISO 是国际标准化组织,常见安全管理体系如 ISO 27001/27002。

常见误区:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

读完后用一句话复述:如果我是IAM 管理员,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“认证:证明身份”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是IAM 管理员在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

密码、令牌、生物特征、多因素认证都服务认证。

认证成功不等于什么都能做;权限仍要单独授权。

加密主要保护机密性,也可配合签名、哈希支持完整性和真实性。

ISO 偏标准和管理体系。

Minimum level、mandatory requirement 常对应 standard。

排除法提醒:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

本页术语拆解
认证 认证是验证“你是不是你声称的那个人”。
授权 授权是认证之后决定你能访问什么、能做什么。
加密 加密把内容变成未授权者看不懂的形式。
ISO ISO 是国际标准化组织,常见安全管理体系如 ISO 27001/27002。
标准 标准给出必须满足的最低要求。
身份 身份是主体在系统中的标识。
日志 日志记录系统和用户活动,用于监控、审计和调查。
学习单元 57 / PDF P775

第 775 页学习单元

这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

教材原文段落

The PIN code is composed of two four-digit segments, which can be guessed one segment at a time, with confirmation from the base station of each segment. WPS is a feature that is enabled by default on most WAPs because it is a requirement for device Wi-Fi Alliance certification. It's important to disable it as part of a security-focused predeployment process. If a device doesn't offer the ability to turn off WPS (or the configuration Off switch doesn't work), upgrade or replace the base station's firmware or replace the whole device. Wireless MAC Filter A MAC filter can be used on a WAP to limit or restrict access to only known and approved devices.

The MAC filter is a list of authorized wireless client interface MAC addresses that is used by a WAP to block access to all nonauthorized devices. Though a potentially useful feature, it can be difficult to manage and tends to be used only in small, static environments. However, even with WPA2 or WPA3, the Ethernet header remains in cleartext, which enables threat actors to sniff and spoof authorized MAC addresses. Additionally, many modern mobile devices offer randomized Wi-Fi MAC addresses. Thus, MAC filtering is no longer a useful option to block unknown devices while allowing in known ones.

Wireless Antenna Management A wide variety of antenna types can be used for wireless clients and base stations. Many devices can have their standard antennas replaced with stronger (i.e., signal-boosting) antennas. The standard straight or pole antenna is an omnidirectional antenna. This is the antenna found on most base stations and client devices. This type of antenna is sometimes also called a base antenna or a rubber duck antenna (due to most being covered in a flexible rubber coating). Most other types of antennas are directional, meaning they focus their sending and receiving capabilities in one primary direction.

Some examples of directional antennas include Yagi, cantenna, panel, and parabolic. A Yagi antenna is similar in structure to that of traditional roof TV antennas, which are crafted from a straight bar with cross-sections. Cantennas are constructed PIN

中文直译 / 整理

码由两个四位数段组成,可以逐段猜测,每猜中一段都会得到基站 的确认。 WPS 是一项默认在大多数 WAP 上启用的功能,因为它是设备 Wi‑Fi 联盟认证 的要求。 在安全导向的部署前过程中,禁用它非常重要。 如果设备无法关闭 WPS(或配置的关闭开关无效),请升级或更换基站的固件,或更换整个设备。 无线 MAC 过滤 可以在 WAP 上使用 MAC过滤 来限制或仅允许已知且经过批准的设备访问。 MAC 过滤是一组授权无线客户端接口 MAC 地址的列表,WAP 使用该列表阻 止所有未授权设备的访问。 尽管这是一项潜在有用的功能,但管理起来可能很 困难,通常仅用于小型、静态环境。 然而,即使在使用 WPA2 或 WPA3 的情 况下,以太网报头仍以明文形式存在,这使得攻击者能够嗅探并伪造授权的 MAC 地址。 此外,许多现代移动设备提供随机化的 Wi‑Fi MAC 地址。 因此, MAC 过滤已不再是一种有效的选项,无法在允许已知设备的同时阻止未知设 备。 无线天线管理 无线客户端和基站可使用多种类型的天线。 许多设备可以将标准天线更换 为更强的(即信号增强型)天线。 标准的直杆或杆状天线是一种全向天线。

这是大多数基站和客户端设备上常见 的天线。 这种类型的天线有时也称为基座天线或橡胶鸭天线(因为大多数天线 都覆盖有柔性橡胶涂层)。 大多数其他类型的天线都是定向的,意味着它们的发送和接收能力集中在单一 主要方向上。 一些定向天线的例子包括Yagi、cantenna、面板和抛物面天线。 Yagi天线的结构与传统的屋顶电视天线相似,后者由一根带有横截面的直杆制 成。 Cantennas由

小白解释

场景先行:新员工入职后要登录系统。第一步是声明身份,第二步证明身份,第三步决定能访问哪些数据,最后系统要记录他做了什么。IAM 题就是围绕这条链条出题。

这一页真正想让你理解的是:这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

把它放进公司里看,关键不是背定义,而是判断:认证成功不代表什么都能做;离职、调岗、权限漂移都会造成越权。

你作为负责人可以这样想:把识别、认证、授权、审计分开看,再用最小权限和定期复核收口。

本页术语用人话说:

认证:认证是验证“你是不是你声称的那个人”。

授权:授权是认证之后决定你能访问什么、能做什么。

标准:标准给出必须满足的最低要求。

强制访问控制 MAC:MAC 由系统根据标签和级别强制决定访问。

常见误区:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

读完后用一句话复述:如果我是IAM 管理员,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“第 775 页学习单元”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是IAM 管理员在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

密码、令牌、生物特征、多因素认证都服务认证。

认证成功不等于什么都能做;权限仍要单独授权。

Minimum level、mandatory requirement 常对应 standard。

政府/军方、机密级别、标签、不可由用户随意改通常是 MAC。

排除法提醒:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

本页术语拆解
认证 认证是验证“你是不是你声称的那个人”。
授权 授权是认证之后决定你能访问什么、能做什么。
标准 标准给出必须满足的最低要求。
强制访问控制 MAC MAC 由系统根据标签和级别强制决定访问。
学习单元 58 / PDF P776

认证:证明身份

认证回答“你是不是你声称的那个人”。

教材原文段落

from tubes with one sealed end. Panel antennas are flat devices that focus from only one side of the panel. Parabolic antennas are used to focus signals from very long distances or weak sources. Consider the following guidelines when seeking optimal antenna placement: Use a central location. Avoid solid physical obstructions. Avoid reflective or other flat metal surfaces. Avoid electrical equipment. If a base station has external omnidirectional antennas, typically, they should be positioned pointing straight up vertically. If a directional antenna is used, point the focus toward the area of desired use.

Keep in mind that wireless signals are affected by interference, distance, and obstructions. Some WAPs provide a physical or logical adjustment of the antenna power levels. Power level controls are typically set by the manufacturer to a setting that is suitable for most situations. After performing site surveys, if wireless signals are still not satisfactory, power level adjustment might be necessary. However, changing channels, avoiding reflective and signal-scattering surfaces, and reducing interference can often be more significant in terms of improving connectivity reliability. When adjusting power levels, make minor adjustments instead of attempting to maximize or minimize the setting.

Also, take note of the initial/default setting so that you can return to that setting if desired. After each power level adjustment, reset/reboot the WAP before re-performing site survey and quality tests. Sometimes, lowering the power level can improve performance. Some WAPs are capable of providing higher power levels than are allowed by regulations in countries where they are available. Using Captive Portals A captive portal is an authentication technique that redirects a newly connected client to a web-based portal access control page. The portal page may require the user to input payment information, provide login credentials, or input an access code.

A captive portal is also used to display an acceptable use policy, privacy policy, and tracking policy to the user, who must consent to the policies before being able to communicate across the network.

中文直译 / 整理

一端封闭的管子构成。 面板天线是扁平设备,仅从面板的一侧进行聚焦。 抛物 面天线用于聚焦来自极远距离或微弱信号源的信号。 在寻求最佳天线位置时,请考虑以下指南: 使用中心位置。 避免固体物理障碍物。 避免反射性或其他平面金属表面。 避免电气设备。 如果基站配备外部全向天线,通常应将其垂直向上放置。 如果使用定向天线, 请将焦点对准所需使用的区域。 请注意,无线信号会受到干扰、距离和障碍物 的影响。 一些无线接入点(WAP)提供天线功率级别的物理或逻辑调整。 功率级别控 制通常由制造商设置为适合大多数情况的默认值。 在完成现场勘测后,如果无 线信号仍不理想,可能需要调整功率级别。 然而,更改信道、避免反射和信号 散射表面以及减少干扰,通常对提高连接可靠性更为重要。 调整功率级别时,应进行小幅调整,而非试图将设置最大化或最小化。 同时, 请记录初始/默认设置,以便在需要时恢复。 每次调整功率级别后,在重新进行 现场勘测和质量测试之前,请重置/重启WAP。 有时,降低功率级别反而能提 升性能。 某些WAP能够提供高于其销售国家法规允许的功率级别。

使用强制门户 一个 强制门户 是一种身份验证技术,它将新连接的客户端重定向到基于网页的 门户访问控制页面。 该门户页面可能要求用户输入支付信息、提供登录凭证或 输入访问码。 强制门户还用于向用户显示可接受使用政策、隐私政策和跟踪政 策,用户必须同意这些政策后才能在网络中进行通信。

小白解释

场景先行:新员工入职后要登录系统。第一步是声明身份,第二步证明身份,第三步决定能访问哪些数据,最后系统要记录他做了什么。IAM 题就是围绕这条链条出题。

这一页真正想让你理解的是:认证回答“你是不是你声称的那个人”。

把它放进公司里看,关键不是背定义,而是判断:认证成功不代表什么都能做;离职、调岗、权限漂移都会造成越权。

你作为负责人可以这样想:把识别、认证、授权、审计分开看,再用最小权限和定期复核收口。

本页术语用人话说:

认证:认证是验证“你是不是你声称的那个人”。

政策:政策是高层原则,说明必须遵守什么。

指南:指南是建议做法,不一定强制。

OSI 模型:OSI 用七层结构理解网络通信,从物理层到应用层。

常见误区:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

读完后用一句话复述:如果我是IAM 管理员,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“认证:证明身份”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是IAM 管理员在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

密码、令牌、生物特征、多因素认证都服务认证。

Policy 高层、强制、稳定;Procedure 具体步骤。

Recommended、not compulsory 常对应 guideline。

网络题先定位层次,再判断协议、设备或攻击位置。

身份管理题要区分识别、认证、授权、审计。

排除法提醒:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

本页术语拆解
认证 认证是验证“你是不是你声称的那个人”。
政策 政策是高层原则,说明必须遵守什么。
指南 指南是建议做法,不一定强制。
OSI 模型 OSI 用七层结构理解网络通信,从物理层到应用层。
身份 身份是主体在系统中的标识。
日志 日志记录系统和用户活动,用于监控、审计和调查。
学习单元 59 / PDF P777

认证:证明身份

认证回答“你是不是你声称的那个人”。

教材原文段落

Captive portals are most often located on wireless networks implemented for public use, such as at hotels, restaurants, bars, airports, libraries, and so on. However, they can be used on cabled Ethernet connections as well. Captive portals can be used in any scenario where the owner or administrator of a connection wants to limit access to authorized entities (which might include paying customers, overnight guests, known visitors, or those who agree to a security policy and/or terms of service). General Wi-Fi Security Procedure Here is a general guide or procedure to follow when deploying a Wi-Fi network. These steps are in order of consideration and application/installation: 1.

Update firmware. 2. Change the default administrator password to something unique and complex. 3. Enable WPA2 or WPA3 encryption. 4. Enable ENT authentication or PSK/SAE with long, complex passwords. 5. Change the SSID (the default is often the vendor name). 6. Change the wireless MAC address (to hide OUI and device make/model that may be encoded into the default MAC address). 7. Decide whether to disable the SSID broadcast based on your deployment requirements (even though this doesn't increase security). 8. Enable MAC filtering if the pool of wireless clients is relatively small (usually less than 20) and static. 9.

Consider using static IP addresses or configure DHCP with reservations (applicable only for small deployments). 10. Treat wireless as external or remote access, and separate the WAP from the wired network using a firewall. 11. Treat wireless as an entry point for attackers and monitor all WAP-towired-network communications with an NIDS. 12. Deploy a wireless intrusion detection system (WIDS) and a wireless intrusion prevention system (WIPS). 13. Consider requiring the use of a VPN across a Wi-Fi link.

中文直译 / 整理

强制门户最常位于为公共使用而设置的无线网络上,例如在酒店、餐厅、酒吧、 机场、图书馆等场所。 然而,它们也可用于有线以太网连接。 在任何连接的所 有者或管理员希望限制访问权限仅限于授权实体(可能包括付费客户、过夜客 人、已知访客,或同意安全策略和/或服务条款的用户)的场景中,都可以使用 强制门户。 通用Wi‑Fi安全流程 以下是部署Wi‑Fi网络时应遵循的一般指南或步骤。 这些步骤按考虑和 应用/安装的顺序排列: 1. 更新固件。 2. 将默认管理员密码更改为唯一且复杂的密码。 3. 启用WPA2或WPA3加密。 4. 启用ENT认证或使用长而复杂的密码的PSK/SAE。 5. 更改SSID(默认值通常是厂商名称)。 6. 更改无线MAC地址(以隐藏可能编码在默认MAC地址中的OUI和设备制造 商/型号)。 7. 根据您的部署需求决定是否禁用SSID广播(尽管这并不能提高安全性)。 8. 如果无线客户端池相对较小(通常少于20个)且静态,则启用MAC过滤。 9. 考虑使用静态IP地址,或配置带有保留的DHCP(仅适用于小型部署)。 10. 将无线网络视为外部或远程访问,并使用防火墙将WAP与有线网络分离。

11. 将无线网络视为攻击者的入口点,并使用NIDS监控所有WAP到有线网络的通信。 12. 部署无线入侵检测系统(WIDS)和无线入侵防御系统(WIPS)。 13. 考虑要求通过Wi‑Fi链路使用VPN。

小白解释

场景先行:新员工入职后要登录系统。第一步是声明身份,第二步证明身份,第三步决定能访问哪些数据,最后系统要记录他做了什么。IAM 题就是围绕这条链条出题。

这一页真正想让你理解的是:认证回答“你是不是你声称的那个人”。

把它放进公司里看,关键不是背定义,而是判断:认证成功不代表什么都能做;离职、调岗、权限漂移都会造成越权。

你作为负责人可以这样想:把识别、认证、授权、审计分开看,再用最小权限和定期复核收口。

本页术语用人话说:

认证:认证是验证“你是不是你声称的那个人”。

授权:授权是认证之后决定你能访问什么、能做什么。

加密:加密把内容变成未授权者看不懂的形式。

NIST:NIST 提供美国常用安全标准、框架和指南。

常见误区:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

读完后用一句话复述:如果我是IAM 管理员,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“认证:证明身份”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是IAM 管理员在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

密码、令牌、生物特征、多因素认证都服务认证。

认证成功不等于什么都能做;权限仍要单独授权。

加密主要保护机密性,也可配合签名、哈希支持完整性和真实性。

看到 SP 800 系列、CSF、RMF 常联想到 NIST。

Policy 高层、强制、稳定;Procedure 具体步骤。

排除法提醒:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

本页术语拆解
认证 认证是验证“你是不是你声称的那个人”。
授权 授权是认证之后决定你能访问什么、能做什么。
加密 加密把内容变成未授权者看不懂的形式。
NIST NIST 提供美国常用安全标准、框架和指南。
政策 政策是高层原则,说明必须遵守什么。
指南 指南是建议做法,不一定强制。
程序 程序是一步一步怎么做。
防火墙 防火墙根据规则控制网络流量进出。
学习单元 60 / PDF P778

第 778 页学习单元

这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

教材原文段落

14. Implement a captive portal. 15. Track/log all wireless activities and events. Wireless Communications Wireless communication is a quickly expanding field of technologies for networking, connectivity, communication, and data exchange. As wireless technologies continue to proliferate, your organization's security efforts need to encompass wireless communications. General Wireless Concepts Wireless communications employ radio waves to transmit signals over a distance. The radio spectrum is differentiated using frequency. Frequency is a measurement of the number of wave oscillations within a specific time and is identified using the unit Hertz (Hz) (i.e., oscillations per second).

Radio waves have a frequency between 3 Hz and 300 GHz. Several spectrum-use techniques were developed to manage the simultaneous use of the limited radio frequencies, including spread spectrum, FHSS, DSSS, OFDM, MIMO, TDMA, and CDMA. Most devices operate within a small subsection of frequencies rather than all available frequencies. This is because of frequency-use regulations (in other words, the FCC in the United States), power consumption, and the expectation of interference. Spread spectrum means that communication occurs over multiple frequencies. Thus, a message is broken into pieces, and each piece is sent at the same time but using a different frequency.

Effectively, this is a parallel communication rather than a serial communication. Frequency Hopping Spread Spectrum (FHSS) was an early implementation of the spread spectrum concept. FHSS transmits data in series across a range of frequencies, but only one frequency at a time is used. Direct Sequence Spread Spectrum (DSSS) employs frequencies simultaneously in parallel. DSSS uses a special encoding mechanism known as chipping code to allow a receiver to reconstruct data even if parts of the signal were distorted because of interference. 14.

中文直译 / 整理

实施强制门户。 15. 跟踪/记录所有无线活动和事件。 无线通信 无线通信是网络、连接、通信和数据交换领域中迅速扩展的技术。 随着无线技 术的不断普及,您的组织安全工作必须涵盖无线通信。 通用无线概念 无线通信利用无线电波在一定距离内传输信号。 无线电频谱通过频率进行区分。 频率是特定时间内波振荡次数的度量,使用单位赫兹(Hz)(即每秒振荡次数) 表示。 无线电波的频率范围在3 Hz至300 GHz之间。 为管理有限无线电频率的 同时使用,开发了多种频谱使用技术,包括扩频、FHSS、DSSS、OFDM、 MIMO、TDMA和CDMA。 大多数设备仅在一小部分频率范围内运行,而非使用所有可用频率。 这是由于频率使用法规(例如美国的FCC)、功耗以及对干扰的预期所致。 扩频意味着通信在多个频率上进行。 因此,消息被分解为多个部分,每个部 分同时发送,但使用不同的频率。 实际上,这是一种并行通信,而非串行通 信。 跳频扩频(FHSS)是扩频概念的早期实现。 FHSS在一系列频率上依次传输数 据,但每次仅使用一个频率。 直接序列扩频(DSSS)同时并行使用频率。

DSSS使用一种称为扩频码的特殊 编码机制,使接收器即使在信号因干扰而部分失真的情况下也能重建数据。

小白解释

场景先行:凌晨监控告警:某台服务器开始大量外连。你不能先忙着写报告,也不能直接关全网。事件响应要按顺序做:确认、遏制、根除、恢复、复盘。

这一页真正想让你理解的是:这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

把它放进公司里看,关键不是背定义,而是判断:步骤乱了会扩大损失,或者破坏证据。

你作为负责人可以这样想:先保全证据和控制影响,再清除原因并恢复业务。

本页术语用人话说:

日志:日志记录系统和用户活动,用于监控、审计和调查。

常见误区:不要一上来就删除文件或重装系统;可能会破坏调查证据。

读完后用一句话复述:如果我是事件响应负责人,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“第 778 页学习单元”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是事件响应负责人在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

日志要保护完整性、时间同步和访问控制。

排除法提醒:不要一上来就删除文件或重装系统;可能会破坏调查证据。

本页术语拆解
日志 日志记录系统和用户活动,用于监控、审计和调查。
学习单元 61 / PDF P779

第 779 页学习单元

这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

教材原文段落

Orthogonal Frequency-Division Multiplexing (OFDM) employs a digital multicarrier modulation scheme that allows for a more tightly compacted transmission. The modulated signals are perpendicular (orthogonal) and thus do not cause interference with one another. Ultimately, OFDM requires a smaller frequency set (aka channel bands) but can offer greater data throughput. Multiple Input, Multiple Output (MIMO) is a wireless communication technology that uses multiple antennas at both the transmitter and receiver ends to improve the performance of a communication link. MIMO is widely used in modern wireless communication systems to enhance data rates, reliability, and overall spectral efficiency.

Time Division Multiple Access (TDMA) is a digital communication technology used in various wireless communication systems, including mobile and satellite communication. TDMA is a multiple access scheme that divides the available communication channel into time slots, allowing multiple users to share the same frequency without interfering with each other. Code Division Multiple Access (CDMA) is a digital cellular technology that allows multiple users to share the same frequency band simultaneously. CDMA assigns a unique code to each entity. This unique code allows multiple signals to occupy the same frequency at the same time.

Bluetooth Bluetooth was originally defined in IEEE 802.15.1 but is currently managed by Bluetooth SIG (www.bluetooth.com). The Bluetooth SIG (special interest group) is an industry association that oversees the development and standardization of Bluetooth technology. The Bluetooth SIG is responsible for defining the specifications, promoting interoperability, and certifying Bluetooth products. Bluetooth is a wireless communication technology that allows devices to exchange data over short distances using radio waves. It uses the 2.4 GHz frequency. Bluetooth is plaintext by default in most implementations, but it can be encrypted with specialty transmitters and peripherals.

Bluetooth operates between devices that have been paired, which often use a default pair code, such as 0000 or 1234. Bluetooth is generally a short-distance communication method (used to create personal area networks [PANs]), but that distance is based on the relative strengths of the paired devices'

中文直译 / 整理

正交频分复用(OFDM)采用一种数字多载波调制方案,可实现更紧密的传输。 调制信号相互垂直(正交),因此不会彼此干扰。 最终,OFDM所需的频率集 合(即信道频段)更小,但可提供更高的数据吞吐量。 多输入多输出(MIMO)是一种无线通信技术,通过在发射端和接收端使用 多个天线来提升通信链路的性能。 MIMO广泛应用于现代无线通信系统中, 以提高数据速率、可靠性和整体频谱效率。 时分多址(TDMA)是一种数字通信技术,用于各种无线通信系统,包括移动 通信和卫星通信。 TDMA是一种多址接入方案,将可用通信信道划分为时隙, 使多个用户能够在不相互干扰的情况下共享同一频率。 码分多址(CDMA)是一种数字蜂窝技术,允许多个用户同时共享同一频段。 CDMA为每个实体分配一个唯一编码,该唯一编码使多个信号能够同时占用同 一频率。 蓝牙 蓝牙最初由IEEE 802.15.1定义,但目前由蓝牙SIG(www.bluetooth.com)管理。 蓝牙SIG(特别兴趣小组)是一个行业组织,负责蓝牙技术的开发与标准化。 蓝 牙SIG负责制定规范、促进互操作性并认证蓝牙产品。 蓝牙是一种无线通信技术,允许设备通过无线电波在短距离内交换数据。

它使 用2.4 GHz频率。 在大多数实现中,蓝牙默认为明文传输,但可以通过专用发 射器和外设进行加密。 蓝牙在已配对的设备之间运行,这些设备通常使用默认 配对码,例如0000或1234。 蓝牙通常是一种短距离通信方式(用于创建个人 区域网络 [PANs]),但该距离取决于已配对设备的相对功率'

小白解释

场景先行:新员工入职后要登录系统。第一步是声明身份,第二步证明身份,第三步决定能访问哪些数据,最后系统要记录他做了什么。IAM 题就是围绕这条链条出题。

这一页真正想让你理解的是:这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

把它放进公司里看,关键不是背定义,而是判断:认证成功不代表什么都能做;离职、调岗、权限漂移都会造成越权。

你作为负责人可以这样想:把识别、认证、授权、审计分开看,再用最小权限和定期复核收口。

本页术语用人话说:

认证:认证是验证“你是不是你声称的那个人”。

加密:加密把内容变成未授权者看不懂的形式。

标准:标准给出必须满足的最低要求。

日志:日志记录系统和用户活动,用于监控、审计和调查。

常见误区:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

读完后用一句话复述:如果我是IAM 管理员,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“第 779 页学习单元”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是IAM 管理员在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

密码、令牌、生物特征、多因素认证都服务认证。

加密主要保护机密性,也可配合签名、哈希支持完整性和真实性。

Minimum level、mandatory requirement 常对应 standard。

日志要保护完整性、时间同步和访问控制。

排除法提醒:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

本页术语拆解
认证 认证是验证“你是不是你声称的那个人”。
加密 加密把内容变成未授权者看不懂的形式。
标准 标准给出必须满足的最低要求。
日志 日志记录系统和用户活动,用于监控、审计和调查。
学习单元 62 / PDF P780

机密性:让该看的人看,不该看的人看不到

机密性重点是防泄露,同时不能妨碍授权访问。

教材原文段落

antennas. Standard or official use of Bluetooth ranges up to 100 meters, and an estimated 350+ meters with the introduction of Bluetooth 5. Bluetooth Low Energy (Bluetooth LE, BLE, Bluetooth Smart) is a low-powerconsumption derivative of standard Bluetooth. BLE was designed for IoT, edge/fog devices, mobile equipment, medical devices, and fitness trackers. It uses less power while maintaining a similar transmission range to that of standard Bluetooth. Standard Bluetooth and BLE are not compatible, but they can coexist on the same device. iBeacon is a location-tracking technology developed by Apple based on BLE.

iBeacon can be used by a store to track customers while they shop as well as by customers as an indoor positioning system to navigate to an interior location. Zigbee is an IoT equipment communications concept that is based on Bluetooth. Zigbee has low power consumption and a low throughput rate, and requires close proximity of devices. Zigbee communications are encrypted using a 128-bit symmetric algorithm. Bluetooth is vulnerable to a wide range of attacks: Bluesniffing is Bluetooth-focused network packet capturing. Bluesmacking is a DoS attack against a Bluetooth device that can be accomplished through the transmission of garbage traffic or signal jamming.

Bluejacking involves sending unsolicited messages to Bluetooth-capable devices without the permission of the owner/user. These messages may appear on a device's screen automatically, but many modern devices prompt whether to display or discard such messages. BLUFFS (Bluetooth Forward and Future Secrecy) is a series of exploits targeting Bluetooth, aiming to break Bluetooth sessions' forward and future secrecy, compromising the confidentiality of past and future communications between devices. Bluesnarfing is the unauthorized access of data via a Bluetooth connection. Sometimes, the term bluejacking is mistakenly used to describe or label the activity of bluesnarfing.

Bluesnarfing typically occurs over a paired link between the threat actor's system and the target device. However, bluesnarfing is also possible against non-discoverable

中文直译 / 整理

天线。 标准或官方蓝牙使用范围可达100米,随着蓝牙5的推出,预计可达 350+ 米。 低功耗蓝牙(BluetoothLowEnergy,BluetoothLE,BLE,Bluetooth Smart)是标准蓝牙的低功耗衍生版本。 BLE专为物联网、边缘/雾设备、移动 设备、医疗设备和健身追踪器设计。 它在保持与标准蓝牙相似传输范围的同时, 消耗更少的电力。 标准蓝牙和BLE不兼容,但可以在同一设备上共存。 iBeacon是苹果公司基于BLE开发的一种定位跟踪技术。 商店可以使用 iBeacon来追踪顾客购物时的位置,顾客也可以将其用作室内定位系统,以导 航至室内特定位置。 Zigbee是一种基于蓝牙的物联网设备通信概念。 Zigbee具有低功耗和低吞吐率 的特点,并要求设备之间保持近距离。 Zigbee通信采用128位对称算法进行加密。 蓝牙容易受到多种攻击: Bluesniffing是专注于蓝牙的网络数据包捕获。 Bluesmacking是一种针对蓝牙设备的拒绝服务(DoS)攻击,可通过 发送垃圾流量或信号干扰来实现。

Bluejacking 指在未经所有者/用户许可的情况下,向支持蓝牙的设备发送 未经请求的消息。 这些消息可能会自动显示在设备屏幕上,但许多现代设 备会提示用户是否显示或丢弃此类消息。 BLUFFS (Bluetooth Forward and Future Secrecy) 是一系列针对蓝牙的 攻击,旨在破坏蓝牙会话的前向机密性和未来机密性,从而危及设备间 过去和未来通信的机密性。 Bluesnarfing 是通过蓝牙连接未经授权访问数据的行为。 有时,术语 bluejacking 会被错误地用来描述或标记 bluesnarfing 活动。 Bluesnarfing 通常发生在攻击者的系统与目标设备之间的配对链接上。 然而,即使目标设备 不可发现,只要其蓝牙 MAC 地址已知,也有可能进行 bluesnarfing

小白解释

场景先行:想象公司有一个客户订单系统:客户资料被别人看到是机密性问题,订单金额被偷偷改是完整性问题,系统打不开是可用性问题。教材这一页就是教你把事故先翻译成安全目标。

这一页真正想让你理解的是:机密性重点是防泄露,同时不能妨碍授权访问。

把它放进公司里看,关键不是背定义,而是判断:把泄露、篡改、宕机混在一起,就会选错控制措施。

你作为负责人可以这样想:先判断事故破坏了 CIA 哪一项,再选择对应控制:防泄露、防篡改、保可用。

本页术语用人话说:

机密性:机密性让该看的人能看,不该看的人看不到。

授权:授权是认证之后决定你能访问什么、能做什么。

加密:加密把内容变成未授权者看不懂的形式。

标准:标准给出必须满足的最低要求。

常见误区:不要把所有安全问题都归成“被黑了”。考试会逼你分清到底是泄露、篡改还是中断。

读完后用一句话复述:如果我是业务系统负责人,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“机密性:让该看的人看,不该看的人看不到”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是业务系统负责人在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

加密、访问控制、分类、培训都常用于保护机密性。

认证成功不等于什么都能做;权限仍要单独授权。

加密主要保护机密性,也可配合签名、哈希支持完整性和真实性。

Minimum level、mandatory requirement 常对应 standard。

同一密钥、速度快、大数据加密常对应 symmetric。

排除法提醒:不要把所有安全问题都归成“被黑了”。考试会逼你分清到底是泄露、篡改还是中断。

本页术语拆解
机密性 机密性让该看的人能看,不该看的人看不到。
授权 授权是认证之后决定你能访问什么、能做什么。
加密 加密把内容变成未授权者看不懂的形式。
标准 标准给出必须满足的最低要求。
对称加密 对称加密使用同一把密钥加密和解密,速度快但密钥分发难。
OSI 模型 OSI 用七层结构理解网络通信,从物理层到应用层。
强制访问控制 MAC MAC 由系统根据标签和级别强制决定访问。
日志 日志记录系统和用户活动,用于监控、审计和调查。
学习单元 63 / PDF P781

第 781 页学习单元

这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

教材原文段落

devices if their Bluetooth MAC addresses are known, which could be gathered using bluesniffing. Bluebugging grants an attacker remote control over the hardware and software of your devices over a Bluetooth connection. The name is derived from enabling the microphone on a compromised system to use it as a remote wireless bug. All Bluetooth devices are vulnerable to bluesniffing, bluesmacking, bluejacking, and BLUFF attacks. Only a few devices have been discovered to be vulnerable to bluesnarfing or bluebugging. The defenses for all of these Bluetooth threats are to minimize use of Bluetooth, especially in public locations, and to leave Bluetooth turned off completely when not in active use.

RFID Radio Frequency Identification (RFID) is a tracking technology based on the ability to power a radio transmitter using current generated in an antenna (see Figure 11.7) when placed in a magnetic field. RFID can be triggered/powered and read from a considerable distance away (potentially hundreds of meters). RFID can be attached to devices and components or integrated into their structure. This can allow for quick inventory tracking without having to be in direct physical proximity to the device. Simply walking into a room with an RFID reader, a malicious actor can collect the information transmitted by the activated chips in the area.

中文直译 / 整理

设备,这些地址可能通过 bluesniffing 获取。 Bluebugging使攻击者能够通过蓝牙连接远程控制您的设备的硬件和 软件。 该名称源于在被入侵的系统上启用麦克风,将其用作远程无线窃听 器。 所有蓝牙设备都容易受到bluesniffing、bluesmacking、bluejacking和 BLUFF攻击。 只有少数设备被发现易受bluesnarfing或bluebugging攻击。 防御所有这些蓝牙威胁的方法是尽量减少蓝牙的使用,尤其是在公共场合, 并在不使用时完全关闭蓝牙。 RFID 射频识别(RFID)是一种基于天线在磁场中产生电流以给无线电发射器供电 的追踪技术(见图11.7)。 RFID可以在相当远的距离外被触发/供电并读取 (可能达数百米)。 RFID可以附着在设备和组件上,或集成到其结构中。 这 使得无需与设备直接物理接触即可快速进行库存追踪。 只需带着RFID读取器 走进一间房间,恶意攻击者便可收集该区域内被激活芯片所传输的信息。

小白解释

场景先行:员工在家访问公司系统,流量要穿过家庭网络、互联网、防火墙、VPN、服务器。网络安全题就是让你判断问题发生在哪一层、用哪个控制放在什么位置。

这一页真正想让你理解的是:这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

把它放进公司里看,关键不是背定义,而是判断:不分层就会乱选设备:该加密的地方装防火墙,该监测的地方却只做访问控制。

你作为负责人可以这样想:先定位网络层次,再决定是分段、过滤、加密、检测还是阻断。

本页术语用人话说:

入侵防御系统 IPS:IPS 可检测并主动阻断恶意流量。

强制访问控制 MAC:MAC 由系统根据标签和级别强制决定访问。

日志:日志记录系统和用户活动,用于监控、审计和调查。

常见误区:不要以为防火墙能解决所有网络问题;它只是控制流量的一类工具。

读完后用一句话复述:如果我是网络安全工程师,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“第 781 页学习单元”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是网络安全工程师在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

IPS 放在线路中,误报可能影响可用性。

政府/军方、机密级别、标签、不可由用户随意改通常是 MAC。

日志要保护完整性、时间同步和访问控制。

排除法提醒:不要以为防火墙能解决所有网络问题;它只是控制流量的一类工具。

本页术语拆解
入侵防御系统 IPS IPS 可检测并主动阻断恶意流量。
强制访问控制 MAC MAC 由系统根据标签和级别强制决定访问。
日志 日志记录系统和用户活动,用于监控、审计和调查。
学习单元 64 / PDF P782

第 782 页学习单元

这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

教材原文段落

FIGURE 11.7 An RFID antenna Adapted from http://electrosome.com/rfid-radio-frequency-identification There is some concern that RFID can be a privacy-violating technology. If you are in possession of a device with an RFID chip, then anyone with an RFID reader can take note of the signal from your chip. When an RFID chip is awakened or responds to being near a reader, the chip (also called the RFID tag) transmits a unique code or serial number. That unique number is meaningless without the corresponding database that associates the number with the specific object (or person).

However, if you are the only one around and someone detects your RFID chip code, then they can associate you and/or your device with that code for all future detections of the same code. NFC Near-field communication (NFC) is a standard that establishes radio communications between devices in close proximity (4 centimeters or less versus meters for passive RFID). It lets you perform a type of automatic

中文直译 / 整理

图11.7 一个RFID天线 改编自 http://electrosome.com/rfid‑radio‑frequency‑identification 有人担心RFID可能是一种侵犯隐私的技术。 如果您拥有的设备带有RFID芯片, 那么任何拥有RFID读取器的人都能捕捉到您芯片发出的信号。 当RFID芯片被 唤醒或对靠近读取器做出响应时,该芯片(也称为RFID标签)会传输一个唯一 的代码或序列号。 如果没有与该编号关联特定对象(或人员)的对应数据库, 这个唯一编号本身并无意义。 然而,如果您是周围唯一的人,而有人检测到了 您的RFID芯片代码,那么他们就可以将您和/或您的设备与该代码关联起来, 并在将来每次检测到相同代码时继续追踪。 NFC 近场通信(NFC)是一种标准,用于在近距离(4厘米或更短,而无源 RFID为米级)的设备之间建立无线电通信。 它使您能够执行一种自动

小白解释

场景先行:凌晨监控告警:某台服务器开始大量外连。你不能先忙着写报告,也不能直接关全网。事件响应要按顺序做:确认、遏制、根除、恢复、复盘。

这一页真正想让你理解的是:这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

把它放进公司里看,关键不是背定义,而是判断:步骤乱了会扩大损失,或者破坏证据。

你作为负责人可以这样想:先保全证据和控制影响,再清除原因并恢复业务。

本页术语用人话说:

标准:标准给出必须满足的最低要求。

日志:日志记录系统和用户活动,用于监控、审计和调查。

常见误区:不要一上来就删除文件或重装系统;可能会破坏调查证据。

读完后用一句话复述:如果我是事件响应负责人,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“第 782 页学习单元”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是事件响应负责人在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

Minimum level、mandatory requirement 常对应 standard。

日志要保护完整性、时间同步和访问控制。

排除法提醒:不要一上来就删除文件或重装系统;可能会破坏调查证据。

本页术语拆解
标准 标准给出必须满足的最低要求。
日志 日志记录系统和用户活动,用于监控、审计和调查。
学习单元 65 / PDF P783

认证:证明身份

认证回答“你是不是你声称的那个人”。

教材原文段落

synchronization and association between devices by touching them together or bringing them within centimeters of one another. NFC can be implemented as a field-powered or field-triggered device. NFC is a derivative technology from RFID and is a form of field-powered or manually triggered device. NFC is commonly found on smartphones and many mobile device accessories. It's often used to perform device-to-device data exchanges, set up direct communications, or access more complex services such as WPA2/WPA3 wireless networks by linking with the WAP via NFC. Many contactless payment systems are based on NFC.

NFC can function just like RFID (such as when using an NFC tile or sticker) or support more complex interactions. NFC chips can support challenge-response dialogs and even use public key infrastructure (PKI) encryption solutions. NFC attacks can include AitM attacks, eavesdropping, data manipulation, and replay attacks. So, while some NFC implementations support reliable authentication and encryption, not all of them do. A best practice is to leave NFC features disabled until they need to be used. Wireless Attacks Wireless networking has become common on both corporate and home networks. Even with wireless security present, wireless attacks can still occur.

Wi-Fi Scanners War driving is someone using a detection tool to look for wireless networking signals, often ones they aren't authorized to access. The name comes from the legacy attack concept of war dialing, which was used to discover active computer modems by dialing all the numbers in a prefix or an area code. War driving can be performed with a dedicated handheld detector, with a mobile device with Wi-Fi capabilities, with a notebook that has a wireless network card, or even with a drone (war flying). It can be performed using native features of the OS or using specialized scanning and detecting tools (aka wireless scanners).

A wireless scanner is used to detect the presence of a wireless network. Any active wireless network that is not enclosed in a Faraday cage can be detected, since the base station will be transmitting radio waves, even those with SSID broadcast disabled.

中文直译 / 整理

同步和设备间的关联,只需将它们相互触碰或使它们彼此靠近几厘米即可。 NFC可以实现为场供电或场触发设备。 NFC是RFID的衍生技术,也是一种场 供电或手动触发设备的形式。 NFC 常见于智能手机和许多移动设备配件中。 它通常用于执行设备间的数据交 换、建立直接通信,或通过与 WAP 通过 NFC 连接来访问更复杂的服务,例如 WPA2/WPA3 无线网络。 许多非接触式支付系统都基于 NFC。 NFC 可以像 RFID 一样工作(例如使用 NFC 磁贴或贴纸),也可以支持更复杂的交互。 NFC 芯片可以支持挑战‑响应对话,甚至使用公钥基础设施(PKI)加密解决方 案。 NFC 攻击可能包括中间人攻击、窃听、数据篡改和重放攻击。 因此,尽管某些 NFC 实现支持可靠的认证和加密,但并非所有实现都如此。 最佳实践是直到需 要使用时才启用 NFC 功能。 无线攻击 无线网络在企业网络和家庭网络中都已变得普遍。 即使存在无线安全措施,无线攻 击仍可能发生。 Wi‑Fi 扫描工具 战争驾驶 是指有人使用检测工具寻找无线网络信号,通常是那些未经授权 访问的信号。

该名称源自传统的攻击概念 战争拨号,后者通过拨打电话前缀或 区号内的所有号码来发现活动的计算机调制解调器。 战争驾驶可以通过专用手 持检测器、具有 Wi‑Fi 功能的 移动设备、配备无线网卡的笔记本电脑,甚至无 人机(战争飞行)来执行。 可以使用操作系统的原生功能,或使用专门的扫描 和检测工具(即无线扫描仪)来执行。 使用无线扫描仪来检测无线网络的存在。 任何未被法拉第笼屏蔽的活跃无线网 络均可被检测到,因为即使禁用了SSID广播,接入点仍会传输无线电波。

小白解释

场景先行:新员工入职后要登录系统。第一步是声明身份,第二步证明身份,第三步决定能访问哪些数据,最后系统要记录他做了什么。IAM 题就是围绕这条链条出题。

这一页真正想让你理解的是:认证回答“你是不是你声称的那个人”。

把它放进公司里看,关键不是背定义,而是判断:认证成功不代表什么都能做;离职、调岗、权限漂移都会造成越权。

你作为负责人可以这样想:把识别、认证、授权、审计分开看,再用最小权限和定期复核收口。

本页术语用人话说:

认证:认证是验证“你是不是你声称的那个人”。

授权:授权是认证之后决定你能访问什么、能做什么。

加密:加密把内容变成未授权者看不懂的形式。

公钥基础设施 PKI:PKI 用证书、CA、注册、吊销等机制管理公钥信任。

常见误区:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

读完后用一句话复述:如果我是IAM 管理员,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“认证:证明身份”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是IAM 管理员在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

密码、令牌、生物特征、多因素认证都服务认证。

认证成功不等于什么都能做;权限仍要单独授权。

加密主要保护机密性,也可配合签名、哈希支持完整性和真实性。

CA、RA、证书、CRL、OCSP、信任链都是 PKI 高频点。

IPS 放在线路中,误报可能影响可用性。

排除法提醒:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

本页术语拆解
认证 认证是验证“你是不是你声称的那个人”。
授权 授权是认证之后决定你能访问什么、能做什么。
加密 加密把内容变成未授权者看不懂的形式。
公钥基础设施 PKI PKI 用证书、CA、注册、吊销等机制管理公钥信任。
入侵防御系统 IPS IPS 可检测并主动阻断恶意流量。
日志 日志记录系统和用户活动,用于监控、审计和调查。
恢复点目标 RPO RPO 是最多能接受丢失多少时间范围的数据。
学习单元 66 / PDF P784

保护机制:分层、隐藏、加密和边界

单一控制不够,安全靠多个机制配合。

教材原文段落

A wireless scanner is able to determine whether there are wireless networks in the area, what frequency and channel they are using, the SSID, and what type of encryption is in use (if any). A wireless cracker can be used to break the encryption of WEP and WPA networks. WPA2 networks might be vulnerable to Key Reinstallation AttaCKs (KRACK) if devices have not been updated since 2017. Rogue Access Points A rogue WAP may be planted by an employee for convenience, installed internally by a physical intruder, or operated externally by an attacker.

Such unauthorized access points usually aren't configured for security, or, if they are, they aren't configured properly or in line with the organization's approved access points. Rogue WAPs should be discovered and removed to eliminate an unregulated access path into your otherwise secured network. A rogue WAP or false WAP can be deployed by an attacker externally to target your existing wireless clients or future visiting wireless clients. An attack against existing wireless clients requires that the rogue WAP be configured to duplicate the SSID, MAC address, and wireless channel of the valid WAP, although operating at a higher power rating.

This may cause clients with saved wireless profiles to inadvertently select or prefer to connect to the rogue WAP instead of the valid original WAP. A second method used by a rogue WAP focuses on attracting new visiting wireless clients. This type of rogue WAP is configured with a social engineering trick by setting the SSID to an alternate name that appears legitimate or even preferred over the original valid wireless network's SSID. The rogue WAP's MAC address and channel do not need to be clones of the original WAP.

The defense against rogue WAPs is to operate a wireless intrusion detection system (WIDS) to monitor the wireless signals for abuses, such as newly appearing WAPs, especially those operating with mimicked or similar SSID and MAC values. An administrator or security team member could attempt to locate rogue WAPs through the use of a wireless scanner and a directional antenna to perform triangulation. Once a rogue device is located, the investigation can turn to figuring out how it got there and who was responsible. For clients, the best option is to connect a VPN across the wireless link, and only if the VPN connection is established successfully should the wireless

中文直译 / 整理

无线扫描仪能够确定该区域是否存在无线网络、它们使用的频率和信道、 SSID以及正在使用的加密类型(如果有)。 无线破解工具可用于破解WEP和 WPA网络的加密。 如果设备自2017年以来未更新,WPA2网络可能易受密钥 重装攻击(KRACK)。 rogue 接入点 恶意 WAP 可能由员工为方便起见而部署,也可能由物理入侵者在内部安装, 或由攻击者在外部操作。 这些未经授权的接入点通常未配置安全设置,或者 即使进行了配置,也未正确配置或不符合组织批准的接入点标准。 应发现并 移除恶意 WAP,以消除进入您其他方面受保护网络的不受监管的访问路径。 攻击者可以在外部部署恶意 WAP 或虚假 WAP,以针对您现有的无线客户端或 未来来访的无线客户端。 针对现有无线客户端的攻击要求恶意 WAP 配置为复 制合法 WAP 的 SSID、MAC 地址和无线信道,但以更高的功率运行。 这可能 导致具有保存无线配置文件的客户端无意中选择或优先连接到恶意 WAP,而 非合法的原始 WAP。 恶意 WAP 使用的第二种方法是吸引新的来访无线客户端。

这种类型的恶意 WAP 通过将 SSID 设置为看似合法甚至优于原始合法无线网络 SSID 的替代 名称,来实施社会工程学欺骗。 恶意 WAP 的 MAC 地址和信道无需复制原 始 WAP。 防范恶意WAP的措施是运行无线入侵检测系统(WIDS),以监控无线信号 中的滥用行为,例如新出现的WAP,尤其是那些使用模仿或相似SSID和 MAC值的WAP。 管理员或安全团队成员可以使用无线扫描仪和定向天线进行三角定位,以查 找恶意WAP。 一旦定位到恶意设备,调查便可转向查明其如何进入以及谁应 对此负责。 对于客户端而言,最佳方案是通过无线链路连接VPN,仅当VPN连接成功建立后, 才应使用无线

小白解释

场景先行:新员工入职后要登录系统。第一步是声明身份,第二步证明身份,第三步决定能访问哪些数据,最后系统要记录他做了什么。IAM 题就是围绕这条链条出题。

这一页真正想让你理解的是:单一控制不够,安全靠多个机制配合。

把它放进公司里看,关键不是背定义,而是判断:认证成功不代表什么都能做;离职、调岗、权限漂移都会造成越权。

你作为负责人可以这样想:把识别、认证、授权、审计分开看,再用最小权限和定期复核收口。

本页术语用人话说:

授权:授权是认证之后决定你能访问什么、能做什么。

加密:加密把内容变成未授权者看不懂的形式。

NIST:NIST 提供美国常用安全标准、框架和指南。

标准:标准给出必须满足的最低要求。

常见误区:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

读完后用一句话复述:如果我是IAM 管理员,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“保护机制:分层、隐藏、加密和边界”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是IAM 管理员在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

认证成功不等于什么都能做;权限仍要单独授权。

加密主要保护机密性,也可配合签名、哈希支持完整性和真实性。

看到 SP 800 系列、CSF、RMF 常联想到 NIST。

Minimum level、mandatory requirement 常对应 standard。

检测是 IDS,主动阻断更像 IPS。

排除法提醒:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

本页术语拆解
授权 授权是认证之后决定你能访问什么、能做什么。
加密 加密把内容变成未授权者看不懂的形式。
NIST NIST 提供美国常用安全标准、框架和指南。
标准 标准给出必须满足的最低要求。
入侵检测系统 IDS IDS 负责发现可疑行为并告警,一般不直接阻断。
虚拟专用网络 VPN VPN 在不可信网络上建立加密隧道。
强制访问控制 MAC MAC 由系统根据标签和级别强制决定访问。
学习单元 67 / PDF P785

认证:证明身份

认证回答“你是不是你声称的那个人”。

教材原文段落

link be used. VPNs can be set up in private networks for local wireless clients, or a public VPN provider can be used when connecting to public wireless networks. Evil Twin Evil twin is an attack in which a threat actor operates a false access point that will automatically clone or twin the identity of an access point based on a client device's request to connect. Each time a typical device successfully connects to a wireless network, it retains a wireless profile in its history. These wireless profiles are used to reconnect to a network automatically whenever the device is within range of the related base station.

Each time the wireless adapter is enabled on a device, it sends out reconnection requests to each of the networks in its wireless profile history. These reconnect requests include the original base station's MAC address and the network's SSID. The evil twin attack system eavesdrops on the wireless signal for these reconnect requests. Once the evil twin sees a reconnect request, it spoofs its identity with those parameters and offers a plaintext connection to the client. The client accepts the request and establishes a connection with the false evil twin base station.

This enables the malicious actor to eavesdrop on communications through an AitM attack, which could lead to session hijacking, data manipulation credential theft, and identity theft. This attack works because authentication and encryption are managed by the base station, not enforced by the client. Thus, even though the client's wireless profile will include authentication credentials and encryption information, the client will accept whatever type of connection is offered by the base station, including plaintext. To defend against evil twin attacks, pay attention to the wireless network your devices connect to.

If you connect to a network that you know is not located nearby, it may be a sign that you are under attack. Disconnect and go elsewhere for internet access. You should also prune unnecessary and old wireless profiles from your history list to give attackers fewer options to target. You can be easily fooled into thinking that you are connected to a proper and valid base station or connected to a false one. On most systems, you can check to see what if any communication security (i.e., encryption) is currently in use. If your network connection is not secure, you can either disconnect and go elsewhere or connect to a VPN. We always recommend attempting to

中文直译 / 整理

链路。 VPN可以在私有网络中为本地无线客户端设置,或在连接公共无线网络 时使用公共VPN提供商。 邪恶双胞胎 邪恶双胞胎是一种攻击,攻击者操作一个虚假的接入点,该接入点会根据客户 端设备的连接请求自动克隆或孪生接入点的身份。 每次典型设备成功连接到无 线网络时,都会在其历史记录中保留一个无线配置文件。 这些无线配置文件用 于在设备处于相关基站范围内时自动重新连接到网络。 每当设备上的无线适配 器启用时,它会向其无线配置文件历史中的每个网络发送重新连接请求。 这些 重新连接请求包括原始基站的MAC地址和网络的SSID。 邪恶双胞胎攻击系统会 窃听无线信号以捕获这些重新连接请求。 一旦邪恶双胞胎检测到重新连接请求, 它就会使用这些参数伪装自己的身份,并向客户端提供明文连接。 客户端接受 该请求并与虚假的邪恶双胞胎基站建立连接。 这使得恶意攻击者能够通过中间 人(AitM)攻击窃听通信,可能导致会话劫持、数据篡改、凭证窃取和身份盗 窃。 这种攻击之所以有效,是因为认证和加密由基站管理,而非由客户端强制执行。 因此,尽管客户端的无线配置文件中包含认证凭证和加密信息,客户端仍会接 受基站提供的任何类型的连接,包括明文连接。

为防范假冒基站攻击,请注意您的设备连接的无线网络。 如果您连接到一个您 知道并不在附近的网络,这可能是您正遭受攻击的迹象。 请断开连接并改用其 他方式访问互联网。 您还应从历史记录中删除不必要的旧无线配置文件,以减 少攻击者可利用的目标。 您可能会轻易被误导,以为自己连接到了一个正确且有效的基站,或者连接到 了一个虚假的基站。 在大多数系统中,您可以检查当前是否启用了任何通信安 全措施(例如加密)。 如果您的网络连接不安全,您可以断开连接并前往其他 地方,或连接到VPN。 我们始终建议尝试

小白解释

场景先行:新员工入职后要登录系统。第一步是声明身份,第二步证明身份,第三步决定能访问哪些数据,最后系统要记录他做了什么。IAM 题就是围绕这条链条出题。

这一页真正想让你理解的是:认证回答“你是不是你声称的那个人”。

把它放进公司里看,关键不是背定义,而是判断:认证成功不代表什么都能做;离职、调岗、权限漂移都会造成越权。

你作为负责人可以这样想:把识别、认证、授权、审计分开看,再用最小权限和定期复核收口。

本页术语用人话说:

认证:认证是验证“你是不是你声称的那个人”。

加密:加密把内容变成未授权者看不懂的形式。

虚拟专用网络 VPN:VPN 在不可信网络上建立加密隧道。

身份:身份是主体在系统中的标识。

常见误区:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

读完后用一句话复述:如果我是IAM 管理员,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“认证:证明身份”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是IAM 管理员在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

密码、令牌、生物特征、多因素认证都服务认证。

加密主要保护机密性,也可配合签名、哈希支持完整性和真实性。

远程访问、站点到站点、安全隧道常对应 VPN/IPSec。

身份管理题要区分识别、认证、授权、审计。

政府/军方、机密级别、标签、不可由用户随意改通常是 MAC。

排除法提醒:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

本页术语拆解
认证 认证是验证“你是不是你声称的那个人”。
加密 加密把内容变成未授权者看不懂的形式。
虚拟专用网络 VPN VPN 在不可信网络上建立加密隧道。
身份 身份是主体在系统中的标识。
强制访问控制 MAC MAC 由系统根据标签和级别强制决定访问。
学习单元 68 / PDF P786

认证:证明身份

认证回答“你是不是你声称的那个人”。

教材原文段落

connect to a VPN when using a wireless connection, even if your network properties show a valid security type. Disassociation Disassociation is one of the many types of wireless management frames. A disassociation frame is used to disconnect a client from one WAP as it is connecting to another WAP in the same ESSID network coverage area. If used maliciously, the client loses their wireless link. A similar attack can be performed using a deauthentication packet. This packet is normally used immediately after a client initiates WAP authentication but fails to provide proper credentials.

However, if sent at any time during a connected session, the client immediately disconnects as if its authentication did fail. These management frames can be used in several forms of wireless attacks, including the following: For networks with hidden SSIDs, a disassociation packet with a MAC address spoofed as that of the WAP is sent to a connected client that causes the client to lose its connection and then send a Reassociation Request packet (in an attempt to reestablish a connection), which includes the SSID in the clear. An attack can send repeated disassociation frames to a client to prevent reassociation, thus causing a DoS.

A session hijack event can be initiated by using disassociation frames to keep the client disconnected while the attacker impersonates the client and takes over their wireless session with the WAP. An AitM attack can be implemented by using a disassociation frame to disconnect a client. Then the attacker provides a stronger signal from their rogue/fake WAP using the same SSID and MAC as the original WAP; once the client connects to the false WAP, the attacker connects to the valid WAP. The main defense against these attacks is to use WAP3 and/or operate a WIDS, which monitors for wireless abuses. Jamming

中文直译 / 整理

在使用无线连接时连接到VPN,即使您的网络属性显示了有效的安全类型。 解除关联 解除关联是多种无线管理帧中的一种。 解除关联帧用于在客户端连接到同一 ESSID网络覆盖区域内的另一个WAP时,将其与当前WAP断开连接。 如果被恶 意使用,客户端将失去其无线连接。 可以使用去认证数据包执行类似的攻击。 此数据包通常在客户端启动WAP 身份验证但未能提供正确凭证时立即发送。 然而,如果在连接会话期间的任何 时间发送,客户端将立即断开连接,仿佛其身份验证失败了一样。 这些管理帧可用于多种无线攻击形式,包括以下几种: 对于隐藏SSID的网络,会向已连接的客户端发送一个解除关联数据包, 该数据包的MAC地址被伪造为WAP的地址,导致客户端失去连接,然 后发送重新关联请求数据包(试图重新建立连接),该数据包以明文 形式包含SSID。 攻击可以通过向客户端发送重复的解除关联帧来阻止其重新关联,从而造成 拒绝服务(DoS)。 会话劫持事件可以通过使用解除关联帧使客户端保持断开连接,同时攻击 者冒充客户端并接管其与WAP的无线会话来发起。 中间人(AitM)攻击可以通过使用解除关联帧断开客户端连接来实现。

然后,攻击者使用与原始WAP相同的SSID和MAC地址,提供来自其恶意/ 伪造WAP的更强信号; 一旦客户端连接到该虚假WAP,攻击者便连接到 合法的WAP。 抵御这些攻击的主要方法是使用WAP3和/或运行WIDS,后者用于监控无线滥用 行为。 干扰

小白解释

场景先行:新员工入职后要登录系统。第一步是声明身份,第二步证明身份,第三步决定能访问哪些数据,最后系统要记录他做了什么。IAM 题就是围绕这条链条出题。

这一页真正想让你理解的是:认证回答“你是不是你声称的那个人”。

把它放进公司里看,关键不是背定义,而是判断:认证成功不代表什么都能做;离职、调岗、权限漂移都会造成越权。

你作为负责人可以这样想:把识别、认证、授权、审计分开看,再用最小权限和定期复核收口。

本页术语用人话说:

认证:认证是验证“你是不是你声称的那个人”。

入侵检测系统 IDS:IDS 负责发现可疑行为并告警,一般不直接阻断。

虚拟专用网络 VPN:VPN 在不可信网络上建立加密隧道。

身份:身份是主体在系统中的标识。

常见误区:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

读完后用一句话复述:如果我是IAM 管理员,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“认证:证明身份”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是IAM 管理员在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

密码、令牌、生物特征、多因素认证都服务认证。

检测是 IDS,主动阻断更像 IPS。

远程访问、站点到站点、安全隧道常对应 VPN/IPSec。

身份管理题要区分识别、认证、授权、审计。

政府/军方、机密级别、标签、不可由用户随意改通常是 MAC。

排除法提醒:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

本页术语拆解
认证 认证是验证“你是不是你声称的那个人”。
入侵检测系统 IDS IDS 负责发现可疑行为并告警,一般不直接阻断。
虚拟专用网络 VPN VPN 在不可信网络上建立加密隧道。
身份 身份是主体在系统中的标识。
强制访问控制 MAC MAC 由系统根据标签和级别强制决定访问。
学习单元 69 / PDF P787

认证:证明身份

认证回答“你是不是你声称的那个人”。

教材原文段落

Jamming is the transmission of radio signals to intentionally prevent or interfere with communications by decreasing the effective signal-to-noise ratio. To avoid or minimize interference and jamming, start by adjusting the physical location of devices. Next, check for devices using the same frequency and/or channel (i.e., signal configuration). If there are conflicts, change the frequency or channel in use on devices you control. If an interference attack is occurring, try to triangulate the source of the attack and take appropriate steps to address the concern—that is, contact law enforcement if the source of the problem is outside of your physical location.

Initialization Vector (IV) Abuse An initialization vector (IV) is a mathematical and cryptographic term for a random number. Most modern crypto functions use IVs to increase their security by reducing predictability and repeatability. An IV becomes a point of weakness when it's too short, exchanged in plaintext, or selected improperly. One example of an IV attack is cracking WEP encryption using the wessideng tool from the Aircrack-ng suite at http://aircrack-ng.org. Replay A replay attack is the retransmission of captured communications in the hope of gaining access to the targeted system.

Replay attacks attempt to reestablish a communication session by replaying (i.e., retransmitting) captured traffic against a system. This may grant an adversary access into an account without the attacker possessing the account's actual credentials. The replay attack concept is also used against cryptographic algorithms that don't incorporate temporal protections. In this attack, the malicious individual intercepts an encrypted message between two parties (often a request for authentication) and then later “replays” the captured message to open a new session. Many wireless replay attack variants exist.

They include capturing new connection requests of a typical client and then replaying that connect request to fool the base station into responding as if another new client connection request was initiated. Wireless replay attacks can also focus on DoS by retransmitting connection requests or resource requests of the base station to keep it busy focusing on managing new connections rather than maintaining and providing service for existing connections.

中文直译 / 整理

干扰是通过传输无线电信号来故意阻止或干扰通信,其方法是降低有效信噪比。 为避免或最小化干扰和干扰,首先应调整设备的物理位置。 接下来,检查是否 有设备使用相同的频率和/或信道(即信号配置)。 如果存在冲突,请更改您所 控制设备上使用的频率或信道。 如果发生干扰攻击,请尝试定位攻击源并采取 适当措施解决问题——即,如果问题源位于您的物理位置之外,请联系执法部 门。 初始化向量(IV)滥用 一个 初始化向量(IV) 是数学和密码学中的术语,指一个随机数。 大多数现代 加密函数使用 IV 来通过降低可预测性和重复性提高安全性。 当 IV 过短、以明 文交换或选择不当时,它就会成为安全弱点。 IV 攻击的一个例子是使用 Aircrack‑ng 工具套件中的 wesside-ng 工具破解 WEP 加密,工具地址为 http://aircrack-ng.org。 重放 重放攻击 是通过重新传输捕获的通信数据,试图获得对目标系统的访问权限。 重放攻击通过重放(即重新传输)捕获的流量来尝试重建通信会话。 这可能使 攻击者在不掌握账户实际凭证的情况下访问账户的情况下获得访问权限。 重放攻击的概念也被用于针对未包含时间保护机制的加密算法。

在此类攻击 中,恶意个体拦截两个通信方之间的加密消息(通常是身份验证请求),然 后稍后“重放”捕获的消息以打开新的会话。 存在许多无线重放攻击变种。 它们包括捕获典型客户端的新连接请求,然后 重放该连接请求,以欺骗基站响应,使其误以为另一个新客户端连接请求已 被发起。 无线重放攻击还可以通过重传基站的连接请求或资源请求来实施拒 绝服务(DoS),使基站忙于管理新连接,而非维护和提供现有连接的服务。

小白解释

场景先行:新员工入职后要登录系统。第一步是声明身份,第二步证明身份,第三步决定能访问哪些数据,最后系统要记录他做了什么。IAM 题就是围绕这条链条出题。

这一页真正想让你理解的是:认证回答“你是不是你声称的那个人”。

把它放进公司里看,关键不是背定义,而是判断:认证成功不代表什么都能做;离职、调岗、权限漂移都会造成越权。

你作为负责人可以这样想:把识别、认证、授权、审计分开看,再用最小权限和定期复核收口。

本页术语用人话说:

认证:认证是验证“你是不是你声称的那个人”。

加密:加密把内容变成未授权者看不懂的形式。

密码学:密码学用数学方法保护信息,常用于机密性、完整性、认证和不可否认性。

身份:身份是主体在系统中的标识。

常见误区:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

读完后用一句话复述:如果我是IAM 管理员,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“认证:证明身份”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是IAM 管理员在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

密码、令牌、生物特征、多因素认证都服务认证。

加密主要保护机密性,也可配合签名、哈希支持完整性和真实性。

加密保护机密性,哈希保护完整性,数字签名支持完整性、真实性和不可否认性。

身份管理题要区分识别、认证、授权、审计。

RPO 问数据:最多丢到哪个时间点。

排除法提醒:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

本页术语拆解
认证 认证是验证“你是不是你声称的那个人”。
加密 加密把内容变成未授权者看不懂的形式。
密码学 密码学用数学方法保护信息,常用于机密性、完整性、认证和不可否认性。
身份 身份是主体在系统中的标识。
恢复点目标 RPO RPO 是最多能接受丢失多少时间范围的数据。
学习单元 70 / PDF P788

认证:证明身份

认证回答“你是不是你声称的那个人”。

教材原文段落

Wireless replay attacks can be mitigated by keeping the firmware of the base station updated. A WIDS will be able to detect such abuses and inform the administrators promptly about the situation. Additional defenses include using one-time authentication mechanisms, a timestamp and expiration period in each message, using challenge-response based authentication, and using sequenced session identification. Satellite Communications Satellite communications are primarily based on transmitting radio waves between terrestrial locations and an orbiting artificial satellite. Satellites are used to support telephone, television, radio, internet, and military communications.

Satellites can be positioned in three primary orbits: low Earth orbit (LEO), 160–2,000 km, medium Earth orbit (MEO), 2,000– 35,786 km, and geostationary orbit (GEO), 35,786 km. LEO satellites often have stronger signals than other orbits, but they do not remain in the same position over the earth, so multiple devices must be used to maintain coverage. Starlink (from SpaceX) is an example of a LEO satellite-based internet service. Starlink has plans to deploy a constellation of over 40,000 satellites to provide global coverage of their internet from space service. MEO satellites are in the sky above a terrestrial location for longer than a LEO satellite.

Individual MEO satellites also usually have a larger transmission footprint (area of the earth covered by its transmitter/receiver) than that of LEO satellites. However, due to the higher orbit, there is additional delay and a weaker signal from MEO satellites. GEO satellites appear motionless in the sky, as they are rotating around the earth at the same angular velocity as the earth rotates. Thus, GEO satellites maintain a fixed position above a terrestrial location. GEO satellites have a larger transmission footprint than MEO satellites but also a higher latency.

But GEO satellites do not require that a ground station track the movement of the satellite across the sky, as is necessary with LEO and MEO satellites, so GEO ground stations can use fixed antennas. Cellular Networks

中文直译 / 整理

通过保持基站固件的更新,可以缓解无线重放攻击。 无线入侵检测系统( WIDS)能够检测此类滥用行为,并及时通知管理员。 其他防御措施包括使用 一次性认证机制、在每条消息中包含时间戳和过期时间、采用挑战‑响应式认 证,以及使用序列化会话标识。 卫星通信 卫星通信主要基于在地面位置与轨道人造卫星之间传输无线电波。 卫星用于 支持电话、电视、广播、互联网和军事通信。 卫星可位于三种主要轨道上: 低地球轨道(LEO),160–2,000公里,中地球轨道(MEO),2,000– 35,786公里,以及地球静止轨道(GEO),35,786公里。 LEO卫星的信号通常比其他轨道更强,但它们不会在地球上方保持固定位置, 因此必须使用多个设备以维持覆盖。 Starlink(来自SpaceX)是基于LEO卫星 的互联网服务的一个例子。 Starlink计划部署一个超过40,000颗卫星的星座, 以提供从太空覆盖全球的互联网服务。 MEO卫星在地面位置上空的停留时间比LEO卫星更长。 单个MEO卫星的传输 覆盖范围(其发射器/接收器所覆盖的地球区域)通常也比LEO卫星更大。 然 而,由于轨道较高,MEO卫星存在额外的延迟和较弱的信号。

地球同步轨道(GEO)卫星在天空中看起来是静止的,因为它们以与地球自转 相同的角速度绕地球旋转。 因此,GEO卫星能保持在地面位置的上方固定位置。 GEO卫星的传输覆盖范围比中地球轨道(MEO)卫星更大,但延迟也更高。 然 而,GEO卫星不需要地面站跟踪卫星在天空中的移动,而这是低地球轨道( LEO)和MEO卫星所必需的,因此GEO地面站可以使用固定天线。 蜂窝网络

小白解释

场景先行:新员工入职后要登录系统。第一步是声明身份,第二步证明身份,第三步决定能访问哪些数据,最后系统要记录他做了什么。IAM 题就是围绕这条链条出题。

这一页真正想让你理解的是:认证回答“你是不是你声称的那个人”。

把它放进公司里看,关键不是背定义,而是判断:认证成功不代表什么都能做;离职、调岗、权限漂移都会造成越权。

你作为负责人可以这样想:把识别、认证、授权、审计分开看,再用最小权限和定期复核收口。

本页术语用人话说:

认证:认证是验证“你是不是你声称的那个人”。

NIST:NIST 提供美国常用安全标准、框架和指南。

OSI 模型:OSI 用七层结构理解网络通信,从物理层到应用层。

入侵检测系统 IDS:IDS 负责发现可疑行为并告警,一般不直接阻断。

常见误区:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

读完后用一句话复述:如果我是IAM 管理员,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“认证:证明身份”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是IAM 管理员在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

密码、令牌、生物特征、多因素认证都服务认证。

看到 SP 800 系列、CSF、RMF 常联想到 NIST。

网络题先定位层次,再判断协议、设备或攻击位置。

检测是 IDS,主动阻断更像 IPS。

排除法提醒:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

本页术语拆解
认证 认证是验证“你是不是你声称的那个人”。
NIST NIST 提供美国常用安全标准、框架和指南。
OSI 模型 OSI 用七层结构理解网络通信,从物理层到应用层。
入侵检测系统 IDS IDS 负责发现可疑行为并告警,一般不直接阻断。
学习单元 71 / PDF P789

第 789 页学习单元

这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

教材原文段落

A cellular network, mobile network, or wireless network is the primary communications technology that is used by many mobile devices, especially cell phones and smartphones. The network is organized around areas of access called cells, which are centered around a primary transceiver, known as a cell site, cell tower, or base station. The services provided over cellular networks are often referred to by a generational code, such as 2G, 3G, 4G, and 5G. Generally, cellular service is encrypted, but only while the communication is being transmitted from the mobile device to a transmission tower. Communications are effectively plaintext once they are being transmitted over wires.

So, avoid performing any task over cellular that is sensitive or confidential in nature. Use an encrypted communications application to preencrypt communications before transmitting them over a cellular connection, such as TLS or a VPN. 4G has been in use since the early 2000s and most cellular devices support 4G communications. The 4G standard allows for mobile devices to achieve 100 Mbps, whereas stationary devices can reach 1 Gbps. 4G is primarily using IP-based communications for both voice and data, rather than the traditional circuit-switching telephony services of the past. 4G is provided by various transmission systems, the most common being LTE, followed by WiMAX.

5G is the latest mobile service technology that is available for use on some mobile phones, tablets, and other equipment. Many ICS, IoT, and specialty devices may have embedded 5G capabilities. 5G uses higher frequencies than previous cellular technologies, which has allowed for higher transmission speeds (up to 10 Gbps) but at a reduced distance. Organizations need to be aware of when and where 5G is available for use and enforce security requirements on such communications. There are a few key issues to keep in mind with regard to cell phone wireless transmissions. First, communications over a cell phone provider's network, whether voice, text, or data, are not necessarily secure.

Second, with specific wireless-sniffing equipment, your cell phone transmissions can be intercepted. In fact, your provider's towers can be simulated to conduct adversary-in-the-middle attacks. Third, using your cell phone connectivity to access the Internet or your office network provides attackers with yet another potential avenue of attack, access, and compromise. Many of these devices can potentially act as bridges, creating insecure access into a company network.

中文直译 / 整理

蜂窝网络、移动网络或无线网络是许多移动设备,尤其是手机和智能手机所使 用的主要通信技术。 该网络围绕称为小区的接入区域组织,这些小区以一个主 要的收发器为中心,该收发器被称为小区站点、基站或蜂窝塔。 通过蜂窝网络 提供的服务通常用代际代码表示,例如2G、3G、4G和5G。 通常情况下,蜂窝服务是加密的,但仅限于通信从移动设备传输到基站的过程 中。 一旦通信通过有线传输,内容即变为明文。 因此,避免通过蜂窝网络执行 任何敏感或机密的任务。 请使用加密通信应用程序,在通过蜂窝连接传输之前 预先加密通信内容,例如使用 TLS 或 VPN。 4G 自 2000 年代初以来一直被使用,大多数蜂窝设备都支持 4G 通信。 4G 标 准允许移动设备达到 100 Mbps 的速度,而固定设备则可达到 1 Gbps。 4G 主 要使用基于 IP 的通信来传输语音和数据,而非过去传统的电路交换电话服务。 4G 由多种传输系统提供,最常见的是 LTE,其次是 WiMAX。 5G 是目前可用于部分手机、平板电脑及其他设备的最新移动服务技术。 许多 ICS、IoT 和专用设备可能内置了 5G 功能。

5G 使用比以往蜂窝技术更高的频 率,这使得传输速度更高(最高可达 10 Gbps),但传输距离缩短。 组织需要 了解 5G 可用的时间和地点,并对这类通信实施安全要求。 关于手机无线传输,有几个关键问题需要注意。 首先,通过手机运营商网络进 行的通信,无论是语音、短信还是数据,都不一定安全。 其次,使用特定的无 线嗅探设备,您的手机传输内容可能被截获。 事实上,您的运营商基站可能被 模拟以实施中间人攻击。 第三,使用手机连接访问互联网或公司网络,为攻击 者提供了另一条潜在的攻击、访问和渗透途径。 许多此类设备可能充当桥梁, 从而在公司网络中创建不安全的访问入口。

小白解释

场景先行:员工在家访问公司系统,流量要穿过家庭网络、互联网、防火墙、VPN、服务器。网络安全题就是让你判断问题发生在哪一层、用哪个控制放在什么位置。

这一页真正想让你理解的是:这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

把它放进公司里看,关键不是背定义,而是判断:不分层就会乱选设备:该加密的地方装防火墙,该监测的地方却只做访问控制。

你作为负责人可以这样想:先定位网络层次,再决定是分段、过滤、加密、检测还是阻断。

本页术语用人话说:

加密:加密把内容变成未授权者看不懂的形式。

标准:标准给出必须满足的最低要求。

程序:程序是一步一步怎么做。

虚拟专用网络 VPN:VPN 在不可信网络上建立加密隧道。

常见误区:不要以为防火墙能解决所有网络问题;它只是控制流量的一类工具。

读完后用一句话复述:如果我是网络安全工程师,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“第 789 页学习单元”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是网络安全工程师在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

加密主要保护机密性,也可配合签名、哈希支持完整性和真实性。

Minimum level、mandatory requirement 常对应 standard。

Step-by-step、SOP 常对应 procedure。

远程访问、站点到站点、安全隧道常对应 VPN/IPSec。

日志要保护完整性、时间同步和访问控制。

排除法提醒:不要以为防火墙能解决所有网络问题;它只是控制流量的一类工具。

本页术语拆解
加密 加密把内容变成未授权者看不懂的形式。
标准 标准给出必须满足的最低要求。
程序 程序是一步一步怎么做。
虚拟专用网络 VPN VPN 在不可信网络上建立加密隧道。
日志 日志记录系统和用户活动,用于监控、审计和调查。
学习单元 72 / PDF P790

可用性:需要时能用,且性能可接受

可用性关注中断、故障、DoS、备份和冗余。

教材原文段落

Content Distribution Networks (CDNs) A content distribution network (CDN), or content delivery network, is a collection of resource services deployed in numerous data centers across the Internet to provide low latency, high performance, and high availability of the hosted content. CDNs provide the desired multimedia performance quality demanded by customers through the concept of distributed data hosts. Rather than having media content stored in a single central location to be transmitted to all parts of the Internet, the media is distributed to numerous geographically distributed pre-staging internet locations that are closer to groups of customers.

This results in a type of geographic and logical load balancing (see Chapter 12). No one server or cluster of servers will be strained under the load of all resource requests, and the hosting servers are located closer to the requesting customers. The overall result is lower-latency and higher-quality throughput. There are many CDN service providers, including Cloudflare, Akamai, Amazon CloudFront, and CacheFly. Although most CDNs focus on the physical distribution of servers, clientbased CDN is also possible. This is often referred as P2P (peer-to-peer). The most widely recognized P2P CDN is BitTorrent.

A service delivery platform (SDP) is a collection of components that provide the architecture for service delivery. SDP is often used in relation to telecommunications, but it can be used in many contexts, including VoIP, Internet TV, SaaS, and online gaming. An SDP is similar to a content delivery network (CDN), as both are designed for the support of and efficient delivery of a resource (such as services of an SDP and multimedia of a CDN). The goal of an SDP is to provide transparent communication services to other content or service providers. Both SDPs and CDNs can be implemented using microservices.

Secure Network Components There are two basic types of private network segments: intranets and extranets. An intranet is a private network (i.e., LAN) that is often designed to host information services privately, similar to services found on the Internet. Networks that rely on external servers (in other words, ones positioned on the public internet) to provide information services for internal use are not considered intranets. Intranets provide users with access to the web, email,

中文直译 / 整理

内容分发网络(CDN) 一个 内容分发网络(CDN),或 内容交付网络,是部署在互联网众多数据中心 中的一组资源服务,旨在提供托管内容的低延迟、高性能和高可用性。 CDN 通 过分布式数据主机的概念,提供客户所需的多媒体性能质量。 与其将媒体内容 存储在单一中心位置并传输到互联网的各个部分,不如将媒体分发到地理上分 布的多个预先缓存的互联网节点,这些节点更靠近客户群体。 这实现了某种地 理和逻辑负载均衡(参见 第12章)。 没有任何一台服务器或服务器集群会因所 有资源请求而过载,托管服务器也更靠近请求的客户。 总体结果是更低的延迟 和更高的吞吐量质量。 许多 CDN 服务提供商包括 Cloudflare、Akamai、 Amazon CloudFront 和 CacheFly。 尽管大多数CDN专注于服务器的物理分布,但基于客户端的CDN也是可能的。 这通常被称为P2P(点对点)。 最广为人知的P2P CDN是BitTorrent。 服务交付平台(SDP)是一组提供服务交付架构的组件。 SDP通常与电信相关, 但也可用于许多其他场景,包括VoIP、互联网电视、SaaS和在线游戏。

SDP 与内容分发网络(CDN)类似,因为两者都旨在支持和高效交付资源(如 SDP的服务和CDN的多媒体)。 SDP的目标是为其他内容或服务提供商提供透 明的通信服务。 SDP和CDN均可使用微服务实现。 安全网络组件 私有网络段有两种基本类型:内网和外网。 一个内网是一个私有网络(即局域 网),通常设计用于私密托管信息服务平台,类似于互联网上提供的服务。 依 赖外部服务器(即位于公共互联网上的服务器)提供内部使用信息服务平台的 网络不被视为内网。 内网为用户提供对网络、电子邮件的访问,

小白解释

场景先行:想象公司有一个客户订单系统:客户资料被别人看到是机密性问题,订单金额被偷偷改是完整性问题,系统打不开是可用性问题。教材这一页就是教你把事故先翻译成安全目标。

这一页真正想让你理解的是:可用性关注中断、故障、DoS、备份和冗余。

把它放进公司里看,关键不是背定义,而是判断:把泄露、篡改、宕机混在一起,就会选错控制措施。

你作为负责人可以这样想:先判断事故破坏了 CIA 哪一项,再选择对应控制:防泄露、防篡改、保可用。

本页术语用人话说:

可用性:可用性保证授权用户需要时能及时使用系统和数据。

OSI 模型:OSI 用七层结构理解网络通信,从物理层到应用层。

日志:日志记录系统和用户活动,用于监控、审计和调查。

常见误区:不要把所有安全问题都归成“被黑了”。考试会逼你分清到底是泄露、篡改还是中断。

读完后用一句话复述:如果我是业务系统负责人,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“可用性:需要时能用,且性能可接受”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是业务系统负责人在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

冗余、备份、BCP/DRP、抗 DoS、容量规划都对应可用性。

网络题先定位层次,再判断协议、设备或攻击位置。

日志要保护完整性、时间同步和访问控制。

排除法提醒:不要把所有安全问题都归成“被黑了”。考试会逼你分清到底是泄露、篡改还是中断。

本页术语拆解
可用性 可用性保证授权用户需要时能及时使用系统和数据。
OSI 模型 OSI 用七层结构理解网络通信,从物理层到应用层。
日志 日志记录系统和用户活动,用于监控、审计和调查。
学习单元 73 / PDF P791

第 791 页学习单元

这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

教材原文段落

and other services on internal servers that are not accessible to anyone outside the private network. An extranet is a cross between the Internet and an intranet. An extranet is a section of an organization's network that has been sectioned off so that it acts as an intranet for the private network but also serves information to authorized outsiders or external entities. An extranet is often reserved for use by specific partners, suppliers, distributors, remote salesforce, or select customers. An extranet for public consumption is typically labeled a screened subnet or perimeter network.

A screened subnet (previously known as a demilitarized zone [DMZ]) is a special-purpose extranet that is designed specifically for low-trust and unknown users to access specific systems, such as the public accessing a web server. It can be implemented with two firewalls or one multihomed firewall. The two firewall deployment method positions one firewall between the screened subnet and the Internet and the second between the screened subnet and the intranet. This positions the subnet for outside access as a buffer between the Internet and the intranet, and the firewalls bounding the subnet effectively filter or screen all communications related to it.

The multihomed firewall deployment method uses a single firewall with one interface connected to the Internet, a second interface to the screened subnet, and a third interface to the intranet. A screened host is a firewall-protected system logically positioned just inside a network segment. All inbound traffic is routed to the screened host, which in turn acts as a proxy for all the trusted systems within the private network. It is responsible for filtering traffic coming into the private network as well as for protecting the identity of the internal system. East-west traffic refers to the traffic flow that occurs within a specific network, data center, or cloud environment.

North-south traffic refers to the traffic flow that occurs inbound or outbound between internal systems and external systems. Secure Operation of Hardware Strong familiarity with secure network components can assist you in designing an IT infrastructure that avoids single points of failure and

中文直译 / 整理

以及其他仅限私有网络内部访问的内部服务器上的服务。 一个 extranet 是互联网与内网之间的混合体。 外联网是组织网络中被隔离出来 的一部分,它作为私有网络的内网运行,同时向授权的外部人员或实体提供信 息。 外联网通常专供特定合作伙伴、供应商、分销商、远程销售团队或选定客 户使用。 面向公众的外联网通常被称为筛选子网或边界网络。 一个 screened subnet(以前称为非军事区 [DMZ])是一种专为低信任度和未知 用户访问特定系统(如公众访问 Web 服务器)而设计的特殊外联网。 它可以 使用两个防火墙或一个多重宿主防火墙来实现。 双防火墙部署方式将一个防火 墙置于筛选子网与互联网之间,另一个置于筛选子网与内网之间。 这种部署使 子网成为互联网与内网之间的缓冲区,而边界防火墙能有效过滤或屏蔽与之相 关的所有通信。 多重宿主防火墙部署方式使用一个具有三个接口的防火墙:一 个接口连接互联网,第二个接口连接筛选子网,第三个接口连接内网。 一个 筛选主机 是一个逻辑上位于网络段内部的防火墙保护系统。 所有入站流量 都会被路由到该筛选主机,而该主机则作为私有网络内所有可信系统的代理。

它负责过滤进入私有网络的流量,并保护内部系统的身份。 东西向流量 指的是在特定网络、数据中心或云环境中发生的流量流 动。 南北向流量 指的是内部系统与外部系统之间入站或出站的流量流动。 硬件的安全操作 对安全网络组件的深入了解有助于您设计避免单点故障并

小白解释

场景先行:新员工入职后要登录系统。第一步是声明身份,第二步证明身份,第三步决定能访问哪些数据,最后系统要记录他做了什么。IAM 题就是围绕这条链条出题。

这一页真正想让你理解的是:这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

把它放进公司里看,关键不是背定义,而是判断:认证成功不代表什么都能做;离职、调岗、权限漂移都会造成越权。

你作为负责人可以这样想:把识别、认证、授权、审计分开看,再用最小权限和定期复核收口。

本页术语用人话说:

授权:授权是认证之后决定你能访问什么、能做什么。

OSI 模型:OSI 用七层结构理解网络通信,从物理层到应用层。

防火墙:防火墙根据规则控制网络流量进出。

入侵检测系统 IDS:IDS 负责发现可疑行为并告警,一般不直接阻断。

常见误区:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

读完后用一句话复述:如果我是IAM 管理员,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“第 791 页学习单元”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是IAM 管理员在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

认证成功不等于什么都能做;权限仍要单独授权。

网络题先定位层次,再判断协议、设备或攻击位置。

防火墙不是万能;它常与 IDS/IPS、分段、日志一起使用。

检测是 IDS,主动阻断更像 IPS。

身份管理题要区分识别、认证、授权、审计。

排除法提醒:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

本页术语拆解
授权 授权是认证之后决定你能访问什么、能做什么。
OSI 模型 OSI 用七层结构理解网络通信,从物理层到应用层。
防火墙 防火墙根据规则控制网络流量进出。
入侵检测系统 IDS IDS 负责发现可疑行为并告警,一般不直接阻断。
身份 身份是主体在系统中的标识。
日志 日志记录系统和用户活动,用于监控、审计和调查。
恢复点目标 RPO RPO 是最多能接受丢失多少时间范围的数据。
学习单元 74 / PDF P792

可用性:需要时能用,且性能可接受

可用性关注中断、故障、DoS、备份和冗余。

教材原文段落

provides strong support for availability. Part of operating hardware is to ensure that it is reliable and sufficient to support business operations. Some of the issues to consider in this regard include redundant power, warranty, and support. Computer systems don't work without power. Providing reliable power is essential for a reliable IT/IS infrastructure. The concepts of surge protectors and UPSs were covered in Chapter 10, “Physical Security Requirements,” but another option you should consider is the deployment of redundant power supplies. Most deployments of failover power supplies are configured so that both provide half the power consumed by the system.

But in the event of a failure of one, the other can take over to provide 100 percent of the system's power needs. Some solutions offer hot swapping support so that failed supplies can be replaced or lower-capacity supplies can be swapped out with those with higher capacity. The majority of equipment that is purchased and deployed today will likely operate without issue for years. However, it is still possible for devices to fail, causing excessive downtime or data loss. These problems can be minimized with planning and preparation, such as implementing redundancy and avoiding single-point-of-failure deployments (see Chapter 18, “Disaster Recovery Planning”).

However, that doesn't resolve the issue that you have a failed device. That's when a warranty or a return policy can be helpful. When acquiring equipment, always inquire about the warranty coverage and return policy restrictions. You may be able to get a refund or a replacement if the device fails within a specific time frame. Another aspect of hardware management that might be undervalued is support. Many of the hardware products in use today, such as VPN appliances, firewalls, switches, routers, and WAPs, are quite advanced. Some might even require specialized training or certification just to configure, set up, and deploy.

If your organization does not have staff with expertise and experience with a specific hardware device, then you will need to rely on the support services provided by the vendor. Therefore, when obtaining new equipment, inquire about the technical support services available and whether they are included with the product purchase or if such services require an additional fee, subscription, or contract. Common Network Equipment These are some of the typical hardware devices in a network:

中文直译 / 整理

为可用性提供强有力支持的IT基础设施。 操作硬件的一部分是确保其可靠且 足以支持业务运营。 在此方面需要考虑的一些问题包括冗余电源、保修和支持。 计算机系统在没有电力的情况下无法工作。 提供可靠的电力对于构建可靠的 IT/IS基础设施至关重要。 浪涌保护器和UPS的概念已在第10章“物理安全要 求”中介绍过,但您还应考虑部署冗余电源。 大多数备用电源部署的配置是, 两个电源各自提供系统消耗功率的一半。 但在其中一个电源发生故障时,另一 个电源可以接管并提供系统所需的100%电力。 一些解决方案支持热插拔功能, 以便在电源故障时更换,或用更高容量的电源替换容量较低的电源。 今天采购和部署的大部分设备很可能在多年内正常运行。 然而,设备仍有可能 发生故障,导致过度停机或数据丢失。 通过规划和准备,例如实施冗余并避免 单点故障部署(参见第18章“灾难恢复规划”),可以最小化这些问题。 但这 并不能解决设备已故障的问题。 这时,保修或退货政策就显得有帮助了。 在采 购设备时,务必询问保修范围和退货政策的限制。 如果设备在特定时间内发生 故障,您可能能够获得退款或更换。 硬件管理中另一个可能被低估的方面是支持。

如今使用的许多硬件产品,例如 VPN设备、防火墙、交换机、路由器和无线接入点(WAP),都非常先进。 有些甚至需要专门的培训或认证才能配置、设置和部署。 如果您的组织没有具 备特定硬件设备专业知识和经验的员工,那么您将需要依赖供应商提供的支持 服务。 因此,在采购新设备时,请询问可用的技术支持服务,以及这些服务是 否包含在产品购买中,或者是否需要额外付费、订阅或签订合同。 常见网络设备 以下是网络中一些典型的硬件设备:

小白解释

场景先行:想象公司有一个客户订单系统:客户资料被别人看到是机密性问题,订单金额被偷偷改是完整性问题,系统打不开是可用性问题。教材这一页就是教你把事故先翻译成安全目标。

这一页真正想让你理解的是:可用性关注中断、故障、DoS、备份和冗余。

把它放进公司里看,关键不是背定义,而是判断:把泄露、篡改、宕机混在一起,就会选错控制措施。

你作为负责人可以这样想:先判断事故破坏了 CIA 哪一项,再选择对应控制:防泄露、防篡改、保可用。

本页术语用人话说:

可用性:可用性保证授权用户需要时能及时使用系统和数据。

认证:认证是验证“你是不是你声称的那个人”。

政策:政策是高层原则,说明必须遵守什么。

防火墙:防火墙根据规则控制网络流量进出。

常见误区:不要把所有安全问题都归成“被黑了”。考试会逼你分清到底是泄露、篡改还是中断。

读完后用一句话复述:如果我是业务系统负责人,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“可用性:需要时能用,且性能可接受”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是业务系统负责人在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

冗余、备份、BCP/DRP、抗 DoS、容量规划都对应可用性。

密码、令牌、生物特征、多因素认证都服务认证。

Policy 高层、强制、稳定;Procedure 具体步骤。

防火墙不是万能;它常与 IDS/IPS、分段、日志一起使用。

远程访问、站点到站点、安全隧道常对应 VPN/IPSec。

排除法提醒:不要把所有安全问题都归成“被黑了”。考试会逼你分清到底是泄露、篡改还是中断。

本页术语拆解
可用性 可用性保证授权用户需要时能及时使用系统和数据。
认证 认证是验证“你是不是你声称的那个人”。
政策 政策是高层原则,说明必须遵守什么。
防火墙 防火墙根据规则控制网络流量进出。
虚拟专用网络 VPN VPN 在不可信网络上建立加密隧道。
学习单元 75 / PDF P793

第 793 页学习单元

这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

教材原文段落

Repeaters, Concentrators, and Amplifiers Repeaters, concentrators, and amplifiers (RCAs) are used to strengthen the communication signal over a cable segment as well as connect network segments that use the same protocol. RCAs operate at OSI Layer 1. Systems on either side of an RCA are part of the same collision domain and broadcast domain. Aka line driver. Multiplexer A multiplexer, often abbreviated as MUX, is a digital electronic device that combines multiple input signals into a single output signal for transmission over a shared medium. Collision Domains vs.

Broadcast Domains A collision occurs when two systems transmit data at the same time onto a connection medium that supports only a single transmission path. A collision domain is the group of networked systems that could cause a collision if any two (or more) systems in that group transmitted simultaneously. Collision domains are divided by using any Layer 2 or higher device. A broadcast occurs when a single system transmits data to all possible recipients. A broadcast domain is the group of networked systems in which all other members receive a broadcast signal when one of the members of the group transmits it.

Usually, the term broadcast domain is used to refer specifically to Ethernet broadcast domains (and not the broadcast features of IPv4). Ethernet broadcast domains are divided by using any Layer 3 or higher device. Hubs Hubs are used to connect multiple systems and connect network segments that use the same protocol. A hub is a multiport repeater. Hubs operate at OSI Layer 1. Systems on either side of a hub are part of the same collision and broadcast domains. Modems A traditional landline dial-up modem (modulator-demodulator) is a communications device that covers or modulates between an analog carrier signal and digital information to support computer communications of PSTN lines.

From about 1960 until the mid-1990s, modems were a common means of WAN communications. Modems have generally been replaced by digital broadband technologies, including cable modems, fiber-optic modems, DSL modems, satellite modems, 802.11 wireless, and various forms of wireless modems.

中文直译 / 整理

中继器、集线器和放大器 中继器、集线器和放大器(RCAs) 用于增强电缆段上 的通信信号,并连接使用相同协议的网络段。 RCAs 工作在 OSI 第 1 层。 位于 RCA 两侧的系统属于同一个冲突域和广播域。 又称 线路驱动器。 多路复用器 多路复用器通常简称为MUX,是一种数字电子设备,可将多个输 入信号组合成一个输出信号,以便在共享介质上传输。 冲突域与广播域 当两个系统同时在仅支持单条传输路径的连接介质上发送数据时,就会发 生冲突。 冲突域 是指如果该组中的任意两个(或更多)系统同时传输数据, 就可能引发冲突的联网系统组。 使用任何第二层或更高层设备可划分冲突 域。 当一个系统向所有可能的接收方发送数据时,就会发生广播。 广播域 是 指当组内任一成员发送信号时,组内所有其他成员都会接收到该广播信号 的联网系统组。 通常,术语广播域 专门指以太网广播域(而非IPv4的广 播功能)。 使用任何第三层或更高层设备可划分以太网广播域。 集线器 集线器 用于连接使用相同协议的多个系统和网络段。 集线器是一种多 端口中继器,工作在OSI第一层。 集线器两侧的系统属于同一个冲突域和广播 域。

调制解调器 传统的固定电话拨号调制解调器(调制器‑解调器)是一种通信设备, 用于在模拟载波信号与数字信息之间进行转换,以支持PSTN线路的计算机通信。 从大约1960年到20世纪90年代中期,调制解调器是广域网通信的常用手段。 调制 解调器通常已被数字宽带技术所取代,包括电缆调制解调器、光纤调制解调器、 DSL调制解调器、卫星调制解调器、802.11无线网络以及各种形式的无线调制解 调器。

小白解释

场景先行:员工在家访问公司系统,流量要穿过家庭网络、互联网、防火墙、VPN、服务器。网络安全题就是让你判断问题发生在哪一层、用哪个控制放在什么位置。

这一页真正想让你理解的是:这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

把它放进公司里看,关键不是背定义,而是判断:不分层就会乱选设备:该加密的地方装防火墙,该监测的地方却只做访问控制。

你作为负责人可以这样想:先定位网络层次,再决定是分段、过滤、加密、检测还是阻断。

本页术语用人话说:

OSI 模型:OSI 用七层结构理解网络通信,从物理层到应用层。

日志:日志记录系统和用户活动,用于监控、审计和调查。

常见误区:不要以为防火墙能解决所有网络问题;它只是控制流量的一类工具。

读完后用一句话复述:如果我是网络安全工程师,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“第 793 页学习单元”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是网络安全工程师在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

网络题先定位层次,再判断协议、设备或攻击位置。

日志要保护完整性、时间同步和访问控制。

排除法提醒:不要以为防火墙能解决所有网络问题;它只是控制流量的一类工具。

本页术语拆解
OSI 模型 OSI 用七层结构理解网络通信,从物理层到应用层。
日志 日志记录系统和用户活动,用于监控、审计和调查。
学习单元 76 / PDF P794

第 794 页学习单元

这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

教材原文段落

The term modem is used incorrectly on any device that does not actually perform modulation. Most modern devices labeled as modems (cable, DSL, wireless, etc.) are routers, not modems. Integrated cable modem routers contain both functionalities of a modem and router in one device. Bridges A bridge is used to connect two networks together—even networks of different topologies, cabling types, and speeds—to connect network segments that use the same protocol. A bridge forwards traffic from one network to another. Bridges that connect networks using different transmission speeds may have a buffer to store packets until they can be forwarded to the slower network.

This is known as a store-and-forward device. Bridges operate at OSI Layer 2. Bridges were primarily used to connect hub networks together and thus have mostly been replaced by switches. Switches Switches manage the transmission of frames via MAC address. Switches can also create separate broadcast domains when used to create VLANs (see Chapter 12). Switches operate primarily at OSI Layer 2. When switches have additional features, such as routing among VLANs, they can operate at OSI Layer 3 as well, known as Layer 3 switches.

MPLS (Multiprotocol Label Switching) is a high-throughput, high-performance network technology that directs data across a network based on short path labels rather than longer network addresses. This technique saves significant time over traditional IP-based routing processes, which can be quite complex. Furthermore, MPLS is designed to handle a wide range of protocols through encapsulation. Routers Routers are used to control traffic flow on networks and are often used to connect similar networks and control traffic flow between the two. Routers manage traffic based on logical IP addressing.

They can function using statically defined routing tables, or they can employ a dynamic routing system. Routers operate at OSI Layer 3.

中文直译 / 整理

任何实际上并未执行调制功能的设备都错误地使用了调制解调器这一术 语。 大多数被标记为调制解调器的现代设备(如电缆、DSL、无线等)实际 上是路由器,而非调制解调器。 集成式电缆调制解调器路由器将调制解调器 和路由器的两种功能集成在一个设备中。 网桥 一个 网桥 用于连接两个网络——即使这些网络具有不同的拓扑结构、电缆 类型和速度——以连接使用相同协议的网络段。 网桥将流量从一个网络转发到另 一个网络。 连接使用不同传输速度的网络的网桥可能具有缓冲区,用于存储数据 包,直到它们可以被转发到较慢的网络。 这被称为 存储转发设备。 网桥工作在 OSI第2层。 网桥主要用于连接集线器网络,因此大多已被交换机取代。 交换机 交换机 通过MAC地址管理帧的传输。 当交换机用于创建VLAN时,还 可以创建独立的广播域(参见第12章)。 交换机主要工作在OSI第2层。 当交换 机具有额外功能,例如在VLAN之间进行路由时,它们也可以工作在OSI第3层, 称为第3层交换机。 MPLS(多协议标签交换)是一种高吞吐量、高性能的网络技术,它基 于短路径标签而非较长的网络地址来引导数据在网络中传输。

这种技术比传 统的基于IP的路由过程节省大量时间,后者可能非常复杂。 此外,MPLS通 过封装设计用于处理多种协议。 路由器 路由器 用于控制网络上的流量,并常用于连接相似的网络并控制两者 之间的流量。 路由器基于逻辑IP地址管理流量。 它们可以使用静态定义的路由 表运行,也可以采用动态路由系统。 路由器工作在OSI第3层。

小白解释

场景先行:员工在家访问公司系统,流量要穿过家庭网络、互联网、防火墙、VPN、服务器。网络安全题就是让你判断问题发生在哪一层、用哪个控制放在什么位置。

这一页真正想让你理解的是:这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

把它放进公司里看,关键不是背定义,而是判断:不分层就会乱选设备:该加密的地方装防火墙,该监测的地方却只做访问控制。

你作为负责人可以这样想:先定位网络层次,再决定是分段、过滤、加密、检测还是阻断。

本页术语用人话说:

OSI 模型:OSI 用七层结构理解网络通信,从物理层到应用层。

强制访问控制 MAC:MAC 由系统根据标签和级别强制决定访问。

日志:日志记录系统和用户活动,用于监控、审计和调查。

常见误区:不要以为防火墙能解决所有网络问题;它只是控制流量的一类工具。

读完后用一句话复述:如果我是网络安全工程师,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“第 794 页学习单元”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是网络安全工程师在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

网络题先定位层次,再判断协议、设备或攻击位置。

政府/军方、机密级别、标签、不可由用户随意改通常是 MAC。

日志要保护完整性、时间同步和访问控制。

排除法提醒:不要以为防火墙能解决所有网络问题;它只是控制流量的一类工具。

本页术语拆解
OSI 模型 OSI 用七层结构理解网络通信,从物理层到应用层。
强制访问控制 MAC MAC 由系统根据标签和级别强制决定访问。
日志 日志记录系统和用户活动,用于监控、审计和调查。
学习单元 77 / PDF P795

第 795 页学习单元

这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

教材原文段落

LAN Extenders A LAN extender is a remote access, multilayer switch used to connect distant networks over WAN links. Aka WAN switch or WAN router. Jumpbox A jump server or jumpbox is a remote access system deployed to make accessing a specific system or network easier or more secure. A jump server is often deployed in extranets, screened subnets, or cloud networks where a standard direct link or private channel is not available or is not considered safe. A jump server can be deployed to receive an in-band VPN connection, but most are configured to accept out-of-band connections, such as direct dial-up or internet-origin broadband links.

No matter what form of connection is used to access the jump server, it is important to ensure that only encrypted connections are employed. Sensor A sensor collects information and then transmits it back to a central system for storage and analysis. Sensors are common elements of fog computing, ICS, IoT, IDS/IPS, and SIEM/security orchestration, automation, and response (SOAR) solutions. Many sensors are based on an SoC (system on a chip). Collector A security collector is any system that gathers data into a log or record file. A collector's function is similar to the functions of auditing, logging, and monitoring.

A collector watches for a specific activity, event, or traffic and then records the information into a record file. Aggregators Aggregators are a type of multiplexor. Numerous inputs are received and directed or transmitted to a single destination. MPLS is an example of an aggregator. Some IDSs/IPSs use aggregators to collect or receive input from numerous sensors and collectors to integrate the data into a single data stream for analysis and processing.

中文直译 / 整理

局域网扩展器 一种局域网扩展器是用于通过WAN链路连接远程网络的远程访问 多层交换机。 也称为WAN交换机或WAN路由器。 Jumpbox 一个跳板服务器或跳板机是一种远程访问系统,用于简化或增强对特 定系统或网络的访问。 跳板服务器通常部署在外部网络、隔离子网或云网络中, 当标准的直接连接或私有通道不可用或不安全时,便使用跳板服务器。 跳板服务 器可以部署为接收带内VPN连接,但大多数配置为接受带外连接,例如直接拨号 或互联网宽带连接。 无论使用何种形式的连接访问跳板服务器,都必须确保仅使 用加密连接。 传感器 一个传感器收集信息,然后将其传输回中央系统进行存储和分析。 传感 器是雾计算、工控系统(ICS)、物联网(IoT)、入侵检测/防御系统( IDS/IPS)以及安全信息与事件管理(SIEM)/安全编排、自动化与响应( SOAR)解决方案中的常见组件。 许多传感器基于片上系统(SoC)。 收集器 一个安全收集器是任何将数据收集到日志或记录文件中的系统。 收集器 的功能与审计、日志记录和监控功能相似。 收集器监视特定的活动、事件或流 量,然后将信息记录到记录文件中。 聚合器 聚合器 是一种多路复用器。

多个输入被接收并定向或传输到单个目的地。 MPLS 是一种聚合器的例子。 一些 IDS/IPS 使用聚合器从众多传感器和收集器 收集或接收输入,以将数据整合为单个数据流进行分析和处理。

小白解释

场景先行:新员工入职后要登录系统。第一步是声明身份,第二步证明身份,第三步决定能访问哪些数据,最后系统要记录他做了什么。IAM 题就是围绕这条链条出题。

这一页真正想让你理解的是:这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

把它放进公司里看,关键不是背定义,而是判断:认证成功不代表什么都能做;离职、调岗、权限漂移都会造成越权。

你作为负责人可以这样想:把识别、认证、授权、审计分开看,再用最小权限和定期复核收口。

本页术语用人话说:

审计:审计记录主体行为,用于追责、复盘和取证。

加密:加密把内容变成未授权者看不懂的形式。

标准:标准给出必须满足的最低要求。

入侵检测系统 IDS:IDS 负责发现可疑行为并告警,一般不直接阻断。

常见误区:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

读完后用一句话复述:如果我是IAM 管理员,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“第 795 页学习单元”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是IAM 管理员在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

没有日志和身份绑定,就很难问责。

加密主要保护机密性,也可配合签名、哈希支持完整性和真实性。

Minimum level、mandatory requirement 常对应 standard。

检测是 IDS,主动阻断更像 IPS。

IPS 放在线路中,误报可能影响可用性。

排除法提醒:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

本页术语拆解
审计 审计记录主体行为,用于追责、复盘和取证。
加密 加密把内容变成未授权者看不懂的形式。
标准 标准给出必须满足的最低要求。
入侵检测系统 IDS IDS 负责发现可疑行为并告警,一般不直接阻断。
入侵防御系统 IPS IPS 可检测并主动阻断恶意流量。
虚拟专用网络 VPN VPN 在不可信网络上建立加密隧道。
审计 审计检查控制是否存在、是否有效、是否符合要求。
日志 日志记录系统和用户活动,用于监控、审计和调查。
学习单元 78 / PDF P796

认证:证明身份

认证回答“你是不是你声称的那个人”。

教材原文段落

System on a Chip (SoC) A system on a chip (SoC) is an integrated circuit (IC) or chip that has all of the elements of a computer integrated into a single chip. This often includes the main CPU, RAM, GPU, Wi-Fi, wired networking, peripheral interfaces (such as USB), and power management. In most cases, the only item missing from an SoC compared to a full computer is bulk storage. Often, a bulk storage device must be attached or connected to the SoC to store its programs and other files since the SoC usually contains only enough memory to retain its own firmware or OS.

The security risks of an SoC include the fact that the firmware or OS of an SoC is often minimal, which leaves little room for most security features. An SoC may be able to filter input (such as by length or to escape metacharacters), reject unsigned code, provide basic firewall filtering, use communication encryption, and offer secure authentication. However, these features are not universally available on all SoC products. A few devices that use an SoC include the mini-computer Raspberry Pi, fitness trackers, smart watches, and some smartphones.

Network Access Control Network access control (NAC) is the concept of controlling access to an environment through strict adherence to and enforcement of security policy. NAC is meant to be an automated detection and response system that can react in real time to ensure that all monitored systems are current on patches and updates and are in compliance with the latest security configurations, as well as keep unauthorized devices out of the network.

The goals of NAC are as follows: Prevent/reduce known attacks directly and zero-day indirectly Enforce security policy throughout the network Use identities to perform access control The goals of NAC can be achieved through the use of strong, detailed security policies that define all aspects of security control, filtering, prevention, detection, and response for every device from client to server and for every internal or external communication.

中文直译 / 整理

系统级芯片(SoC) 一个 系统级芯片(SoC) 是一种将计算机的所有元件集成到单个芯片上的 集成电路(IC)。 这通常包括主 CPU、RAM、GPU、Wi‑Fi、有线网络、 外设接口(如 USB)和电源管理。 在大多数情况下,与完整计算机相比, SoC 唯一缺少的是大容量存储。 通常,必须将大容量存储设备连接到 SoC 以存储其程序和其他文件,因为 SoC 通常仅包含足以保留其固件或操作系 统的内存。 SoC的安全风险包括其固件或操作系统通常非常精简,这使得大多数安全功 能难以实现。 SoC可能能够过滤输入(例如通过长度限制或转义元字符)、 拒绝未签名的代码、提供基本的防火墙过滤、使用通信加密以及提供安全 认证。 然而,这些功能并非在所有SoC产品中都普遍可用。 使用SoC的一些 设备包括迷你计算机Raspberry Pi、健身追踪器、智能手表和部分智能手 机。 网络访问控制 网络访问控制(NAC)是一种通过严格遵守和执行安全策略来控制对环境访问 的概念。 NAC旨在成为一个自动化检测与响应系统,能够实时反应,以确保所 有被监控的系统都及时更新补丁和版本,并符合最新的安全配置,同时阻止未 经授权的设备接入网络。

NAC的目标如下: 直接预防/减少已知攻击,间接应对零日攻击 在整个网络中强制执行安全策略 使用身份执行访问控制 通过使用强大的、详细的安全策略,定义从客户端到服务器的每个设备以及所 有内部或外部通信的安全控制、过滤、预防、检测和响应的各个方面,即可实 现NAC的目标。

小白解释

场景先行:新员工入职后要登录系统。第一步是声明身份,第二步证明身份,第三步决定能访问哪些数据,最后系统要记录他做了什么。IAM 题就是围绕这条链条出题。

这一页真正想让你理解的是:认证回答“你是不是你声称的那个人”。

把它放进公司里看,关键不是背定义,而是判断:认证成功不代表什么都能做;离职、调岗、权限漂移都会造成越权。

你作为负责人可以这样想:把识别、认证、授权、审计分开看,再用最小权限和定期复核收口。

本页术语用人话说:

认证:认证是验证“你是不是你声称的那个人”。

授权:授权是认证之后决定你能访问什么、能做什么。

加密:加密把内容变成未授权者看不懂的形式。

政策:政策是高层原则,说明必须遵守什么。

常见误区:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

读完后用一句话复述:如果我是IAM 管理员,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“认证:证明身份”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是IAM 管理员在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

密码、令牌、生物特征、多因素认证都服务认证。

认证成功不等于什么都能做;权限仍要单独授权。

加密主要保护机密性,也可配合签名、哈希支持完整性和真实性。

Policy 高层、强制、稳定;Procedure 具体步骤。

Step-by-step、SOP 常对应 procedure。

排除法提醒:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

本页术语拆解
认证 认证是验证“你是不是你声称的那个人”。
授权 授权是认证之后决定你能访问什么、能做什么。
加密 加密把内容变成未授权者看不懂的形式。
政策 政策是高层原则,说明必须遵守什么。
程序 程序是一步一步怎么做。
防火墙 防火墙根据规则控制网络流量进出。
身份 身份是主体在系统中的标识。
学习单元 79 / PDF P797

授权、审计与问责

认证后还要授权,之后靠审计和日志追责。

教材原文段落

Originally, 802.1X (which provides port-based NAC) was thought to embody NAC, but most supporters believe that 802.1X is only a simple form of NAC or just one optional component in a complete NAC solution. NAC can be implemented with a preadmission philosophy or a postadmission philosophy, or aspects of both: The preadmission philosophy requires a system to meet all current security requirements (such as patch application and malware scanner updates) before it is allowed to communicate with the network. The postadmission philosophy allows and denies access based on user activity, which is based on a predefined authorization matrix.

NAC options include using a host/system agent (agent-based) or performing overall network monitoring and assessment (agentless). A typical operation of an agent-based NAC system would be to install a NAC monitoring agent on each managed system. The NAC agent retrieves a configuration file on a regular basis, possibly daily or upon network connection, to check the current configuration baseline requirements against the local system. If the system is not compliant, it can be quarantined into a remediation subnet where it can communicate only with the NAC server. The NAC agent can download and apply updates and configuration files to bring the system into compliance.

Once compliance is achieved, the NAC agent returns the system to the normal production network. NAC agents can be either dissolvable or permanent. A dissolvable NAC agent is usually written in a web/mobile language and is downloaded and executed to each local machine when the specific management web page is accessed (such as a captive portal). A dissolvable NAC agent can be set to run once and then terminate. A permanent NAC agent is installed onto the monitored system as a persistent software background service.

An agentless or network monitoring and assessment NAC solution performs port scans, service queries, and vulnerability scans against networked systems from the NAC server to determine whether devices are authorized and baseline compliant. An agentless system requires an administrator to manually resolve any discovered issues. NAC systems can be implemented using both physical and virtual solutions. Physical NAC appliances are dedicated hardware devices that are deployed at key points in the network infrastructure. These devices actively monitor and

中文直译 / 整理

最初,802.1X(提供基于端口的NAC)被认为体现了NAC,但大多数支持者认 为,802.1X只是NAC的一种简单形式,或只是完整NAC解决方案中的一个可选组件。 NAC 可以采用准入前理念或准入后理念 理念,或两者的结合: 准入前理念要求系统在允许与网络通信之前,必须满足所有当前的安全 要求(例如打补丁和恶意软件扫描程序更新)。 准入后理念根据用户活动允许或拒绝访问,而用户活动基于预定义的授权 矩阵。 NAC 选项包括使用主机/系统代理(基于代理)或执行整体网络监控与评估 (无代理)。 典型的基于代理的 NAC 系统操作是在每个受管系统上安装一个 NAC 监控代理。 NAC 代理会定期获取配置文件,可能每天或在连接网络时获 取,以将当前配置基线要求与本地系统进行比对。 如果系统不符合要求,它将 被隔离到一个修复子网中,此时只能与 NAC 服务器通信。 NAC 代理可以下载 并应用更新和配置文件,使系统符合要求。 一旦达到合规性,NAC 代理便将系 统返回到正常的生产网络。 NAC代理可以是可删除的或永久的。

可删除的NAC代理通常使用Web/移动语 言编写,当访问特定管理网页时(例如捕获门户),会被下载并执行到每台本 地机器上。 可删除的NAC代理可以设置为运行一次后即终止。 永久性NAC代理 则作为持久的后台服务安装在被监控的系统上。 无代理或网络监控与评估NAC解决方案从NAC服务器对联网系统执行端口扫 描、服务查询和漏洞扫描,以确定设备是否获得授权并符合基线要求。 无代理 系统需要管理员手动解决发现的任何问题。 NAC 系统可以使用物理和虚拟解决方案实现。 物理 NAC 设备是部署在网络 基础设施关键点的专用硬件设备。 这些设备主动监控和

小白解释

场景先行:新员工入职后要登录系统。第一步是声明身份,第二步证明身份,第三步决定能访问哪些数据,最后系统要记录他做了什么。IAM 题就是围绕这条链条出题。

这一页真正想让你理解的是:认证后还要授权,之后靠审计和日志追责。

把它放进公司里看,关键不是背定义,而是判断:认证成功不代表什么都能做;离职、调岗、权限漂移都会造成越权。

你作为负责人可以这样想:把识别、认证、授权、审计分开看,再用最小权限和定期复核收口。

本页术语用人话说:

授权:授权是认证之后决定你能访问什么、能做什么。

NIST:NIST 提供美国常用安全标准、框架和指南。

程序:程序是一步一步怎么做。

强制访问控制 MAC:MAC 由系统根据标签和级别强制决定访问。

常见误区:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

读完后用一句话复述:如果我是IAM 管理员,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“授权、审计与问责”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是IAM 管理员在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

认证成功不等于什么都能做;权限仍要单独授权。

看到 SP 800 系列、CSF、RMF 常联想到 NIST。

Step-by-step、SOP 常对应 procedure。

政府/军方、机密级别、标签、不可由用户随意改通常是 MAC。

扫描发现弱点,不等于已经成功利用。

排除法提醒:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

本页术语拆解
授权 授权是认证之后决定你能访问什么、能做什么。
NIST NIST 提供美国常用安全标准、框架和指南。
程序 程序是一步一步怎么做。
强制访问控制 MAC MAC 由系统根据标签和级别强制决定访问。
漏洞扫描 漏洞扫描用工具找已知弱点。
恶意代码 恶意代码包括病毒、蠕虫、木马、勒索软件等。
学习单元 80 / PDF P798

安全控制框架:用成熟框架组织安全

框架帮助组织系统化管理控制,而不是想到哪做到哪。

教材原文段落

control network access based on established policies. Virtual NAC solutions are software-based implementations that can run on virtual machines or as part of existing network infrastructure. They provide flexibility and scalability, allowing organizations to deploy NAC capabilities without dedicated hardware. Other issues around NAC include out-of-band versus in-band monitoring, as well as resolving any remediation, quarantine, or captive portal strategies. You should evaluate these and other NAC concerns before implementation. Firewalls Firewalls are essential tools in managing, controlling, and filtering network traffic.

A firewall can be a hardware or software component designed to protect one network segment from another. Firewalls are deployed between areas of higher and lower trust, like a private network and a public network (such as the Internet), or between two network segments that have different security levels/domains/classifications. Many commercial firewalls are hardware-based and can be called hardware firewalls, appliance firewalls, or network firewalls. A virtual firewall is a firewall created for use in a virtualized or hypervisor environment or the cloud. A virtual firewall is a software recreation of an appliance firewall or a standard host-based firewall installed into a guest OS in a VM.

Firewalls filter traffic based on a defined set of rules, also called filters or access control lists. They are basically a set of instructions that are used to distinguish authorized traffic from unauthorized and/or malicious traffic. Only authorized traffic is allowed to cross the security barrier provided by the firewall. A typical firewall is based on the deny-by-default or implicit deny security stance. Only communications that meet an explicit allow exception are transmitted toward their destination. This concept is also known as allow listing. The typical actions of a filter rule are allow, deny, drop, alert, and/or log. Some firewalls use a first-match mechanism when applying rules.

Allow rules enable the packet to continue toward its destination. Deny rules block the packet from going any further (effectively discarding it). When first-match is

中文直译 / 整理

根据既定策略控制网络访问。 虚拟 NAC 解决方案是基于软件的实现,可以 在虚拟机上运行或作为现有网络基础设施的一部分。 它们提供灵活性和可扩 展性,使组织能够在无需专用硬件的情况下部署 NAC 功能。 与NAC相关的其他问题包括带外监控与带内监控,以及解决任何补救、隔离 或强制门户策略。 您应在实施前评估这些及其他NAC相关问题。 防火墙 防火墙是管理、控制和过滤网络流量的重要工具。 防火墙可以是硬件或软件组 件,旨在保护一个网络段免受另一个网络段的侵害。 防火墙部署在信任级别不 同区域之间,例如私有网络与公共网络(如互联网),或两个具有不同安全级 别/域/分类的网络段之间。 许多商业防火墙是基于硬件的,可称为硬件防火墙、 设备防火墙或网络防火墙。 虚拟防火墙是为在虚拟化或虚拟机监控程序环境或云环境中使用而创 建的防火墙。 虚拟防火墙是对设备防火墙或安装在虚拟机中客户操作系统 里的标准主机防火墙的软件重现。 防火墙根据一组预定义的规则过滤流量,这些规则也称为过滤器或访问控制列 表。 它们本质上是一组用于区分授权流量与未经授权和/或恶意流量的指令。 只 有授权流量才被允许通过防火墙提供的安全屏障。

典型的防火墙基于默认拒绝 或隐式拒绝的安全策略。 只有满足显式允许例外的通信才会被传输到其目的地。 此概念也称为白名单。 过滤规则的典型操作包括允许、拒绝、丢弃、告警和/或记录。 一些防火墙在应 用规则时采用首次匹配机制。 允许规则使数据包能够继续向其目的地传输。 拒 绝规则阻止数据包进一步前进(实际上将其丢弃)。 当采用首次匹配时

小白解释

场景先行:新员工入职后要登录系统。第一步是声明身份,第二步证明身份,第三步决定能访问哪些数据,最后系统要记录他做了什么。IAM 题就是围绕这条链条出题。

这一页真正想让你理解的是:框架帮助组织系统化管理控制,而不是想到哪做到哪。

把它放进公司里看,关键不是背定义,而是判断:认证成功不代表什么都能做;离职、调岗、权限漂移都会造成越权。

你作为负责人可以这样想:把识别、认证、授权、审计分开看,再用最小权限和定期复核收口。

本页术语用人话说:

授权:授权是认证之后决定你能访问什么、能做什么。

ISO:ISO 是国际标准化组织,常见安全管理体系如 ISO 27001/27002。

标准:标准给出必须满足的最低要求。

程序:程序是一步一步怎么做。

常见误区:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

读完后用一句话复述:如果我是IAM 管理员,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“安全控制框架:用成熟框架组织安全”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是IAM 管理员在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

认证成功不等于什么都能做;权限仍要单独授权。

ISO 偏标准和管理体系。

Minimum level、mandatory requirement 常对应 standard。

Step-by-step、SOP 常对应 procedure。

防火墙不是万能;它常与 IDS/IPS、分段、日志一起使用。

排除法提醒:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

本页术语拆解
授权 授权是认证之后决定你能访问什么、能做什么。
ISO ISO 是国际标准化组织,常见安全管理体系如 ISO 27001/27002。
标准 标准给出必须满足的最低要求。
程序 程序是一步一步怎么做。
防火墙 防火墙根据规则控制网络流量进出。
强制访问控制 MAC MAC 由系统根据标签和级别强制决定访问。
日志 日志记录系统和用户活动,用于监控、审计和调查。
学习单元 81 / PDF P799

第 799 页学习单元

这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

教材原文段落

used, the first rule that applies to the packet is followed, but no other rules are considered. Thus, rules need to be placed in a priority order. A final rule is the deny-all rule so that nothing is allowed to traverse the firewall unless it is granted an explicit exception. However, some firewalls perform a consolidated or accumulated result of all the rules that match a packet. Such amalgamation firewalls do not have a written or specific deny-all rule— instead they use implicit deny. This method also ensures that only traffic meeting explicit allow rules (which is not explicitly denied) is allowed to pass. Sometimes a firewall's rule set is referred to by the term tuple.

Tuple is a mathematical term meaning a collection of related data items. Tuple is also used with databases, where it references a record or row in a table. Firewalls are most effective against unrequested traffic, initiations from outside the private network, and known malicious data, messages, or packets based on content, application, protocol, port, or source address. Most firewalls offer extensive logging, auditing, and monitoring capabilities as well as alarms and basic IDS functions. A bastion host is a system specifically designed to withstand attacks, such as a firewall appliance or a jump server. The word bastion comes from medieval castle architecture.

A bastion guardhouse was positioned in front of the main entrance (typically on the other side of the moat from the castle, where it controlled entrance onto the drawbridge) to serve as a first layer of protection. Using this term to describe a host indicates that the system is acting as a sacrificial host that will receive all inbound attacks. Common ingress filters and egress filters can be used to block spoofed packets that often relate to malware, botnets, and other unwanted activities. Examples include the following: Blocking inbound packets claiming to have an internal source address Blocking outbound packets claiming to have an external source address

中文直译 / 整理

时,第一个匹配数据包的规则将被执行,但不会考虑其他规则。 因此,规则需 要按优先级顺序排列。 最终规则是拒绝所有规则,以确保除非有明确的例外, 否则没有任何流量能够通过防火墙。 然而,一些防火墙会对与数据包匹配的所 有规则进行综合或累积评估。 这类综合型防火墙没有明确或特定的拒绝所有规 则——而是使用隐式拒绝。 这种方法同样确保只有符合明确允许规则(且未被 明确拒绝)的流量才被允许通过。 有时,防火墙的规则集被称为tuple。 Tuple 是一个数学术语,指一组 相关数据项。 Tuple 也用于数据库中,表示表中的一条记录或一行。 防火墙在应对未请求的流量、来自私有网络外部的连接发起,以及基于内容、 应用程序、协议、端口或源地址的已知恶意数据、消息或数据包时最为有效。 大多数防火墙还提供广泛的日志记录、审计和监控功能,以及警报和基本的入 侵检测系统(IDS)功能。 一个bastion host是专门设计用于抵御攻击的系统,例如防火墙设备或 跳板服务器。 词bastion源自中世纪城堡建筑。 堡垒岗亭通常位于主入口前 方(通常在护城河的另一侧,控制着进入吊桥的通道),作为第一道防线。

使用该术语来描述主机,表明该系统充当了牺牲主机,将接收所有入站攻 击。 常见的入站过滤器和出站过滤器可用于阻止与恶意软件、僵尸网络和其他不 希望的活动相关的伪造数据包。 示例如下: 阻止声称具有内部源地址的入站数据包 阻止声称具有外部源地址的出站数据包

小白解释

场景先行:新员工入职后要登录系统。第一步是声明身份,第二步证明身份,第三步决定能访问哪些数据,最后系统要记录他做了什么。IAM 题就是围绕这条链条出题。

这一页真正想让你理解的是:这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

把它放进公司里看,关键不是背定义,而是判断:认证成功不代表什么都能做;离职、调岗、权限漂移都会造成越权。

你作为负责人可以这样想:把识别、认证、授权、审计分开看,再用最小权限和定期复核收口。

本页术语用人话说:

审计:审计记录主体行为,用于追责、复盘和取证。

程序:程序是一步一步怎么做。

OSI 模型:OSI 用七层结构理解网络通信,从物理层到应用层。

防火墙:防火墙根据规则控制网络流量进出。

常见误区:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

读完后用一句话复述:如果我是IAM 管理员,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“第 799 页学习单元”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是IAM 管理员在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

没有日志和身份绑定,就很难问责。

Step-by-step、SOP 常对应 procedure。

网络题先定位层次,再判断协议、设备或攻击位置。

防火墙不是万能;它常与 IDS/IPS、分段、日志一起使用。

检测是 IDS,主动阻断更像 IPS。

排除法提醒:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

本页术语拆解
审计 审计记录主体行为,用于追责、复盘和取证。
程序 程序是一步一步怎么做。
OSI 模型 OSI 用七层结构理解网络通信,从物理层到应用层。
防火墙 防火墙根据规则控制网络流量进出。
入侵检测系统 IDS IDS 负责发现可疑行为并告警,一般不直接阻断。
审计 审计检查控制是否存在、是否有效、是否符合要求。
日志 日志记录系统和用户活动,用于监控、审计和调查。
恶意代码 恶意代码包括病毒、蠕虫、木马、勒索软件等。
学习单元 82 / PDF P800

第 800 页学习单元

这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

教材原文段落

Blocking packets with source or destination addresses listed on a block list (a list of known malicious IP addresses) Blocking packets that have source or destination addresses from the local area network (LAN) but that haven't been officially assigned to a host Remotely triggered black hole (RTBH) is an edge filtering concept to discard unwanted traffic based on source or destination address long before it reaches the destination.

Firewalls, on their own, are typically unable to directly block viruses or malicious code transmitted through otherwise authorized communication channels, prevent unauthorized but accidental or intended disclosure of information by users, prevent attacks by malicious users already behind the firewall, or protect data after it passes out of or into the private network. However, you can add these features through special add-in modules or companion products, such as antimalware scanners, DLP, and IDS tools. Firewall appliances are available that are preconfigured to perform all (or most) of these add-on functions natively.

These types of firewall can be called a multifunction device (MFD), a unified threat management (UTM) device, or a next-generation firewall (NGFW). In addition to logging network traffic activity, firewalls should log several other events: A reboot of the firewall Proxies or dependencies unable to start or not starting Proxies or other important services crashing or restarting Changes to the firewall configuration file A configuration or system error while the firewall is running Firewalls are only one part of an overall security solution. With a firewall, many of the security mechanisms are concentrated in one place, and thus a firewall can be a single point of failure.

Firewall failure is most commonly caused by human error and misconfiguration. Firewalls provide protection only against traffic that crosses the firewall.

中文直译 / 整理

阻止源地址或目的地址列在阻断列表(已知恶意IP地址列表)上的数据包 阻止源地址或目的地址来自本地 局域网(LAN)但未被正式分配给任何主机的数据包 远程触发的黑洞(RTBH)是一种边缘过滤概念,可在数据包到 达目的地之前很久,根据源地址或目的地址丢弃不需要的流量。 仅靠防火墙通常无法直接阻止通过其他授权通信通道传输的病毒或恶意代码, 无法防止用户无意或有意的未经授权信息泄露,无法阻止已位于防火墙后的恶 意用户发起的攻击,也无法在数据进出私有网络后保护数据。 然而,您可以通 过专用附加模块或配套产品(如反恶意软件扫描器、DLP和IDS工具)添加这些 功能。 市面上有预配置好以原生方式执行所有(或大部分)这些附加功能的防 火墙设备。 这类防火墙可称为多功能设备(MFD)、统一威胁管理(UTM)设 备或下一代防火墙(NGFW)。 除了记录网络流量活动外,防火墙还应记录以下其他事件: 防火墙的重启 代理或依赖项无法启动或未启动 代理或其他重要服务崩溃或重启 防火墙配置文件的更改 防火墙运行时的配置或系统错误 防火墙只是整体安全解决方案的一部分。 使用防火墙时,许多安全机制都集 中在一处,因此防火墙可能成为单点故障。

防火墙故障最常见的原因是人为 错误和配置不当。 防火墙仅对穿越防火墙的流量提供保护。

小白解释

场景先行:新员工入职后要登录系统。第一步是声明身份,第二步证明身份,第三步决定能访问哪些数据,最后系统要记录他做了什么。IAM 题就是围绕这条链条出题。

这一页真正想让你理解的是:这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

把它放进公司里看,关键不是背定义,而是判断:认证成功不代表什么都能做;离职、调岗、权限漂移都会造成越权。

你作为负责人可以这样想:把识别、认证、授权、审计分开看,再用最小权限和定期复核收口。

本页术语用人话说:

授权:授权是认证之后决定你能访问什么、能做什么。

防火墙:防火墙根据规则控制网络流量进出。

入侵检测系统 IDS:IDS 负责发现可疑行为并告警,一般不直接阻断。

日志:日志记录系统和用户活动,用于监控、审计和调查。

常见误区:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

读完后用一句话复述:如果我是IAM 管理员,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“第 800 页学习单元”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是IAM 管理员在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

认证成功不等于什么都能做;权限仍要单独授权。

防火墙不是万能;它常与 IDS/IPS、分段、日志一起使用。

检测是 IDS,主动阻断更像 IPS。

日志要保护完整性、时间同步和访问控制。

防恶意代码要结合补丁、最小权限、检测、备份和用户培训。

排除法提醒:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

本页术语拆解
授权 授权是认证之后决定你能访问什么、能做什么。
防火墙 防火墙根据规则控制网络流量进出。
入侵检测系统 IDS IDS 负责发现可疑行为并告警,一般不直接阻断。
日志 日志记录系统和用户活动,用于监控、审计和调查。
恶意代码 恶意代码包括病毒、蠕虫、木马、勒索软件等。
学习单元 83 / PDF P801

第 801 页学习单元

这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

教材原文段落

There are several basic types of firewalls, which can be mixed to create hybrid or complex firewall solutions: Static Packet-Filtering Firewalls A static packet-filtering firewall (aka screening router) filters traffic by examining data from a message header. Usually, the rules are concerned with source and destination IP address (Layer 3) and port numbers (Layer 4). This is also a type of stateless firewall since each packet is evaluated individually rather than in context (which is performed by a stateful firewall). A stateless firewall analyzes packets on an individual basis against the filtering access control lists (ACLs) or rules.

The context of the communication (that is, any previous packets) is not used to make an allow or deny decision on the current packet. Application-Level Firewalls An application-level firewall filters traffic based on a single internet service, protocol, or application. Application-level firewalls operate at the Application Layer (Layer 7) of the OSI model. An example is the web application firewall (WAF). This firewall may be implemented stateless or stateful.

中文直译 / 整理

防火墙有几种基本类型,可以混合使用以创建混合或复杂的防火墙解决方案: 静态包过滤防火墙是一种静态包过滤防火墙(又称筛选路由器),通过检查消 息头部的数据来过滤流量。 通常,规则涉及源和目的IP地址(第3层)和端口 号(第4层)。 这也是一种无状态防火墙,因为每个数据包都是单独评估的, 而不是在上下文中评估(有状态防火墙会进行上下文评估)。 一种无状态防火墙根据过滤访问控制列表(ACL)或规则对数据包进 行逐个分析。 在决定允许或拒绝当前数据包时,不会使用通信的上下文 (即任何先前的数据包)。 应用层防火墙一个应用层防火墙根据单个互联网服务、协议或应用程序过滤 流量。 应用层防火墙在OSI模型的应用层(第7层)运行。 一个例子是Web应 用防火墙(WAF)。 这种防火墙可以实现为无状态或有状态的。

小白解释

场景先行:员工在家访问公司系统,流量要穿过家庭网络、互联网、防火墙、VPN、服务器。网络安全题就是让你判断问题发生在哪一层、用哪个控制放在什么位置。

这一页真正想让你理解的是:这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

把它放进公司里看,关键不是背定义,而是判断:不分层就会乱选设备:该加密的地方装防火墙,该监测的地方却只做访问控制。

你作为负责人可以这样想:先定位网络层次,再决定是分段、过滤、加密、检测还是阻断。

本页术语用人话说:

程序:程序是一步一步怎么做。

OSI 模型:OSI 用七层结构理解网络通信,从物理层到应用层。

防火墙:防火墙根据规则控制网络流量进出。

常见误区:不要以为防火墙能解决所有网络问题;它只是控制流量的一类工具。

读完后用一句话复述:如果我是网络安全工程师,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“第 801 页学习单元”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是网络安全工程师在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

Step-by-step、SOP 常对应 procedure。

网络题先定位层次,再判断协议、设备或攻击位置。

防火墙不是万能;它常与 IDS/IPS、分段、日志一起使用。

排除法提醒:不要以为防火墙能解决所有网络问题;它只是控制流量的一类工具。

本页术语拆解
程序 程序是一步一步怎么做。
OSI 模型 OSI 用七层结构理解网络通信,从物理层到应用层。
防火墙 防火墙根据规则控制网络流量进出。
学习单元 84 / PDF P802

认证:证明身份

认证回答“你是不是你声称的那个人”。

教材原文段落

A web application firewall (WAF) is an appliance, server addon, virtual service, or system filter that defines a strict set of communication rules for communications to and from a website. It's intended to prevent web application attacks. A next-generation secure web gateway (SWG, NGSWG, NG-SWG) is a variation of and combination of the ideas of an NGFW and a WAF. An SWG is a cloud-based web gateway solution that is often tied to a subscription service that provides ongoing updates to filters and detection databases. This cloud-based firewall is designed to provide filtering services between CSP-based resources and on-premises systems.

An SWG/NG-SWG often supports standard WAF functions; TLS decryption; cloud access security broker (CASB) functions; advanced threat protection (ATP), such as sandboxing and ML-based threat detection; DLP; rich metadata about traffic; and detailed logging and reporting. Circuit-Level Firewalls Circuit-level firewalls (aka circuit proxies) are used to establish communication sessions between trusted partners. In theory, they operate at the Session Layer (Layer 5) of the OSI model (although in reality, they operate in relation to the establishment of TCP sessions at the Transport Layer [Layer 4]).

SOCKS (from Socket Secure, as in TCP/IP ports) is a common implementation of a circuit-level firewall. Circuitlevel firewalls focus on the establishment of the circuit (or session), not the content of traffic, based on simple rules for IP and port, using captive portals, requiring port authentication via 802.1X, or more complex elements such as contextor attribute-based access control. This is also a type of stateless firewall. A TCP Wrapper is an application that can serve as a basic firewall by restricting access to ports and resources based on user IDs or system IDs. Using TCP Wrappers is a form of port-based access control.

Stateful Inspection Firewalls Stateful inspection firewalls (aka dynamic packet filtering firewalls) evaluate the state, session, or context of network traffic. By examining source and destination addresses, application usage,

中文直译 / 整理

一个Web应用防火墙(WAF)是一种设备、服务器附加组件、虚拟服 务或系统过滤器,它为网站的通信定义了一套严格的通信规则。 其目的是 防止Web应用程序攻击。 一种 下一代安全网关(SWG、NGSWG、NG-SWG) 是下一代防火墙( NGFW)和Web应用防火墙(WAF)理念的变体与结合。 SWG 是一种基 于云的网关解决方案,通常与提供过滤器和检测数据库持续更新的订阅服务 相关联。 这种基于云的防火墙旨在在基于云服务提供商(CSP)的资源与本 地系统之间提供过滤服务。 SWG/NG‑SWG 通常支持标准的 WAF 功能、 TLS 解密、云访问安全代理(CASB)功能、高级威胁防护(ATP),例如 沙箱和基于机器学习的威胁检测、数据防泄漏(DLP)、丰富的流量元数 据以及详细的日志和报告。 电路层防火墙电路层防火墙(又称 电路代理)用于在可信合作伙伴之间建立通 信会话。 理论上,它们在 OSI 模型的会话层(第 5 层)运行(尽管实际上,它 们与传输层 [第 4] 层的 TCP 会话建立相关)。 SOCKS(源自 Socket Secure, 即 TCP/IP 端口)是电路层防火墙的常见实现。

电路层防火墙关注的是电路 (或会话)的建立,而非流量内容,基于简单的 IP 和端口规则,通过捕获门户、 要求通过 802.1X 进行端口认证,或使用更复杂的元素如基于上下文或属性的访 问控制。 这也是一种无状态防火墙。 一个 TCP Wrapper 是一种可以通过基于用户ID或系统ID限制对端口和资源 的访问来充当基本防火墙的应用程序。 使用TCP Wrappers是一种基于端口的访 问控制形式。 有状态检查防火墙 有状态检查防火墙(又称 动态包过滤防火墙)会评估网络 流量的状态、会话或上下文。 通过检查源地址和目标地址、应用程序使用情况,

小白解释

场景先行:新员工入职后要登录系统。第一步是声明身份,第二步证明身份,第三步决定能访问哪些数据,最后系统要记录他做了什么。IAM 题就是围绕这条链条出题。

这一页真正想让你理解的是:认证回答“你是不是你声称的那个人”。

把它放进公司里看,关键不是背定义,而是判断:认证成功不代表什么都能做;离职、调岗、权限漂移都会造成越权。

你作为负责人可以这样想:把识别、认证、授权、审计分开看,再用最小权限和定期复核收口。

本页术语用人话说:

认证:认证是验证“你是不是你声称的那个人”。

标准:标准给出必须满足的最低要求。

程序:程序是一步一步怎么做。

OSI 模型:OSI 用七层结构理解网络通信,从物理层到应用层。

常见误区:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

读完后用一句话复述:如果我是IAM 管理员,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“认证:证明身份”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是IAM 管理员在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

密码、令牌、生物特征、多因素认证都服务认证。

Minimum level、mandatory requirement 常对应 standard。

Step-by-step、SOP 常对应 procedure。

网络题先定位层次,再判断协议、设备或攻击位置。

考试常让你把协议、端口、层次对应起来。

排除法提醒:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

本页术语拆解
认证 认证是验证“你是不是你声称的那个人”。
标准 标准给出必须满足的最低要求。
程序 程序是一步一步怎么做。
OSI 模型 OSI 用七层结构理解网络通信,从物理层到应用层。
TCP/IP 模型 TCP/IP 是现实网络常用协议栈,和 OSI 可对应理解。
防火墙 防火墙根据规则控制网络流量进出。
入侵检测系统 IDS IDS 负责发现可疑行为并告警,一般不直接阻断。
日志 日志记录系统和用户活动,用于监控、审计和调查。
学习单元 85 / PDF P803

认证:证明身份

认证回答“你是不是你声称的那个人”。

教材原文段落

source of origin (i.e., local or remote, physical port, or even routed path/vector), and the relationship between current packets and the previous packets of the same session, stateful inspection firewalls are able to grant a broader range of access for authorized users and activities and actively watch for and block unauthorized users and activities. Stateful inspection firewalls operate at OSI layers 3 and up. A stateful inspection firewall is aware that any valid outbound communication (especially related to TCP) will trigger a corresponding response or reply from the external entity. Thus, this type of firewall automatically creates a temporary response rule for the request.

But that rule exists only as long as the conversation is taking place. Additionally, stateful inspection firewalls can retain knowledge of previous packets in a conversation to detect unwanted or malicious traffic that isn't noticeable or detectable when evaluating only individual packets. This is known as context analysis or contextual analysis. A stateful inspection firewall may also perform deep packet inspection (DPI), which is the analysis of the payload or content of a packet. Deep packet inspection (DPI), payload inspection, or content filtering is the means to evaluate and filter the payload contents of a communication rather than only on the header values.

DPI can also be known as complete packet inspection and information extraction. DPI filtering is able to block domain names, malware, spam, malicious scripts, abusive content, or other identifiable elements in the payload of a communication. DPI is often integrated with application-layer firewalls and/or stateful inspection firewalls.

Next-Generation Firewalls (NGFWs) A next-generation firewall (NGFW) is a multifunction device (MFD) or unified threat management (UTM) composed of several security features in addition to a firewall; integrated components can include application filtering, deep packet inspection, TLS offloading and/or inspection (aka TLS termination proxy), domain name and URL filtering, IDS, IPS, web content filtering, QoS management, bandwidth throttling/management, NAT, VPN anchoring, authentication services, identity management, and antivirus/antimalware scanning.

中文直译 / 整理

来源(即本地或远程、物理端口,甚至路由路径/向量),以及当前数据包与 同一会话中先前数据包之间的关系,有状态检查防火墙能够为授权用户和活动 提供更广泛的访问权限,并主动监控和阻止未授权用户和活动。 有状态检查防 火墙在OSI模型的第3层及以上层运行。 有状态检查防火墙能够识别任何有效的出站通信(尤其是与TCP相关的通 信)都会触发来自外部实体的相应响应或回复。 因此,这种类型的防火墙 会自动为请求创建一个临时的响应规则。 但该规则仅在会话进行期间存在。 此外,有状态检查防火墙可以保留会话中先前数据包的信息,以检测在仅评 估单个数据包时无法察觉或发现的不需要或恶意流量。 这被称为上下文分析 或情境分析。 有状态检查防火墙还可能执行深度包检测(DPI),即对数据 包的有效载荷或内容进行分析。 深度包检测(DPI)、有效载荷检测或内容过滤是指评估和过滤通信的 有效载荷内容,而不仅仅是基于头部值。 DPI 也可称为完整包检测和信息提 取。 DPI 过滤能够阻止通信有效载荷中的域名、恶意软件、垃圾邮件、恶意 脚本、滥用内容或其他可识别元素。 DPI 通常与应用层防火墙和/或有状态 检查防火墙集成。

下一代防火墙(NGFW)一种下一代防火墙(NGFW)是一种多功能设备 (MFD)或统一威胁管理(UTM),除防火墙外还集成了多种安全功能; 集成组件可包括应用程序过滤、深度包检测、TLS卸载和/或检测(即TLS终 止代理)、域名和URL过滤、IDS、IPS、网页内容过滤、QoS管理、带宽 限速/管理、NAT、VPN锚定、身份验证服务、身份管理和防病毒/反恶意软 件扫描。

小白解释

场景先行:新员工入职后要登录系统。第一步是声明身份,第二步证明身份,第三步决定能访问哪些数据,最后系统要记录他做了什么。IAM 题就是围绕这条链条出题。

这一页真正想让你理解的是:认证回答“你是不是你声称的那个人”。

把它放进公司里看,关键不是背定义,而是判断:认证成功不代表什么都能做;离职、调岗、权限漂移都会造成越权。

你作为负责人可以这样想:把识别、认证、授权、审计分开看,再用最小权限和定期复核收口。

本页术语用人话说:

认证:认证是验证“你是不是你声称的那个人”。

授权:授权是认证之后决定你能访问什么、能做什么。

程序:程序是一步一步怎么做。

OSI 模型:OSI 用七层结构理解网络通信,从物理层到应用层。

常见误区:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

读完后用一句话复述:如果我是IAM 管理员,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“认证:证明身份”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是IAM 管理员在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

密码、令牌、生物特征、多因素认证都服务认证。

认证成功不等于什么都能做;权限仍要单独授权。

Step-by-step、SOP 常对应 procedure。

网络题先定位层次,再判断协议、设备或攻击位置。

防火墙不是万能;它常与 IDS/IPS、分段、日志一起使用。

排除法提醒:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

本页术语拆解
认证 认证是验证“你是不是你声称的那个人”。
授权 授权是认证之后决定你能访问什么、能做什么。
程序 程序是一步一步怎么做。
OSI 模型 OSI 用七层结构理解网络通信,从物理层到应用层。
防火墙 防火墙根据规则控制网络流量进出。
入侵检测系统 IDS IDS 负责发现可疑行为并告警,一般不直接阻断。
入侵防御系统 IPS IPS 可检测并主动阻断恶意流量。
虚拟专用网络 VPN VPN 在不可信网络上建立加密隧道。
学习单元 86 / PDF P804

第 804 页学习单元

这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

教材原文段落

A host-based firewall, local, software, or personal firewall, is a security application that is installed on client systems. A host-based firewall provides protection for the local system from the activities of the user and from communications from the network or the Internet. It can often limit communications of installed applications and protocols and can block externally initiated connections. A host-based firewall can be a simple static filtering firewall, stateful inspection, or even an NGFW. Internal Segmentation Firewall (ISFW) An internal segmentation firewall (ISFW) is a firewall deployed between internal network segments or company divisions.

Its purpose is to prevent the further spread of malicious code or harmful protocols already within the private network. With an ISFW, network segments can be created without resorting to air gaps, VLANs, or subnet divisions. An ISFW is commonly used in micro-segmentation architectures. Proxy A proxy server is a variation of an application-level firewall or circuit-level firewall. A proxy server is used to mediate between clients and servers. Proxies are most often used in the context of providing clients on a private network with internet access while protecting the identity of the clients.

Often a proxy serves as a barrier against external threats to internal clients by accepting requests from clients, altering the source address of the requester, maintaining a mapping of requests to clients, and sending the altered request packets out. Once a reply is received, the proxy server determines which client it is destined for by reviewing its mappings and then sends the packets to the originally requesting client. This is effectively NAT (see Chapter 12). In addition to features such as NAT, proxy servers can provide caching and site or content filtering. A forward proxy is a standard or common proxy that acts as an intermediary for queries of external resources.

A forward proxy handles queries from internal clients when accessing outside services. A reverse proxy provides the opposite function of a forward proxy; it handles inbound requests from external systems to internally located services. A reverse proxy is similar to the functions of port forwarding and static NAT. A

中文直译 / 整理

一种基于主机的防火墙,即本地软件防火墙或个人防火墙,是安装在客 户端系统上的安全应用程序。 基于主机的防火墙可保护本地系统免受用户活 动以及来自网络或互联网的通信的威胁。 它通常能够限制已安装应用程序和 协议的通信,并可阻止外部发起的连接。 基于主机的防火墙可以是简单的静 态过滤防火墙、状态检测防火墙,甚至可以是NGFW。 内部隔离防火墙 (ISFW) 内部隔离防火墙(ISFW) 是部署在内部网络段或公 司部门之间的防火墙。 其目的是防止已存在于私有网络中的恶意代码或有害协议 进一步传播。 通过使用 ISFW,可以在不使用空气隔离、VLAN 或子网划分的情 况下创建网络段。 ISFW 通常用于微分段架构中。 代理 一个 代理服务器 是应用层防火墙或电路层防火墙的一种变体。 代理服务器用于 在客户端与服务器之间进行中介。 代理通常用于为私有网络上的客户端提供互 联网访问,同时保护客户端的身份。 代理通常充当抵御外部威胁的屏障,通过 接受客户端的请求、更改请求者的源地址、维护请求与客户端的映射关系,并 发送经过修改的请求数据包来实现。

当收到回复后,代理服务器通过检查其映 射关系确定目标客户端,然后将数据包发送给最初发出请求的客户端。 这实际 上就是 NAT(参见 第 12 章)。 除了 NAT 功能外,代理服务器还可以提供缓 存以及网站或内容过滤功能。 一个 正向代理 是一种作为外部资源查询中介的标准或常见代理。 正向代理在 内部客户端访问外部服务时处理查询。 一个 反向代理 提供与正向代理相反的功能; 它处理来自外部系统的入站请求, 以访问内部服务。 反向代理的功能类似于端口转发和静态NAT。 一个

小白解释

场景先行:新员工入职后要登录系统。第一步是声明身份,第二步证明身份,第三步决定能访问哪些数据,最后系统要记录他做了什么。IAM 题就是围绕这条链条出题。

这一页真正想让你理解的是:这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

把它放进公司里看,关键不是背定义,而是判断:认证成功不代表什么都能做;离职、调岗、权限漂移都会造成越权。

你作为负责人可以这样想:把识别、认证、授权、审计分开看,再用最小权限和定期复核收口。

本页术语用人话说:

标准:标准给出必须满足的最低要求。

程序:程序是一步一步怎么做。

OSI 模型:OSI 用七层结构理解网络通信,从物理层到应用层。

防火墙:防火墙根据规则控制网络流量进出。

常见误区:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

读完后用一句话复述:如果我是IAM 管理员,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“第 804 页学习单元”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是IAM 管理员在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

Minimum level、mandatory requirement 常对应 standard。

Step-by-step、SOP 常对应 procedure。

网络题先定位层次,再判断协议、设备或攻击位置。

防火墙不是万能;它常与 IDS/IPS、分段、日志一起使用。

身份管理题要区分识别、认证、授权、审计。

排除法提醒:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

本页术语拆解
标准 标准给出必须满足的最低要求。
程序 程序是一步一步怎么做。
OSI 模型 OSI 用七层结构理解网络通信,从物理层到应用层。
防火墙 防火墙根据规则控制网络流量进出。
身份 身份是主体在系统中的标识。
恢复点目标 RPO RPO 是最多能接受丢失多少时间范围的数据。
恶意代码 恶意代码包括病毒、蠕虫、木马、勒索软件等。
学习单元 87 / PDF P805

第 805 页学习单元

这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

教材原文段落

reverse proxy is sometimes used on the border of a screened subnet to use private IP addresses on resource servers but allows for visitors from the public internet. If a client is not configured (Figure 11.8, left) to send queries directly to a proxy, but the network routes outbound traffic to a proxy anyway, then a transparent proxy is in use. A nontransparent proxy is in use when a client is configured (Figure 11.8, right) to send outbound queries directly to a proxy. The settings for a nontransparent proxy can be set manually or using a proxy auto-config (PAC) file. PAC can be implemented with a script or via DHCP.

FIGURE 11.8 The configuration dialog boxes for a transparent (left) versus a nontransparent (right) proxy Content/URL Filter Content filtering or content inspection is the security-filtering function in which the contents of the application protocol payload are inspected. Often, such inspection is based on keyword matching. A primary block list of unwanted terms, addresses, or URLs is used to control what is or isn't allowed to reach a user. This is sometimes known as deep packet inspection. Malware inspection is the use of a malware scanner to detect unwanted software content in network traffic.

URL filtering, also known as web filtering, is the act of blocking access to a site based on all or part of the URL used to request access. URL filtering can focus on all or part of a fully qualified domain name (FQDN), specific pathnames, filenames, file extensions, or entire URLs. Many URL-filtering

中文直译 / 整理

反向代理有时用于隔离子网的边界,以便在资源服务器上使用私有IP地址, 同时允许来自公共互联网的访问者。 如果客户端未配置(图11.8,左侧)直接向代理发送查询,但网络仍将出站流 量路由到代理,则正在使用透明代理。 当客户端已配置(非透明代理,右侧) 直接向代理发送出站查询时,正在使用图11.8。 非透明代理的设置可以通过手 动方式或使用代理自动配置(PAC)文件进行设置。 PAC可以通过脚本或 DHCP实现。 图11.8 透明代理(左侧)与非透明代理(右侧)的配置对话框 内容/URL过滤 内容过滤或内容检查是一种安全过滤功能,用于检查应用协议负载的内容。 通常,此类检查基于关键词匹配。 通过使用一个主要的不希望出现的术语、地 址或URL的阻止列表,来控制哪些内容允许或不允许到达用户。 这有时被称 为深度包检测。 恶意软件检查是使用恶意软件扫描程序检测网络流量中 unwanted 软件内容的过程。 URL过滤,也称为网页过滤,是根据用于请求访问的URL的全部或部分 来阻止访问网站的行为。 URL过滤可以针对完全限定域名(FQDN)的全部 或部分、特定路径名、文件名、文件扩展名或整个URL。 许多URL过滤

小白解释

场景先行:凌晨监控告警:某台服务器开始大量外连。你不能先忙着写报告,也不能直接关全网。事件响应要按顺序做:确认、遏制、根除、恢复、复盘。

这一页真正想让你理解的是:这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

把它放进公司里看,关键不是背定义,而是判断:步骤乱了会扩大损失,或者破坏证据。

你作为负责人可以这样想:先保全证据和控制影响,再清除原因并恢复业务。

本页术语用人话说:

程序:程序是一步一步怎么做。

日志:日志记录系统和用户活动,用于监控、审计和调查。

恶意代码:恶意代码包括病毒、蠕虫、木马、勒索软件等。

常见误区:不要一上来就删除文件或重装系统;可能会破坏调查证据。

读完后用一句话复述:如果我是事件响应负责人,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“第 805 页学习单元”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是事件响应负责人在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

Step-by-step、SOP 常对应 procedure。

日志要保护完整性、时间同步和访问控制。

防恶意代码要结合补丁、最小权限、检测、备份和用户培训。

排除法提醒:不要一上来就删除文件或重装系统;可能会破坏调查证据。

本页术语拆解
程序 程序是一步一步怎么做。
日志 日志记录系统和用户活动,用于监控、审计和调查。
恶意代码 恶意代码包括病毒、蠕虫、木马、勒索软件等。
学习单元 88 / PDF P806

安全控制框架:用成熟框架组织安全

框架帮助组织系统化管理控制,而不是想到哪做到哪。

教材原文段落

tools can obtain updated primary URL block lists from vendors as well as allow administrators to add or remove URLs from a custom list. A web security gateway is a device that is a web-content filter (often URL and content keyword–based) that also supports malware scanning. Some web security gateways incorporate non-web features as well, including instant messaging (IM) filtering, email filtering, spam blocking, and spoofing detection. Thus, some are considered to be UTMs or NGFWs. Endpoint Security Managing network security with filtering devices such as firewalls and proxies is important, but you must not overlook the need for endpoint security.

Endpoint security is the concept that each individual device must maintain local security, whether or not its network or telecommunications channels also provide security. Sometimes, this is expressed as “The end device is responsible for its own security” or host-based security. However, a clearer perspective is that any weakness in a network, whether on the border, on a server, or on a client, presents a risk to all elements within the organization.

As computing has evolved from a host/terminal model (where users could be physically distributed, but all functions, activity, data, and resources reside on a single centralized system) to a client/server model (where users operate independent, fully functional desktop computers but also access services and resources on networked servers), security controls and concepts have had to evolve to follow suit. This means that clients have computing and storage capabilities and, typically, multiple servers do likewise. The concept of a client/server model network is also known as a distributed system or a distributed architecture.

Thus, security must be addressed everywhere instead of at a single centralized host. From a security standpoint, this means that because processing and storage are distributed on multiple clients and servers, all those computers must be properly secured and protected. It also means that the network links between clients and servers (and in some cases, these links may not be purely local) must also be secured and protected. When evaluating security architecture, be sure to include an assessment of the needs and risks related to distributed architectures. Distributed architectures are prone to vulnerabilities that are unthinkable in monolithic host/terminal systems.

Desktop systems can contain sensitive information that may be at some risk of being exposed and must, therefore,

中文直译 / 整理

工具可以从供应商处获取更新的主URL阻塞列表,并允许管理员向自定义列表中添加或 删除URL。 一个 web security gateway 是一种网络内容过滤器(通常基于 URL 和内容关 键词),同时支持恶意软件扫描。 一些网络安全网关还集成了非 Web 功能,包 括即时消息(IM)过滤、电子邮件过滤、垃圾邮件拦截和欺骗检测。 因此,某 些网络安全网关被视为 UTM 或 NGFW。 终端安全 使用防火墙和代理等过滤设备管理网络安全很重要,但您不能忽视终端安全的 需求。 终端安全 是指每个独立设备都必须维护本地安全,无论其网络或电信通 道是否提供安全保护。 有时,这被表述为“终端设备对其自身的安全负责”或 基于主机的安全。 然而,更清晰的视角是:网络中的任何弱点,无论位于边界、 服务器还是客户端,都会对组织内的所有元素构成风险。 随着计算从主机/终端模型(用户在物理上分布,但所有功能、活动、数据和资 源都集中在单一中心化系统中)演变为客户端/服务器模型(用户操作独立的、 功能完备的桌面计算机,同时访问联网服务器上的服务和资源),安全控制和 概念也必须随之演进。 这意味着客户端具备计算和存储能力,通常多个服务器 也是如此。

客户端/服务器模型 网络的概念也被称为 分布式系统 或 分布式架构。 因此,安全必须在所有地方得到保障,而不仅仅是在单一的中心化主机上。 从 安全角度来看,这意味着由于处理和存储分布在多个客户端和服务器上,所有 这些计算机都必须得到妥善的安全防护。 同时,客户端与服务器之间的网络链 路(在某些情况下,这些链路可能并非纯粹本地)也必须加以保护。 在评估安 全架构时,请务必包含对分布式架构相关需求和风险的评估。 分布式架构容易出现单体主机/终端系统中无法想象的漏洞。 桌面系统可能包 含敏感信息,这些信息可能面临泄露风险,因此必须

小白解释

场景先行:员工在家访问公司系统,流量要穿过家庭网络、互联网、防火墙、VPN、服务器。网络安全题就是让你判断问题发生在哪一层、用哪个控制放在什么位置。

这一页真正想让你理解的是:框架帮助组织系统化管理控制,而不是想到哪做到哪。

把它放进公司里看,关键不是背定义,而是判断:不分层就会乱选设备:该加密的地方装防火墙,该监测的地方却只做访问控制。

你作为负责人可以这样想:先定位网络层次,再决定是分段、过滤、加密、检测还是阻断。

本页术语用人话说:

NIST:NIST 提供美国常用安全标准、框架和指南。

防火墙:防火墙根据规则控制网络流量进出。

恢复点目标 RPO:RPO 是最多能接受丢失多少时间范围的数据。

恶意代码:恶意代码包括病毒、蠕虫、木马、勒索软件等。

常见误区:不要以为防火墙能解决所有网络问题;它只是控制流量的一类工具。

读完后用一句话复述:如果我是网络安全工程师,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“安全控制框架:用成熟框架组织安全”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是网络安全工程师在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

看到 SP 800 系列、CSF、RMF 常联想到 NIST。

防火墙不是万能;它常与 IDS/IPS、分段、日志一起使用。

RPO 问数据:最多丢到哪个时间点。

防恶意代码要结合补丁、最小权限、检测、备份和用户培训。

排除法提醒:不要以为防火墙能解决所有网络问题;它只是控制流量的一类工具。

本页术语拆解
NIST NIST 提供美国常用安全标准、框架和指南。
防火墙 防火墙根据规则控制网络流量进出。
恢复点目标 RPO RPO 是最多能接受丢失多少时间范围的数据。
恶意代码 恶意代码包括病毒、蠕虫、木马、勒索软件等。
学习单元 89 / PDF P807

认证:证明身份

认证回答“你是不是你声称的那个人”。

教材原文段落

be protected. Individual users may lack general security savvy or awareness, and therefore, the underlying architecture has to compensate for those deficiencies. Desktop PCs, workstations, and laptops can provide avenues of access to critical information systems elsewhere in a distributed environment because users require access to networked servers and services to do their jobs. By permitting user machines to access a network and its distributed resources, organizations must also recognize that those user machines can become threats if they are misused or compromised. Such software and system vulnerabilities and threats must be assessed and addressed properly.

Communications equipment can also provide unwanted points of entry into a distributed environment. For example, modems attached to a desktop machine that's also attached to an organization's network can make that network vulnerable to dial-in attacks. There is also a risk that wireless adapters on client systems can be used to create open networks. Likewise, users who download data from the Internet increase the risk of infecting their own and other systems with malicious code, Trojan horses, and so forth. Desktops, laptops, tablets, mobile phones, and workstations—and associated disks or other storage devices—may not be secure from physical intrusion or theft.

Finally, when data resides only on client machines, it may not be secured with a proper backup (it's often the case that although servers are backed up routinely, the same is not true for client computers). You should see that the foregoing litany of potential vulnerabilities in distributed architectures means that such environments require numerous safeguards to implement appropriate security and to ensure that such vulnerabilities are eliminated, mitigated, or remedied. Clients must be subjected to policies that impose safeguards on their contents and their users' activities.

These include the following: Email must be screened so that it cannot become a vector for infection by malicious software; email should also be subject to policies that govern appropriate use and limit potential liability. Download/upload policies must be created so that incoming and outgoing data is screened and suspect materials are blocked. Systems must be subject to robust access controls, which may include multifactor authentication and/or biometrics to restrict access to enduser devices and to prevent unauthorized access to servers and services.

中文直译 / 整理

受到保护。 单个用户可能缺乏通用的安全知识或意识,因此底层架构必须弥补 这些不足。 桌面电脑、工作站和笔记本电脑可能为分布式环境中的其他关键信 息系统提供访问途径,因为用户需要访问网络服务器和服务来完成工作。 通过 允许用户机器访问网络及其分布式资源,组织也必须认识到,如果这些用户机 器被滥用或被攻破,它们也可能成为威胁。 此类软件和系统漏洞及威胁必须得 到恰当的评估和处理。 通信设备也可能为分布式环境提供不必要的入口点。 例如,连接到桌面计算机 且该计算机同时接入组织网络的调制解调器,可能使该网络易受拨号攻击。 此 外,客户端系统上的无线适配器也可能被用于创建开放网络。 同样,用户从互 联网下载数据会增加其自身及其他系统感染恶意代码、木马程序等的风险。 台 式机、笔记本电脑、平板电脑、移动电话和工作站——以及相关的磁盘或其他存 储设备——可能无法防范物理入侵或盗窃。 最后,当数据仅存在于客户端机器上 时,可能未进行适当的备份(通常情况下,虽然服务器会定期备份,但客户端 计算机却未必如此)。 您应当意识到,前述分布式架构中潜在漏洞的清单意味着此类环境需要实施多 种防护措施,以实现适当的安全性,并消除、缓解或修复这些漏洞。

必须对客 户端及其用户活动施加安全策略。 其中包括以下内容: 电子邮件必须进行筛查,以防止其成为恶意软件感染的传播途径; 电子邮 件还应受制于规范适当使用并限制潜在责任的政策。 必须制定下载/上传政策,以对传入和传出的数据进行筛查,并阻止 可疑材料。 系统必须实施强有力的访问控制,可包括多因素认证和/或生物识别技术, 以限制对终端用户设备的访问,并防止对服务器和服务的未授权访问。

小白解释

场景先行:新员工入职后要登录系统。第一步是声明身份,第二步证明身份,第三步决定能访问哪些数据,最后系统要记录他做了什么。IAM 题就是围绕这条链条出题。

这一页真正想让你理解的是:认证回答“你是不是你声称的那个人”。

把它放进公司里看,关键不是背定义,而是判断:认证成功不代表什么都能做;离职、调岗、权限漂移都会造成越权。

你作为负责人可以这样想:把识别、认证、授权、审计分开看,再用最小权限和定期复核收口。

本页术语用人话说:

认证:认证是验证“你是不是你声称的那个人”。

授权:授权是认证之后决定你能访问什么、能做什么。

政策:政策是高层原则,说明必须遵守什么。

程序:程序是一步一步怎么做。

常见误区:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

读完后用一句话复述:如果我是IAM 管理员,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“认证:证明身份”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是IAM 管理员在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

密码、令牌、生物特征、多因素认证都服务认证。

认证成功不等于什么都能做;权限仍要单独授权。

Policy 高层、强制、稳定;Procedure 具体步骤。

Step-by-step、SOP 常对应 procedure。

知道的、拥有的、固有的、所处位置、行为特征是常见因素。

排除法提醒:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

本页术语拆解
认证 认证是验证“你是不是你声称的那个人”。
授权 授权是认证之后决定你能访问什么、能做什么。
政策 政策是高层原则,说明必须遵守什么。
程序 程序是一步一步怎么做。
多因素认证 MFA 使用至少两类不同认证因素,提高认证可信度。
强制访问控制 MAC MAC 由系统根据标签和级别强制决定访问。
恶意代码 恶意代码包括病毒、蠕虫、木马、勒索软件等。
学习单元 90 / PDF P808

保护机制:分层、隐藏、加密和边界

单一控制不够,安全靠多个机制配合。

教材原文段落

Restricted user-interface mechanisms and database management systems should be installed, and their use required, to restrict and manage access to critical information so that users have minimal but necessary access to sensitive resources. File encryption may be appropriate for files and data stored on client machines (indeed, drive-level encryption is a good idea for laptops and other mobile computing gear that is subject to loss or theft outside an organization's premises). Enforce screen savers after a timeout.

This will hide any confidential materials behind a screen saver, which should then require a valid login to regain access to the desktop, applications, storage devices, and so forth. It's essential to separate and isolate processes that run in user and supervisory modes so that unauthorized and unwanted access to highprivilege processes and capabilities is prevented. Protection domains or network segments should be created so that the compromise of a client won't automatically compromise an entire network.

Disks and other sensitive materials should be clearly labeled according to their security classification or organizational sensitivity; procedural processes and system controls should combine to help protect sensitive materials from unwanted or unauthorized access. Files on desktop machines, as well as files on servers, should be backed up—ideally, using some form of centralized backup utility that works with client agent software to identify and capture files from clients stored in a secure backup storage archive.

Desktop users need regular security awareness training to maintain proper security awareness; they also need to be notified about potential threats and instructed on how to deal with them appropriately. Desktop computers and their storage media require protection against environmental hazards (temperature, humidity, power loss/fluctuation, and so forth). Desktop computers should be included in your organization's disaster recovery and business continuity planning because they're potentially as

中文直译 / 整理

应安装并强制使用受限的用户界面机制和数据库管理系统,以限制和 管理对关键信息的访问,确保用户仅拥有访问敏感资源所必需的最小 权限。 文件加密可能适用于存储在客户端机器上的文件和数据(事实上,对于 容易在组织场所外丢失或被盗的笔记本电脑和其他移动计算设备,采用 磁盘级加密是一个好主意)。 在超时后强制启用屏幕保护程序。 这将把任何机密材料隐藏在屏幕保护程 序后面,屏幕保护程序应要求有效的登录才能重新访问桌面、应用程序、 存储设备等。 必须分离并隔离运行在用户模式和监督模式下的进程,以防止对高权限 进程和功能的未授权和非预期访问。 应创建保护域或网络段,以便客户端被攻破时不会自动导致整个 网络被攻破。 磁盘和其他敏感材料应根据其安全分类或组织敏感性明确标注; 程序流程 和系统控制应协同作用,以帮助保护敏感材料免受非预期或未授权的访问。 桌面计算机上的文件以及服务器上的文件都应进行备份——理想情况下,应 使用某种集中式备份工具,该工具通过客户端代理软件识别并捕获存储在 安全备份存储归档中的客户端文件。 桌面用户需要定期接受安全意识培训,以保持适当的安全意识; 他们还 应收到潜在威胁的通知,并获得如何妥善应对这些威胁的指导。

桌面计算机及其存储介质需要受到环境危害(温度、湿度、断电/电压波 动等)的保护。 台式计算机应纳入贵组织的灾难恢复和业务连续性计划中,因为它们在帮助 用户恢复到其他系统上工作方面可能同样重要

小白解释

场景先行:新员工入职后要登录系统。第一步是声明身份,第二步证明身份,第三步决定能访问哪些数据,最后系统要记录他做了什么。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 由系统根据标签和级别强制决定访问。
日志 日志记录系统和用户活动,用于监控、审计和调查。
学习单元 91 / PDF P809

政策、标准、程序、指南

高层原则、最低要求、操作步骤、建议做法要分清。

教材原文段落

important as (if not more important than) other systems and services in getting users back to work on other systems. Developers of custom software built-in and for distributed environments also need to take security into account, including using formal methods for development and deployment, such as code libraries, change control mechanisms, configuration management, and patch and update deployment. In general, safeguarding distributed environments means understanding the vulnerabilities to which they're subject and applying appropriate safeguards.

These can (and do) range from technology solutions and controls to policies and procedures that manage risk and seek to limit or avoid losses, damage, unwanted disclosure, and so on. Configuring security on numerous endpoint devices can be complex, time-consuming, and tedious. The use of system imaging of a properly configured primary device will ensure the application of a consistent baseline across the upgraded endpoint devices. Endpoint detection and response (EDR) is a security mechanism that is an evolution of traditional antimalware products, IDS, and firewall solutions.

EDR seeks to detect, record, evaluate, and respond to suspicious activities and events, which may be caused by problematic software or by valid and invalid users. It is a natural extension of continuous monitoring focusing on both the endpoint device itself and network communications reaching the local interface. Some EDR solutions employ an on-device analysis engine, whereas others report events back to a central analysis server or to a cloud solution.

The goal of EDR is to detect abuses that are potentially more advanced than what can be detected by traditional antivirus programs or HIDSs, while optimizing the response time of incident response, discarding false positives, implementing blocking for advanced threats, and protecting against multiple threats occurring simultaneously and via various threat vectors. A few related concepts to EDR include managed detection and response (MDR), endpoint protection platform (EPP), and extended detection and response (XDR). MDR focuses on threat detection and mediation but is not limited to the scope of endpoints.

MDR is a service that attempts to monitor an IT environment in real time to quickly detect and resolve threats. Often, an MDR solution is a combination and integration of numerous technologies, including SIEM, network traffic analysis (NTA), EDR, and IDS. EPP is a variation of EDR, much like IPS is a variation of IDS. The focus of EPP is on four main security functions: predict, prevent, detect, and respond. (

中文直译 / 整理

甚至比其他系统和服务更重要) 自定义软件的开发者,无论是内置还是用于分布式环境,都需要考虑安全 性,包括使用正式方法进行开发和部署,例如代码库、变更控制机制、配 置管理以及补丁和更新部署。 通常,保护分布式环境意味着了解其面临的脆弱性并应用适当的防护措施。 这 些措施可以(且确实)涵盖从技术解决方案和控制到管理风险、旨在限制或避 免损失、损害、非预期披露等的政策和流程。 在大量终端设备上配置安全设置 可能复杂、耗时且枯燥。 通过使用已正确配置的主设备的系统镜像,可确保在 升级的终端设备上应用一致的基线。 终端检测与响应(EDR)是一种安全机制,是传统反恶意软件产品、入侵检测 系统(IDS)和防火墙解决方案的演进。 EDR旨在检测、记录、评估和响应可 疑活动和事件,这些活动和事件可能由有问题的软件或有效和无效用户引起。 它是持续监控的自然延伸,重点关注终端设备本身以及到达本地接口的网络通 信。 一些EDR解决方案采用设备端分析引擎,而其他解决方案则将事件报告回 中央分析服务器或云解决方案。

EDR的目标是检测比传统防病毒程序或HIDS更 可能先进的滥用行为,同时优化事件响应的响应时间,排除误报,实施对高级 威胁的阻断,并抵御同时发生且通过多种攻击向量的多重威胁。 与EDR相关的几个概念包括托管检测与响应(MDR)、端点保护平台(EPP) 和扩展检测与响应(XDR)。 MDR侧重于威胁检测和应对,但不仅限于端点范 围。 MDR是一种服务,旨在实时监控IT环境,以快速检测和解决威胁。 通常, MDR解决方案是多种技术的组合与集成,包括SIEM、网络流量分析(NTA)、 EDR和IDS。 EPP 是 EDR 的一种变体,就像 IPS 是 IDS 的一种变体一样。 EPP 的重点在于四 大安全功能:预测、预防、检测和响应。

小白解释

场景先行:员工在家访问公司系统,流量要穿过家庭网络、互联网、防火墙、VPN、服务器。网络安全题就是让你判断问题发生在哪一层、用哪个控制放在什么位置。

这一页真正想让你理解的是:高层原则、最低要求、操作步骤、建议做法要分清。

把它放进公司里看,关键不是背定义,而是判断:不分层就会乱选设备:该加密的地方装防火墙,该监测的地方却只做访问控制。

你作为负责人可以这样想:先定位网络层次,再决定是分段、过滤、加密、检测还是阻断。

本页术语用人话说:

政策:政策是高层原则,说明必须遵守什么。

程序:程序是一步一步怎么做。

OSI 模型:OSI 用七层结构理解网络通信,从物理层到应用层。

防火墙:防火墙根据规则控制网络流量进出。

常见误区:不要以为防火墙能解决所有网络问题;它只是控制流量的一类工具。

读完后用一句话复述:如果我是网络安全工程师,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“政策、标准、程序、指南”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是网络安全工程师在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

Policy 高层、强制、稳定;Procedure 具体步骤。

Step-by-step、SOP 常对应 procedure。

网络题先定位层次,再判断协议、设备或攻击位置。

防火墙不是万能;它常与 IDS/IPS、分段、日志一起使用。

检测是 IDS,主动阻断更像 IPS。

排除法提醒:不要以为防火墙能解决所有网络问题;它只是控制流量的一类工具。

本页术语拆解
政策 政策是高层原则,说明必须遵守什么。
程序 程序是一步一步怎么做。
OSI 模型 OSI 用七层结构理解网络通信,从物理层到应用层。
防火墙 防火墙根据规则控制网络流量进出。
入侵检测系统 IDS IDS 负责发现可疑行为并告警,一般不直接阻断。
入侵防御系统 IPS IPS 可检测并主动阻断恶意流量。
日志 日志记录系统和用户活动,用于监控、审计和调查。
事件响应 事件响应是发现、遏制、根除、恢复并复盘安全事件的过程。
学习单元 92 / PDF P810

第 810 页学习单元

这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

教材原文段落

Thus, EPP is the more active prevent and predict variation of the more passive EDR concept. XDR is not so much another tool as the collection and integration of several concepts into a single solution. XDR components can vary between vendors, but they often include EDR, MDR, and EPP elements. Also, XDR is not solely focused on endpoints, but often includes NTA, NIDS, and NIPS functions as well. From there, we might as well mention that a managed security service provider (MSSP) can provide XDR solutions that are centrally controlled and managed. MSSP solutions can be deployed fully on-premises, fully in the cloud, or as a hybrid structure.

MSSP solutions can be overseen through an SOC, which is itself local or remote. Typically, working with an MSSP to provide EDR, MDR, EPP, or XDR services can allow an organization to gain the benefits of these advanced security products and leverage the experience and expertise of the MSSP's staff of security management and response professionals. Cabling, Topology, and Transmission Media Technology Establishing security on a network involves more than just managing the operating system and software. You must also address physical issues, including cabling, topology, and transmission media technology. LANs vs. WANs There are two basic types of networks: LANs and WANs.

A local area network (LAN) is a network in a limited geographical area, typically spanning a single floor or building. Wide area network (WAN) is the term usually assigned to the long-distance connections between geographically remote networks. Transmission Media Transmission media refers to the physical pathways or channels through which data is transmitted from one location to another. The characteristics of transmission media impact the quality and reliability of signal propagation. The type of connectivity media employed in a network is important to the network's design, layout, and capabilities. Without the right transmission

中文直译 / 整理

因此,EPP 是比更为被动的 EDR 概念更为主动的预防和预测变体。 XDR 并不仅仅是一个额外的工具,而是将多个概念集合并整合为一个统一的解 决方案。 XDR 组件因供应商而异,但通常包括 EDR、MDR 和 EPP 元素。 此 外,XDR 不仅关注终端,还通常包含 NTA、NIDS 和 NIPS 功能。 从这里,我们不妨提及,托管安全服务提供商(MSSP)可以提供集中控制和 管理的 XDR 解决方案。 MSSP 解决方案可以完全部署在本地、完全在云端, 或采用混合架构。 MSSP 解决方案可通过 SOC 进行监管,而 SOC 本身可以是 本地或远程的。 通常,与 MSSP 合作提供 EDR、MDR、EPP 或 XDR 服务, 可以使组织获得这些先进安全产品的优势,并利用 MSSP 安全管理与响应专业 人员的经验和专长。 布线、拓扑与传输介质技术 建立网络安全性不仅仅涉及管理操作系统和软件。 您还必须解决物理问题, 包括布线、拓扑结构和传输介质技术。 局域网与广域网 网络有两种基本类型:局域网和广域网。 局域网(LAN) 是指在有限地理 区域内运行的网络,通常覆盖单层楼或单栋建筑。

广域网(WAN) 是用于 连接地理上远程网络的长距离连接的通用术语。 传输介质 传输介质是指数据从一个位置传输到另一个位置的物理路径或信道。 传输介质 的特性会影响信号传播的质量和可靠性。 网络中所采用的连接介质类型对网络 的设计、布局和功能至关重要。 如果没有合适的传输

小白解释

场景先行:员工在家访问公司系统,流量要穿过家庭网络、互联网、防火墙、VPN、服务器。网络安全题就是让你判断问题发生在哪一层、用哪个控制放在什么位置。

这一页真正想让你理解的是:这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

把它放进公司里看,关键不是背定义,而是判断:不分层就会乱选设备:该加密的地方装防火墙,该监测的地方却只做访问控制。

你作为负责人可以这样想:先定位网络层次,再决定是分段、过滤、加密、检测还是阻断。

本页术语用人话说:

入侵检测系统 IDS:IDS 负责发现可疑行为并告警,一般不直接阻断。

入侵防御系统 IPS:IPS 可检测并主动阻断恶意流量。

日志:日志记录系统和用户活动,用于监控、审计和调查。

常见误区:不要以为防火墙能解决所有网络问题;它只是控制流量的一类工具。

读完后用一句话复述:如果我是网络安全工程师,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“第 810 页学习单元”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是网络安全工程师在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

检测是 IDS,主动阻断更像 IPS。

IPS 放在线路中,误报可能影响可用性。

日志要保护完整性、时间同步和访问控制。

排除法提醒:不要以为防火墙能解决所有网络问题;它只是控制流量的一类工具。

本页术语拆解
入侵检测系统 IDS IDS 负责发现可疑行为并告警,一般不直接阻断。
入侵防御系统 IPS IPS 可检测并主动阻断恶意流量。
日志 日志记录系统和用户活动,用于监控、审计和调查。
学习单元 93 / PDF P811

可用性:需要时能用,且性能可接受

可用性关注中断、故障、DoS、备份和冗余。

教材原文段落

media, a network may not be able to span your entire enterprise, or it may not support the necessary traffic volume. In fact, the most common causes of network failure (in other words, violations of availability) are cable failures or misconfigurations. It is important for you to understand that different types of network devices and technologies are used with different types of cabling. Each cable type has unique useful lengths, throughput rates, and connectivity requirements. Physical protection measures, such as using secure conduits, enclosures, and access controls, help prevent unauthorized tampering with transmission media.

Implementing encryption technologies ensures that even if the transmission medium is physically accessed, the data remains secure and unreadable without the proper decryption keys. In the realm of transmission media signal propagation quality, several factors come into play: Attenuation: This refers to the loss of signal strength as it travels through the medium. Over longer distances, attenuation can significantly reduce the signal's strength, potentially leading to degradation. Interference: Unwanted signals that disrupt the transmission fall under interference.

Sources such as electromagnetic interference (EMI) and radio-frequency interference (RFI) can disturb the signal and impact the overall quality of communication. Noise: Unwanted random variations in the signal constitute noise. Noise can distort the original signal, complicating the accurate interpretation of transmitted data. Jitter: The variation in latency between different packets. Bandwidth: The range of frequencies that a medium can support is defined as bandwidth. A higher bandwidth allows for the transmission of more data, contributing to improved signal quality and faster communication.

Propagation delay or latency: The time taken for a signal to travel from the sender to the receiver is known as propagation delay. Propagation delay directly influences the speed of communication, and in certain applications, minimizing this delay is crucial.

中文直译 / 整理

介质,网络可能无法覆盖整个企业,或者可能无法支持必要的流量。 事实上, 网络故障(即可用性违规)最常见的原因是电缆故障或配置错误。 您需要理解, 不同类型的网络设备和技术与不同类型的电缆配合使用。 每种电缆类型都有其 独特的有效长度、吞吐率和连接要求。 物理保护措施,例如使用安全线缆、封闭装置和访问控制,有助于防止对传输 介质的未授权篡改。 实施加密技术可确保即使传输介质被物理访问,数据仍保 持安全且在没有正确解密密钥的情况下无法读取。 在传输介质信号传播质量方面,涉及多个因素: 衰减:这指的是信号在通过介质传输时的强度损失。 在较长距离下,衰减 会显著降低信号强度,可能导致信号劣化。 干扰:干扰是指干扰传输的非期望信号。 电磁干扰(EMI)和射频干扰 (RFI)等来源可能干扰信号,影响通信的整体质量。 噪声:信号中非期望的随机变化构成噪声。 噪声会扭曲原始信号,使传输 数据的准确解释变得复杂。 抖动:不同数据包之间延迟的变化。 带宽:介质所能支持的频率范围被定义为带宽。 更高的带宽允许传输更多 数据,从而提升信号质量并加快通信速度。 传播延迟或延迟:信号从发送方传输到接收方所需的时间称为传播延迟。

传播延迟直接影响通信速度,在某些应用中,最小化此延迟至关重要。

小白解释

场景先行:想象公司有一个客户订单系统:客户资料被别人看到是机密性问题,订单金额被偷偷改是完整性问题,系统打不开是可用性问题。教材这一页就是教你把事故先翻译成安全目标。

这一页真正想让你理解的是:可用性关注中断、故障、DoS、备份和冗余。

把它放进公司里看,关键不是背定义,而是判断:把泄露、篡改、宕机混在一起,就会选错控制措施。

你作为负责人可以这样想:先判断事故破坏了 CIA 哪一项,再选择对应控制:防泄露、防篡改、保可用。

本页术语用人话说:

可用性:可用性保证授权用户需要时能及时使用系统和数据。

授权:授权是认证之后决定你能访问什么、能做什么。

加密:加密把内容变成未授权者看不懂的形式。

日志:日志记录系统和用户活动,用于监控、审计和调查。

常见误区:不要把所有安全问题都归成“被黑了”。考试会逼你分清到底是泄露、篡改还是中断。

读完后用一句话复述:如果我是业务系统负责人,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“可用性:需要时能用,且性能可接受”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是业务系统负责人在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

冗余、备份、BCP/DRP、抗 DoS、容量规划都对应可用性。

认证成功不等于什么都能做;权限仍要单独授权。

加密主要保护机密性,也可配合签名、哈希支持完整性和真实性。

日志要保护完整性、时间同步和访问控制。

排除法提醒:不要把所有安全问题都归成“被黑了”。考试会逼你分清到底是泄露、篡改还是中断。

本页术语拆解
可用性 可用性保证授权用户需要时能及时使用系统和数据。
授权 授权是认证之后决定你能访问什么、能做什么。
加密 加密把内容变成未授权者看不懂的形式。
日志 日志记录系统和用户活动,用于监控、审计和调查。
学习单元 94 / PDF P812

完整性:数据要正确、可信、未被乱改

完整性不只是防黑客篡改,也包括防授权用户误操作。

教材原文段落

Understanding and addressing these factors are essential components of designing reliable and efficient transmission systems, ensuring optimal performance and data integrity in communication networks. Remember that many forms of transmission media are not cables. This includes wireless, Bluetooth, Zigbee, and satellites, which were all discussed earlier in this chapter. Coaxial Cable Coaxial cable, also called coax, was a popular networking cable type used throughout the 1970s and 1980s. In the early 1990s, its use quickly declined because of the popularity and capabilities of twisted-pair wiring (explained in more detail later).

In the 2020s, you are unlikely to encounter coax being used as a LAN network cable but may still see some use of it as an audio/visual connection cable (such as between an over-the-air antenna and your television) or as an internet access media (such as from the wall to your cable modem). Coaxial cable has a center core of copper wire surrounded by a layer of insulation, which is in turn surrounded by a conductive braided shielding and encased in a final insulation sheath. There are two legacy types of coaxial cable: thinnet and thicknet. Thinnet (10Base2) was commonly used to connect systems to backbone trunks of thicknet cabling.

Thinnet can span distances of 185 meters and provide throughput up to 10 Mbps. Thicknet (10Base5) can span 500 meters and provide throughput up to 10 Mbps. A more modern coax format is RG6, which is commonly used for various applications in telecommunications, audio/video, and broadband communication systems.

The most common problems with coax cable are as follows: Bending the coax cable past its maximum arc radius and thus breaking the center conductor Deploying the coax cable in length greater than its maximum recommended length (which is 185 meters for 10Base2 or 500 meters for 10Base5) Not properly terminating the ends of the coax cable with a 50-ohm BNC resistor Not grounding at least one end of a terminated coax cable

中文直译 / 整理

理解和解决这些因素是设计可靠且高效传输系统的关键组成部分,可确保 通信网络中的最优性能和数据完整性。 请记住,许多传输介质并不是电缆。 这包括无线、蓝牙、Zigbee 和卫星,这 些在本章前面都已讨论过。 同轴电缆 同轴电缆,也称为coax,是 1970 年代和 1980 年代广泛使用的网络电缆类型。 在 1990 年代初,由于双绞线(后文将详细解释)的普及和性能,其使用迅速 减少。 在 2020 年代,您不太可能遇到同轴电缆被用作局域网电缆,但您仍可 能看到它被用作音频/视频连接电缆(例如在空中天线与电视之间)或互联网接 入介质(例如从墙壁到您的电缆调制解调器)。 同轴电缆由中心铜线芯组成,外层包裹绝缘层,再外层为导电编织屏蔽层,最 外层为最终绝缘护套。 有两种传统的同轴电缆类型:细缆和粗缆。 细缆( 10Base2)常用于将系统连接到粗缆主干。 细缆可支持 185 米的距离,并提供 最高 10 Mbps 的吞吐量。 粗缆(10Base5)可支持 500 米的距离,并提供最高 10 Mbps 的吞吐量。 一种更现代的同轴电缆格式是 RG6,常用于电信、音视频 和宽带通信系统的各种应用。

同轴电缆最常见的问题如下: 将同轴电缆弯曲超过其最大弧半径,从而导致中心导体断裂 将同轴电缆部署的长度超过其推荐的最大长度(10Base2 为 185 米, 10Base5 为 500 米) 未使用 50 欧姆 BNC 电阻器正确终止同轴电缆的两端 未对已终止的同轴电缆至少一端进行接地

小白解释

场景先行:想象公司有一个客户订单系统:客户资料被别人看到是机密性问题,订单金额被偷偷改是完整性问题,系统打不开是可用性问题。教材这一页就是教你把事故先翻译成安全目标。

这一页真正想让你理解的是:完整性不只是防黑客篡改,也包括防授权用户误操作。

把它放进公司里看,关键不是背定义,而是判断:把泄露、篡改、宕机混在一起,就会选错控制措施。

你作为负责人可以这样想:先判断事故破坏了 CIA 哪一项,再选择对应控制:防泄露、防篡改、保可用。

本页术语用人话说:

完整性:完整性保证数据没有被未授权修改,并且仍然正确可信。

常见误区:不要把所有安全问题都归成“被黑了”。考试会逼你分清到底是泄露、篡改还是中断。

读完后用一句话复述:如果我是业务系统负责人,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“完整性:数据要正确、可信、未被乱改”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是业务系统负责人在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

哈希、数字签名、变更控制、输入校验常对应完整性。

排除法提醒:不要把所有安全问题都归成“被黑了”。考试会逼你分清到底是泄露、篡改还是中断。

本页术语拆解
完整性 完整性保证数据没有被未授权修改,并且仍然正确可信。
学习单元 95 / PDF P813

第 813 页学习单元

这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

教材原文段落

Baseband and Broadband Cables The naming convention used to label most network cable technologies follows the syntax XXyyyyZZ. XX represents the maximum speed the cable type offers, such as 10 Mbps for a 10Base2 cable. The next series of letters, yyyy, represents the baseband or broadband aspect of the cable, such as baseband for a 10Base2 cable. Baseband cables can transmit only a single signal at a time, and broadband cables can transmit multiple signals simultaneously. Most networking cables are baseband cables. However, when used in specific configurations, coaxial cable can be used as a broadband connection, such as RG6 coax used with cable modems.

ZZ either represents the maximum distance the cable can be used or acts as shorthand to represent the technology of the cable, such as the approximately 200 meters for 10Base2 cable (actually 185 meters, but it's rounded up to 200) or T or TX for twisted-pair in 100BaseT or 100BaseTX. Twisted-Pair Twisted-pair cabling is extremely thin and flexible compared to coaxial cable. It consists of four pairs of wires that are twisted around each other and then sheathed in a PVC insulator. If there is a metal foil wrapper around the wires underneath the external sheath, the wire is known as shielded twisted-pair (STP). The foil provides additional protection from external EMI.

Twistedpair cabling without the foil is known as unshielded twisted-pair (UTP). The wires that make up UTP and STP are small, thin copper wires that are twisted in pairs. The twisting of the wires provides protection from external radio frequencies and electric and magnetic interference and reduces crosstalk between pairs. Crosstalk occurs when data transmitted over one set of wires is picked up by another set of wires due to radiating electromagnetic fields produced by the electrical current.

Each wire pair within the cable is twisted at a different rate (in other words, twists per foot); thus, the signals traveling over one pair of wires cannot cross over onto another pair of wires (at least within the same cable). The tighter the twist (the more twists per foot), the more resistant the cable is to internal and external interference and crosstalk, and thus, the capacity for throughput (that is, higher bandwidth) is greater. There are several classes of UTP cabling. The various categories are created through the use of tighter twists of the wire pairs, variations in the quality of

中文直译 / 整理

基带和宽带电缆 用于标记大多数网络电缆技术的命名约定遵循 XXyyyyZZ 的语法。 XX 表示该 电缆类型提供的最大速度,例如 10Base2 电缆的 10 Mbps。 接下来的字母序列 yyyy 表示电缆的基带或宽带特性,例如 10Base2 电缆的基带。 基带 电缆一次 只能传输一个信号,而 宽带 电缆可以同时传输多个信号。 大多数网络电缆都是 基带电缆。 然而,在特定配置下,同轴电缆可用作宽带连接,例如与电缆调制 解调器一起使用的 RG6 同轴电缆。 ZZ 要么表示电缆可使用的最大距离,要么 作为表示电缆技术的缩写,例如 10Base2 电缆约 200 米的距离(实际为 185 米, 但向上取整为 200),或用于双绞线的 T 或 TX,如 100BaseT 或 1 00BaseTX。 双绞线 双绞线缆与同轴电缆相比极其细小且柔韧。 它由四对相互缠绕的导线组成,外 层包裹着聚氯乙烯绝缘层。 如果在外部护套下导线周围有金属箔包裹,则该线 缆称为屏蔽双绞线(STP)。 金属箔可提供额外的外部电磁干扰(EMI)防护。 没有金属箔的双绞线缆称为非屏蔽双绞线(UTP)。 构成UTP和STP的导线是细小的铜线,成对缠绕。

导线的缠绕可防止外部射频 以及电场和磁场干扰,并减少线对之间的串扰。 串扰发生在一组导线传输的数 据因电流产生的辐射电磁场而被另一组导线接收时。 电缆内的每对导线均以不 同的速率缠绕(即每英尺的缠绕次数); 因此,通过一对导线传输的信号无法 跨越到另一对导线(至少在同一电缆内)。 缠绕越紧密(每英尺缠绕次数越多), 电缆对内部和外部干扰及串扰的抵抗力就越强,从而具有更高的吞吐量(即更 高的带宽)。 UTP电缆有多个类别。 各种类别是通过使用更紧密的线对绞合、导体质量的差异 以及外部屏蔽质量的差异来实现的。

小白解释

场景先行:凌晨监控告警:某台服务器开始大量外连。你不能先忙着写报告,也不能直接关全网。事件响应要按顺序做:确认、遏制、根除、恢复、复盘。

这一页真正想让你理解的是:这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

把它放进公司里看,关键不是背定义,而是判断:步骤乱了会扩大损失,或者破坏证据。

你作为负责人可以这样想:先保全证据和控制影响,再清除原因并恢复业务。

本页术语用人话说:

日志:日志记录系统和用户活动,用于监控、审计和调查。

常见误区:不要一上来就删除文件或重装系统;可能会破坏调查证据。

读完后用一句话复述:如果我是事件响应负责人,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“第 813 页学习单元”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是事件响应负责人在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

日志要保护完整性、时间同步和访问控制。

排除法提醒:不要一上来就删除文件或重装系统;可能会破坏调查证据。

本页术语拆解
日志 日志记录系统和用户活动,用于监控、审计和调查。
学习单元 96 / PDF P814

第 814 页学习单元

这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

教材原文段落

the conductor, and variations in the quality of the external shielding. Table 11.4 shows the original UTP categories. TABLE 11.4 UTP categories UTP category Throughput Notes Cat 1 1 Mbps Primarily used for voice. Not suitable for networks, but usable by modems. Cat 2 4 Mbps Original Token Ring networks and host-toterminal connections on mainframes. Cat 3 10 Mbps Primarily used in Ethernet networks (10BaseT) and as telephone cables. Cat 4 16 Mbps Primarily used in Token Ring networks. Cat 5 100 Mbps Used in 100BaseTX, FDDI, and ATM networks. Cat 5e 1 Gbps Gigabit Ethernet (1000BaseT). Cat 6 1 Gbps Gigabit Ethernet (10G Ethernet with 55-meter distance limit).

Cat 6a 10 Gbps Gigabit Ethernet, 10G Ethernet. Cat 7 10 Gbps Gigabit Ethernet, 10G Ethernet. Cat 8 40 Gbps 10G+ Ethernet. The following problems are the most common with twisted-pair cabling: Using the wrong category of twisted-pair cable for high-throughput networking Deploying a twisted-pair cable longer than its maximum recommended length (in other words, 100 meters) Using UTP in environments with significant interference Conductors The distance limitations of conductor-based network cabling stem from the resistance of the metal used as a conductor. Copper, the most popular conductor, is one of the best and least expensive room-temperature conductors available.

However, it is still resistant to the flow of electrons.

中文直译 / 整理

导体的质量差异和外部屏蔽的质量差异。 表 11.4显示了原始的UTP类别。 表 11.4 UTP 类别 UTP 类别 吞吐量备注 Cat 1 1 Mbps 主要用于语音。 不适用于网络,但可用于调 制解调器。 Cat 2 4 Mbps 原始的令牌环网络和大型机上的主机到终端连接。 Cat 3 10 Mbps 主要用于以太网网络(10BaseT)和电话电缆。 Cat 4 16 Mbps 主要用于令牌环网络。 Cat 5 100 Mbps 用于100BaseTX、FDDI和ATM网络。 Cat 5e 1 Gbps 千兆以太网(1000BaseT)。 Cat 6 1 Gbps 千兆以太网(10G 以太网,距离限制为 55 米)。 Cat 6a 10 Gbps 千兆以太网,10G以太网。 Cat 7 10 Gbps 千兆以太网,10G以太网。 Cat 8 40 Gbps 10G+ Ethernet. 以下问题是双绞线布线中最常见的: 为高吞吐量网络使用错误类别的双绞线 部署超过其最大推荐长度的双绞线(即100米) 在存在显著干扰的环境中使用UTP 导体 导线型网络布线的距离限制源于用作导体的金属的电阻。

铜是最受欢迎的导 体,是可用的最优良且最便宜的室温导体之一。 然而,它仍然对电子的流动 具有阻力。

小白解释

场景先行:你是公司的安全负责人,正在读第 814 页这一组概念。老板不会问你背定义,而是问:这件事会不会影响业务、谁负责、要不要花钱、出了事能不能解释清楚。

这一页真正想让你理解的是:这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

把它放进公司里看,关键不是背定义,而是判断:概念没放进业务场景,容易只背词,做题时不知道该选管理动作还是技术动作。

你作为负责人可以这样想:先确认业务目标和风险,再选控制措施,最后留下政策、审批、日志或证据。

如果这一页没有明显术语,就按“谁在做事、保护什么、怕什么、用什么控制、留下什么证据”来拆。

常见误区:不要一看到安全题就直接选最强工具;CISSP 更常考“在这个场景下谁该负责、下一步是什么”。

读完后用一句话复述:如果我是安全负责人,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“第 814 页学习单元”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是安全负责人在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

排除法提醒:不要一看到安全题就直接选最强工具;CISSP 更常考“在这个场景下谁该负责、下一步是什么”。

本页术语拆解

本页没有识别到重点术语,按原文顺序理解即可。

学习单元 97 / PDF P815

第 815 页学习单元

这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

教材原文段落

This resistance results in a degradation of signal strength and quality over the length of the cable. The maximum length defined for each cable type indicates the point at which the level of degradation could begin to interfere with the efficient transmission of data. This degradation of the signal is known as attenuation. It is often possible to use a cable segment that is longer than the cable is rated for, but the number of errors and retransmissions will be increased over that cable segment, ultimately resulting in poor network performance. Attenuation is more pronounced as the speed of the transmission increases.

We recommend that you use shorter cable lengths as the speed of the transmission increases. Long cable lengths can often be supplemented through the use of repeaters or concentrators. A repeater is a signal amplification device, much like the amplifier for your car or home stereo. The repeater boosts the signal strength of an incoming data stream and rebroadcasts it through its second port. A concentrator does the same thing except it has more than two ports. However, using more than four repeaters (or hubs) in a row is discouraged (see the sidebar “5-4-3 Rule”).

5-4-3 Rule The 5-4-3 rule is used whenever Ethernet or other IEEE 802.3 sharedaccess networks are deployed using hubs and repeaters as network connection devices in a tree topology (in other words, a central trunk with various splitting branches). This rule defines the number of repeaters/concentrators and segments that can be used in a network design.

The rule states that between any two nodes (a node can be any type of processing entity, such as a server, client, or router), there can be a maximum of five segments connected by four repeaters/concentrators, and it states that only three of those five segments can be populated (in other words, have additional or other host or networking device connections). The 5-4-3 rule does not apply to switched networks or the use of bridges or routers. Fiber-Optic Cables

中文直译 / 整理

这种电阻会导致电缆长度上的信号强度和质量下降。 每种电缆类型定义的最大长度表示信号劣化可能开始干扰数据高效传输的点。 这种信号劣化被称为衰减。 通常可以使用超过电缆额定长度的电缆段,但该电 缆段上的错误和重传次数会增加,最终导致网络性能下降。 随着传输速度的提 高,衰减会更加明显。 我们建议在传输速度提高时使用更短的电缆长度。 通常可以通过使用中继器或集线器来弥补较长的电缆长度。 中继器是一种信号 放大设备,类似于汽车或家庭立体声系统的放大器。 中继器增强传入数据流的 信号强度,并通过其第二个端口重新广播。 集线器的作用相同,但具有两个以 上的端口。 然而,不建议连续使用超过四个中继器(或集线器)(参见侧边栏 “5‑4‑3规则”)。 5‑4‑3规则 当使用集线器和中继器作为网络连接设备,在树形拓扑结构(即一个主干带 多个分支)中部署以太网或其他IEEE 802.3共享访问网络时,需遵循 5‑4‑3规则。 该规则定义了在网络设计中可使用的中继器/集线器和网段的数 量。

规则规定,在任意两个节点(节点可以是任何类型的处理实体,例如服 务器、客户端或路由器)之间,最多可连接五个网段,由四个中继器/集线 器连接,且这五个网段中仅有三个可以被占用(即连接有其他主机或网络设 备)。 5‑4‑3规则不适用于交换网络或使用网桥或路由器的情况。 光纤电缆

小白解释

场景先行:凌晨监控告警:某台服务器开始大量外连。你不能先忙着写报告,也不能直接关全网。事件响应要按顺序做:确认、遏制、根除、恢复、复盘。

这一页真正想让你理解的是:这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

把它放进公司里看,关键不是背定义,而是判断:步骤乱了会扩大损失,或者破坏证据。

你作为负责人可以这样想:先保全证据和控制影响,再清除原因并恢复业务。

本页术语用人话说:

自主访问控制 DAC:DAC 由对象所有者决定谁能访问。

日志:日志记录系统和用户活动,用于监控、审计和调查。

常见误区:不要一上来就删除文件或重装系统;可能会破坏调查证据。

读完后用一句话复述:如果我是事件响应负责人,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“第 815 页学习单元”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是事件响应负责人在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

文件所有者授权、ACL 常见于 DAC。

日志要保护完整性、时间同步和访问控制。

排除法提醒:不要一上来就删除文件或重装系统;可能会破坏调查证据。

本页术语拆解
自主访问控制 DAC DAC 由对象所有者决定谁能访问。
日志 日志记录系统和用户活动,用于监控、审计和调查。
学习单元 98 / PDF P816

第 816 页学习单元

这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

教材原文段落

An alternative to conductor-based network cabling is fiber-optic cable. Fiberoptic cables transmit pulses of light rather than electricity. This gives fiberoptic cable the advantage of being extremely fast and nearly impervious to tapping and interference. Fiber will typically cost more to deploy than twisted pair, but its price premium has decreased to be more in line with other deployments and is often well worth the expense for its security, interference resilience, and performance. Fiber can be deployed as single-mode (supporting a single light signal) or multimode (supporting multiple light signals).

Single-mode fiber has a thinner optical core, lower attenuation over distance, and potentially unlimited bandwidth. It uses a 1310 nm or 1550 nm wavelength laser, can be deployed in runs up to 10 km without repeaters, and is typically sheathed in yellow. Multimode fiber has a larger optical core, higher attenuation over distance, and bandwidth limitations (inversely related to distance), and it uses 850 nm or 1300 nm wavelength LEDs or lasers, has a maximum run length of 400m, and is typically sheathed in blue, aqua, or orange.

Dense Wavelength Division Multiplexing (DWDM) is an optical communication technology used in fiber-optic communication systems to increase the capacity and efficiency of the network. DWDM enables multiple data streams or channels to be simultaneously transmitted over a single optical fiber, each using a different wavelength of light. This allows for the simultaneous transmission of a large number of independent signals, significantly increasing the overall capacity of the fiber-optic infrastructure. Transport Architecture The transport architecture in networking encompasses several key aspects.

First, network topology refers to the physical or logical layout of devices and connections, including configurations like bus, ring, star, mesh, tree, and hybrid. The chosen topology influences factors such as scalability, fault tolerance, and ease of management. Network topologies are discussed in the next section. Second, transport architecture is often focused on the concept of planes. The concept of network architecture planes refers to the division of networking functionality and responsibilities into distinct layers or planes, each serving a specific purpose. This separation helps in organizing and managing the different aspects of network operations.

The three primary planes in network architecture are the data plane, control plane, and management plane. The data plane, or forwarding plane, is responsible for the transmission of user

中文直译 / 整理

一种替代导体网络布线的方案是光纤电缆。 光纤电缆传输的是光脉冲而非电信 号。 这使得光纤电缆具有极快的速度和几乎不受窃听与干扰的优势。 与双绞线 相比,光纤的部署成本通常更高,但其价格溢价已大幅下降,现已与其他部署 方式相当,考虑到其安全性、抗干扰能力和性能,通常物有所值。 光纤可部署 为单模(支持单一光信号)或多模(支持多个光信号)。 单模光纤具有更细的 光学核心、更低的衰减和潜在的无限带宽。 它使用1310 nm或1550 nm波长的 激光器,可在无需中继器的情况下部署长达10 km,通常外护套为黄色。 多模 光纤具有更大的光学核心、更高的衰减和带宽限制(与距离成反比),使用 850 nm或1300 nm波长的LED或激光器,最大传输距离为400米,通常外护套 为蓝色、青色或橙色。 密集波分复用(DWDM)是一种用于光纤通信系统的光通信技术,用于提高 网络的容量和效率。 DWDM 能够在单根光纤上同时传输多个数据流或信道, 每个信道使用不同的光波长。 这使得大量独立信号能够同时传输,显著提高了 光纤基础设施的整体容量。 传输架构 网络中的传输架构包含多个关键方面。

首先,网络拓扑是指设备和连接的物理 或逻辑布局,包括总线、环形、星形、网状、树形和混合等配置。 所选择的拓 扑结构会影响可扩展性、容错性和管理便利性等因素。 网络拓扑将在下一节中 讨论。 其次,传输架构通常关注平面的概念。 网络架构平面的概念是指将网络功能和 职责划分为不同的层或平面,每个平面承担特定的职责。 这种分离有助于组织 和管理网络操作的不同方面。 网络架构中的三个主要平面是数据平面、控制平 面和管理平面。 数据平面,或称转发平面,负责在网络设备之间传输用户

小白解释

场景先行:凌晨监控告警:某台服务器开始大量外连。你不能先忙着写报告,也不能直接关全网。事件响应要按顺序做:确认、遏制、根除、恢复、复盘。

这一页真正想让你理解的是:这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

把它放进公司里看,关键不是背定义,而是判断:步骤乱了会扩大损失,或者破坏证据。

你作为负责人可以这样想:先保全证据和控制影响,再清除原因并恢复业务。

本页术语用人话说:

日志:日志记录系统和用户活动,用于监控、审计和调查。

恢复点目标 RPO:RPO 是最多能接受丢失多少时间范围的数据。

常见误区:不要一上来就删除文件或重装系统;可能会破坏调查证据。

读完后用一句话复述:如果我是事件响应负责人,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“第 816 页学习单元”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是事件响应负责人在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

日志要保护完整性、时间同步和访问控制。

RPO 问数据:最多丢到哪个时间点。

排除法提醒:不要一上来就删除文件或重装系统;可能会破坏调查证据。

本页术语拆解
日志 日志记录系统和用户活动,用于监控、审计和调查。
恢复点目标 RPO RPO 是最多能接受丢失多少时间范围的数据。
学习单元 99 / PDF P817

完整性:数据要正确、可信、未被乱改

完整性不只是防黑客篡改,也包括防授权用户误操作。

教材原文段落

data between network devices, performing tasks like packet forwarding, switching, and routing. The control plane manages and maintains forwarding tables used by the data plane, handling activities such as routing protocols and decision-making on data forwarding. The management plane is in charge of overall network device administration, covering tasks like configuration, monitoring, performance analysis, and network maintenance. The separation of these planes allows for modular design, scalability, and the ability to upgrade or modify one plane without affecting the others.

A third critical consideration in transport architecture is the choice between cut-through and store-and-forward switching. Cut-through switching forwards a frame as soon as it reads the destination address, providing low latency and suitability for low-latency applications. On the other hand, storeand-forward switching receives and stores the entire frame in a buffer before forwarding, offering greater error checking and suitability for ensuring data integrity. The selection between cut-through and store-and-forward depends on factors such as network requirements, latency sensitivity, and the level of error checking needed.

Understanding and designing the transport architecture is essential for optimizing network performance, managing resources efficiently, and ensuring that the network meets its intended requirements. Network Topologies The physical layout and organization of computers and networking devices is known as the network topology. The logical topology is the grouping of networked systems into trusted collectives. The physical topology is not always the same as the logical topology. There are four basic topologies of the physical layout of a network: Ring Topology A ring topology connects each system as points on a circle (see Figure 11.9).

The connection medium acts as a unidirectional transmission loop. Only one system can transmit data at a time. Traffic management is performed by a token. A token is a digital hall pass that travels around the ring until a system grabs it. A system in possession of the token can transmit data. Data and the token are transmitted to a specific destination. As the data travels around the loop, each system checks to see whether it is the intended recipient of the data. If not, it passes the token on. If so, it reads the data. Once the data is received, the token is released and returns to traveling around the loop until another system grabs it. If any one

中文直译 / 整理

数据,执行数据包转发、交换和路由等任务。 控制平面管理并维护数据平面使 用的转发表,处理路由协议和数据转发决策等活动。 管理平面负责整个网络设 备的管理,涵盖配置、监控、性能分析和网络维护等任务。 这些平面的分离使 得系统具有模块化设计、可扩展性,并允许在不影响其他平面的情况下升级或 修改某个平面。 在传输架构中,第三个关键考虑因素是选择直通交换还是存储转发交换。 直通 交换在读取目的地址后立即转发帧,提供低延迟,适用于低延迟应用。 另一方 面,存储转发交换在转发前会接收并整个帧存储在缓冲区中,提供更强的错误 检查能力,适用于确保数据完整性。 直通交换与存储转发交换的选择取决于网 络需求、延迟敏感性以及所需的错误检查级别。 理解和设计传输架构对于优化网络性能、高效管理资源以及确保网络满 足预期需求至关重要。 网络拓扑 计算机和网络设备的物理布局与组织称为网络拓扑。 逻辑拓扑是将联网系统划 分为可信集合。 物理拓扑并不总是与逻辑拓扑相同。 网络的物理布局有四种基 本拓扑: 环形拓扑 A 环形拓扑 将每个系统连接为圆上的点(见图 11.9)。 连接介质充 当单向传输环。 一次只有一个系统可以传输数据。 流量管理由令牌执行。

令牌是 一个数字通行证,它在环中循环,直到某个系统获取它。 拥有令牌的系统可以传 输数据。 数据和令牌被发送到特定目的地。 当数据在环中传输时,每个系统都会 检查自己是否为数据的预期接收者。 如果不是,它将令牌传递下去; 如果是,它 就会读取数据。 一旦数据被接收,令牌就被释放并继续在环中循环,直到另一个 系统获取它。 如果环的任何一段

小白解释

场景先行:想象公司有一个客户订单系统:客户资料被别人看到是机密性问题,订单金额被偷偷改是完整性问题,系统打不开是可用性问题。教材这一页就是教你把事故先翻译成安全目标。

这一页真正想让你理解的是:完整性不只是防黑客篡改,也包括防授权用户误操作。

把它放进公司里看,关键不是背定义,而是判断:把泄露、篡改、宕机混在一起,就会选错控制措施。

你作为负责人可以这样想:先判断事故破坏了 CIA 哪一项,再选择对应控制:防泄露、防篡改、保可用。

本页术语用人话说:

完整性:完整性保证数据没有被未授权修改,并且仍然正确可信。

NIST:NIST 提供美国常用安全标准、框架和指南。

日志:日志记录系统和用户活动,用于监控、审计和调查。

常见误区:不要把所有安全问题都归成“被黑了”。考试会逼你分清到底是泄露、篡改还是中断。

读完后用一句话复述:如果我是业务系统负责人,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“完整性:数据要正确、可信、未被乱改”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是业务系统负责人在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

哈希、数字签名、变更控制、输入校验常对应完整性。

看到 SP 800 系列、CSF、RMF 常联想到 NIST。

日志要保护完整性、时间同步和访问控制。

排除法提醒:不要把所有安全问题都归成“被黑了”。考试会逼你分清到底是泄露、篡改还是中断。

本页术语拆解
完整性 完整性保证数据没有被未授权修改,并且仍然正确可信。
NIST NIST 提供美国常用安全标准、框架和指南。
日志 日志记录系统和用户活动,用于监控、审计和调查。
学习单元 100 / PDF P818

第 818 页学习单元

这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

教材原文段落

segment of the loop is broken, all communication around the loop ceases. Some implementations of ring topologies employ a fault tolerance mechanism, such as dual loops running in opposite directions, to prevent single points of failure. FIGURE 11.9 A ring topology Bus Topology A bus topology connects each system to a trunk or backbone cable. All systems on the bus can transmit data simultaneously, which can result in collisions. A collision occurs when two systems transmit data at the same time; the signals interfere with each other. To avoid this, the

中文直译 / 整理

断开,环中的所有通信都将停止。 一些环形拓扑的实现采用了容错机制, 例如双向运行的双环,以防止单点故障。 图 11.9 环形拓扑 总线拓扑一种总线拓扑将每个系统连接到一条主干电缆或总线。 总线上的所有 系统可以同时传输数据,这可能导致冲突。 当两个系统同时传输数据时,就会 发生冲突; 信号会相互干扰。 为避免这种情况,

小白解释

场景先行:员工在家访问公司系统,流量要穿过家庭网络、互联网、防火墙、VPN、服务器。网络安全题就是让你判断问题发生在哪一层、用哪个控制放在什么位置。

这一页真正想让你理解的是:这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

把它放进公司里看,关键不是背定义,而是判断:不分层就会乱选设备:该加密的地方装防火墙,该监测的地方却只做访问控制。

你作为负责人可以这样想:先定位网络层次,再决定是分段、过滤、加密、检测还是阻断。

本页术语用人话说:

OSI 模型:OSI 用七层结构理解网络通信,从物理层到应用层。

日志:日志记录系统和用户活动,用于监控、审计和调查。

常见误区:不要以为防火墙能解决所有网络问题;它只是控制流量的一类工具。

读完后用一句话复述:如果我是网络安全工程师,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“第 818 页学习单元”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是网络安全工程师在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

网络题先定位层次,再判断协议、设备或攻击位置。

日志要保护完整性、时间同步和访问控制。

排除法提醒:不要以为防火墙能解决所有网络问题;它只是控制流量的一类工具。

本页术语拆解
OSI 模型 OSI 用七层结构理解网络通信,从物理层到应用层。
日志 日志记录系统和用户活动,用于监控、审计和调查。
学习单元 101 / PDF P819

第 819 页学习单元

这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

教材原文段落

systems employ a collision avoidance mechanism that basically “listens” for any other currently occurring traffic. If traffic is heard, the system waits a few moments and listens again. If no traffic is heard, the system transmits its data. When data is transmitted on a bus topology, all systems on the network hear the data. If the data is not addressed to a specific system, that system just ignores the data. The benefit of a bus topology is that if a single segment fails, communications on all other segments continue uninterrupted. However, the central trunk line remains a single point of failure. There are two types of bus topologies: linear and tree.

A linear bus topology employs a single trunk line with all systems directly connected to it. A tree topology employs a single trunk line with branches that can support multiple systems. Figure 11.10 illustrates both types. The primary reason a bus is rarely if ever used today is that it must be terminated at both ends and any disconnection can take down the entire network. FIGURE 11.10 A linear bus topology and a tree bus topology Star Topology A star topology employs a centralized connection device. This device can be a simple hub or switch. Each system is connected to the central hub by a dedicated segment (see Figure 11.11).

If any one segment fails, the other segments can continue to function. However, the central hub is a single point of failure. Generally, the star topology uses less cabling than other topologies and makes the identification of damaged cables easier.

中文直译 / 整理

系统采用一种冲突避免机制,基本原理是“侦听”当前是否有其他流量。 如果检测到流量,系统会等待片刻后再重新侦听。 如果没有检测到流量,系统 就会传输其数据。 在总线拓扑中传输数据时,网络上的所有系统都会接收到该 数据。 如果数据不是发给某个特定系统的,该系统就会忽略该数据。 总线拓扑 的优点是,如果某一段发生故障,其他所有段的通信仍能继续正常进行。 然而, 主干电缆仍然是单点故障。 总线拓扑有两种类型:线性总线和树形总线。 线性总线拓扑使用单条主干线路, 所有系统直接连接到该线路。 树形总线拓扑也使用单条主干线路,但带有分支, 可支持多个系统。 图11.10展示了这两种类型。 总线拓扑如今几乎从不使用的主 要原因是,它必须在两端进行端接,任何断开都会导致整个网络瘫痪。 图11.10线性总线拓扑和树形总线拓扑 星型拓扑 A 星型拓扑采用集中式连接设备。 该设备可以是简单的集线器或交 换机。 每个系统通过专用链路连接到中心集线器(见图11.11)。 如果任意一条 链路发生故障,其他链路仍可正常工作。 然而,中心集线器是单点故障。 通常, 星型拓扑比其他拓扑使用的电缆更少,并且更容易识别损坏的电缆。

小白解释

场景先行:凌晨监控告警:某台服务器开始大量外连。你不能先忙着写报告,也不能直接关全网。事件响应要按顺序做:确认、遏制、根除、恢复、复盘。

这一页真正想让你理解的是:这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

把它放进公司里看,关键不是背定义,而是判断:步骤乱了会扩大损失,或者破坏证据。

你作为负责人可以这样想:先保全证据和控制影响,再清除原因并恢复业务。

本页术语用人话说:

日志:日志记录系统和用户活动,用于监控、审计和调查。

常见误区:不要一上来就删除文件或重装系统;可能会破坏调查证据。

读完后用一句话复述:如果我是事件响应负责人,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“第 819 页学习单元”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是事件响应负责人在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

日志要保护完整性、时间同步和访问控制。

排除法提醒:不要一上来就删除文件或重装系统;可能会破坏调查证据。

本页术语拆解
日志 日志记录系统和用户活动,用于监控、审计和调查。
学习单元 102 / PDF P820

第 820 页学习单元

这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

教材原文段落

FIGURE 11.11 A star topology A logical bus can be implemented as a physical star. Ethernet is a bus-based technology. It can be deployed as a physical star, but the hub or switch device is actually internally a logical bus connection device. Mesh Topology A mesh topology connects systems to other systems using numerous paths (see Figure 11.12). A full-mesh topology connects each system to all other systems on the network. A partial-mesh topology connects many systems to many other systems. Mesh topologies provide redundant connections to systems, allowing multiple segment failures without seriously affecting connectivity.

中文直译 / 整理

图 11.11 星型拓扑 逻辑总线可以以物理星型形式实现。 以太网是一种基于总线的技术,它可以部 署为物理星型,但集线器或交换机设备在内部实际上是一个逻辑总线连接设备。 网状拓扑 A 网状拓扑 使用大量路径将系统相互连接(见图 11.12)。 完全网状 拓扑将每个系统连接到网络上的所有其他系统。 部分网状拓扑将许多系统连接到 许多其他系统。 网状拓扑为系统提供冗余连接,即使多个段发生故障,也不会严 重影响连通性。

小白解释

场景先行:凌晨监控告警:某台服务器开始大量外连。你不能先忙着写报告,也不能直接关全网。事件响应要按顺序做:确认、遏制、根除、恢复、复盘。

这一页真正想让你理解的是:这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

把它放进公司里看,关键不是背定义,而是判断:步骤乱了会扩大损失,或者破坏证据。

你作为负责人可以这样想:先保全证据和控制影响,再清除原因并恢复业务。

本页术语用人话说:

日志:日志记录系统和用户活动,用于监控、审计和调查。

常见误区:不要一上来就删除文件或重装系统;可能会破坏调查证据。

读完后用一句话复述:如果我是事件响应负责人,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“第 820 页学习单元”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是事件响应负责人在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

日志要保护完整性、时间同步和访问控制。

排除法提醒:不要一上来就删除文件或重装系统;可能会破坏调查证据。

本页术语拆解
日志 日志记录系统和用户活动,用于监控、审计和调查。
学习单元 103 / PDF P821

第 821 页学习单元

这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

教材原文段落

FIGURE 11.12 A mesh topology Ethernet Ethernet is a shared-media LAN technology (aka a broadcast technology). That means it allows numerous devices to communicate over the same medium but requires that the devices take turns communicating and performing collision detection and avoidance. Ethernet employs broadcast and collision domains (see the general feature “Collision Domains vs. Broadcast Domains”). Ethernet is an example of a media access methodology.

中文直译 / 整理

图 11.12 网状拓扑 以太网 以太网 是一种共享介质的局域网技术(也称为广播技术)。 这意味着它允许多 个设备在同一介质上通信,但要求设备轮流通信并执行冲突检测与避免。 以太 网采用广播域和冲突域(参见通用功能“冲突域与广播域”)。 以太网是介质 访问方法的一个示例。

小白解释

场景先行:凌晨监控告警:某台服务器开始大量外连。你不能先忙着写报告,也不能直接关全网。事件响应要按顺序做:确认、遏制、根除、恢复、复盘。

这一页真正想让你理解的是:这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

把它放进公司里看,关键不是背定义,而是判断:步骤乱了会扩大损失,或者破坏证据。

你作为负责人可以这样想:先保全证据和控制影响,再清除原因并恢复业务。

本页术语用人话说:

日志:日志记录系统和用户活动,用于监控、审计和调查。

常见误区:不要一上来就删除文件或重装系统;可能会破坏调查证据。

读完后用一句话复述:如果我是事件响应负责人,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“第 821 页学习单元”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是事件响应负责人在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

日志要保护完整性、时间同步和访问控制。

排除法提醒:不要一上来就删除文件或重装系统;可能会破坏调查证据。

本页术语拆解
日志 日志记录系统和用户活动,用于监控、审计和调查。
学习单元 104 / PDF P822

第 822 页学习单元

这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

教材原文段落

Ethernet can support full-duplex communications (in other words, full twoway) and usually employs twisted-pair cabling. (Coaxial cabling was originally used.) Ethernet is most often deployed on star or bus topologies. Ethernet is based on the IEEE 802.3 standard. Individual units of Ethernet data are called frames. Fast Ethernet supports 100 Mbps throughput. Gigabit Ethernet supports 1,000 Mbps (1 Gbps) throughput. 10 Gigabit Ethernet supports 10,000 Mbps (10 Gbps) throughput. Sub-Technologies Most networks comprise numerous technologies rather than a single technology.

For example, Ethernet is not just a single technology but a superset of sub-technologies that support its common and expected activity and behavior. Ethernet includes the technologies of digital communications, synchronous communications, and baseband communications, and it supports broadcast, multicast, unicast, and anycast communications and Carrier-Sense Multiple Access with Collision Detection (CSMA/CD). LAN technologies may include many of the sub-technologies described in the following sections. Analog and Digital One sub-technology common to many forms of network communications is the mechanism used to actually transmit signals over a physical medium, such as a cable.

There are two types: Analog communications occur with a continuous signal that varies in frequency, amplitude, phase, voltage, and so on. The variances in the continuous signal produce a wave shape (as opposed to the square shape of a digital signal). The actual communication occurs by variances in the constant signal. Digital communications occur through the use of a discontinuous electrical signal and a state change or on-off pulses. Digital signals are more reliable than analog signals over long distances or when interference is present.

This is because of a digital signal's definitive information storage method employing direct current voltage where voltageon represents a value of 1 and voltage-off represents a value of 0. These onoff pulses create a stream of binary data. Analog signals become altered and corrupted because of attenuation over long distances and interference. Since

中文直译 / 整理

以太网支持全双工通信(即双向全双工),通常采用双绞线电缆。 (最初使用 的是同轴电缆。 )以太网最常部署在星型或总线型拓扑中。 以太网基于IEEE 802.3标准。 以太网数据的单个单元称为帧。 快速以太网支持100 Mbps的吞吐 量。 千兆以太网支持1,000 Mbps(1 Gbps)的吞吐量。 10吉比特以太网支持 10,000 Mbps(10 Gbps)的吞吐量。 子技术 大多数网络由多种技术组成,而非单一技术。 例如,以太网不仅仅是一种单一 技术,而是一组支持其常见和预期活动与行为的子技术的超集。 以太网包括数 字通信、同步通信和基带通信技术,并支持广播、组播、单播和任播通信,以 及载波侦听多路访问/冲突检测(CSMA/CD)。 局域网技术可能包括以下部分描述的许多子技术。 模拟与数字 许多网络通信形式中共同的一种子技术是用于在物理介质(如电缆)上实际 传输信号的机制。 有两种类型: 模拟通信通过连续信号实现,该信号在频率、幅度、相位、电压等方面连 续变化。 连续信号的变化产生波形(与数字信号的方波形状相对)。 实际 通信通过恒定信号的变化实现。 数字通信通过不连续的电信号和状态变化或开关脉冲实现。

数字信号在长距离传输或存在干扰时比模拟信号更可靠。 这是因为数字信号采 用直流电压的明确信息存储方法,其中电压开启表示值为1,电压关闭表示值 为0。 这些开‑关脉冲形成了一串二进制数据。 模拟信号由于长距离传输中的衰 减和干扰而发生改变和失真。 由于

小白解释

场景先行:凌晨监控告警:某台服务器开始大量外连。你不能先忙着写报告,也不能直接关全网。事件响应要按顺序做:确认、遏制、根除、恢复、复盘。

这一页真正想让你理解的是:这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

把它放进公司里看,关键不是背定义,而是判断:步骤乱了会扩大损失,或者破坏证据。

你作为负责人可以这样想:先保全证据和控制影响,再清除原因并恢复业务。

本页术语用人话说:

标准:标准给出必须满足的最低要求。

日志:日志记录系统和用户活动,用于监控、审计和调查。

常见误区:不要一上来就删除文件或重装系统;可能会破坏调查证据。

读完后用一句话复述:如果我是事件响应负责人,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“第 822 页学习单元”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是事件响应负责人在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

Minimum level、mandatory requirement 常对应 standard。

日志要保护完整性、时间同步和访问控制。

排除法提醒:不要一上来就删除文件或重装系统;可能会破坏调查证据。

本页术语拆解
标准 标准给出必须满足的最低要求。
日志 日志记录系统和用户活动,用于监控、审计和调查。
学习单元 105 / PDF P823

第 823 页学习单元

这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

教材原文段落

an analog signal can have an infinite number of variations used for signal encoding as opposed to digital signals' two states, unwanted alterations to the signal make extraction of the data more difficult as the degradation increases. Synchronous and Asynchronous Some communications are synchronized with some sort of clock or timing activity. Communications are either synchronous or asynchronous: Synchronous communications rely on a timing or clocking mechanism based on either an independent clock or a timestamp embedded in the data stream. Synchronous communications are typically able to support very high rates of data transfer.

Asynchronous communications rely on stop and start delimiters to manage the transmission of data. Because of the use of delimiters and the stop and start nature of its transmission, asynchronous communication is best suited for smaller amounts of data. PSTN modems are good examples of asynchronous communication devices. Baseband and Broadband How many communications can occur simultaneously over a cable segment depends on whether you use baseband technology or broadband technology: Baseband technology can support only a single communication channel. It uses a direct current applied to the cable.

A current that is at a higher level represents the binary signal of 1, and a current that is at a lower level represents the binary signal of 0. Baseband is a form of digital signal. Ethernet is a baseband technology. Broadband technology can support multiple simultaneous signals. Broadband uses frequency modulation to support numerous channels, each supporting a distinct communication session. Broadband is suitable for high throughput rates, especially when several channels are multiplexed. Broadband is a form of analog signal. Cable television and cable modems, fiber optics, satellite, DSL, T1, and T3 are examples of broadband technologies.

Casting Technologies Casting technologies determine how many destinations a single transmission can reach:

中文直译 / 整理

模拟信号可用于信号编码的变体数量是无限的,而数字信号只有两种状态,因 此信号的非预期改变会随着退化加剧而使数据提取变得更加困难。 同步与异步 某些通信依赖于某种时钟或计时机制。 通信分为同步和异步两种: 同步通信依赖于基于独立时钟或嵌入数据流中的时间戳的计时机制。 同步 通信通常能够支持非常高的数据传输速率。 异步通信依赖于起始和停止分隔符来管理数据传输。 由于使用了分隔符 以及其起始和停止的传输特性,异步通信最适合传输较小量的数据。 PSTN调制解调器是异步通信设备的典型示例。 基带与宽带 在一段电缆上同时发生多少次通信,取决于您使用的是基带技术还是宽带技术: 基带技术仅能支持单个通信信道。 它使用施加在电缆上的直流电。 较高电 平的电流表示二进制信号1,较低电平的电流表示二进制信号0。 基带是一 种数字信号形式。 以太网是一种基带技术。 宽带技术可支持多个同时信号。 宽带使用频带调制来支持多个信道,每个 信道支持独立的通信会话。 宽带适用于高吞吐量速率,尤其是在多个信道 复用时。 宽带是一种模拟信号形式。 有线电视和电缆调制解调器、光纤、 卫星、DSL、T1和T3是宽带技术的例子。

铸造技术 投射技术决定了单次传输可以到达多少个目的地:

小白解释

场景先行:凌晨监控告警:某台服务器开始大量外连。你不能先忙着写报告,也不能直接关全网。事件响应要按顺序做:确认、遏制、根除、恢复、复盘。

这一页真正想让你理解的是:这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

把它放进公司里看,关键不是背定义,而是判断:步骤乱了会扩大损失,或者破坏证据。

你作为负责人可以这样想:先保全证据和控制影响,再清除原因并恢复业务。

本页术语用人话说:

日志:日志记录系统和用户活动,用于监控、审计和调查。

常见误区:不要一上来就删除文件或重装系统;可能会破坏调查证据。

读完后用一句话复述:如果我是事件响应负责人,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“第 823 页学习单元”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是事件响应负责人在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

日志要保护完整性、时间同步和访问控制。

排除法提醒:不要一上来就删除文件或重装系统;可能会破坏调查证据。

本页术语拆解
日志 日志记录系统和用户活动,用于监控、审计和调查。
学习单元 106 / PDF P824

第 824 页学习单元

这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

教材原文段落

Broadcast technology supports communications to all possible recipients. Multicast technology supports communications to multiple specific recipients. Unicast technology supports only a single communication to a specific recipient. Anycast technology supports communications where a single sender transmits data to the nearest or best-suited node among a group of potential receivers. The goal is to deliver data to the “nearest” or “best” node in terms of network topology or routing metrics. Geocast technology supports communications where data is sent to all devices within a specific geographical area.

It is a one-to-all communication paradigm limited to a particular geographic region, and devices outside that area do not receive the broadcast. LAN Media Access Media access protocols in LANs dictate how multiple devices within a network contend for the right to access the shared communication medium. There are several methods used to manage and control access to the communication medium in LANs: Arbitration is a media access protocol where a central authority or a predefined set of rules determines which device has the right to access the communication medium at any given time.

Devices interested in transmitting data request permission from the central authority or follow established rules to access the medium. This approach is often used in centralized network architectures. Time Division Multiple Access (TDMA), as an example, divides time into fixed slots, and a central authority, such as a base station or network controller, assigns specific time slots to each device. Devices are allowed to transmit only during their allocated time slots, avoiding collisions. Deconfliction is a media access protocol that aims to avoid collisions and conflicts by assigning specific time slots or frequency bands to different devices for communication.

Each device is allocated a dedicated time slot or frequency range during which it can transmit data without interference from other devices. Time-division multiplexing (TDM) and

中文直译 / 整理

广播技术支持向所有可能的 接收者。 组播技术支持向多个特定的 接收者。 单播技术仅支持向特定接收者进行单次通信。 任播技术支持单个发送方将数据传输给一组潜在接收者中最近或最合适 的节点。 其目标是根据网络拓扑或路由度量,将数据传递到“最近”或 “最优”的节点。 地理播技术支持将数据发送到特定地理区域内的所有设备。 这是一种仅 限于特定地理区域的一对多通信范式,该区域外的设备不会接收广播。 局域网介质访问 局域网中的介质访问协议规定了网络内多个设备如何竞争共享通信介质的访 问权。 用于管理和控制局域网中通信介质访问的方法有多种: 仲裁是一种介质访问协议,其中由中央权威机构或预定义的一组规则决定 在任何给定时间哪个设备有权访问通信介质。 希望传输数据的设备需向中 央权威机构请求许可,或遵循既定规则来访问介质。 这种方法通常用于集 中式网络架构。 例如,时分多址(TDMA)将时间划分为固定时隙,由中 央权威机构(如基站或网络控制器)为每个设备分配特定的时隙。 设备仅 在分配的时隙内允许传输,从而避免冲突。 去冲突是一种媒体访问协议,旨在通过为不同设备分配特定的时间槽或频 段来避免碰撞和冲突。

每个设备被分配一个专用的时间槽或频段,在此期 间它可以传输数据而不受其他设备的干扰。 时分复用(TDM)和

小白解释

场景先行:凌晨监控告警:某台服务器开始大量外连。你不能先忙着写报告,也不能直接关全网。事件响应要按顺序做:确认、遏制、根除、恢复、复盘。

这一页真正想让你理解的是:这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

把它放进公司里看,关键不是背定义,而是判断:步骤乱了会扩大损失,或者破坏证据。

你作为负责人可以这样想:先保全证据和控制影响,再清除原因并恢复业务。

本页术语用人话说:

日志:日志记录系统和用户活动,用于监控、审计和调查。

常见误区:不要一上来就删除文件或重装系统;可能会破坏调查证据。

读完后用一句话复述:如果我是事件响应负责人,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“第 824 页学习单元”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是事件响应负责人在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

日志要保护完整性、时间同步和访问控制。

排除法提醒:不要一上来就删除文件或重装系统;可能会破坏调查证据。

本页术语拆解
日志 日志记录系统和用户活动,用于监控、审计和调查。
学习单元 107 / PDF P825

第 825 页学习单元

这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

教材原文段落

frequency-division multiplexing (FDM) are common techniques used for deconfliction. Contention-based protocols allow devices to contend for access to the communication medium. Devices transmit data when they have information to send and contend with other devices for the right to transmit. When multiple devices attempt to transmit simultaneously, collisions may occur. Contention-based protocols often include mechanisms to detect and manage collisions, such as Carrier Sense Multiple Access with Collision Detection (CSMA/CD) or Carrier Sense Multiple Access with Collision Avoidance (CSMA/CA).

The choice of a specific media access protocol depends on factors such as network architecture, traffic patterns, and the desired trade-off between simplicity and efficiency. There are numerous LAN media access technologies that are used to avoid or prevent transmission collisions. These technologies define how multiple systems, all within the same collision domain, are to communicate. Some of these technologies actively prevent collisions, whereas others respond to collisions. Carrier-Sense Multiple Access (CSMA) This is an arbitration LAN media access technology that performs communications using the following steps: 1. The host listens to the LAN media to determine whether it is in use.

2. If the LAN media is not being used, the host transmits its communication. 3. The host waits for an acknowledgment. 4. If no acknowledgment is received after a timeout period, the host starts over at step 1. CSMA does not directly address collisions. If a collision occurs, the communication would not have been successful, and thus an acknowledgment would not be received. This causes the sending system to retransmit the data and perform the CSMA process again. Carrier-Sense Multiple Access with Collision Detection (CSMA/CD) This is a contention-based LAN media access technology that performs communications using the following steps:

中文直译 / 整理

频分复用(FDM)是用于去冲突的常用技术。 基于竞争的协议允许设备竞争对通信介质的访问权。 当设备有数据要发 送时,它们会传输数据并与其他设备竞争传输权利。 当多个设备同时尝 试传输时,可能会发生冲突。 基于竞争的协议通常包含检测和管理冲突 的机制,例如载波侦听多路访问/冲突检测(CSMA/CD)或载波侦听多 路访问/冲突避免(CSMA/CA)。 特定介质访问协议的选择取决于网络架构、流量模式以及在简单性和效率 之间所需的权衡等因素。 有许多局域网介质访问技术用于避免或防止传输冲突。 这些技术定义了同一冲 突域内的多个系统如何进行通信。 其中一些技术主动防止冲突,而另一些则对 冲突做出响应。 载波侦听多路访问(CSMA)这是一种仲裁型局域网介质访问技术,其通信步骤如 下: 1. 主机监听局域网介质,以确定其是否正在使用中。 2. 如果未使用局域网介质,主机将传输其通信。 3. 主机等待确认。 4. 如果在超时后仍未收到确认,主机将从第1步重新开始。 CSMA 并未直接处理碰撞。 如果发生碰撞,通信将不会成功,因此不会收到 确认。 这将导致发送系统重新传输数据并再次执行 CSMA 过程。

载波侦听多路访问/冲突检测(CSMA/CD)这是一种基于竞争的局域网媒体 访问技术,其通信过程遵循以下步骤:

小白解释

场景先行:凌晨监控告警:某台服务器开始大量外连。你不能先忙着写报告,也不能直接关全网。事件响应要按顺序做:确认、遏制、根除、恢复、复盘。

这一页真正想让你理解的是:这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

把它放进公司里看,关键不是背定义,而是判断:步骤乱了会扩大损失,或者破坏证据。

你作为负责人可以这样想:先保全证据和控制影响,再清除原因并恢复业务。

本页术语用人话说:

日志:日志记录系统和用户活动,用于监控、审计和调查。

常见误区:不要一上来就删除文件或重装系统;可能会破坏调查证据。

读完后用一句话复述:如果我是事件响应负责人,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“第 825 页学习单元”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是事件响应负责人在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

日志要保护完整性、时间同步和访问控制。

排除法提醒:不要一上来就删除文件或重装系统;可能会破坏调查证据。

本页术语拆解
日志 日志记录系统和用户活动,用于监控、审计和调查。
学习单元 108 / PDF P826

第 826 页学习单元

这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

教材原文段落

1. The host listens to the LAN media to determine whether it is in use. 2. If the LAN media is not being used, the host transmits its communication. 3. While transmitting, the host listens for collisions (in other words, two or more hosts transmitting simultaneously). 4. If a collision is detected, the host transmits a jam signal. 5. If a jam signal is received, all hosts stop transmitting. Each host waits a random period of time and then starts over at step 1. Ethernet networks employ the CSMA/CD technology. CSMA/CD responds to collisions by having each member of the collision domain wait for a short but random period of time before starting the process over.

Unfortunately, allowing collisions to occur and then responding or reacting to collisions causes delays in transmissions as well as a required repetition of transmissions. This results in about 40 percent loss in potential throughput. Carrier-Sense Multiple Access with Collision Avoidance (CSMA/CA) This is a contention-based LAN media access technology that performs communications using the following steps: 1. The host has two connections to the LAN media: inbound and outbound. The host listens on the inbound connection to determine whether the LAN media is in use. 2. If the LAN media is not being used, the host requests permission to transmit. 3.

If permission is not granted after a timeout period, the host starts over at step 1. 4. If permission is granted, the host transmits its communication over the outbound connection. 5. The host waits for an acknowledgment. 6. If no acknowledgment is received after a time-out period, the host starts over at step 1. 802.11 wireless networking is an example of a network that employs CSMA/CA technologies. CSMA/CA attempts to avoid collisions by granting only a single permission to communicate at any given time. This system 1.

中文直译 / 整理

主机侦听局域网媒体,以确定其是否正在使用中。 2. 如果局域网媒体未被使用,主机将发送其通信数据。 3. 在发送过程中,主机侦听冲突(即两个或多个主机同时发送)。 4. 如果检测到冲突,主机会发送阻塞信号。 5. 如果接收到阻塞信号,所有主机都将停止发送。 每台主机等待一个随机时间 段后,重新从步骤1开始。 以太网网络采用CSMA/CD技术。 当发生冲突时,CSMA/CD会让冲突域中的 每个成员等待一个短暂但随机的时间段,然后再重新开始该过程。 然而,允许 冲突发生并随后做出响应或处理冲突,会导致传输延迟以及传输的重复,从而 导致约40%的潜在吞吐量损失。 载波侦听多路访问/冲突避免(CSMA/CA)这是一种基于竞争的局域网媒体访 问技术,其通信过程遵循以下步骤: 1. 主机有两个连接到局域网介质的连接:入站和出站。 主机通过监听入站连 接来确定局域网介质是否正在使用中。 2. 如果局域网介质未被使用,主机请求传输权限。 3. 如果在超时后仍未获得许可,主机将从步骤1重新开始。 4. 如果获得许可,主机通过出站连接发送其通信数据。 5. 主机等待确认信息。 6. 如果在超时后仍未收到确认信息,主机将从步骤1重新开始。

802.11无线网络是采用CSMA/CA技术的网络示例。 CSMA/CA通过在任何 给定时间仅授予单次通信权限来尝试避免冲突。 该系统

小白解释

场景先行:凌晨监控告警:某台服务器开始大量外连。你不能先忙着写报告,也不能直接关全网。事件响应要按顺序做:确认、遏制、根除、恢复、复盘。

这一页真正想让你理解的是:这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

把它放进公司里看,关键不是背定义,而是判断:步骤乱了会扩大损失,或者破坏证据。

你作为负责人可以这样想:先保全证据和控制影响,再清除原因并恢复业务。

本页术语用人话说:

日志:日志记录系统和用户活动,用于监控、审计和调查。

常见误区:不要一上来就删除文件或重装系统;可能会破坏调查证据。

读完后用一句话复述:如果我是事件响应负责人,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“第 826 页学习单元”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是事件响应负责人在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

日志要保护完整性、时间同步和访问控制。

排除法提醒:不要一上来就删除文件或重装系统;可能会破坏调查证据。

本页术语拆解
日志 日志记录系统和用户活动,用于监控、审计和调查。
学习单元 109 / PDF P827

安全控制框架:用成熟框架组织安全

框架帮助组织系统化管理控制,而不是想到哪做到哪。

教材原文段落

requires the designation of a primary system, which responds to the requests and grants permission to send data transmissions. Token Passing This is an arbitration LAN media access technology that performs communications using a digital token. Possession of the token allows a host to transmit data. Once its transmission is complete, it releases the token to the next system. Token passing was used by ring topology–based networks, such as legacy Token Ring and Fiber Distributed Data Interface (FDDI). Token passing prevents collisions since only the system possessing the token is allowed to transmit data.

Polling This is an arbitration LAN media access technology that performs communications using a primary-secondary configuration. One system is labeled as the primary system. All other systems are labeled as secondary. The primary system polls or inquires of each secondary system in turn whether they have a need to transmit data. If a secondary system indicates a need, it is granted permission to transmit. Once its transmission is complete, the primary system moves on to poll the next secondary system. Mainframes often supported polling. Polling addresses collisions by attempting to prevent them from using a permission system. Polling is an inverse of the CSMA/CA method.

Both use primary and secondary systems, but although CSMA/CA allows the secondary system to request permissions, polling has the primary system offer permission. Polling can be configured to grant one system (or more) priority over other systems. For example, if the standard polling pattern was 1, 2, 3, 4, then to give system 1 priority, the polling pattern could be changed to 1, 2, 1, 3, 1, 4. Summary The tasks of designing, deploying, and maintaining security on a network require intimate knowledge of the technologies involved in networking. This includes protocols, services, communication mechanisms, topologies, cabling, endpoints, and networking devices.

The OSI model is a standard against which all protocols are evaluated. Understanding how the OSI model is used and how it applies to real-world protocols can help system designers and system administrators improve security. The TCP/IP model is derived directly from the TCP/IP protocol suite and roughly maps to the OSI model.

中文直译 / 整理

需要指定一个主系统,该系统响应请求并授予发送数据传输的权限。 令牌传递 这是一种仲裁局域网媒体访问技术,通过数字令牌执行通信。 拥有令 牌的主机可以传输数据。 一旦传输完成,它会将令牌释放给下一个系统。 令牌 传递被用于基于环形拓扑的网络,例如传统的令牌环网和光纤分布式数据接口 (FDDI)。 由于只有拥有令牌的系统被允许传输数据,因此令牌传递可防止冲 突。 轮询 这是一种仲裁局域网媒体访问技术,采用主从配置执行通信。 其中一个系 统被标记为主系统,所有其他系统被标记为从系统。 主系统依次轮询每个从系 统,询问它们是否有传输数据的需求。 如果从系统表明有需求,则被授予传输 权限。 一旦传输完成,主系统继续轮询下一个从系统。 大型机通常支持轮询。 轮询通过使用权限系统来避免冲突。 轮询是CSMA/CA方法的逆向形式。 两者 都使用主从系统,但尽管CSMA/CA允许从系统请求权限,轮询则是由主系统 主动授予权限。 轮询可以配置为给予一个系统(或多个系统)优先于其他系统 的权限。 例如,如果标准轮询顺序为1、2、3、4,则为了给予系统1优先权,轮 询顺序可更改为1、2、1、3、1、4。

摘要 设计、部署和维护网络安全性需要对网络技术有深入的了解。 这包括协议、服 务、通信机制、拓扑结构、布线、端点和网络设备。 OSI模型是评估所有协议的标准。 理解OSI模型的使用方式及其在实际协议中的 应用,有助于系统设计人员和系统管理员提升安全性。 TCP/IP模型直接源自 TCP/IP协议套件,并与OSI模型大致对应。

小白解释

场景先行:员工在家访问公司系统,流量要穿过家庭网络、互联网、防火墙、VPN、服务器。网络安全题就是让你判断问题发生在哪一层、用哪个控制放在什么位置。

这一页真正想让你理解的是:框架帮助组织系统化管理控制,而不是想到哪做到哪。

把它放进公司里看,关键不是背定义,而是判断:不分层就会乱选设备:该加密的地方装防火墙,该监测的地方却只做访问控制。

你作为负责人可以这样想:先定位网络层次,再决定是分段、过滤、加密、检测还是阻断。

本页术语用人话说:

NIST:NIST 提供美国常用安全标准、框架和指南。

标准:标准给出必须满足的最低要求。

OSI 模型:OSI 用七层结构理解网络通信,从物理层到应用层。

TCP/IP 模型:TCP/IP 是现实网络常用协议栈,和 OSI 可对应理解。

常见误区:不要以为防火墙能解决所有网络问题;它只是控制流量的一类工具。

读完后用一句话复述:如果我是网络安全工程师,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“安全控制框架:用成熟框架组织安全”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是网络安全工程师在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

看到 SP 800 系列、CSF、RMF 常联想到 NIST。

Minimum level、mandatory requirement 常对应 standard。

网络题先定位层次,再判断协议、设备或攻击位置。

考试常让你把协议、端口、层次对应起来。

日志要保护完整性、时间同步和访问控制。

排除法提醒:不要以为防火墙能解决所有网络问题;它只是控制流量的一类工具。

本页术语拆解
NIST NIST 提供美国常用安全标准、框架和指南。
标准 标准给出必须满足的最低要求。
OSI 模型 OSI 用七层结构理解网络通信,从物理层到应用层。
TCP/IP 模型 TCP/IP 是现实网络常用协议栈,和 OSI 可对应理解。
日志 日志记录系统和用户活动,用于监控、审计和调查。
学习单元 110 / PDF P828

保护机制:分层、隐藏、加密和边界

单一控制不够,安全靠多个机制配合。

教材原文段落

Most networks employ TCP/IP as the primary protocol. IP networking includes IPv4 and IPv6. IPv4 is the version of Internet Protocol that is most widely used around the world. IPv6 is being rapidly adopted for both private and public network use. DNS and ARP were developed to interchange or resolve between domain names and IP addresses or IP addresses and MAC addresses, respectively. TCP/IP supports many secure protocols, including IPSec, SSH, and protocols encrypted by TLS. TCP/IP is a multilayer protocol suite that allows for flexibility, resiliency, and encryption. Converged protocols are common on modern networks, including VoIP and iSCSI.

SDN and CDN have expanded the definition of network as well as expanded the use cases for it. Micro-segmentation divides an internal network into numerous subzones to allow for greater security and control of communications, which in turn supports a zero-trust security policy. Wireless communications occur in many forms, including cell phone, Bluetooth (802.15.1 and Bluetooth SIG), RFID, NFC, and Wi-Fi networking (802.11). Wireless communication is more vulnerable to interference, eavesdropping, denial of service, and AitM attacks. Routers, hubs, switches, repeaters, gateways, proxies, NAC, and firewalls are an important part of a network's security.

Firewalls are essential tools in managing, controlling, and filtering network traffic. Endpoint security is the concept that each individual device must maintain local security whether or not its network or telecommunications channels also provide security. A wide range of hardware components can be used to construct a network, not the least of which is the cabling used to tie all the devices together. Understanding the strengths and weaknesses of each transmission media type is part of designing a secure network. Study Essentials Know the OSI model layers. The OSI layers are as follows: Application, Presentation, Session, Transport, Network, Data Link, and Physical.

Know the network container names. The network containers are: OSI layers 7–5 protocol data unit (PDU), Layer 4 segment (TCP) or a datagram (UDP), Layer 3 packet, Layer 2 frame, and Layer 1 bits.

中文直译 / 整理

大多数网络将TCP/IP作为主要协议。 IP网络包括IPv4和IPv6。 IPv4是全球 最广泛使用的互联网协议版本。 IPv6正在被快速应用于私有和公共网络。 DNS和ARP分别用于在域名与IP地址、IP地址与MAC地址之间进行转换或解 析。 TCP/IP支持多种安全协议,包括IPSec、SSH和由TLS加密的协议。 TCP/IP是一个多层协议套件,具有灵活性、弹性和加密能力。 收敛协议在现代网络中很常见,包括 VoIP 和 iSCSI。 SDN 和 CDN 不仅扩 展了网络的定义,还扩展了其使用场景。 微分段将内部网络划分为多个子区域,以实现对通信的更高安全性和控制,从 而支持零信任安全策略。 无线通信有多种形式,包括手机、蓝牙(802.15.1 和 Bluetooth SIG)、 RFID、NFC 和 Wi‑Fi 网络(802.11)。 无线通信更容易受到干扰、窃听、 拒绝服务和中间人攻击的影响。 路由器、集线器、交换机、中继器、网关、代理、NAC 和防火墙是网络安全 性的重要组成部分。 防火墙是管理、控制和过滤网络流量的关键工具。

端点安 全的概念是,每个独立设备都必须维护本地安全性,无论其网络或电信通道是 否提供安全保护。 可以使用多种硬件组件构建网络,其中最重要的是用于连接所有设备的电缆。 了解每种传输介质的优缺点是设计安全网络的一部分。 学习必备 了解OSI模型的层次。 OSI层次如下:应用层、表示层、会话层、传输层、网络层、 数据链路层和物理层。 了解网络容器名称。 网络容器包括:OSI第7至5层的协议数据单元(PDU)、第 4层的段(TCP)或数据报(UDP)、第3层的数据包、第2层的帧和第1层的比特。

小白解释

场景先行:新员工入职后要登录系统。第一步是声明身份,第二步证明身份,第三步决定能访问哪些数据,最后系统要记录他做了什么。IAM 题就是围绕这条链条出题。

这一页真正想让你理解的是:单一控制不够,安全靠多个机制配合。

把它放进公司里看,关键不是背定义,而是判断:认证成功不代表什么都能做;离职、调岗、权限漂移都会造成越权。

你作为负责人可以这样想:把识别、认证、授权、审计分开看,再用最小权限和定期复核收口。

本页术语用人话说:

加密:加密把内容变成未授权者看不懂的形式。

政策:政策是高层原则,说明必须遵守什么。

OSI 模型:OSI 用七层结构理解网络通信,从物理层到应用层。

TCP/IP 模型:TCP/IP 是现实网络常用协议栈,和 OSI 可对应理解。

常见误区:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

读完后用一句话复述:如果我是IAM 管理员,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“保护机制:分层、隐藏、加密和边界”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是IAM 管理员在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

加密主要保护机密性,也可配合签名、哈希支持完整性和真实性。

Policy 高层、强制、稳定;Procedure 具体步骤。

网络题先定位层次,再判断协议、设备或攻击位置。

考试常让你把协议、端口、层次对应起来。

防火墙不是万能;它常与 IDS/IPS、分段、日志一起使用。

排除法提醒:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

本页术语拆解
加密 加密把内容变成未授权者看不懂的形式。
政策 政策是高层原则,说明必须遵守什么。
OSI 模型 OSI 用七层结构理解网络通信,从物理层到应用层。
TCP/IP 模型 TCP/IP 是现实网络常用协议栈,和 OSI 可对应理解。
防火墙 防火墙根据规则控制网络流量进出。
入侵防御系统 IPS IPS 可检测并主动阻断恶意流量。
强制访问控制 MAC MAC 由系统根据标签和级别强制决定访问。
零信任 零信任默认不信任任何访问请求,需要持续验证和最小权限。
学习单元 111 / PDF P829

安全控制框架:用成熟框架组织安全

框架帮助组织系统化管理控制,而不是想到哪做到哪。

教材原文段落

Understand the MAC address. Media Access Control (MAC) address is a 6-byte (48-bit) binary address written in hexadecimal notation, aka hardware address, physical address, the NIC address, and the Ethernet address. The first 3 bytes (24 bits) of the address is the organizationally unique identifier (OUI), which denotes the vendor or manufacturer. Understand the TCP/IP model. Also known as DARPA or the DOD model, the model has four layers: Application (also known as Process), Transport (also known as Host-to-Host), Internet (sometimes known as Internetworking), and Link (although the terms Network Interface and sometimes Network Access are used). Understand DNS.

The Domain Name System (DNS) is the hierarchical naming scheme used in both public and private networks. DNS links humanfriendly fully qualified domain names (FQDNs) and IP addresses together. DNSSEC and DoH are DNS security features. Understand DNS poisoning. DNS poisoning is the act of falsifying the DNS information used by a client to reach a desired system. It can be accomplished through a rogue DNS server, pharming, altering a hosts file, corrupting IP configuration, DNS query spoofing, and proxy falsification. Know about ARP. Address Resolution Protocol (ARP) is essential to the interoperability of logical and physical addressing schemes.

ARP is used to resolve IP addresses into MAC addresses. Also, know about ARP poisoning. Know about micro-segmentation. Micro-segmentation is dividing up an internal network into numerous subzones, potentially as small as a single device, such as a high-value server or even a client or endpoint device. Each zone is separated from the others by internal segmentation firewalls (ISFWs), subnets, or VLANs. Know about edge networks. An edge network is a carefully designed data architecture that strategically allocates computing resources to edge devices within a network.

This design helps distribute processing power demands away from central servers, empowering the devices to handle a significant portion of the processing workload. Understand the various wireless technologies. Cell phones, Bluetooth (802.15.1 and Bluetooth SIG), and Wi-Fi wireless networking (802.11) are all called wireless technologies, even though they are all different. Be aware of their differences, strengths, and weaknesses.

中文直译 / 整理

理解MAC地址。 介质访问控制(MAC)地址是一个6字节(48位)的二进制 地址,以十六进制表示,也称为硬件地址、物理地址、网卡地址和以太网地址。 该地址的前3字节(24位)是组织唯一标识符(OUI),用于标识供应商或制 造商。 理解TCP/IP模型。 该模型也称为DARPA模型或DOD模型,包含四层:应 用层(也称为进程层)、传输层(也称为主机到主机层)、互联网层(有 时称为互连网络层)和链路层(尽管术语网络接口层和有时网络访问层也 被使用)。 理解DNS。 域名系统(DNS)是公共和私有网络中使用的分层命名方案。 DNS将人类友好的完全合格域名(FQDN)与IP地址关联起来。 DNSSEC和 DoH是DNS的安全特性。 理解DNS欺骗。 DNS欺骗是指伪造客户端用于访问目标系统的DNS信息的行 为。 它可以通过恶意DNS服务器、域名欺骗、修改hosts文件、破坏IP配置、 DNS查询欺骗和代理伪造来实现。 了解ARP。 地址解析协议(ARP)对于逻辑地址和物理地址方案的互操作性 至关重要。 ARP用于将IP地址解析为MAC地址。 同时,也要了解ARP欺骗。 了解微分段。

微分段是将内部网络划分为多个子区域,这些子区域可能小至单个 设备,例如高价值服务器,甚至客户端或终端设备。 每个区域都通过内部分段防 火墙(ISFW)、子网或VLAN与其他区域隔离。 了解边缘网络。 边缘网络是一种精心设计的数据架构,它在网络内的边缘设 备中战略性地分配计算资源。 这种设计有助于将处理负载从中央服务器分散 开来,使设备能够承担大部分处理工作。 了解各种无线技术。 手机、蓝牙(802.15.1 和 Bluetooth SIG)以及 Wi‑Fi 无线网络(802.11)都被称作无线技术,尽管它们各不相同。 请了 解它们的差异、优势和劣势。

小白解释

场景先行:员工在家访问公司系统,流量要穿过家庭网络、互联网、防火墙、VPN、服务器。网络安全题就是让你判断问题发生在哪一层、用哪个控制放在什么位置。

这一页真正想让你理解的是:框架帮助组织系统化管理控制,而不是想到哪做到哪。

把它放进公司里看,关键不是背定义,而是判断:不分层就会乱选设备:该加密的地方装防火墙,该监测的地方却只做访问控制。

你作为负责人可以这样想:先定位网络层次,再决定是分段、过滤、加密、检测还是阻断。

本页术语用人话说:

分层:分层把控制按层排列,让攻击者必须连续突破。

ISO:ISO 是国际标准化组织,常见安全管理体系如 ISO 27001/27002。

TCP/IP 模型:TCP/IP 是现实网络常用协议栈,和 OSI 可对应理解。

防火墙:防火墙根据规则控制网络流量进出。

常见误区:不要以为防火墙能解决所有网络问题;它只是控制流量的一类工具。

读完后用一句话复述:如果我是网络安全工程师,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“安全控制框架:用成熟框架组织安全”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是网络安全工程师在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

serial controls 更深,parallel controls 更宽;题目会考深度和广度。

ISO 偏标准和管理体系。

考试常让你把协议、端口、层次对应起来。

防火墙不是万能;它常与 IDS/IPS、分段、日志一起使用。

政府/军方、机密级别、标签、不可由用户随意改通常是 MAC。

排除法提醒:不要以为防火墙能解决所有网络问题;它只是控制流量的一类工具。

本页术语拆解
分层 分层把控制按层排列,让攻击者必须连续突破。
ISO ISO 是国际标准化组织,常见安全管理体系如 ISO 27001/27002。
TCP/IP 模型 TCP/IP 是现实网络常用协议栈,和 OSI 可对应理解。
防火墙 防火墙根据规则控制网络流量进出。
强制访问控制 MAC MAC 由系统根据标签和级别强制决定访问。
日志 日志记录系统和用户活动,用于监控、审计和调查。
学习单元 112 / PDF P830

可用性:需要时能用,且性能可接受

可用性关注中断、故障、DoS、备份和冗余。

教材原文段落

Understand the basics of securing 802.11 networking. Know about RFID, NFC, satellite, narrow-band, and Zigbee. Understand site surveys. A site survey is a formal assessment of wireless signal strength, quality, and interference using an RF signal detector. A site survey is performed by placing a wireless base station in a desired location and then collecting signal measurements from throughout the area. Understand WPS attacks. Wi-Fi Protected Setup (WPS) is intended to simplify the effort involved in adding new clients to a secured wireless network. It operates by automatically connecting the first new wireless client to seek the network once WPS is triggered. Understand captive portals.

A captive portal is an authentication technique that redirects a newly connected client to a web-based portal access control page. Know wireless attacks. Attacks include war driving, wireless scanners/crackers, rogue access points, evil twin, disassociation, jamming, IV abuse, and replay. Be familiar with CDNs. A content distribution network (CDN), or content delivery network, is a collection of resource services deployed in numerous data centers across the Internet to provide low latency, high performance, and high availability of the hosted content. Understand NAC.

Network access control (NAC) is the concept of controlling access to an environment through strict adherence to and enforcement of security policy. Know about 802.1X, preadmission, postadmission, agent-based, and agentless. Understand the various types of firewalls. There are several types of firewalls: static packet filtering, application-level, circuit-level, stateful inspection, NGFW, and ISFW. Also, know about virtual firewall, filters/rules/ACLs/tuples, bastion host, ingress, egress, RTBH, stateless versus stateful, WAF, SWG, TCP wrapper, DPI, and content and URL filtering. Know about proxies. A proxy server is used to mediate between clients and servers.

Proxies are most often used in the context of providing clients on a private network with internet access while protecting the identity of the clients. Know about forward, reverse, transparent, and nontransparent. Understand endpoint security. Endpoint security is the concept that each individual device must maintain local security whether or not its

中文直译 / 整理

了解 802.11 网络安全的基础知识。 了解 RFID、NFC、卫星、窄带和 Zigbee。 了解站点勘测。 站点勘测是使用RF信号检测器对无线信号强度、质量和干扰进行 的正式评估。 站点勘测通过将无线基站放置在目标位置,然后从整个区域收集信 号测量数据来执行。 了解WPS攻击。 Wi‑Fi保护设置(WPS)旨在简化将新客户端添加到安全无线 网络的过程。 其工作方式是:一旦触发WPS,自动连接第一个请求网络的无线 客户端。 了解强制门户。 强制门户是一种身份验证技术,它将新连接的客户端重定向到基 于Web的门户访问控制页面。 熟悉无线攻击。 攻击包括战争驾驶、无线扫描器/破解器、 rogue 接入点、邪恶 双胞胎、去关联、干扰、IV滥用和重放。 熟悉CDN。 内容分发网络(CDN),或内容交付网络,是在互联网上多 个数据中心部署的一组资源服务,旨在提供低延迟、高性能和高可用性的 托管内容。 理解NAC。 网络访问控制(NAC)是指通过严格遵守和执行安全策略来 控制对环境的访问。 了解802.1X、准入前、准入后、基于代理和无代理 机制。 了解各种类型的防火墙。

防火墙有多种类型:静态包过滤、应用层、电路层、 状态检测、NGFW和ISFW。 此外,还需了解虚拟防火墙、过滤器/规则/ ACL/元组、堡垒主机、入站、出站、RTBH、无状态与有状态、WAF、S WG、TCP包装器、DPI以及内容和URL过滤。 了解代理。 代理服务器用于在客户端与服务器之间进行中介。 代理通常用于为私 有网络中的客户端提供互联网访问,同时保护客户端的身份。 了解正向代理、反 向代理、透明代理和非透明代理。 了解端点安全。 端点安全是指每个独立设备都必须维护本地安全,无论其

小白解释

场景先行:想象公司有一个客户订单系统:客户资料被别人看到是机密性问题,订单金额被偷偷改是完整性问题,系统打不开是可用性问题。教材这一页就是教你把事故先翻译成安全目标。

这一页真正想让你理解的是:可用性关注中断、故障、DoS、备份和冗余。

把它放进公司里看,关键不是背定义,而是判断:把泄露、篡改、宕机混在一起,就会选错控制措施。

你作为负责人可以这样想:先判断事故破坏了 CIA 哪一项,再选择对应控制:防泄露、防篡改、保可用。

本页术语用人话说:

可用性:可用性保证授权用户需要时能及时使用系统和数据。

认证:认证是验证“你是不是你声称的那个人”。

政策:政策是高层原则,说明必须遵守什么。

防火墙:防火墙根据规则控制网络流量进出。

常见误区:不要把所有安全问题都归成“被黑了”。考试会逼你分清到底是泄露、篡改还是中断。

读完后用一句话复述:如果我是业务系统负责人,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“可用性:需要时能用,且性能可接受”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是业务系统负责人在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

冗余、备份、BCP/DRP、抗 DoS、容量规划都对应可用性。

密码、令牌、生物特征、多因素认证都服务认证。

Policy 高层、强制、稳定;Procedure 具体步骤。

防火墙不是万能;它常与 IDS/IPS、分段、日志一起使用。

身份管理题要区分识别、认证、授权、审计。

排除法提醒:不要把所有安全问题都归成“被黑了”。考试会逼你分清到底是泄露、篡改还是中断。

本页术语拆解
可用性 可用性保证授权用户需要时能及时使用系统和数据。
认证 认证是验证“你是不是你声称的那个人”。
政策 政策是高层原则,说明必须遵守什么。
防火墙 防火墙根据规则控制网络流量进出。
身份 身份是主体在系统中的标识。
学习单元 113 / PDF P831

章末总结与练习题

章末内容用来反查自己是否真的理解,而不是只背答案。

教材原文段落

network or telecommunications channels also provide security. Endpoint detection and response (EDR) is a combination of firewall, intrusion detection system (IDS), and antimalware. Managed detection and response (MDR) combines EDR with Security information and event management (SIEM), network traffic analysis (NTA), and network IDS. Endpoint protection platform (EPP) is an intrusion prevention system (IPS) variant of EDR. Extended detection and response (XDR) is the combination of EDR, MDR, and EPP often with cloud-based remote monitoring and analysis. Be familiar with the common LAN technologies. The most common LAN technology is Ethernet.

Also, be familiar with analog versus digital communications; synchronous versus asynchronous communications; duplexing; baseband versus broadband communications; broadcast, multicast, unicast, anycast, and geocast communications; CSMA, CSMA/CD, and CSMA/CA; token passing; and polling. Written Lab 1. Name the layers of the OSI model and their numbers from top to bottom. 2. Name three problems with cabling and the methods to counteract those issues. 3. What are the various technologies employed by wireless devices to maximize their use of the available radio frequencies? 4. Discuss methods used to secure 802.11 wireless networking. 5.

Name eight Application-Layer protocols and their ports (indicate whether the ports are TCP or UDP). Review Questions 1. Dorothy is using a network sniffer to evaluate network connections. She focuses on the initialization of a TCP session. What is the first phase of the TCP three-way handshake sequence? A. SYN flagged packet B. ACK flagged packet C. FIN flagged packet

中文直译 / 整理

网络或电信通道是否也提供安全保护。 端点检测与响应(EDR)是防火墙、 入侵检测系统(IDS)和反恶意软件的组合。 托管检测与响应(MDR)将 EDR与安全信息和事件管理(SIEM)、网络流量分析(NTA)和网络IDS相 结合。 端点保护平台(EPP)是EDR的一种入侵防御系统(IPS)变体。 扩展 检测与响应(XDR)是EDR、MDR和EPP的组合,通常还包括基于云的远程 监控和分析。 熟悉常见的局域网技术。 最常见的局域网技术是以太网。 同时,熟悉模拟通信 与数字通信; 同步通信与异步通信; 全双工通信; 基带通信与宽带通信; 广播、 组播、单播、任播和地理广播通信; CSMA、CSMA/CD 和 CSMA/CA; 令牌 传递; 以及轮询。 书面实验 1. 按从上到下的顺序列出 OSI 模型的各层及其编号。 2. 列出三种布线问题及应对这些问题的方法。 3. 无线设备采用哪些技术来最大化利用可用的无线电频率? 4. 讨论用于保护 802.11 无线网络的方法。 5. 列出八种应用层协议及其端口(注明端口是TCP还是UDP)。 复习题 1. 多萝西正在使用网络嗅探器评估网络连接。 她重点关注TCP会话的初始化 过程。

TCP三次握手序列的第一阶段是什么? A. SYN标志的数据包 B. ACK标志的数据包 C. FIN标志的数据包

小白解释

场景先行:员工在家访问公司系统,流量要穿过家庭网络、互联网、防火墙、VPN、服务器。网络安全题就是让你判断问题发生在哪一层、用哪个控制放在什么位置。

这一页真正想让你理解的是:章末内容用来反查自己是否真的理解,而不是只背答案。

把它放进公司里看,关键不是背定义,而是判断:不分层就会乱选设备:该加密的地方装防火墙,该监测的地方却只做访问控制。

你作为负责人可以这样想:先定位网络层次,再决定是分段、过滤、加密、检测还是阻断。

本页术语用人话说:

OSI 模型:OSI 用七层结构理解网络通信,从物理层到应用层。

防火墙:防火墙根据规则控制网络流量进出。

入侵检测系统 IDS:IDS 负责发现可疑行为并告警,一般不直接阻断。

入侵防御系统 IPS:IPS 可检测并主动阻断恶意流量。

常见误区:不要以为防火墙能解决所有网络问题;它只是控制流量的一类工具。

读完后用一句话复述:如果我是网络安全工程师,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“章末总结与练习题”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是网络安全工程师在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

网络题先定位层次,再判断协议、设备或攻击位置。

防火墙不是万能;它常与 IDS/IPS、分段、日志一起使用。

检测是 IDS,主动阻断更像 IPS。

IPS 放在线路中,误报可能影响可用性。

日志要保护完整性、时间同步和访问控制。

遇到章末题时,不要只看选项。先判断题干在问定义、责任归属、最佳下一步,还是控制措施选择。

排除法提醒:不要以为防火墙能解决所有网络问题;它只是控制流量的一类工具。

本页术语拆解
OSI 模型 OSI 用七层结构理解网络通信,从物理层到应用层。
防火墙 防火墙根据规则控制网络流量进出。
入侵检测系统 IDS IDS 负责发现可疑行为并告警,一般不直接阻断。
入侵防御系统 IPS IPS 可检测并主动阻断恶意流量。
日志 日志记录系统和用户活动,用于监控、审计和调查。
恶意代码 恶意代码包括病毒、蠕虫、木马、勒索软件等。
学习单元 114 / PDF P832

认证:证明身份

认证回答“你是不是你声称的那个人”。

教材原文段落

D. SYN/ACK flagged packet 2. UDP is a connectionless protocol that operates at the Transport Layer of the OSI model and uses ports to manage simultaneous connections. Which of the following terms is also related to UDP? A. Bits B. Logical addressing C. Data reformatting D. Simplex 3. Which of the following is a means for IPv6 and IPv4 to be able to coexist on the same network? (Choose all that apply.) A. Dual stack B. Tunneling C. IPSec D. NAT-PT E. IP sideloading 4. Security configuration guidelines issued by your CISO require that all HTTP communications be secure when communicating with internal web services. Which of the following is true in regards to using TLS?

(Choose all that apply.) A. Allows for use of TCP port 443 B. Prevents tampering, spoofing, and eavesdropping C. Requires two-way authentication D. Is backward compatible with SSL sessions E. Can be used as a VPN solution 5. Your network supports TCP/IP. TCP/IP is a multilayer protocol. It is primarily based on IPv4, but the organization is planning on deploying IPv6 within the next year. What is both a benefit and a potentially harmful implication of multilayer protocols? A. Throughput B. Encapsulation D.

中文直译 / 整理

标记为SYN/ACK的数据包 2. UDP 是一种面向无连接的协议,工作在 OSI 模型的传输层,并使用端口 管理并发连接。 以下哪个术语也与 UDP 相关? A. 比特 B. 逻辑寻址 C. 数据重新格式化 D. 单工 3. 以下哪项是IPv6和IPv4在同一网络中共存的手段? (可多选) A. 双栈 B. 隧道技术 C. IPSec D. NAT‑PT E. IP侧载 4. 您的CISO发布的安全配置指南要求,与内部Web服务通信时,所有 HTTP通信都必须是安全的。 关于使用TLS,以下哪项是正确的? (可多 选。 ) A. 允许使用TCP端口443 B. 防止篡改、伪装和窃听 C. 需要双向认证 D. 向后兼容SSL会话 E. 可用作VPN解决方案 5. 您的网络支持TCP/IP。 TCP/IP是一种多层协议,主要基于IPv4,但该 组织计划在未来一年内部署IPv6。 多层协议的既有益处又可能带来危害的 含义是什么? A. 吞吐量 B. 封装

小白解释

场景先行:公司准备上线一个新业务系统,技术团队说可以买设备,法务说要合规,业务说不能影响上线。安全治理就是让高层定方向:安全要服务业务目标,风险由谁接受,预算花在哪里。

这一页真正想让你理解的是:认证回答“你是不是你声称的那个人”。

把它放进公司里看,关键不是背定义,而是判断:如果没有治理,安全会变成各部门各做各的:有人只想省钱,有人只想堆工具,最后责任不清。

你作为负责人可以这样想:先定策略和责任,再把战略拆成战术计划和日常运营计划。

本页术语用人话说:

认证:认证是验证“你是不是你声称的那个人”。

首席信息安全官:CISO 负责组织安全计划、策略、沟通和监督。

ISO:ISO 是国际标准化组织,常见安全管理体系如 ISO 27001/27002。

指南:指南是建议做法,不一定强制。

常见误区:不要把治理理解成配置设备;治理是方向、责任和监督。

读完后用一句话复述:如果我是高层管理者 / CISO,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“认证:证明身份”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是高层管理者 / CISO在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

密码、令牌、生物特征、多因素认证都服务认证。

CISO 需要足够独立性和高层支持。

ISO 偏标准和管理体系。

Recommended、not compulsory 常对应 guideline。

网络题先定位层次,再判断协议、设备或攻击位置。

遇到章末题时,不要只看选项。先判断题干在问定义、责任归属、最佳下一步,还是控制措施选择。

排除法提醒:不要把治理理解成配置设备;治理是方向、责任和监督。

本页术语拆解
认证 认证是验证“你是不是你声称的那个人”。
首席信息安全官 CISO 负责组织安全计划、策略、沟通和监督。
ISO ISO 是国际标准化组织,常见安全管理体系如 ISO 27001/27002。
指南 指南是建议做法,不一定强制。
OSI 模型 OSI 用七层结构理解网络通信,从物理层到应用层。
TCP/IP 模型 TCP/IP 是现实网络常用协议栈,和 OSI 可对应理解。
入侵防御系统 IPS IPS 可检测并主动阻断恶意流量。
虚拟专用网络 VPN VPN 在不可信网络上建立加密隧道。
学习单元 115 / PDF P833

完整性:数据要正确、可信、未被乱改

完整性不只是防黑客篡改,也包括防授权用户误操作。

教材原文段落

C. Hash integrity checking D. Logical addressing 6. A new VoIP system is being deployed at a government contractor organization. They require high availability of five nines of uptime for the voice communication system. They are also concerned about introducing new vulnerabilities into their existing data network structure. The IT infrastructure is based on fiber optics and supports over 1 Gbps to each device; the network often reaches near full saturation on a regular basis. What option will provide the best outcome of performance, availability, and security for the VoIP service? A. Create a new VLAN on the existing IT network for the VoIP service. B.

Replace the current switches with routers and increase the interface speed to 1,000 Mbps. C. Implement a new, separate network for the VoIP system. D. Deploy flood guard protections on the IT network. 7. Micro-segmentation is dividing up an internal network in numerous subzones, potentially as small as a single device, such as a high-value server or even a client or endpoint device. Which of the following is true in regard to micro-segmentation? (Choose all that apply.) A. It is the assignment of the cores of a CPU to perform different tasks. B. It can be implemented using ISFWs. C. Transactions between zones are filtered. D. It supports edge and fog computing management. E.

It can be implemented with virtual systems and virtual networks. 8. A new startup company is designing a sensor that needs to connect wirelessly to a PC or IoT hub to transmit its gathered data to a local application or cloud service for data analysis. The company wants to ensure that all transferred data from the device cannot be disclosed to unauthorized entities. The device is also intended to be located within 1 meter of the PC or IoT hub it communicates with. Which of the following concepts is the best choice for this device? A. Zigbee B. Bluetooth C.

中文直译 / 整理

哈希完整性检查 D. 逻辑寻址 6. 一家政府承包商组织正在部署一个新的VoIP系统。 他们要求语音通信系统 的可用性达到五个九(99.999%)。 同时,他们也担心在现有数据网络结构 中引入新的漏洞。 IT基础设施基于光纤,每个设备的带宽支持超过1 Gbps; 网络通常经常接近满载。 哪种方案能为VoIP服务提供最佳的性能、可用性和 安全性? A. 在现有的IT网络上为VoIP服务创建一个新的VLAN。 B. 将当前的交换机替换为路由器,并将接口速度提升至1,000 Mbps。 C. 为VoIP系统实施一个全新的独立网络。 D. 在IT网络上部署防洪水保护措施。 7. 微分段是将内部网络划分为多个子区域,小至单个设备,例如高价值服务 器甚至客户端或终端设备。 以下关于微分段的陈述哪些是正确的? (选择所 有适用项。 ) A. 它是指将CPU的核心分配给不同的任务。 B. 它可以使用ISFW实现。 C. 区域之间的通信会被过滤。 D. 它支持边缘计算和雾计算管理。 E. 它可以使用虚拟系统和虚拟网络实现。

8. 一家新创公司正在设计一种传感器,该传感器需要通过无线方式连接到 PC或物联网网关,以将其收集的数据传输到本地应用程序或云服务进行数据 分析。 该公司希望确保从设备传输的所有数据都不会被未经授权的实体泄露。 该设备计划位于与其通信的PC或物联网网关1米以内。 以下哪个概念最适合该 设备? A. Zigbee B. Bluetooth

小白解释

场景先行:想象公司有一个客户订单系统:客户资料被别人看到是机密性问题,订单金额被偷偷改是完整性问题,系统打不开是可用性问题。教材这一页就是教你把事故先翻译成安全目标。

这一页真正想让你理解的是:完整性不只是防黑客篡改,也包括防授权用户误操作。

把它放进公司里看,关键不是背定义,而是判断:把泄露、篡改、宕机混在一起,就会选错控制措施。

你作为负责人可以这样想:先判断事故破坏了 CIA 哪一项,再选择对应控制:防泄露、防篡改、保可用。

本页术语用人话说:

完整性:完整性保证数据没有被未授权修改,并且仍然正确可信。

可用性:可用性保证授权用户需要时能及时使用系统和数据。

授权:授权是认证之后决定你能访问什么、能做什么。

程序:程序是一步一步怎么做。

常见误区:不要把所有安全问题都归成“被黑了”。考试会逼你分清到底是泄露、篡改还是中断。

读完后用一句话复述:如果我是业务系统负责人,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“完整性:数据要正确、可信、未被乱改”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是业务系统负责人在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

哈希、数字签名、变更控制、输入校验常对应完整性。

冗余、备份、BCP/DRP、抗 DoS、容量规划都对应可用性。

认证成功不等于什么都能做;权限仍要单独授权。

Step-by-step、SOP 常对应 procedure。

哈希本身不提供机密性;它主要用于完整性校验。

遇到章末题时,不要只看选项。先判断题干在问定义、责任归属、最佳下一步,还是控制措施选择。

排除法提醒:不要把所有安全问题都归成“被黑了”。考试会逼你分清到底是泄露、篡改还是中断。

本页术语拆解
完整性 完整性保证数据没有被未授权修改,并且仍然正确可信。
可用性 可用性保证授权用户需要时能及时使用系统和数据。
授权 授权是认证之后决定你能访问什么、能做什么。
程序 程序是一步一步怎么做。
哈希 哈希把任意长度数据变成固定长度摘要,用于校验是否被改过。
日志 日志记录系统和用户活动,用于监控、审计和调查。
学习单元 116 / PDF P834

可用性:需要时能用,且性能可接受

可用性关注中断、故障、DoS、备份和冗余。

教材原文段落

C. GEO D. 5G 9. James has been hired to be a traveling repair technician. He will be visiting customers all over the country to provide support services. He has been issued a portable workstation with 4G and 5G data service. What are some concerns when using this capability? (Choose all that apply.) A. Eavesdropping B. Rogue towers C. Data speed limitations D. Reliability of establishing a connection E. Compatibility with cloud services F. Unable to perform duplex communications 10. A new startup company needs to optimize delivery of high-definition media content to its customers.

They are planning the deployment of resource service hosts in numerous data centers across the world to provide low latency, high performance, and high availability of the hosted content. What technology is likely being implemented? A. VPN B. CDN C. SDN D. CCMP 11. Which of the following is a true statement about ARP poisoning or MAC spoofing? A. MAC spoofing is used to overload the memory of a switch. B. ARP poisoning is used to falsify the physical address of a system to impersonate that of another authorized device. C. MAC spoofing relies on ICMP communications to traverse routers. D. ARP poisoning can use unsolicited or gratuitous replies. 12.

An organization stores group project data files on a central SAN. Many projects have numerous files in common but are organized into separate C. GEO D. 5G 9.

中文直译 / 整理

詹姆斯被聘为一名流动维修技术员。 他将 visitin g customers all over the countr y to provide su ppport services. He 已发放配备4G和5G数据服务的便携式工作站。 使用此功能时有哪些注意事项? (可多选。 ) A. 窃听 B. 伪造基站 C. 数据速度限制 D. 建立连接的可靠性 E. 与云服务的兼容性 F. 无法执行双工通信 10. 一家新的初创公司需要优化向其客户交付高清媒体内容。 他们计划在全球 众多数据中心部署资源服务主机,以提供低延迟、高性能和高可用性的托管服 务 内容。 可能正在实施什么技术? A. VPN B. CDN C. SDN D. CCMP 11. 以下哪项关于ARP欺骗或MAC欺骗的陈述是正确的? A. MAC欺骗用于耗尽交换机的内存。 B. ARP欺骗用于伪造系统的物理地址,以冒充另一台授权设备的地址。 C. MAC欺骗依赖ICMP通信来穿越路由器。 D. ARP欺骗可以使用非请求或自发的回复。 12. 一个组织将群组项目数据文件存储在中央SAN上。 许多项目具有大量共同文 件,但被分别组织成

小白解释

场景先行:想象公司有一个客户订单系统:客户资料被别人看到是机密性问题,订单金额被偷偷改是完整性问题,系统打不开是可用性问题。教材这一页就是教你把事故先翻译成安全目标。

这一页真正想让你理解的是:可用性关注中断、故障、DoS、备份和冗余。

把它放进公司里看,关键不是背定义,而是判断:把泄露、篡改、宕机混在一起,就会选错控制措施。

你作为负责人可以这样想:先判断事故破坏了 CIA 哪一项,再选择对应控制:防泄露、防篡改、保可用。

本页术语用人话说:

可用性:可用性保证授权用户需要时能及时使用系统和数据。

授权:授权是认证之后决定你能访问什么、能做什么。

ISO:ISO 是国际标准化组织,常见安全管理体系如 ISO 27001/27002。

虚拟专用网络 VPN:VPN 在不可信网络上建立加密隧道。

常见误区:不要把所有安全问题都归成“被黑了”。考试会逼你分清到底是泄露、篡改还是中断。

读完后用一句话复述:如果我是业务系统负责人,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“可用性:需要时能用,且性能可接受”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是业务系统负责人在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

冗余、备份、BCP/DRP、抗 DoS、容量规划都对应可用性。

认证成功不等于什么都能做;权限仍要单独授权。

ISO 偏标准和管理体系。

远程访问、站点到站点、安全隧道常对应 VPN/IPSec。

政府/军方、机密级别、标签、不可由用户随意改通常是 MAC。

遇到章末题时,不要只看选项。先判断题干在问定义、责任归属、最佳下一步,还是控制措施选择。

排除法提醒:不要把所有安全问题都归成“被黑了”。考试会逼你分清到底是泄露、篡改还是中断。

本页术语拆解
可用性 可用性保证授权用户需要时能及时使用系统和数据。
授权 授权是认证之后决定你能访问什么、能做什么。
ISO ISO 是国际标准化组织,常见安全管理体系如 ISO 27001/27002。
虚拟专用网络 VPN VPN 在不可信网络上建立加密隧道。
强制访问控制 MAC MAC 由系统根据标签和级别强制决定访问。
日志 日志记录系统和用户活动,用于监控、审计和调查。
学习单元 117 / PDF P835

保护机制:分层、隐藏、加密和边界

单一控制不够,安全靠多个机制配合。

教材原文段落

project containers. A member of the incident response team is attempting to recover files from the SAN after a malware infection. However, many files are unable to be recovered. What is the most likely cause of this issue? A. Using Fibre Channel B. Performing real-time backups C. Using file encryption D. Deduplication 13. Jim was tricked into clicking on a malicious link contained in a spam email message. This caused malware to be installed on his system. The malware initiated a MAC flooding attack.

Soon, Jim's system and everyone else's in the same local network began to receive all transmissions from all other members of the network as well as communications from other parts of the next-to-local members. The malware took advantage of what condition in the network? A. Social engineering B. Network segmentation C. ARP queries D. Weak switch configuration 14. A ______________ is an intelligent hub because it knows the hardware addresses of the systems connected on each outbound port. Instead of repeating traffic on every outbound port, it repeats traffic only out of the port on which the destination is known to exist. A. Repeater B. Switch C. Bridge D. Router 15.

What type of security zone can be positioned so that it operates as a buffer between the secured private network and the Internet and can host publicly accessible services? A. Honeypot B. Screened subnet

中文直译 / 整理

项目容器。 事件响应团队的一个成员正在尝试从SAN中恢复恶意软件感 染后的文件。 然而,许多文件无法恢复。 这个问题最可能的原因是什么? A. 使用光纤通道 B. 执行实时备份 C. 使用文件加密 D. 重复数据删除 13. 吉姆被诱骗点击了垃圾邮件中的恶意链接,导致恶意软件安装在他的系 统上。 该恶意软件发起了一次MAC地址泛洪攻击。 不久,吉姆的系统以及 同一局域网内其他所有人的系统都开始接收来自网络中所有其他成员的传输, 以及邻近网络部分的通信。 该恶意软件利用了网络中的什么条件? A. 社会工程 B. 网络分段 C. ARP 查询 D. 弱交换机配置 14. 一个 ______________ 是一个智能集线器,因为它知道连接在每个出 端口上的系统的硬件地址。 它不会将流量重复发送到每个出端口,而是仅将 流量发送到已知目标存在的端口。 A. 中继器 B. 交换机 C. 桥接器 D. 路由器 15. 哪种安全区域可以设置在受保护的私有网络和互联网之间,作为缓冲 区并托管公开访问的服务? A. 蜜罐 B. 筛选子网

小白解释

场景先行:员工在家访问公司系统,流量要穿过家庭网络、互联网、防火墙、VPN、服务器。网络安全题就是让你判断问题发生在哪一层、用哪个控制放在什么位置。

这一页真正想让你理解的是:单一控制不够,安全靠多个机制配合。

把它放进公司里看,关键不是背定义,而是判断:不分层就会乱选设备:该加密的地方装防火墙,该监测的地方却只做访问控制。

你作为负责人可以这样想:先定位网络层次,再决定是分段、过滤、加密、检测还是阻断。

本页术语用人话说:

加密:加密把内容变成未授权者看不懂的形式。

OSI 模型:OSI 用七层结构理解网络通信,从物理层到应用层。

强制访问控制 MAC:MAC 由系统根据标签和级别强制决定访问。

事件响应:事件响应是发现、遏制、根除、恢复并复盘安全事件的过程。

常见误区:不要以为防火墙能解决所有网络问题;它只是控制流量的一类工具。

读完后用一句话复述:如果我是网络安全工程师,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“保护机制:分层、隐藏、加密和边界”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是网络安全工程师在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

加密主要保护机密性,也可配合签名、哈希支持完整性和真实性。

网络题先定位层次,再判断协议、设备或攻击位置。

政府/军方、机密级别、标签、不可由用户随意改通常是 MAC。

准备、检测、遏制、根除、恢复、经验教训是常见顺序。

防恶意代码要结合补丁、最小权限、检测、备份和用户培训。

排除法提醒:不要以为防火墙能解决所有网络问题;它只是控制流量的一类工具。

本页术语拆解
加密 加密把内容变成未授权者看不懂的形式。
OSI 模型 OSI 用七层结构理解网络通信,从物理层到应用层。
强制访问控制 MAC MAC 由系统根据标签和级别强制决定访问。
事件响应 事件响应是发现、遏制、根除、恢复并复盘安全事件的过程。
恶意代码 恶意代码包括病毒、蠕虫、木马、勒索软件等。
学习单元 118 / PDF P836

认证:证明身份

认证回答“你是不是你声称的那个人”。

教材原文段落

C. Extranet D. Intranet 16. An organization wants to use a wireless network internally, but they do not want any possibility of external access or detection. What security tool should be used? A. Air gap B. Faraday cage C. Biometric authentication D. Screen filters 17. Neo is the security manager for the southern division of the company. He thinks that deploying a NAC will assist in improving network security. However, he needs to convince the CISO of this at a presentation next week. Which of the following are goals of NAC that Neo should highlight? (Choose all that apply.) A. Reduce social engineering threats B. Detect rogue devices C.

Map internal private addresses to external public addresses D. Distribute IP address configurations E. Reduce zero-day attacks F. Confirm compliance with updates and security settings 18. The CISO wants to improve the organization's ability to manage and prevent malware infections. Some of her goals are to (1) detect, record, evaluate, and respond to suspicious activities and events, which may be caused by problematic software or by valid and invalid users, (2) collect event information and report it to a central ML analysis engine, and (3) detect abuses that are potentially more advanced than what can be detected by traditional antivirus or HIDSs.

The solution needs to be able to reduce response and remediation time, reduce false positives, and manage multiple threats simultaneously. What solution is the CISO wanting to implement? A. EDR B. NGFW C.

中文直译 / 整理

外联网 D. 内联网 16. 一个组织希望在内部使用无线网络,但他们不希望有任何外部访问或检 测的可能性。 应使用什么安全工具? A. 空气间隙 B. 法拉第笼 C. 生物识别认证 D. 屏幕滤镜 17. Neo 是公司南方部门的安全管理员。 他认为部署 NAC 将有助于提升网络 安全。 然而,他需要在下周的演示中说服 CISO。 以下哪些是 Neo 应当强调的 NAC 目标? (选择所有适用项。 ) A. 减少社会工程学威胁 B. 检测未经授权的设备 C. 将内部私有地址映射到外部公有地址 D. 分发 IP 地址配置 E. 减少零日攻击 F. 确认更新和安全设置的合规性 18. 首席信息安全官(CISO)希望提高组织管理和预防恶意软件感染的能力。 她的部分目标是:(1) 检测、记录、评估和响应可疑活动和事件,这些事件可 能由有问题的软件或有效和无效用户引起; (2) 收集事件信息并将其报告给中 央机器学习分析引擎; 以及 (3) 检测可能比传统防病毒软件或 HIDS 更高级 的滥用行为。 该解决方案需要能够缩短响应和修复时间,减少误报,并 同时管理多种威胁。 首席信息安全官希望实施什么解决方案?

A. EDR B. NGFW

小白解释

场景先行:公司准备上线一个新业务系统,技术团队说可以买设备,法务说要合规,业务说不能影响上线。安全治理就是让高层定方向:安全要服务业务目标,风险由谁接受,预算花在哪里。

这一页真正想让你理解的是:认证回答“你是不是你声称的那个人”。

把它放进公司里看,关键不是背定义,而是判断:如果没有治理,安全会变成各部门各做各的:有人只想省钱,有人只想堆工具,最后责任不清。

你作为负责人可以这样想:先定策略和责任,再把战略拆成战术计划和日常运营计划。

本页术语用人话说:

认证:认证是验证“你是不是你声称的那个人”。

授权:授权是认证之后决定你能访问什么、能做什么。

首席信息安全官:CISO 负责组织安全计划、策略、沟通和监督。

ISO:ISO 是国际标准化组织,常见安全管理体系如 ISO 27001/27002。

常见误区:不要把治理理解成配置设备;治理是方向、责任和监督。

读完后用一句话复述:如果我是高层管理者 / CISO,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“认证:证明身份”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是高层管理者 / CISO在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

密码、令牌、生物特征、多因素认证都服务认证。

认证成功不等于什么都能做;权限仍要单独授权。

CISO 需要足够独立性和高层支持。

ISO 偏标准和管理体系。

网络题先定位层次,再判断协议、设备或攻击位置。

遇到章末题时,不要只看选项。先判断题干在问定义、责任归属、最佳下一步,还是控制措施选择。

排除法提醒:不要把治理理解成配置设备;治理是方向、责任和监督。

本页术语拆解
认证 认证是验证“你是不是你声称的那个人”。
授权 授权是认证之后决定你能访问什么、能做什么。
首席信息安全官 CISO 负责组织安全计划、策略、沟通和监督。
ISO ISO 是国际标准化组织,常见安全管理体系如 ISO 27001/27002。
OSI 模型 OSI 用七层结构理解网络通信,从物理层到应用层。
入侵检测系统 IDS IDS 负责发现可疑行为并告警,一般不直接阻断。
恶意代码 恶意代码包括病毒、蠕虫、木马、勒索软件等。
学习单元 119 / PDF P837

第 837 页学习单元

这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

教材原文段落

C. WAF D. XSRF 19. A(n) _________________ firewall is able to make access control decisions based on the content of communications as well as the parameters of the associated protocol and software. A. Application-level B. Stateful inspection C. Circuit-level D. Static packet filtering 20. Which of the following is true regarding appliance firewalls? (Choose all that apply.) A. They are able to log traffic information. B. They are able to block new phishing scams. C. They are able to issue alarms based on suspected attacks. D. They are unable to prevent internal attacks. C. WAF D. XSRF 19.

中文直译 / 整理

一种_________________ 应用程序级防火墙能够根据通信内容 以及相关协议和软件的参数做出访问控制决策。 A. 应用程序级 B. 状态检测 C. 电路级 D. 静态数据包过滤 20. 关于设备防火墙,以下哪项是正确的? (选择所有适用项。 ) A. 它们能够记录流量信息。 B. 它们能够阻止新的网络钓鱼攻击。 C. 它们能够根据疑似攻击发出警报。 D. 它们无法阻止内部攻击。

小白解释

场景先行:员工在家访问公司系统,流量要穿过家庭网络、互联网、防火墙、VPN、服务器。网络安全题就是让你判断问题发生在哪一层、用哪个控制放在什么位置。

这一页真正想让你理解的是:这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

把它放进公司里看,关键不是背定义,而是判断:不分层就会乱选设备:该加密的地方装防火墙,该监测的地方却只做访问控制。

你作为负责人可以这样想:先定位网络层次,再决定是分段、过滤、加密、检测还是阻断。

本页术语用人话说:

程序:程序是一步一步怎么做。

防火墙:防火墙根据规则控制网络流量进出。

日志:日志记录系统和用户活动,用于监控、审计和调查。

常见误区:不要以为防火墙能解决所有网络问题;它只是控制流量的一类工具。

读完后用一句话复述:如果我是网络安全工程师,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“第 837 页学习单元”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是网络安全工程师在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

Step-by-step、SOP 常对应 procedure。

防火墙不是万能;它常与 IDS/IPS、分段、日志一起使用。

日志要保护完整性、时间同步和访问控制。

遇到章末题时,不要只看选项。先判断题干在问定义、责任归属、最佳下一步,还是控制措施选择。

排除法提醒:不要以为防火墙能解决所有网络问题;它只是控制流量的一类工具。

本页术语拆解
程序 程序是一步一步怎么做。
防火墙 防火墙根据规则控制网络流量进出。
日志 日志记录系统和用户活动,用于监控、审计和调查。