教材原文段落
Chapter 9: Security Vulnerabilities, Threats, and
Countermeasures
1. An industrial control system (ICS) is a form of computer-management
device that controls industrial processes and machines (aka operational
technology). There are several forms of ICS, including programmable
logic controllers (PLCs), distributed control systems (DCSs), and
supervisory control and data acquisition (SCADA). PLC units are
effectively single-purpose or focused-purpose digital computers. They are
typically deployed for the management and automation of various
industrial electromechanical operations.
DCS units are typically found in
industrial process plants where the need to gather data and implement
control over a large-scale environment from a single location is essential. A SCADA system can operate as a stand-alone device, can be networked
together with other SCADA systems, or can be networked with traditional
IT systems. A DCS focuses on processes and is state driven, whereas
SCADA focuses on data gathering and is event driven. A DCS is used to
control processes using a network of sensors, controllers, actuators, and
operator terminals and is able to carry out advanced process control
techniques.
DCS is more suited to operating on a limited scale, whereas
SCADA is suitable for managing systems over large geographic areas. 2. The three pairs of aspects or features used to describe storage are
primary versus secondary, volatile versus nonvolatile, and random versus
sequential. 3. Some vulnerabilities found in distributed architecture include sensitive
data found on desktops/terminals/laptops, lack of security
understanding among users, greater risk of physical component theft,
compromise of a client leading to the compromise of the whole network,
greater risk from malware because of user-installed software and
removable media, and data on clients less likely to be included in
backups.
4. Examples of server-based technologies include large-scale parallel data
systems, SMP, AMP, MPP, grid computing, peer-to-peer computing, ICS,
PLC, DCS, SCADA, DCE, IoT, IIoT, microservices, SOA, IaC, SDV,
virtualized systems (virtual software, virtual networking, SDN), SDx,
SDS, SDDC, VDI, VMI, SDV, containerization, and serverless
architecture.
中文直译 / 整理
第9章:安全漏洞、威胁与应对措施
1. 工业控制系统(ICS)是一种用于控制工业流程和机器的计算机管理设备
(又称运营技术)。 ICS有多种形式,包括可编程逻辑控制器(PLC)、分布
式控制系统(DCS)和监督控制与数据采集系统(SCADA)。 PLC单元本质
上是单一用途或专用数字计算机,通常用于管理和自动化各种工业机电操作。 DCS单元通常存在于工业过程工厂中,这些工厂需要从单一位置收集数据并
对大规模环境实施控制。 SCADA系统可以作为独立设备运行,可以与其他
SCADA系统联网,也可以与传统IT系统联网。 DCS侧重于流程,是状态驱动
的; 而SCADA侧重于数据收集,是事件驱动的。 DCS通过传感器、控制器、
执行器和操作员终端的网络来控制流程,并能够执行先进的过程控制技术。 DCS更适合在有限规模上运行,而SCADA则适用于管理大地理区域的系统。 2. 用于描述存储的三对方面或特征是主存储与辅存储、易失性与非易失性、
随机访问与顺序访问。
3. 分布式架构中发现的一些漏洞包括:桌面/终端/笔记本电脑上存在敏感数
据、用户缺乏安全意识、物理组件被盗的风险更高、客户端被攻破导致整个
网络被攻破、由于用户安装的软件和可移动介质,恶意软件风险更大,以及
客户端上的数据更不可能被纳入备份。 4. 基于服务器的技术示例包括大规模并行数据系统、SMP、AMP、MPP、
网格计算、点对点计算、ICS、PLC、DCS、SCADA、DCE、IoT、IIoT、
微服务、SOA、IaC、SDV、虚拟化系统(虚拟软件、虚拟网络、SDN)、
SDx、SDS、SDDC、VDI、VMI、SDV、容器化和无服务器。 架构。
小白解释
场景先行:凌晨监控告警:某台服务器开始大量外连。你不能先忙着写报告,也不能直接关全网。事件响应要按顺序做:确认、遏制、根除、恢复、复盘。
这一页真正想让你理解的是:框架帮助组织系统化管理控制,而不是想到哪做到哪。
把它放进公司里看,关键不是背定义,而是判断:步骤乱了会扩大损失,或者破坏证据。
你作为负责人可以这样想:先保全证据和控制影响,再清除原因并恢复业务。
本页术语用人话说:
ISO:ISO 是国际标准化组织,常见安全管理体系如 ISO 27001/27002。
强制访问控制 MAC:MAC 由系统根据标签和级别强制决定访问。
日志:日志记录系统和用户活动,用于监控、审计和调查。
恢复点目标 RPO:RPO 是最多能接受丢失多少时间范围的数据。
常见误区:不要一上来就删除文件或重装系统;可能会破坏调查证据。
读完后用一句话复述:如果我是事件响应负责人,我会先识别风险,再选择控制,并保留能证明判断合理的证据。
考点提醒
考题会把“安全控制框架:用成熟框架组织安全”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。
先抓题干里的角色和目标:这里更像是事件响应负责人在做判断。
最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。
ISO 偏标准和管理体系。
政府/军方、机密级别、标签、不可由用户随意改通常是 MAC。
日志要保护完整性、时间同步和访问控制。
RPO 问数据:最多丢到哪个时间点。
防恶意代码要结合补丁、最小权限、检测、备份和用户培训。
排除法提醒:不要一上来就删除文件或重装系统;可能会破坏调查证据。