EDU CC 70255 ch03 - Takeaway
EDU CC 70255 ch03 - Takeaway
We also discussed defense in depth (an information security strategy integrating people,
technology, and operations capabilities to establish variable barriers across multiple layers
and missions of the organization) and how it applies to the types of access control (physical,
logical/technical, and administrative) that every information security professional should be
familiar with. At the same time, we stressed the importance of the Principle of Least Privilege
(users should only have the minimum access necessary to accomplish their job).
We then discussed Privileged Access Management and how it relates to risk and the CIA
Triad: it reduces risk by allowing admin privileges to be used only when needed, provides
confidentiality by limiting the need for administrative access that is used during routine
business, ensures integrity by only allowing authorized administrative access during approved
activities, and confirms availability by providing administrative access when needed. We also
differentiated between a Regular User Account and a Privileged User Account.
We further discussed segregation of duties, two-person integrity, and how users are
provisioned, from being hired to being terminated. We then explored physical and logical
access controls and how they are combined to strengthen the overall security of an
organization. Physical access controls include security guards, fences, motion detectors,
locked doors/gates, sealed windows, lights, cable protection, laptop locks, badges, swipe
cards, guard dogs, cameras, mantraps/turnstiles and alarms. Logical access controls (also
called technical controls) can be configuration settings or parameters stored as data, managed
through a software graphical user interface (GUI), or they can be hardware settings done with
switches, jumper plugs or other means.
We concluded the chapter discussing three logical access controls: DAC, MAC, and RBAC.
Discretionary access control (DAC) is a specific type of access control policy that is controlled
by the owner of the resource and enforced at the subject level over objects in an information
system. A mandatory access control (MAC) policy is one that is uniformly enforced across all
subjects and objects within the boundary of an information system. Role-based access control
(RBAC), as the name suggests, sets up user permissions based on roles.
Defense in Depth
• An information security strategy that integrates people, technology and operations
capabilities to establish variable barriers across multiple layers and missions of the
organization.
• Applies multiple countermeasures in a layered fashion to fulfill security objectives.
• Should be implemented to prevent or deter a cyberattack, but it cannot guarantee
that an attack will not occur.
Log terminology:
• Log anomaly
• Log consolidation
• Log retention
Assets
Chapter 3: Graphics 7
Chapter Terms and Definitions
Audit
Independent review and examination of records and activities to assess the adequacy of system
controls, to ensure compliance with established policies and operational procedures. NIST SP
1800-15B
Defense in Depth
Information security strategy integrating people, technology, and operations capabilities to es-
tablish variable barriers across multiple layers and missions of the organization. Source: NIST SP
800-53 Rev 4
Encrypt
To protect private information by putting it into a form that can only be read by people who have
permission to do so.
Firewalls
Devices that enorce administrative security policies by ltering incoming trac based on a set o
rules.
Insider Threat
An entity with authorized access that has the potential to harm an information system through
destruction, disclosure, modication o data, and/or denial o service. NIST SP 800-32
iOS
An operating system manufactured by Apple Inc. Used for mobile devices.
Layered Defense
The use of multiple controls arranged in series to provide several consecutive controls to protect
an asset; also called defense in depth.
Log Anomaly
A system irregularity that is identied when studying log entries which could represent events o
interest for further surveillance.
Logging
Collecting and storing user activities in a log, which is a record of the events occurring within an
organization’s systems and networks. NIST SP 1800-25B.
Mantrap
An entrance to a building or an area that requires people to pass through two doors with only one
door opened at a time.
Object
Passive inormation system-related entity (e.g., devices, les, records, tables, processes, programs,
domains) containing or receiving information. Access to an object (by a subject) implies access to
the information it contains. See subject. Source: NIST SP 800-53 Rev 4
Ransomware
A type o malicious sotware that locks the computer screen or les, thus preventing or limiting a
user from accessing their system and data until money is paid.
Rule
An instruction developed to allow or deny access to a system by comparing the validated identity
of the subject to an access control list.
Segregation of Duties
The practice of ensuring that an organizational process cannot be completed by a single person;
forces collusion as a means to reduce insider threats. Also commonly known as Separation of Du-
ties.
Subject
Generally an individual, process or device causing inormation to fow among objects or change to
the system state. Source: NIST SP800-53 R4
Technical Controls
The security controls (i.e., safeguards or countermeasures) for an information system that are
primarily implemented and executed by the information system through mechanisms contained in
the hardware, sotware or rmware components o the system.
Turnstile
A one-way spinning door or barrier that allows only one person at a time to enter a building or
pass through an area.
Unix
An operating system used in software development.
User Provisioning
The process of creating, maintaining and deactivating user identities on a system.