Courseiva

Certified Information Systems Security Professional CISSP (CISSP) — Questions 376450

747 questions total · 10pages · All types, answers revealed

Page 5

Page 6 of 10

Page 7
376
MCQhard

You are the security architect for a multinational corporation that handles highly sensitive intellectual property (IP) and personally identifiable information (PII) for clients in multiple jurisdictions, including GDPR and CCPA regions. The company recently experienced a data breach where an attacker exfiltrated 50 GB of data from a file server by exploiting a vulnerability in the backup software. The backup software had been configured with default credentials and was accessible from the internet. The security team has implemented compensating controls, but management wants to prevent such incidents in the future. You have been asked to recommend a long-term strategy to protect sensitive data assets. The budget is limited, and the solution must minimize user friction. Current environment: On-premises Active Directory with Windows file servers, some data in AWS S3, and a mix of laptops and mobile devices. The organization uses Microsoft 365 for email and collaboration. Which of the following is the BEST course of action?

A.Deploy a data classification and labeling solution integrated with endpoint and network DLP to automatically detect and protect sensitive data
B.Implement multi-factor authentication (MFA) for all administrative accounts and backup interfaces
C.Encrypt all data at rest using AES-256 and implement strict key management policies
D.Segment the backup network from the production network and enforce strict firewall rules
AnswerA

This solution directly tackles data protection by identifying sensitive information through classification and applying automated controls via Data Loss Prevention (DLP). Integrating these systems ensures continuous monitoring and enforcement of policies across endpoints, network traffic, and cloud services. This proactive, data-centric approach significantly reduces the risk of unauthorized data exfiltration, regardless of the vector or insider threat, making it the most comprehensive strategy for a multinational corporation.

Why this answer

Data classification and labeling, integrated with endpoint and network DLP, directly addresses the root cause: the inability to distinguish sensitive data from non-sensitive data. By automatically classifying and labeling IP and PII, the organization can enforce policy-based protections (e.g., blocking exfiltration, applying encryption) without relying solely on perimeter controls. This minimizes user friction by automating detection and response, and it scales across on-premises, cloud (AWS S3), and Microsoft 365 environments, aligning with GDPR and CCPA requirements for data protection.

Exam trap

The trap here is that candidates often choose MFA or encryption as a silver bullet, but the CISSP exam emphasizes that data classification is the foundational control for protecting sensitive assets, especially when the threat involves data exfiltration via a compromised application, not just unauthorized access or theft of media.

How to eliminate wrong answers

Option B is wrong because MFA for administrative accounts and backup interfaces is a compensating control that reduces the risk of credential theft, but it does not prevent an attacker who exploits a software vulnerability (as in the breach) from exfiltrating data; the backup software was accessible from the internet with default credentials, but MFA would not have stopped the vulnerability exploitation if the attacker bypassed authentication or used a different vector. Option C is wrong because encrypting all data at rest with AES-256 protects data if storage media is stolen, but it does not prevent exfiltration via a live file server or backup software; the attacker exfiltrated data while the server was online and decrypted, so encryption at rest is irrelevant to the attack vector. Option D is wrong because network segmentation and firewall rules reduce the attack surface but do not address the core issue of sensitive data being accessible and unlabeled; the attacker exploited a vulnerability in backup software, and segmentation alone cannot prevent exfiltration if the attacker already has access to the backup network or if the vulnerability allows lateral movement.

377
Multi-Selectmedium

Which TWO protocols are commonly used for identity federation?

Select 2 answers
A.LDAP
B.OAuth 2.0
C.OpenID Connect
D.RADIUS
E.SAML 2.0
AnswersC, E

OpenID Connect (OIDC) is an identity layer built on top of the OAuth 2.0 framework, specifically designed for federated authentication. It allows clients to verify the identity of the end-user based on the authentication performed by an authorization server and to obtain basic profile information about the end-user in an interoperable REST-like manner. OIDC issues ID Tokens, which are JSON Web Tokens (JWTs) containing verifiable claims about the authenticated user, facilitating single sign-on across multiple services.

Why this answer

OpenID Connect (OIDC) is an identity layer built on top of OAuth 2.0 that enables clients to verify the identity of an end-user based on the authentication performed by an authorization server. It provides a standardized way to obtain identity claims via an ID token (JWT) and is widely used for federated identity scenarios, such as single sign-on (SSO) across domains. SAML 2.0 is an XML-based protocol for exchanging authentication and authorization data between an identity provider (IdP) and a service provider (SP), making it a cornerstone of enterprise identity federation.

Exam trap

The trap here is that candidates often confuse OAuth 2.0 with OpenID Connect, mistakenly selecting OAuth 2.0 as a federation protocol when it is solely an authorization framework, not an identity protocol—OpenID Connect is the correct identity layer built on top of it.

378
MCQeasy

Which type of risk remains after management has implemented controls to mitigate the identified risks?

A.Acceptable risk
B.Control risk
C.Residual risk
D.Inherent risk
AnswerC

Residual risk is the specific level of risk that persists within an organization or system even after all planned and implemented risk mitigation strategies, controls, and countermeasures have been applied. It represents the remaining exposure that management has either consciously accepted or has been unable to further reduce through cost-effective means. This is the risk an organization must live with, requiring continuous monitoring and potential future reassessment.

Why this answer

Residual risk is the risk that remains after controls are applied. Inherent risk is the risk before controls.

379
MCQmedium

An organization's disaster recovery plan specifies a Recovery Time Objective (RTO) of 4 hours for its critical financial application. Which disaster recovery site would be MOST appropriate to meet this RTO?

A.Reciprocal agreement
B.Warm site
C.Cold site
D.Hot site
AnswerD

A hot site is a fully operational, mirror image of the primary data center, equipped with all necessary hardware, software, and up-to-date data. It maintains real-time or near real-time synchronization with the production environment, allowing for immediate failover and seamless business continuity with minimal disruption. This immediate availability and readiness directly address stringent recovery time objectives (RTOs) that demand near-instantaneous resumption of critical operations following a disaster.

Why this answer

A hot site is fully configured with hardware, software, and real-time data replication, enabling the critical financial application to be operational within minutes to a few hours. With an RTO of 4 hours, a hot site provides the necessary infrastructure and up-to-date data to meet this stringent recovery timeline, as cold and warm sites require significant setup and data restoration time.

Exam trap

The trap here is that candidates often confuse a warm site with a hot site, assuming pre-installed hardware is sufficient, but they overlook the critical need for current data replication to meet a tight RTO like 4 hours.

How to eliminate wrong answers

Option A is wrong because a reciprocal agreement relies on another organization's spare capacity, which is not guaranteed to be available or compatible within 4 hours, and typically involves manual setup and data restoration. Option B is wrong because a warm site has pre-installed hardware and software but lacks current data, requiring time to restore from backups, which often exceeds a 4-hour RTO for critical applications. Option C is wrong because a cold site provides only physical space and basic utilities, requiring days or weeks to procure, install, and configure hardware and software, making it impossible to meet a 4-hour RTO.

380
MCQhard

An organization is implementing DNSSEC to protect its DNS infrastructure. Which of the following best describes the primary security benefit of DNSSEC?

A.Authentication of DNS data origin and integrity
B.Prevention of DDoS attacks on DNS servers
C.Anonymization of DNS queries
D.Encryption of DNS queries and responses
AnswerA

DNSSEC primarily establishes cryptographic trust in DNS data by using digital signatures to verify the origin of resource records and ensure their integrity. This process involves a chain of trust from the root zone down to individual domains, where DNSKEY and RRSIG records authenticate that the data originated from the legitimate zone owner and has not been altered during transit. This protection guards against cache poisoning and other forms of DNS data manipulation.

Why this answer

DNSSEC (Domain Name System Security Extensions) provides origin authentication and data integrity verification for DNS responses through digital signatures. It uses public-key cryptography to sign DNS resource record sets (RRSIG records), allowing resolvers to verify that the data has not been modified in transit and originates from the authoritative source. This prevents attacks such as DNS cache poisoning and man-in-the-middle spoofing, but does not provide confidentiality or availability protections.

Exam trap

The trap here is that candidates confuse DNSSEC's authentication and integrity features with encryption or anonymity, mistakenly thinking it secures DNS by hiding data, when in fact it only signs data and leaves it readable.

How to eliminate wrong answers

Option B is wrong because DNSSEC does not prevent DDoS attacks; in fact, it can increase the attack surface by enabling amplification attacks due to larger response sizes (e.g., DNSSEC-signed responses). Option C is wrong because DNSSEC does not anonymize queries; it explicitly adds signatures and keys that can be used to identify the source, and query privacy is addressed by protocols like DNS over TLS (DoT) or DNS over HTTPS (DoH). Option D is wrong because DNSSEC does not encrypt queries or responses; it only signs data for integrity and authentication, leaving the payload in cleartext.

381
MCQhard

During an audit, it is discovered that a database containing personally identifiable information (PII) has been retained for 10 years beyond the regulatory requirement. The data owner has not approved the retention extension. Which data lifecycle principle is primarily being violated?

A.Storage limitation
B.Data minimization
C.Purpose limitation
D.Integrity
AnswerA

Storage limitation mandates that personal data must not be kept for longer than is necessary for the purposes for which it was collected or processed. An audit discovering a database retaining data beyond its defined retention period directly indicates a violation of this principle, necessitating the secure deletion or anonymization of such data. This principle is crucial for minimizing the risk associated with data breaches and ensuring compliance with privacy regulations.

Why this answer

Storage limitation requires that data be retained only as long as necessary; exceeding the retention period violates this principle.

382
MCQmedium

Under GDPR, a company processes personal data on behalf of a data controller. Which role does the company fulfill?

A.Data custodian
B.Data controller
C.Data processor
D.Data subject
AnswerC

Under GDPR, a data processor is an entity that processes personal data strictly on behalf of, and according to the documented instructions of, a data controller. This relationship is typically formalized through a data processing agreement (DPA), which outlines the scope, nature, and purpose of processing. The processor does not determine the purposes or means of processing independently but acts as a service provider executing tasks delegated by the controller.

Why this answer

A data processor processes data on behalf of the controller, subject to strict contractual and regulatory obligations.

383
MCQmedium

In qualitative risk analysis, a risk is assessed with a likelihood of 4 (on a scale of 1-5) and an impact of 5. The risk matrix defines scores of 15-25 as high. What is the risk rating?

A.Low
B.Medium
C.High
D.Critical
AnswerC

A risk score of 20, calculated as the product of a high likelihood (e.g., 4 on a 5-point scale) and a very high impact (e.g., 5 on a 5-point scale), correctly places the risk in the "High" category. In a qualitative risk matrix, the "High" range typically encompasses scores from approximately 15 to 25, signifying a significant probability of occurrence combined with substantial potential negative consequences that demand immediate attention and mitigation strategies.

Why this answer

Likelihood × Impact = 4 × 5 = 20, which falls in the high range (15-25).

384
Multi-Selectmedium

Which THREE of the following are control families defined in NIST SP 800-53? (Choose three.)

Select 3 answers
A.Access Control (AC)
B.System and Communications Protection (SC)
C.Data Encryption (DE)
D.Business Continuity (BC)
E.Identification and Authentication (IA)
AnswersA, B, E

Access Control (AC) is a foundational control family within NIST SP 800-53, focusing on limiting information system access to authorized users, processes, or devices. This family establishes the policies and procedures for granting, revoking, and reviewing permissions based on roles and responsibilities. It ensures that only entities with appropriate clearances and need-to-know can interact with sensitive data and system resources.

Why this answer

Access Control (AC) is a control family in NIST SP 800-53 that encompasses policies, procedures, and mechanisms for managing user permissions, authentication, and authorization. It includes controls like AC-2 (Account Management) and AC-3 (Access Enforcement), which are fundamental to enforcing least privilege and separation of duties.

Exam trap

The trap here is that candidates may confuse common security domains (like encryption or business continuity) with the specific control family names used in NIST SP 800-53, leading them to select plausible-sounding but non-existent families like Data Encryption or Business Continuity.

385
Multi-Selecteasy

Which TWO of the following are examples of security metrics that can be used as key performance indicators (KPIs)?

Select 2 answers
A.Mean time to remediate critical vulnerabilities
B.Number of servers in the data center
C.Total IT budget
D.Patch compliance percentage
E.Number of employees in the security department
AnswersA, D

Mean time to remediate critical vulnerabilities is a crucial operational security metric, directly indicating the efficiency and effectiveness of an organization's vulnerability management program. It quantifies the average duration from the discovery of a critical vulnerability to its complete resolution, reflecting the organization's ability to mitigate high-risk threats promptly and reduce its attack surface. A lower mean time signifies a more robust and responsive security posture, directly impacting risk reduction.

Why this answer

Security KPIs often include patch compliance percentages and mean time to remediate critical vulnerabilities.

386
MCQmedium

During a security assessment, it is found that service accounts have interactive logon rights. What is the BEST remediation?

A.Implement Group Policy to deny interactive logon for service accounts.
B.Ensure service accounts use strong passwords.
C.Use managed service accounts instead.
D.Remove service accounts from the local Administrators group.
AnswerC

Managed Service Accounts (MSAs) and Group Managed Service Accounts (gMSAs) are purpose-built to enhance the security posture of services by design. They inherently lack the capability for interactive logon, effectively preventing their misuse by attackers attempting to gain a desktop session on a server. Furthermore, MSAs automate complex password generation and periodic rotation, significantly reducing administrative overhead and eliminating the risk of stale or weak passwords.

Why this answer

Managed Service Accounts (MSAs) are the best remediation because they are designed specifically for service accounts, automatically manage password changes, and by default have no interactive logon rights. This eliminates the security risk of interactive logon while also addressing password management and reducing administrative overhead. Group Policy changes or manual password policies do not address the underlying architectural issue of using a standard user account for a service.

Exam trap

The trap here is that candidates often choose a Group Policy or password-strength solution because they focus on mitigating the symptom (interactive logon) rather than selecting the architectural fix (MSAs) that eliminates the root cause and aligns with the principle of least privilege and secure design.

How to eliminate wrong answers

Option A is wrong because implementing Group Policy to deny interactive logon for service accounts is a workaround that does not address the root cause; it can be bypassed or misconfigured, and it still leaves the account with other unnecessary privileges and manual password management. Option B is wrong because ensuring strong passwords only mitigates the risk of credential theft but does not prevent interactive logon, which is the primary vulnerability; service accounts should not have interactive logon rights regardless of password strength. Option D is wrong because removing service accounts from the local Administrators group reduces privileges but does not prevent interactive logon; a service account could still log on interactively with lower privileges, which is still a security concern.

387
MCQhard

Under the GDPR, a data controller experiences a personal data breach that is likely to result in a risk to the rights and freedoms of individuals. What is the maximum time frame within which the controller must notify the supervisory authority?

A.72 hours
B.24 hours
C.48 hours
D.7 days
AnswerA

Under GDPR Article 33(1), a data controller must notify the competent supervisory authority of a personal data breach "without undue delay" and, where feasible, not later than 72 hours after becoming aware of it. This strict timeframe is critical for enabling authorities to assess the breach's impact and advise on necessary mitigation steps promptly. Failure to adhere to this 72-hour deadline without proper justification can lead to significant penalties under the regulation.

Why this answer

GDPR Article 33 requires notification to the supervisory authority within 72 hours of becoming aware of the breach, unless the breach is unlikely to result in a risk to rights and freedoms.

388
Multi-Selectmedium

Which TWO of the following are key objectives of a security assessment? (Select exactly 2.)

Select 2 answers
A.Identify vulnerabilities in systems and applications.
B.Assess the effectiveness of existing security controls.
C.Exploit vulnerabilities to gain unauthorized access.
D.Prioritize threats based on business impact.
E.Implement new security controls to address findings.
AnswersA, B

A primary objective of a security assessment is the systematic discovery of weaknesses or flaws, known as vulnerabilities, within an organization's information systems, applications, and network infrastructure. This proactive identification process helps organizations understand potential attack vectors and exposure points before they can be exploited by malicious actors, forming the essential foundation for subsequent risk mitigation strategies.

Why this answer

A is correct because identifying vulnerabilities is a primary objective of a security assessment, such as a vulnerability scan or penetration test, which systematically discovers weaknesses in systems and applications (e.g., missing patches, misconfigurations, or insecure code). B is correct because assessing the effectiveness of existing security controls (e.g., firewalls, IDS/IPS, access controls) is a core goal, often achieved through control testing or validation to determine if controls are properly implemented and functioning as intended.

Exam trap

The trap here is that candidates often confuse the objectives of a security assessment (identify vulnerabilities and assess controls) with the objectives of a penetration test (exploit vulnerabilities) or risk management (prioritize threats), leading them to select options C or D incorrectly.

389
MCQmedium

An organization is implementing a new backup strategy for its critical servers. The backup must support rapid restoration of individual files and allow for a recovery point objective (RPO) of no more than 15 minutes. Which backup method should be used for daily operations?

A.Full backup every 24 hours
B.Continuous data protection (CDP)
C.Differential backup every 6 hours
D.Incremental backup every 4 hours
AnswerB

Continuous Data Protection (CDP) is the optimal solution because it captures every write operation and data change in real-time, effectively creating a continuous journal of all modifications. This granular, real-time capture allows for restoration to virtually any point in time, often within seconds of a data loss event. Consequently, CDP achieves a near-zero RPO, easily satisfying even the most stringent data loss requirements, such as a 15-minute RPO.

Why this answer

Continuous data protection (CDP) is the only backup method that can guarantee a recovery point objective (RPO) of 15 minutes or less because it captures every write to disk in real time or near-real time, enabling restoration to any point within the protection window. Full, differential, and incremental backups all rely on periodic snapshots, which inherently introduce gaps that exceed a 15-minute RPO unless the interval is shorter than 15 minutes, which is impractical for daily operations.

Exam trap

The trap here is that candidates may confuse the backup method's recovery time objective (RTO) with the recovery point objective (RPO), or assume that frequent incremental backups (e.g., every 4 hours) can achieve a 15-minute RPO, but the RPO is determined by the backup interval, not the method's efficiency.

How to eliminate wrong answers

Option A is wrong because a full backup every 24 hours provides an RPO of up to 24 hours, far exceeding the 15-minute requirement. Option C is wrong because a differential backup every 6 hours still leaves up to 6 hours of potential data loss between backups. Option D is wrong because an incremental backup every 4 hours results in an RPO of up to 4 hours, which does not meet the 15-minute threshold.

390
MCQmedium

A network engineer is troubleshooting a slow VPN connection between two sites. The link is symmetric 100 Mbps, but throughput tests show only 20 Mbps. The VPN uses AES-256 encryption. What is the most likely cause?

A.Packet loss due to link congestion
B.CPU bottleneck on the VPN endpoints
C.MTU mismatch causing fragmentation
D.Incorrect TCP window scaling
AnswerB

VPN encryption and decryption, particularly with strong algorithms like AES-256, are computationally intensive processes that heavily utilize the CPU on the VPN endpoints. If the VPN devices (routers, firewalls, or servers) have insufficient CPU power, they cannot process the encrypted traffic fast enough, regardless of available network bandwidth. This creates a fixed processing ceiling, resulting in a consistently limited throughput, such as the observed 20 Mbps, even if the underlying link could support much higher speeds.

Why this answer

AES-256 encryption is computationally intensive, and the throughput of a VPN is often limited by the cryptographic processing capacity of the endpoint CPUs rather than the link bandwidth. A symmetric 100 Mbps link with only 20 Mbps throughput strongly indicates that the VPN endpoints cannot encrypt/decrypt fast enough, creating a CPU bottleneck.

Exam trap

The trap here is that candidates often assume a slow VPN is always due to network issues like congestion or MTU, but the CISSP exam tests the understanding that encryption overhead, especially with AES-256, can be a CPU-bound bottleneck on the endpoints.

How to eliminate wrong answers

Option A is wrong because packet loss due to link congestion would typically cause TCP throughput to drop, but the link is symmetric 100 Mbps and not reported as saturated; the symptom is a consistent throughput cap, not variable loss. Option C is wrong because MTU mismatch causing fragmentation would result in increased overhead and possibly packet drops, but it would not consistently cap throughput at exactly 20 Mbps; it would cause performance degradation with larger packets, not a fixed rate. Option D is wrong because incorrect TCP window scaling can limit throughput on high-latency links, but the question does not mention high latency, and a fixed 20 Mbps cap on a 100 Mbps link is more characteristic of a CPU processing limit than a window scaling issue.

391
MCQhard

A security analyst discovers that an application allows a user to read a file they just wrote before the file's integrity is verified, due to a gap between the time of check and time of use. This is an example of which vulnerability?

A.Covert channel
B.Buffer overflow
C.TOCTOU
D.Side-channel attack
AnswerC

TOCTOU, or Time-of-Check to Time-of-Use, is a specific type of race condition vulnerability that occurs when there is a delay between the time a security check is performed on a resource and the time that resource is actually used. An attacker can exploit this window by modifying the resource or its attributes after the check but before the use, thereby bypassing the intended security control. This allows the application to "allow a user" to perform an unauthorized action by manipulating the system state during the vulnerable interval.

Why this answer

TOCTOU (Time of Check to Time of Use) is a race condition where a resource is checked and then used, but the state changes in between.

392
MCQeasy

A development team is integrating a third-party library for encryption. The security team insists on using only the latest version of the library. What is the primary security benefit of this requirement?

A.Improves performance due to optimized code.
B.Ensures the library has more features than older versions.
C.Reduces the attack surface by patching known vulnerabilities.
D.Guarantees backward compatibility with existing code.
AnswerC

Integrating the latest version of a third-party library is a critical security practice because it incorporates patches for known vulnerabilities discovered in previous iterations. These vulnerabilities, if unaddressed, could serve as exploitable entry points for attackers, allowing for unauthorized access, data breaches, or denial-of-service attacks. By applying these fixes, the overall attack surface of the application is significantly reduced, enhancing its resilience against common threats.

Why this answer

Using the latest version of a third-party encryption library ensures that known vulnerabilities (CVEs) are patched, directly reducing the attack surface. Encryption libraries are frequent targets for exploits, and vendors release updates specifically to address security flaws. This aligns with the principle of secure software development, where outdated dependencies are a primary vector for compromise.

Exam trap

The trap here is that candidates may confuse 'latest version' with 'most features' or 'best performance,' but the CISSP exam emphasizes that the primary security benefit is vulnerability remediation, not feature richness or speed.

How to eliminate wrong answers

Option A is wrong because performance improvements are a secondary benefit, not the primary security rationale; optimized code does not inherently address security vulnerabilities. Option B is wrong because additional features can introduce new attack vectors and increase complexity, which may actually expand the attack surface rather than reduce it. Option D is wrong because backward compatibility is a functional concern, not a security benefit; in fact, newer versions may break compatibility to fix security issues, and guaranteeing backward compatibility could prevent necessary security patches.

393
MCQmedium

A company uses a cloud storage service. Which asset security control is most important to prevent unauthorized access to data?

A.Logging and monitoring
B.Encryption in transit and at rest
C.Periodic access reviews
D.Regular vulnerability scanning
AnswerB

Encryption, applied both when data is actively moving across networks (in transit) and when it is stored on persistent media (at rest), is a foundational preventative control for data confidentiality. By transforming data into an unintelligible format using cryptographic algorithms, it ensures that even if unauthorized access or a data breach occurs, the information remains unreadable and unusable without the correct decryption keys. This directly prevents the compromise of data security by rendering it meaningless to an attacker.

Why this answer

Encryption in transit (e.g., TLS 1.3) and at rest (e.g., AES-256) is the most important asset security control because it renders data unreadable even if the cloud storage service is compromised or an attacker gains access to the underlying infrastructure. Without encryption, all other controls (logging, reviews, scanning) are reactive and cannot prevent a direct breach of the stored data. This aligns with the CISSP principle of defense in depth, where encryption provides a strong preventive layer for data confidentiality.

Exam trap

ISC2 often tests the misconception that logging or access reviews are sufficient to prevent unauthorized access, but the trap here is that only encryption provides a strong preventive control that protects data confidentiality regardless of other failures.

How to eliminate wrong answers

Option A is wrong because logging and monitoring are detective controls that identify unauthorized access after it occurs, not preventive controls that stop it in the first place. Option C is wrong because periodic access reviews are administrative controls that verify existing permissions but do not prevent an attacker from exploiting a misconfiguration or stolen credential between reviews. Option D is wrong because regular vulnerability scanning identifies weaknesses in the system but does not directly protect the data itself; encryption is a compensating control that mitigates the risk of exploitation even if vulnerabilities exist.

394
MCQmedium

A large organization needs to deploy a Public Key Infrastructure (PKI) for thousands of devices and users. A key requirement is the ability to revoke certificates in real time when a device is lost or compromised. Which solution is most appropriate?

A.Deploy multiple hierarchical CAs and distribute CRLs periodically.
B.Rely on certificate expiration only and do not implement revocation.
C.Use a single Certificate Authority (CA) with a large Certificate Revocation List (CRL).
D.Implement Online Certificate Status Protocol (OCSP) responders.
AnswerD

Implementing Online Certificate Status Protocol (OCSP) responders provides a highly efficient and near real-time method for verifying the revocation status of digital certificates. Instead of requiring clients to download and parse potentially large and outdated CRLs, OCSP allows a client to send a specific query for a particular certificate's status to a responder, receiving an immediate 'good,' 'revoked,' or 'unknown' response. This significantly reduces latency and bandwidth usage, ensuring that relying parties can quickly ascertain the current validity of a certificate, which is crucial for dynamic and high-volume transaction environments.

Why this answer

OCSP provides real-time certificate status checking by querying an OCSP responder directly, eliminating the delays inherent in CRL distribution. This meets the requirement for immediate revocation verification when a device is lost or compromised, as the responder can return a 'revoked' status instantly without waiting for a CRL refresh cycle.

Exam trap

The trap here is that candidates confuse periodic CRL distribution (which is batch-oriented and slow) with real-time revocation, or assume a single CA with a large CRL is sufficient, overlooking the scalability and latency issues that make OCSP the correct choice for immediate status checks.

How to eliminate wrong answers

Option A is wrong because distributing CRLs periodically introduces latency (hours or days) between revocation and propagation, failing the real-time requirement. Option B is wrong because relying solely on certificate expiration ignores the need for immediate revocation, leaving compromised certificates valid until their natural expiry. Option C is wrong because a single CA with a large CRL creates a single point of failure and scalability issues, and CRLs are still distributed periodically, not in real time.

395
MCQeasy

Which role is ultimately accountable for the classification of data within an organization?

A.Data steward
B.Data custodian
C.Data processor
D.Data owner
AnswerD

The data owner holds ultimate accountability for the data's protection, value, and proper usage throughout its entire lifecycle. This includes the critical responsibility of determining the data's classification level based on its sensitivity, criticality, and potential business impact if compromised or misused. They are the primary decision-maker regarding how data should be categorized and protected, and they accept the residual risk associated with its handling and security measures.

Why this answer

The data owner is the senior-level person who has the authority and accountability for data classification and protection.

396
Multi-Selecthard

An organization is implementing a security information and event management (SIEM) system. Which THREE factors are most critical for the SIEM to provide actionable security insights?

Select 3 answers
A.Real-time alerting capabilities
B.Ability to store raw logs for one year
C.Correlation rules that match attack patterns
D.Low false-positive rate
E.Accurate and normalized log sources
AnswersA, C, E

Timely alerts are crucial for response.

Why this answer

Real-time alerting is critical because SIEM must detect and notify security teams of ongoing threats within seconds to minutes, enabling timely incident response. Without near-instantaneous correlation and alerting, attackers can achieve their objectives (e.g., lateral movement, data exfiltration) before the organization even knows an incident occurred. This aligns with the NIST SP 800-61 incident response lifecycle, where detection and analysis must be rapid to contain damage.

Exam trap

The trap here is that candidates confuse 'low false-positive rate' (a tuning outcome) with a critical implementation factor, when in fact the foundational requirements are accurate normalized logs, correlation rules, and real-time alerting — without these, no alerts (true or false) can be generated at all.

397
Multi-Selecthard

A developer is implementing role-based access control (RBAC). Which THREE components are essential for an RBAC system?

Select 3 answers
A.Permissions
B.Attributes
C.Users
D.Roles
E.Sessions
AnswersA, C, D

In Role-Based Access Control (RBAC), permissions are the atomic units of authorization, specifying precisely what actions can be performed on specific resources (e.g., "read file X", "execute program Y"). They form the fundamental building blocks of access control decisions, defining the granular rights that are then aggregated and assigned to roles, rather than directly to individual users.

Why this answer

Permissions are essential in RBAC because they define the actual access rights (e.g., read, write, execute) that are assigned to roles, not directly to users. Without permissions, roles would have no functional authority, and the RBAC model (as defined in NIST SP 800-53 and ANSI INCITS 359) would be unable to enforce any access control decisions. Permissions are the bridge between roles and resources, making them a core component.

Exam trap

The trap here is that candidates confuse RBAC with ABAC and incorrectly select 'Attributes' as essential, forgetting that RBAC is role-centric, not attribute-centric, and that sessions are an optional administrative feature, not a core component.

398
MCQmedium

An organization is planning a penetration test of its internal network. The test team has been given network diagrams, source code access, and administrative credentials. This type of testing is known as:

A.Black-box testing
B.Red team testing
C.White-box testing
D.Gray-box testing
AnswerC

White-box testing, also known as clear-box or glass-box testing, provides the penetration testers with complete and comprehensive knowledge of the target system's internal architecture, source code, network diagrams, and configurations. This full disclosure allows for a thorough examination of internal logic, potential vulnerabilities in code implementation, and misconfigurations that might be missed by external-only approaches, leading to a very deep and detailed security assessment of the system's inner workings.

Why this answer

White-box testing (also known as clear-box or structural testing) is characterized by the test team having full knowledge of the internal system architecture, including network diagrams, source code, and administrative credentials. This level of access allows testers to perform a thorough analysis of the application logic, configuration weaknesses, and potential backdoors that would be invisible in a black-box approach. The scenario explicitly states the team was given these artifacts, making white-box testing the correct classification.

Exam trap

The trap here is that candidates often confuse 'red team testing' with 'white-box testing' because both involve internal knowledge, but red team testing is defined by its adversarial objectives and operational scope, not by the level of information disclosure, whereas the question's key differentiator is the explicit provision of source code and credentials.

How to eliminate wrong answers

Option A is wrong because black-box testing assumes no prior knowledge of the internal network, source code, or credentials; testers simulate an external attacker with zero information, which contradicts the provided access. Option B is wrong because red team testing is a goal-based, adversarial simulation that often includes social engineering and physical breaches, and while it may use some internal knowledge, it is defined by its objective (e.g., testing detection and response) rather than the level of access given; the question specifically asks about the type of testing based on information provided, not the team's mission. Option D is wrong because gray-box testing involves partial knowledge (e.g., network diagrams but not source code or credentials), whereas the team here received full source code and administrative credentials, which is a hallmark of white-box testing.

399
MCQeasy

According to the ISC2 Code of Ethics, which of the following canons has the highest priority when resolving an ethical dilemma?

A.Act honorably and lawfully
B.Provide diligent and competent service
C.Advance and protect the profession
D.Protect society, the common good, and the public trust
AnswerD

"Protect society, the common good, and the public trust" is unequivocally the highest priority canon in the ISC2 Code of Ethics, serving as the foundational principle for all cybersecurity professionals. This canon mandates that all actions and decisions must prioritize the safety, welfare, and confidence of the public, ensuring that information systems and data are secured to prevent harm to individuals, organizations, and critical infrastructure. This overarching responsibility guides all other ethical considerations, making it the correct answer.

Why this answer

The ISC2 Code of Ethics canons are in order of priority: 1. Protect society, the common good, and the public trust; 2. Act honorably and lawfully; 3.

Provide diligent and competent service; 4. Advance and protect the profession. Therefore, option D is the highest priority canon.

400
MCQmedium

A company has implemented a new web application firewall (WAF) and wants to test its effectiveness. Which of the following testing methods would provide the MOST accurate assessment?

A.Conduct a penetration test that includes attempts to bypass the WAF.
B.Perform a vulnerability scan on the web application with the WAF disabled.
C.Review the WAF logs for any blocked attacks.
D.Run an automated web application scanner against the application with the WAF enabled.
AnswerA

Conducting a penetration test that specifically includes attempts to bypass the WAF is the most effective method because it simulates real-world attacker behavior. Skilled penetration testers employ various evasion techniques, such as encoding, obfuscation, and exploiting WAF logic flaws, to circumvent the WAF's defenses. This approach provides a realistic assessment of the WAF's configuration, rule sets, and overall resilience against sophisticated, targeted attacks, revealing its true protective capabilities.

Why this answer

A penetration test that actively attempts to bypass the WAF provides the most accurate assessment because it simulates a real attacker's behavior, testing the WAF's ability to detect and block evasion techniques such as HTTP parameter pollution, encoding obfuscation, and SQL injection payload splitting. This method validates the WAF's effectiveness under realistic adversarial conditions, revealing gaps that passive or disabled-state testing cannot uncover.

Exam trap

The trap here is that candidates often choose Option D (automated scanner with WAF enabled) thinking it tests the WAF in a live environment, but they overlook that automated scanners typically do not attempt sophisticated bypass techniques and may be blocked, giving a false sense of security.

How to eliminate wrong answers

Option B is wrong because performing a vulnerability scan with the WAF disabled only identifies inherent application flaws without evaluating the WAF's protective capabilities, thus failing to assess the security control's effectiveness. Option C is wrong because reviewing WAF logs for blocked attacks only shows past events and does not test the WAF's ability to handle novel or sophisticated bypass techniques, providing no proactive validation. Option D is wrong because running an automated scanner with the WAF enabled may cause the scanner's traffic to be blocked or modified, leading to incomplete or false results, and does not actively attempt to circumvent the WAF's rules.

401
MCQmedium

An organization is implementing a security program and wants to ensure it meets legal and regulatory requirements. The security manager is reviewing the concept of due care. Which best describes due care in the context of information security?

A.The process of responding to security incidents after they occur
B.The selection of security controls based on cost-benefit analysis
C.Compliance with all applicable laws and regulations
D.The level of prudence expected from a reasonable organization in the same industry
AnswerD

This option accurately defines due care as the standard of reasonable prudence expected from an organization within a specific industry. It signifies the obligation to take appropriate and customary steps to protect information assets and mitigate risks, aligning with what a similarly situated, responsible entity would do under comparable circumstances. This standard is dynamic, evolving with technological advancements and emerging threats, requiring continuous assessment and adaptation of security practices.

Why this answer

Due care is the legal concept that an organization must act with the level of prudence that a reasonable organization in the same industry would exercise to protect sensitive information. It is not merely compliance with laws (option C), but a broader standard of care that includes implementing reasonable security measures, even where specific regulations do not mandate them. In information security, due care is demonstrated through policies, procedures, and controls that a prudent organization would adopt to avoid negligence liability.

Exam trap

The trap here is that candidates confuse 'due care' with 'compliance' (option C), but due care is a broader legal duty of prudence that often exceeds regulatory minimums, and the CISSP exam emphasizes that compliance alone does not guarantee security or legal protection.

How to eliminate wrong answers

Option A is wrong because incident response is a specific operational process, not the overarching legal standard of due care; due care encompasses proactive measures before incidents occur. Option B is wrong because cost-benefit analysis is a method for selecting controls, but due care is the legal standard of reasonableness that may require controls even if they are not the most cost-effective. Option C is wrong because compliance with laws and regulations is a minimum baseline, but due care requires going beyond mere compliance to meet the standard of a reasonable organization in the same industry, which may include voluntary best practices.

402
MCQmedium

A security architect is reviewing a design for an e-commerce application. The architect recommends implementing defense in depth. Which of the following is an example of this principle?

A.Encrypting data at rest only
B.Implementing both a web application firewall (WAF) and input validation
C.Using a single firewall at the network perimeter
D.Requiring strong passwords for all users
AnswerB

This option correctly demonstrates defense in depth by combining two distinct and complementary security controls. A Web Application Firewall (WAF) provides an external, perimeter-like defense, filtering malicious requests before they reach the application server, while input validation acts as an internal, application-level control, ensuring that only safe and properly formatted data is processed. This layered approach significantly reduces the attack surface and effectively mitigates a broader spectrum of web-based threats, such as SQL injection and cross-site scripting, by providing multiple points of enforcement.

Why this answer

Defense in depth uses multiple layers of security controls so that if one fails, others still provide protection.

403
MCQeasy

A security analyst is reviewing logs and notices multiple failed login attempts from a single IP address followed by a successful login. What should the analyst do next?

A.Disable the account immediately
B.Ignore, as failed logins are normal
C.Investigate the successful login
D.Block the IP address
AnswerC

Investigating the successful login is the most appropriate immediate action because it directly addresses the most critical event: potential unauthorized access to a system. This step involves verifying the legitimacy of the successful login with the account owner, analyzing source IP, time, and user agent details, and checking for any subsequent suspicious activity. Understanding whether the successful login was authorized or a breach is paramount for determining the scope of the incident and initiating appropriate containment and eradication strategies.

Why this answer

A successful login immediately following multiple failed attempts from the same IP address is a classic indicator of a brute-force or password-spraying attack that succeeded. The analyst must investigate the successful login to determine if it was legitimate or an account compromise, checking for anomalous behavior, time of access, and any subsequent actions. Ignoring or prematurely blocking the IP could destroy forensic evidence or lock out a legitimate user, while disabling the account without investigation may be premature if the login was authorized.

Exam trap

The trap here is that candidates often jump to a reactive action like blocking the IP or disabling the account, failing to recognize that the immediate priority is to investigate the successful login to confirm compromise and preserve forensic evidence.

How to eliminate wrong answers

Option A is wrong because disabling the account immediately without investigation could lock out a legitimate user who simply mistyped their password multiple times, and it may destroy evidence of the attack vector. Option B is wrong because while failed logins are common, a pattern of multiple failures from a single IP followed by a success is not normal and requires investigation per incident response procedures. Option D is wrong because blocking the IP address without first investigating could prevent the analyst from gathering additional forensic data (e.g., logs from the successful session) and may block a legitimate user if the IP is shared or spoofed.

404
MCQmedium

A vulnerability scanner reports a medium-severity finding on a web server. After investigating, the system administrator claims the finding is a false positive because the service in question is not actually running. Which step should the security analyst take next?

A.Verify the service status using system commands or network scans
B.Remove the finding from the report since the administrator confirmed it
C.Close the finding as accepted risk
D.Escalate the issue to management for risk acceptance
AnswerA

This is the correct initial action. When a vulnerability scanner reports a finding, especially if an administrator disputes it, independent technical verification is crucial to confirm its existence. Using system commands (e.g., `netstat -tuln`, `systemctl status <service>`) or targeted network scans (e.g., `nmap -p <port> <IP>`) directly validates whether the reported service is actually running or listening, thereby confirming if the finding is a true positive or a false positive before proceeding with remediation or risk acceptance.

Why this answer

The security analyst must independently verify the administrator's claim before taking any action. The vulnerability scanner may have detected a service on a different port or the service may be bound to a non-standard interface; using system commands (e.g., `netstat -tulpn` or `ss -tulpn`) or a targeted network scan (e.g., `nmap -sV -p <port> <target>`) provides objective evidence of whether the service is actually listening. Relying solely on the administrator's assertion without verification could lead to a missed true positive, especially if the service is hidden or misconfigured.

Exam trap

The trap here is that candidates may assume the administrator's claim is authoritative and skip verification, but the CISSP exam emphasizes that security analysts must always validate findings through independent technical means before closing or escalating.

How to eliminate wrong answers

Option B is wrong because removing the finding without independent verification violates the principle of evidence-based risk management and could suppress a genuine vulnerability if the administrator is mistaken or the service is transient. Option C is wrong because closing the finding as accepted risk requires a formal risk acceptance process with documented justification and management approval, not a single administrator's claim of a false positive. Option D is wrong because escalating to management for risk acceptance is premature; the analyst must first confirm the service status to determine if the finding is indeed a false positive before any risk acceptance decision is warranted.

405
MCQeasy

An organization wants to ensure that employees can securely access internal applications from home. They deploy a VPN solution. Which VPN type provides the strongest encryption and is most commonly used for remote access?

A.IPsec with IKEv2 and AES-256
B.MPLS Layer 3 VPN
C.L2TP without encryption
D.PPTP
AnswerA

IPsec with IKEv2 and AES-256 is the optimal choice for secure remote access, as IPsec provides robust network layer security through authentication and encryption. IKEv2 (Internet Key Exchange version 2) establishes Security Associations (SAs) and manages cryptographic keys efficiently, offering strong resistance to attacks and supporting modern features like MOBIKE for seamless roaming. AES-256 (Advanced Encryption Standard with a 256-bit key) ensures high-grade confidentiality for data in transit, making this combination a industry standard for protecting sensitive communications.

Why this answer

IPsec with IKEv2 and AES-256 provides the strongest encryption for remote access VPNs. IKEv2 offers improved security features like mobility and multi-homing support, while AES-256 is a symmetric cipher with a 256-bit key that is currently considered unbreakable by brute force. This combination is widely deployed for secure client-to-site connections.

Exam trap

The trap here is that candidates often confuse MPLS Layer 3 VPN (a site-to-site provider-based solution) with remote access VPNs, or they underestimate the weakness of PPTP and unencrypted L2TP, assuming any tunneling protocol provides adequate security.

How to eliminate wrong answers

Option B is wrong because MPLS Layer 3 VPN is a service provider technology used to connect multiple sites over a provider network, not a remote access VPN for individual employees; it does not encrypt user traffic. Option C is wrong because L2TP without encryption provides no confidentiality; it only tunnels traffic and relies on an additional protocol like IPsec for encryption, making it insecure on its own. Option D is wrong because PPTP uses the outdated MPPE encryption with RC4, which has known vulnerabilities and is considered weak and deprecated for secure remote access.

406
MCQeasy

A company is implementing a CI/CD pipeline for a web application. Which security testing method should be integrated into the build stage to catch vulnerabilities early?

A.Only using open-source vulnerability scanners
B.Dynamic Application Security Testing (DAST) in the production stage
C.Manual code review after each sprint
D.Static Application Security Testing (SAST) in the build stage
AnswerD

Integrating Static Application Security Testing (SAST) into the build stage is a fundamental best practice for securing CI/CD pipelines. SAST analyzes source code, bytecode, or binary code for security vulnerabilities without executing the application, allowing developers to identify and remediate flaws early in the development lifecycle. This "shift left" approach provides immediate feedback, reduces the cost of fixing defects, and prevents insecure code from progressing further, aligning perfectly with the speed and automation of CI/CD.

Why this answer

Static Application Security Testing (SAST) analyzes source code without execution, making it suitable for early detection in the build stage of a CI/CD pipeline. Option A is incorrect because open-source vulnerability scanners may not cover custom code and can produce false positives. Option B is incorrect because Dynamic Application Security Testing (DAST) requires a running application and is typically performed in later stages.

Option C is incorrect because manual code review is too slow and resource-intensive for continuous integration, while automated SAST fits the speed of CI/CD.

407
MCQhard

A development team is implementing a microservices architecture. Which of the following is the BEST approach to secure inter-service communication?

A.Use JSON Web Tokens (JWT) for each request
B.Use API keys transmitted in HTTP headers
C.Place all services behind a single API gateway
D.Implement mutual TLS (mTLS) between services
AnswerD

Mutual TLS (mTLS) is a robust security protocol that establishes strong, bidirectional authentication and encryption for network communication. It mandates that both the client and the server present and validate cryptographic certificates before any data exchange occurs, ensuring that each microservice verifies the identity of the other. This process guarantees confidentiality, integrity, and authenticity for all inter-service communication, effectively preventing unauthorized access, data tampering, and eavesdropping within the microservices environment.

Why this answer

Mutual TLS (mTLS) is the best approach because it provides both encryption and bidirectional authentication between services, ensuring that only authorized services can communicate. Unlike token-based methods, mTLS verifies the identity of both the client and server using X.509 certificates, which is critical in a zero-trust microservices environment where network boundaries are porous.

Exam trap

ISC2 often tests the misconception that an API gateway secures all inter-service communication, but candidates forget that east-west traffic between microservices bypasses the gateway and requires its own security mechanism like mTLS.

How to eliminate wrong answers

Option A is wrong because JWT per request authenticates the user or service but does not encrypt the communication channel, leaving data vulnerable to interception; it also adds overhead for every request without addressing transport-layer security. Option B is wrong because API keys in HTTP headers are static credentials that can be easily leaked, replayed, or intercepted if the channel is not encrypted, and they provide no mutual authentication. Option C is wrong because placing all services behind a single API gateway creates a central point of failure and a bottleneck, and it does not secure east-west traffic between services—internal calls bypass the gateway entirely.

408
MCQmedium

An organization wants to avoid a particular risk entirely by not engaging in the activity that creates the risk. Which risk response strategy is being used?

A.Avoid
B.Transfer
C.Mitigate
D.Accept
AnswerA

Risk avoidance is a strategy where an organization eliminates a particular risk entirely by choosing not to engage in the activity or process that gives rise to it. This approach completely removes the potential for the risk event to occur, rather than merely reducing its likelihood or impact. It is typically employed when the potential consequences of a risk are deemed unacceptable and cannot be effectively managed through other means.

Why this answer

Risk avoidance involves eliminating the risk by not performing the activity that causes it. Transfer shifts risk to a third party, mitigate reduces impact/likelihood, and accept acknowledges the risk.

409
Multi-Selectmedium

Which THREE of the following are components of a Privileged Access Management (PAM) solution?

Select 3 answers
A.User self-service password reset
B.Single sign-on for web applications
C.Session recording
D.Just-in-time access
E.Password vaulting
AnswersC, D, E

Session recording is a critical component of Privileged Access Management (PAM) that captures and archives all activities performed during a privileged session. This includes keystrokes, mouse movements, and screen content, providing an immutable audit trail. Such recordings are invaluable for forensic analysis, compliance auditing, and identifying unauthorized or suspicious actions by privileged users, enhancing accountability and security posture.

Why this answer

PAM typically includes password vaulting (secure credential storage), session recording (monitoring privileged sessions), and just-in-time access (elevated privileges on demand).

410
MCQhard

In a virtualized environment, which security control is most effective for isolating VMs from each other?

A.Host-based firewall on each VM
B.Physical separation
C.Virtual LAN (VLAN) segmentation
D.Hypervisor-level network policies
AnswerD

Hypervisor-level network policies are enforced directly by the hypervisor, which sits above all virtual machines and has ultimate control over their network interactions. This allows for granular control over traffic flow, micro-segmentation, and robust isolation between VMs, even those on the same virtual network. Because these policies are enforced at a layer inaccessible to guest operating systems, they provide the most effective and resilient security control against compromised VMs or lateral movement within the virtualized environment.

Why this answer

Hypervisor-level network policies, such as virtual switches with port groups and VLAN tagging, enforce isolation directly at the hypervisor layer, ensuring that VM traffic is segmented without relying on guest OS configurations. This control is independent of the VM's own firewall settings and can prevent lateral movement even if a VM is compromised, because the hypervisor mediates all network I/O.

Exam trap

The trap here is that candidates often confuse VLAN segmentation (Option C) as the primary isolation mechanism, but in a virtualized environment, VLANs are configured at the hypervisor level as part of virtual switch policies, making 'Hypervisor-level network policies' the more precise and encompassing answer.

How to eliminate wrong answers

Option A is wrong because a host-based firewall on each VM relies on the guest OS, which can be bypassed if the VM is compromised or if the firewall is misconfigured; it does not provide isolation at the hypervisor level. Option B is wrong because physical separation defeats the purpose of virtualization and is not a practical control within a virtualized environment; it refers to separate physical hosts, not VM-to-VM isolation. Option C is wrong because VLAN segmentation operates at Layer 2 of the network and can be effective, but it is configured on physical switches and does not inherently control traffic between VMs on the same hypervisor unless combined with hypervisor-level policies; it is an external control that can be bypassed if the hypervisor's virtual switch is not properly configured.

411
MCQmedium

A security team is reviewing firewall logs and sees many dropped packets from an external IP. What type of attack is most likely?

A.Man-in-the-middle
B.Port scanning
C.SQL injection
D.Phishing
AnswerB

Port scanning involves an attacker systematically probing a target system's ports to discover which services are listening or open. When a scanner attempts to connect to numerous closed or filtered ports, the firewall will log these connection attempts as dropped packets, as it denies access or the target service does not respond. A high volume of such drops across various ports is a strong indicator of an adversary performing reconnaissance.

Why this answer

Port scanning is the most likely attack because it involves an external IP sending packets to multiple ports on a target system to identify open services. Firewalls log these as dropped packets when they block unsolicited inbound traffic to closed or filtered ports, which is a common signature of reconnaissance activity.

Exam trap

The trap here is that candidates may confuse port scanning with a denial-of-service (DoS) attack, but port scanning is reconnaissance, not resource exhaustion, and the key clue is the pattern of dropped packets to multiple ports from a single IP.

How to eliminate wrong answers

Option A is wrong because a man-in-the-middle attack requires the attacker to intercept and potentially modify communications between two parties, which would not typically manifest as dropped packets from a single external IP; instead, it involves ARP spoofing, DNS poisoning, or session hijacking. Option C is wrong because SQL injection targets web application input fields to manipulate database queries, not network-layer packet filtering, and would not appear as dropped packets in firewall logs. Option D is wrong because phishing is a social engineering attack that uses deceptive emails or websites to steal credentials, not a network-level activity that generates dropped packets from an external IP.

412
MCQhard

A financial institution is required to retain customer transaction records for seven years under regulatory mandates. The institution is facing a lawsuit and must preserve all relevant data. What legal concept applies?

A.E-discovery
B.Data retention policy
C.Chain of custody
D.Legal hold
AnswerD

A legal hold, also known as a litigation hold or preservation order, is a formal directive issued by an organization to suspend the normal disposition or alteration of records and information that may be relevant to a pending or reasonably anticipated legal action, investigation, or audit. This critical process ensures that all potentially discoverable data, including electronically stored information (ESI), is preserved, overriding any routine data retention policies that might otherwise lead to its deletion. It directly addresses the requirement to retain customer transaction data in anticipation of legal needs.

Why this answer

When a lawsuit is reasonably anticipated or has been filed, the duty to preserve relevant evidence arises. A legal hold (also known as a litigation hold) is the formal process that suspends normal data retention and destruction policies to ensure that all potentially relevant electronically stored information (ESI) is preserved. This overrides the standard seven-year retention schedule because the legal obligation to preserve supersedes the regulatory retention mandate.

Exam trap

The trap here is that candidates confuse the operational concept of a data retention policy (Option B) with the legal obligation of a legal hold, failing to recognize that a lawsuit triggers a superseding duty to preserve that overrides any scheduled destruction.

How to eliminate wrong answers

Option A is wrong because e-discovery is the broader process of identifying, collecting, and producing ESI in litigation, not the specific legal directive to preserve data. Option B is wrong because a data retention policy is a pre-existing schedule for how long data is kept for operational or regulatory reasons; it does not create a legal duty to preserve data in anticipation of litigation. Option C is wrong because chain of custody is a procedural documentation method used to track the handling of evidence from collection to presentation, not the legal concept that triggers preservation obligations.

413
MCQmedium

In Kerberos, which component issues ticket-granting tickets (TGTs) after verifying the user's credentials?

A.Authentication Server (AS)
B.Domain Controller
C.Ticket Granting Server (TGS)
D.Key Distribution Center (KDC)
AnswerA

The Authentication Server (AS) is the initial point of contact for a Kerberos client seeking authentication within a realm. It is responsible for verifying the user's identity, typically by validating a password or other credentials against its secure database. Upon successful authentication, the AS issues a Ticket Granting Ticket (TGT) to the client, which is encrypted with the Ticket Granting Server's (TGS) secret key, allowing the client to request subsequent service tickets without re-transmitting its password.

Why this answer

The Authentication Server (AS) is responsible for issuing TGTs after verifying the user's password or other credentials.

414
MCQeasy

A company wants to implement multi-factor authentication (MFA) for remote access. Which combination of factors represents something you have and something you are?

A.Password and PIN
B.Hardware token and mobile phone
C.Smart card and fingerprint
D.Password and SMS code
AnswerC

Smart card (possession) + fingerprint (inherence) = two factors.

Why this answer

A smart card is a physical device that you possess (something you have), and a fingerprint is a biometric characteristic unique to you (something you are). This combination satisfies the multi-factor authentication requirement by using two distinct factors from different categories, which is more secure than using two factors from the same category.

Exam trap

The trap here is that candidates often confuse 'something you have' with 'something you know' or fail to recognize that two factors from the same category (e.g., two knowledge factors) do not constitute true multi-factor authentication.

How to eliminate wrong answers

Option A is wrong because both a password and a PIN are knowledge-based factors (something you know), so they do not provide multi-factor authentication; they are two instances of the same factor type. Option B is wrong because both a hardware token and a mobile phone are possession-based factors (something you have), which again fails to combine two different factor categories. Option D is wrong because a password is something you know and an SMS code is typically considered something you have (possession of the phone), but SMS codes are vulnerable to interception and SIM-swapping attacks, and more importantly, the question asks for 'something you have and something you are'—an SMS code is not a biometric or inherent characteristic.

415
MCQeasy

An organization's security policy requires that all data at rest must be encrypted. Which security principle is primarily being addressed?

A.Integrity
B.Confidentiality
C.Availability
D.Non-repudiation
AnswerB

Encryption directly addresses confidentiality by transforming plaintext data into an unreadable ciphertext using a cryptographic algorithm and a secret key. This process ensures that even if unauthorized individuals gain access to the encrypted data, they cannot decipher its content without the correct decryption key. Consequently, encryption effectively prevents unauthorized disclosure of sensitive information, making it the primary control for upholding the confidentiality of data both at rest and in transit.

Why this answer

Encryption of data at rest protects against unauthorized access, thus ensuring confidentiality.

416
MCQmedium

An organization implements a security model where users can only read objects at or below their security clearance, and can only write to objects at or above their clearance. This model primarily ensures:

A.Integrity
B.Confidentiality
C.Accountability
D.Availability
AnswerB

The Bell-LaPadula model is specifically designed to enforce confidentiality in multi-level security environments. It achieves this through two primary rules: the simple security property, which prevents subjects from reading objects at a higher classification level ('no read up'), and the *-property (star property), which prevents subjects from writing to objects at a lower classification level ('no write down'). These rules collectively ensure that sensitive information cannot flow downwards to less secure classifications, thereby preserving its secrecy.

Why this answer

The described model is the Bell-LaPadula model, which enforces confidentiality. In Bell-LaPadula, subjects can read objects at or below their security level (read down) and write to objects at or above their level (write up). This prevents unauthorized access to higher classified information, ensuring confidentiality.

417
MCQhard

An organization has identified a risk with a high likelihood and high impact. Management decides to implement controls to reduce the likelihood. After controls, the risk is reassessed as medium likelihood and medium impact. What is the residual risk?

A.Low likelihood, low impact
B.Medium likelihood, medium impact
C.High likelihood, high impact
D.Control risk is not a defined term
AnswerB

After implementing security controls, the inherent risk (high likelihood, potentially high impact) is expected to be reduced to a more acceptable level. "Medium likelihood, medium impact" represents a plausible and common outcome of effective risk mitigation strategies, where controls successfully diminish the probability of the event occurring and/or lessen its potential consequences. This remaining risk, after controls are applied, is precisely what is defined as residual risk, indicating a successful but not absolute reduction from the initial state.

Why this answer

Residual risk is the remaining risk after controls are applied. In this case, it is the medium likelihood and medium impact risk.

418
Multi-Selectmedium

Which THREE of the following are characteristics of a federated identity management system?

Select 3 answers
A.It relies on standard protocols such as SAML or OpenID Connect
B.It operates with a single identity provider for all organizations
C.It requires all participating organizations to use the same user directory
D.It enables identity information to be shared across different security domains
E.It provides single sign-on (SSO) across multiple organizations
AnswersA, D, E

Federated identity management fundamentally depends on established, open standards to facilitate secure and interoperable communication between distinct identity providers and service providers. Protocols like Security Assertion Markup Language (SAML) and OpenID Connect (OIDC) define the formats for exchanging authentication and authorization assertions, ensuring that diverse systems can understand and trust each other's identity information. This standardization is critical for enabling seamless cross-domain access and single sign-on without requiring proprietary integrations.

Why this answer

Federated identity management systems rely on standard protocols like SAML (Security Assertion Markup Language) or OpenID Connect to exchange authentication and authorization data between identity providers (IdPs) and service providers (SPs). These protocols enable trust relationships across different security domains without requiring shared directories or a single IdP.

Exam trap

The trap here is that candidates confuse federation with centralized SSO, assuming a single IdP or shared directory is required, when in fact federation decouples identity providers and directories across organizational boundaries.

419
MCQeasy

Which of the following is an example of a Type 2 authentication factor?

A.Smart card
B.PIN
C.Password
D.Fingerprint
AnswerA

A smart card represents 'something you have' (Type 2) because it is a physical token that must be possessed by the user to grant access. These cards typically contain an embedded microchip capable of performing cryptographic operations, such as storing digital certificates or generating one-time passwords. Its security relies on the physical control of the device, making it a robust authentication factor, often combined with a PIN for multi-factor authentication.

Why this answer

A smart card is a Type 2 authentication factor because it falls under the category of 'something you have.' Type 2 factors are possession-based, meaning the user must physically possess the token to authenticate. Smart cards store cryptographic keys or certificates and require a card reader to present the credential, making them a classic example of a possession factor.

Exam trap

The trap here is that candidates often confuse a smart card with a PIN or password because both are used together in practice, but the question specifically asks for the factor type of the smart card itself, not the combined authentication method.

How to eliminate wrong answers

Option B is wrong because a PIN (Personal Identification Number) is a Type 1 factor ('something you know'), not a Type 2 factor; it relies on knowledge rather than possession. Option C is wrong because a password is also a Type 1 factor, based on secret knowledge, not on a physical object. Option D is wrong because a fingerprint is a Type 3 factor ('something you are'), using biometric characteristics, not a possession-based factor.

420
Multi-Selecteasy

Which TWO of the following are key indicators that a security awareness training program is effective? (Choose two.)

Select 2 answers
A.More instances of employees bypassing security controls to improve productivity.
B.An increase in help desk calls for password resets.
C.An increase in employees reporting suspicious emails to the security team.
D.Fewer security policies are being issued.
E.A reduction in the number of successful phishing attacks.
AnswersC, E

Reporting suspicious emails shows that employees are applying their training.

Why this answer

A measurable increase in employees reporting suspicious emails directly indicates that the training has improved their ability to recognize phishing indicators (e.g., mismatched URLs, spoofed sender domains, urgent language) and has instilled the desired reporting behavior. This is a leading indicator of security awareness effectiveness, as it demonstrates proactive threat identification before a compromise occurs.

Exam trap

The trap here is that candidates may confuse activity metrics (e.g., more help desk calls) with effectiveness metrics, or mistakenly think that fewer policies indicate simpler, more effective training, when in fact the CISSP emphasizes behavioral outcomes like reporting and reduced incident success rates.

421
MCQmedium

A company is deploying a new web application and needs to ensure that only HTTPS traffic is allowed. What is the MOST effective way to enforce this at the network perimeter?

A.Allow TCP port 443 only and block port 80.
B.Configure the firewall to allow TCP port 80 and 443.
C.Use a proxy server to decrypt all traffic.
D.Block TCP port 443.
AnswerA

This configuration directly enforces the use of HTTPS by making TCP port 443 (HTTPS) accessible while explicitly denying TCP port 80 (HTTP). It ensures all web traffic to the application is encrypted, meeting security requirements for data confidentiality and integrity. Any attempt to connect via unencrypted HTTP would be blocked at the network perimeter, preventing insecure access and upholding the 'HTTPS-only' mandate.

Why this answer

Blocking TCP port 80 and allowing only TCP port 443 at the network perimeter ensures that only HTTPS traffic can enter or leave the network. This is the most effective method because it directly enforces the protocol restriction at the firewall, preventing any HTTP traffic from bypassing encryption. Allowing both ports would permit unencrypted HTTP, while using a proxy or blocking port 443 would either add unnecessary complexity or deny legitimate HTTPS traffic.

Exam trap

The trap here is that candidates may think allowing both ports 80 and 443 is acceptable for flexibility, but the question explicitly requires only HTTPS, so blocking port 80 is essential to enforce encryption at the perimeter.

How to eliminate wrong answers

Option B is wrong because allowing both TCP port 80 and 443 permits unencrypted HTTP traffic, which violates the requirement to allow only HTTPS. Option C is wrong because using a proxy server to decrypt all traffic does not enforce the restriction at the network perimeter; it adds overhead and may introduce privacy or compliance issues, and it does not block port 80 by itself. Option D is wrong because blocking TCP port 443 would deny all HTTPS traffic, which is the opposite of the requirement to allow only HTTPS.

422
MCQeasy

An organization uses a version control system for all software development. Which practice best ensures that code changes are reviewed for security issues before merging into the main branch?

A.Requiring all pull requests to be approved by at least one peer reviewer.
B.Configuring the CI pipeline to run static analysis tools only on the main branch.
C.Enforcing that all commits pass automated unit tests before merging.
D.Using pre-commit hooks to scan for secrets in code before commit.
AnswerA

Requiring peer review for all pull requests is a critical security control because human reviewers can identify complex logical flaws, design vulnerabilities, and business logic errors that automated static analysis tools often miss. This manual inspection allows for a deeper understanding of the code's intent and potential misuse, ensuring adherence to secure coding standards and architectural principles before changes are integrated into the main codebase. It provides an essential layer of defense against subtle security defects.

Why this answer

Requiring pull request approval by at least one peer reviewer ensures that code changes are manually inspected for security flaws before merging into the main branch. This practice leverages human expertise to catch logic errors, insecure patterns, and design weaknesses that automated tools might miss, aligning with the principle of defense in depth in the software development lifecycle.

Exam trap

The trap here is that candidates often confuse automated security testing (like SAST in CI) with the human review process, assuming that automated checks alone are sufficient for security, whereas the CISSP emphasizes the necessity of peer review for catching complex security flaws that tools cannot reliably detect.

How to eliminate wrong answers

Option B is wrong because running static analysis tools only on the main branch fails to catch security issues before they are merged, allowing vulnerable code to enter the main branch undetected. Option C is wrong because automated unit tests primarily verify functional correctness, not security vulnerabilities, and they do not involve human review of security-specific concerns. Option D is wrong because pre-commit hooks for secret scanning only prevent accidental exposure of credentials at commit time, but do not provide a comprehensive security review of the code logic or architecture.

423
MCQhard

A security team is investigating a vulnerability where an attacker can intercept and modify data as it moves between processes within a CPU's secure enclave. Which technology is designed to protect against such attacks by creating a trusted execution environment?

A.Trusted Platform Module (TPM)
B.Intel Software Guard Extensions (SGX)
C.Measured Boot
D.Secure Boot
AnswerB

Intel Software Guard Extensions (SGX) is a set of CPU instructions that allows developers to protect specific code and data from disclosure or modification. It achieves this by creating "enclaves," which are isolated, hardware-protected memory regions within an application's address space. Even if the operating system, hypervisor, or other privileged software is compromised, the code and data inside an SGX enclave remain protected, making it suitable for mitigating vulnerabilities that target runtime execution integrity and confidentiality.

Why this answer

Intel SGX provides a TEE that isolates code and data in enclaves, protecting from other processes.

424
MCQmedium

Which governance framework provides guidance specifically for aligning IT services with business needs and includes a service lifecycle?

A.ISO/IEC 27001
B.NIST Cybersecurity Framework
C.COBIT 2019
D.ITIL
AnswerD

ITIL (Information Technology Infrastructure Library) is a widely adopted framework providing best practices for IT service management (ITSM). It specifically guides organizations through the entire service lifecycle, encompassing Service Strategy, Design, Transition, Operation, and Continual Service Improvement, making it ideal for managing the full journey of IT services.

Why this answer

ITIL (Information Technology Infrastructure Library) is a set of practices for IT service management that focuses on aligning IT services with business needs.

425
MCQeasy

Which wireless security protocol replaces the pre-shared key (PSK) authentication with Simultaneous Authentication of Equals (SAE) to provide stronger security and forward secrecy?

A.WPA3
B.WEP
C.WPA2 with TKIP
D.WPA2 with CCMP
AnswerA

WPA3 significantly enhances wireless security by replacing the vulnerable Pre-Shared Key (PSK) 4-way handshake with the Simultaneous Authentication of Equals (SAE) protocol, also known as Dragonfly. SAE is a password-authenticated key agreement (PAKE) protocol that establishes a secure session key without ever transmitting the password directly. This robust cryptographic exchange provides stronger protection against offline dictionary attacks and ensures forward secrecy, making it the correct answer for replacing the PSK mechanism.

Why this answer

WPA3 replaces the Pre-Shared Key (PSK) authentication used in WPA2 with Simultaneous Authentication of Equals (SAE), defined in IEEE 802.11-2016 and specified in RFC 7664. SAE provides forward secrecy by using a Diffie-Hellman key exchange that ensures even if the long-term password is compromised, past session keys remain secure. This eliminates vulnerabilities to offline dictionary attacks that plague WPA2-PSK.

Exam trap

Candidates often confuse encryption strength with authentication improvements. While WPA2 with CCMP uses AES encryption, this question focuses on authentication (PSK vs SAE), not encryption. The key difference is that SAE provides forward secrecy and resistance to offline dictionary attacks, which are unique to WPA3.

How to eliminate wrong answers

Option B (WEP) is wrong because it uses the RC4 stream cipher with a static key and no authentication mechanism like SAE, making it completely insecure and deprecated. Option C (WPA2 with TKIP) is wrong because TKIP is a legacy encryption protocol that still relies on PSK authentication and does not implement SAE or forward secrecy; it was designed as a temporary fix for WEP. Option D (WPA2 with CCMP) is wrong because while CCMP uses AES-based encryption, WPA2 still uses PSK or 802.1X for authentication, not SAE, and lacks forward secrecy.

426
MCQeasy

Which of the following is the primary purpose of a security audit?

A.To identify vulnerabilities in the network
B.To compare security controls against a defined standard
C.To perform an informal evaluation of security posture
D.To exploit vulnerabilities and demonstrate impact
AnswerB

The core function of a security audit is to systematically evaluate an organization's security posture by comparing its implemented security controls, policies, and procedures against a predetermined set of criteria. These criteria typically include industry best practices, regulatory requirements (e.g., GDPR, HIPAA), internal policies, or recognized security frameworks (e.g., ISO 27001, NIST CSF). This comparison determines the degree of compliance and identifies any deviations or gaps that need remediation.

Why this answer

A security audit's primary purpose is to systematically evaluate an organization's security controls against a predefined standard, such as ISO 27001, NIST SP 800-53, or PCI DSS. This comparison verifies compliance and identifies gaps, not merely vulnerabilities. Unlike a vulnerability assessment or penetration test, an audit focuses on adherence to criteria, not exploitation or informal review.

Exam trap

The trap here is confusing a security audit with a vulnerability assessment or penetration test, leading candidates to pick 'identify vulnerabilities' or 'exploit vulnerabilities' instead of recognizing the audit's formal, standards-based comparison purpose.

How to eliminate wrong answers

Option A is wrong because identifying vulnerabilities is the goal of a vulnerability assessment, not a security audit; an audit compares controls to a standard, not just finds weaknesses. Option C is wrong because a security audit is a formal, structured evaluation with defined criteria, not an informal assessment of posture. Option D is wrong because exploiting vulnerabilities to demonstrate impact is the objective of a penetration test, which is distinct from an audit's compliance-focused comparison.

427
MCQhard

A data warehouse contains anonymized customer transaction data used for analytics. The anonymization process removed direct identifiers and applied k-anonymity with k=10. An attacker obtains the dataset and attempts to re-identify individuals using auxiliary information. Which of the following best describes the residual privacy risk?

A.No risk because anonymization eliminates all PII
B.High risk because k=10 is too small to provide meaningful privacy
C.Low risk because k=10 ensures a group of at least 10 individuals
D.Moderate risk because k-anonymity does not protect against attribute disclosure if the group is homogeneous
AnswerD

This option correctly identifies a fundamental limitation of k-anonymity, known as the homogeneity attack. If all individuals within an equivalence class (a group of k records sharing identical quasi-identifiers) also share the same value for a sensitive attribute, then that attribute is effectively disclosed for everyone in the group. Despite the anonymity of individual identity, the sensitive information becomes known, leading to attribute disclosure and a moderate level of risk.

Why this answer

k-anonymity means each record is indistinguishable from at least k-1 other records, but attacks like homogeneity or background knowledge can still lead to re-identification, especially if auxiliary data is available.

428
MCQhard

Refer to the exhibit. What is a potential security weakness in this policy?

A.It does not specify a principal
B.It allows all actions on the resource
C.It grants access to a private IP range which is not routable over the internet
D.It uses a condition that can be bypassed
AnswerC

Private IP ranges are not seen as source IPs by AWS; the condition will never be satisfied for external requests.

Why this answer

The policy grants access to a private IP range (e.g., 10.0.0.0/8, 172.16.0.0/12, or 192.168.0.0/16) which is not routable over the internet. This means the condition is ineffective for controlling access from external sources, as private IP addresses are only meaningful within a local network and cannot be used to authenticate or authorize remote users. An attacker could spoof such an IP address from within the same network or bypass the restriction entirely if the policy is intended to restrict internet-based access.

Exam trap

The trap here is that candidates often assume any IP-based condition is secure, failing to recognize that private IP ranges are non-routable and thus cannot enforce access control from the internet, leading them to overlook the fundamental network-layer limitation.

How to eliminate wrong answers

Option A is wrong because the policy does specify a principal (e.g., an AWS IAM user, role, or account ARN) in the 'Principal' element, so the statement 'It does not specify a principal' is factually incorrect. Option B is wrong because the policy likely restricts actions to specific operations (e.g., s3:GetObject) rather than allowing all actions; the exhibit would show an 'Action' field with limited permissions, not a wildcard. Option D is wrong because the condition (e.g., using 'IpAddress' with a private IP range) is syntactically valid and cannot be bypassed by altering the request; the weakness is that the condition itself is ineffective due to the non-routable nature of the IP range, not that the condition mechanism is flawed.

429
MCQeasy

What type of DLP system monitors data in motion across the network?

A.Network DLP
B.Storage DLP
C.Endpoint DLP
D.Cloud DLP
AnswerA

Network DLP systems specifically monitor "data in motion" by inspecting network traffic as it traverses the organization's boundaries or internal segments. These solutions typically employ deep packet inspection (DPI) to analyze data streams for sensitive content, patterns, or metadata, preventing unauthorized transmission over protocols like HTTP, FTP, or email. They are often deployed at network egress points or internal chokepoints to enforce data security policies.

Why this answer

Network DLP inspects network traffic for sensitive data leaving the organization.

430
MCQhard

During a forensic investigation, an analyst must collect volatile data in the correct order. Which of the following sequences correctly follows the order of volatility?

A.CPU registers → cache → RAM → swap → disk
B.Disk → RAM → CPU registers → cache → swap
C.RAM → CPU registers → swap → disk → remote logging
D.Swap → RAM → cache → CPU registers → disk
AnswerA

This sequence accurately represents the decreasing order of volatility for digital evidence, which is crucial for forensic collection. CPU registers are the most volatile, holding data only during active processing and being lost immediately upon power loss or context switch. Cache memory is slightly less volatile but still transient, followed by RAM, which requires continuous power to retain data. Swap space, residing on disk, is less volatile than RAM but more dynamic than persistent disk storage, making disk the least volatile and most persistent data source.

Why this answer

The order of volatility prioritizes collecting data from most volatile to least volatile to avoid loss.

431
MCQmedium

Which of the following is a key requirement under the GDPR regarding personal data breaches?

A.Notify the supervisory authority within 72 hours
B.Conduct a privacy impact assessment within 30 days
C.Report the breach to law enforcement immediately
D.Notify affected individuals within 24 hours
AnswerA

GDPR Article 33 mandates that in the event of a personal data breach, the data controller must notify the relevant supervisory authority without undue delay and, where feasible, not later than 72 hours after becoming aware of it. This notification is required unless the personal data breach is unlikely to result in a risk to the rights and freedoms of natural persons. The notification must include details such as the nature of the breach, categories of data subjects and records concerned, and the likely consequences.

Why this answer

GDPR Article 33 requires data controllers to notify the supervisory authority of a personal data breach within 72 hours of becoming aware of it, unless the breach is unlikely to result in a risk to rights and freedoms.

432
MCQmedium

A development team is implementing a web application that allows users to search for products. To prevent SQL injection attacks, which secure coding practice should be applied?

A.Input validation using a blacklist of SQL keywords
B.Parameterized queries with prepared statements
C.Output encoding of user input
D.Using stored procedures exclusively
AnswerB

Parameterized queries with prepared statements are the most effective defense against SQL injection vulnerabilities. By separating the SQL code from user-supplied data, the database engine can distinguish between the query structure and the values to be inserted, updated, or retrieved. This mechanism ensures that user input is always treated as literal data, preventing it from being interpreted as executable SQL commands.

Why this answer

Parameterized queries with prepared statements (Option B) are the definitive defense against SQL injection because they separate SQL logic from user-supplied data. The database engine compiles the query structure first, then binds input values as parameters, ensuring that malicious input cannot alter the intended SQL command. This approach is language-agnostic and works across all modern database interfaces (e.g., JDBC, PDO, ADO.NET).

Exam trap

The trap here is that candidates often confuse stored procedures as a silver bullet for SQL injection, failing to realize that the security lies in how parameters are bound, not in the procedure container itself.

How to eliminate wrong answers

Option A is wrong because blacklisting SQL keywords is inherently incomplete and easily bypassed; attackers can use encoding, comments, or alternative syntax (e.g., CHAR(), CONCAT()) to evade the filter. Option C is wrong because output encoding (e.g., HTML entity encoding) is designed to prevent cross-site scripting (XSS), not SQL injection, which occurs at the database layer before output is rendered. Option D is wrong because stored procedures alone do not prevent SQL injection if dynamic SQL is constructed within the procedure; the protection comes only when parameters are used inside the stored procedure, not from the procedure itself.

433
Multi-Selecteasy

Which of the following are characteristics of a Trusted Execution Environment (TEE)? (Choose TWO)

Select 2 answers
A.It is only available in cloud environments
B.It runs as a separate virtual machine
C.It requires a TPM chip
D.It provides hardware-enforced isolation from the main OS
E.It protects code and data from unauthorized access even by the OS
AnswersD, E

A fundamental characteristic of a Trusted Execution Environment (TEE) is its ability to provide robust hardware-enforced isolation from the main operating system. This isolation ensures that code and data running within the TEE are protected from unauthorized access or tampering by the rich OS, hypervisor, or any other software running in the less privileged 'normal world.' This hardware-level separation is critical for maintaining the integrity and confidentiality of sensitive computations.

Why this answer

A TEE provides hardware-enforced isolation and a secure area for code execution, protecting sensitive data from the main OS.

434
MCQmedium

A security architect is designing an authentication system for a healthcare application that requires strong security. The system will use a password and a one-time passcode sent via SMS. How many authentication factor types are being used?

A.Three
B.Four
C.One
D.Two
AnswerD

This option is correct because the authentication system leverages two distinct types of factors to verify a user's identity. The password serves as the 'something you know' factor, requiring the user to recall a secret piece of information. The SMS One-Time Password (OTP), delivered to a registered mobile device, functions as the 'something you have' factor, relying on the user's possession of that specific device. This combination of two different factor categories precisely defines two-factor authentication (2FA).

Why this answer

Password is Type 1 (something you know), SMS OTP is Type 2 (something you have, as the phone is possessed). Only two factor types are used.

435
MCQhard

Which access control model allows the owner of a resource to determine who can access it and what permissions they have?

A.Discretionary Access Control (DAC)
B.Role-Based Access Control (RBAC)
C.Mandatory Access Control (MAC)
D.Attribute-Based Access Control (ABAC)
AnswerA

DAC allows the owner to grant or deny access.

Why this answer

Discretionary Access Control (DAC) allows the resource owner to control access at their discretion.

436
MCQmedium

An organization is required to retain audit logs for seven years due to regulatory compliance. The logs are currently stored on a file server that is approaching capacity. What is the BEST way to manage log storage?

A.Reduce the logging level to generate less data.
B.Delete logs older than one year.
C.Increase the frequency of log rotation.
D.Compress logs and move them to low-cost archival storage.
AnswerD

Compressing logs significantly reduces their storage footprint, making them more economical to retain over extended periods. Moving these compressed logs to low-cost archival storage, such as tape libraries, object storage, or cloud cold storage tiers, directly addresses the challenge of managing large volumes of data while meeting the seven-year retention requirement. This strategy ensures data integrity and availability for compliance and forensic needs without incurring prohibitive costs on primary storage systems.

Why this answer

It balances the seven-year retention requirement with storage constraints by compressing logs (reducing size) and moving them to low-cost archival storage (e.g., cold storage or tape). This preserves data integrity and accessibility for compliance audits while freeing up space on the primary file server.

Exam trap

The trap here is that candidates may confuse operational efficiency (log rotation) with long-term retention, failing to recognize that compliance mandates absolute retention periods that cannot be circumvented by deletion or reduced logging.

How to eliminate wrong answers

Option A is wrong because reducing the logging level would omit critical security events, violating the principle of complete audit trails and potentially failing compliance requirements. Option B is wrong because deleting logs older than one year directly violates the seven-year retention mandate, exposing the organization to regulatory penalties. Option C is wrong because increasing log rotation frequency merely creates more files without addressing the underlying capacity issue; it does not reduce total data volume or extend retention capabilities.

437
MCQhard

During a security assessment, a consultant discovers that a legacy VPN solution uses MS-CHAPv2 for authentication and does not support IKE. The protocol is known to be vulnerable to dictionary attacks. Which VPN protocol is most likely being used?

A.PPTP
B.IPsec with IKEv2
C.SSL/TLS VPN
D.L2TP/IPsec
AnswerA

PPTP (Point-to-Point Tunneling Protocol) is a legacy VPN protocol that relies heavily on MS-CHAPv2 for authentication. MS-CHAPv2 has well-documented cryptographic weaknesses, including susceptibility to offline dictionary attacks and specific attacks that can extract the NT password hash, compromising user credentials. Furthermore, PPTP lacks a robust key exchange mechanism like IKE, making its session key negotiation vulnerable and failing to provide forward secrecy, which is a critical security requirement for modern VPNs.

Why this answer

MS-CHAPv2 is a Microsoft proprietary authentication protocol used by PPTP (Point-to-Point Tunneling Protocol). PPTP does not support IKE (Internet Key Exchange) and relies on MS-CHAPv2, which is vulnerable to dictionary attacks due to its weak hashing and lack of mutual authentication. The combination of MS-CHAPv2 authentication and the absence of IKE support directly points to PPTP as the VPN protocol in use.

Exam trap

The trap here is that candidates may confuse L2TP/IPsec with PPTP because both can use MS-CHAPv2, but L2TP/IPsec requires IKE and typically uses IPsec for encryption, whereas PPTP does not support IKE and relies solely on MS-CHAPv2 for authentication.

How to eliminate wrong answers

Option B is wrong because IPsec with IKEv2 uses IKE (Internet Key Exchange) for key management and authentication, and it does not use MS-CHAPv2; it typically relies on certificates, pre-shared keys, or EAP. Option C is wrong because SSL/TLS VPNs use TLS for encryption and authentication, not MS-CHAPv2, and they do not involve IKE. Option D is wrong because L2TP/IPsec uses IKE for key exchange and typically authenticates via IPsec mechanisms (e.g., certificates or PSK), not MS-CHAPv2; L2TP itself is a tunneling protocol that requires IPsec for encryption, and MS-CHAPv2 is not a standard authentication method for L2TP/IPsec.

438
MCQhard

During a security audit, it is discovered that a company's data classification labels are inconsistently applied across different departments. Which of the following is the BEST long-term solution to ensure consistent data classification?

A.Conduct annual retraining on data classification policies
B.Implement automated data classification tools that apply labels based on content and context
C.Adopt a single classification level for all data to eliminate confusion
D.Assign a data owner in each department to manually review and classify data
AnswerB

Automated data classification tools leverage machine learning, regular expressions, and predefined policies to scan, identify, and label data based on its content (e.g., PII, PCI data) and context (e.g., location, creator, access patterns). This significantly reduces human error and subjectivity, ensuring consistent, scalable, and real-time application of classification labels across vast and dynamic data repositories. Such tools enforce organizational policies uniformly, enhancing compliance and security posture effectively.

Why this answer

Automated data classification tools use content inspection (e.g., regex patterns, keyword matching) and contextual analysis (e.g., file location, creator, metadata) to consistently apply labels across the enterprise. This eliminates human error and variability between departments, ensuring uniform enforcement of the classification policy without relying on manual interpretation or periodic training.

Exam trap

The trap here is that candidates often choose annual retraining (A) as a 'best practice' for policy adherence, but the question specifically asks for the 'BEST long-term solution' to ensure consistency, which requires automation to remove human subjectivity.

How to eliminate wrong answers

Option A is wrong because annual retraining is a temporary, human-dependent solution that does not prevent inconsistent application between training cycles; it fails to address the root cause of manual variability. Option C is wrong because adopting a single classification level for all data violates the principle of least privilege and the need for granular access controls, effectively negating the purpose of data classification. Option D is wrong because assigning a data owner in each department to manually review and classify data perpetuates the inconsistency problem, as different owners will apply subjective judgment, leading to the same cross-departmental variability.

439
MCQeasy

A company has multiple offices connected via a WAN. They want to ensure that all traffic between offices is encrypted and authenticated. Which technology is most appropriate?

A.MPLS
B.DMVPN
C.SSL VPN
D.IPsec VPN
AnswerD

IPsec (Internet Protocol Security) is a suite of protocols that provides cryptographic security services at the IP layer, ensuring confidentiality, integrity, and authenticity of data packets. It is the industry standard for establishing secure, encrypted tunnels between networks, making it ideal for connecting multiple office locations over an untrusted WAN. IPsec VPNs utilize protocols like Authentication Header (AH) and Encapsulating Security Payload (ESP) to secure all traffic flowing between the connected sites, providing robust site-to-site connectivity.

Why this answer

IPsec VPN is the most appropriate technology because it operates at the network layer (Layer 3) and provides both encryption and authentication for all IP traffic between sites over an untrusted WAN. It uses protocols such as ESP (Encapsulating Security Payload) for confidentiality and AH (Authentication Header) or ESP for integrity and authentication, ensuring that all inter-office traffic is protected in transit.

Exam trap

ISC2 often tests the distinction between VPN technologies by presenting DMVPN as a tempting answer because it is a Cisco-specific solution for dynamic site-to-site VPNs, but the trap is that DMVPN is a framework that relies on IPsec for encryption and authentication, not a replacement for it.

How to eliminate wrong answers

Option A (MPLS) is wrong because MPLS is a label-switching technology that improves performance and traffic engineering but does not inherently provide encryption or authentication; it relies on underlying security mechanisms like IPsec for confidentiality. Option B (DMVPN) is wrong because DMVPN is a dynamic VPN architecture that simplifies hub-and-spoke or spoke-to-spoke VPN deployments, but it still requires IPsec for encryption and authentication; it is not a standalone encryption technology. Option C (SSL VPN) is wrong because SSL VPN typically operates at the application or transport layer and is designed for remote user access to specific applications or networks, not for site-to-site encryption of all traffic between offices; it lacks the network-layer transparency and scalability for full site-to-site connectivity.

440
MCQmedium

A security analyst is reviewing logs from a web application firewall (WAF) and notices multiple requests containing the payload "1=1--" in the query string. The analyst suspects a SQL injection attack. Which of the following is the BEST immediate action to validate the suspicion?

A.Use a manual SQL injection tool like sqlmap to test the application.
B.Implement prepared statements in the application code.
C.Run a vulnerability scan with a SQL injection detection module.
D.Check the application logs for database error messages.
AnswerD

Reviewing application logs for database error messages is the most immediate, passive, and non-intrusive method to validate a suspected SQL injection. Successful SQL injection attempts, especially those designed to extract information or manipulate queries, often result in distinct database errors (e.g., syntax errors, unhandled exceptions, or specific database-level warnings) that are logged by the application or database server. These errors provide direct, forensic evidence of an attempted or successful injection, allowing the analyst to confirm the vulnerability without active probing or risk to the system.

Why this answer

Checking the application logs for database error messages is the best immediate action because SQL injection attempts often trigger verbose database errors (e.g., MySQL syntax errors, ODBC error codes) that confirm the injection point. This passive validation requires no additional tools and directly correlates the WAF alert with backend behavior, avoiding the risk of actively exploiting a live system.

Exam trap

The trap here is that candidates often choose an active testing tool (Option A) or a remediation step (Option B) instead of recognizing that passive log review is the safest and most immediate validation method in a security assessment context.

How to eliminate wrong answers

Option A is wrong because using a manual SQL injection tool like sqlmap on a production system without prior validation could cause data corruption, denial of service, or legal/authorization violations, and is not an immediate passive validation step. Option B is wrong because implementing prepared statements is a long-term remediation measure, not a validation technique; it does not help confirm whether the observed payload actually succeeded. Option C is wrong because running a vulnerability scan with a SQL injection detection module is an active assessment that may introduce additional load or false positives, and is less immediate than checking existing logs for direct evidence of exploitation.

441
MCQhard

A development team is implementing cryptographic functions for a new application. They need to store passwords securely. Which of the following is the most appropriate approach?

A.Use a key derivation function (e.g., bcrypt) with a per-user salt
B.Encrypt passwords using AES-256 with a static key
C.Store passwords in plaintext but in a protected database
D.Hash passwords with SHA-256 without salt
AnswerA

Using a key derivation function (KDF) like bcrypt with a per-user salt is the most secure method for storing passwords. Bcrypt is specifically designed to be computationally intensive and slow, making brute-force attacks economically infeasible by requiring significant processing power for each guess. The unique, randomly generated per-user salt ensures that even identical passwords produce different hashes, effectively neutralizing precomputed rainbow table attacks and dictionary attacks across multiple user accounts.

Why this answer

Passwords should be salted and hashed using a strong, slow hash function like bcrypt, scrypt, or PBKDF2. Salting prevents rainbow table attacks.

442
MCQmedium

A security analyst is conducting a vulnerability scan of a web application. The scan identifies several vulnerabilities, but the analyst wants to minimize false positives. Which type of vulnerability scan would be most appropriate?

A.External scan
B.Passive scan
C.Authenticated scan
D.Unauthenticated scan
AnswerC

An authenticated scan is performed with valid user credentials, allowing the scanner to interact with the application as a legitimate, logged-in user. This approach provides a comprehensive view of vulnerabilities, including those in protected areas, authorization flaws, and business logic issues that are only accessible post-authentication. By simulating a real user, it significantly reduces false positives and offers a more accurate security posture assessment of the application's internal workings.

Why this answer

An authenticated scan uses valid credentials to log into the target system, allowing the scanner to access deeper configuration details and patch levels. This reduces false positives by distinguishing between vulnerabilities that are actually present and those that appear due to incomplete visibility, such as missing patches that are actually applied but not visible to an unauthenticated scanner.

Exam trap

The trap here is that candidates often assume an unauthenticated scan is more thorough because it tests from an attacker's perspective, but they miss that authenticated scans provide the internal visibility needed to eliminate false positives by verifying actual patch levels and configurations.

How to eliminate wrong answers

Option A is wrong because an external scan is performed from outside the network boundary and typically lacks internal context, leading to a higher rate of false positives due to incomplete visibility of internal services and configurations. Option B is wrong because a passive scan only monitors network traffic without actively probing systems, so it cannot verify the presence of vulnerabilities and often generates false positives from observed but unconfirmed behaviors. Option D is wrong because an unauthenticated scan does not use credentials, so it cannot access restricted areas of the application or system, resulting in many false positives from assumptions about missing patches or misconfigurations that may not actually exist.

443
MCQhard

During a SOC 2 audit, the auditor evaluates controls over a period of time to assess their operating effectiveness. Which type of SOC report is being performed?

A.SOC 2 Type II
B.SOC 1 Type I
C.SOC 3
D.SOC 2 Type I
AnswerA

A SOC 2 Type II report provides a comprehensive evaluation of a service organization's controls related to the Trust Services Criteria (Security, Availability, Processing Integrity, Confidentiality, and Privacy). Crucially, it assesses both the suitability of the design of these controls and their operating effectiveness over a defined period, typically 6-12 months. This report offers user entities a high level of assurance that controls were consistently applied and functioned as intended throughout the audit period.

Why this answer

SOC 2 Type II reports assess the operating effectiveness of controls over a period of time, while Type I reports are at a point in time.

444
MCQhard

To enforce separation of duties in a CI/CD pipeline, what architectural principle should be implemented?

A.Allow all developers to deploy their own code to production
B.Use a single approval gate without role distinction
C.Grant a single DevOps team full access to both source code and deployment
D.Require different permissions for committing code vs. deploying to production
AnswerD

Requiring distinct permissions for committing code into a repository versus deploying that code to a production environment is a fundamental application of separation of duties. This ensures that individuals responsible for developing and modifying code are not the same ones authorized to release it, thereby introducing an independent control point. It mitigates risks associated with insider threats and accidental errors by distributing critical responsibilities.

Why this answer

Separation of duties in a CI/CD pipeline requires distinct permissions for code commits and production deployments. This ensures that no single individual can introduce and deploy malicious code without oversight, aligning with the principle of least privilege and auditability. By enforcing role-based access control (RBAC) with separate pipelines for build and release, organizations mitigate the risk of unauthorized changes reaching production.

Exam trap

The trap here is that candidates often confuse 'DevOps' with 'no separation of duties,' assuming a single team should have full access to both code and deployment, when in fact the CISSP requires distinct roles even in agile pipelines to maintain accountability and audit trails.

How to eliminate wrong answers

Option A is wrong because allowing all developers to deploy their own code to production violates separation of duties, removing any independent review or approval gate and increasing the risk of unauthorized or flawed code reaching production. Option B is wrong because a single approval gate without role distinction fails to enforce different responsibilities between developers and operators, allowing the same person who commits code to approve its deployment, which undermines the control. Option C is wrong because granting a single DevOps team full access to both source code and deployment eliminates the separation between development and operations roles, creating a conflict of interest and bypassing the principle of least privilege.

445
MCQmedium

A company wants to ensure that data labeled 'Internal Use Only' is not inadvertently disclosed to unauthorized parties. What is the most effective way to communicate handling requirements to employees?

A.Using data loss prevention (DLP) software
B.Implementing a data classification policy and training employees on labeling and handling procedures
C.Encrypting all data at rest
D.Restricting access to the data through role-based access control
AnswerB

Implementing a robust data classification policy clearly defines what "internal use" data means, outlines specific labeling conventions, and details the mandatory handling procedures for such information. Coupled with comprehensive employee training, this approach directly communicates the organization's expectations and legal obligations to all personnel. This ensures employees understand their responsibilities and the implications of mishandling sensitive data, fostering a culture of compliance.

Why this answer

Clear labeling and documented handling procedures ensure employees know how to treat data appropriately.

446
Multi-Selecteasy

Which TWO of the following are examples of risk response strategies?

Select 2 answers
A.Risk acceptance
B.Risk analysis
C.Risk identification
D.Risk avoidance
E.Risk communication
AnswersA, D

Risk acceptance is a deliberate decision by an organization to acknowledge and bear the potential consequences of a specific risk, often when the cost or effort of implementing other response strategies outweighs the potential impact. This strategy is typically documented, and the organization may establish a contingency plan or simply monitor the risk without further action.

Why this answer

Risk avoidance eliminates the risk by not performing the activity that gives rise to it. Risk acceptance acknowledges the risk and makes a conscious decision to accept its potential consequences without additional mitigation, often because the cost of mitigation exceeds the potential impact.

447
MCQhard

A security architect is reviewing a software design that uses a third-party library for XML parsing. The library is known to be vulnerable to XML External Entity (XXE) attacks. The architect recommends replacing the library. What is the primary risk of XXE attacks that the architect wants to avoid?

A.Disclosure of sensitive files from the server
B.Remote code execution by injecting malicious XML
C.Denial of service (DoS) from entity expansion
D.Cross-site scripting (XSS) delivered via XML response
AnswerA

This is the correct answer. XML External Entity (XXE) vulnerabilities allow an attacker to define or reference external entities within XML documents, which are then processed by the XML parser. By leveraging the `file://` protocol, an attacker can instruct the server to read arbitrary local files, such as `/etc/passwd`, application configuration files, or other sensitive system files, and include their content within the XML parser's response or error messages, leading to unauthorized data disclosure.

Why this answer

XXE attacks exploit XML parsers that process external entities, allowing an attacker to read sensitive files from the server (e.g., /etc/passwd) by referencing them in the entity definition. The primary risk is unauthorized data disclosure, as the parser may include the file content in the response or error message. This directly violates confidentiality, a core security objective.

Exam trap

The CISSP exam often tests the distinction between the primary risk (data disclosure) and secondary risks (DoS, SSRF, or RCE), so candidates mistakenly choose denial of service (Option C) because they recall the 'billion laughs' attack, but the question explicitly asks for the primary risk of XXE.

How to eliminate wrong answers

Option B is wrong because remote code execution via XML is not a direct consequence of XXE; while XXE can sometimes lead to SSRF or file inclusion, it does not inherently execute arbitrary code. Option C is wrong because denial of service from entity expansion (e.g., billion laughs attack) is a separate threat known as XML Bomb or Billion Laughs Attack, not the primary risk of XXE. Option D is wrong because cross-site scripting (XSS) is a client-side injection attack delivered via HTML/JavaScript, not a direct result of server-side XXE processing.

448
MCQeasy

A company's help desk receives many requests from users who have forgotten their passwords. Which solution is MOST effective in reducing these requests while maintaining security?

A.Implement a self-service password reset (SSPR) with identity verification.
B.Increase the password expiration period to 180 days.
C.Use single sign-on for all applications.
D.Reduce the password complexity requirements.
AnswerA

Implement a self-service password reset (SSPR) with identity verification. — SSPR empowers users to reset forgotten passwords independently by leveraging pre-registered identity verification methods, such as multi-factor authentication (MFA) or security questions. This significantly reduces the volume of password reset requests directed to the help desk, freeing up their resources for more complex issues. The integrated identity verification ensures that only the legitimate user can perform the reset, maintaining security while improving operational efficiency.

Why this answer

Self-service password reset (SSPR) with identity verification directly addresses the root cause of help desk calls—forgotten passwords—by allowing users to reset their own passwords after proving their identity via pre-registered methods (e.g., SMS, security questions, or biometrics). This reduces operational overhead while maintaining security through multi-factor verification and policy enforcement, unlike options that weaken security or fail to address the frequency of resets.

Exam trap

The trap here is that candidates often choose SSO (Option C) thinking it eliminates all password-related issues, but they overlook that SSO still requires a primary password and does not address forgotten-password requests for that single credential.

How to eliminate wrong answers

Option B is wrong because increasing the password expiration period to 180 days reduces the frequency of forced changes but does nothing to help users who forget their current password; it may even increase the risk of forgotten passwords due to longer intervals between use. Option C is wrong because single sign-on (SSO) reduces the number of passwords a user must remember but does not eliminate the need for the primary password; if that password is forgotten, the help desk still receives requests, and SSO introduces a single point of failure. Option D is wrong because reducing password complexity requirements weakens security by making passwords easier to guess or brute-force, violating the principle of defense in depth and increasing the risk of unauthorized access.

449
MCQmedium

During a forensic investigation, the investigator must ensure that evidence is properly handled and documented. What is the primary purpose of maintaining a chain of custody?

A.To speed up the investigation process
B.To document who accessed the evidence and when
C.To encrypt the evidence at rest
D.To store evidence in a fireproof safe
AnswerB

Documenting who accessed the evidence and when is the fundamental purpose of maintaining a chain of custody during a forensic investigation. This process creates an unbroken, verifiable audit trail that identifies every individual who has handled or had control over a piece of evidence, along with the precise dates and times of these interactions. This meticulous record is essential for demonstrating that the evidence has not been tampered with, substituted, or compromised, thereby ensuring its integrity and legal admissibility in court.

Why this answer

Chain of custody ensures evidence integrity and admissibility in legal proceedings.

450
Multi-Selectmedium

A security architect is reviewing a web application's design and identifies several potential vulnerabilities. Which TWO of the following are effective mitigations for cross-site scripting (XSS) attacks?

Select 2 answers
A.Enabling Content Security Policy (CSP)
B.Using CSRF tokens
C.Disabling client-side scripts entirely
D.Implementing parameterized queries
E.Using output encoding
AnswersA, E

Content Security Policy (CSP) is a crucial security mechanism that allows web administrators to define trusted sources for content, such as scripts, stylesheets, and images, that a user agent is permitted to load for a given page. By restricting script execution to only approved origins, CSP significantly mitigates Cross-Site Scripting (XSS) attacks, preventing browsers from executing malicious scripts injected from untrusted sources, even if an injection vulnerability exists. This policy acts as a powerful, browser-enforced second layer of defense.

Why this answer

Output encoding ensures user input is treated as data, and Content Security Policy (CSP) restricts sources of executable scripts. Input validation can help but is not as effective alone; whitelist validation is emphasized, but output encoding and CSP are primary defenses.

Page 5

Page 6 of 10

Page 7

All pages