NEW
Font size
WorksheetsInformation Assurance and Security 1
Total questions: 46
Worksheet time: 23mins
What are the three core goals of information security, often referred to as the CIA Triad?
Confidentiality, Integrity, and Access
Control, Integrity, and Availability
Confidentiality, Integrity, and Availability
Control, Information, and Assurance
Information Assurance focuses solely on preventing unauthorized access to data.
True
False
Which term refers to the process of ensuring that information is accurate and trustworthy?
Confidentiality
Integrity
Availability
Authentication
Cybersecurity is a relatively new field with no historical precedent.
True
False
Which of the following is an example of a key terminology or concept in cybersecurity?
Word processing
Spreadsheets
Threats and vulnerabilities
Graphic design
An unpatched software is an example of a common:
Threat
Attack
Vulnerability
Policy
A DDoS (Distributed Denial of Service) attack aims to make a service unavailable to its intended users.
True
False
Which stage of the Cyber Kill Chain involves an attacker delivering a malicious payload to the victim's system?
Reconnaissance
Weaponization
Delivery
Installation
Phishing is a type of attack that involves creating fake websites or emails to trick users into revealing sensitive information.
True
False
Which of the following is considered an external threat?
Disgruntled employee
Insider fraud
Malware infection
Accidental data deletion by an employee
The security principle of non-repudiation ensures that:
Data is kept secret.
Data is accurate and complete.
Users can access data when needed.
A sender cannot deny having sent a message.
The principle of Least Privilege states that a user should have only the minimum access rights needed to perform their job functions.
True
False
What is the main conflict highlighted in the Security vs. Usability principle?
The cost of implementing security.
The need for stronger security vs. user convenience.
The difference between physical and logical security.
The number of security tools available.
Authorization is the process of verifying a user's identity.
True
False
What is the purpose of Separation of Duties?
To ensure a single user can perform all critical tasks.
To make security policies easier to write.
To prevent a single person from being able to complete a critical task alone.
To assign different tasks to different departments.
The Bell-LaPadula security model is primarily focused on protecting data confidentiality.
True
False
In the context of access control, what does RBAC stand for?
Role-Based Access Control
Rule-Based Access Control
Restricted-Based Access Control
Read-Based Access Control
Which of the following is a component of the IAAA framework?
Accessibility
Analysis
Authentication
Automation
A password and a security token are examples of different authentication factors used in Multi-Factor Authentication (MFA).
True
False
The Clark-Wilson model is designed to protect the integrity of data by preventing unauthorized modifications.
Bell-LaPadula
Biba
Clark-Wilson
DAC
Scenario: A company's website is taken offline by a massive surge of illegitimate traffic, preventing customers from accessing it.
This attack primarily violates which security goal of the CIA Triad?
Confidentiality
Integrity
Availability
Non-repudiation
Scenario: A company is updating its financial records. An attacker manages to change the transaction details without anyone noticing.
This is an attack on the data's integrity.
True
False
Scenario: A company has decided to start using a secure VPN for all remote employees.
This measure primarily addresses which aspect of information security?
Non-repudiation
Availability
Confidentiality
Authentication
Scenario: A user clicks on a link in a suspicious email, which then downloads a program that silently records their keystrokes.
This type of program is an example of a Trojan horse.
True
False
Scenario: A hacker uses publicly available information about a company's employees from social media to craft a targeted phishing email.
According to the Cyber Kill Chain, this initial phase of gathering information is called Reconnaissance.
True
False
Scenario: A company's network security is compromised because an employee accidentally shared a sensitive password with a co-worker.
This security breach is a result of a threat.
True
False
Scenario: A large hospital has a system where all employees, from janitors to senior doctors, can access all patient records.
Which security principle is being violated in this scenario?
Separation of Duties
Least Privilege
Non-repudiation
Security vs. Usability
Scenario: A company implements a security policy that requires all employees to use complex passwords and change them every day. As a result, many employees write their passwords down on notes and leave them at their desks.
This situation demonstrates a conflict between which two principles?
Non-repudiation and Authentication
Confidentiality and Availability
Least Privilege and Separation of Duties
Security vs. Usability
Scenario: To prevent fraud, one employee is responsible for creating a purchase order, while a different employee must approve it before it is sent to a vendor.
This practice is an example of Separation of Duties.
True
False
Scenario: A new company wants to implement an access control system that prevents users from modifying data they did not create, ensuring data integrity.
Which security model is best suited to meet this requirement?
Clark-Wilson
Bell-LaPadula
Biba
MAC
Scenario: The company's new network administrator is given permission to read and write to all network devices but is not allowed to change system-critical configurations.
This is an example of a permissions model called Role-Based Access Control (RBAC).
True
False
Scenario: In an organization's access control system, an object's security label must be dominant over the subject's security label to allow a "write-down" operation. (3pts)
Which security model is this rule associated with?
Biba
Clark-Wilson
Bell-LaPadula
Discretionary Access Control (DAC)
Scenario: A company has a major vulnerability in its payment processing system, allowing an attacker to steal customer credit card information. The company's final project goal is to develop a security plan to prevent a recurrence.
In the security plan, which of the following actions best demonstrates a combined application of the CIA Triad (from Week 1) and the principle of Least Privilege (from Week 3) in a real-world scenario?
The company installs a new firewall to block all traffic from outside the country.
The company gives all employees 'administrator' access to their work computers to simplify software installation.
The company encrypts all customer data and restricts access to the decryption key to only the payment system's server process, which is managed by a single, highly privileged service account.
The company makes a copy of the customer data on a separate, offline server.
A newly hired cybersecurity consultant for a small e-commerce business learns that the owner believes their customer data is completely safe because they use a secure payment gateway. How should the consultant evaluate this claim?
The claim is largely true, as the payment gateway handles all security for financial transactions.
The claim is mostly true, as the payment gateway protects the company from most external threats.
The claim is false, because the payment gateway has no control over insider threats or employee vulnerabilities.
The claim is false, because a secure payment gateway only addresses one aspect of the CIA Triad, leaving the company vulnerable to other threats such as phishing attacks and system unavailability.
A government agency is debating whether to prioritize confidentiality or availability for its public-facing website, which provides information to citizens during a national emergency. Which of the two security goals is more critical in this scenario?
Confidentiality, because it protects the privacy of government data.
Confidentiality, because a data breach would be a major embarrassment.
Availability, because citizens' access to critical information in a timely manner is paramount during an emergency.
Availability, because it is the easiest goal to achieve.
A company's internal network is completely isolated from the internet. The IT manager argues that they do not need to invest in any further cybersecurity measures. What is the most critical flaw in this argument?
It fails to account for potential hardware failures.
It incorrectly assumes that internal threats, such as malicious insiders or malware from removable media, are not a concern.
It does not consider the cost of implementing a new security solution.
It ignores the importance of network speed and efficiency.
A security analyst detects a phishing attack where an email with a malicious link is being sent to multiple employees. In response, the analyst immediately implements an email filter to block the sender and deletes the emails that have already been delivered. What key security principle is the analyst addressing by also sending a company-wide alert to warn employees about the attack?
Separation of Duties, by involving the employees in the response.
Addressing the human vulnerability, as technology alone is not a complete solution against social engineering.
Least Privilege, by restricting employee access to the malicious link.
Availability, by ensuring the email server remains online during the attack.
A security administrator discovers an unpatched software vulnerability in a critical server. The vendor has not yet released a patch. Which of the following is the best interim mitigation strategy to protect the server from being exploited?
Install a new anti-virus software.
Isolate the server from the network to prevent remote exploitation.
Change the administrator's password to a more complex one.
Delete all the data on the server to prevent theft.
An attacker wants to perform a Man-in-the-Middle (MITM) attack to read and modify communication between a client and a server. Which of the following is the most effective defense against this type of attack?
Using a longer password.
Using an encrypted connection (e.g., TLS/SSL) that verifies the server's identity using digital certificates.
Installing a firewall.
Using a different web browser.
A large financial institution has a system where one employee is responsible for approving a loan, and a different employee is responsible for transferring the funds. This is a critical control to prevent fraud. What is the main principle demonstrated by this practice?
Separation of Duties, which ensures that no single individual has the complete authority to perform a sensitive transaction.
Least Privilege, by giving each employee only the bare minimum permissions.
Non-repudiation, by making it impossible for the employees to deny their actions.
Security vs. Usability, by making the process more difficult for the employees.
A company implements a new security policy that is so strict it requires employees to use long, complex passwords that must be changed every day. As a result, employees are now writing their passwords on sticky notes and leaving them under their keyboards. This scenario best demonstrates a failure in which security principle?
Authentication
Security vs. Usability
Confidentiality
Non-repudiation
A hospital implements a new digital record system. Doctors are given access to all patient records to provide comprehensive care. A janitor is also given access to all records to assist with data entry. Which security principle is being violated, and what is the associated risk?
Separation of Duties is violated, risking fraud.
Non-repudiation is violated, risking that an employee could deny their actions.
Least Privilege is violated, creating a risk of unauthorized data access and a major privacy breach.
Availability is violated, risking that the system will become inaccessible.
A security model that is primarily concerned with maintaining data confidentiality and preventing unauthorized information flow from higher security levels to lower ones is the:
Clark-Wilson Model
Bell-LaPadula Model
Biba Model
Role-Based Access Control (RBAC)
A company wants to implement an access control policy that ensures that users can only perform actions that are necessary for their job roles. This is a core concept of:
Role-Based Access Control (RBAC)
Mandatory Access Control (MAC)
Discretionary Access Control (DAC)
The Biba Model
In the Biba integrity model, which rule prevents a subject from writing to an object at a lower integrity level?
'No write down' rule
'No read down' rule
'No read up' rule
'No write up' rule
A new social media platform is being developed. It will store user-generated content, including public posts and private messages. The development team's final security plan must address both the confidentiality of private messages and the integrity of user-generated content, and they must use Role-Based Access Control (RBAC) to manage permissions. Which of the following security measures best synthesizes these requirements?
Using a password policy that requires long, complex passwords.
Implementing the Bell-LaPadula model to ensure private messages cannot be read by unauthorized users, and the Clark-Wilson model to ensure that a post can only be edited by its original creator, with both models enforced by RBAC permissions.
Using a firewall to protect against a DDoS attack, which is enforced by a single 'administrator' role.
Using a secure payment gateway and requiring two-factor authentication for all users.
