MODULE 19 - CERTIFICATION CYBER OPS ASSOCIATE Flashcards
Access Control Concepts Communications Security:
CIA Information security deals with protecting information and information systems from unauthorized access, use, disclosure, disruption, modification, or destruction.
CIA Triad
https://snipboard.io/IMJpdQ.jpg
CIA Triad
https://snipboard.io/IMJpdQ.jpg
As shown in the figure, the CIA triad consists of three components of information security:
Confidentiality - Only authorized individuals, entities, or processes can access sensitive information.
Integrity – This refers to the protection of data from unauthorized alteration.
Availability - Authorized users must have uninterrupted access to the network resources and data that they require.
As shown in the figure, the CIA triad consists of three components of information security:
Confidentiality - Only authorized individuals, entities, or processes can access sensitive information.
Integrity – This refers to the protection of data from unauthorized alteration.
Availability - Authorized users must have uninterrupted access to the network resources and data that they require.
Network data can be encrypted (made unreadable to unauthorized users) using various cryptography applications.
The conversation between two IP phone users can be encrypted. The files on a computer can also be encrypted. These are just a few examples.
Cryptography can be used almost anywhere that there is data communication. In fact, the trend is toward all communication being encrypted.
Zero Trust Security Zero trust is a comprehensive approach to securing all access across networks, applications, and environments.
This approach helps secure access from users, end-user devices, APIs, IoT, microservices, containers, and more. It protects an organization’s workforce, workloads, and the workplace.
The principle of a zero trust approach is, “never trust, always verify.” Assume zero trust any time someone or something requests access to assets.
A zero trust security framework helps to prevent unauthorized access, contain breaches, and reduce the risk of an attacker’s lateral movement through a network.
Traditionally, the network perimeter, or edge, was the boundary between inside and outside, or trusted and untrusted.
In a Zero trust approach, any place at which an access control decision is required should be considered a perimeter.
This means that although a user or other entity may have successfully passed access control previously, they are not trusted to access another area or resource until they are authenticated.
In some cases, users may be required to authenticate multiple times and in different ways, to gain access to different layers of the network.
Traditionally, the network perimeter, or edge, was the boundary between inside and outside, or trusted and untrusted.
In a Zero trust approach, any place at which an access control decision is required should be considered a perimeter.
This means that although a user or other entity may have successfully passed access control previously, they are not trusted to access another area or resource until they are authenticated.
In some cases, users may be required to authenticate multiple times and in different ways, to gain access to different layers of the network.
The three pillars of zero trust are workforce, workloads, and workplace. Click on the buttons to learn more about the pillars of zero trust.
– ZERO TRUST FOR THE WORKFORCE
– ZERO TRUST FOR WORKLOADS
– ZERO TRUST FOR THE WORKPLACE
The three pillars of zero trust are workforce, workloads, and workplace. Click on the buttons to learn more about the pillars of zero trust.
– ZERO TRUST FOR THE WORKFORCE
– ZERO TRUST FOR WORKLOADS
– ZERO TRUST FOR THE WORKPLACE
ZERO TRUST FOR THE WORKFORCE :
This pillar consists of people (e.g., employees, contractors, partners, and vendors) who access work applications by using their personal or corporate-managed devices.
This pillar ensures only the right users and secure devices can access applications, regardless of location.
The three pillars of zero trust are workforce, workloads, and workplace. Click on the buttons to learn more about the pillars of zero trust.
– ZERO TRUST FOR THE WORKFORCE
– ZERO TRUST FOR WORKLOADS
– ZERO TRUST FOR THE WORKPLACE
ZERO TRUST FOR WORKLOADS :
This pillar is concerned with applications that are running in the cloud, in data centers, and other virtualized environments that interact with one another.
It focuses on secure access when an API, a microservice, or a container is accessing a database within an application.
The three pillars of zero trust are workforce, workloads, and workplace. Click on the buttons to learn more about the pillars of zero trust.
– ZERO TRUST FOR THE WORKFORCE
– ZERO TRUST FOR WORKLOADS
– ZERO TRUST FOR THE WORKPLACE
ZERO TRUST FOR THE WORKPLACE :
This pillar focuses on secure access for any and all devices, including on the internet of things (IoT), that connect to enterprise networks, such as user endpoints, physical and virtual servers, printers, cameras, HVAC systems, kiosks, infusion pumps, industrial control systems, and more.
Access Control Models
An organization must implement proper access controls to protect its network resources, information system resources, and information.
A security analyst should understand the different basic access control models to have a better understanding of how attackers can break the access controls.
A security analyst should understand the different basic access control models to have a better understanding of how attackers can break the access controls.
The table lists various types of access control methods. :
– Discretionary access control (DAC)
– Mandatory access control (MAC)
– Role-based access control (RBAC)
– Attribute-based access control (ABAC)
– Rule-based access control (RBAC)
– Time-based access control (TAC)
The table lists various types of access control methods. :
– Discretionary access control (DAC)
– Mandatory access control (MAC)
– Role-based access control (RBAC)
– Attribute-based access control (ABAC)
– Rule-based access control (RBAC)
– Time-based access control (TAC)
Discretionary access control (DAC) :
This is the least restrictive model and allows users to control access to their data as owners of that data.
DAC may use ACLs or other methods to specify which users or groups of users have access to the information.
The table lists various types of access control methods. :
– Discretionary access control (DAC)
– Mandatory access control (MAC)
– Role-based access control (RBAC)
– Attribute-based access control (ABAC)
– Rule-based access control (RBAC)
– Time-based access control (TAC)
Mandatory access control (MAC) :
This applies the strictest access control and is typically used in military or mission critical applications.
It assigns security level labels to information and enables users with access based on their security level clearance.
The table lists various types of access control methods. :
– Discretionary access control (DAC)
– Mandatory access control (MAC)
– Role-based access control (RBAC)
– Attribute-based access control (ABAC)
– Rule-based access control (RBAC)
– Time-based access control (TAC)
Role-based access control (RBAC) :
Access decisions are based on an individual’s roles and responsibilities within the organization.
Different roles are assigned security privileges, and individuals are assigned to the RBAC profile for the role.
Roles may include different positions, job classifications or groups of job classifications.
Also known as a type of non-discretionary access control.
The table lists various types of access control methods. :
– Discretionary access control (DAC)
– Mandatory access control (MAC)
– Role-based access control (RBAC)
– Attribute-based access control (ABAC)
– Rule-based access control (RBAC)
– Time-based access control (TAC)
Attribute-based access control (ABAC) :
ABAC allows access based on attributes of the object (resource) to be accessed, the subject (user) accessing the resource, and environmental factors regarding how the object is to be accessed, such as time of day.
The table lists various types of access control methods. :
– Discretionary access control (DAC)
– Mandatory access control (MAC)
– Role-based access control (RBAC)
– Attribute-based access control (ABAC)
– Rule-based access control (RBAC)
– Time-based access control (TAC)
Rule-based access control (RBAC) :
Network security staff specify sets of rules regarding or conditions that are associated with access to data or systems.
These rules may specify permitted or denied IP addresses, or certain protocols and other conditions. Also known as Rule Based RBAC.
The table lists various types of access control methods. :
– Discretionary access control (DAC)
– Mandatory access control (MAC)
– Role-based access control (RBAC)
– Attribute-based access control (ABAC)
– Rule-based access control (RBAC)
– Time-based access control (TAC)
Time-based access control (TAC) :
TAC Allows access to network resources based on time and day.
Another access control model is the principle of least privilege, which specifies a limited, as-needed approach to granting user and process access rights to specific information and tools.
The principle of least privilege states that users should be granted the minimum amount of access required to perform their work function.
A common exploit is known as privilege escalation.
In this exploit, vulnerabilities in servers or access control systems are exploited to grant an unauthorized user, or software process, higher levels of privilege than they should have.
After the privilege is granted, the threat actor can access sensitive information or take control of a system.
AAA Operation
A network must be designed to control who is allowed to connect to it and what they are allowed to do when they are connected.
These design requirements are identified in the network security policy. The policy specifies how network administrators, corporate users, remote users, business partners, and clients access network resources.
The network security policy can also mandate the implementation of an accounting system that tracks who logged in and when and what they did while logged in.
Some compliance regulations may specify that access must be logged and the logs retained for a set period of time.
The Authentication, Authorization, and Accounting (AAA) protocol provides the necessary framework to enable scalable access security.
The table lists the three independent security functions provided by the AAA architectural framework.
AAA Components:
– Authentication
– Authorization
– Accounting
The Authentication, Authorization, and Accounting (AAA) protocol provides the necessary framework to enable scalable access security.
The table lists the three independent security functions provided by the AAA architectural framework.
AAA Components:
– Authentication
– Authorization
– Accounting
Authentication : Users and administrators must prove that they are who they say they are.
Authentication can be established using username and password combinations, challenge and response questions, token cards, and other methods.
AAA authentication provides a centralized way to control access to the network.
The Authentication, Authorization, and Accounting (AAA) protocol provides the necessary framework to enable scalable access security.
The table lists the three independent security functions provided by the AAA architectural framework.
AAA Components:
– Authentication
– Authorization
– Accounting
Authorization :
After the user is authenticated, authorization services determine which resources the user can access and which operations the user is allowed to perform.
An example is “User ‘student’ can access host server XYZ using SSH only.”
The Authentication, Authorization, and Accounting (AAA) protocol provides the necessary framework to enable scalable access security.
The table lists the three independent security functions provided by the AAA architectural framework.
AAA Components:
– Authentication
– Authorization
– Accounting
Accounting :
Accounting records what the user does, including what is accessed, the amount of time the resource is accessed, and any changes that were made.
Accounting keeps track of how network resources are used. An example is “User ‘student’ accessed host server XYZ using SSH for 15 minutes.”
This concept is similar to the use of a credit card, as indicated by the figure.
The credit card identifies who can use it, how much that user can spend, and keeps account of what items the user spent money on.
https://snipboard.io/2zAMb3.jpg
This concept is similar to the use of a credit card, as indicated by the figure.
The credit card identifies who can use it, how much that user can spend, and keeps account of what items the user spent money on.
https://snipboard.io/2zAMb3.jpg
AAA Authentication
AAA Authentication can be used to authenticate users for administrative access or it can be used to authenticate users for remote network access.
Cisco provides two common methods of implementing AAA services :
– Local AAA Authentication
– Server Based AAA Authentication
Cisco provides two common methods of implementing AAA services :
– Local AAA Authentication
– Server Based AAA Authentication
Local AAA Authentication :
This method is sometimes known as self-contained authentication because it authenticates users against locally stored usernames and passwords, as shown in the figure.
Local AAA is ideal for small networks.
https://snipboard.io/7UREx8.jpg
Cisco provides two common methods of implementing AAA services :
– Local AAA Authentication
– Server Based AAA Authentication
Server Based AAA Authentication :
This method authenticates against a central AAA server that contains the usernames and passwords for all users, as shown in the figure.
Server-based AAA authentication is appropriate for medium-to-large networks.
https://snipboard.io/HJ9BTs.jpg