OSG10 · Chapter 13 · Managing Identity and Authentication · 全文覆盖 + 小白精读 + 画报

第 13 章:管理身份和身份验证

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

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

本章考试范围总览

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

教材原文段落

THE CISSP TOPICS COVERED IN THIS CHAPTER INCLUDE: Domain 5.0: Identity and Access Management (IAM) 5.1 Control physical and logical access to assets 5.1.1 Information 5.1.2 Systems 5.1.3 Devices 5.1.4 Facilities 5.1.5 Applications 5.1.6 Services 5.2 Design identification and authentication strategy (e.g., people, devices, and services) 5.2.1 Groups and Roles 5.2.2 Authentication, Authorization and Accounting (AAA) (e.g., multi-factor authentication (MFA), password-less authentication) 5.2.3 Session management 5.2.4 Registration, proofing, and establishment of identity 5.2.5 Federated Identity Management (FIM) 5.2.6 Credential management systems (e.g., Password vault) 5.2.7 Single Sign On (SSO) 5.2.8 Just-In-Time 5.3 Federated identity with a third-party service 5.3.1 On-premise 5.3.2 Cloud 5.3.3 Hybrid 5.5 Manage the identity and access provisioning lifecycle 5.5.1 Account access review (e.g., user, system, service)

中文直译 / 整理

本章涵盖的CISSP主题包括: 域5.0:身份与访问管理(IAM) 5.1 控制对资产的物理和逻辑访问 5.1.1 信息 5.1.2 系统 5.1.3 设备 5.1.4 设施 5.1.5 应用 5.1.6 服务 5.2 设计识别与身份验证策略(例如,人员、设备和服务) 5.2.1 组与角色 5.2.2 身份验证、授权和计费(AAA)(例如,多因素身份 验证(MFA)、无密码身份验证) 5.2.3 会话管理 5.2.4 注册、身份验证和身份建立 5.2.5 联合身份管理(FIM) 5.2.6 凭据管理系统(例如,密码保险库) 5.2.7 单点登录(SSO) 5.2.8 按需分配 5.3 与第三方服务的联合身份 5.3.1 本地 5.3.2 云 5.3.3 混合 5.5 管理身份和访问配置生命周期 5.5.1 账户访问审查(例如,用户、系统、服务)

小白解释

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

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

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

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

本页术语用人话说:

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

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

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

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

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

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

考点提醒

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

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

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

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

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

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

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

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

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

本页术语拆解
AAA 服务 AAA 常说认证、授权、记账,但完整链条还包括识别和审计。
认证 认证是验证“你是不是你声称的那个人”。
授权 授权是认证之后决定你能访问什么、能做什么。
资产 资产是组织认为有价值、需要保护的东西,可以是数据、系统、人员、设施或声誉。
身份 身份是主体在系统中的标识。
多因素认证 MFA 使用至少两类不同认证因素,提高认证可信度。
日志 日志记录系统和用户活动,用于监控、审计和调查。
学习单元 02 / PDF P918

认证:证明身份

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

教材原文段落

5.5.2 Provisioning and deprovisioning (e.g., on/off boarding and transfers) 5.5.3 Role definition and transition (e.g., people assigned to new roles) 5.5.5 Service accounts management The Identity and Access Management (IAM) domain focuses on issues related to granting and revoking privileges to access data or perform actions on systems. A primary focus is on identification, authentication, authorization, and accounting. In this chapter and Chapter 14, “Controlling and Monitoring Access,” we discuss all the objectives in the Identity and Access Management domain. Be sure to read and study the materials from both chapters to ensure complete coverage of this domain's essential material.

Controlling Access to Assets Controlling access to assets is one of the central themes of security, and you'll find that many different security controls work together to provide access control. Note that assets can be tangible or intangible. Tangible assets refer to things you can touch, such as physical equipment, whereas intangible assets refer to information and data, such as intellectual property. In addition to personnel, technology assets can be information, systems, devices, facilities, applications, or services: Information An organization's information includes all of its data. Data is stored in simple files on servers, computers, and smaller devices.

It can also be stored in databases within a server farm or the cloud. It can even be paper records maintained in a file cabinet. Logical access controls attempt to prevent unauthorized access to information. Systems An organization's systems include any IT systems that provide one or more services. For example, a simple file server that stores user files is a system. Additionally, a web server working with a database server to provide an e-commerce service is a system. Permissions assigned to user and system accounts control system access. Devices Devices refer to any computing equipment, including networking devices (routers and switches), storage devices (SAN and NAS), computing 5.5.2

中文直译 / 整理

资源调配与撤销(例如,入职和离职及调动) 5.5.3 角色定义与过渡(例如,人员分配到新角色) 5.5.5 服务账户管理 身份和访问管理(IAM)领域重点关注授予和撤销访问数据或在系统上执行 操作权限的相关问题。 其主要关注点包括身份识别、身份验证、授权和审计。 在本章及第14章“访问控制与监控”中,我们将讨论身份和访问管理领域中 的所有目标。 请务必阅读并学习这两章的材料,以全面掌握该领域的重要内 容。 控制对资产的访问 控制对资产的访问是安全的核心主题之一,您会发现许多不同的安全控制措施 协同工作以实现访问控制。 请注意,资产可以是有形的或无形的。 有形资产指 您可以触摸到的物品,例如物理设备; 无形资产则指信息和数据,例如知识产 权。 除了人员之外,技术资产还可以是信息、系统、设备、设施、应用程序或 服务: 信息 一个组织的信息包括其所有数据。 数据存储在服务器、计算机和较小设备 上的简单文件中。 它也可以存储在服务器集群或云端的数据库中。 甚至可以是保 存在文件柜中的纸质记录。 逻辑访问控制旨在防止对信息的未授权访问。 系统 一个组织的系统包括提供一个或多个服务的任何IT系统。

例如,存储用户文 件的简单文件服务器就是一个系统。 此外,与数据库服务器协同提供电子商务服 务的Web服务器也是一个系统。 分配给用户和系统账户的权限控制对系统的访问。 设备 设备指任何计算设备,包括网络设备(路由器和交换机)、存储设备(SAN 和 NAS)、计算

小白解释

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

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

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

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

本页术语用人话说:

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

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

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

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

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

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

考点提醒

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

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

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

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

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

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

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

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

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

本页术语拆解
认证 认证是验证“你是不是你声称的那个人”。
授权 授权是认证之后决定你能访问什么、能做什么。
审计 审计记录主体行为,用于追责、复盘和取证。
程序 程序是一步一步怎么做。
资产 资产是组织认为有价值、需要保护的东西,可以是数据、系统、人员、设施或声誉。
身份 身份是主体在系统中的标识。
审计 审计检查控制是否存在、是否有效、是否符合要求。
日志 日志记录系统和用户活动,用于监控、审计和调查。
学习单元 03 / PDF P919

第 919 页学习单元

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

教材原文段落

devices (servers, desktop computers, portable laptop computers, tablets, and smartphones), and external devices such as printers and scanners. Organizations have increasingly adopted policies allowing employees to connect their personally owned devices (such as smartphones or tablets) to an organization's network. Although the employees may own the devices, organizational data stored on the devices is still an asset of the organization. Facilities An organization's facilities include any physical location that it owns or rents. This could be individual rooms, entire buildings, or whole complexes of several buildings. Physical security controls help protect facilities.

Applications Applications frequently provide access to an organization's data. Controlling access to applications provides an additional layer of control for the organization's data. Permissions are an easy way to restrict logical access to applications and be assigned to specific users or groups. Services Services offered by an organization may include printing capabilities, network capacity, end-user support, and a variety of other offerings. Access control systems ensure that only authorized users gain access to these services. Controlling Physical and Logical Access In addition to understanding what assets need to be protected, you must know how to protect them.

You can do so with physical security controls and logical access controls. Chapter 10, “Physical Security Requirements,” discusses physical security controls in depth. In general, a physical security control is one you can touch, such as perimeter security controls (fences, gates, guards, and turnstiles) and environmental controls such as heating, ventilation, and air-conditioning (HVAC) systems and fire suppression. Physical security controls protect systems, devices, and facilities by controlling access and controlling the environment. As an example, organizations often have a server room where servers are running, and it's common for server rooms to include routers and switches.

The benefit is that server rooms have increased security, such as cipher locks controlling entry into the server room. Desktop computers typically aren't as valuable as servers, but regular physical security controls such as locks provide protection.

中文直译 / 整理

设备(服务器、台式计算机、便携式笔记本电脑、平板电脑和智能手机),以及打印 机和扫描仪等外部设备。 组织越来越多地采用政策,允许员工将个人拥有的设备(如智能手机或平板 电脑)连接到组织的网络。 尽管设备归员工所有,但存储在设备上的组织数 据仍然是组织的资产。 设施 组织的设施包括其拥有或租赁的任何物理场所。 这可能是单个房间、整栋 建筑,或由多栋建筑组成的整个综合体。 物理安全控制有助于保护设施。 应用程序 应用程序通常提供对组织数据的访问。 控制对应用程序的访问为组织的 数据提供了额外的保护层。 权限是限制对应用程序进行逻辑访问的简便方式,可 分配给特定用户或用户组。 服务 组织提供的服务可能包括打印功能、网络容量、终端用户支持以及各 种其他服务。 访问控制系统确保只有授权用户才能访问这些服务。 控制物理和逻辑访问 除了了解需要保护的资产外,您还必须知道如何保护它们。 您可以通过物理安 全控制和逻辑访问控制来实现这一点。 第10章,“物理安全要求”深入讨论了物理安全控制措施。

通常,物理安全控 制是指您可以接触的措施,例如边界安全控制(围栏、门、保安和旋转门)以 及环境控制,如供暖、通风和空调(HVAC)系统和火灾抑制系统。 物理安全控制通过控制访问和环境来保护系统、设备和设施。 例如,组织通常 设有服务器室,服务器在此运行,而服务器室通常还包含路由器和交换机。 其 优势在于服务器室具有更高的安全性,例如使用密码锁控制进入服务器室。 台 式计算机通常不如服务器值钱,但常规的物理安全控制措施,如锁具,仍能提 供保护。

小白解释

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

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

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

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

本页术语用人话说:

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

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

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

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

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

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

考点提醒

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

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

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

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

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

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

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

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

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

本页术语拆解
授权 授权是认证之后决定你能访问什么、能做什么。
政策 政策是高层原则,说明必须遵守什么。
程序 程序是一步一步怎么做。
资产 资产是组织认为有价值、需要保护的东西,可以是数据、系统、人员、设施或声誉。
日志 日志记录系统和用户活动,用于监控、审计和调查。
学习单元 04 / PDF P920

五大支柱与 CIA 三元组

先把安全目标分成机密性、完整性、可用性,再理解真实性和不可否认性。

教材原文段落

Servers store important information (data), and also many servers host applications accessed by employees throughout the organization. These applications and data enjoy the same benefits from the other physical security controls protecting these servers. Logical access controls are the technical controls used to protect access to information, systems, devices, and applications. They include authentication, authorization, and permissions. Combined, they help prevent unauthorized access to data and configuration settings on systems and other devices. For example, only people who can authenticate on a system or network can access data.

Permissions help ensure only authorized entities can access data. Similarly, logical access controls restrict access to configuration settings on systems and network devices to only authorized individuals. Many of these logical access controls can apply to resources on-site or in the cloud. The CIA Triad and Access Controls One of the primary reasons an organization implements access control mechanisms is to prevent losses. There are three categories of IT loss: loss of confidentiality, integrity, and availability (CIA). Protecting against these losses is so integral to IT security that they are frequently referred to as the CIA Triad (or sometimes the AIC Triad or Security Triad).

Chapter 1, “Security Governance Through Principles and Policies,” covers these in more depth. The following list identifies them in the context of access control: Confidentiality Access controls help ensure that only authorized subjects can access objects. When unauthorized entities can access systems or data, it results in a loss of confidentiality. Integrity Integrity ensures that data or system configurations are not modified without authorization, or if unauthorized changes occur, security controls detect the changes. If unauthorized or unwanted changes to objects occur, the result is a loss of integrity.

Availability Authorized requests for objects must be granted to subjects within a reasonable amount of time. In other words, systems and data should be available to users and other authorized subjects when they are needed. If the systems are not operational or the data is not accessible, the result is a loss of availability. The AAA Model

中文直译 / 整理

服务器存储重要信息(数据),并且许多服务器托管着组织内员工访问 的应用程序。 这些应用程序和数据同样受益于保护这些服务器的其他物 理安全控制措施。 逻辑访问控制是用于保护对信息、系统、设备和应用程序访问的技术控制措施。 它们包括身份验证、授权和权限。 这些措施共同作用,有助于防止未经授权的 人员访问系统和其他设备上的数据和配置设置。 例如,只有能够通过系统或网 络身份验证的人员才能访问数据。 权限确保只有经过授权的实体才能访问数据。 同样,逻辑访问控制将系统和网络设备上的配置设置访问权限限制为仅限授权 人员。 这些逻辑访问控制中的许多措施可应用于本地或云端的资源。 CIA三元组与访问控制 组织实施访问控制机制的主要原因之一是防止损失。 IT损失分为三类:机密性 机密性、完整性和可用性(CIA)。 防止这些损失对IT安全至关重要,因此它 们常被称为CIA三元组(有时也称为AIC三元组或安全三元组)。 第1章“通过 原则与策略实现安全治理”对此进行了更深入的介绍。 以下列表在访问控制的 背景下明确了它们: 机密性 访问控制有助于确保只有授权主体才能访问对象。 当未经授权的实体能 够访问系统或数据时,会导致机密性丧失。

完整性 完整性确保数据或系统配置未经授权不得被修改,或者如果发生未经授 权的更改,安全控制能够检测到这些更改。 如果对象发生未经授权或非预期的 更改,结果就是完整性丧失。 可用性 对象的授权请求必须在合理的时间内授予主体。 换句话说,当用户和其他 授权主体需要时,系统和数据应可供使用。 如果系统无法运行或数据无法访问, 则会导致可用性丧失。 AAA 模型

小白解释

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

这一页真正想让你理解的是:先把安全目标分成机密性、完整性、可用性,再理解真实性和不可否认性。

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

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

本页术语用人话说:

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

CIA 三元组:机密性、完整性、可用性是安全目标的三根主梁。

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

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

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

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

考点提醒

考题会把“五大支柱与 CIA 三元组”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

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

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

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

泄露看机密性,篡改看完整性,中断/不可访问看可用性。

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

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

冗余、备份、BCP/DRP、抗 DoS、容量规划都对应可用性。

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

本页术语拆解
安全治理 治理负责定方向、定责任、定监督方式。它不是配置防火墙,而是决定组织为什么要做安全、由谁负责、做到什么程度。
CIA 三元组 机密性、完整性、可用性是安全目标的三根主梁。
机密性 机密性让该看的人能看,不该看的人看不到。
完整性 完整性保证数据没有被未授权修改,并且仍然正确可信。
可用性 可用性保证授权用户需要时能及时使用系统和数据。
AAA 服务 AAA 常说认证、授权、记账,但完整链条还包括识别和审计。
认证 认证是验证“你是不是你声称的那个人”。
授权 授权是认证之后决定你能访问什么、能做什么。
学习单元 05 / PDF P921

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

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

教材原文段落

The core functions of identity and access management systems are: Authenticating users, systems, services, and other subjects to confirm they are who they claim to be Authorizing actions attempted by those entities Accounting for activity by maintaining an audit trail Together, these three core functions are described as the AAA (or “Triple-A”) model of access control. Identification and Authentication Strategy Identification is the process of a subject claiming, or professing, an identity. A subject must provide an identity to a system to start the authentication, authorization, and accounting processes.

Providing an identity might entail typing a username, swiping a smartcard, speaking a phrase, or positioning your face, hand, or finger in front of a camera or in proximity of a scanning device. A core identification principle is that all subjects must have unique identities. Authentication verifies the subject's identity by comparing one or more factors against a database of valid identities, such as user accounts. The authentication information used to verify identity is private and needs to be protected. As an example, passwords are rarely stored in cleartext within a database. Instead, authentication systems store hashes of passwords in the authentication database.

Chapter 6, “Cryptography and Symmetric Key Algorithms,” covers hashing in more depth. Identification and authentication occur together as a single two-step process. Providing an identity is the first step, and providing the authentication information is the second step. Without both, a subject cannot gain access to a system. In contrast, imagine a user claims an identity (such as with a username of john.doe@sybex.com) but doesn't prove the identity (with a password). This username is for the employee named John Doe. However, if a system accepts

中文直译 / 整理

身份和访问管理系统的核心功能包括: 身份验证用户、系统、服务及其他主体,以确认其真实身份 授权这些主体尝试执行的操作 计费活动,通过维护审计跟踪 这三项核心功能共同构成了访问控制的AAA(或“三重A”)模型。 身份识别与验证策略 身份识别是主体声明或宣称其身份的过程。 主体必须向系统提供身份,以启动 验证、授权和计费流程。 提供身份可能包括输入用户名、刷智能卡、说出短语, 或将面部、手或手指置于摄像头前或扫描设备附近。 身份识别的核心原则是所 有主体都必须具有唯一身份。 身份验证通过将一个或多个因素与有效身份数据库(如用户账户)进行比较 来验证主体的身份。 用于验证身份的认证信息是私密的,需要受到保护。 例 如,密码很少以明文形式存储在数据库中。 相反,认证系统会在认证数据库 中存储密码的哈希值。 第6章,“加密与对称密钥算法”,更深入地介绍了哈希。 标识和身份验证作为单个两步过程一起发生。 提供身份是第一步,提供认证信 息是第二步。 缺少其中任何一步,主体都无法访问系统。 相反,想象一个用户声称了一个身份(例如使用用户名 john.doe@sybex.com), 但并未通过密码证明该身份。 此用户名属于员工约翰·多伊。

然而,如果系统仅接受

小白解释

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

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

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

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

本页术语用人话说:

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

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

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

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

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

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

考点提醒

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

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

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

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

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

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

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

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

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

本页术语拆解
AAA 服务 AAA 常说认证、授权、记账,但完整链条还包括识别和审计。
认证 认证是验证“你是不是你声称的那个人”。
授权 授权是认证之后决定你能访问什么、能做什么。
审计 审计记录主体行为,用于追责、复盘和取证。
加密 加密把内容变成未授权者看不懂的形式。
密码学 密码学用数学方法保护信息,常用于机密性、完整性、认证和不可否认性。
对称加密 对称加密使用同一把密钥加密和解密,速度快但密钥分发难。
哈希 哈希把任意长度数据变成固定长度摘要,用于校验是否被改过。
学习单元 06 / PDF P922

认证:证明身份

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

教材原文段落

the username without the password, it has no proof that the user is John Doe. Anyone who knows John's username can impersonate him. Each authentication technique or factor has benefits and drawbacks. Thus, it is important to evaluate each mechanism in the context of the environment where it is deployed. For example, a facility that processes Top Secret materials requires very strong authentication mechanisms. In contrast, authentication requirements for students within a classroom environment are significantly less. While identification and authentication methods authenticate people, they also authenticate devices and services.

The “Device Authentication” and “Service Authentication” sections, later in this chapter, explain devices and services in more depth. You can simplify identification and authentication by thinking about a username and a password. Users identify themselves with usernames and authenticate (or prove their identity) with passwords. Of course, there are many more identification and authentication methods, but this simplification helps you keep the terms clear. Comparing Subjects and Objects Access control addresses more than just controlling which users can access which files or services. It is about the relationships between entities (subjects and objects).

Access is the transfer of information from an object to a subject, which makes it important to understand the definition of both subject and object. Chapter 8, “Principles of Security Models, Design, and Capabilities,” covers subjects and objects in more depth. The following provides a short reminder: Subject A subject is an active entity that accesses a passive object to receive information from, or data about, an object. Subjects can be users, programs, processes, services, computers, or anything else that can access a resource. When authorized, subjects can modify objects. Object An object is a passive entity that provides information to active subjects.

Examples of objects are files, databases, computers, programs, processes, services, printers, and storage media.

中文直译 / 整理

用户名而不验证密码,就无法证明用户确实是约翰·多伊。 任何知道约翰用户 名的人都可以冒充他。 每种身份验证技术或因素都有其优缺点。 因此,重要的是根据其部署环境评估 每种机制。 例如,处理绝密材料的设施需要非常强大的身份验证机制。 相比之 下,教室环境中学生的身份验证要求则显著较低。 虽然身份识别和身份验证方法用于验证人员,但它们也用于验证设备和服务。 本章后续的“设备身份验证”和“服务身份验证”部分将更深入地介绍设备 和服务。 你可以通过思考用户名和密码来简化身份识别和身份验证。 用户使用 用户名标识自己,并使用密码进行身份验证(或证明其身份)。 当然,还 有许多其他身份识别和身份验证方法,但这种简化有助于你清晰区分这些 术语。 比较主体与客体 访问控制所涉及的不仅仅是控制哪些用户可以访问哪些文件或服务。 它关乎实 体(主体和客体)之间的关系。 访问是指信息从客体向主体的传输,因此理解 主体和客体的定义至关重要。 第8章“安全模型、设计与能力的原则”将更深入 地介绍主体和客体。 以下内容提供简要提醒: 主题 A 主体 是一个主动实体,它访问一个被动对象以获取有关该对象的信息或数 据。

主体可以是用户、程序、进程、服务、计算机或任何其他能够访问资源的实 体。 经授权后,主体可以修改对象。 对象 一个 对象 是一个被动实体,为活跃的主体提供信息。 对象的例子包括 文件、数据库、计算机、程序、进程、服务、打印机和存储介质。

小白解释

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

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

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

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

本页术语用人话说:

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

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

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

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

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

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

考点提醒

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

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

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

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

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

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

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

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

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

本页术语拆解
认证 认证是验证“你是不是你声称的那个人”。
授权 授权是认证之后决定你能访问什么、能做什么。
程序 程序是一步一步怎么做。
入侵防御系统 IPS IPS 可检测并主动阻断恶意流量。
身份 身份是主体在系统中的标识。
学习单元 07 / PDF P923

认证:证明身份

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

教材原文段落

You can often simplify the access control topics by substituting the word user for subject and the word file for object. For example, instead of a subject accesses an object, you can think of it as a user accesses a file. However, it's also important to remember that subjects include more than users and that objects include more than just files. You may have noticed that some examples, such as programs, services, and computers, are listed as both subjects and objects. This is because the roles of subject and object can switch back and forth. In many cases, when two entities interact, they perform different functions.

Sometimes they may be requesting information and other times providing information. The key difference is that the subject is always the active entity that receives information about, or data from, the passive object. The object is always the passive entity that provides or hosts the information or data. As an example, consider a common web application that provides dynamic web pages to users. Users query the web application to retrieve a web page, so the application starts as an object. The web application then switches to a subject role as it queries the user's computer to retrieve a cookie and then queries a database to retrieve information about the user based on the cookie.

Finally, the application switches back to an object as it sends dynamic web pages back to the user. Registration, Proofing, and Establishment of Identity Within an organization, new employees prove their identity with appropriate documentation during the hiring process. Acceptable documentation for inperson identity proofing includes using physical documents such as a passport, driver's license, birth certificate, and more. This documentation establishes the identity of the new employee for the employer. After verifying the documents are authentic, employees within a human resources (HR) department begin the registration process.

This process can be as simple as creating an account for the new employee and having the new employee set a password. If the organization uses more secure authentication methods, such as biometrics, the registration process is more complex. For example, if the organization uses fingerprinting as a biometric method for

中文直译 / 整理

您通常可以通过将 用户 替换 主体,并将 文件 替换 对象 来简化访问控 制主题。 例如,与其说 主体访问对象,您可以将其理解为 用户访问文件。 然而,同样重要的是要记住,主体不仅包括用户,对象也不仅限于文件。 您可能已经注意到,某些示例(如程序、服务和计算机)既被列为subject,也 被列为object。 这是因为subject和object的角色可以相互切换。 在许多情况下, 当两个实体相互作用时,它们会执行不同的功能:有时它们请求信息,有时则 提供信息。 关键区别在于,subject始终是主动实体,负责接收有关被动 object的信息或数据; 而object始终是被动实体,提供或托管信息或数据。 以一个常见的Web应用程序为例,该程序向用户提供动态网页。 用户查询 Web应用程序以获取网页,因此应用程序最初作为object。 随后,应用程序切 换为subject角色,查询用户的计算机以获取cookie,再根据该cookie查询数 据库以获取有关用户的信息。 最后,应用程序再次切换回object角色,将动态 网页发送回用户。 注册、身份验证与身份建立 在组织内,新员工在招聘过程中通过适当的文件证明其身份。

适用于现场身份 验证的可接受文件包括使用护照、驾照、出生证明等实体文件。 这些文件用于 为雇主确立新员工的身份。 在验证文件真实无误后,人力资源(HR)部门的员工开始注册流程。 此流程可 能很简单,例如为新员工创建账户并让其设置密码。 如果组织使用更安全的认 证方式,如生物识别,则注册流程更为复杂。 例如,如果组织将指纹识别作为 生物识别方法用于

小白解释

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

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

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

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

本页术语用人话说:

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

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

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

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

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

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

考点提醒

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

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

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

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

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

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

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

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

本页术语拆解
认证 认证是验证“你是不是你声称的那个人”。
程序 程序是一步一步怎么做。
数字证书 数字证书把身份和公钥绑定起来,由可信 CA 签发。
身份 身份是主体在系统中的标识。
学习单元 08 / PDF P924

认证:证明身份

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

教材原文段落

authentication, registration includes capturing the new employee's fingerprints. Online organizations often use knowledge-based authentication (KBA) for identity proofing of someone new, such as a new customer. For example, if you create an online savings account, the bank will ask you a series of multiple-choice or fill-in-the-blank questions that only you should know. Here are a few examples: Which of the following vehicles have you recently purchased? How much is your car payment? How much is your mortgage (or rental) payment? Have you lived at any of the following addresses? What is your driver's license number?

The organization queries independent and authoritative sources, such as credit bureaus or government agencies, before creating these questions. It also gives users a limited amount of time to answer the questions. Some organizations use a cognitive password (also known as security questions) when a known user is trying to change a password. Authentication systems collect the answers to these questions during the account's initial registration, but they can be collected or modified later. As an example, the subject might see the following questions when creating an account: What is your favorite sport? What is the color of your first car? What is the name of your first pet?

What is the name of your first boss? What is your mother's maiden name? What is the name of your best friend in grade school? Later, the system uses these questions for authentication. If the user answers all the questions correctly, the system authenticates the user. Cognitive passwords often assist with password management using self-service password reset systems or assisted password reset systems. For example, if users forget their original password, they can ask for help. The password

中文直译 / 整理

认证,注册过程包括采集新员工的指纹。 在线机构通常使用基于知识的认证(KBA)来验证新用户的身份,例如新客 户。 例如,如果您开设在线储蓄账户,银行会向您提出一系列仅您本人应知 晓的多项选择题或填空题。 以下是一些示例: 以下哪些车辆您最近购买过? 您的汽车月供是多少? 您的房贷(或房租)月供是多少? 您是否曾经居住在以下地址? 您的驾驶证号码是多少? 该组织在创建这些问题之前,会向信用局或政府机构等独立且权威的来源进 行查询。 它还为用户提供有限的时间来回答这些问题。 一些组织在已知用户尝试更改密码时,会使用认知密码(也称为安全问题)。 身份验证系统在账户初始注册期间收集这些问题的答案,但也可以在之后收集 或修改。 例如,用户在创建账户时可能会看到以下问题: 您最喜欢的运动是什么? 您的第一辆车是什么颜色的? 您的第一只宠物叫什么名字? 您的第一位老板叫什么名字? 你母亲的婚前姓氏是什么? 你小学时最好的朋友叫什么名字? 之后,系统会使用这些问题进行身份验证。 如果用户正确回答了所有问题,系 统将验证用户身份。 认知密码通常有助于使用自助密码重置系统或协助密码重 置系统进行密码管理。

例如,如果用户忘记了原始密码,他们可以寻求帮助。 密码

小白解释

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

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

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

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

本页术语用人话说:

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

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

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

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

考点提醒

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

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

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

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

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

遇到章末题时,不要只看选项。先判断题干在问定义、责任归属、最佳下一步,还是控制措施选择。

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

本页术语拆解
认证 认证是验证“你是不是你声称的那个人”。
身份 身份是主体在系统中的标识。
学习单元 09 / PDF P925

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

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

教材原文段落

management system then challenges the user with one or more of these cognitive password questions, presumably known only by the user. One of the flaws associated with cognitive passwords is that the information is often available on social media sites or with internet searches. If a user includes some or all of the same information in an online profile, attackers may use the information to change the user's password. The National Institute of Standards and Technology's NIST SP 800-63B—Digital Identity Guidelines: Authentication and Life Cycle Management discourages using these static questions.

Authorization and Accounting Two additional security elements in an access control system are authorization and accounting: Authorization Subjects are granted access to objects based on proven identities. For example, administrators grant users access to files based on the user's proven identity. Accounting Users and other subjects can be held accountable for their actions when auditing is implemented. Auditing tracks subjects and logs when they access objects, creating an audit trail in one or more audit logs. For example, auditing can record when a user reads, modifies, or deletes a file. Auditing provides accountability.

Additionally, assuming the user has been properly authenticated, audit logs provide nonrepudiation. The user cannot believably deny doing something that is recorded in the audit logs. An effective access control system requires strong identification and authentication mechanisms, in addition to authorization and accountability elements. Subjects have unique identities and prove their identity with authentication. Administrators grant access to subjects based on their identities, providing authorization. Logging user actions based on their proven identities provides accountability. In contrast, if users didn't need to log on with credentials, then all users would be anonymous.

It isn't possible to restrict authorization to specific

中文直译 / 整理

管理系统随后会向用户提出一个或多个这些认知密码问题,这些问题据称只 有用户本人知晓。 认知密码的一个缺陷是,相关信息通常可在社交媒体网站或互联网搜 索中获得。 如果用户在在线档案中包含部分或全部相同信息,攻击者可能 利用这些信息更改用户的密码。 美国国家标准与技术研究院(NIST)的 NIST SP 800‑63B—数字身份指南:认证与生命周期管理建议不要使用这 些静态问题。 授权与计费 访问控制系统中的另外两个安全元素是 授权 和 计费: 授权 主体根据经过验证的身份被授予对对象的访问权限。 例如,管理员根据 用户的经过验证的身份授予用户对文件的访问权限。 计费 当实施审计时,用户和其他主体可对其行为负责。 审计跟踪主体并记录其访 问对象的时间,从而在一份或多个审计日志中创建审计轨迹。 例如,审计可以记 录用户读取、修改或删除文件的时间。 审计提供可追责性。 此外,假设用户已得到适当的身份验证,审计日志可提供不可否认性性。 用户 无法合理否认审计日志中记录的行为。 有效的访问控制系统需要强大的身份识别和认证机制,以及授权和问责元素。 主体具有唯一身份,并通过认证证明其身份。 管理员根据主体的身份授予访 问权限,提供授权。

基于已验证的身份记录用户操作,可实现问责。 相反,如果用户无需使用凭据登录,则所有用户都将为匿名状态。 无法对特定

小白解释

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

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

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

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

本页术语用人话说:

不可否认性:不可否认性让行为人事后不能抵赖自己做过某事。

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

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

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

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

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

考点提醒

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

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

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

数字签名、审计日志、交易记录和证书常支持不可否认性。

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

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

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

问责依赖识别、认证、授权、审计和记账共同工作。

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

本页术语拆解
不可否认性 不可否认性让行为人事后不能抵赖自己做过某事。
认证 认证是验证“你是不是你声称的那个人”。
授权 授权是认证之后决定你能访问什么、能做什么。
审计 审计记录主体行为,用于追责、复盘和取证。
问责性 问责性要求能把行为绑定到具体主体。
NIST NIST 提供美国常用安全标准、框架和指南。
标准 标准给出必须满足的最低要求。
指南 指南是建议做法,不一定强制。
学习单元 10 / PDF P926

认证:证明身份

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

教材原文段落

users if everyone is anonymous. Logging could still record events, but it would not be able to identify which users performed any actions. Authorization Authorization indicates who is trusted to perform specific operations. If the action is allowed, the subject is authorized; if disallowed, the subject is not authorized. As a simple example, if a user attempts to open a file, the authorization mechanism checks to ensure that the user has at least read permission on the file. It's important to realize that just because users or other entities can authenticate to a system, that doesn't mean they have access to anything and everything.

Instead, subjects are authorized to access specific objects based on their proven identity. The process of authorization ensures that the requested activity or object access is possible based on the privileges assigned to the subject. Administrators grant users only the privileges they need to perform their jobs following the principle of least privilege. Identification and authentication are “all-or-nothing” aspects of access control. Either a user's credentials prove a professed identity, or they don't. In contrast, authorization occupies a wide range of variations.

For example, a user may be able to read a file but not delete it, or they may be able to print a document but not alter the print queue. Accounting Auditing, logging, and monitoring provide accounting services by ensuring that subjects can be held accountable for their actions. Auditing is the process of tracking and recording subject activities within logs. Logs typically record who took an action, when and where the action was taken, and what the action was. One or more logs create an audit trail that researchers or investigators can use to reconstruct events and identify security incidents.

When they review audit trails' contents, they can provide evidence to hold people accountable for their actions, such as violating security policy rules. These audit trails also help verify user compliance with policies. There's a subtle but important point to stress about accountability. Accountability relies on effective identification and authentication, but it does not require effective authorization. In other words, after identifying and authenticating users, accountability mechanisms such as audit logs can track

中文直译 / 整理

用户进行授权限制。 日志记录仍可记录事件,但无法识别哪些用户执行了任 何操作。 授权 授权指示哪些主体被信任执行特定操作。 如果允许该操作,则主体被授权; 如果禁止该操作,则主体未被授权。 作为一个简单的例子,当用户尝试打开 一个文件时,授权机制会检查该用户是否至少具有对该文件的读取权限。 重要的是要认识到,即使用户或其他实体能够向系统进行身份验证,也不意味 着他们可以访问一切。 相反,主体根据其已验证的身份被授权访问特定对象。 授权过程确保所请求的活动或对象访问基于分配给主体的权限是可行的。 管理 员遵循最小权限原则,仅授予用户执行其工作所需的权限。 标识和身份验证是访问控制中的“全有或全无”方面:要么用户的凭据证明了 其所声称的身份,要么没有。 相比之下,授权则涵盖广泛的变化。 例如,用户 可能可以读取文件但不能删除它,或者可以打印文档但不能修改打印队列。 会计 审计、日志记录和监控通过确保主体对其行为负责来提供会计服务。 审计是跟 踪并记录主体活动在日志中的过程。 日志通常记录谁采取了行动、行动发生的 时间和地点以及行动的内容。 一个或多个日志共同构成一个审计轨迹,研究人 员或调查人员可利用它来重建事件并识别安全事件。

当他们审查审计轨迹的内 容时,可以提供证据以追究相关人员违反安全策略规则的责任。 这些审计轨迹 还有助于验证用户对策略的合规性。 关于问责制,有一个微妙但重要的点需要强调。 问责制依赖于有效的身份识别 和身份验证,但并不需要有效的授权。 换句话说,在识别和验证用户后,问责 机制(如审计日志)可以追踪

小白解释

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

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

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

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

本页术语用人话说:

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

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

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

问责性:问责性要求能把行为绑定到具体主体。

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

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

考点提醒

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

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

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

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

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

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

问责依赖识别、认证、授权、审计和记账共同工作。

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

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

本页术语拆解
认证 认证是验证“你是不是你声称的那个人”。
授权 授权是认证之后决定你能访问什么、能做什么。
审计 审计记录主体行为,用于追责、复盘和取证。
问责性 问责性要求能把行为绑定到具体主体。
NIST NIST 提供美国常用安全标准、框架和指南。
政策 政策是高层原则,说明必须遵守什么。
身份 身份是主体在系统中的标识。
审计 审计检查控制是否存在、是否有效、是否符合要求。
学习单元 11 / PDF P927

认证:证明身份

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

教材原文段落

their activity, even when they try to access resources that they aren't authorized to access. Authentication Factors Overview There are three primary authentication factors: Something You Know The something you know factor of authentication includes memorized secrets such as a password, personal identification number (PIN), or passphrase. Older documents refer to this as a Type 1 authentication factor. Something You Have The something you have factor of authentication includes physical objects that a user possesses and can help them provide authentication. Examples include a smartcard, hardware token, smartphone running an authentication application, or Universal Serial Bus (USB) drive.

Older documents refer to this as a Type 2 authentication factor. Something You Are The something you are factor of authentication uses physical characteristics of a person and is based on biometrics. Examples in the something you are category include fingerprints, face scans, retina patterns, iris patterns, palm scans, and voice pattern recognition. Older documents refer to this as a Type 3 authentication factor. Single-factor authentication uses only one authentication factor. Multifactor authentication uses two or more authentication factors. These types are progressively stronger when implemented correctly, with something you know being the weakest and something you are the strongest.

In other words, passwords are the weakest form of authentication, and a fingerprint is stronger than a password. However, attackers can still bypass some biometric authentication factors. For example, an attacker can create a duplicate, or counterfeit, fingerprint on a gummy bear candy and fool a fingerprint reader. In addition to the three primary authentication factors, attributes are sometimes used for additional authentication. These include the following: Somewhere You Are The somewhere you are factor identifies a subject's location based on a specific computer or device, a geographic location identified by an Internet Protocol (IP) address, or a phone number identified by Caller ID.

Controlling access by physical location forces a subject to be present somewhere. Geolocation technologies can identify a user's location based on the IP address, and some authentication systems use geolocation.

中文直译 / 整理

他们的活动,即使他们试图访问没有授权的资源。 认证因素概述 主要有三种认证因素: 你知道的东西 你知道的东西 认证因素包括记忆型秘密,例如密码、个人识别码 (PIN)或口令。 较旧的文档将其称为 Type1认证因素。 你拥有的东西 你拥有的东西 认证因素包括用户所持有的物理对象,可帮助其完 成认证。 示例包括智能卡、硬件令牌、运行认证应用程序的智能手机或通用串 行总线(USB)驱动器。 较旧的文档将其称为 Type2认证因素。 你自身的特征 你自身的特征 认证因素利用个人的生理特征,基于生物识别技术。 属于“你自身的特征”类别的示例包括指纹、面部扫描、视网膜图案、虹膜图案、 掌纹和语音模式识别。 较旧的文档将其称为 Type3认证因素。 单因素认证仅使用一种认证因素,多因素认证则使用两种或两种以上的认证因素。 这些类型在正确实现时依次更强,其中你所知道的信息最弱,而你自身的特征 最强。 换句话说,密码是最弱的认证形式,而指纹比密码更强。 然而,攻击者 仍可能绕过某些生物识别认证因素。 例如,攻击者可以在一颗软糖上制作一个 指纹副本或伪造指纹,从而欺骗指纹识别器。

除了三种主要的认证因素外,有时还会使用属性进行额外认证。 这些包括以下内 容: 你所在的位置 "你所在的位置" 因素根据特定计算机或设备、通过互联网协议 (IP)地址识别的地理位置,或通过来电显示识别的电话号码来确定主体的位 置。 通过物理位置控制访问,强制主体必须出现在某个地方。 地理定位技术可 以根据IP地址识别用户的位置,一些身份验证系统也使用地理定位。

小白解释

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

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

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

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

本页术语用人话说:

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

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

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

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

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

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

考点提醒

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

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

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

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

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

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

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

知道的、拥有的、固有的、所处位置、行为特征是常见因素。

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

本页术语拆解
认证 认证是验证“你是不是你声称的那个人”。
授权 授权是认证之后决定你能访问什么、能做什么。
程序 程序是一步一步怎么做。
身份 身份是主体在系统中的标识。
多因素认证 MFA 使用至少两类不同认证因素,提高认证可信度。
日志 日志记录系统和用户活动,用于监控、审计和调查。
学习单元 12 / PDF P928

认证:证明身份

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

教材原文段落

Somewhere You Aren't Many IAM systems use geolocation technologies to identify suspicious activity. For example, imagine that a user typically logs on with an IP address in Virginia Beach. If the IAM detects a user trying to log on to the same account from India, it can block the access even if the user has the correct username and password. This isn't 100 percent reliable, though. A dedicated overseas attacker can use online virtual private network (VPN) services to change the IP address used to connect with an online server. Context-Aware Authentication Many mobile device management (MDM) systems use context-aware authentication to identify mobile device users.

It can identify multiple attributes such as the user's location, the time of day, and the mobile device. Organizations frequently allow users to access a network with a mobile device, and MDM systems can detect details on the device when a user attempts to log on. If the user meets all the requirements (location, time, and type of device in this example), it allows the user to log on using the other methods, such as with a username and password. Many mobile devices support the use of gestures or finger swipes on a touchscreen.

As an example, Microsoft Windows 11 supports picture passwords, allowing users to authenticate by moving their fingers across the screen using a picture of their choice. Similarly, Android devices support Android Lock, allowing users to swipe the screen connecting dots on a grid. These methods are sometimes referred to as something you do. Something You Know The most common authentication technique is the password, a string of characters entered by a user. Passwords are typically static. A static password stays the same for a length of time, such as 60 days, but static passwords are the weakest form of authentication.

Passwords are weak security mechanisms for several reasons: Users often choose passwords that are easy to remember and, therefore, easy to guess or crack. Randomly generated passwords are hard to remember, causing many users to write them down.

中文直译 / 整理

此处无你 许多IAM系统使用地理定位技术来识别可疑活动。 例如,假设一个用户通 常使用弗吉尼亚海滩的IP地址登录。 如果IAM检测到用户尝试从印度登录 同一账户,即使用户拥有正确的用户名和密码,它也可以阻止访问。 然而, 这并非100%可靠。 一个专门的海外攻击者可以使用在线虚拟专用网络( VPN)服务来更改连接在线服务器时使用的IP地址。 上下文感知身份验证许多移动设备管理(MDM)系统使用上下文感知身份验证 来识别移动设备用户。 它可以识别多个属性,例如用户的地理位置、一天中的 时间以及移动设备。 组织通常允许用户使用移动设备访问网络,当用户尝试登 录时,MDM系统可以检测设备的详细信息。 如果用户满足所有要求(在此示例 中为位置、时间和设备类型),则允许用户使用其他方法登录,例如使用用户 名和密码。 许多移动设备支持在触摸屏上使用手势或手指滑动。 例如,Microsoft Windows 11 支持图片密码,允许用户通过在屏幕上用自己选择的图片进行手 指滑动来完成身份验证。 同样,Android 设备支持 Android 锁屏,允许用户 在网格上的点之间滑动连接。 这些方法有时被称为“你所做的事”。

你知道的东西 最常见的身份验证技术是密码,即用户输入的一串字符。 密码通常是静态的。 静态密码在一段时间内保持不变,例如60天,但静态密码是最薄弱的身份验证 形式。 密码之所以是薄弱的安全机制,原因有多个: 用户通常选择容易记住的密码,因此也容易被猜中或破解。 随机生成的密码难以记住,导致许多用户将其写下来。

小白解释

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

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

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

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

本页术语用人话说:

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

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

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

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

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

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

考点提醒

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

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

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

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

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

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

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

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

本页术语拆解
认证 认证是验证“你是不是你声称的那个人”。
虚拟专用网络 VPN VPN 在不可信网络上建立加密隧道。
身份 身份是主体在系统中的标识。
日志 日志记录系统和用户活动,用于监控、审计和调查。
学习单元 13 / PDF P929

认证:证明身份

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

教材原文段落

Users often share their passwords or forget them. Attackers detect passwords through many means, including observation, sniffing networks, and stealing databases. Passwords are sometimes transmitted in cleartext or with easily broken encryption protocols. Attackers can capture these passwords with network sniffers. Password databases are sometimes stored in publicly accessible online locations. Passwords are subject to many types of attack, including brute-force guessing, dictionary attacks, password spraying, credential stuffing, and others. You'll learn about these attacks in Chapter 14. One way of strengthening a password is by using a passphrase.

This is a string of characters similar to a password but has a unique meaning to the user. As an example, a passphrase can be “I earned my CISSP certification.” Many authentication systems do not support spaces, so this passphrase can be modified to “IEarnedMyCISSPCertification.” Using a passphrase has several benefits. It is easy to remember, and it encourages users to create longer passwords. Longer passwords are more difficult to crack using a brute-force tool. Encouraging users to create passphrases also helps ensure that they don't use common, predictable passwords such as “password” and “123456.” Personal identification numbers (PINs) are also in the something you know category.

PINs are typically four, six, or eight numbers long. IT personnel have been trying to force users into creating and maintaining secure passwords using password policies. However, users always seem to find a way around these policies, creating passwords that attackers can easily crack. As a result, security personnel often seek new solutions. The following sections identify several basic password policy components, followed by some of the recommendations by different entities. Password Policy Components Organizations often include a written password policy in the overall security policy.

IT security professionals then enforce the policy with technical controls such as a technical password policy that enforces the password

中文直译 / 整理

用户经常共享他们的密码或忘记它们。 攻击者通过多种手段检测密码,包括观察、网络嗅探和窃取数据库。 密码有时以明文或使用易被破解的加密协议传输。 攻击者可以使用网络 嗅探器捕获这些密码。 密码数据库有时存储在公开可访问的在线位置。 密码面临多种攻击类型,包括暴力猜测、字典攻击、密码喷洒、凭证填 充等。 您将在第14章中了解这些攻击。 增强密码强度的一种方法是使用密码短语。 这是一种与密码相似的字符字符 串,但对用户具有独特的意义。 例如,一个密码短语可以是“I earned my CISSP certification.”。 许多身份验证系统不支持空格,因此该密码短 语可修改为“IEarnedMyCISSPCertification.”。 使用密码短语具有多项优势。 它易于记忆,并鼓励用户创建更长的密码。 更长的密码更难通过暴力工具破解。 鼓励用户创建密码短语也有助于确保 他们不会使用常见的可预测密码,例如“password”和“123456”。 个人识别码(PIN)也属于“你知道”的类别。 PIN 通常由四位、六位或八位数 字组成。 IT 人员一直试图通过密码策略强制用户创建和维护安全密码。

然而,用户总能 找到绕过这些策略的方法,创建出攻击者轻易就能破解的密码。 因此,安全人 员经常寻求新的解决方案。 以下部分列出了几种基本的密码策略组件,随后是 一些不同机构的建议。 密码策略组件 组织通常在整体安全策略中包含一份书面的 密码策略。 IT 安全专业人员则通 过技术控制措施(例如强制执行密码的技術密碼策略)来实施该策略

小白解释

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

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

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

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

本页术语用人话说:

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

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

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

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

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

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

考点提醒

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

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

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

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

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

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

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

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

本页术语拆解
认证 认证是验证“你是不是你声称的那个人”。
加密 加密把内容变成未授权者看不懂的形式。
政策 政策是高层原则,说明必须遵守什么。
身份 身份是主体在系统中的标识。
学习单元 14 / PDF P930

认证:证明身份

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

教材原文段落

restriction requirements. The following list includes some common password policy settings: Maximum Age This setting requires users to change their password periodically, such as every 45 days. Some documents refer to this as password expiration. Password Complexity Password complexity refers to how many character types it includes. The different character types are lowercase letters, uppercase letters, numbers, and special characters. A simple password, such as 123456789, contains only one character type (numbers). Complex passwords use three or four character types. Password Length The length is the number of characters in the password, such as at least eight characters long.

When using the same character types in a password, shorter passwords are easier to crack and longer passwords are harder to crack. Minimum Age This setting prevents users from changing their password again until a certain time has passed. Password policies enforcing password history typically have a minimum age of one day. Password History Many users get into the habit of rotating between two passwords. A password history remembers a certain number of previous passwords and prevents users from reusing passwords. Combined with a minimum age of one or more days, it prevents users from changing their password multiple times in one sitting until they return to their original password.

Authoritative Password Recommendations Password recommendations are changing, and so far, there isn't a consensus that everyone is following. Depending on what source you use, you'll find different suggestions for passwords. Several authoritative sources are worth mentioning. All of these sources are updated regularly, but the following versions were active when this book was published: NIST SP 800-63B—Digital Identity Guidelines: Authentication and Life Cycle Management Payment Card Industry Data Security Standard (PCI DSS) version 4.0

中文直译 / 整理

限制要求。 以下列表包含一些常见的密码策略设置: 最大年龄 此设置要求用户定期更改密码,例如每45天一次。 某些文档将此称为 密码过期。 密码复杂度 密码复杂度指的是密码包含的字符类型数量。 不同的字符类型包括小 写字母、大写字母、数字和特殊字符。 一个简单的密码,例如123456789,仅包 含一种字符类型(数字)。 复杂的密码使用三种或四种字符类型。 密码长度 长度是指密码中的字符数量,例如至少八个字符。 当密码使用相同的字 符类型时,较短的密码更容易被破解,而较长的密码更难被破解。 最小年龄 此设置防止用户在经过一定时间之前再次更改密码。 实施密码历史记 录的密码策略通常将最小年龄设置为一天。 密码历史记录 许多用户习惯于在两个密码之间轮换。 密码历史记录会保存一定 数量的先前密码,并防止用户重复使用密码。 结合一天或更长时间的最小年龄, 可防止用户在一次会话中多次更改密码,直到他们回到原始密码。 权威密码建议 密码建议正在发生变化,到目前为止,尚无所有人都遵循的共识。 根据您使用 的来源不同,您会发现不同的密码建议。 有几个权威来源值得提及。

所有这些 来源都定期更新,但以下版本是在本书出版时有效的: NIST SP 800‑63B—数字身份指南:身份验证和生命周期 生命周期管理 支付卡行业数据安全标准(PCI DSS)4.0版

小白解释

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

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

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

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

本页术语用人话说:

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

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

PCI DSS:PCI DSS 是支付卡行业数据安全标准。

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

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

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

考点提醒

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

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

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

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

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

信用卡/持卡人数据场景优先想到 PCI DSS。

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

Minimum level、mandatory requirement 常对应 standard。

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

本页术语拆解
认证 认证是验证“你是不是你声称的那个人”。
NIST NIST 提供美国常用安全标准、框架和指南。
PCI DSS PCI DSS 是支付卡行业数据安全标准。
政策 政策是高层原则,说明必须遵守什么。
标准 标准给出必须满足的最低要求。
指南 指南是建议做法,不一定强制。
身份 身份是主体在系统中的标识。
学习单元 15 / PDF P931

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

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

教材原文段落

Chapter 4, “Laws, Regulations, and Compliance,” covers PCI DSS in more depth. NIST Password Recommendations NIST SP 800-63B provided new recommendations on passwords that are quite different from past recommendations. The following list summarizes the changes recommended by NIST: Passwords must be hashed. Passwords should never be stored or transmitted in cleartext. Passwords should not expire. Users should not be required to change their passwords regularly, such as every 30 days. Users often changed a single character when forced to change their password. For example, they would change Password1 to Password2.

Although this complies with the requirement to change the password, it doesn't add to security. Attackers use the same methods when guessing passwords. Users should only be forced to change their password if there is evidence that their current password was compromised. Users should not be required to use special characters. Requiring users to include special characters often challenged users' memory, and they wrote these passwords down. Further, NIST analyzed breached password databases and discovered that special characters in passwords didn't provide the desired benefits. Users should be able to copy and paste passwords. Password managers allow users to create and store complex passwords.

Users enter one password into the password manager to access stored passwords. They can then copy passwords from the password manager and paste passwords into the password text box. When copy and paste is restricted, users must retype the password and typically default to easier passwords. Users should be able to use all characters. Password storage mechanisms have commonly rejected spaces and some special characters. By allowing spaces, users can create longer passwords that are easier to remember. Systems sometimes reject special characters to prevent attacks

中文直译 / 整理

第4章,“法律、法规与合规性」深入介绍PCI DSS 的更多细节。 NIST 密码建议 NIST SP 800‑63B 提出了与以往建议大不相同的密码新建议。 以下列表总结 了 NIST 推荐的变更: 密码必须进行哈希处理。 密码绝不应以明文形式存储或传输。 密码不应设置过期时间。 不应要求用户定期更改密码,例如每30天一次。 当被强 制更改密码时,用户通常只更改一个字符。 例如,他们会将 Password1 改为 Password2。 虽然这符合更改密码的要求,但并未增强安全性。 攻击者在猜测密 码时也使用相同的方法。 只有在有证据表明当前密码已被泄露时,才应强制用户 更改密码。 不应要求用户使用特殊字符。 要求用户包含特殊字符通常会增加用户的记忆负 担,导致他们将密码写下来。 此外,NIST 分析了泄露的密码数据库,发现密码 中的特殊字符并未带来预期的安全效益。 用户应能复制和粘贴密码。 密码管理器允许用户创建和存储复杂密码。 用户只需 在密码管理器中输入一次密码即可访问已存储的密码,然后可从密码管理器复制 密码并粘贴到密码文本框中。 当复制和粘贴功能被限制时,用户必须重新输入密 码,通常会默认使用更简单的密码。

用户应能使用所有字符。 密码存储机制通常会拒绝空格和某些特殊字符。 通过 允许空格,用户可以创建更长且更易记忆的密码。 系统有时会拒绝特殊字符以防 止攻击

小白解释

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

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

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

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

本页术语用人话说:

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

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

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

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

考点提醒

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

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

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

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

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

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

本页术语拆解
NIST NIST 提供美国常用安全标准、框架和指南。
哈希 哈希把任意长度数据变成固定长度摘要,用于校验是否被改过。
学习单元 16 / PDF P932

认证:证明身份

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

教材原文段落

(such as a SQL injection attack), but properly hashing the password masks these characters. Password length should be at least eight characters and as many as 64 characters. A longer length allows users to create passphrases that are meaningful to them. Password systems should screen passwords. Before accepting a password, password systems should check them against a list of commonly used passwords, such as 123456 or password. PCI DSS Password Requirements The PCI DSS (version 4.0) has the following requirements, which differ from NIST SP 800-63B: Passwords expire at least every 90 days. Passwords must be at least 12 characters long.

Passwords must contain both numeric and alphabetic characters. Passwords may not be the same as any of the user's previous four passwords. If organizations need to comply with a specific standard, such as PCI DSS, they should follow at least the minimum requirements from that standard. Something You Have Smartcards and hardware tokens are both examples of the Type 2, or something you have, factor of authentication. They are rarely used by themselves but are commonly combined with another authentication factor, providing multifactor authentication. Smartcards A smartcard is a credit card–sized ID or badge and has an integrated circuit chip embedded in it.

Smartcards contain information about the authorized user that is used for identification and/or authentication purposes. Most current smartcards include a microprocessor and one or more certificates. The certificates are used for asymmetric cryptography such as encrypting data or digitally signing emails, as discussed in Chapter 7, “PKI and Cryptographic (

中文直译 / 整理

例如SQL注入攻击),但正确哈希密码可以屏蔽这些字符。 密码长度应至少为八个字符,最多为 64个字符。 更长的长度允许用户创建对他们有意义的口令短语。 密码系统应筛查密码。 在接受密码之前,密码系统应将其与常用密码列表进 行比对,例如123456或password。 PCI DSS 密码要求 PCI DSS(4.0版)具有以下要求,这些要求与NIST SP 800‑63B不同: 密码至少每90天过期一次。 密码长度必须至少为12个字符。 密码必须包含数字和字母字符。 密码不得与用户前四个密码中的任何一个相同。 如果组织需要遵守特定标准(例如PCI DSS),则应至少遵循该标准的最低要求。 您拥有的物品 智能卡和硬件令牌都是第二类身份验证因素(即“您拥有的物品”)的示例。 它们很少单独使用,但通常与其他身份验证因素结合使用,以实现多因素身份 验证。 智能卡 A 智能卡 是一种与信用卡尺寸相同的身份标识或徽章,内置集成芯片。 智能卡 包含有关授权用户的信息,用于身份识别和/或身份验证。 大多数现代智能卡包 含一个微处理器和一个或多个证书。

这些证书用于非对称加密,例如加密数据 或对电子邮件进行数字签名,如 第 7 章“PKI 和加密

小白解释

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

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

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

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

本页术语用人话说:

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

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

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

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

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

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

考点提醒

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

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

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

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

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

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

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

信用卡/持卡人数据场景优先想到 PCI DSS。

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

本页术语拆解
认证 认证是验证“你是不是你声称的那个人”。
授权 授权是认证之后决定你能访问什么、能做什么。
加密 加密把内容变成未授权者看不懂的形式。
NIST NIST 提供美国常用安全标准、框架和指南。
PCI DSS PCI DSS 是支付卡行业数据安全标准。
标准 标准给出必须满足的最低要求。
密码学 密码学用数学方法保护信息,常用于机密性、完整性、认证和不可否认性。
对称加密 对称加密使用同一把密钥加密和解密,速度快但密钥分发难。
学习单元 17 / PDF P933

认证:证明身份

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

教材原文段落

Applications.” Smartcards are tamper-resistant and provide users with an easy way to carry and use complex encryption keys. Users insert the card into a smartcard reader when authenticating. It's common to require users to also enter a PIN or password as a second authentication factor with the smartcard. Note that smartcards can provide both identification and authentication. However, because users can share or swap smartcards, they aren't effective identification methods by themselves. Most implementations require users to use another authentication factor, such as a PIN or username and password.

Authenticators A device authenticator, or token, is an authentication secret-generating device or application that users can carry with them. Common authenticators include a display showing a sixto eight-digit number, known as the one-time password (OTP). An authentication server stores the details of the authenticator, so at any moment, the server knows what number is displayed on the user's authenticator. Authenticators are typically combined with another authentication mechanism.

For example, users might enter a username and password (in the something you know factor of authentication) and then enter the number displayed on the authenticator (in the something you have factor of authentication). This provides multifactor authentication. Figure 13.1 shows an example of using a dedicated hardware device from RSA as an authenticator. Figure 13.2 shows an example of using Google Authenticator as a software-based authenticator running on a smartphone.

中文直译 / 整理

应用程序。 ”智能卡具有防篡改特性,为用户提供了一种便捷的方式来携带和 使用复杂的加密密钥。 用户在进行身份验证时,将卡片插入智能卡读卡器。 通常要求用户同时 输入PIN码或密码,作为智能卡的第二重身份验证因素。 请注意,智能卡可同时提供身份识别和身份验证功能。 然而,由于用 户可能共享或交换智能卡,它们本身并不能有效实现身份识别。 大多数实 现要求用户使用其他身份验证因素,例如PIN码或用户名和密码。 身份验证器 一个设备身份验证器(或称令牌)是一种用户可随身携带的身份验证密钥生成 设备或应用程序。 常见的身份验证器包括显示六位至八位数字的显示屏,该数 字称为一次性密码(OTP)。 身份验证服务器存储身份验证器的详细信息,因 此在任何时刻,服务器都知道用户身份验证器上显示的数字。 身份验证器通常与其他身份验证机制结合使用。 例如,用户可能先输入用户名 和密码(属于“你知道的事物”这一身份验证因素),然后输入身份验证器上 显示的数字(属于“你拥有的事物”这一身份验证因素)。 这提供了多因素身 份验证。 图 13.1展示了使用 RSA 的专用硬件设备作为认证器的示例。

图 13.2展示了在 智能手机上运行的 Google Authenticator 作为软件认证器的示例。

小白解释

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

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

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

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

本页术语用人话说:

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

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

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

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

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

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

考点提醒

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

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

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

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

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

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

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

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

本页术语拆解
认证 认证是验证“你是不是你声称的那个人”。
加密 加密把内容变成未授权者看不懂的形式。
程序 程序是一步一步怎么做。
身份 身份是主体在系统中的标识。
学习单元 18 / PDF P934

第 934 页学习单元

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

教材原文段落

FIGURE 13.1 Hardware authenticator

中文直译 / 整理

图 13.1硬件身份验证器

小白解释

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

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

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

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

本页术语用人话说:

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

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

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

考点提醒

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

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

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

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

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

本页术语拆解
身份 身份是主体在系统中的标识。
学习单元 19 / PDF P935

第 935 页学习单元

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

教材原文段落

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

中文直译 / 整理

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

小白解释

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

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

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

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

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

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

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

考点提醒

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

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

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

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

本页术语拆解

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

学习单元 20 / PDF P936

认证:证明身份

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

教材原文段落

FIGURE 13.2 Software authenticator Each authenticator uses one of two different techniques to generate one-time passwords: Time-Based One-Time Passwords Time-based one-time passwords (TOTPs) are generated by devices and applications that are synchronized with an authentication server. They generate a new OTP periodically, such as every 60 seconds. This requires the authenticator and the server to have accurate and synchronized clocks. For this reason, TOTP approaches are also known as synchronous authenticators. Hash-Based One-Time Passwords HMAC-based one-time passwords (HOTP) do not use a clock.

Instead, the hardware authenticator generates OTPs based on an algorithm and an incrementing counter. When using an incrementing counter, the user clicks a button, causing the authenticator to create a dynamic one-time password that stays the same until it is used for authentication. For this reason, HOTP approaches are also known as asynchronous authenticators. Hardware authenticators provide strong authentication, but they do have failings. If the battery dies or the device breaks or is lost, the user won't be able to gain access to services requiring their use. Something You Are Another common authentication and identification technique is the use of biometrics.

Biometric factors fall into the Type 3, something you are, authentication category. Biometric factors can be used as an identifying technique, an authentication technique, or both. They do not provide authorization or accountability. Using a biometric factor instead of a username or account ID as an identification factor requires a search of the offered biometric pattern against a stored database of enrolled and authorized patterns. Using a biometric factor as an authentication technique requires a one-to-one match of the offered biometric pattern against a stored pattern for the claimed subject identity.

In other words, the user claims an identity, and the authentication system checks the biometric factor to see if the person matches the claimed identity. Physiological biometric methods include fingerprints, face scans, retina scans, iris scans, palm scans (also known as palm topography or palm

中文直译 / 整理

图 13.2软件身份验证器 每个身份验证器使用两种不同技术中的一种来生成一次性密码: 基于时间的一次性密码 基于时间的一次性密码(TOTP)由与认证服务器同步的 设备和应用程序生成。 它们会定期生成一个新的OTP,例如每60秒一次。 这要求 身份验证器和服务器具有准确且同步的时钟。 因此,TOTP方法也被称为同步身 份验证器。 基于哈希的一次性密码 基于HMAC的一次性密码(HOTP)不使用时钟。 相反, 硬件身份验证器根据算法和递增计数器生成OTP。 使用递增计数器时,用户点 击按钮,使身份验证器生成一个动态一次性密码,该密码在被用于认证之前保 持不变。 因此,HOTP方法也被称为异步身份验证器。 硬件身份验证器提供强大的认证,但它们也存在缺陷。 如果电池耗尽、设备 损坏或丢失,用户将无法访问需要使用它们的服务。 您所是的特征 另一种常见的身份验证和识别技术是使用生物特征。 生物特征因素属于第三 类,即“您所是的特征”认证类别。 生物特征因素可用作识别技术、认证技术,或两者兼用。 它们不提供授权或责 任追溯。

使用生物特征因素代替用户名或账户ID作为识别因素时,需要将提供 的生物特征模式与已注册和授权的模式存储数据库进行比对。 将生物特征因素用作认证技术时,需要将提供的生物特征模式与所声称主体身 份的存储模式进行一对一匹配。 换句话说,用户声明一个身份,认证系统则检 查生物特征因素,以确认该人是否与所声称的身份匹配。 生理生物识别方法包括指纹、面部扫描、视网膜扫描、虹膜扫描、手掌扫描 (也称为掌纹或手掌

小白解释

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

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

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

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

本页术语用人话说:

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

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

问责性:问责性要求能把行为绑定到具体主体。

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

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

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

考点提醒

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

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

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

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

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

问责依赖识别、认证、授权、审计和记账共同工作。

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

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

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

本页术语拆解
认证 认证是验证“你是不是你声称的那个人”。
授权 授权是认证之后决定你能访问什么、能做什么。
问责性 问责性要求能把行为绑定到具体主体。
程序 程序是一步一步怎么做。
哈希 哈希把任意长度数据变成固定长度摘要,用于校验是否被改过。
身份 身份是主体在系统中的标识。
强制访问控制 MAC MAC 由系统根据标签和级别强制决定访问。
日志 日志记录系统和用户活动,用于监控、审计和调查。
学习单元 21 / PDF P937

认证:证明身份

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

教材原文段落

geography), and voice patterns: Fingerprints Fingerprints are the visible patterns on the fingers and thumbs of people. They are unique to an individual and have been used for decades in physical security for identification. Fingerprints have loops, whorls, ridges, and bifurcations (also called minutiae), and fingerprint readers match the minutiae to data within a database. Fingerprint readers are commonly used on laptop computers, keyboards, mice, security keys, and USB flash drives to identify and authenticate users. It usually takes less than a minute to capture a user's fingerprint during the registration process.

Face Scans Face scans use the geometric patterns of faces for detection and recognition. Many smartphone, tablet, and computer operating systems support face identification to unlock the device. Casinos use it to identify card cheats. Law enforcement agencies have been using it to catch criminals at borders and in airports. Face scans are also used to identify and authenticate people before allowing them to access secure spaces such as a secure vault. Retina Scans Retina scans focus on the pattern of blood vessels at the back of the eye. They are the most accurate form of biometric authentication and can differentiate between identical twins.

However, some privacy proponents object to their use because they can reveal medical conditions, such as high blood pressure and pregnancy. Additionally, retina scanners typically require users to be as close as three inches from the scanner. Iris Scans Focusing on the colored area around the pupil, iris scans are the second-most accurate form of biometric authentication. Like the retina, the iris remains relatively unchanged throughout a person's life (barring eye damage or illness). Users consider iris scans less intrusive than retina scans because scans can occur from distances of 20 to 40 feet. However, some scanners can be fooled with a high-quality image in place of a person's eye.

Additionally, the accuracy of iris scans may be affected by changes in lighting and the usage of some glasses and contact lenses. Palm Scans Palm scanners scan the palm of the hand for identification. They use near-infrared light to measure vein patterns in the palm, which are as unique as fingerprints. Individuals simply place their palm over a scanner for a few seconds during the registration process. Later, they place their hand over the scanner again for identification. For example, some testing providers use palm vein readers to prevent people from taking exams for others and ensure that the same person reenters the testing room after a break.

中文直译 / 整理

地理学),以及语音模式: 指纹 指纹 是人手指和拇指上可见的图案。 它们对每个人都是唯一的,并且几十 年来一直用于物理安全中的身份识别。 指纹具有环形、漩涡、脊线和分叉(也称 为细节特征),指纹读取器通过匹配这些细节特征与数据库中的数据来进行识别。 指纹读取器通常用于笔记本电脑、键盘、鼠标、安全密钥和USB闪存驱动器,以 识别和验证用户。 在注册过程中,通常不到一分钟即可捕获用户的指纹。 面部扫描 面部扫描 利用面部的几何图案进行检测和识别。 许多智能手机、平板 电脑和计算机操作系统都支持面部识别以解锁设备。 赌场使用它来识别出老千。 执法机构一直在使用它在边境和机场抓捕罪犯。 面部扫描还用于在允许人们进入 安全区域(如保险库)之前识别和验证其身份。 视网膜扫描 视网膜扫描 专注于眼睛后部血管的图案。 它们是目前最准确的生物 识别认证方式,能够区分同卵双胞胎。 然而,一些隐私倡导者反对使用它们, 因为它们可能揭示医疗状况,如高血压和怀孕。 此外,视网膜扫描仪通常要求 用户距离扫描仪不超过三英寸。 虹膜扫描 聚焦于瞳孔周围的有色区域,虹膜扫描 是第二准确的生物识别认证方 式。

与视网膜类似,虹膜在人的一生中基本保持不变(眼部受伤或患病除外)。 用户认为虹膜扫描比视网膜扫描侵入性更小,因为扫描可在20至40英尺的距离外 进行。 然而,一些扫描仪可能通过高质量的眼部图像欺骗。 此外,虹膜扫描的准 确性可能受到光照变化以及某些眼镜和隐形眼镜使用的影响。 手掌扫描 手掌扫描仪 通过扫描手掌进行身份识别。 它们使用近红外光测量手掌 中的静脉图案,这些图案与指纹一样独特。 在注册过程中,用户只需将手掌放在 扫描仪上几秒钟。 之后,他们再次将手放在扫描仪上进行身份识别。 例如,一些 测试提供商使用掌静脉读取器来防止他人代考,并确保同一个人在休息后重新进 入测试室。

小白解释

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

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

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

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

本页术语用人话说:

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

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

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

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

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

考点提醒

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

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

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

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

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

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

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

本页术语拆解
认证 认证是验证“你是不是你声称的那个人”。
身份 身份是主体在系统中的标识。
恢复点目标 RPO RPO 是最多能接受丢失多少时间范围的数据。
学习单元 22 / PDF P938

认证:证明身份

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

教材原文段落

Voice Pattern Recognition This type of biometric authentication relies on the characteristics of a person's speaking voice, known as a voiceprint. The user speaks a specific phrase, which is recorded by the authentication system. To authenticate, they repeat the same phrase, and it is compared to the original. Voice pattern recognition is sometimes used as an additional authentication mechanism but is rarely used by itself. Speech recognition is commonly confused with voice pattern recognition, but they are different. Speech recognition software, such as dictation software, extracts communications from sound.

In other words, voice pattern recognition differentiates between one voice and another for identification or authentication, whereas speech recognition differentiates between words with any person's voice. The use of biometrics promises universally unique identification for every person on the planet. Unfortunately, biometric technology has yet to live up to this promise. However, technologies that focus on physical characteristics are very useful for authentication. Biometric Factor Error Ratings The most important aspect of a biometric device is its accuracy.

When using biometrics for identification, a biometric device must detect minute differences in information, such as variations in the blood vessels in a person's retina or differences in a person's veins in their palm. Because most people are similar, biometric methods often result in false negative and false positive authentications. Biometric devices are rated for performance by examining the different types of errors they produce: False Rejection Rate A false rejection occurs when an authentication system does not authenticate a valid user. As an example, say Dawn has registered her fingerprint and used it for authentication previously.

Imagine that she uses her fingerprint to authenticate herself today, but the system incorrectly rejects her fingerprint, indicating it isn't valid. This is sometimes called a false negative authentication. The ratio of false rejections to valid authentications is known as the false rejection rate (FRR). False rejection is sometimes called a Type I error.

中文直译 / 整理

语音模式识别 这种生物特征认证依赖于人的说话声音特征,称为 声纹。 用户说 出一个特定短语,该短语由认证系统录制。 在认证时,用户重复相同的短语,并 与原始录音进行比对。 语音模式 识别有时用作额外的认证机制,但很少单独使 用。 语音识别常与语音模式识别相混淆,但二者不同。 语音识别软件(如 语音输入软件)从声音中提取通信内容。 换句话说,语音模式识别用于区 分不同人的声音以进行身份识别或认证,而语音识别则用于区分任何人的 声音所发出的词语。 生物识别技术有望为地球上每个人提供独一无二的识别方式。 然而,生物识别 技术尚未实现这一承诺。 不过,专注于生理特征的技术在认证方面非常有用。 生物识别因子错误率评级 生物识别设备最重要的方面是其准确性。 在使用生物识别技术进行身份识别时, 设备必须检测信息中的微小差异,例如人视网膜血管的变异或手掌静脉的差异。 由于大多数人相似,生物识别方法常常导致错误的拒识和错误的误识。 生物识 别设备的性能通过分析其产生的不同类型错误来评定: 错误拒绝率 当认证系统未能识别合法用户时,会发生错误拒绝。 例如, Dawn 已注册她的指纹并曾用其进行认证。

假设她今天再次使用指纹进行认证, 但系统错误地拒绝了她的指纹,认为其无效。 这有时被称为错误负向认证。 错 误拒绝次数与合法认证次数的比率称为 错误拒绝率(FRR)。 错误拒绝有时也称 为 第一类错误。

小白解释

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

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

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

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

本页术语用人话说:

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

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

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

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

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

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

考点提醒

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

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

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

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

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

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

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

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

本页术语拆解
认证 认证是验证“你是不是你声称的那个人”。
OSI 模型 OSI 用七层结构理解网络通信,从物理层到应用层。
身份 身份是主体在系统中的标识。
日志 日志记录系统和用户活动,用于监控、审计和调查。
学习单元 23 / PDF P939

认证:证明身份

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

教材原文段落

False Acceptance Rate A false acceptance occurs when an authentication system authenticates someone incorrectly. This is also known as a false positive authentication. As an example, imagine that Joe doesn't have an account and hasn't registered his fingerprint. However, he uses his fingerprint to authenticate, and the system recognizes him. This is a false positive or a false acceptance. The ratio of false positives to valid authentications is the false acceptance rate (FAR). False acceptance is sometimes called a Type II error. Most biometric devices have a sensitivity adjustment. When a biometric device is too sensitive, false rejections (false negatives) are more common.

When a biometric device is not sensitive enough, false acceptances (false positives) are more common. You can compare the overall quality of biometric devices with the crossover error rate (CER), also known as the equal error rate (ERR). Figure 13.3 shows the FRR and FAR percentages when a device is set to different sensitivity levels. The point where the FRR and FAR percentages are equal is the CER, and the CER is used as a standard assessment value to compare the accuracy of different biometric devices. Devices with lower CERs are more accurate than devices with higher CERs.

中文直译 / 整理

错误接受率 当认证系统错误地认证了非合法用户时,会发生错误接受。 这也被 称为错误正向认证。 例如,假设 Joe 没有账户,也未注册他的指纹,但他使用指 纹进行认证,而系统却识别了他。 这是一种错误正向或错误接受。 错误正向次数 与合法认证次数的比率是 错误接受率(FAR)。 错误接受有时也称为 第二类错误。 大多数生物识别设备都有灵敏度调节功能。 当生物识别设备过于敏感时,误 拒(假阴性)更为常见; 当生物识别设备不够敏感时,误识(假阳性)更为 常见。 您可以使用交叉错误率(CER)来比较生物识别设备的整体质量,该指标也称 为等错误率(ERR)。 图13.3展示了设备在不同灵敏度设置下的FRR和FAR百 分比。 当FRR和FAR百分比相等时,该点即为CER,CER被用作比较不同生物 识别设备准确性的标准评估值。 CER值较低的设备比CER值较高的设备更准确。

小白解释

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

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

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

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

本页术语用人话说:

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

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

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

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

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

考点提醒

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

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

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

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

Minimum level、mandatory requirement 常对应 standard。

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

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

本页术语拆解
认证 认证是验证“你是不是你声称的那个人”。
标准 标准给出必须满足的最低要求。
OSI 模型 OSI 用七层结构理解网络通信,从物理层到应用层。
学习单元 24 / PDF P940

认证:证明身份

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

教材原文段落

FIGURE 13.3 Graph of FRR and FAR errors indicating the CER point It's not necessary, and often not desirable, to operate a device with the sensitivity set at the CER level. For example, an organization may use a facial recognition system to allow or deny access to a secure area because they want to ensure that unauthorized individuals are never granted access. In this case, the organization would set the sensitivity very high, so there is little chance of a false acceptance (false positive). This may result in more false rejections (false negatives), but a false rejection is more acceptable than a false acceptance in this scenario.

Biometric Registration Biometric devices can be ineffective or unacceptable due to factors known as enrollment time, throughput rate, and acceptance. For a biometric device to work as an identification or authentication mechanism, enrollment (or

中文直译 / 整理

图 13.3 表示CER点的FRR和FAR错误曲线 将设备的灵敏度设置为CER水平并非必要,通常也不理想。 例如,一个组织可 能使用面部识别系统来允许或拒绝人员进入安全区域,因为他们希望确保未经 授权的人员绝不会被授予访问权限。 在这种情况下,组织会将灵敏度设置得非 常高,以尽量减少错误接受(假阳性)的可能性。 这可能会导致更多的错误拒 绝(假阴性),但在这种场景下,错误拒绝比错误接受更可接受。 生物特征注册 由于注册时间、吞吐率和接受度等因素,生物识别设备可能无效或不可接受。 要使生物识别设备作为身份识别或身份验证机制工作,必须进行注册(或

小白解释

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

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

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

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

本页术语用人话说:

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

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

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

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

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

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

考点提醒

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

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

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

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

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

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

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

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

本页术语拆解
认证 认证是验证“你是不是你声称的那个人”。
授权 授权是认证之后决定你能访问什么、能做什么。
OSI 模型 OSI 用七层结构理解网络通信,从物理层到应用层。
身份 身份是主体在系统中的标识。
学习单元 25 / PDF P941

认证:证明身份

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

教材原文段落

registration) must occur. During enrollment, a subject's biometric factor is sampled and stored in the device's database. This stored sample of a biometric factor is the reference profile (also known as a reference template). The time required to scan and store a biometric factor depends on which physical or performance characteristic is measured. Users are less willing to accept the inconvenience of biometric methods that take a long time. In general, enrollment times over 2 minutes are unacceptable.

If you use a biometric characteristic that changes over time, such as a person's voice tones, facial hair, or signature pattern, users must enroll again at regular intervals, adding an inconvenience. The throughput rate is the amount of time the system requires to scan a subject and approve or deny access. The more complex or detailed a biometric characteristic, the longer processing takes. Subjects typically accept a throughput rate of about 6 seconds or faster. Multifactor Authentication (MFA) Multifactor authentication (MFA) is any authentication using two or more factors. Two-factor authentication (2FA) requires two different proofs of identity to provide authentication.

In contrast, any authentication method using only one factor is single-factor authentication. For example, smartcards typically require users to insert their card into a reader and enter a PIN. The smartcard is in the something you have factor, and the PIN is in the something you know factor. As a general rule, additional factors result in more secure authentication. Multifactor authentication must use multiple types or factors, such as the something you know factor and the something you have factor. In contrast, requiring users to enter a password and a PIN is not multifactor authentication because both methods are from a single authentication factor (something you know).

When two authentication methods of the same factor are used together, the authentication strength is no greater than it would be if just one method was used because the same attack that could steal or obtain one could also obtain the other. For example, using two passwords together is no more secure than

中文直译 / 整理

注册)。 在注册过程中,会采集受试者的生物特征并存储在设备的数据库中。 该生物特征的存储样本称为参考档案(也称为参考模板)。 扫描和存储生物特征所需的时间取决于测量的是哪种生理或性能特征。 用户 不太愿意接受耗时较长的生物识别方法带来的不便。 通常,注册时间超过2分 钟是不可接受的。 如果你使用的是随时间变化的生物特征,例如人的语音音 调、面部毛发或签名模式,用户必须定期重新注册,这会增加不便。 吞吐率是指系统扫描受试者并批准或拒绝访问所需的时间。 生物特征越复杂或 越详细,处理时间就越长。 受试者通常能接受约6秒或更短的吞吐率。 多因素认证(MFA) 多因素认证(MFA)是指使用两个或更多因素的任何认证方式。 双因素认证 (2FA)要求提供两种不同的身份证明以完成认证。 相比之下,仅使用一个因 素的任何认证方法称为单因素认证。 例如,智能卡通常要求用户将卡片插入读 卡器并输入PIN码。 智能卡属于“你拥有的东西”因素,而PIN码属于“你知道 的东西”因素。 一般而言,增加因素会提高认证的安全性。 多因素身份验证必须使用多种类型或因素,例如“你知道的事物”因 素和“你拥有的事物”因素。

相反,要求用户输入密码和PIN码并非多因 素身份验证,因为这两种方法都属于同一类身份验证因素(你知道的事物)。 当同时使用两种相同因素的认证方法时,其认证强度并不会高于仅使用一种方 法,因为能够窃取或获取其中一种方法的攻击同样也能获取另一种。 例如,同 时使用两个密码的安全性并不高于

小白解释

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

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

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

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

本页术语用人话说:

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

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

多因素认证:MFA 使用至少两类不同认证因素,提高认证可信度。

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

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

考点提醒

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

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

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

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

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

知道的、拥有的、固有的、所处位置、行为特征是常见因素。

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

本页术语拆解
认证 认证是验证“你是不是你声称的那个人”。
身份 身份是主体在系统中的标识。
多因素认证 MFA 使用至少两类不同认证因素,提高认证可信度。
学习单元 26 / PDF P942

认证:证明身份

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

教材原文段落

using a single password because a password-cracking attempt could discover both in a single successful attack. In contrast, when two or more different factors are employed, two or more different attack methods must succeed to collect all relevant authentication elements. For example, suppose a token, a password, and a biometric factor are all used for authentication. In that case, a physical theft, a password crack, and a biometric duplication attack must all succeed simultaneously to allow an intruder to gain entry into the system. NIST Deprecates SMS for 2FA Another method of two-factor authentication uses the Short Message Service (SMS) to send users a text message with the OTP.

This method is better than just using a password, but it has problems. NIST SP 800-63B has pointed out several vulnerabilities with using SMS for two-step authentication and deprecated its use for federal agencies. Smartphones and tablets display texts on the lock screen without the user logging on. If an attacker stole the smartphone or tablet, they would have access to the OTP sent via SMS. Attackers may be able to convince a mobile operator to redirect SMS messages to an attacker's devices. This is sometimes possible via subscriber identity module (SIM) card fraud. If successful, attackers may be able to intercept SMS messages.

Passwordless Authentication There is a growing trend toward passwordless authentication. As mentioned previously, static passwords are the weakest form of authentication. Worse, as IT departments attempt to force users into creating longer and more complex passwords with expiration dates, users engage in risky behavior such as writing their passwords down or creating weaker passwords that are easier to remember. Passwordless authentication allows users to log into systems without entering a password (or any other memorized secret). As an example, many smartphones and tablets support biometric authentication.

If you've enabled facial recognition on your smartphone, all you need to do is look at it to get

中文直译 / 整理

仅使用一个密码,因为一次成功的密码破解攻击就可能同时发现这两个密码。 相比之下,当使用两个或更多不同的因素时,必须同时成功实施两种或多种不 同的攻击方法才能收集所有相关的身份验证元素。 例如,假设身份验证同时使 用了令牌、密码和生物特征因素,那么攻击者必须同时成功实施物理窃取、密 码破解和生物特征复制攻击,才能进入系统。 NIST 废弃 SMS 用于双因素认证 另一种双因素认证方法使用短消息服务(SMS)向用户发送包含一次性密 码(OTP)的短信。 这种方法优于仅使用密码,但存在一些问题。 NIST SP 800‑63B 指出,使用 SMS 进行两步认证存在多种漏洞,并已建议联邦 机构停止使用该方法。 智能手机和平板电脑在用户未登录的情况下也会在锁屏上显示短信内容。 如果 攻击者窃取了智能手机或平板电脑,他们便可获取通过 SMS 发送的 OTP。 攻击者可能说服移动运营商将 SMS 消息重定向到其设备。 这有时可通过用 户身份模块(SIM)卡欺诈实现。 如果成功,攻击者便可截获 SMS 消息。 无密码认证 无密码认证正成为一种日益增长的趋势。 如前所述,静态密码是最薄弱的认证 形式。

更糟糕的是,当IT部门试图强制用户创建更长、更复杂的密码并设置过 期日期时,用户会采取危险行为,例如将密码写下来,或创建更简单、更容易 记住的弱密码。 无密码认证允许用户在不输入密码(或任何其他记忆中的密钥)的情况下登录 系统。 例如,许多智能手机和平板电脑都支持生物识别认证。 如果您已在智能 手机上启用了面部识别,您只需看一眼设备即可

小白解释

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

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

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

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

本页术语用人话说:

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

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

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

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

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

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

考点提醒

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

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

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

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

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

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

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

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

本页术语拆解
认证 认证是验证“你是不是你声称的那个人”。
NIST NIST 提供美国常用安全标准、框架和指南。
身份 身份是主体在系统中的标识。
日志 日志记录系统和用户活动,用于监控、审计和调查。
学习单元 27 / PDF P943

认证:证明身份

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

教材原文段落

beyond the login screen. Similarly, if you've enabled fingerprint recognition on a tablet, all you need to do is place your finger on the sensor. Once you get past the logon screen, many internal applications use the same authentication methods to access sensitive data. As an example, imagine you use an app on a tablet to access an online bank. The first time you access it, the app prompts you to save your credentials, and you agree. The next time you access the app, the app prompts you to authenticate with your fingerprint again. The Fast Identity Online (FIDO) Alliance is an open industry association with a stated mission of reducing the over-reliance on passwords.

FIDO has created recommended frameworks and protocol standards for passwordless authentication. These revolve around the use of hardware passkeys, such as the YubiKey device shown in Figure 13.4. FIGURE 13.4 YubiKey passkey Device Authentication

中文直译 / 整理

进入登录界面之外。 同样,如果您已在平板电脑上启用了指纹识别,您只需将手 指放在传感器上即可。 一旦越过登录屏幕,许多内部应用程序都使用相同的认证方法来访问敏感数据。 例如,假设您在平板电脑上使用一个应用程序访问在线银行。 首次访问时,该 应用会提示您保存凭据,您同意了。 下次访问该应用时,应用会再次提示您使 用指纹进行认证。 FIDO(快速身份在线)联盟是一个开放的行业组织,其宗旨是减少对密码的过 度依赖。 FIDO已创建了无密码身份验证的推荐框架和协议标准,这些标准围绕 使用硬件密钥(如图图13.4所示的YubiKey设备)展开。 图 13.4 YubiKey 密钥 设备认证

小白解释

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

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

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

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

本页术语用人话说:

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

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

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

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

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

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

考点提醒

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

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

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

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

Minimum level、mandatory requirement 常对应 standard。

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

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

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

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

本页术语拆解
认证 认证是验证“你是不是你声称的那个人”。
标准 标准给出必须满足的最低要求。
程序 程序是一步一步怎么做。
身份 身份是主体在系统中的标识。
日志 日志记录系统和用户活动,用于监控、审计和调查。
学习单元 28 / PDF P944

认证:证明身份

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

教材原文段落

Historically, users have only been able to log into a network from a companyowned system such as a desktop PC. For example, in a Windows domain, user computers join the domain and have computer accounts (sometimes called system accounts) and passwords similar to user accounts and passwords. If the computer hasn't joined the domain, or its credentials are out of sync with a domain controller, users cannot log on from the computer. Today, more and more employees are bringing their own mobile devices to work and hooking them up to the network. Some organizations embrace this but implement security policies as a measure of control.

These devices aren't necessarily able to join a domain, but it is possible to implement device identification and authentication methods. One method is device fingerprinting. Users can register their devices with the organization and associate them with their user accounts. During registration, a device authentication system captures the characteristics of the device. This is often accomplished by having the user access a web page with the device. The registration system then identifies the device using attributes such as the operating system and version, web browser, browser fonts, browser plug-ins, time zone, data storage, screen resolution, cookie settings, and HTTP headers.

When the user logs on from the device, the authentication system checks the user account for a registered device. It then verifies the characteristics of the user's device with the registered device. Even though some of these characteristics change over time, this has proven to be a successful device authentication method. As mentioned previously, many MDM systems use context-aware authentication methods to identify devices. They typically work with network access control (NAC) systems to check the device's health and grant or restrict access based on requirements configured within the NAC system. 802.1X is another method used for device authentication.

It can be used for port-based authentication on some routers and switches. Additionally, it is often used with wireless systems, forcing users to log on with an account before being granted access to a network. Many MDM and NAC solutions implement 802.1X solutions to control user access from mobile devices. If the device or user cannot authenticate through the 802.1X system, they cannot access the network. Service Authentication

中文直译 / 整理

历史上,用户只能从公司拥有的系统(如台式机)登录网络。 例如,在 Windows域中,用户计算机加入域后会拥有计算机账户(有时称为系统账户) 和类似用户账户的密码。 如果计算机未加入域,或其凭证与域控制器不同步, 则用户无法从该计算机登录。 如今,越来越多的员工将个人移动设备带入工作场所并将其连接到网络。 一些 组织对此持欢迎态度,但同时实施安全策略以进行控制。 这些设备不一定能加 入域,但可以实现设备识别和身份验证方法。 其中一种方法是设备指纹识别。 用户可以向组织注册其设备,并将其与用户账 户关联。 在注册过程中,设备身份验证系统会捕获设备的特征。 这通常通过让 用户使用该设备访问网页来完成。 注册系统随后利用操作系统及其版本、网页 浏览器、浏览器字体、浏览器插件、时区、数据存储、屏幕分辨率、Cookie 设 置和 HTTP 头等属性识别设备。 当用户从该设备登录时,身份验证系统会检查用户账户中是否存在已注册的设 备,并将用户设备的特征与注册的设备特征进行比对。 尽管这些特征中的一部 分会随时间变化,但该方法已被证明是一种成功的设备身份验证方式。 如前所述,许多MDM系统使用上下文感知的身份验证方法来识别设备。

它们 通常与网络访问控制(NAC)系统配合,检查设备的健康状况,并根据NAC系 统内配置的要求授予或限制访问权限。 802.1X 是另一种用于设备认证的方法。 它可用于某些路由器和交换机的基于 端口的认证。 此外,它常与无线系统结合使用,强制用户在获得网络访问权 限前登录账户。 许多 MDM 和 NAC 解决方案都实现了 802.1X 解决方案, 以控制来自移动设备的用户访问。 如果设备或用户无法通过 802.1X 系统进 行认证,则无法访问网络。 服务身份验证

小白解释

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

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

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

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

本页术语用人话说:

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

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

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

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

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

考点提醒

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

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

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

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

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

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

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

本页术语拆解
认证 认证是验证“你是不是你声称的那个人”。
身份 身份是主体在系统中的标识。
日志 日志记录系统和用户活动,用于监控、审计和调查。
学习单元 29 / PDF P945

认证:证明身份

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

教材原文段落

Many services also require authentication, and they typically use a username and password. A service account is simply a user account that an administrator created for a service or application instead of a person. As an example, it's common to create a service account for third-party tools monitoring email in Microsoft's Exchange Server. These third-party tools typically need permission to scan all mailboxes looking for spam, malware, potential data exfiltration attempts, and more. Administrators create a Microsoft domain account and give the account the necessary privileges to perform the tasks. Some applications have built-in service accounts.

For example, Microsoft's SQL Server has a built-in account known as the sa (short for system administrator) account. It is a member of the sysadmin fixed server role and has unlimited permissions on the SQL instance. It's only enabled if the instance is configured for SQL Server Authentication. In older versions, the default was a blank password, and attackers frequently check to see if the account is enabled and if it has a blank or weak password. It's common to set the properties of the account so that the password never expires. For a regular user, you'd set the maximum password age to something like 45 days.

When the password expires, the system informs the user to change the password, and the user does so. However, a service can't respond to such a message and instead is just locked out. Because a service account has a high level of privileges, administrators configure it with a strong, complex password that is changed more often than regular users. However, administrators need to change these passwords manually. The longer a password remains the same, the more likely it will be compromised. Account access reviews can detect security issues for service accounts.

Another option is to configure the account to be noninteractive, which prevents a user from logging onto the account using traditional logon methods. Services can be configured to use certificate-based authentication. Certificates are issued to the device running the service and presented by the service when accessing resources. Web-based services often use application programming interface (API) methods to exchange information between systems. These API methods are different depending on the web-based service. As an example, Google and Facebook provide web-based services that web developers use, but they use different implementations.

中文直译 / 整理

许多服务也需要认证,通常使用用户名和密码。 服务账户只是一个管理员为服 务或应用程序(而非个人)创建的用户账户。 例如,通常会为第三方工具创建一个服务账户,用于监控微软Exchange Server中的电子邮件。 这些第三方工具通常需要权限来扫描所有邮箱,以查 找垃圾邮件、恶意软件、潜在的数据外泄尝试等。 管理员会创建一个微软域 账户,并赋予该账户执行这些任务所需的权限。 某些应用程序内置了服务账户。 例如,微软的SQL Server有一个内置账户, 称为sa账户(system administrator的缩写)。 它是sysadmin固定服务器 角色的成员,对SQL实例拥有无限权限。 只有当实例配置为SQL Server身份 验证时,该账户才会启用。 在旧版本中,默认密码为空,攻击者经常检查该账 户是否已启用,以及是否使用空密码或弱密码。 通常会将账户的属性设置为密码永不过期。 对于普通用户,您会将最大密码 年龄设置为大约45天。 当密码过期时,系统会通知用户更改密码,用户随后 进行更改。 然而,服务无法响应此类消息,而是直接被锁定。

由于服务账户具有较高的权限,管理员会为其配置一个强而复杂的密码,并比 普通用户更频繁地更改该密码。 然而,管理员需要手动更改这些密码。 密码保 持不变的时间越长,被泄露的可能性就越大。 账户访问审查可以检测服务账户 的安全问题。 另一种选择是将账户配置为非交互式,以防止用户使用传统的登 录方式登录该账户。 服务可以配置为使用基于证书的认证。 证书颁发给运行服务的设备,并在访问 资源时由服务出示。 基于网络的服务通常使用应用程序编程接口(API)方法在 系统之间交换信息。 这些API方法因基于网络的服务而异。 例如,Google和 Facebook提供网络服务供网页开发者使用,但它们的实现方式不同。

小白解释

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

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

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

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

本页术语用人话说:

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

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

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

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

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

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

考点提醒

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

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

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

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

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

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

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

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

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

本页术语拆解
认证 认证是验证“你是不是你声称的那个人”。
NIST NIST 提供美国常用安全标准、框架和指南。
程序 程序是一步一步怎么做。
数字证书 数字证书把身份和公钥绑定起来,由可信 CA 签发。
身份 身份是主体在系统中的标识。
日志 日志记录系统和用户活动,用于监控、审计和调查。
恶意代码 恶意代码包括病毒、蠕虫、木马、勒索软件等。
学习单元 30 / PDF P946

认证:证明身份

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

教材原文段落

Mutual Authentication There are many occasions when mutual authentication is needed. As an example, when a client accesses a server, both the client and the server provide authentication. This prevents a client from revealing information to a rogue server. Mutual authentication methods commonly use digital certificates. For example, when employees are connecting to a company network while working from home, they typically connect to a virtual private network (VPN) server. Both the server and the client present digital certificates to the other endpoint, providing two-way authentication. If this mutual authentication fails, the two endpoints don't start a communication session.

If an attacker redirected the traffic to a rogue VPN server, the authentication would fail, and the employee would know not to enter credentials. Implementing Identity Management Identity management (IdM) implementation techniques generally fall into two categories: Centralized access control implies that a single entity within a system performs all authorization verification. Decentralized access control (also known as distributed access control) implies that various entities located throughout a system perform authorization verification. A small team or individual can manage centralized access control.

Administrative overhead is lower because all changes are made in a single location, and a single change affects the entire system. However, a vulnerability is that centralized access control potentially creates a single point of failure. Another benefit of centralized identity management solutions is that they can scale up to support more users. For example, a Microsoft Active Directory domain can start with just a single domain controller. As the company grows, administrators can add additional domain controllers to handle the additional traffic. Decentralized access control often requires several teams or multiple individuals. Administrative overhead is higher because changes must be

中文直译 / 整理

双向认证 在许多情况下需要双向认证。 例如,当客户端访问服务器时,客户端和服务器 都会提供认证。 这可以防止客户端向恶意服务器泄露信息。 双向认证方法通常 使用数字证书。 例如,当员工在家工作并连接到公司网络时,他们通常会连接到虚拟专用网络 (VPN)服务器。 服务器和客户端都会向对方端点出示数字证书,以实现双向 认证。 如果此双向认证失败,两个端点将不会建立通信会话。 如果攻击者将流 量重定向到一个恶意的VPN服务器,认证将失败,员工便会知道不应输入凭据。 实施身份管理 身份管理(IdM)实施技术通常分为两类: 集中式访问控制意味着系统中的单一实体执行所有授权验证。 分布式访问控制(也称为分散式访问控制)意味着系统中各个实体执行 授权验证。 一个小团队或个人可以管理集中式访问控制。 管理开销较低,因为所有更 改都在单个位置进行,且一次更改会影响整个系统。 然而,一个潜在的漏 洞是,集中式访问控制可能造成单点故障。 集中式身份管理解决方案的另一个优势是它们能够扩展以支持更多用户。 例如, 一个 Microsoft Active Directory 域可以从单个域控制器开始。

随着公司的发 展,管理员可以添加更多的域控制器来处理额外的流量。 去中心化的访问控制通常需要多个团队或多个个体。 由于更改必须在多个位 置实施,因此管理开销更高。

小白解释

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

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

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

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

本页术语用人话说:

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

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

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

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

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

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

考点提醒

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

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

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

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

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

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

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

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

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

本页术语拆解
认证 认证是验证“你是不是你声称的那个人”。
授权 授权是认证之后决定你能访问什么、能做什么。
NIST NIST 提供美国常用安全标准、框架和指南。
数字证书 数字证书把身份和公钥绑定起来,由可信 CA 签发。
虚拟专用网络 VPN VPN 在不可信网络上建立加密隧道。
身份 身份是主体在系统中的标识。
学习单元 31 / PDF P947

认证:证明身份

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

教材原文段落

implemented across numerous locations. Maintaining consistency across a system becomes more difficult as the number of access control points increases. Changes made to any individual access control point need to be repeated at every access point. Single Sign-On Single sign-on (SSO) is a centralized access control technique that allows a subject to be authenticated once on a system and access multiple resources without authenticating again. SSO is convenient for users, and it also has security benefits. When users have to remember multiple usernames and passwords, they often resort to writing them down, ultimately weakening security. Users are less likely to write down a single password.

SSO also eases administration by reducing the number of accounts required for a subject. The primary disadvantage to SSO is that once an account is compromised, an attacker gains unrestricted access to all of the authorized resources. However, most SSO systems include methods to protect user credentials. The following sections discuss several common SSO mechanisms. LDAP and Centralized Access Control Within a single organization, a centralized access control system is often used for SSO. For example, a directory service is a centralized database that includes information about subjects and objects, including authentication data.

Many directory services are based on the Lightweight Directory Access Protocol (LDAP). For example, the Microsoft Active Directory Domain Services (AD DS) is an LDAP-based directory. You can think of an LDAP directory as a telephone directory for network services and assets. Users, clients, and processes can search the directory service to find where a desired system or resource resides. Subjects must authenticate to the directory service before performing queries and lookup activities. Even after authentication, the directory service will reveal only certain information to a subject, based on its assigned privileges. Multiple domains and trusts are commonly used in access control systems.

A security domain is a collection of subjects and objects that share a common security policy, and individual domains can operate separately from other domains. Trusts are established between the domains to create a security bridge and allow users from one domain to access another domain's resources. Trusts can be one-way only, or they can be two-way.

中文直译 / 整理

随着访问控制点数量的增加,维持系统的一致性变得更加困难。 对任何单个 访问控制点所做的更改都需要在每个访问点重复执行。 单点登录 单点登录(SSO)是一种集中式访问控制技术,允许用户在系统上进行一次身 份验证后,无需再次验证即可访问多个资源。 SSO对用户而言更加便捷,同时 也具有安全优势。 当用户需要记住多个用户名和密码时,他们常常会将它们写 下来,最终削弱了安全性。 而用户不太可能记下单一密码。 SSO还通过减少用 户所需账户的数量,简化了管理。 SSO的主要缺点是,一旦账户被攻破,攻击者即可无限制地访问所有授权资源。 然而,大多数SSO系统都包含保护用户凭证的方法。 以下部分将讨论几种常见 的SSO机制。 LDAP与集中式访问控制 在单个组织内部,通常使用集中式访问控制系统实现SSO。 例如,目录服务是 一个集中式数据库,包含有关主体和对象的信息,包括身份验证数据。 许多目 录服务基于轻量级目录访问协议(LDAP)。 例如,Microsoft Active Directory Domain Services(AD DS)就是一种基于LDAP的目录。 您可以将 LDAP 目录视为网络服务和资产的电话簿。

用户、客户端和进程可 以搜索目录服务,以查找所需系统或资源的位置。 主体在执行查询和查找操 作前必须向目录服务进行身份验证。 即使通过身份验证后,目录服务也会根 据主体的分配权限,仅向其显示特定信息。 在访问控制系统中,通常使用多个域和信任关系。 安全域是一组共享相同安全 策略的主体和对象,各个域可以独立于其他域运行。 信任关系在域之间建立, 以创建安全桥梁,使一个域的用户能够访问另一个域的资源。 信任关系可以是 单向的,也可以是双向的。

小白解释

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

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

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

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

本页术语用人话说:

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

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

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

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

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

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

考点提醒

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

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

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

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

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

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

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

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

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

本页术语拆解
认证 认证是验证“你是不是你声称的那个人”。
授权 授权是认证之后决定你能访问什么、能做什么。
NIST NIST 提供美国常用安全标准、框架和指南。
政策 政策是高层原则,说明必须遵守什么。
资产 资产是组织认为有价值、需要保护的东西,可以是数据、系统、人员、设施或声誉。
身份 身份是主体在系统中的标识。
学习单元 32 / PDF P948

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

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

教材原文段落

LDAP and PKIs A public key infrastructure (PKI) uses LDAP when integrating digital certificates into transmissions. Chapter 7 covers the topic in more depth, but in short, a PKI is a group of technologies used to manage digital certificates during the certificate life cycle. There are many times when clients need to query a certificate authority (CA) for information on a certificate, and LDAP is one of the protocols used. LDAP and centralized access control systems can be used to support SSO capabilities. SSO and Federated Identities SSO is common on internal networks, and it is also used on the Internet with third-party services.

Many cloud-based applications use SSO solutions, making it easier for users to access resources over the Internet. Cloud-based applications use federated identity management (FIM) systems, which are a form of SSO. Identity management is the management of user identities and their credentials. A FIM system links a user's identity in one system with multiple identity management systems. FIM extends beyond a single organization. Multiple organizations can join a federation or group, where they agree to share identity information. Users in each organization can log on once in their own organization, and their credentials are matched with a federated identity.

They can then use this federated identity to access resources in any other organization within the federation. A federation can be composed of multiple networks within a single university campus, numerous college and university campuses, multiple organizations sharing resources, or any other group that can agree on a common federated identity management system. Members of the federation match user identities within an organization to federated identities. It's important to realize that membership in a federation doesn't automatically grant everyone access to all resources owned by other members of the federation. Instead, each organization decides what resources to share.

Administrators manage these details behind the scenes, and the process is usually transparent to users. The important point is that users don't need to enter their credentials again. LDAP

中文直译 / 整理

和 PKI 公钥基础设施(PKI)在将数字证书集成到传输中时使用LDAP。 第7章更深入 地探讨了该主题,但简而言之,PKI是一组用于在证书生命周期内管理数字证 书的技术。 客户端经常需要向证书颁发机构(CA)查询有关证书的信息,而 LDAP就是其中一种使用的协议。 LDAP和集中式访问控制系统可用于支持单点 登录(SSO)功能。 单点登录和联合身份 单点登录在内部网络中很常见,也用于互联网与第三方服务。 许多基于云的应 用程序使用单点登录解决方案,使用户更轻松地访问互联网资源。 基于云的应 用程序使用 联合身份管理(FIM) 系统,这是一种单点登录形式。 身份管理是管理用户身份及其 凭证。 FIM 系统将一个系统中的用户身份与多个身份管理系统关联起来。 FIM 超越了单一组织的范围。 多个组织可以加入一个联合体或群组,共同同 意共享身份信息。 每个组织中的用户只需在本组织内登录一次,其凭证就会与 联合身份匹配,然后他们可以使用该联合身份访问联合体内任何其他组织的资 源。 一个联邦可以由单个大学校园内的多个网络、多个学院和大学校园、共享资源 的多个组织,或任何其他能够就共同的联邦身份管理系统达成一致的群体组成。

联邦的成员将组织内的用户身份与联邦身份进行匹配。 重要的是要认识到,加入一个联合体并不会自动赋予每个人访问联合体内其他 成员所有资源的权限。 相反,每个组织自行决定共享哪些资源。 管理员在后台 管理这些细节,而这一过程对用户通常是透明的。 关键在于,用户无需再次输 入其凭据。

小白解释

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

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

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

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

本页术语用人话说:

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

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

公钥基础设施 PKI:PKI 用证书、CA、注册、吊销等机制管理公钥信任。

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

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

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

考点提醒

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

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

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

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

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

CA、RA、证书、CRL、OCSP、信任链都是 PKI 高频点。

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

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

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

本页术语拆解
NIST NIST 提供美国常用安全标准、框架和指南。
程序 程序是一步一步怎么做。
公钥基础设施 PKI PKI 用证书、CA、注册、吊销等机制管理公钥信任。
数字证书 数字证书把身份和公钥绑定起来,由可信 CA 签发。
身份 身份是主体在系统中的标识。
日志 日志记录系统和用户活动,用于监控、审计和调查。
学习单元 33 / PDF P949

认证:证明身份

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

教材原文段落

A challenge with multiple companies communicating in a federation is finding a common language. They often have different operating systems, but they still need to share a common language. Chapter 14 discusses the methods used to implement federated identity management systems. These include Security Assertion Markup Language (SAML), OAuth, and OpenID Connect (OIDC). Cloud-Based Federation A cloud-based federation typically uses a third-party service to share federated identities. As an example, many corporate online training websites use federated SSO systems.

When the organization coordinates with the online training company for employee access, they also coordinate the federated access details. A common method is to match the user's internal login ID with a federated identity. Users log on within the organization using their normal login ID. When the user accesses the training website with a web browser, the federated identity management system uses their login ID to retrieve the matching federated identity. If it finds a match, it authorizes the user access to the web pages granted to the federated identity.

On-Premises Federation Federated identity management systems can be hosted on-premises, in the cloud, or in a combination of the two as a hybrid system. As an example of an on-premises federated identity management system, imagine that Acme merges with Emca. Both companies have their own networks and SSO systems. However, management wants employees to be able to access resources in both networks without logging on twice. By creating an on-premises federated identity management system, both companies can share authentication data. This system allows users to continue to log on normally, and they will also have access to the other company's network resources.

An on-premises solution provides the organization with the most control. Hybrid Federation A hybrid federation is a combination of a cloud-based solution and an onpremises solution. Imagine Acme has a cloud-based federation providing

中文直译 / 整理

多个公司在联合体中通信的一个挑战是找到一种共同语言。 它们通常使用不同 的操作系统,但仍需共享一种共同语言。 第14章讨论了用于实现联合身份管理 系统的方法,包括安全断言标记语言(SAML)、OAuth 和 OpenID Connect(OIDC)。 基于云的联合 一个基于云的联合通常使用第三方服务来共享联合身份。 例如,许多企业在线 培训网站使用联合单点登录系统。 当组织与在线培训公司协调员工访问权限时, 也会协调联合访问的详细信息。 一种常见方法是将用户的内部登录ID与联合身份进行匹配。 用户在组织内部 使用其常规登录ID进行登录。 当用户通过网页浏览器访问培训网站时,联合 身份管理系统会使用其登录ID检索匹配的联合身份。 如果找到匹配项,系统 将授权用户访问该联合身份所对应的网页。 本地联合 联合身份管理系统可以托管在本地、云端,或两者结合的混合系统中。 作为本地联合身份管理系统的一个示例,假设Acme公司与Emca公司合并。 两家公司各自拥有自己的网络和单点登录系统。 然而,管理层希望员工无需 重复登录即可访问两个网络中的资源。 通过创建一个本地联合身份管理系统, 两家公司可以共享认证数据。

该系统允许用户继续正常登录,同时也能访问 另一家公司的网络资源。 本地解决方案为组织提供了最大程度的控制。 混合联邦 一个 混合联邦 是云解决方案和本地解决方案的结合。 假设 Acme 公司采用云联 邦为员工提供在线培训。

小白解释

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

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

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

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

本页术语用人话说:

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

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

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

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

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

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

考点提醒

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

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

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

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

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

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

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

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

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

本页术语拆解
认证 认证是验证“你是不是你声称的那个人”。
授权 授权是认证之后决定你能访问什么、能做什么。
身份 身份是主体在系统中的标识。
日志 日志记录系统和用户活动,用于监控、审计和调查。
恢复点目标 RPO RPO 是最多能接受丢失多少时间范围的数据。
学习单元 34 / PDF P950

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

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

教材原文段落

employees with online training. After the merger with Emca, they implement an on-premises solution to share identities with the two companies. This approach doesn't automatically give employees from Emca access to the training sites. However, it is possible to integrate the existing on-premises solution with the training sites' cloud-based solution. This creates a hybrid solution for Emca employees and, as with other federated solutions, provides SSO for Emca employees. Just-In-Time Some federated identity solutions support Just-in-Time (JIT) provisioning. These solutions automatically create the relationship between two entities so that new users can access resources.

A JIT solution creates the connection without any administrator intervention. For example, imagine Acme contracted with a third party to provide cafeteriastyle benefit plans for employees. The third-party site offers benefit choices such as healthcare plans, life insurance choices, and 401K contribution amounts. Employees access the third-party site and choose the benefits they want. One way to provide employees access to the third-party site is to create separate accounts for every employee, but that can be a huge administrative burden, especially as Acme hires new employees. With JIT provisioning, employees log on normally to their employer's network.

The first time the employee accesses the benefits site, the JIT system exchanges data with the employer's network and creates the employee's account. JIT systems commonly use SAML to exchange the required data. SAML provides entities with a lot of flexibility to exchange a wide assortment of data. The process starts with the third party verifying the user is logged onto a trusted organization's network. The employer's network then sends data on the employee, such as the username, first and last name, email address, and any other information needed by the third party. Credential Management Systems Credential management systems provide storage space for usernames and passwords.

As an example, many web browsers can remember usernames and passwords for any site that a user has visited.

中文直译 / 整理

在与 Emca 公司合并后,他们实施了一种本地解决方案,以在两家公司之间共享身 份。 这种方法不会自动为Emca的员工提供对培训网站的访问权限。 但是,可以将 现有的本地解决方案与培训网站的云解决方案集成。 这为Emca员工创建了一 种混合解决方案,并且与其他联合解决方案一样,为Emca员工提供了单点登 录功能。 按需供应 一些联合身份解决方案支持按需供应(JIT)。 这些解决方案会自动在两个实体 之间建立关系,以便新用户可以访问资源。 JIT解决方案在无需管理员干预的情 况下创建连接。 例如,假设Acme与第三方签订合同,为员工提供自助式福利计划。 第三方网 站提供多种福利选择,如医疗计划、人寿保险选项和401K缴款金额。 员工访问 第三方网站并选择所需的福利。 一种让员工访问第三方网站的方法是为每位员 工创建独立账户,但这可能带来巨大的管理负担,尤其是在Acme招聘新员工 时。 通过即时(JIT)供应,员工正常登录到其雇主的网络。 当员工首次访问 福利网站时,JIT系统会与雇主的网络交换数据并创建员工账户。 JIT系统通常使用SAML来交换所需数据。 SAML为实体提供了极大的灵活性, 以交换各种类型的数据。

该过程从第三方验证用户已登录到受信任组织的网络 开始。 随后,雇主的网络会发送有关员工的数据,例如用户名、姓氏、名字、 电子邮件地址以及第三方所需的任何其他信息。 凭据管理系统 凭据管理系统为用户名和密码提供存储空间。 例如,许多网页浏览器可以记住 用户访问过的任何网站的用户名和密码。

小白解释

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

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

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

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

本页术语用人话说:

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

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

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

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

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

考点提醒

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

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

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

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

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

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

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

本页术语拆解
NIST NIST 提供美国常用安全标准、框架和指南。
身份 身份是主体在系统中的标识。
日志 日志记录系统和用户活动,用于监控、审计和调查。
学习单元 35 / PDF P951

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

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

教材原文段落

The World Wide Web Consortium (W3C) published the Credential Management Level 1 API in January 2019. Many web browsers have adopted the API for credential management. The API provides several benefits that developers can implement programmatically: Offering to store the user's credentials after logging on Showing a credential chooser, allowing the user to skip sign-in forms Automatically logging the user on in subsequent visits, unless the user signed out Some federated identity management solutions use the Credential Management API. This allows different web applications to implement SSO solutions using a federated identity provider.

As an example, if you have a Google or Facebook account, you can use one of them to sign in to Zoom. Identity as a service (IDaaS) is a third-party service that provides identity and access management (IAM). IDaaS effectively provides SSO for the cloud and is especially useful when internal clients access cloud-based software-as-aservice (SaaS) applications. Google implements this with its motto of “One Google Account for everything Google.” Users log into their Google account once, and it provides them with access to multiple Google cloud-based applications without requiring users to log in again.

As another example, Microsoft 365 provides Office applications as a combination of installed applications and SaaS applications. Users have full Office desktop applications installed on their user systems, which can also connect to cloud storage using OneDrive. This allows users to edit and share files from multiple devices. When people use Microsoft 365 at home, Microsoft provides IDaaS, allowing users to authenticate via the cloud to access their data on OneDrive. When employees use Microsoft 365 from within an enterprise, administrators can integrate the network with a third-party service. For example, Delinea provides third-party services that integrate with Microsoft Active Directory.

Once configured, users log onto the domain and access Microsoft 365 cloud resources without logging on again. Credential Manager Apps Windows includes the Credential Manager applet in Control Panel. When a user enters credentials in a browser or a Windows application, Credential

中文直译 / 整理

万维网联盟(W3C)于2019年1月发布了凭据管理一级API。 许多网页浏览器 已采用该API进行凭据管理。 该API为开发者提供了若干可编程实现的好处: 登录后提供存储用户凭据的功能 显示凭据选择器,允许用户跳过登录表单 在后续访问时自动登录用户,除非用户已退出登录 一些联合身份管理解决方案使用凭据管理 API。 这使得不同的网页应用能够 通过联合身份提供商实现单点登录(SSO)解决方案。 例如,如果您拥有 Google 或 Facebook 账户,您可以使用其中之一登录 Zoom。 身份即服务(IDaaS)是一种第三方服务,提供身份和访问管理(IAM)。 IDaaS 有效为云环境提供单点登录(SSO)功能,尤其适用于内部客户端访问 基于云的软件即服务(SaaS)应用。 Google 通过其口号“一个 Google 账户 通用于所有 Google 服务”来实现这一点。 用户只需登录一次自己的 Google 账户,即可访问多个 Google 云应用,无需再次登录。 另一个例子是 Microsoft 365,它将 Office 应用程序作为安装应用和 SaaS 应用的组合提供。

用户在其设备上安装了完整的 Office 桌面应用程序,并可 通过 OneDrive 连接到云存储。 这允许用户从多个设备编辑和共享文件。 当 人们在家中使用 Microsoft 365 时,Microsoft 提供 IDaaS,使用户能够通 过云端身份验证访问其 OneDrive 数据。 当员工在企业内部使用 Microsoft 365 时,管理员可以将网络与第三方服务 集成。 例如,Delinea 提供与 Microsoft Active Directory 集成的第三方服 务。 配置完成后,用户登录域即可访问 Microsoft 365 云资源,无需再次登 录。 凭据管理器应用 Windows 在控制面板中包含凭据管理器小程序。 当用户在浏览器或 Windows 应用程序中输入凭据时,凭据

小白解释

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

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

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

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

本页术语用人话说:

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

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

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

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

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

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

考点提醒

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

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

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

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

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

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

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

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

本页术语拆解
NIST NIST 提供美国常用安全标准、框架和指南。
程序 程序是一步一步怎么做。
身份 身份是主体在系统中的标识。
日志 日志记录系统和用户活动,用于监控、审计和调查。
学习单元 36 / PDF P952

认证:证明身份

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

教材原文段落

Manager offers to save them. It encrypts the credentials and stores them. When a user returns to the website or opens the application, it retrieves the credentials from the Credential Manager. Third-party credential management systems, known as password vaults, are also available. For example, KeePass is a freeware tool that allows you to store your credentials. Credentials are stored in an encrypted database, and users can unlock the database with a master password. Once the database is unlocked, users can easily copy their passwords to paste into a website form. It's also possible to configure the app to enter the credentials automatically into the web page form.

Of course, it's important to use a strong master password to protect all the other credentials. Scripted Access Scripted access or logon scripts establish communication links by providing an automated process to transmit login credentials at the start of a login session. Scripted access can often simulate SSO even though the environment still requires a unique authentication process to connect to each server or resource. Scripts can implement SSO in environments where true SSO technologies are not available. Scripts and batch files should be stored in a protected area because they usually contain access credentials in cleartext.

Session Management When you're using any type of authentication system, it's important to use session management methods to prevent unauthorized access. This includes sessions on regular computers such as desktop PCs and within online sessions with an application. Desktop PCs and laptops include screen savers. These change the display when the computer isn't in use by displaying random patterns or different pictures or simply blanking the screen. Screen savers protected the computer screens of older computers, but new displays don't need them. However, they're still used, and screen savers have a password-protect feature that can be enabled.

This feature displays the logon screen and forces the user to authenticate again before exiting the screen saver. Screen savers have a time frame in minutes that you can configure. They are commonly set between 10 and 20 minutes. If you set it for 10 minutes, it will activate after 10 minutes. This requires users to authenticate again if the system is idle for 10 minutes or longer.

中文直译 / 整理

管理器会提示保存它们。 它会加密凭据并进行存储。 当用户返回网站或打开 应用程序时,它会从凭据管理器中检索凭据。 第三方凭证管理系统,又称密码保险库,也可使用。 例如,KeePass 是一款 免费工具,允许您存储凭证。 凭证存储在加密数据库中,用户可以使用主密码 解锁数据库。 一旦数据库被解锁,用户便可轻松复制密码并粘贴到网站表单中。 还可以配置应用程序,使其自动将凭证填入网页表单。 当然,使用强主密码来 保护所有其他凭证非常重要。 脚本化访问 脚本化访问或登录脚本通过在登录会话开始时提供自动化流程来传输登录凭证, 从而建立通信链接。 脚本化访问通常可以模拟单点登录(SSO),即使环境仍 需要为每个服务器或资源执行独立的认证过程。 在无法使用真正单点登录技术 的环境中,脚本可以实现单点登录。 由于脚本和批处理文件通常以明文形式包 含访问凭证,因此应将其存储在受保护的区域中。 会话管理 当您使用任何类型的认证系统时,使用会话管理方法以防止未经授权的访问非 常重要。 这包括在台式机等普通计算机上的会话,以及在应用程序中的在线会 话。 台式机和笔记本电脑包含屏幕保护程序。

当计算机未使用时,屏幕保护程序会 通过显示随机图案、不同图片或仅黑屏来改变显示内容。 屏幕保护程序曾用于 保护旧式计算机的屏幕,但新型显示器已不需要它们。 然而,它们仍被广泛使 用,且屏幕保护程序具有可启用的密码保护功能。 此功能会显示登录屏幕,并 强制用户在退出屏幕保护程序前重新进行身份验证。 屏幕保护程序有一个可配置的分钟数时间范围,通常设置为10到20分钟之间。 如果将其设置为10分钟,则在10分钟后激活。 这要求用户在系统空闲10分钟或 更长时间后重新进行身份验证。

小白解释

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

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

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

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

本页术语用人话说:

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

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

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

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

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

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

考点提醒

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

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

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

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

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

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

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

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

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

本页术语拆解
认证 认证是验证“你是不是你声称的那个人”。
授权 授权是认证之后决定你能访问什么、能做什么。
加密 加密把内容变成未授权者看不懂的形式。
程序 程序是一步一步怎么做。
身份 身份是主体在系统中的标识。
日志 日志记录系统和用户活动,用于监控、审计和调查。
学习单元 37 / PDF P953

第 953 页学习单元

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

教材原文段落

Secure online sessions will typically terminate after some time too. For example, if you establish a secure session with your bank but don't interact with the session for 10 minutes, the application will typically log you off. In some cases, the application gives you a notification saying it will log you off soon. These notifications usually allow you to click on the page so that you stay logged on. If developers don't implement these automatic logoff capabilities, it allows a user's browser session to remain open with the user logged on.

Even if the user closes a browser tab without logging off, it can potentially leave the browser session open, leaving the user's account vulnerable to an attack if someone else accesses the browser. The Open Worldwide Application Security Project (OWASP) publishes many different “cheat sheets” that provide application developers' specific recommendations. The Session Management Cheat Sheet provides information about web sessions and various methods used to secure them. URLs change, but you can find the cheat sheet by using the search feature at http://owasp.org. Developers commonly use web development frameworks to implement session management.

These are used worldwide and are regularly updated. The framework creates a session identifier at the beginning of the session. This identifier is included in every HTTP request throughout the session. It's possible to force the use of Transport Layer Security (TLS) to ensure the entire session (including the identifier) is encrypted. These frameworks also include methods to expire sessions. Developers choose the timeout periods, but high-value applications such as applications accessing financial data typically have timeout ranges of 2 to 5 minutes. Lowvalue applications typically have timeout ranges of 15 to 30 minutes.

Managing the Identity and Access Provisioning Life Cycle The identity and access provisioning life cycle refers to the creation, management, review/audit, and deletion of accounts. Although these activities may seem mundane, they are essential to a system's access control capabilities. Without properly defined and maintained user accounts, a

中文直译 / 整理

安全的在线会话通常也会在一段时间后终止。 例如,如果您与银行建立了安 全会话,但在10分钟内未与会话进行交互,应用程序通常会自动注销您。 在 某些情况下,应用程序会给出通知,告知您即将被注销。 这些通知通常允许 您点击页面以保持登录状态。 如果开发人员未实现这些自动注销功能,则可 能导致用户的浏览器会话保持打开状态,用户仍处于登录状态。 即使用户在 未注销的情况下关闭了浏览器标签页,也可能导致浏览器会话保持打开,如 果其他人访问该浏览器,用户的账户可能会面临被攻击的风险。 开放网络应用安全项目(OWASP)发布了多种不同的“速查表”,为 应用程序开发人员提供具体建议。 会话管理速查表提供了有关网页会话及其 各种安全方法的信息。 URL 会更改,但您可以通过访问 http://owasp.org 上的搜索功能找到该速查表。 开发人员通常使用 Web 开发框架来实现会话管理。 这些框架在全球范围内使 用,并定期更新。 框架在会话开始时创建一个会话标识符。 该标识符包含在会 话期间的每个 HTTP 请求中。 可以强制使用传输层安全协议(TLS),以确保 整个会话(包括标识符)被加密。 这些框架还包括使会话过期的方法。

开发人员选择超时周期,但访问财务数据 等高价值应用程序通常具有 2 到 5 分钟的超时范围。 低价值应用程序通常具有 15 到 30 分钟的超时范围。 管理身份和访问配置生命周期 身份和访问供应生命周期 identity and access provisioning life cycle 指的是 账户的创建、管理、审查/审计和删除。 尽管这些活动可能看似平凡,但它们 对于系统的访问控制能力至关重要。 如果没有正确定义和维护的用户账户,

小白解释

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

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

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

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

本页术语用人话说:

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

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

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

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

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

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

考点提醒

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

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

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

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

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

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

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

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

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

本页术语拆解
审计 审计记录主体行为,用于追责、复盘和取证。
加密 加密把内容变成未授权者看不懂的形式。
程序 程序是一步一步怎么做。
身份 身份是主体在系统中的标识。
审计 审计检查控制是否存在、是否有效、是否符合要求。
日志 日志记录系统和用户活动,用于监控、审计和调查。
学习单元 38 / PDF P954

认证:证明身份

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

教材原文段落

system is unable to establish accurate identity, perform authentication, provide authorization, and track accountability. As mentioned previously, identification occurs when a subject claims an identity. This identity is most commonly a user account, but it also includes computer accounts and service accounts. Provisioning and Onboarding An organization typically has an onboarding process after hiring new employees. This includes creating the user account and provisioning it with all the privileges the employee will need in their new job. Creating new user accounts is usually a simple process, but the process must be protected and secured via organizational security policy procedures.

User accounts should not be created at an administrator's whim or in response to random requests. Rather, proper provisioning ensures that personnel follow specific procedures when creating accounts. The initial creation of a new user account is often called an enrollment or registration. The only item that must be provided is a username or a unique identifier. However, based on an organization's established processes, it typically includes multiple details on the user, such as the user's full name, email address, and more. When an organization uses biometric methods of authentication, biometric data is also collected and stored during this enrollment process.

It is also critical that the new hire's identity is proved through whatever means an organization deems necessary and sufficient. Photo ID, birth certificate, background check, credit check, security clearance verification, FBI database search, and even reference checks are all valid forms of verifying a person's identity before enrolling them in any secured system. Many organizations have automated provisioning systems. For example, once a person is hired, the HR department completes initial identification and inprocessing steps and then forwards a request to the IT department to create an account.

IT personnel enter information such as the employee's name and their assigned department via an application. The application then creates the account using predefined rules. Automated provisioning systems create accounts consistently, such as always creating usernames the same way and treating duplicate usernames consistently. If the policy dictates that usernames include first and last names, then the application will create a username as suziejones for a user named Suzie Jones. If the organization

中文直译 / 整理

系统将无法建立准确的身份、执行身份验证、提供授权和追踪责任。 如前所述, 识别发生在主体声明身份时。 此身份最常见的是用户账户,但也包括计算机账 户和服务账户。 配置与入职 组织在招聘新员工后通常会有一个入职流程。 这包括创建用户账户,并为其 配置员工在新岗位上所需的所有权限。 创建新用户账户通常是一个简单的过程,但该过程必须通过组织的安全策略程 序进行保护和加固。 用户账户不应由管理员随意创建,或仅因随机请求而创建。 相反,正确的配置确保人员在创建账户时遵循特定的流程。 新用户账户的初始创建通常称为注册或登记。 唯一必须提供的信息是用户名 或唯一标识符。 然而,根据组织的既定流程,通常还包括用户的多项详细信 息,例如用户的全名、电子邮件地址等。 当组织使用生物识别认证方法时, 生物识别数据也会在此注册过程中被收集和存储。 同样关键的是,必须通过组织认为必要且充分的任何方式验证新员工的身份。 照片身份证、出生证明、背景调查、信用调查、安全许可验证、FBI数据库 查询,甚至推荐人核查,都是在将其纳入任何安全系统之前验证个人身份的 有效方式。 许多组织拥有自动化配给系统。

例如,一旦员工被录用,人力资源部门会完成 初步的身份识别和入职流程,然后向IT部门提交创建账户的请求。 IT人员通过 应用程序输入员工姓名和所属部门等信息。 应用程序随后根据预定义规则创建 账户。 自动化配给系统会一致地创建账户,例如始终以相同方式创建用户名, 并一致处理重复用户名。 如果政策规定用户名需包含姓氏和名字,则应用程序 会为名为Suzie Jones的用户创建用户名suziejones。 如果组织

小白解释

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

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

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

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

本页术语用人话说:

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

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

问责性:问责性要求能把行为绑定到具体主体。

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

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

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

考点提醒

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

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

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

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

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

问责依赖识别、认证、授权、审计和记账共同工作。

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

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

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

本页术语拆解
认证 认证是验证“你是不是你声称的那个人”。
授权 授权是认证之后决定你能访问什么、能做什么。
问责性 问责性要求能把行为绑定到具体主体。
NIST NIST 提供美国常用安全标准、框架和指南。
政策 政策是高层原则,说明必须遵守什么。
程序 程序是一步一步怎么做。
数字证书 数字证书把身份和公钥绑定起来,由可信 CA 签发。
身份 身份是主体在系统中的标识。
学习单元 39 / PDF P955

第 955 页学习单元

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

教材原文段落

hires a second employee with the same name, then the second username might be suziejones2. If the organization is using groups (or roles), the application can automatically add the new user account to the appropriate groups based on the user's department or job responsibilities. The groups will already have appropriate privileges assigned, so this step provisions the account with appropriate privileges. Provisioning also includes issuing hardware such as laptops, mobile devices, hardware authenticators, and smartcards to employees. It's important to keep accurate records when issuing hardware to employees.

After provisioning employees with accounts and any hardware they need, organizations follow up with onboarding processes. Chapter 2, “Personnel Security and Risk Management Concepts,” introduced onboarding processes.

Onboarding processes include items such as the following: Having them read and sign the organization's acceptable use policy (AUP) Explaining security best practices, such as how to avoid malware infections from emails Reviewing the organization's mobile device policy, if applicable Ensuring that the employee's computer is operational and that the employee can log on Helping the employee configure a password manager, if available Assisting the employee with configuring 2FA, if available Explaining how to access help desk personnel for further assistance Showing the employee how to access, share, and save resources These onboarding items help set up a new employee for a successful start.

Some of them may seem unnecessary, especially for employees working with the organization for a while. Consider an organization that uses nonpersistent virtual desktops. When the user logs off, all data and settings are lost. A new employee can spend a day creating and saving files, only to come back the next day and find that everything is gone.

中文直译 / 整理

雇佣了第二位同名员工,则第二个用户名可能是suziejones2。 如果组织使用组(或角色),应用程序可以根据用户的部门或工作职责自动 将新用户账户添加到相应的组中。 这些组已经分配了适当的权限,因此此步 骤为账户配置了适当的权限。 配置还包括向员工发放硬件,例如笔记本电脑、移动设备、硬件认证器和智能 卡。 在向员工发放硬件时,保持准确的记录非常重要。 为员工配置账户和所需硬件后,组织会跟进入职流程。 第2章“人员安全与风 险管理概念”介绍了入职流程。 入职流程包括以下内容: 让员工阅读并签署组织的可接受使用政策(AUP) 解释安全最佳实践,例如如何避免通过电子邮件感染恶意软件 审查组织的移动设备政策(如适用); 确保员工的计算机正常运行 且员工能够登录 帮助员工配置密码管理器(如可用)协助员工配置双因素认 证(如可用) 解释如何联系帮助台人员以获取进一步协助向员工展示如何访问、共 享和保存资源 这些入职事项有助于为新员工的成功起步做好准备。 其中一些事项可能看起来 没有必要,尤其是对于已在组织中工作一段时间的员工。 考虑一个使用非持久性虚拟桌面的组织。 当用户注销时,所有数据和设置都会 丢失。

一名新员工可能花费一整天时间创建和保存文件,但第二天回来时却发 现一切都不见了。

小白解释

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

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

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

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

本页术语用人话说:

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

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

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

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

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

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

考点提醒

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

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

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

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

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

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

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

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

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

本页术语拆解
认证 认证是验证“你是不是你声称的那个人”。
政策 政策是高层原则,说明必须遵守什么。
程序 程序是一步一步怎么做。
日志 日志记录系统和用户活动,用于监控、审计和调查。
恶意代码 恶意代码包括病毒、蠕虫、木马、勒索软件等。
学习单元 40 / PDF P956

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

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

教材原文段落

Deprovisioning and Offboarding Organizations implement deprovisioning and offboarding processes when employees leave an organization. This includes when an employee is terminated for cause, is laid off, or leaves under the best of conditions. These same processes can be used when an employee transfers to a different department or location within the same organization. Chapter 2 covers onboarding, transfers, and termination processes in the context of security policies and procedures. This section reviews them in the context of an identity and access provisioning life cycle. The easiest way to deprovision an account is to delete it, sometimes referred to as account revocation.

This process removes all access that the employee had while employed. However, it may also remove access to the user's data. For example, if the user encrypted data, the user account may have the only access to the decryption key to decrypt the data. Many organizations choose to disable the account when the employee leaves. Supervisors can then review the user's data and determine if anything is needed before deleting the account. If some data is encrypted, administrators can change the user's password and give the supervisor the new password. The supervisor can now log on as the ex-employee and decrypt the data.

Organizations typically have policies in place to delete these disabled accounts within 30 days, but the time limit can vary depending on the organization's needs. If a terminated employee retains access to a user account after the exit interview, the risk for sabotage is very high. Even if the employee doesn't take malicious action, other employees may be able to use the account if they discover the password. Logs will record the activity in the terminated employee's name instead of the person actually performing the malicious activity. Deprovisioning includes collecting any hardware issued to an employee, such as laptops, mobile devices, and authenticator devices.

This process is a lot easier if an organization keeps accurate records of what they issue to employees.

中文直译 / 整理

撤销与离职处理 当员工离开组织时,组织会实施撤销权限和离职流程。 这包括员工因故被解雇、 被裁员或在最佳条件下离职的情况。 这些相同的流程也可用于员工在同一组织 内调往其他部门或地点时。 第2章在安全策略和程序的背景下涵盖了入职、调岗和终止流程。 本 节将在身份和访问权限生命周期的背景下审查这些流程。 撤销账户最简单的方法是删除账户,有时称为账户撤销。 此过程会移除员工在 职期间的所有访问权限。 然而,它也可能导致用户数据的访问权限丢失。 例如, 如果用户加密了数据,则用户账户可能是解密数据所需解密密钥的唯一访问途 径。 许多组织在员工离职时选择禁用账户。 主管随后可以审查用户的数据,并在删 除账户前确定是否需要保留某些内容。 如果部分数据被加密,管理员可以更改 用户的密码,并将新密码提供给主管。 主管现在可以以离职员工的身份登录并 解密数据。 组织通常有政策规定在30天内删除这些已禁用的账户,但具体时限 可能因组织需求而异。 如果离职员工在离职面谈后仍保留对用户账户的访问权限,则遭受破坏的风险 极高。 即使该员工未采取恶意行动,其他员工若发现密码,也可能使用该账户。 日志将记录为离职员工的姓名,而非实际执行恶意操作的人员。

撤销流程包括收回发放给员工的所有硬件,例如笔记本电脑、移动设备和身份 验证设备。 如果组织能够准确记录发放给员工的物品,这一过程会容易得多。

小白解释

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

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

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

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

本页术语用人话说:

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

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

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

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

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

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

考点提醒

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

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

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

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

ISO 偏标准和管理体系。

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

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

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

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

本页术语拆解
加密 加密把内容变成未授权者看不懂的形式。
ISO ISO 是国际标准化组织,常见安全管理体系如 ISO 27001/27002。
NIST NIST 提供美国常用安全标准、框架和指南。
政策 政策是高层原则,说明必须遵守什么。
程序 程序是一步一步怎么做。
身份 身份是主体在系统中的标识。
日志 日志记录系统和用户活动,用于监控、审计和调查。
学习单元 41 / PDF P957

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

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

教材原文段落

It's also important to terminate employee benefits as part of the offboarding process. Without processes in place to do so, the organization may continue to pay for benefits even after employees leave. As an example, the human resource management system used by the University of Wisconsin failed to terminate health insurance premiums for 924 ex-employees several years ago. An audit discovered that they paid about $8 million before it was discovered. Role Definition and Transition During the lifetime of any organization, employee responsibilities will change. Many times, this is just a simple transfer to a different position.

Other times an organization may create a completely different job role. When they do so, it's important to define the new role and the privileges needed by employees in the role. As an example, imagine an organization decides to start selling items with an e-commerce site hosted on a new Linux server running Apache. Developers will write and maintain the code for the site, and administrators will manage the server. If they don't already have website developers and Linux administrators, they may decide to create two new roles to support this project. They would also define the privileges needed for these new roles and how they plan on assigning the privileges, such as with groups.

Account Maintenance Throughout the life of a user account, ongoing maintenance is required. Organizations with static organizational hierarchies and low employee turnover or promotion will conduct significantly less account administration than an organization with a flexible or dynamic organizational hierarchy and high employee turnover and promotion rates. Most account maintenance deals with altering rights and privileges. Procedures similar to those used when creating new accounts should be established to govern how access is changed throughout the life of a user account. Unauthorized increases or decreases in an account's access capabilities can cause serious security repercussions.

Account Access Review Administrators periodically review accounts to ensure they don't have excessive privileges. Account reviews also check to ensure accounts comply

中文直译 / 整理

在离职流程中,终止员工福利也非常重要。 如果没有相应的流程执行此操作, 组织可能在员工离职后仍继续支付福利费用。 例如,几年前,威斯康星大学使 用的人力资源管理系统未能终止924名前员工的健康保险保费。 一次审计发现, 他们在发现问题之前已支付了约800万美元。 角色定义与转换 在任何组织的生命周期中,员工的职责都会发生变化。 很多时候,这仅仅是简 单地调换到另一个职位。 其他时候,组织可能会创建一个完全不同的岗位。 当 他们这样做时,重要的是要明确定义新角色以及该角色所需员工的权限。 举个例子,假设一个组织决定通过运行 Apache 的新 Linux 服务器开设一个 电子商务网站来销售商品。 开发人员将编写和维护网站代码,而管理员将管理 服务器。 如果他们目前还没有网站开发人员和 Linux 管理员,他们可能会决定 创建两个新角色来支持该项目。 他们还会明确定义这些新角色所需的权限,以 及如何分配这些权限,例如通过组的方式。 账户维护 在用户账户的整个生命周期中,都需要持续的维护。 拥有静态组织架构且员工 流动率或晋升率较低的组织,其账户管理量将远低于拥有灵活或动态组织架构 且员工流动率和晋升率较高的组织。

大多数账户维护工作涉及更改权限和特权。 应建立与创建新账户时所用程 序相似的流程,以规范用户账户生命周期内访问权限的变更。 未经授权的 访问权限增加或减少可能导致严重的安全后果。 账户访问审查 管理员会定期审查账户,以确保其没有过度的权限。 账户审查还会检查账户是否 符合

小白解释

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

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

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

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

本页术语用人话说:

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

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

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

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

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

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

考点提醒

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

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

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

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

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

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

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

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

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

本页术语拆解
授权 授权是认证之后决定你能访问什么、能做什么。
审计 审计记录主体行为,用于追责、复盘和取证。
NIST NIST 提供美国常用安全标准、框架和指南。
程序 程序是一步一步怎么做。
OSI 模型 OSI 用七层结构理解网络通信,从物理层到应用层。
审计 审计检查控制是否存在、是否有效、是否符合要求。
学习单元 42 / PDF P958

认证:证明身份

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

教材原文段落

with security policies. This includes user accounts, privileged accounts, system accounts, and service accounts. The “Device Authentication” section in this chapter discussed system accounts, such as those assigned to computers, and the “Service Authentication” section in this chapter discussed service accounts. The local system account on computers typically has the same privileges as the local administrator account. This approach allows the computer to access other computers on the network as the computer, instead of as a user. Some applications use the local system account as the service account.

This approach allows the application to run without creating a special service account, but it often grants the application more access than it needs. If an attacker exploits an application vulnerability, the attacker may gain access to the service account. Many administrators use scripts to check for inactive accounts periodically. For example, a script can locate accounts that users have not logged onto in the past 30 days and automatically disable them. Similarly, scripts can check group membership of privileged groups (such as administrator groups) and remove unauthorized accounts. Routine auditing procedures often include account reviews.

Privilege monitoring audits accounts that have elevated privileges. This includes any accounts with administrator privileges such as administrator accounts, root accounts, service accounts, or any account that has more privileges than a regular user. It's important to guard against two problems related to access control: excessive privilege and privilege creep. Excessive privilege occurs when users have more privileges than their assigned work tasks dictate. If a user account has excessive privileges, administrators should revoke unnecessary privileges. Privilege creep involves a user account accumulating additional privileges over time as job roles and assigned tasks change.

As an example, imagine Karen is working in the accounting department and transfers to the sales department. She has privileges in the accounting department, and when she transfers to sales, she's granted the privileges needed in the sales department. If administrators don't remove her rights and permissions in accounting, she retains excessive privileges. Both excessive privileges and privilege creep violate the basic security principle of least privilege, and account reviews are effective at discovering these problems.

中文直译 / 整理

安全策略。 这包括用户账户、特权账户、系统账户和服务账户。 本章的“设备 身份验证”部分讨论了系统账户,例如分配给计算机的账户; 本章的“服务身 份验证”部分讨论了服务账户。 计算机上的本地系统账户通常具有与本地管理员账户相同的权限。 这种方法允 许计算机以计算机身份而非用户身份访问网络上的其他计算机。 某些应用程序 将本地系统账户用作服务账户。 这种方法使应用程序无需创建专用服务账户即 可运行,但通常会赋予应用程序超出其所需范围的访问权限。 如果攻击者利用 应用程序的漏洞,可能会获得服务账户的访问权限。 许多管理员使用脚本定期检查不活动的账户。 例如,脚本可以定位过去30天 内未登录的账户并自动禁用它们。 类似地,脚本可以检查特权组(如管理员组) 的成员资格并移除未经授权的账户。 常规审计程序通常包括账户审查。 权限监控审计具有提升权限的账户。 这包括任何具有管理员权限的账户,例 如管理员账户、root账户、服务账户或任何比普通用户拥有更多权限的账 户。 防范与访问控制相关的两个问题非常重要:权限过度和权限累积。 权限过度是 指用户拥有超出其分配工作任务所需的权限。

如果用户账户存在权限过度的情 况,管理员应撤销不必要的权限。 权限膨胀是指用户账户随着职位角色和分配任务的变化而随着时间推移累积额 外权限。 例如,假设凯伦在会计部门工作,后调至销售部门。 她原本拥有会计 部门的权限,调至销售部门后,又被授予销售部门所需的权限。 如果管理员未 移除她在会计部门的权限和访问权,她就会保留过多的权限。 过多的权限和权 限膨胀都违反了最小权限这一基本安全原则,而账户审查能有效发现这些问题。

小白解释

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

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

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

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

本页术语用人话说:

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

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

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

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

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

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

考点提醒

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

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

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

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

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

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

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

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

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

本页术语拆解
认证 认证是验证“你是不是你声称的那个人”。
授权 授权是认证之后决定你能访问什么、能做什么。
审计 审计记录主体行为,用于追责、复盘和取证。
NIST NIST 提供美国常用安全标准、框架和指南。
程序 程序是一步一步怎么做。
身份 身份是主体在系统中的标识。
审计 审计检查控制是否存在、是否有效、是否符合要求。
日志 日志记录系统和用户活动,用于监控、审计和调查。
学习单元 43 / PDF P959

认证:证明身份

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

教材原文段落

Summary Identity and access management (IAM) covers the management, administration, and implementation aspects of granting or restricting access to assets. Assets include personnel, information, systems, devices, facilities, applications, or services. Organizations use both physical and logical access controls to protect them. Identification is the process of a subject claiming, or professing, an identity. Authentication verifies the subject's identity by comparing one or more authentication factors against a database holding authentication information for users. The three primary authentication factors are something you know, something you have, and something you are.

Multifactor authentication uses more than one authentication factor, and it is stronger than using any single authentication factor. Single sign-on (SSO) technologies allow users to authenticate once and access any resources in a network without authenticating again. Internal networks commonly use SSO, and SSO capabilities are also available on the Internet and via the cloud. Federated identity management (FIM) systems link user identities in one system with other systems to implement SSO. The identity and access provisioning life cycle includes creating, managing, reviewing/auditing, and deleting accounts used by subjects.

Provisioning includes creating the accounts and ensuring that they are granted appropriate access to objects and issuing employees the hardware they need for their job. Onboarding processes inform employees of organizational processes and help set up new employees for success. Deprovisioning processes disable or delete an account when employees leave, and offboarding processes ensure that employees return all the hardware an organization issued to them. Study Essentials Know how physical access controls protect assets. Physical access controls are those you can touch, and they directly protect systems, devices, and facilities by controlling access and controlling the environment.

Indirectly, they also protect information and applications by limiting physical access. Know how logical access controls protect assets. Logical access controls include authentication, authorization, and permissions. They limit

中文直译 / 整理

摘要 身份与访问管理(IAM)涵盖授予或限制对资产访问的管理、行政和实施方 面。 资产包括人员、信息、系统、设备、设施、应用程序或服务。 组织使用物 理和逻辑访问控制来保护这些资产。 身份识别是主体声明或声称身份的过程。 身份验证通过将一个或多个身份验证 因素与存储用户身份验证信息的数据库进行比对,来验证主体的身份。 三大主 要身份验证因素包括:你知道的东西、你拥有的东西和你自身的特征。 多因素 身份验证使用多个身份验证因素,其安全性高于仅使用单一身份验证因素。 单点登录(SSO)技术允许用户仅进行一次身份验证,即可访问网络中的任何 资源而无需再次验证。 内部网络通常使用SSO,同时SSO功能也可在互联网和 云环境中使用。 联邦身份管理(FIM)系统将一个系统中的用户身份与其他系 统关联,以实现单点登录。 身份与访问配置生命周期包括创建、管理、审查/审计以及删除主体使用的账户。 配置包括创建账户,确保其获得对对象的适当访问权限,并为员工发放其工作 所需的硬件。 入职流程向员工介绍组织流程,帮助新员工顺利适应。 离职流程 在员工离开时禁用或删除其账户,而离岗流程则确保员工归还组织发放的所有 硬件。

学习必备 了解物理访问控制如何保护资产。 物理访问控制是您可以触摸到的控制措施, 它们通过控制访问和环境来直接保护系统、设备和设施。 间接地,它们也通过 限制物理访问来保护信息和应用程序。 了解逻辑访问控制如何保护资产。 逻辑访问控制包括身份验证、授权和权限。 它们限制

小白解释

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

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

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

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

本页术语用人话说:

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

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

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

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

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

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

考点提醒

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

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

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

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

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

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

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

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

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

本页术语拆解
认证 认证是验证“你是不是你声称的那个人”。
授权 授权是认证之后决定你能访问什么、能做什么。
审计 审计记录主体行为,用于追责、复盘和取证。
NIST NIST 提供美国常用安全标准、框架和指南。
程序 程序是一步一步怎么做。
资产 资产是组织认为有价值、需要保护的东西,可以是数据、系统、人员、设施或声誉。
身份 身份是主体在系统中的标识。
审计 审计检查控制是否存在、是否有效、是否符合要求。
学习单元 44 / PDF P960

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

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

教材原文段落

who can access information, settings, and use of information, systems, devices, facilities, applications, and services. Know the difference between subjects and objects. You'll find that Security documentation commonly uses the terms subject and object, so it's important to know the difference between them. Subjects are active entities (such as users) that access passive objects (such as files). A user is a subject who accesses objects while performing some action or accomplishing a work task. Know the components of the AAA model of access control. The AAA model includes three major components. Authentication confirms that a user, device, or service is who it claims to be.

Authorization ensures that users, devices, and services may only perform actions that they are entitled to perform. Accounting creates an audit trail of activity that may be later verified. Know the difference between identification and authentication. Access controls depend on effective identification and authentication. Subjects claim an identity, and identification can be as simple as a username for a user. Subjects prove their identity by providing authentication credentials such as the matching password for a username. People, devices, and services all verify their identity by giving proper credentials. Understand the establishment of identity, registration, and proofing.

New employees establish their identities with official documentation such as a passport, driver's license, or birth certificate. HR personnel then begin the registration process, which includes creating an account for new employees. When biometric authentication is used, the registration process also collects biometric data. Identity proofing includes knowledge-based authentication and cognitive passwords. These ask users a series of questions that only the user would know. Understand the difference between authorization and accounting. After authenticating subjects, systems authorize access to objects based on their proven identity.

Auditing logs and audit trails record events, including the identity of the subject that performed an action. The combination of effective identification, authentication, and auditing provides accountability. Know the primary authentication factors. The three primary factors of authentication are something you know (such as a password or PIN), something you have (such as a smartcard or authenticator device), and

中文直译 / 整理

谁可以访问信息、设置以及信息、系统、设备、设施、应用程序和服务的使 用。 了解主体与客体之间的区别。 您会发现,安全文档中常使用主体和客体这两个 术语,因此了解它们之间的区别非常重要。 主体是主动实体(如用户),访问 被动的客体(如文件)。 用户是主体,通过执行某些操作或完成工作任务来访 问客体。 了解AAA访问控制模型的组成部分。 AAA模型包括三个主要组成部分。 认证确认 用户、设备或服务的身份与其声称的一致。 授权确保用户、设备和服务只能执行 其被允许执行的操作。 计费则创建可后续核查的活动审计跟踪。 了解标识与认证之间的区别。 访问控制依赖于有效的标识和认证。 主体声明一 个身份,标识可以像用户名那样简单。 主体通过提供认证凭证(如与用户名匹 配的密码)来证明其身份。 人员、设备和服务都通过提供正确的凭证来验证其 身份。 了解身份、注册和验证的建立。 新员工通过护照、驾驶证或出生证明等官方文 件建立其身份。 人力资源人员随后开始注册流程,包括为新员工创建账户。 当 使用生物识别认证时,注册流程还会收集生物识别数据。 身份验证包括基于知 识的认证和认知密码,这些问题只有用户本人才能回答。 了解授权与 记账。

在对主体进行身份验证后,系统根据其经验证的身份授权访问对象。 审 计日志和审计跟踪记录事件,包括执行操作的主体身份。 有效的身份识别、身 份验证和审计相结合,可实现责任追溯。 了解主要的身份验证因素。 身份验证的三个主要因素是:你知道的东西(例如 密码或PIN码)、你拥有的东西(例如智能卡或认证设备)和

小白解释

场景先行:新员工入职后要登录系统。第一步是声明身份,第二步证明身份,第三步决定能访问哪些数据,最后系统要记录他做了什么。IAM 题就是围绕这条链条出题。

这一页真正想让你理解的是:CIA 是目标,DAD 是失败表现,AAA 是访问控制和问责链。

把它放进公司里看,关键不是背定义,而是判断:认证成功不代表什么都能做;离职、调岗、权限漂移都会造成越权。

你作为负责人可以这样想:把识别、认证、授权、审计分开看,再用最小权限和定期复核收口。

本页术语用人话说:

AAA 服务:AAA 常说认证、授权、记账,但完整链条还包括识别和审计。

认证:认证是验证“你是不是你声称的那个人”。

授权:授权是认证之后决定你能访问什么、能做什么。

审计:审计记录主体行为,用于追责、复盘和取证。

常见误区:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

读完后用一句话复述:如果我是IAM 管理员,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“DAD、过度保护、真实性、不可否认性与 AAA”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是IAM 管理员在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

Identification 是声称身份,Authentication 是证明身份,Authorization 是允许做什么。

密码、令牌、生物特征、多因素认证都服务认证。

认证成功不等于什么都能做;权限仍要单独授权。

没有日志和身份绑定,就很难问责。

问责依赖识别、认证、授权、审计和记账共同工作。

排除法提醒:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

本页术语拆解
AAA 服务 AAA 常说认证、授权、记账,但完整链条还包括识别和审计。
认证 认证是验证“你是不是你声称的那个人”。
授权 授权是认证之后决定你能访问什么、能做什么。
审计 审计记录主体行为,用于追责、复盘和取证。
问责性 问责性要求能把行为绑定到具体主体。
程序 程序是一步一步怎么做。
数字证书 数字证书把身份和公钥绑定起来,由可信 CA 签发。
身份 身份是主体在系统中的标识。
学习单元 45 / PDF P961

认证:证明身份

认证回答“你是不是你声称的那个人”。

教材原文段落

something you are (based on biometrics). Multifactor authentication (MFA) includes two or more authentication factors, and using MFA is more secure than using a single authentication factor. Understand important authentication concepts. Passwords are the weakest form of authentication, but password policies help increase their security by enforcing complexity and history requirements. Smartcards include microprocessors and cryptographic certificates, and authenticators create one-time passwords (OTPs). Biometric methods identify users based on characteristics such as fingerprints.

The crossover error rate (CER) identifies the accuracy of a biometric method and shows where the false rejection rate (FRR) is equal to the false acceptance rate (FAR). Lower CERs are more accurate. Understand single sign-on. Single sign-on (SSO) is a mechanism that allows subjects to authenticate once and access multiple objects without authenticating again. Describe how federated identity systems are implemented. FIM systems are implemented on-premises (providing the most control), via a third-party cloud service or as a hybrid of both. Describe Just-in-Time (JIT) provisioning. Just-in-Time provisioning creates user accounts on third-party sites the first time a user logs onto the site.

JIT reduces the administrative workload. Know about credential management systems. Credential management systems help developers easily store usernames and passwords and retrieve them when a user revisits a website. The W3C published the Credential Management API as a working draft in 2019, and developers commonly use it as a credential management system. It allows users to log on automatically to websites without entering their credentials again. Explain session management. Session management processes help prevent unauthorized access by closing unattended sessions. Developers commonly use web frameworks to implement session management.

These frameworks allow developers to ensure sessions are closed after a specific amount of inactivity, such as after 2 minutes. Understand the identity and access provisioning life cycle. The identity and access provisioning life cycle refers to the creation, management, and deletion of accounts. Provisioning ensures that accounts have appropriate privileges based on task requirements and employees receive any

中文直译 / 整理

你本身的特征(基于生物识别)。 多因素认证(MFA)包含两个或更多身份 验证因素,使用MFA比仅使用单一身份验证因素更安全。 理解重要的身份验证概念。 密码是最弱的身份验证形式,但密码策略通过强制 复杂性和历史要求来提高其安全性。 智能卡包含微处理器和加密证书,而身份 验证器会生成一次性密码(OTP)。 生物识别方法基于指纹等特征识别用户。 交叉错误率(CER)用于衡量生物识别方法的准确性,显示错误拒绝率( FRR)等于错误接受率(FAR)的点。 CER值越低,准确性越高。 理解单点登录。 单点登录(SSO)是一种机制,允许主体进行一次身份验证 后,无需再次验证即可访问多个对象。 描述联合身份系统是如何实现的。 联合身份管理(FIM)系统可在本地部署 (提供最大程度的控制)、通过第三方云服务,或作为两者的混合方式实现。 描述即时(JIT)配置。 即时配置在用户首次登录第三方网站时创建用户账户。 JIT减少了管理负担。 了解凭据管理系统。 凭据 管理系统帮助开发人员轻松存储用户名和密码,并在用户重新访问网站时检索 它们。 W3C于2019年发布了凭据管理API作为工作草案,开发人员通常将其用 作凭据管理系统。

它允许用户无需再次输入凭据即可自动登录网站。 解释会话管理。 会话管理流程通过关闭无人值守的会话来防止未经授权的访问。 开发人员通常使用Web框架来实现会话管理。 这些框架允许开发人员确保在 特定的不活动时间后(例如2分钟后)关闭会话。 了解身份和访问配置的生命周期。 身份和访问配置生命周期是指账户的创建、管 理和删除。 配置确保账户根据任务需求拥有适当的权限,员工获得任何

小白解释

场景先行:新员工入职后要登录系统。第一步是声明身份,第二步证明身份,第三步决定能访问哪些数据,最后系统要记录他做了什么。IAM 题就是围绕这条链条出题。

这一页真正想让你理解的是:认证回答“你是不是你声称的那个人”。

把它放进公司里看,关键不是背定义,而是判断:认证成功不代表什么都能做;离职、调岗、权限漂移都会造成越权。

你作为负责人可以这样想:把识别、认证、授权、审计分开看,再用最小权限和定期复核收口。

本页术语用人话说:

认证:认证是验证“你是不是你声称的那个人”。

授权:授权是认证之后决定你能访问什么、能做什么。

加密:加密把内容变成未授权者看不懂的形式。

NIST:NIST 提供美国常用安全标准、框架和指南。

常见误区:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

读完后用一句话复述:如果我是IAM 管理员,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“认证:证明身份”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是IAM 管理员在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

密码、令牌、生物特征、多因素认证都服务认证。

认证成功不等于什么都能做;权限仍要单独授权。

加密主要保护机密性,也可配合签名、哈希支持完整性和真实性。

看到 SP 800 系列、CSF、RMF 常联想到 NIST。

证书不是密钥本身,而是身份与公钥的可信绑定。

排除法提醒:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

本页术语拆解
认证 认证是验证“你是不是你声称的那个人”。
授权 授权是认证之后决定你能访问什么、能做什么。
加密 加密把内容变成未授权者看不懂的形式。
NIST NIST 提供美国常用安全标准、框架和指南。
数字证书 数字证书把身份和公钥绑定起来,由可信 CA 签发。
OSI 模型 OSI 用七层结构理解网络通信,从物理层到应用层。
身份 身份是主体在系统中的标识。
多因素认证 MFA 使用至少两类不同认证因素,提高认证可信度。
学习单元 46 / PDF P962

认证:证明身份

认证回答“你是不是你声称的那个人”。

教材原文段落

needed hardware. Onboarding processes inform employees of organizational processes. Deprovisioning processes disable or delete an account when employees leave, and offboarding processes ensure that employees return all the hardware an organization issued to them. Explain the importance of group and role definition and transition. When an organization creates new job roles, it's important to identify privileges needed by anyone in these new roles. Doing so ensures that employees in these new roles do not have excessive privileges. These roles are commonly mapped to groups in the authentication system and then privileges are assigned to those roles.

When users transition from one job to another, their group membership should be modified to follow those changes Describe the purpose of account access reviews. Account access reviews are performed on user accounts (including privileged accounts), system accounts, and service accounts. These reviews ensure that accounts don't have excessive privileges. They can often detect when accounts have excessive privileges and when unused accounts have not been disabled or deleted. Written Lab 1. List some physical and logical access controls used to protect assets. 2. Describe the differences between identification, authentication, authorization, and accounting. 3.

Describe the three primary authentication factor types. 4. Name the method that allows users to log on once and access resources in multiple organizations without authenticating again. 5. Identify the processes an organization follows when hiring an employee and when an employee leaves. Review Questions 1. An organization is considering creating a cloud-based federation using a third-party service to share federated identities. After it's completed, what will people use as their login ID? A. Their normal account

中文直译 / 整理

所需的硬件。 入职流程向员工告知组织流程。 离职流程在员工离开时禁用或删 除账户,而离岗流程确保员工归还组织发放给他们的所有硬件。 解释组和角色定义的重要性以及 过渡。 当组织创建新的职位角色时,必须识别这些新角色所需的权限。 这样做 可以确保新角色的员工不会拥有过多的权限。 这些角色通常映射到身份验证系统 中的组,然后将权限分配给这些组。 当用户从一个职位转到另一个职位时,其组 成员资格应随之调整 描述账户访问审查的目的。 账户访问审查针对用户账户(包括特权账户)、系 统账户和服务账户进行。 这些审查确保账户不会拥有过度的权限,并且通常能 够检测到账户拥有过度权限或未被禁用或删除的闲置账户。 书面实验 1. 列出一些用于保护资产的物理和逻辑访问控制措施。 2. 描述标识、认证 , 授权和计费之间的区别。 3. 描述三种主要的身份验证因素类型。 4. 名称允许用户一次登录并无需再次身份验证即可访问多个组织资源的方法。 5. 确定组织在雇用员工和员工离职时所遵循的流程。 复习问题 1. 一个组织正在考虑使用第三方服务创建基于云的联合,以共享联合身份。 完成后,人们将使用什么作为他们的登录ID? A. 他们的常规账户

小白解释

场景先行:新员工入职后要登录系统。第一步是声明身份,第二步证明身份,第三步决定能访问哪些数据,最后系统要记录他做了什么。IAM 题就是围绕这条链条出题。

这一页真正想让你理解的是:认证回答“你是不是你声称的那个人”。

把它放进公司里看,关键不是背定义,而是判断:认证成功不代表什么都能做;离职、调岗、权限漂移都会造成越权。

你作为负责人可以这样想:把识别、认证、授权、审计分开看,再用最小权限和定期复核收口。

本页术语用人话说:

认证:认证是验证“你是不是你声称的那个人”。

授权:授权是认证之后决定你能访问什么、能做什么。

资产:资产是组织认为有价值、需要保护的东西,可以是数据、系统、人员、设施或声誉。

身份:身份是主体在系统中的标识。

常见误区:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

读完后用一句话复述:如果我是IAM 管理员,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“认证:证明身份”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是IAM 管理员在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

密码、令牌、生物特征、多因素认证都服务认证。

认证成功不等于什么都能做;权限仍要单独授权。

资产安全题先问资产是谁拥有、如何分类、谁负责保护。

身份管理题要区分识别、认证、授权、审计。

日志要保护完整性、时间同步和访问控制。

遇到章末题时,不要只看选项。先判断题干在问定义、责任归属、最佳下一步,还是控制措施选择。

排除法提醒:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

本页术语拆解
认证 认证是验证“你是不是你声称的那个人”。
授权 授权是认证之后决定你能访问什么、能做什么。
资产 资产是组织认为有价值、需要保护的东西,可以是数据、系统、人员、设施或声誉。
身份 身份是主体在系统中的标识。
日志 日志记录系统和用户活动,用于监控、审计和调查。
恢复点目标 RPO RPO 是最多能接受丢失多少时间范围的数据。
学习单元 47 / PDF P963

机密性:让该看的人看,不该看的人看不到

机密性重点是防泄露,同时不能妨碍授权访问。

教材原文段落

B. An account given to them from the cloud-based federation C. Hybrid identity management D. Single-sign on 2. Which of the following best expresses the primary goal when controlling access to assets? A. Preserve confidentiality, integrity, and availability of systems and data. B. Ensure that only valid objects can authenticate on a system. C. Prevent unauthorized access to subjects. D. Ensure that all subjects are authenticated. 3. Which of the following is true related to a subject? A. A subject is always a user account. B. The subject is always the entity that provides or hosts information or data. C. The subject is always the entity that receives information about or data from an object.

D. A single entity can never change roles between subject and object. 4. Based on advice from the National Institute of Standards and Technology (NIST), when should regular users be required to change their passwords? A. Every 30 days B. Every 60 days C. Every 90 days D. Only if the current password is compromised 5. Security administrators have learned that users are switching between two passwords. When the system prompts them to change their password, they use the second password. When the system prompts them to change their password again, they use the first password. What can prevent users from rotating between two passwords? A. Password complexity B. Password history B.

中文直译 / 整理

从基于云的联合服务分配给他们的账户 C. 混合身份管理 D. 单点登录 2. 以下哪项 最能 表达控制资产访问时的主要目标? A. 保护系统和数据的机密性、完整性和可用性。 B. 确保只有有效的对象才能在系统上进行身份验证。 C. 防止未经授权的主体访问。 D. 确保所有主体均经过身份验证。 3. 以下哪项关于主体的说法是正确的? A. 主体始终是用户账户。 B. 主体始终是提供或托管信息或数据的实体。 C. 主体始终是接收有关对象的信息或数据的实体。 D. 单个实体绝不能在主体和对象之间切换角色。 4. 根据美国国家标准与技术研究院(NIST)的建议,普通用户应在何时被要 求更改密码? A. 每30天 B. 毇. 每60天 C. 每90天 D. 仅当当前密码被泄露时 5. 安全管理员发现,用户在两个密码之间轮换。 当系统提示他们更改密码 时,他们使用第二个密码; 当系统再次提示他们更改密码时,他们又使用 第一个密码。 如何防止用户在两个密码之间轮换? A. 密码复杂度 B. 密码历史

小白解释

场景先行:想象公司有一个客户订单系统:客户资料被别人看到是机密性问题,订单金额被偷偷改是完整性问题,系统打不开是可用性问题。教材这一页就是教你把事故先翻译成安全目标。

这一页真正想让你理解的是:机密性重点是防泄露,同时不能妨碍授权访问。

把它放进公司里看,关键不是背定义,而是判断:把泄露、篡改、宕机混在一起,就会选错控制措施。

你作为负责人可以这样想:先判断事故破坏了 CIA 哪一项,再选择对应控制:防泄露、防篡改、保可用。

本页术语用人话说:

机密性:机密性让该看的人能看,不该看的人看不到。

完整性:完整性保证数据没有被未授权修改,并且仍然正确可信。

可用性:可用性保证授权用户需要时能及时使用系统和数据。

授权:授权是认证之后决定你能访问什么、能做什么。

常见误区:不要把所有安全问题都归成“被黑了”。考试会逼你分清到底是泄露、篡改还是中断。

读完后用一句话复述:如果我是业务系统负责人,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“机密性:让该看的人看,不该看的人看不到”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是业务系统负责人在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

加密、访问控制、分类、培训都常用于保护机密性。

哈希、数字签名、变更控制、输入校验常对应完整性。

冗余、备份、BCP/DRP、抗 DoS、容量规划都对应可用性。

认证成功不等于什么都能做;权限仍要单独授权。

看到 SP 800 系列、CSF、RMF 常联想到 NIST。

遇到章末题时,不要只看选项。先判断题干在问定义、责任归属、最佳下一步,还是控制措施选择。

排除法提醒:不要把所有安全问题都归成“被黑了”。考试会逼你分清到底是泄露、篡改还是中断。

本页术语拆解
机密性 机密性让该看的人能看,不该看的人看不到。
完整性 完整性保证数据没有被未授权修改,并且仍然正确可信。
可用性 可用性保证授权用户需要时能及时使用系统和数据。
授权 授权是认证之后决定你能访问什么、能做什么。
NIST NIST 提供美国常用安全标准、框架和指南。
标准 标准给出必须满足的最低要求。
资产 资产是组织认为有价值、需要保护的东西,可以是数据、系统、人员、设施或声誉。
身份 身份是主体在系统中的标识。
学习单元 48 / PDF P964

第 964 页学习单元

这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

教材原文段落

C. Password length D. Password age 6. Which of the following best identifies the benefit of a passphrase? A. It is short. B. It is easy to remember. C. It includes a single set of characters. D. It is easy to crack. 7. Your organization issues devices to employees. These devices generate one-time passwords every 60 seconds. A server hosted within the organization knows what this password is at any given time. What type of device is this? A. Synchronous authenticator B. Asynchronous authenticator C. Smartcard D. Common access card 8. What does the CER for a biometric device indicate? A. It indicates that the sensitivity is too high. B. It indicates that the sensitivity is too low. C.

It indicates the point where the false rejection rate equals the false acceptance rate. D. When high enough, it indicates the biometric device is highly accurate. 9. Sally has a user account and has previously logged on using a biometric system. Today, the biometric system didn't recognize her, so she wasn't able to log on. What does this describe? A. False rejection B. False acceptance C. Crossover error D. Equal error C.

中文直译 / 整理

密码长度 D. 密码有效期 6. 以下哪项最佳体现了口令的好处? A. 它很短。 B. 它容易记住。 C. 它包含一组字符。 D. 容易被破解。 7. 您的组织向员工发放设备。 这些设备每60秒生成一次一次性密码。 组织内 部托管的服务器知道在任何给定时间该密码是什么。 这是什么类型的设备? A. 同步认证器 B. 异步认证器 C. 智能卡 D. 共同访问卡 8. 生物识别设备的CER表示什么? A. 它表示灵敏度过高。 B. 它表示灵敏度过低。 C. 它表示误拒率等于误接受率的点。 D. 当CER足够高时,它表示生物识别设备具有很高的准确性。 9. Sally拥有一个用户账户,并曾使用生物识别系统登录过。 今天,生物识 别系统未能识别她,因此她无法登录。 这描述的是什么情况? A. 错误拒绝 B. 错误接受 C. 交叉错误 D. 等误

小白解释

场景先行:新员工入职后要登录系统。第一步是声明身份,第二步证明身份,第三步决定能访问哪些数据,最后系统要记录他做了什么。IAM 题就是围绕这条链条出题。

这一页真正想让你理解的是:这一页属于本章连续内容,先读原文和译文,再看下方把概念拆成小白能理解的版本。

把它放进公司里看,关键不是背定义,而是判断:认证成功不代表什么都能做;离职、调岗、权限漂移都会造成越权。

你作为负责人可以这样想:把识别、认证、授权、审计分开看,再用最小权限和定期复核收口。

本页术语用人话说:

认证:认证是验证“你是不是你声称的那个人”。

日志:日志记录系统和用户活动,用于监控、审计和调查。

常见误区:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

读完后用一句话复述:如果我是IAM 管理员,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“第 964 页学习单元”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是IAM 管理员在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

密码、令牌、生物特征、多因素认证都服务认证。

日志要保护完整性、时间同步和访问控制。

遇到章末题时,不要只看选项。先判断题干在问定义、责任归属、最佳下一步,还是控制措施选择。

排除法提醒:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

本页术语拆解
认证 认证是验证“你是不是你声称的那个人”。
日志 日志记录系统和用户活动,用于监控、审计和调查。
学习单元 49 / PDF P965

认证:证明身份

认证回答“你是不是你声称的那个人”。

教材原文段落

10. Users log on with a username when accessing the company network from home. Management wants to implement a second factor of authentication for these users. They want a secure solution, but they also want to limit costs. Which of the following best meets these requirements? A. Short Message Service (SMS) B. Fingerprint scans C. Authenticator app D. Personal identification number (PIN) 11. Which of the following provides authentication based on a physical characteristic of a subject? A. Account ID B. Biometrics C. Authenticator D. PIN 12. Fingerprint readers match minutiae from a fingerprint to data in a database. Which of the following accurately identify fingerprint minutiae?

(Choose three.) A. Vein pattern B. Ridges C. Bifurcations D. Whorls 13. An organization wants to implement biometrics for authentication, but management doesn't want to use fingerprints. Which of the following is the most likely reason why management doesn't want to use fingerprints? A. Fingerprints can be counterfeited. B. Fingerprints can be changed. C. Fingerprints aren't always available. D. Registration takes too long. 10.

中文直译 / 整理

用户从家中访问公司网络时使用用户名登录。 管理层希望为这些用户实施 第二种身份验证方式。 他们希望采用安全的解决方案,同时控制成本。 以下哪 一项最符合这些要求? A. 短信服务(SMS) B. 指纹扫描 C. 认证应用 D. 个人识别码(PIN) 11. 以下哪一项基于主体的物理特征提供身份验证? A. 账户ID B. 生物特征 C. 认证器 D. 密码 12. 指纹读取器将指纹的细节特征与数据库中的数据进行匹配。 以下哪 几项准确地标识了指纹细节特征? (选择三项。 ) A. 静脉模式 B. 山脊 C. 分叉 D. 螺纹 13. 一个组织希望实施生物识别技术进行身份验证,但管理层不希望使用指 纹。 以下哪项最可能是管理层不希望使用指纹的原因? A. 指纹可以被伪造。 B. 指纹可以被更改。 C. 指纹并不总是可用。 D. 注册耗时过长。

小白解释

场景先行:新员工入职后要登录系统。第一步是声明身份,第二步证明身份,第三步决定能访问哪些数据,最后系统要记录他做了什么。IAM 题就是围绕这条链条出题。

这一页真正想让你理解的是:认证回答“你是不是你声称的那个人”。

把它放进公司里看,关键不是背定义,而是判断:认证成功不代表什么都能做;离职、调岗、权限漂移都会造成越权。

你作为负责人可以这样想:把识别、认证、授权、审计分开看,再用最小权限和定期复核收口。

本页术语用人话说:

认证:认证是验证“你是不是你声称的那个人”。

身份:身份是主体在系统中的标识。

日志:日志记录系统和用户活动,用于监控、审计和调查。

常见误区:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

读完后用一句话复述:如果我是IAM 管理员,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“认证:证明身份”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是IAM 管理员在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

密码、令牌、生物特征、多因素认证都服务认证。

身份管理题要区分识别、认证、授权、审计。

日志要保护完整性、时间同步和访问控制。

遇到章末题时,不要只看选项。先判断题干在问定义、责任归属、最佳下一步,还是控制措施选择。

排除法提醒:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

本页术语拆解
认证 认证是验证“你是不是你声称的那个人”。
身份 身份是主体在系统中的标识。
日志 日志记录系统和用户活动,用于监控、审计和调查。
学习单元 50 / PDF P966

认证:证明身份

认证回答“你是不是你声称的那个人”。

教材原文段落

14. Which of the following items are required to ensure logs accurately support accountability? (Choose two.) A. Identification B. Authorization C. Auditing D. Authentication 15. A company is installing several Linux servers in the server room. These are the first Linux servers for the company, so they hired an administrator with Linux experience to manage them and train other administrators on Linux. How should the company assign privileges for the new administrator? A. Add the administrator to the Administrators group. B. Add the administrator to the sudo group. C. Give the administrator the sudo password. D. Define a new role for Linux administrators. 16.

A company's security policy states that user accounts should be disabled during the exit interview for any employee leaving the company. Which of the following is the most likely reason for this policy? A. To remove the account B. To remove privileges assigned to the account C. To prevent sabotage D. To encrypt user data 17. When an employee leaves the organization under normal circumstances, what is the most appropriate action to take at the conclusion of their final day of work? A. Delete their account. B. Force them to change their password. C. Disable their account. D. Take no action for at least 7 days. 18.

Karen is taking maternity leave and will be away from the job for at least 12 weeks. Which of the following actions should be taken while she is 14.

中文直译 / 整理

以下哪些项是确保日志准确所必需的 支持问责制? (选择两项。 ) A. 身份识别 B. 授权 C. 审计 D. 身份验证 15. 一家公司正在服务器机房中安装多台Linux服务器。 这些是该公司首次 部署的Linux服务器,因此他们聘请了一位具有Linux经验的管理员来管理 它们,并培训其他管理员使用Linux。 公司应如何为这位新管理员分配权限? A. 将管理员添加到管理员组。 B. 将管理员添加到 sudo 组。 C. 向管理员提供 sudo 密码。 D. 为 Linux 管理员定义一个新角色。 16. 公司的安全策略规定,任何离职员工在离职面谈期间应禁用其用户账户。 以下哪项最可能是该策略的原因? A. 删除账户 B. 撤销分配给该账户的权限 C. 防止破坏行为 D. 加密用户数据 17. 当员工在正常情况下离开组织时,在其最后工作日结束时应采取的最恰当 措施是什么? A. 删除其账户。 B. 强制其更改密码。 C. 禁用其账户。 D. 至少7天内不采取任何措施。 18. 卡伦正在休产假,将离开工作岗位至少12周。 在她休假期间,应采取以下哪项 措施?

小白解释

场景先行:新员工入职后要登录系统。第一步是声明身份,第二步证明身份,第三步决定能访问哪些数据,最后系统要记录他做了什么。IAM 题就是围绕这条链条出题。

这一页真正想让你理解的是:认证回答“你是不是你声称的那个人”。

把它放进公司里看,关键不是背定义,而是判断:认证成功不代表什么都能做;离职、调岗、权限漂移都会造成越权。

你作为负责人可以这样想:把识别、认证、授权、审计分开看,再用最小权限和定期复核收口。

本页术语用人话说:

认证:认证是验证“你是不是你声称的那个人”。

授权:授权是认证之后决定你能访问什么、能做什么。

审计:审计记录主体行为,用于追责、复盘和取证。

问责性:问责性要求能把行为绑定到具体主体。

常见误区:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

读完后用一句话复述:如果我是IAM 管理员,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“认证:证明身份”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是IAM 管理员在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

密码、令牌、生物特征、多因素认证都服务认证。

认证成功不等于什么都能做;权限仍要单独授权。

没有日志和身份绑定,就很难问责。

问责依赖识别、认证、授权、审计和记账共同工作。

加密主要保护机密性,也可配合签名、哈希支持完整性和真实性。

遇到章末题时,不要只看选项。先判断题干在问定义、责任归属、最佳下一步,还是控制措施选择。

排除法提醒:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

本页术语拆解
认证 认证是验证“你是不是你声称的那个人”。
授权 授权是认证之后决定你能访问什么、能做什么。
审计 审计记录主体行为,用于追责、复盘和取证。
问责性 问责性要求能把行为绑定到具体主体。
加密 加密把内容变成未授权者看不懂的形式。
NIST NIST 提供美国常用安全标准、框架和指南。
政策 政策是高层原则,说明必须遵守什么。
身份 身份是主体在系统中的标识。
学习单元 51 / PDF P967

认证:证明身份

认证回答“你是不是你声称的那个人”。

教材原文段落

taking this leave of absence? A. Delete the account. B. Reset the account's password. C. Do nothing. D. Disable the account. 19. Security investigators discovered that after attackers exploited a Microsoft SQL (database) server, they identified the password for the sa account. They then used this to access other servers on the network. What can be implemented to prevent this from happening in the future? A. Account deprovisioning B. Disabling an account C. Account access review D. Account revocation 20. Fred, an administrator, has been working within an organization for over 10 years. He previously maintained database servers while working in a different division.

He now works in the programming department but still retains privileges on the database servers. He recently modified a setting on a database server so that a script he wrote will run. Unfortunately, his change disabled the server for several hours before database administrators discovered the change and reversed it. Which of the following could have prevented this outage? A. A policy requiring strong authentication B. Multifactor authentication C. Logging D. Account access review

中文直译 / 整理

休此假? A. 删除账户。 B. 重置账户密码。 C. 不采取任何操作。 D. 禁用账户。 19. 安全调查人员发现,攻击者在利用 Microsoft SQL(数据库)服务器后, 识别出了 sa 账户的密码,并使用该密码访问了网络上的其他服务器。 为防止 此类事件再次发生,可以实施什么措施? A. 账户停用 B. 禁用账户 C. 账户访问审查 D. 撤销账户 20. 弗雷德是一名管理员,在该组织工作已超过10年。 他此前在另一个部门负 责维护数据库服务器。 现在他在编程部门工作,但仍保留对数据库服务器的权 限。 他最近修改了数据库服务器上的一个设置,以便运行他编写的脚本。 不幸 的是,他的更改导致服务器停机数小时,直到数据库管理员发现并恢复了该更 改。 以下哪项措施本可以防止此次中断? A. 要求使用强身份验证的策略 B. 多因素身份验证 C. 日志记录 D. 账户访问审查

小白解释

场景先行:新员工入职后要登录系统。第一步是声明身份,第二步证明身份,第三步决定能访问哪些数据,最后系统要记录他做了什么。IAM 题就是围绕这条链条出题。

这一页真正想让你理解的是:认证回答“你是不是你声称的那个人”。

把它放进公司里看,关键不是背定义,而是判断:认证成功不代表什么都能做;离职、调岗、权限漂移都会造成越权。

你作为负责人可以这样想:把识别、认证、授权、审计分开看,再用最小权限和定期复核收口。

本页术语用人话说:

认证:认证是验证“你是不是你声称的那个人”。

NIST:NIST 提供美国常用安全标准、框架和指南。

政策:政策是高层原则,说明必须遵守什么。

身份:身份是主体在系统中的标识。

常见误区:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

读完后用一句话复述:如果我是IAM 管理员,我会先识别风险,再选择控制,并保留能证明判断合理的证据。

考点提醒

考题会把“认证:证明身份”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。

先抓题干里的角色和目标:这里更像是IAM 管理员在做判断。

最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。

密码、令牌、生物特征、多因素认证都服务认证。

看到 SP 800 系列、CSF、RMF 常联想到 NIST。

Policy 高层、强制、稳定;Procedure 具体步骤。

身份管理题要区分识别、认证、授权、审计。

日志要保护完整性、时间同步和访问控制。

排除法提醒:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。

本页术语拆解
认证 认证是验证“你是不是你声称的那个人”。
NIST NIST 提供美国常用安全标准、框架和指南。
政策 政策是高层原则,说明必须遵守什么。
身份 身份是主体在系统中的标识。
日志 日志记录系统和用户活动,用于监控、审计和调查。