教材原文段落
Understand the basics of securing 802.11 networking. Know about RFID,
NFC, satellite, narrow-band, and Zigbee. Understand site surveys. A site survey is a formal assessment of wireless
signal strength, quality, and interference using an RF signal detector. A site
survey is performed by placing a wireless base station in a desired location
and then collecting signal measurements from throughout the area. Understand WPS attacks. Wi-Fi Protected Setup (WPS) is intended to
simplify the effort involved in adding new clients to a secured wireless
network. It operates by automatically connecting the first new wireless client
to seek the network once WPS is triggered. Understand captive portals.
A captive portal is an authentication
technique that redirects a newly connected client to a web-based portal access
control page. Know wireless attacks. Attacks include war driving, wireless
scanners/crackers, rogue access points, evil twin, disassociation, jamming, IV
abuse, and replay. Be familiar with CDNs. A content distribution network (CDN), or
content delivery network, is a collection of resource services deployed in
numerous data centers across the Internet to provide low latency, high
performance, and high availability of the hosted content. Understand NAC.
Network access control (NAC) is the concept of
controlling access to an environment through strict adherence to and
enforcement of security policy. Know about 802.1X, preadmission,
postadmission, agent-based, and agentless. Understand the various types of firewalls. There are several types of
firewalls: static packet filtering, application-level, circuit-level, stateful
inspection, NGFW, and ISFW. Also, know about virtual firewall,
filters/rules/ACLs/tuples, bastion host, ingress, egress, RTBH, stateless
versus stateful, WAF, SWG, TCP wrapper, DPI, and content and URL filtering. Know about proxies. A proxy server is used to mediate between clients
and servers.
Proxies are most often used in the context of providing clients on
a private network with internet access while protecting the identity of the
clients. Know about forward, reverse, transparent, and nontransparent. Understand endpoint security. Endpoint security is the concept that
each individual device must maintain local security whether or not its
中文直译 / 整理
了解 802.11 网络安全的基础知识。 了解 RFID、NFC、卫星、窄带和
Zigbee。 了解站点勘测。 站点勘测是使用RF信号检测器对无线信号强度、质量和干扰进行
的正式评估。 站点勘测通过将无线基站放置在目标位置,然后从整个区域收集信
号测量数据来执行。 了解WPS攻击。 Wi‑Fi保护设置(WPS)旨在简化将新客户端添加到安全无线
网络的过程。 其工作方式是:一旦触发WPS,自动连接第一个请求网络的无线
客户端。 了解强制门户。 强制门户是一种身份验证技术,它将新连接的客户端重定向到基
于Web的门户访问控制页面。 熟悉无线攻击。 攻击包括战争驾驶、无线扫描器/破解器、 rogue 接入点、邪恶
双胞胎、去关联、干扰、IV滥用和重放。 熟悉CDN。 内容分发网络(CDN),或内容交付网络,是在互联网上多
个数据中心部署的一组资源服务,旨在提供低延迟、高性能和高可用性的
托管内容。 理解NAC。 网络访问控制(NAC)是指通过严格遵守和执行安全策略来
控制对环境的访问。 了解802.1X、准入前、准入后、基于代理和无代理
机制。 了解各种类型的防火墙。
防火墙有多种类型:静态包过滤、应用层、电路层、
状态检测、NGFW和ISFW。 此外,还需了解虚拟防火墙、过滤器/规则/
ACL/元组、堡垒主机、入站、出站、RTBH、无状态与有状态、WAF、S
WG、TCP包装器、DPI以及内容和URL过滤。 了解代理。 代理服务器用于在客户端与服务器之间进行中介。 代理通常用于为私
有网络中的客户端提供互联网访问,同时保护客户端的身份。 了解正向代理、反
向代理、透明代理和非透明代理。 了解端点安全。 端点安全是指每个独立设备都必须维护本地安全,无论其
小白解释
场景先行:想象公司有一个客户订单系统:客户资料被别人看到是机密性问题,订单金额被偷偷改是完整性问题,系统打不开是可用性问题。教材这一页就是教你把事故先翻译成安全目标。
这一页真正想让你理解的是:可用性关注中断、故障、DoS、备份和冗余。
把它放进公司里看,关键不是背定义,而是判断:把泄露、篡改、宕机混在一起,就会选错控制措施。
你作为负责人可以这样想:先判断事故破坏了 CIA 哪一项,再选择对应控制:防泄露、防篡改、保可用。
本页术语用人话说:
可用性:可用性保证授权用户需要时能及时使用系统和数据。
认证:认证是验证“你是不是你声称的那个人”。
政策:政策是高层原则,说明必须遵守什么。
防火墙:防火墙根据规则控制网络流量进出。
常见误区:不要把所有安全问题都归成“被黑了”。考试会逼你分清到底是泄露、篡改还是中断。
读完后用一句话复述:如果我是业务系统负责人,我会先识别风险,再选择控制,并保留能证明判断合理的证据。
考点提醒
考题会把“可用性:需要时能用,且性能可接受”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。
先抓题干里的角色和目标:这里更像是业务系统负责人在做判断。
最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。
冗余、备份、BCP/DRP、抗 DoS、容量规划都对应可用性。
密码、令牌、生物特征、多因素认证都服务认证。
Policy 高层、强制、稳定;Procedure 具体步骤。
防火墙不是万能;它常与 IDS/IPS、分段、日志一起使用。
身份管理题要区分识别、认证、授权、审计。
排除法提醒:不要把所有安全问题都归成“被黑了”。考试会逼你分清到底是泄露、篡改还是中断。