Pre-Assessment Flashcards
At a small company, an employee makes an unauthorized data alteration.
Which component of the CIA triad has been compromised?
Integrity
A organization plans to encrypt data in transit on a network.
Which aspect of data is the organization attempting to protect?
a) Authenticity
b) Possession
c) Availability
d) Integrity
d) Integrity
Which aspect of the CIA triad is violated by an unauthorized database roll back or undo?
Integrity
A company’s website has suffered several DoS attacks and wishes to thwart future attacks.
Which security principle is the company addressing?
a) Availability
b) Confidentiality
c) Possession
d) Authenticity
a) Availability
An organization has a requirement that all database servers and file servers be configured to maintain operations in the presence of a failure.
Which principle of the CIA triad is this requirement implementing?
Availability
Which tool can be used to map devices on a network, along with operating system types and versions?
a) Port scanner
b) Stateful firewall
c) Packet filter
d) Packet sniffer
a) Port scanner
Which web attack is a server-side attack?
a) SQL injection
b) Cross-site scripting
c) CSRF
d) Clickjacking
a) SQL injection
A new start-up company has started working on a social networking website. The company has moved all its source code to a cloud provider and wants to protect this source code from unauthorized access.
Which cyber defense concept should the start-up company use to maintain the confidentiality of its source code?
a) File encryption
b) Alarm systems
c) Antivirus software
d) Account permissions
a) File encryption
A company has an annual audit of installed software and data storage systems. During the audit, the auditor asks how the company’s most critical data is used. This determination helps the auditor ensure that the proper defense mechanisms are in place to protect critical data.
Which principle of the Parkerian hexad is the auditor addressing?
Utility
Which web attack is possible due to a lock of input validation?
a) SQL injection
b) CSRF
c) Clickjacking
d) Extraneous files
a) SQL injection
Which cybersecurity term is defined as the potential for an attack on a resource?
Threat
Which security type deliberately exposes a system’s vulnerabilities or resources to an attacker?
Honeypots
An organization employs a VPN to safeguard its information.
Which security principle is protected by a VPN?
a) Data in motion
b) Data in storage
c) Data at rest
d) Data in use
a) Data in motion
A malicious hacker was successful in a DoS attack against an institution’s mail server. Fortunately, no data was lost or altered while the server was offline.
What type of attack is this?
Interruption
A company has had several successful DoS attacks on its email server.
Which security principle is being attacked?
a) Availability
b) Confidentiality
c) Integrity
d) Possession
a) Availability
Which file action implements the principle of confidentiality from the CIA triad?
a) Compression
b) Hash
c) Backup
d) Encryption
d) Encryption
Which cyber defense concept suggests limiting permissions to only what is necessary to perform a particular task?
Principle of least privilege
A company institutes a new policy that “All office computer monitors must face toward employees and must face away from doorways. The monitor screens must not be visible to people visiting the office.”
Which principle of the CIA triad is this company applying?
Confidentiality
A company’s IT policy manual states that “All company computers, workstations, application servers, and mobile devices must have current versions of antivirus software.”
Which principle or concept of cybersecurity does this policy statement impact?
a) Operating system security
b) Accounting policy
c) Physical security
d) Access control policy
a) Operating system security
An organization’s procedures document states that “All electronic communications should be encrypted during transmission across networks using encryption standards specified in the data encryption policy.”
Which security principle is the policy addressing?
a) Confidentiality
b) Interruption
c) Control
d) Availability
a) Confidentiality
A company’s website policy states that “To gain access to the corporate website, each employee must provide a valid user name and password, and then answer one of six security questions accurately.”
Which type of security does the policy address?
a) Operations
b) Application
c) Human element
d) Physical
a) Operations
An organization notices unauthorized visitors following employees through a restricted doorway.
Which vulnerability should be addressed in the organization’s security policy?
Tailgating
A company wants to update its access control policy. The company wants to prevent hourly employees from logging in to company computers after business hours.
Which type of access control policy should be implemented?
Attribute-based
A new software development company has determined that one of its proprietary algorithms is at a high risk for unauthorized disclosure. The company’s security up to this point has been fairly lax.
Which procedure should the company implement to protect this asset?
a) Relocate the algorithm to encrypted storage.
b) Create multiple off-site backups of the algorithm
c) Store the algorithm on highly available servers
d) Transfer the algorithm onto servers in the demilitarized zone.
a) Relocate the algorithm to encrypted storage.
An accounting firm stores financial data for many customers. The company policy requires that employees only access data for customers they are assigned to. The company implements a written policy indicating an employee can be fired for violating this requirement.
Which type of control has the company implemented?
a) Deterrent
b) Detective
c) Preventive
d) Active
a) Deterrent
How can an operating system be hardened in accordance to the principle of least privilege?
a) Restrict account permissions.
b) Implement account auditing.
c) Remove unnecessary software.
d) Remove unneeded services.
a) Restrict account permissions.
A company implements an Internet-facing web server for its sales force to review product information. The sales force can also update its profiles and profile photos, but not the product information. There is no other information on this server.
Which content access permissions should be granted to the sales force based on the principle of least privilege?
a) Limited read access only
b) Limited write access only
c) Read and limited write access
d) Read and write access
c) Read and limited write access
A corporation has discovered that some confidential personnel information has been used inappropriately.
How can the principle of least privilege be applied to limit access to confidential personnel records?
a) Only allow access to those who work in the human resource department.
b) Only allow access to those who need access to perform the job
c) Only allow access to department heads and executives.
d) Only allow access to those with elevated security permissions.
b) Only allow access to those who need access to perform the job