教材原文段落
Several basic security principles are at the core of security operations in any
environment. These include need-to-know, least privilege, segregation of
duties (SoD) and responsibilities, job rotation and mandatory vacations,
privileged account management, and service-level agreements (SLAs). Combined, these practices help prevent security incidents from occurring and
limit the scope of incidents that do occur. When addressing personnel safety and security, safety of personnel should
always be a high priority. Duress systems allow guards to raise silent alarms
in response to emergencies, and emergency management plans help the
organization respond to disasters.
Traveling presents unique risks to
employees, such as the loss of data, malware installed on unattended
systems, and intercepted data when using free Wi-Fi networks. Safety
training and awareness programs ensure that personnel know the various
risks and ways to mitigate them. Training and awareness programs should
also address other critical issues, including the insider threat, social media
use, and multifactor authentication fatigue. Asset management extends beyond media to any asset considered valuable to
an organization. This includes both tangible and intangible assets. Tangible
assets include hardware and software, and organizations commonly inventory
these assets to track them.
Intangible assets include patents, trademarks, and
copyrights, and organizations track these assets as well. With resource protection, media and other assets that contain data are
protected throughout their life cycle. Media includes anything that can hold
data, such as tapes, internal drives, portable drives, CDs and DVDs, mobile
devices, memory cards, and printouts. Media holding sensitive information
should be marked, handled, stored, and destroyed using methods that are
acceptable within the organization. Managed services in the cloud include any resources stored in or accessed via
the cloud.
When negotiating with cloud service providers, you must
understand who is responsible for maintenance and security. In general, the
cloud service provider has the most responsibility with software as a service
(SaaS) resources, less responsibility with platform as a service (PaaS)
offerings, and the least responsibility with infrastructure as a service (IaaS)
offerings. Cloud services commonly provide elasticity, which is the ability of
services to dynamically respond to changing workload requirements. Change and configuration management are two additional controls that help
reduce outages. Configuration management ensures that systems are
中文直译 / 整理
在任何环境中的安全运营核心都包含若干基本安全原则。 这些原则包括知所必
需、最小权限、职责分离(SoD)与责任划分、岗位轮换与强制休假、特权账
户管理以及服务级别协议(SLAs)。 这些实践相结合,有助于防止安全事件的
发生,并限制已发生事件的影响范围。 在处理人员安全与安保时,人员安全应始终是首要任务。 胁迫系统允许安保
人员在紧急情况下发出无声警报,而应急管理系统则帮助组织应对灾难。 出
差为员工带来独特风险,例如数据丢失、未受监控系统上安装的恶意软件,
以及在使用免费Wi‑Fi网络时数据被截获。 安全培训与意识计划确保人员了解
各种风险及缓解方法。 培训与意识计划还应涵盖其他关键问题,包括内部威
胁、社交媒体使用和多因素身份验证疲劳。 资产管理不仅限于媒体,还包括组织认为有价值的任何资产。 这包括有形资产
和无形资产。 有形资产包括硬件和软件,组织通常会对这些资产进行盘点以进
行跟踪。 无形资产包括专利、商标和版权,组织也会对这些资产进行跟踪。 在资源保护方面,包含数据的媒体及其他资产在其整个生命周期中均受到保
护。
媒体包括任何可存储数据的媒介,例如磁带、内置驱动器、便携式驱动
器、CD和DVD、移动设备、存储卡和打印输出。 存储敏感信息的媒体应按照
组织认可的方法进行标记、处理、存储和销毁。 云中的托管服务包括存储在云中或通过云访问的任何资源。 在与云服务提供商
谈判时,您必须明确谁负责维护和安全。 通常,云服务提供商对软件即服务
(SaaS)资源的责任最大,对平台即服务(PaaS)产品的责任较小,对基础
设施即服务(IaaS)产品的责任最小。 云服务通常提供弹性,即服务动态响应
工作负载变化需求的能力。 变更管理和配置管理是两项有助于减少停机的额外控制措施。 配置管理确保系统
小白解释
场景先行:新员工入职后要登录系统。第一步是声明身份,第二步证明身份,第三步决定能访问哪些数据,最后系统要记录他做了什么。IAM 题就是围绕这条链条出题。
这一页真正想让你理解的是:认证回答“你是不是你声称的那个人”。
把它放进公司里看,关键不是背定义,而是判断:认证成功不代表什么都能做;离职、调岗、权限漂移都会造成越权。
你作为负责人可以这样想:把识别、认证、授权、审计分开看,再用最小权限和定期复核收口。
本页术语用人话说:
认证:认证是验证“你是不是你声称的那个人”。
资产:资产是组织认为有价值、需要保护的东西,可以是数据、系统、人员、设施或声誉。
身份:身份是主体在系统中的标识。
恶意代码:恶意代码包括病毒、蠕虫、木马、勒索软件等。
常见误区:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。
读完后用一句话复述:如果我是IAM 管理员,我会先识别风险,再选择控制,并保留能证明判断合理的证据。
考点提醒
考题会把“认证:证明身份”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。
先抓题干里的角色和目标:这里更像是IAM 管理员在做判断。
最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。
密码、令牌、生物特征、多因素认证都服务认证。
资产安全题先问资产是谁拥有、如何分类、谁负责保护。
身份管理题要区分识别、认证、授权、审计。
防恶意代码要结合补丁、最小权限、检测、备份和用户培训。
排除法提醒:不要把 authentication 和 authorization 混成一件事:前者证明你是谁,后者决定你能干什么。