教材原文段落
major categories of evidence, including real evidence, documentary evidence,
and testimonial evidence. Electronic evidence is often gathered through the
analysis of hardware, software, storage media, and networks. It is essential to
gather evidence using appropriate procedures that do not alter the original
evidence and preserve the chain of custody. Computer crimes are grouped into several major categories, and the crimes in
each category share common motivations and desired results. Understanding
what an attacker is after can help in properly securing a system. For example, military and intelligence attacks are launched to acquire secret
information that could not be obtained legally.
Business attacks are similar
except that they target civilian systems. Other types of attacks include
financial attacks and terrorist attacks (which, in the context of computer
crimes, are attacks designed to disrupt normal life). There are also grudge
attacks, the purpose of which is to cause damage by destroying data or using
information to embarrass an organization or person, and thrill attacks,
launched by inexperienced crackers to compromise or disable a system. Although generally not sophisticated, thrill attacks can be annoying and
costly. Finally, hacktivists take their potentially sophisticated skills and apply
them to issues where they have a political interest.
The set of rules that govern your personal behavior is a code of ethics. There
are several codes of ethics, from general to specific in nature, that security
professionals can use to guide them. ISC2 makes the acceptance of its Code of
Ethics a requirement for certification. Study Essentials
Know the definition of computer crime. Computer crime is a crime
(or violation of a law or regulation) that is directed against, or directly
involves, a computer. Be able to list and explain the six categories of computer crimes.
Computer crimes are grouped into seven categories: military and intelligence
attack, business attack, financial attack, terrorist attack, grudge attack, thrill
attack, and hacktivist attack. Be able to explain the motive of each type of
attack. Know the importance of collecting evidence. As soon you discover an
incident, you must begin to collect evidence and as much information about
the incident as possible. The evidence can be used in a subsequent legal
中文直译 / 整理
证据的主要类别,包括实物证据、文件证据和证人证言。 电子证据通常通过分
析硬件、软件、存储介质和网络来获取。 必须使用适当的程序收集证据,以不
改变原始证据并保持证据链的完整性。 计算机犯罪被分为若干主要类别,每个类别中的犯罪行为具有共同的动机和预
期结果。 了解攻击者的目标有助于正确地保护系统。 例如,军事和情报攻击旨在获取无法通过合法途径获得的机密信息。 商业攻击
与此类似,但其目标是民用系统。 其他类型的攻击包括金融攻击和恐怖袭击
(在计算机犯罪的语境中,指旨在扰乱正常生活的攻击)。 此外还有怨恨攻击,
其目的是通过破坏数据或利用信息使组织或个人蒙羞来造成损害; 还有刺激攻
击,由经验不足的破解者发起,旨在入侵或使系统失效。 尽管通常并不复杂,
但刺激攻击可能令人厌烦且代价高昂。 最后,黑客活动家将其可能高超的技术
应用于他们具有政治兴趣的议题。 规范个人行为的一套规则称为道德准则。 安全专业人员可参考多种从通用到具
体的道德准则来指导自身行为。 ISC2 将接受其道德准则作为认证的必要条件。 学习必备
了解计算机犯罪的定义。 计算机犯罪是指针对计算机或直接涉及计算机的犯
罪(或违反法律或法规的行为)。
能够列举并解释计算机犯罪的六种类别。 计算机犯罪分为七类:军事与情报攻
击、商业攻击、金融攻击、恐怖主义攻击、泄愤攻击、刺激攻击和黑客行动主
义攻击。 能够解释每种攻击的动机。 了解收集证据的重要性。 一旦发现事件,您必须立即开始收集证据,并尽可能
获取有关该事件的全部信息。 这些证据可用于后续的法律
小白解释
场景先行:想象公司有一个客户订单系统:客户资料被别人看到是机密性问题,订单金额被偷偷改是完整性问题,系统打不开是可用性问题。教材这一页就是教你把事故先翻译成安全目标。
这一页真正想让你理解的是:高层原则、最低要求、操作步骤、建议做法要分清。
把它放进公司里看,关键不是背定义,而是判断:把泄露、篡改、宕机混在一起,就会选错控制措施。
你作为负责人可以这样想:先判断事故破坏了 CIA 哪一项,再选择对应控制:防泄露、防篡改、保可用。
本页术语用人话说:
完整性:完整性保证数据没有被未授权修改,并且仍然正确可信。
认证:认证是验证“你是不是你声称的那个人”。
程序:程序是一步一步怎么做。
恢复点目标 RPO:RPO 是最多能接受丢失多少时间范围的数据。
常见误区:不要把所有安全问题都归成“被黑了”。考试会逼你分清到底是泄露、篡改还是中断。
读完后用一句话复述:如果我是业务系统负责人,我会先识别风险,再选择控制,并保留能证明判断合理的证据。
考点提醒
考题会把“政策、标准、程序、指南”包装成一个业务场景:有人要上线系统、处理事故、审供应商、分配权限或选择控制。
先抓题干里的角色和目标:这里更像是业务系统负责人在做判断。
最佳答案通常不是“最强工具”,而是能降低风险、符合职责、成本合理、还能留下证据的动作。
哈希、数字签名、变更控制、输入校验常对应完整性。
密码、令牌、生物特征、多因素认证都服务认证。
Step-by-step、SOP 常对应 procedure。
RPO 问数据:最多丢到哪个时间点。
调查取证题看到证据,优先保护完整性和保管链。
排除法提醒:不要把所有安全问题都归成“被黑了”。考试会逼你分清到底是泄露、篡改还是中断。