Every Exam PrepFREE EXAM PREP
Ask AI
← All practice tests
PRACTICE ENGINE · COMPTIA SECURITY+

CompTIA Security+ Practice Test.

328 free practice questions with answers and explanations.

No signup required. Choose a topic and review each answer.

Start practicing →
About these practice questions
Verified against the official content outline

These are original study questions written from published exam objectives—not recalled, copied, or confidential live-exam items. Always confirm current coverage with the official sources linked on this page.

Exam format and study resources

The CompTIA Security+ is administered by CompTIA, with 90 scored questions, a 1 hour 30 minutes time limit and a 750 (on a scale of 100-900) result.

This free CompTIA Security+ practice test has 328 original questions written to CompTIA's official content outline, last checked against it on August 6, 2026, 200 of them listed on this page and the rest loaded by the drill. Every question shows a worked explanation, and nothing here requires a signup.

Difficulty
QUESTION 1 / 200General Security ConceptsEasy0/0
A security team wants to ensure that a message received from a partner organization can be proven to have come from that partner and not been altered in transit, in a way the partner cannot later deny sending. Which security concept best describes this combined guarantee?
0/0session
Browse all questions & answers

Loading the remaining 128 questions…

  1. 1. A security team wants to ensure that a message received from a partner organization can be proven to have come from that partner and not been altered in transit, in a way the partner cannot later deny sending. Which security concept best describes this combined guarantee?

    • A. Confidentiality
    • B. Non-repudiation
    • C. Availability
    • D. Obfuscation
    Show answer & explanation

    Answer: B
    Non-repudiation combines integrity and authentication (typically via digital signatures) so the sender cannot deny having sent the message. Confidentiality only protects against disclosure, availability ensures access to systems/data, and obfuscation merely hides data's meaning without providing proof of origin or authorship.

  2. 2. An organization designs its network so that a compromised web server cannot directly reach the internal database tier without passing through additional inspection points, even if perimeter defenses fail. This design philosophy is best described as which of the following?

    • A. Security through obscurity
    • B. Least functionality
    • C. Defense in depth
    • D. Fail-open design
    Show answer & explanation

    Answer: C
    Defense in depth layers multiple independent controls so that failure of one does not expose the whole environment. Security through obscurity relies on secrecy rather than layered controls, least functionality is about disabling unneeded services/ports, and fail-open design intentionally permits access on failure, which is the opposite of this scenario.

  3. 3. A company implements a policy requiring that no single employee can both create a vendor in the accounting system and approve payments to that vendor. Which control concept does this best illustrate?

    • A. Separation of duties
    • B. Job rotation
    • C. Mandatory vacation
    • D. Least privilege
    Show answer & explanation

    Answer: A
    Separation of duties splits critical tasks between multiple people to prevent a single person from committing fraud unilaterally. Job rotation and mandatory vacation are detective controls that expose fraud over time by moving people between roles or forcing absence, and least privilege limits the access a single account has rather than dividing a process across roles.

  4. 4. A user reports that after clicking a link in an email from what appeared to be their bank, they were prompted to enter credentials on a page that looked identical to the real banking site. Which type of attack does this describe?

    • A. Phishing
    • B. Pretexting
    • C. Tailgating
    • D. Watering hole attack
    Show answer & explanation

    Answer: A
    Phishing uses a fraudulent message, typically email, that impersonates a trusted entity to trick the victim into entering credentials on a fake site. Pretexting involves a fabricated scenario used in a direct social engineering conversation rather than a spoofed website, tailgating is physically following someone through a secured door, and a watering hole attack compromises a legitimate site the victim is expected to visit rather than sending a direct impersonation email.

  5. 5. During a code review, a developer finds that a web application builds SQL queries by directly concatenating user-supplied form input into the query string. Which vulnerability class does this represent?

    • A. SQL injection
    • B. Buffer overflow
    • C. Cross-site scripting
    • D. Race condition
    Show answer & explanation

    Answer: A
    Concatenating unvalidated user input directly into a SQL statement lets an attacker alter the query's logic, which is the definition of SQL injection; the fix is parameterized queries or prepared statements. Cross-site scripting injects script into pages viewed by other users, buffer overflow involves writing past allocated memory bounds, and a race condition exploits timing between concurrent operations, none of which describes unsafely built SQL strings.

  6. 6. An analyst notices a single internal workstation making thousands of DNS requests per minute to random-looking subdomains of an unfamiliar domain, spread evenly throughout the day. This pattern is most consistent with which of the following?

    • A. A misconfigured DHCP lease renewal
    • B. Command-and-control traffic using DNS tunneling from malware on the host
    • C. A normal software update check
    • D. A legitimate content delivery network lookup
    Show answer & explanation

    Answer: B
    High-volume queries to random-looking subdomains are a classic indicator of DNS tunneling used by malware to exfiltrate data or receive commands from a command-and-control server, since DNS is often allowed outbound even when other channels are restricted. DHCP renewal, software updates, and CDN lookups do not generate high-volume randomized subdomain queries to a single unfamiliar domain.

  7. 7. A threat actor gains initial access to a low-privilege account, then exploits a misconfigured service to gain administrator rights on the same host. Which term describes this second stage of the attack?

    • A. Privilege escalation
    • B. Lateral movement
    • C. Pivoting
    • D. Footprinting
    Show answer & explanation

    Answer: A
    Privilege escalation is gaining higher-level permissions than originally granted, exactly as described. Lateral movement and pivoting involve moving to other hosts or network segments rather than escalating rights on the same machine, and footprinting is early reconnaissance performed before any access is gained.

  8. 8. A ransomware variant encrypts victim files and also exfiltrates a copy of sensitive data before demanding payment, threatening to publish the data if the ransom is not paid. This dual-pressure tactic is best described as which of the following?

    • A. Double extortion
    • B. Typosquatting
    • C. Credential stuffing
    • D. Business email compromise
    Show answer & explanation

    Answer: A
    Double extortion combines encryption with data theft and the threat of public leak, adding a second layer of pressure beyond just withholding decryption. Typosquatting involves registering misspelled domain names, credential stuffing reuses breached credentials at scale, and business email compromise is a targeted social-engineering fraud scheme, none of which match the encrypt-plus-leak-threat pattern described.

  9. 9. A security researcher discovers a flaw in a widely used library for which no patch currently exists and no public exploit has been observed in the wild. How should this vulnerability be classified?

    • A. A zero-day vulnerability
    • B. A known-exploited vulnerability
    • C. A false positive
    • D. A compensating control
    Show answer & explanation

    Answer: A
    A zero-day is a vulnerability that is unknown to the vendor or unpatched, meaning defenders have had zero days to prepare a fix. It is not a known-exploited vulnerability unless active exploitation is confirmed, it is not a false positive since the flaw is real, and a compensating control is a mitigation technique, not a category of vulnerability.

  10. 10. An attacker sets up a rogue wireless access point with the same SSID as a coffee shop's legitimate network, hoping nearby devices will auto-connect to it instead. What is this technique called?

    • A. Deauthentication flood only
    • B. ARP poisoning
    • C. Bluejacking
    • D. Evil twin attack
    Show answer & explanation

    Answer: D
    An evil twin is a rogue access point impersonating a legitimate SSID to lure victims into connecting so traffic can be intercepted. Bluejacking targets Bluetooth devices with unsolicited messages, ARP poisoning manipulates layer-2 address tables on an existing network rather than impersonating an SSID, and a deauthentication flood alone only disconnects clients without impersonating the network.

  11. 11. A penetration tester is hired under a signed agreement that defines scope, timing, and systems that are off-limits, and the tester operates entirely within that agreement. Which term describes this type of testing engagement?

    • A. Authorized (white-box or black-box) penetration testing
    • B. An advanced persistent threat campaign
    • C. Hacktivism
    • D. Insider threat activity
    Show answer & explanation

    Answer: A
    A signed rules-of-engagement agreement defining scope and boundaries is the hallmark of authorized penetration testing, regardless of whether the tester has prior system knowledge (white-box) or not (black-box). An advanced persistent threat is an unauthorized, often nation-state-affiliated long-term intrusion; hacktivism is unauthorized activity motivated by ideology; and insider threat activity originates from a trusted person acting outside authorized bounds.

  12. 12. An organization wants to reduce the attack surface of its servers by removing unused services, closing unnecessary ports, and disabling default accounts. This overall practice is best described as which of the following?

    • A. Hardening
    • B. Threat hunting
    • C. Fuzzing
    • D. Steganography
    Show answer & explanation

    Answer: A
    Hardening is the process of reducing a system's attack surface by disabling unnecessary services, closing unused ports, and removing default accounts. Fuzzing is a testing technique that feeds malformed input to find bugs, threat hunting is proactively searching for signs of compromise, and steganography hides data within other files, none of which describe reducing exposed attack surface.

  13. 13. A company wants to segment its industrial control systems from the corporate IT network so that a breach on one side cannot easily reach the other, while still allowing limited, tightly controlled data flow between them. Which architecture concept addresses this need?

    • A. Network segmentation with a controlled boundary (e.g., a demilitarized zone or jump host)
    • B. Flat network architecture
    • C. Full-mesh VPN between all hosts
    • D. Disabling all firewalls between zones for performance
    Show answer & explanation

    Answer: A
    Segmentation with a controlled boundary isolates sensitive OT/ICS systems from the general corporate network while permitting tightly controlled, monitored data flow across a well-defined chokepoint. A flat network provides no isolation, a full mesh VPN would multiply direct paths between all systems rather than restrict them, and removing firewalls between zones eliminates the very boundary the scenario requires.

  14. 14. A cloud architecture team wants to ensure that even if an attacker compromises one microservice's credentials, they cannot query the internal database directly, because all data access must first traverse an API gateway that enforces authentication and authorization on every request. This design principle is best known as which of the following?

    • A. Zero trust architecture
    • B. Implicit trust model
    • C. Perimeter-only security
    • D. Air-gapped network
    Show answer & explanation

    Answer: A
    Zero trust assumes no implicit trust for any user, device, or service regardless of network location, requiring continuous verification of every request, which matches the gateway enforcing authentication/authorization on every call. An implicit trust model is the opposite, assuming internal traffic is safe; perimeter-only security relies solely on a network edge boundary; and an air-gapped network is physically isolated with no connectivity at all, which does not match a cloud API gateway design.

  15. 15. A payments company needs a way to accept credit card numbers for recurring billing without storing the actual card number in its database, replacing it with a non-sensitive placeholder value that maps back to the real number only within a secure vault. Which technique does this describe?

    • A. Tokenization
    • B. Hashing with no salt
    • C. Data masking on display only
    • D. Symmetric encryption of the entire database
    Show answer & explanation

    Answer: A
    Tokenization substitutes sensitive data with a non-sensitive token that has no exploitable value outside the secure vault that maps it back to the original, which is exactly the recurring-billing scenario described. Unsalted hashing is not reversible so it cannot be mapped back for legitimate reuse, display-only masking still leaves the real number stored elsewhere, and encrypting the whole database still stores the actual card number, just protected differently, rather than replacing it with a token.

  16. 16. A hospital is designing redundancy for its patient records system and wants to ensure that if the primary data center becomes unavailable, a secondary site can take over with minimal data loss and downtime. Which concept category does this planning fall under?

    • A. Resilience and recovery (e.g., high availability, failover, backups)
    • B. Data classification
    • C. Least privilege enforcement
    • D. Vulnerability scanning
    Show answer & explanation

    Answer: A
    Planning for failover to a secondary site with minimal data loss and downtime is core to resilience and recovery architecture, encompassing high availability, replication, and disaster recovery. Data classification concerns labeling data sensitivity, least privilege concerns access rights scoping, and vulnerability scanning identifies weaknesses rather than ensuring continued operation after an outage.

  17. 17. An organization stores encryption keys used to protect its database in a dedicated hardware appliance specifically designed to generate, store, and manage cryptographic keys with tamper-resistant protections. What is this appliance called?

    • A. Hardware security module (HSM)
    • B. Load balancer
    • C. Jump server
    • D. Proxy server
    Show answer & explanation

    Answer: A
    An HSM is a dedicated, tamper-resistant hardware device built to generate, store, and manage cryptographic keys securely, isolating key material from general-purpose servers. A load balancer distributes traffic across servers, a jump server is a hardened intermediary for administrative access, and a proxy server relays and can filter client requests, none of which are purpose-built for cryptographic key custody.

  18. 18. A SOC analyst is reviewing an alert and needs to determine whether the flagged behavior is actually malicious or simply an unusual but legitimate administrative action. Which step in the incident response process does this triage activity belong to?

    • A. Detection and analysis
    • B. Eradication
    • C. Lessons learned
    • D. Containment
    Show answer & explanation

    Answer: A
    Determining whether an alert represents a true positive versus benign activity is part of the detection and analysis phase, which occurs before any response action is taken. Eradication removes confirmed malicious artifacts after an incident is validated, lessons learned occurs after the incident closes, and containment limits spread only after malicious activity has been confirmed, all of which come after the triage step described.

  19. 19. During an active incident, the response team isolates an infected workstation from the network by disabling its switch port, preventing the malware from spreading further while preserving the machine for forensic review. Which incident response phase does this action represent?

    • A. Identification only, with no action taken
    • B. Preparation
    • C. Containment
    • D. Post-incident reporting
    Show answer & explanation

    Answer: C
    Isolating an infected host to stop lateral spread while preserving evidence is the definition of containment. Preparation happens before an incident occurs and involves building capability and plans, post-incident reporting occurs after the incident is resolved, and identification is simply recognizing that an incident occurred, which is distinct from actively isolating the host.

  20. 20. An investigator collecting evidence from a compromised server must capture data in order of how quickly it would be lost if the system were powered off, starting with the most volatile. Which of the following correctly reflects that order of volatility?

    • A. Disk, then backups, then RAM, then CPU registers
    • B. RAM, then backups, then disk, then CPU registers
    • C. Backups, then disk, then RAM, then CPU registers
    • D. CPU registers and cache, then RAM, then disk, then backups
    Show answer & explanation

    Answer: D
    The order of volatility for digital forensics begins with the most transient data (CPU registers/cache), followed by RAM, then local disk storage, and finally offline backups or archival media, which persist the longest. The other options reverse or scramble this sequence, which would risk losing the most fragile evidence before it is captured, violating proper forensic procedure.

  21. 21. A security team wants a documented, unbroken record of who handled a piece of digital evidence, when, and for what purpose, from collection through court presentation. Which forensic concept requires this documentation?

    • A. Chain of custody
    • B. Data minimization
    • C. Legal hold
    • D. Non-repudiation
    Show answer & explanation

    Answer: A
    Chain of custody is the chronological documentation showing who collected, handled, and analyzed evidence, ensuring its integrity and admissibility. Data minimization limits the amount of personal data collected/retained, a legal hold suspends normal data destruction when litigation is anticipated, and non-repudiation proves the origin of a message rather than tracking evidence handling.

  22. 22. A SIEM correlates login attempts across multiple systems and flags an account that authenticated from two geographically distant countries within a ten-minute window. Which detection capability does this best illustrate?

    • A. Impossible travel detection via log correlation
    • B. Data loss prevention content inspection
    • C. Static application security testing
    • D. Vulnerability scanning
    Show answer & explanation

    Answer: A
    Correlating login timestamps and geolocation across systems to flag physically implausible travel between logins is a classic SIEM use case for impossible travel detection, useful for spotting compromised credentials. DLP inspects data content for policy violations, static application security testing analyzes source code for flaws before runtime, and vulnerability scanning identifies unpatched weaknesses, none of which involve correlating authentication geolocation and timing.

  23. 23. A security engineer configures a tool that intercepts and can automatically block network traffic matching known attack signatures, rather than only alerting on it. Which type of tool is being described?

    • A. Intrusion prevention system (IPS)
    • B. Intrusion detection system (IDS) operating passively
    • C. Vulnerability scanner
    • D. Packet sniffer with no blocking capability
    Show answer & explanation

    Answer: A
    An IPS sits inline with traffic and can actively block or drop packets matching malicious signatures or behavior, unlike a passive IDS which only alerts without intervening. A vulnerability scanner assesses systems for weaknesses rather than inspecting live traffic, and a plain packet sniffer captures traffic for analysis but has no enforcement capability.

  24. 24. An organization wants to reduce the risk that a compromised employee laptop can be used to move malware into the on-premises data center by requiring the device to prove it has current patches and an active antivirus agent before it is granted network access. Which technology enforces this kind of check?

    • A. Network access control (NAC) with posture assessment
    • B. A stateless packet filter with no inspection
    • C. A simple content delivery network
    • D. An email gateway spam filter
    Show answer & explanation

    Answer: A
    NAC solutions perform posture assessment, checking device compliance such as patch level and antivirus status, before granting or restricting network access, exactly matching the scenario. A stateless packet filter only inspects header fields without evaluating device health, a CDN caches and distributes content rather than gating network admission, and a spam filter screens email content and is unrelated to device posture checks.

  25. 25. A company's vulnerability management program prioritizes patching a finding not just by its raw severity score but also by whether it is being actively exploited in the wild and whether the affected system is internet-facing. This prioritization approach is best described as which of the following?

    • A. Risk-based vulnerability prioritization
    • B. Patching purely alphabetically by system name
    • C. Ignoring all vulnerabilities below CVSS 9.0
    • D. Patching only after an audit finding forces it
    Show answer & explanation

    Answer: A
    Risk-based prioritization weighs exploitability, exposure (e.g., internet-facing), and business context alongside a base severity score to decide what to remediate first, rather than relying on severity alone. Alphabetical patching ignores risk entirely, ignoring anything below a fixed CVSS threshold discards context like active exploitation, and waiting for an audit finding is reactive rather than a structured prioritization method.

  26. 26. A retail company wants to detect after the fact whether an employee accessed customer records they had no legitimate business reason to view. Which control provides this capability?

    • A. Audit logging with regular log review
    • B. Full-disk encryption
    • C. Rate limiting on the login API
    • D. Network time synchronization alone
    Show answer & explanation

    Answer: A
    Audit logs capture who accessed which records and when, and periodic review of those logs allows detection of unauthorized or unnecessary access after the fact. Full-disk encryption protects data at rest from offline theft but doesn't record who viewed live records, rate limiting only throttles authentication attempts, and time synchronization ensures accurate timestamps but by itself does not detect inappropriate access.

  27. 27. A new regulation requires a company to formally document acceptable levels of risk that leadership is willing to accept without further mitigation. Which governance artifact captures this?

    • A. Risk appetite/tolerance statement
    • B. Incident response playbook
    • C. Network diagram
    • D. Change management ticket
    Show answer & explanation

    Answer: A
    A risk appetite or tolerance statement formally documents the level of risk an organization's leadership is willing to accept, guiding decisions about which risks require further mitigation. An incident response playbook details technical response steps, a network diagram documents topology, and a change management ticket records a specific proposed change, none of which capture organizational risk tolerance.

  28. 28. A company evaluating a new cloud vendor requires the vendor to complete a detailed questionnaire and provide an independent audit report before signing a contract. This activity is best categorized under which of the following?

    • A. Third-party/vendor risk management
    • B. Business continuity planning
    • C. Change management
    • D. Asset inventory management
    Show answer & explanation

    Answer: A
    Requiring questionnaires and independent audit evidence (such as a SOC 2 report) before onboarding a vendor is core to third-party/vendor risk management, assessing supply chain risk before granting access or trust. Business continuity planning addresses maintaining operations during disruptions, change management governs internal system modifications, and asset inventory management tracks organizational assets, none of which describe vetting an external vendor's security posture.

  29. 29. An organization's security policy requires every proposed infrastructure change to be documented, reviewed by a designated approval body, tested where feasible, and have a rollback plan before implementation. This process is known as which of the following?

    • A. Change management
    • B. Onboarding process
    • C. Data classification
    • D. Penetration testing
    Show answer & explanation

    Answer: A
    Change management formalizes the review, approval, testing, and rollback planning required before implementing changes to reduce the risk of unintended outages or security gaps. Data classification labels information by sensitivity, penetration testing simulates attacks to find weaknesses, and onboarding covers bringing new employees or systems into the organization, none of which describe the structured change-approval workflow described.

  30. 30. A compliance officer must determine which specific regional data protection law applies to a company's processing of customer data collected from European Union residents. Which concept describes identifying and applying the correct set of legal requirements based on where data subjects reside?

    • A. Regulatory/jurisdictional requirements (e.g., data protection regulations like GDPR)
    • B. Business impact analysis
    • C. Vulnerability scanning cadence
    • D. Security awareness training frequency
    Show answer & explanation

    Answer: A
    Identifying which regional or national laws (such as GDPR for EU residents) govern data handling based on data subject location is a matter of regulatory and jurisdictional compliance. A business impact analysis assesses the operational effect of disruptions, vulnerability scanning cadence concerns technical testing frequency, and awareness training frequency concerns employee education scheduling, none of which relate to determining applicable data protection law.

  31. 31. An organization's leadership must decide how much time systems can be down after a disruption before the business is severely impacted, a figure that then drives investment in redundant infrastructure. Which metric are they defining?

    • A. Annualized loss expectancy (ALE)
    • B. Mean time between failures (MTBF)
    • C. Single loss expectancy (SLE)
    • D. Recovery time objective (RTO)
    Show answer & explanation

    Answer: D
    RTO defines the maximum acceptable duration of downtime after a disruption before unacceptable business impact occurs, directly informing decisions about redundancy and failover investment. MTBF measures average time between failures of a component, ALE estimates yearly expected monetary loss from a risk, and SLE estimates the monetary loss from a single occurrence of a risk event, none of which define an acceptable downtime duration.

  32. 32. A company's data governance policy assigns each dataset an owner responsible for approving access requests, a custodian responsible for day-to-day technical protection, and a classification label determining handling rules. Which security domain does establishing these roles and labels fall under?

    • A. Security program management and oversight (data governance)
    • B. Cryptographic key exchange
    • C. Wireless network configuration
    • D. Malware analysis
    Show answer & explanation

    Answer: A
    Defining data owners, custodians, and classification labels as part of formal policy is data governance, a component of security program management and oversight. Cryptographic key exchange concerns securely establishing shared keys between parties, wireless network configuration concerns radio-based network setup, and malware analysis examines malicious code behavior, none of which involve assigning organizational data roles and classification policy.

  33. 33. A multinational company must reconcile conflicting encryption export restrictions between two countries where it operates before deploying a new encrypted messaging feature. This consideration falls primarily under which concept?

    • A. Legal and regulatory compliance considerations that vary by jurisdiction
    • B. Physical security control selection
    • C. Endpoint detection and response tuning
    • D. Password complexity policy
    Show answer & explanation

    Answer: A
    Reconciling differing national encryption export laws before deploying a feature across jurisdictions is a legal and regulatory compliance consideration tied to where the company operates. Physical security controls address facility protections, endpoint detection and response concerns host-based threat monitoring, and password complexity policy governs authentication requirements, none of which relate to cross-border legal restrictions on cryptography.

  34. 34. A cloud tenant runs an untrusted workload inside a virtual machine on a shared host. Researchers demonstrate that a flaw in the hypervisor's device emulation lets code inside that guest execute instructions in the hypervisor context and reach memory belonging to other tenants' guests on the same host. Which vulnerability does this describe?

    • A. Resource reuse, where deprovisioned storage is reallocated without sanitization
    • B. Virtual machine escape
    • C. VM sprawl caused by unmanaged instance creation
    • D. Side loading of an unsigned guest kernel module
    Show answer & explanation

    Answer: B
    Virtual machine escape is the breach of the isolation boundary a hypervisor is supposed to enforce, letting guest code execute at the hypervisor layer and reach other guests, which is the most severe class of virtualization vulnerability. Resource reuse is the closest distractor because it also results in one tenant obtaining another tenant's data, but it does so passively through recycled memory or storage that was not sanitized before reallocation, with no compromise of the hypervisor. VM sprawl is an operational management problem that increases attack surface but does not itself cross the isolation boundary.

  35. 35. A vulnerability scan of a server fleet reports a short list of findings, all of them network service banners. The security team believes many host level issues, such as missing local patches and weak registry settings, are being missed. Which change to the scan configuration would most improve the completeness of the results?

    • A. Increase the scan frequency from monthly to weekly so findings are reported sooner
    • B. Scan from a source inside the same subnet as the targets to avoid firewall filtering
    • C. Supply the scanner with valid administrative credentials so it can authenticate to each host
    • D. Expand the port range so the scanner probes all ports rather than only the common ones
    Show answer & explanation

    Answer: C
    A credentialed scan authenticates to the target and enumerates installed packages, patch levels, and local configuration directly, which reveals the host level findings that an unauthenticated scan can only infer from exposed services. Option D is the most tempting because widening the port range genuinely does find more listening services, but it still only observes the host from the outside, so missing local patches and registry settings that expose no network service remain invisible. Changing frequency or scan origin affects timeliness and network reachability, not the depth of inspection.

  36. 36. An enterprise wants employees to authenticate once to the corporate identity provider and then reach a third party human resources web application without a second logon, with the identity provider asserting the user's identity and group membership to that application. Separately, a mobile app must obtain limited, scoped permission to read a user's calendar without ever receiving the user's password. Which pair of standards fits these two requirements respectively?

    • A. RADIUS for the web application single sign-on, and Kerberos for the delegated calendar access
    • B. SAML for the web application single sign-on, and OAuth for the delegated calendar access
    • C. OAuth for the web application single sign-on, and SAML for the delegated calendar access
    • D. LDAP for the web application single sign-on, and TACACS+ for the delegated calendar access
    Show answer & explanation

    Answer: B
    SAML carries signed authentication assertions and attributes from an identity provider to a service provider, which is the standard pattern for federated browser based single sign-on. OAuth is an authorization framework that issues scoped access tokens so an application can act on a resource on the user's behalf without handling the user's credentials. Option C is the classic trap because it names the correct two standards but assigns each to the other's job. LDAP is a directory access protocol rather than a federation standard, and RADIUS and TACACS plus serve network and device administration authentication.

  37. 37. A global firm needs access decisions that depend simultaneously on the requester's department, the sensitivity label of the record, the time of day, and whether the device is corporate managed. Its current model assigns permissions purely by job title, which forces the creation of a new job title for each combination. Which access control model directly supports the required decision logic?

    • A. Attribute based access control
    • B. Role based access control with additional roles defined
    • C. Discretionary access control delegated to record owners
    • D. Mandatory access control using fixed clearance labels
    Show answer & explanation

    Answer: A
    Attribute based access control evaluates policies over attributes of the subject, the object, the action, and the environment, so conditions such as department, record sensitivity, time, and device posture combine in a single policy without multiplying identities. Option B is the most tempting because adding roles is the natural incremental fix and role based control is far more widely deployed, but that is exactly the role explosion the stem describes as the problem, since each new attribute combination requires another role. Discretionary control puts the decision with individual owners, and mandatory control applies fixed clearance labels that cannot express device or time conditions.

  38. 38. A company is retiring a batch of solid state drives from servers that held regulated data. The drives are self encrypting and will be returned to the leasing company rather than destroyed. A technician proposes running a magnetic degausser over them. What is the correct assessment and alternative?

    • A. Degaussing is correct and sufficient, because it erases all storage media regardless of technology
    • B. Degaussing is ineffective on flash based media; destroying the encryption key so the stored ciphertext becomes unrecoverable is the appropriate method
    • C. Degaussing is unnecessary because deleting the file system partition table removes all recoverable data
    • D. Degaussing is required by policy for any drive leaving the premises, and physical shredding must also be performed
    Show answer & explanation

    Answer: B
    Degaussing works by disrupting a magnetic field and therefore has no effect on solid state media, which store data as electrical charge in flash cells. For a self encrypting drive that must be returned intact, cryptographic erase, which destroys the media encryption key so all remaining ciphertext is unrecoverable, is both effective and non destructive. Option D is the most tempting because it sounds appropriately rigorous and destruction is genuinely the strongest sanitization method, but shredding is incompatible with the stated requirement to return the drives to the lessor. Deleting a partition table removes only the map to the data, leaving the data itself intact.

  39. 39. A manufacturing firm runs a legacy production controller that cannot support multifactor authentication, and the vendor will not release an update. Rather than accept the exposure, the security team restricts the controller to a dedicated management VLAN reachable only from a monitored jump host and enables enhanced session logging. How should the VLAN and jump host restriction be classified?

    • A. A corrective control, because it repairs the weakness created by the missing authentication feature
    • B. A detective control, because session logging records who accessed the controller
    • C. A compensating control, because it substitutes an alternative safeguard where the intended control cannot be implemented
    • D. A deterrent control, because attackers are discouraged by the additional monitoring
    Show answer & explanation

    Answer: C
    A compensating control is deployed when the primary or required control cannot be implemented on a system; it provides a comparable level of protection by other means. Here MFA is the required control, the legacy controller cannot support it, and network restriction plus a monitored jump host substitutes for it. Detective is the most tempting distractor because the scenario does mention enhanced session logging, but logging is only one part of the response and it merely records events after they occur. The classification question asks about the VLAN and jump host restriction, which actively prevents unauthorized reachability rather than discovering misuse afterward, so detective does not describe the control being asked about.

  40. 40. A data center perimeter is fitted with prominent signage announcing that the area is under continuous video surveillance and that trespassers will be prosecuted. The signs themselves do not stop anyone from climbing the fence. Which control type do the signs represent?

    • A. Deterrent
    • B. Preventive
    • C. Detective
    • D. Directive
    Show answer & explanation

    Answer: A
    A deterrent control discourages a threat actor from attempting an action by raising the perceived cost or likelihood of being caught, without physically blocking the action. Signage warning of surveillance and prosecution is the classic example. Preventive is the tempting wrong choice because signage is placed at the perimeter alongside preventive measures such as fences, but a preventive control physically or logically stops the act from occurring; a sign cannot stop anyone who chooses to ignore it, which the stem states explicitly. Detective would describe the cameras themselves, not the notice about them.

  41. 41. A reliability review reports two figures for a storage array: the average interval between successive failures of the repairable unit, and the average time taken to restore it to service once a failure occurs. A manager wants to know which figure should be driven down by improving the on-call spare parts program. Which figure, and why?

    • A. Mean time to repair, because spare parts availability shortens the restoration interval rather than changing how often failures occur
    • B. Mean time between failures, because holding spares reduces the stress placed on the remaining components
    • C. Recovery time objective, because it is the same quantity expressed contractually
    • D. Annualized rate of occurrence, because spare parts change the expected yearly failure count
    Show answer & explanation

    Answer: A
    Mean time to repair measures how long restoration takes, so anything that removes delay from the repair process, such as having spares on hand, reduces it directly. Mean time between failures describes the reliability of the hardware itself and is improved by better components or reduced load, not by parts logistics. Option C is the most tempting because a recovery time objective is also a duration and the two are frequently confused, but it is a business target that leadership sets for acceptable downtime, whereas mean time to repair is an observed measurement of actual repair performance; the target does not change simply because spares are stocked.

  42. 42. A network daemon copies a client supplied string into a fixed length stack allocated array without checking the string's length. A researcher submits an oversized input and gains execution of code of their choosing on the server. Which vulnerability class does this represent, and which mitigation most directly addresses the root cause?

    • A. Race condition, mitigated by adding file locking around the copy operation
    • B. Injection flaw, mitigated by using parameterized queries
    • C. Buffer overflow, mitigated by bounds checking the input before the copy
    • D. Insecure deserialization, mitigated by signing serialized objects
    Show answer & explanation

    Answer: C
    Writing beyond the end of a fixed length buffer overwrites adjacent stack memory, including saved return addresses, which is what allows arbitrary code execution; validating and bounding the length before the copy removes the root cause. Option B is tempting because both are input handling failures and candidates group them together, but a parameterized query defends against an interpreter parsing attacker data as commands, and there is no query or interpreter here. Compiler and platform defenses such as stack canaries, address space layout randomization, and non executable stacks raise the difficulty of exploitation but do not fix the missing length check itself.

  43. 43. A privileged utility verifies that a path supplied by the user points to a file the user owns, and a moment later opens that same path with elevated rights to write to it. An attacker replaces the path with a symbolic link to a protected system file in the interval between the two operations and gains write access to it. Which vulnerability class has been exploited?

    • A. Improper error handling that leaks the file system layout
    • B. Directory traversal through unsanitized path separators
    • C. Memory injection into the privileged process address space
    • D. A time of check to time of use race condition
    Show answer & explanation

    Answer: D
    A time of check to time of use flaw arises when a program validates a resource and then acts on it as a separate, non atomic step, allowing an attacker to substitute the resource in the window between the two. The fix is to bind the check and the use to the same resource handle rather than re-resolving the name. Directory traversal is the most tempting distractor because the exploit also ends with access to a file outside the intended scope, but traversal succeeds because the path itself was never sanitized; here the path was checked correctly and passed validation, and the defect is purely the timing gap between validation and use.

  44. 44. A security manager publishes a mandatory standard instructing all developers that production database credentials must be retrieved from the enterprise secrets manager at runtime and must never appear in source code. The standard establishes expected behavior but relies on people and later audits to enforce it. Which control type does the published standard represent?

    • A. Preventive, because it stops credentials from being committed to the repository
    • B. Compensating, because it substitutes for a secrets scanning tool the organization has not purchased
    • C. Corrective, because it tells developers how to remediate hardcoded credentials
    • D. Directive, because it instructs personnel on the required course of action
    Show answer & explanation

    Answer: D
    Directive controls guide or mandate behavior through policy, standards, and procedures; enforcement depends on personnel compliance rather than on a technical mechanism. A written standard on credential handling is directive. Preventive is the most tempting answer because the intent of the standard is to prevent hardcoded secrets, but intent does not determine the control type. A preventive control would be a pre-commit hook or repository scanner that actually blocks the commit. The stem states the standard relies on people and later audits, which is precisely the distinction between directing behavior and preventing it.

  45. 45. An application stores user passwords by running each password with its unique random value through a deliberately slow, repeated hashing function configured with a high iteration count. An architect asks why a fast general purpose hash was not used instead, since both produce a fixed length digest. What is the primary security benefit of the slow, high iteration approach?

    • A. It ensures that two users who choose the same password produce different stored digests
    • B. It raises the computational cost of each guess, making large scale offline cracking far slower
    • C. It allows the original password to be recovered by the application during a help desk reset
    • D. It encrypts the password so that the stored value can be decrypted only with the server key
    Show answer & explanation

    Answer: B
    Key stretching intentionally makes password hashing expensive so that an attacker who steals the password store must spend far more time per candidate guess, cutting offline cracking throughput by orders of magnitude. Option A is the most tempting distractor because it describes a real and valuable property of the scheme described, but that property is delivered by the unique random value, the salt, and not by the iteration count; salting defeats precomputed tables and stops identical passwords from sharing a digest, while iteration count is what raises the per guess cost. Options C and D misstate hashing entirely: hashing is one way, so the plaintext cannot be recovered or decrypted, which is the point of storing a digest rather than the password.

  46. 46. A browser must decide whether a presented TLS certificate has been revoked. The security team wants clients to query the issuing authority about one specific certificate at the moment of connection, instead of downloading and parsing a large periodically published list of every revoked serial number. Which mechanism meets that requirement?

    • A. Online Certificate Status Protocol
    • B. Certificate revocation list
    • C. Certificate signing request
    • D. Key escrow retrieval
    Show answer & explanation

    Answer: A
    OCSP lets a client ask the certificate authority for the real time status of a single certificate, returning good, revoked, or unknown, which avoids the bandwidth and staleness problems of a bulk list. A certificate revocation list is the strongest distractor because it also answers the revocation question, but a CRL is exactly the large periodically published list the stem rules out; between publication intervals it can be stale. A certificate signing request is what an applicant submits to obtain a certificate and has nothing to do with revocation status.

  47. 47. An organization operates dozens of internal web services on separate hostnames within a single domain and wants one certificate to secure all of them so it does not have to request and renew a separate certificate for every hostname. Which certificate type addresses this requirement?

    • A. A self signed certificate installed on each host
    • B. A root certificate authority certificate
    • C. A wildcard certificate
    • D. An extended validation certificate
    Show answer & explanation

    Answer: C
    A wildcard certificate is issued for a name such as an asterisk followed by the domain, so it validates any single level subdomain of that domain and can be deployed across many hosts under one issuance and renewal cycle. A self signed certificate is the most tempting alternative because it is free and easy to issue internally, but it still has to be created and distributed per host and, more importantly, is not chained to a trusted authority, so clients raise warnings unless the certificate is manually trusted everywhere. An extended validation certificate changes the identity vetting level, not the number of hostnames covered.

  48. 48. A company encrypts every employee laptop with full disk encryption. Legal counsel is concerned that if an employee is terminated or becomes unavailable, the company will be unable to read business records on that device. Which cryptographic practice directly addresses counsel's concern?

    • A. Increasing the symmetric key length used by the disk encryption software
    • B. Enabling perfect forward secrecy on the endpoint management channel
    • C. Requiring a trusted platform module on every laptop
    • D. Implementing key escrow so a recovery key is held by an authorized custodian
    Show answer & explanation

    Answer: D
    Key escrow stores a copy of the encryption or recovery key with a trusted third party or internal custodian so the organization retains lawful access to its own data when the primary key holder is unavailable. A trusted platform module is the most tempting distractor because TPMs are genuinely part of most full disk encryption deployments, but a TPM seals the key to that specific machine and to its boot state, which makes recovery harder rather than easier when the user cannot authenticate. Longer keys and forward secrecy improve cryptographic strength but do nothing to restore organizational access.

  49. 49. An investigator finds that an employee under suspicion emailed ordinary looking vacation photographs to an external address every Friday. Forensic analysis shows each image file is slightly larger than expected and contains proprietary design data embedded within the pixel data itself. Which technique was used?

    • A. Tokenization
    • B. Steganography
    • C. Data masking
    • D. Salting
    Show answer & explanation

    Answer: B
    Steganography conceals data inside another file, commonly an image or audio file, so that the carrier appears entirely normal and the existence of the hidden message is not apparent. That is exactly what the slightly oversized photographs with embedded design data describe. Data masking is the most tempting wrong answer because it is also an obfuscation technique, but masking replaces sensitive values with fictitious ones so the data can be used safely in a lower trust environment; it hides the value, not the existence of a second payload. Salting adds random input to a hash and does not conceal anything inside a file.

  50. 50. In a zero trust deployment, one component evaluates identity, device posture, and contextual signals against policy and reaches a verdict for each access request, while a separate component sits in the traffic path and actually permits or blocks the session based on that verdict. What is the component that enforces the verdict in the traffic path called?

    • A. Policy engine
    • B. Policy administrator
    • C. Policy enforcement point
    • D. Adaptive identity provider
    Show answer & explanation

    Answer: C
    The policy enforcement point sits in the data plane, receives the decision, and allows, denies, or terminates the session. The policy engine is the strongest distractor because it is the component that actually makes the decision, and candidates frequently conflate deciding with enforcing; the stem separates the two roles deliberately and asks for the one in the traffic path. The policy administrator is the control plane element that communicates the engine's decision and establishes or tears down the connection, but it is not itself the in line enforcement device.

  51. 51. A software publisher wants customers to be able to confirm that a downloaded installer genuinely came from the publisher and was not modified after release. The publisher generates a hash of the installer and performs a cryptographic operation on it before distribution. Which key is used to create the signature, and which key do customers use to verify it?

    • A. The publisher signs with the customer's public key; customers verify with their own private key
    • B. The publisher signs with its own private key; customers verify with the publisher's public key
    • C. The publisher signs with its own public key; customers verify with the publisher's private key
    • D. The publisher signs with a shared symmetric key distributed with the installer
    Show answer & explanation

    Answer: B
    A digital signature is produced by encrypting a hash of the content with the signer's private key, and anyone holding the signer's public key can verify it, which proves both integrity and origin. Option C is the classic trap because it names the right two keys but reverses their roles; signing with a public key would let anyone forge a signature, since public keys are by definition distributed openly. Option D fails because a symmetric key shipped with the installer would be available to any attacker who downloads it, so it could not prove origin and would provide no non repudiation.

  52. 52. A government agency is worried that an adversary is recording encrypted traffic today with the intention of decrypting it years later if the server's long term certificate key is ever compromised. Which property of a TLS key exchange configuration prevents past recorded sessions from being decrypted under that scenario?

    • A. Certificate pinning of the server certificate in the client
    • B. Using a longer RSA modulus for the server certificate key
    • C. Mutual TLS requiring client certificates on every connection
    • D. Perfect forward secrecy through ephemeral session keys
    Show answer & explanation

    Answer: D
    Perfect forward secrecy uses ephemeral key exchange so that each session's symmetric key is derived from short lived values that are discarded afterward and never recoverable from the long term certificate key. Compromising the server key later therefore does not unlock previously captured sessions. Option B is the most tempting choice because a longer key does make direct factoring harder, but it does nothing about the stated threat: if the long term key is eventually compromised by any means, every session that used it for key transport can still be decrypted regardless of its length. Pinning and mutual TLS address impersonation and authentication, not retrospective decryption.

  53. 53. Before adopting a new security framework, an organization documents each control the framework requires, records which of those controls it currently has in place and to what degree, and produces a prioritized list of the shortfalls that remain. What is this activity called?

    • A. A business impact analysis
    • B. A penetration test
    • C. A gap analysis
    • D. A quantitative risk assessment
    Show answer & explanation

    Answer: C
    A gap analysis compares a desired or required control state against the current state and enumerates the differences so remediation can be prioritized, which is exactly the described sequence. A business impact analysis is the most tempting alternative because it also produces a prioritized output, but its subject is the operational and financial consequence of losing a process, expressed through metrics such as recovery objectives, not the presence or absence of framework controls. A quantitative risk assessment assigns monetary loss values to risks and likewise does not inventory control coverage.

  54. 54. Authentication logs show a single source address attempting exactly two logons against each of 4,000 different corporate accounts over a six hour period, using the same two seasonal passwords each time. No individual account reached its lockout threshold. Which attack technique does this pattern indicate?

    • A. Brute force attack against a single privileged account
    • B. Password spraying
    • C. Credential stuffing using a breached password database
    • D. Rainbow table attack against captured hashes
    Show answer & explanation

    Answer: B
    Password spraying tries a very small number of common passwords across a very large number of accounts specifically so that no account accumulates enough failures to trip lockout, which matches the two attempts per account across 4,000 accounts. Credential stuffing is the closest distractor because it also targets many accounts, but stuffing replays username and password pairs harvested from a breach elsewhere, so each account would be tried with its own leaked password rather than the same two seasonal guesses. A brute force attack concentrates many guesses on one account and would rapidly trigger lockout, and a rainbow table attack is performed offline against stolen hashes, producing no authentication log entries at all.

  55. 55. Several engineers at a defense contractor are infected within the same week. Investigation finds none of them received a malicious email; instead all of them routinely visit a small industry standards blog that was compromised weeks earlier and now serves an exploit kit to visitors from that contractor's address range. Which attack technique does this describe?

    • A. Business email compromise
    • B. Typosquatting
    • C. Watering hole attack
    • D. On-path attack
    Show answer & explanation

    Answer: C
    A watering hole attack compromises a legitimate third party site that the intended victims are known to frequent, then serves malicious content from it, often filtered to the target organization's address range as described here. Typosquatting is the most tempting distractor because it also involves victims reaching a hostile site through the browser, but typosquatting depends on the victim mistyping a domain and landing on a lookalike; in this scenario the engineers reached the correct, legitimate site, which had itself been compromised. Business email compromise is ruled out explicitly, since no malicious email was involved.

  56. 56. An accounts payable clerk receives an email that appears to come from the chief financial officer's genuine address, referencing an acquisition the clerk knows is underway, and instructing that a wire be sent to new banking details before end of day with a warning to keep the matter confidential. Which attack is being attempted?

    • A. Smishing
    • B. Credential harvesting via a spoofed login portal
    • C. Business email compromise
    • D. Watering hole attack
    Show answer & explanation

    Answer: C
    Business email compromise targets an employee with financial authority using a message that appears to originate from a trusted executive, exploits authority and urgency, and seeks a fraudulent funds transfer rather than malware execution. Credential harvesting is the tempting wrong answer because both start with a deceptive email, but a harvesting attack drives the victim to a fake login page to capture a password; here there is no link or portal, and the requested action is the wire itself. Smishing is ruled out because the delivery channel is email rather than SMS.

  57. 57. A retailer discovers that a domain differing from its own by a single transposed letter has been registered and is hosting a near identical storefront that collects card details from customers who mistype the address. Which technique is the adversary using?

    • A. DNS poisoning of the retailer's authoritative name servers
    • B. Domain hijacking of the retailer's registrar account
    • C. Pharming through modified client host files
    • D. Typosquatting
    Show answer & explanation

    Answer: D
    Typosquatting registers a domain that is a plausible misspelling of a legitimate one and relies on user typing errors to deliver visitors to attacker infrastructure. DNS poisoning is the strongest distractor because its effect on the victim looks similar, sending users to a hostile site, but poisoning corrupts resolution for the correct domain name; here the retailer's real domain still resolves correctly and a separate lookalike domain was registered. Domain hijacking would mean the attacker seized control of the retailer's actual domain registration, which the stem does not describe.

  58. 58. A developer who was passed over for promotion inserts code into a payroll application that checks each night whether their own employee record still exists, and if it does not, begins deleting archived transaction tables. The code lies dormant and harmless while the developer remains employed. Which type of malicious code is this?

    • A. Worm
    • B. Logic bomb
    • C. Trojan
    • D. Rootkit
    Show answer & explanation

    Answer: B
    A logic bomb is dormant code that executes its payload only when a defined condition is met, such as a date, an event, or, as here, the absence of a specific account. A trojan is the most tempting alternative because both hide malicious functionality inside otherwise legitimate software, but a trojan's defining trait is that it deceives the user into installing or running it by masquerading as something desirable; this code was placed directly into an application the developer was authorized to modify, and its defining trait is the trigger condition. A worm self propagates across hosts, which is absent here.

  59. 59. An endpoint agent reports a clean scan, but network telemetry shows the host beaconing to a known command and control address. Booting the machine from external trusted media and examining the disk offline reveals malicious drivers and files that were invisible to every tool run on the live system. Which malware characteristic best explains this discrepancy?

    • A. A rootkit is subverting operating system calls to hide its artifacts from on-host tools
    • B. The malware is polymorphic and rewrites its own code so its signature changes on each execution
    • C. The malware is fileless and executes entirely from memory through a scripting host
    • D. The endpoint agent's signature database has not been updated recently
    Show answer & explanation

    Answer: A
    A rootkit operates at or below the operating system boundary and intercepts the calls that enumerate files, processes, and registry keys, so on host tools receive falsified results while an offline examination of the same disk sees the real contents. That asymmetry between live and offline analysis is the diagnostic clue. Option C is the tempting distractor because fileless malware also evades file scanning, but fileless malware leaves nothing on disk, whereas offline analysis here found malicious drivers and files present. An out of date signature database would fail equally in both live and offline scanning and would not explain the difference.

  60. 60. An attacker positioned on a wireless network intercepts the negotiation between a client and a server and strips the strongest cipher suites from the client's offer, causing both parties to settle on an obsolete protocol version with known weaknesses that the attacker can then break. Which attack has been performed?

    • A. Downgrade attack
    • B. Birthday attack
    • C. Replay attack
    • D. Pass the hash attack
    Show answer & explanation

    Answer: A
    A downgrade attack manipulates protocol negotiation so the endpoints agree on a weaker algorithm or version than either was capable of using, which is why servers should refuse deprecated versions outright rather than negotiating them. A replay attack is the most tempting distractor because both require the attacker to sit on the traffic path, but replay captures valid data and retransmits it later to impersonate a legitimate action; nothing is retransmitted here, and the compromise comes from the weakened cipher agreement. A birthday attack targets hash collision probability and is unrelated to negotiation.

  61. 61. A web application accepts a filename in a query parameter and returns the contents of that file from a documents folder. A tester submits a value containing repeated parent directory sequences and successfully retrieves the server's password file from outside the documents folder. Which vulnerability was exploited?

    • A. Cross site request forgery
    • B. Server side request forgery
    • C. Directory traversal
    • D. Cross site scripting
    Show answer & explanation

    Answer: C
    Directory traversal, also called path traversal, abuses unsanitized relative path input so that file access escapes the intended base directory and reaches arbitrary files on the host. Server side request forgery is the strongest distractor because it also makes the server fetch a resource the attacker names, but SSRF causes the server to issue a network request to an attacker chosen URL, typically to reach internal services; here the server is reading directly from its own file system by path. Cross site scripting and cross site request forgery both execute in the victim's browser and do not read server files.

  62. 62. A support forum saves user submitted signatures to its database and renders them without encoding whenever any visitor views a thread. An attacker places script in their signature; every subsequent reader of that thread silently transmits their session cookie to the attacker. Which specific vulnerability variant is this?

    • A. Reflected cross site scripting, because the script is echoed back in the response
    • B. DOM based cross site scripting, because the browser modifies the page after load
    • C. Cross site request forgery, because actions are performed using the victim's session
    • D. Stored cross site scripting, because the payload is persisted server side and served to every viewer
    Show answer & explanation

    Answer: D
    Stored cross site scripting persists the payload in server side storage so it executes for every user who loads the affected content, without any interaction from the attacker after submission, which is why it is the most damaging variant. Reflected cross site scripting is the classic trap here because both execute script in a victim's browser, but reflected attacks require each victim to follow a crafted link that carries the payload in the request; no link delivery occurs in this scenario since the signature is served from the database to everyone. Cross site request forgery does not inject script at all; it induces the browser to submit a state changing request.

  63. 63. During an outage the network team observes an enormous volume of DNS responses arriving at the victim's public address from thousands of legitimate open resolvers. Each response is far larger than the query that produced it, and the queries carried the victim's address as the source. Which attack characteristic does this describe?

    • A. A protocol exhaustion attack that leaves half open connections on the target
    • B. An amplified reflected distributed denial of service attack
    • C. A slow application layer attack that ties up worker threads
    • D. An on-path attack that intercepts and rewrites DNS responses
    Show answer & explanation

    Answer: B
    Reflection means the attacker spoofs the victim's address as the source so third party servers direct their replies to the victim; amplification means the reply is substantially larger than the request, multiplying the attacker's bandwidth. Both traits appear here. Option A is the tempting distractor because it is also a volumetric denial of service pattern, but a half open connection flood consumes connection state on the target through incomplete handshakes and does not involve third party reflectors or size amplification. Option D is wrong because nothing is being intercepted or altered; the resolvers are answering normally to a forged source address.

  64. 64. An attacker steals a valid session token from a user's browser and presents it to the application from a different device. The application accepts it and serves the victim's account without prompting for credentials or a second factor. Which control most directly prevents a stolen token from being usable in this way?

    • A. Requiring multifactor authentication at every initial logon to the application
    • B. Enforcing account lockout after a small number of failed authentication attempts
    • C. Binding the session token to client context and expiring it quickly so replay is rejected
    • D. Hashing stored passwords with a salted, computationally expensive algorithm
    Show answer & explanation

    Answer: C
    The defect exploited is that a bearer token remains valid regardless of who presents it or from where, so the defense is to shorten the token's usable window and tie it to context such as the originating client, causing a replayed token to fail validation. Multifactor authentication is the most tempting distractor because it is the reflexive answer to account takeover, but it is exercised only when a session is created; the attacker here never authenticates at all and instead inherits a session the legitimate user already established after completing every factor. Lockout thresholds and password hashing are likewise never reached, because no password is guessed, submitted, or cracked.

  65. 65. A cloud access audit reveals that a marketing team has been paying for and using an unapproved file sharing service to exchange customer lists with an agency. No one in IT provisioned it, no data protection agreement exists, and the data is outside all corporate monitoring. Which risk category does this situation represent?

    • A. An advanced persistent threat established by an external actor
    • B. A malicious insider deliberately exfiltrating regulated data
    • C. Shadow IT
    • D. A supply chain compromise introduced through a trusted vendor's update
    Show answer & explanation

    Answer: C
    Shadow IT is technology procured and used by business units without the knowledge or approval of the IT and security functions, which places data outside sanctioned controls, monitoring, and contractual protections. The malicious insider option is the most tempting because the outcome, corporate data sitting in an uncontrolled external service, resembles exfiltration, but insider threat classification turns on intent; the marketing team is trying to do its job and has no intent to harm the organization. Treating it as malicious would also drive the wrong response, which is provisioning a sanctioned alternative and tightening procurement rather than pursuing an investigation.

  66. 66. A hospital's imaging workstations run a narrow, unchanging set of vendor applications and are repeatedly infected by novel malware variants that signature based antivirus fails to recognize on first encounter. Which mitigation technique is most appropriate for these particular endpoints?

    • A. Increase the frequency of antivirus signature updates to hourly
    • B. Deploy a host based intrusion detection system in alert only mode
    • C. Require users to complete additional phishing awareness training each quarter
    • D. Enforce an application allow list so only explicitly approved executables can run
    Show answer & explanation

    Answer: D
    An allow list permits only enumerated, approved software to execute and blocks everything else by default, so an unknown variant is stopped regardless of whether a signature exists. It is especially well suited to fixed function endpoints whose approved software set rarely changes, as described. Option A is the most tempting because faster updates feel like the direct fix, but signature based detection is inherently reactive and cannot match a variant no vendor has yet analyzed, which is exactly the failure mode stated. Detection in alert only mode does not block execution, and awareness training does not address malware that these fixed function workstations encounter outside of user email behavior.

  67. 67. An employee receives a telephone call from someone claiming to be from the corporate service desk, who states that a security patch failed on the employee's laptop and asks the employee to read back the multifactor code that was just sent to their phone. Which social engineering technique is being used?

    • A. Shoulder surfing
    • B. Smishing
    • C. Vishing
    • D. Tailgating
    Show answer & explanation

    Answer: C
    Vishing is voice phishing: social engineering conducted over a telephone call, typically combining impersonation of a trusted internal function with manufactured urgency to extract credentials or one time codes. Smishing is the most tempting distractor because a text message does appear in the scenario, but the text is the legitimate multifactor code sent by the company's own system; the attacker's delivery channel and the deception both occur on the phone call. Shoulder surfing requires physical proximity to observe the screen or keypad, and tailgating is unauthorized physical entry behind an authorized person.

  68. 68. New laptops arrive from the manufacturer preloaded with trial utilities, vendor toolbars, and promotional applications that nobody in the organization requested. The software is not malicious, but it consumes resources, expands the patchable surface, and is not covered by any internal support agreement. What is this software called?

    • A. Spyware
    • B. Ransomware
    • C. Bloatware
    • D. Trojan
    Show answer & explanation

    Answer: C
    Bloatware is unnecessary preinstalled software shipped by a manufacturer that provides no value to the organization while consuming resources and adding unpatched, unsupported code to the attack surface, which is why removing it is part of a standard imaging and hardening baseline. Spyware is the tempting distractor because both are unwanted and both may be removed by the same tooling, but spyware is defined by covertly collecting and transmitting information about the user; the stem states explicitly that the software is not malicious. Ransomware encrypts data for extortion, which is not described.

  69. 69. While reconstructing an intrusion, an analyst finds that authentication events for one file server are continuous until a four hour window on the night of the compromise, after which they resume normally. Nothing in the change record explains a service restart or a collection outage during that window. How should the analyst interpret this observation?

    • A. As a false positive produced by the correlation rules in the monitoring platform
    • B. As a routine log rotation artifact requiring no further investigation
    • C. As an indicator of compromise consistent with an adversary clearing logs to conceal activity
    • D. As evidence that the server was offline and therefore could not have been involved in the intrusion
    Show answer & explanation

    Answer: C
    Missing logs are themselves an indicator of compromise: adversaries frequently clear or truncate event records during the anti forensics stage, and an unexplained gap bounded by normal activity on both sides is a strong signal, which is why forwarding logs to a write protected central collector matters. Option B is the most tempting because rotation genuinely does create gaps in local files, but rotation is scheduled, recurring, and would produce comparable gaps at other times rather than a single unexplained window aligned with the intrusion. Option D inverts the reasoning, since a truly offline server would show a corresponding gap in network and infrastructure telemetry as well.

  70. 70. An inline security appliance protects a bank's payment authorization path. Leadership determines that permitting uninspected transactions is unacceptable under any circumstance, even if it means the payment service is unavailable while the appliance is down. How should the appliance's failure mode be configured, and what is the operational consequence?

    • A. Fail-open, so traffic continues to pass uninspected and availability is preserved
    • B. Fail-closed, so traffic is blocked when the appliance fails, trading availability for confidentiality and integrity
    • C. Fail-open, because inline devices cannot be configured to block on failure without a bypass switch
    • D. Fail-closed, which preserves availability because a redundant path is automatically created
    Show answer & explanation

    Answer: B
    A fail-closed configuration denies traffic when the device cannot inspect it, which enforces the stated priority that uninspected transactions are never acceptable, at the cost of an outage during appliance failure. Option A is the most tempting because fail-open is the common default in many deployments and it protects the business from downtime, but it does exactly what leadership prohibited by allowing uninspected payments through. Option D is wrong because fail-closed does not create redundancy by itself; achieving both inspection and availability requires a separate high availability pair, not a change of failure mode.

  71. 71. Administrators need to reach management interfaces in a restricted server zone. The design requires that no administrator workstation ever connects to those interfaces directly, that all administrative sessions originate from one hardened, heavily logged intermediary, and that the zone's firewall accepts management traffic only from that single host. Which component is being described?

    • A. A reverse proxy
    • B. A load balancer with session affinity
    • C. A network tap
    • D. A jump server
    Show answer & explanation

    Answer: D
    A jump server, also called a bastion host, is a single hardened, monitored system that administrators authenticate to first and from which all administrative connections into a protected zone originate, collapsing the firewall rule set to one permitted source. A reverse proxy is the most tempting distractor because it is also an intermediary that other systems connect through, but a reverse proxy fronts published application services for external clients; it is not an interactive administrative pivot and does not provide the session logging and account controls the scenario requires. A network tap only copies traffic for monitoring and carries no sessions.

  72. 72. A company publishes three internal applications to the internet. Security requires that external clients never reach the application servers directly, that TLS be terminated and inspected at a single enforcement point, and that the application servers' real addresses stay hidden. Which device placement satisfies these requirements?

    • A. A reverse proxy in the screened subnet, in front of the application servers
    • B. A forward proxy on the internal network, controlling employee outbound browsing
    • C. A network tap mirroring traffic to an intrusion detection sensor
    • D. A host based firewall on each application server
    Show answer & explanation

    Answer: A
    A reverse proxy accepts inbound connections on behalf of internal servers, terminates and inspects TLS, and conceals back end addressing, which is precisely the published application pattern described. A forward proxy is the most tempting distractor because both are called proxies and both inspect TLS, but a forward proxy serves internal clients making outbound requests and has no role in protecting inbound published services. A network tap is passive and cannot terminate connections, and host based firewalls filter per server without providing a single inspection point or hiding the servers.

  73. 73. An online retailer keeps being hit by injection and cross site scripting attempts against its shopping cart. The existing perimeter firewall already filters by port, address, and application identity, but the attacks arrive inside ordinary HTTPS requests to the cart's published endpoints. Which additional control is designed for this specific problem?

    • A. A stateful packet filtering firewall applied to the server subnet
    • B. A unified threat management appliance replacing the perimeter firewall
    • C. A web application firewall inspecting HTTP request content against the application's expected input
    • D. A network based intrusion detection system in monitor only mode
    Show answer & explanation

    Answer: C
    A web application firewall parses HTTP requests and evaluates parameters, headers, and body content against rules describing valid application input, which is what catches injection and scripting payloads carried inside otherwise legitimate requests. Option B is the most tempting because a unified threat management appliance bundles many functions and feels like a superset, but its consolidated inspection is broad rather than application aware, and it does not model a specific application's expected parameters. Option D fails the requirement outright because detection in monitor only mode raises an alert without blocking the request, and option A operates below the application layer entirely.

  74. 74. A team is placing a network sensor on a core link. The requirement is that the sensor must never be able to interrupt production traffic, must add no latency, and must survive its own failure without affecting the link. Which deployment satisfies these constraints?

    • A. Inline between the core switch and the router, in prevention mode
    • B. Out of band, receiving a copy of traffic from a tap or mirror port
    • C. Inline in prevention mode with a hardware bypass module that keeps the link up if the sensor fails
    • D. As a transparent bridge terminating and re-originating each session
    Show answer & explanation

    Answer: B
    A passive, out of band sensor receives a copy of traffic from a tap or mirror port, so production packets never traverse the sensor and its failure or overload cannot affect the link, at the cost of being able only to detect rather than block. Option C is the most tempting because a hardware bypass module does protect against total device failure, but the sensor is still inline in the packet path during normal operation, which adds latency and gives it the ability to interrupt traffic, both of which the requirements forbid. Option D likewise places the device in the path.

  75. 75. A firm runs a customer database on virtual machines it provisions from a cloud provider, and separately subscribes to a hosted email and collaboration suite. Under the shared responsibility model, how does the firm's obligation to patch the guest operating system differ between these two services?

    • A. The provider patches the guest operating system in both cases, since it owns the underlying hardware
    • B. The firm patches the guest operating system in both cases, since it is the data owner
    • C. The firm patches neither, because operating system patching is always a provider responsibility in public cloud
    • D. The firm patches the guest operating system on its provisioned virtual machines, while the provider patches it for the hosted suite
    Show answer & explanation

    Answer: D
    In an infrastructure service the customer is issued a virtual machine and owns everything from the guest operating system upward, including its patching. In a software service the customer receives only the application, so the provider owns the operating system, platform, and application maintenance while the customer retains responsibility for its data, identities, and access configuration. Option B is the most tempting because data ownership does remain with the firm in both models and candidates over extend that principle, but data ownership does not confer operating system access in a software service; the firm has no ability to patch a host it cannot reach.

  76. 76. A cloud team repeatedly finds that manually built environments drift apart, so that a security group corrected in one environment reappears misconfigured in another. They decide to define every network, host, and permission in version controlled declarative templates and to rebuild environments only from those templates. Which practice are they adopting, and what is its principal security benefit?

    • A. Infrastructure as code, which makes configurations reviewable, repeatable, and consistently enforced across environments
    • B. Containerization, which isolates each workload in its own namespace
    • C. Serverless computing, which removes the operating system from the customer's responsibility
    • D. Software defined networking, which separates the control plane from the data plane
    Show answer & explanation

    Answer: A
    Infrastructure as code expresses environment definitions as templates that can be peer reviewed, versioned, scanned before deployment, and applied identically everywhere, which eliminates the configuration drift and repeated misconfiguration described. Software defined networking is the most tempting distractor because it also brings programmability to infrastructure, but it addresses how network forwarding decisions are centralized and abstracted, not how full environment definitions are authored, reviewed, and reproduced. Containerization and serverless change the workload packaging and hosting model without themselves preventing drift in the surrounding configuration.

  77. 77. An architect must host two workloads belonging to different customers with a strict requirement that a kernel level vulnerability exploited by one workload must not expose the other. One proposal packages each workload in a container on a shared host; the other places each in a separate virtual machine. Which assessment is correct?

    • A. Virtual machines provide the stronger boundary, because containers on a host share that host's kernel
    • B. The boundaries are equivalent, because both use namespaces enforced by the hypervisor
    • C. Containers provide the stronger boundary, because each container has its own kernel
    • D. Containers provide the stronger boundary, because their smaller image size reduces the attack surface
    Show answer & explanation

    Answer: A
    Containers share the host kernel and are separated by namespaces and control groups, so a kernel level compromise can affect every container on that host. Virtual machines each run their own kernel with separation enforced by the hypervisor, which is a stronger isolation boundary for this specific threat. Option D is the most tempting because reduced image size is a genuine container security advantage and candidates generalize it, but a minimal image reduces the software inventory inside the container without changing the fact that all containers depend on one shared kernel, which is the exact boundary the requirement concerns.

  78. 78. A water utility runs supervisory control equipment whose vendor certifies the software only in its current version; applying the operating system vendor's patches voids support and risks halting treatment processes that cannot be interrupted. The equipment has documented vulnerabilities. What is the appropriate architectural response?

    • A. Apply all outstanding patches immediately, accepting the vendor support loss because unpatched vulnerabilities always outweigh availability
    • B. Treat the systems as unpatchable and wrap them in compensating controls such as restricted zones, strict allow listed flows, and dedicated monitoring
    • C. Accept the risk formally and take no further technical action, since the vendor prohibits changes
    • D. Connect the systems to the corporate patch management server so patches can be staged for a future maintenance window
    Show answer & explanation

    Answer: B
    Operational technology commonly cannot be patched on the enterprise cycle because of vendor certification and process continuity constraints, so the recognized approach is to reduce exposure around the device: place it in a tightly restricted zone, permit only explicitly required flows, and monitor it closely. Option A is the tempting answer for candidates who treat patching as an absolute, but in a process control environment an unplanned halt can have safety consequences, and vendor certification loss can leave the utility unable to obtain support at all. Option C is inadequate because accepting risk without compensating controls leaves a known vulnerable system fully exposed.

  79. 79. A distributed company is replacing its hub and spoke branch connectivity. It wants identity aware policy, secure web gateway, and data loss inspection delivered from cloud points of presence so that remote users and branches receive the same enforcement without backhauling traffic to headquarters. Which model is being described?

    • A. A site to site IPSec mesh between all branch firewalls
    • B. A traditional remote access VPN concentrator at headquarters
    • C. Software defined wide area networking alone
    • D. Secure access service edge
    Show answer & explanation

    Answer: D
    Secure access service edge converges wide area connectivity with cloud delivered security services, applying identity and context aware policy at distributed points of presence so that branch and remote users receive equivalent enforcement without backhauling. Option C is the strongest distractor because software defined wide area networking is genuinely a component of this design, but on its own it optimizes and orchestrates transport selection; it does not by itself provide the secure web gateway, identity aware policy, and data loss inspection the requirement names. A VPN concentrator at headquarters reintroduces exactly the backhaul the company is eliminating.

  80. 80. Two organizations connect their networks over the public internet using IPSec. Requirement one is that the original IP headers of the protected traffic must not be visible to anyone observing the link. Requirement two is that the gateways, not the end hosts, perform the encryption. Which IPSec mode meets both requirements, and why?

    • A. Transport mode, because it protects the payload while leaving the original header for gateways to route on
    • B. Tunnel mode, because it encapsulates the entire original packet, including its headers, inside a new packet addressed between the gateways
    • C. Transport mode with Authentication Header, because it authenticates the full original header
    • D. Tunnel mode with Authentication Header only, because encapsulation alone provides confidentiality
    Show answer & explanation

    Answer: B
    Tunnel mode encapsulates the whole original packet, headers included, within a new packet whose outer addresses are the two gateways, which conceals internal addressing and suits gateway to gateway deployment. Option A is the most tempting because transport mode is genuinely used for IPSec and does encrypt the payload, but it preserves the original IP header in the clear, violating requirement one, and it is designed for host to host protection rather than gateway enforcement. Option D fails because Authentication Header provides integrity and authentication but no encryption, so encapsulation without Encapsulating Security Payload leaves the inner packet readable.

  81. 81. A cloud architect is told that records gathered from residents of one country must be stored and processed only on infrastructure physically located inside that country's borders, and the platform must refuse to replicate them to any other region. Which data protection method implements this constraint?

    • A. Tokenization of the identifying fields before storage
    • B. Full disk encryption of every storage volume
    • C. Geographic restriction of storage and replication regions
    • D. Static masking of the records in lower environments
    Show answer & explanation

    Answer: C
    Geographic restriction, sometimes implemented as region pinning or geofencing, constrains where data may physically reside and where it may be replicated, which is the direct control for a residency obligation. Encryption is the most tempting distractor because it is the reflexive answer to any data protection requirement and it does protect confidentiality, but an encrypted copy replicated to another region is still stored in that region and still violates the residency constraint. Tokenization and masking alter the values rather than the location and likewise do not satisfy a requirement expressed in terms of physical placement.

  82. 82. An organization contracts for alternate facility space that provides floor area, power, cooling, and network drops, but contains no installed servers, no software, and no copy of the production data. Recovery would require shipping and building equipment before operations could resume. Which recovery site type has been contracted?

    • A. Hot site
    • B. Cold site
    • C. Warm site
    • D. Mobile recovery unit
    Show answer & explanation

    Answer: B
    A cold site supplies only the physical environment, so it is the cheapest option and carries the longest recovery time because hardware, software, and data must all be brought in and built before use. A warm site is the most tempting distractor because both are cheaper than a hot site and both require work before cutover, but a warm site already contains installed hardware and often periodically refreshed data, needing only current data restoration and start up. The stem states explicitly that no servers, software, or data are present, which excludes warm.

  83. 83. A hospital wing must never lose electrical power to its monitoring equipment. Engineers install a battery unit that carries the load instantly on utility failure, plus a diesel unit that starts within seconds and can run for days. Why are both required rather than either alone?

    • A. The battery bridges the seconds the generator needs to start, and the generator sustains the load far longer than the battery can
    • B. The generator conditions power quality while the battery unit protects against voltage surges only
    • C. Regulations require two independent utility feeds, and these two units together provide them
    • D. The battery unit is a backup for the generator and engages only if the generator fails to start
    Show answer & explanation

    Answer: A
    An uninterruptible power supply provides immediate, seamless transfer but has limited runtime, whereas a generator has effectively unlimited runtime but requires time to start and reach stable output. Together they cover both the instantaneous and the sustained requirement. Option D is the most tempting because it also pairs the two devices and sounds like sensible redundancy, but it inverts the sequence: if the battery only engaged after the generator failed to start, the load would already have dropped during the generator's start interval, defeating the requirement for uninterrupted power.

  84. 84. A research organization maintains an offline root signing system that has no network interface attached to any network, exchanges data only through media that is manually scanned and controlled, and sits in a separately locked enclosure. Which isolation approach is in use?

    • A. Logical segmentation using virtual local area networks
    • B. Microsegmentation enforced by host based policy
    • C. An air gap providing physical isolation
    • D. A screened subnet between two firewalls
    Show answer & explanation

    Answer: C
    An air gap is physical isolation: no network path exists at all, so data crosses only by deliberate manual transfer, which is why it is reserved for the highest value assets such as offline signing keys. Logical segmentation is the most tempting distractor because it also separates systems and is far more common, but virtual local area networks and access lists still depend on a shared physical network and on the correct configuration of shared devices, so a misconfiguration or switch compromise can bridge the separation. An air gap has no such shared path to misconfigure.

  85. 85. A company is labeling its information assets. One dataset is a proprietary manufacturing process whose value depends entirely on remaining unknown to competitors and which is protected by no filing or registration. Which data type best describes it?

    • A. Regulated data
    • B. Public data
    • C. Human readable financial data
    • D. Trade secret
    Show answer & explanation

    Answer: D
    A trade secret derives its value from secrecy itself and is protected by the owner's own confidentiality measures rather than by registration, which is what distinguishes it from other intellectual property. Regulated data is the most tempting distractor because it is also highly sensitive and heavily protected, but regulated data is classified that way because an external law or standard imposes handling requirements on it, such as payment card or health information; the manufacturing process in this scenario carries no such external mandate, and its protection obligation arises purely from the business's own interest in confidentiality.

  86. 86. A company has already published records that list its authorized sending servers and has configured its outbound mail to carry a cryptographic signature. Spoofed mail claiming to come from the company is still being delivered to partners, because receiving systems have no instruction on what to do when those checks fail. Which additional email authentication mechanism supplies that instruction and returns reports to the domain owner?

    • A. Sender Policy Framework
    • B. DomainKeys Identified Mail
    • C. Secure Multipurpose Internet Mail Extensions
    • D. Domain-based Message Authentication, Reporting, and Conformance
    Show answer & explanation

    Answer: D
    DMARC builds on the other two mechanisms by publishing the domain owner's policy for handling messages that fail authentication and alignment, such as quarantine or reject, and by requesting aggregate and forensic reports back to the domain owner. Sender Policy Framework is the most tempting distractor because it is the record listing authorized sending servers, but the stem states that record already exists; SPF publishes who may send and produces a pass or fail result without telling the receiver what to do with a failure. DomainKeys Identified Mail supplies the signature, which the stem also states is already in place.

  87. 87. A financial services firm wants to identify and stop messages and uploads that contain account numbers matching a defined pattern before they leave the corporate boundary, whether the channel is email, web upload, or removable media. Which technology is purpose built for this requirement?

    • A. Security information and event management
    • B. File integrity monitoring
    • C. Data loss prevention
    • D. Network access control
    Show answer & explanation

    Answer: C
    Data loss prevention inspects content in motion, at rest, and in use against classification rules and patterns, and can block or quarantine a transfer that would move regulated data outside policy across email, web, and removable media channels. A security information and event management platform is the most tempting alternative because it also sees a great deal of activity and can alert on it, but it correlates log records after the fact rather than inspecting message content in the transfer path, so it cannot stop the transfer. File integrity monitoring watches for changes to files, not for their egress.

  88. 88. After a breach in which an attacker replaced a system binary with a backdoored version that continued to function normally, a team wants automatic notification whenever a protected system file's contents change outside of an approved maintenance window. Which control provides this?

    • A. Antivirus scanning on a nightly schedule
    • B. File integrity monitoring using a stored baseline of cryptographic hashes
    • C. A host based firewall restricting inbound connections
    • D. Full disk encryption of the system volume
    Show answer & explanation

    Answer: B
    File integrity monitoring records a cryptographic hash of each protected file and alerts when a recomputed hash no longer matches the baseline, which detects modification regardless of whether the replacement is recognized as malicious. Antivirus is the most tempting distractor because it is also a scanning control on the same host, but it detects files that match known malicious patterns; a custom backdoor built for one target will not match a signature, and the stem states the replaced binary continued to function normally. Encryption protects data if the disk is removed and does nothing about authorized changes made on a running system.

  89. 89. A scanner reports that a server is vulnerable to a flaw in a library. An analyst verifies that the affected library version is not present on that server and that the reported service is not installed. Separately, a different server is confirmed compromised through a weakness the same scanner reported as clean. How should these two outcomes be classified?

    • A. Both are false positives
    • B. Both are false negatives
    • C. The first is a false negative and the second is a false positive
    • D. The first is a false positive and the second is a false negative
    Show answer & explanation

    Answer: D
    A false positive is a reported finding that does not actually exist, which describes the first server where the library and service are absent. A false negative is a real weakness the tool failed to report, which describes the second server that was compromised through an issue reported as clean. Option C is the classic trap because the two terms are easily transposed under time pressure; the reliable check is that the label always describes what the tool said, so a positive report that turns out to be untrue is a false positive, and silence that turns out to conceal a real issue is a false negative. False negatives are the more dangerous of the two because nothing prompts investigation.

  90. 90. A confirmed high severity vulnerability affects a revenue critical application, but the only available patch breaks a required integration and the vendor's fix is months away. The business decides to keep the system running with additional restrictions while tracking the issue formally. Which vulnerability management response does this represent?

    • A. A documented exception with compensating controls, recorded with an owner and a review date
    • B. A false positive determination closing the finding
    • C. Risk avoidance, since the vulnerable function will no longer be used
    • D. Validation through rescanning to confirm remediation
    Show answer & explanation

    Answer: A
    When a finding cannot be remediated on the normal cycle, the correct response is a formally approved exception that documents the business justification, records the compensating controls, assigns an owner, and sets a review date so the acceptance does not become permanent by neglect. Option C is the most tempting because both involve a decision not to patch, but avoidance means ceasing the activity that creates the exposure entirely, and the stem states the system keeps running. Option B is wrong and dangerous, because the finding is described as confirmed; closing a real vulnerability as a false positive removes it from tracking without reducing the risk.

  91. 91. An operations team has applied patches to close a batch of reported findings and has updated the tracking system to closed. The security manager refuses to sign off on the remediation cycle until one more step is completed. Which step is the manager requiring?

    • A. Rescanning the affected systems to verify the findings no longer appear
    • B. Filing an exception for each closed finding
    • C. Subscribing to an additional commercial threat intelligence feed
    • D. Re-prioritizing the remaining backlog by severity score
    Show answer & explanation

    Answer: A
    Validation closes the loop in vulnerability management: a rescan or equivalent verification confirms that the applied change actually removed the finding, since patches can fail to install, be rolled back, or require a restart that never happened. Option D is the most tempting because prioritization is a genuine and adjacent step in the same lifecycle, but it governs what to work on next rather than proving that completed work succeeded. Option B is incorrect because an exception is used when a finding will not be remediated, which is the opposite of the situation described.

  92. 92. A monitoring platform generates roughly 9,000 alerts per day from one rule, and analysts have begun closing them in bulk without reading them because the overwhelming majority stem from a scheduled backup job's authentication pattern. Which response best addresses the underlying operational problem?

    • A. Route the rule's output to an archive index so analysts no longer see it
    • B. Reduce the platform's log retention period to lower the volume of matched events
    • C. Tune the rule to exclude the known benign backup pattern while still alerting on that behavior from any other source
    • D. Disable the rule entirely, since analysts are already ignoring its output
    Show answer & explanation

    Answer: C
    Alert tuning refines a rule so it stops firing on a specifically identified benign condition while preserving detection of the same behavior in every other context, which restores analyst trust without creating a blind spot. Option D is the most tempting because it produces the same immediate relief from noise and analysts are already ignoring the alerts, but disabling the rule removes detection of genuinely malicious instances of that behavior, converting an alert fatigue problem into a coverage gap. Archiving the output has the same effect while hiding it, and retention changes affect storage of records rather than which conditions raise an alert.

  93. 93. In a classified processing environment, every file carries a sensitivity label and every user carries a clearance. The operating system itself decides access by comparing the two, and a file's creator is explicitly forbidden from granting another user access to a file whose label exceeds that user's clearance. Which access control model is in force?

    • A. Rule based access control
    • B. Mandatory access control
    • C. Discretionary access control
    • D. Role based access control
    Show answer & explanation

    Answer: B
    Mandatory access control enforces a system wide policy of labels and clearances that individual users, including the owner of an object, cannot override, which is why it is used in classified environments. Discretionary access control is the direct opposite and is the most tempting distractor because it is the familiar model on ordinary file systems, where the owner sets permissions and may grant access to whomever they choose; the stem specifically forbids that, which rules it out. Role based control groups permissions by job function and does not use clearance comparison at all.

  94. 94. A review finds that fourteen engineers hold standing membership in a domain administrators group, though each of them needs that level of access only a few times per quarter. Security wants to eliminate the standing membership without blocking legitimate emergency work. Which privileged access management approach achieves this?

    • A. Rotate the shared administrator password on a monthly schedule
    • B. Require the engineers to use longer passphrases on their administrative accounts
    • C. Grant elevation just in time, on approved request and for a bounded window, after which membership is automatically removed
    • D. Move all fourteen accounts into a separate organizational unit with stricter group policy
    Show answer & explanation

    Answer: C
    Just in time privileged access grants elevation only on an approved request and only for a limited period, after which entitlement is revoked automatically, which shrinks the window in which a compromised account carries administrative power from continuous to minutes. Option A is the most tempting because credential rotation is a real privileged access management practice and does limit the life of a stolen secret, but the engineers still hold standing membership between rotations, so a compromise at any moment still yields immediate administrative rights. Stronger passphrases and stricter policy on the accounts do not change the standing entitlement at all.

  95. 95. A portal requires users to supply a password and then answer three preselected personal security questions before access is granted. An auditor states that this does not satisfy the organization's multifactor authentication requirement. Why is the auditor correct?

    • A. Because security questions transmit in cleartext and multifactor authentication requires encryption of every factor
    • B. Because multifactor authentication requires at least three separate credentials to be presented
    • C. Because security questions are not unique to the individual and therefore cannot be an authentication factor at all
    • D. Because both the password and the security answers are things the user knows, so only one factor category is represented
    Show answer & explanation

    Answer: D
    Multifactor authentication requires credentials drawn from different categories, namely something you know, something you have, and something you are. A password and a security answer are both knowledge, so presenting them together is multi step single factor authentication regardless of how many items are supplied. Option B is the most tempting because candidates equate more credentials with more factors, but the requirement is about category diversity rather than count; adding a fourth knowledge question would still not satisfy it, while adding one hardware token would.

  96. 96. An audit finds that staff who transferred between departments over three years retained the entitlements from every prior role, so several now hold combinations that would let one person complete a transaction end to end. Which recurring identity governance practice is designed to catch this accumulation?

    • A. Periodic access attestation, in which managers review and certify each subordinate's entitlements
    • B. Requiring a password change at fixed intervals for every account in the directory
    • C. Federating the corporate directory with the organization's cloud applications
    • D. Identity proofing performed at the time of hire to confirm the new employee's identity
    Show answer & explanation

    Answer: A
    Access attestation, also called recertification, requires an accountable reviewer to periodically confirm that each user's entitlements still match their current duties, and to revoke what no longer applies, which is the standard defense against privilege creep from internal transfers. Option D is the most tempting because identity proofing is a genuine and important identity lifecycle step, but it verifies who a person is at enrollment and never revisits what they may access afterward, so it cannot detect entitlements accumulated years later. Password rotation and federation change how credentials are managed, not what permissions an identity holds.

  97. 97. An employee is dismissed at 10 a.m. Building access is revoked at once, but the network account is left enabled because the manager wants time to retrieve project files from the mailbox. That evening the account is used from an external address to download a client list. Which identity lifecycle failure is responsible?

    • A. Failure to de-provision the account promptly upon termination
    • B. Inadequate identity proofing during the original onboarding process
    • C. Lack of a federation trust between the directory and the mail platform
    • D. Absence of a password complexity standard for departing users
    Show answer & explanation

    Answer: A
    De-provisioning must disable authentication at the moment employment ends; data retrieval is accomplished by delegating the mailbox or exporting it administratively, which requires no active user account. Leaving the account enabled preserves exactly the access the termination was meant to remove. Option D is the most tempting because the abuse involved a logon and passwords feel like the relevant control, but the account's password was presumably valid and known to its legitimate owner, so no complexity rule would have prevented that person from using it; the defect is that a valid credential was still accepted after the person's authorization ended.

  98. 98. A school district must block student browsers from reaching gambling and adult sites without maintaining a hand written list of individual domains, and must allow staff to reach research sites that a broad block would otherwise catch. Which capability of an enterprise web filter meets this need?

    • A. Blocking by destination IP address ranges in the perimeter firewall
    • B. Certificate pinning enforced in the managed browser
    • C. Content categorization with group specific policy, using vendor maintained category feeds
    • D. Rate limiting outbound sessions per client device
    Show answer & explanation

    Answer: C
    Content categorization applies a continuously updated vendor classification of sites into categories, so policy is written once against a category rather than against individual domains, and different rules can be bound to different user groups such as students and staff. Option A is the most tempting because address based blocking is a genuine perimeter technique and feels equivalent, but modern sites sit behind shared hosting and content delivery networks, so a single address may serve many unrelated sites, making address blocking both over broad and quickly stale. Rate limiting and certificate pinning address performance and impersonation, not site classification.

  99. 99. A security team wants malware on a compromised endpoint to be unable to resolve its command and control domains, and additionally wants a list of which internal hosts attempted those lookups so infected machines can be located. Which control provides both outcomes?

    • A. Blocking outbound port 53 at the perimeter firewall for all internal hosts
    • B. Enabling full packet capture on the internet uplink
    • C. Deploying host based encryption on all endpoints
    • D. DNS filtering that answers known malicious domains with a sinkhole address and logs the requesting client
    Show answer & explanation

    Answer: D
    A DNS sinkhole intercepts resolution for known malicious domains, returns a controlled address so the malware never reaches its infrastructure, and records the internal client that asked, which simultaneously blocks the channel and identifies infected hosts. Option A is the most tempting because it also stops external resolution, but blanket blocking of outbound resolution breaks name resolution for every legitimate purpose unless internal resolvers are permitted, and it produces a generic denial rather than an attributable record of which host sought which malicious domain. Full packet capture provides evidence but blocks nothing.

  100. 100. A network team monitors switches and routers using a management protocol whose earlier versions authenticate with a community string sent in the clear and provide no encryption of the retrieved values. An auditor requires that management queries be authenticated and confidential. What is the correct remediation?

    • A. Migrate to version 3 of the protocol, which adds authentication and encryption of the management traffic
    • B. Change the community string to a long random value and continue using the existing version
    • C. Restrict management queries to a dedicated virtual local area network and continue using the existing version
    • D. Disable monitoring entirely and rely on syslog forwarding from each device
    Show answer & explanation

    Answer: A
    Version 3 of the simple network management protocol introduces a user based security model with authentication and privacy, which is the only option that actually satisfies both the authentication and confidentiality requirement in the protocol itself. Option B is the most tempting because a long random community string does raise the guessing bar, but the string is still transmitted in the clear, so anyone able to observe the traffic simply reads it, and the retrieved data remains unencrypted. Option C reduces who can observe the traffic without meeting the stated requirement, and would at best be a compensating control rather than remediation.

  101. 101. Employees use personally owned phones for corporate mail. The company must be able to erase corporate mail and documents when someone leaves, without touching the employee's personal photographs, messages, or applications. Which mobile management approach satisfies both requirements?

    • A. Full device wipe issued from the mobile device management console at offboarding
    • B. Containerization, which places corporate data in a managed workspace that can be selectively wiped
    • C. Issuing corporate owned devices to every employee and prohibiting personal use
    • D. Requiring a device passcode and screen lock timeout through policy
    Show answer & explanation

    Answer: B
    Containerization creates a separate encrypted managed workspace on a personally owned device so corporate data and applications are governed independently and can be removed by a selective wipe that leaves personal content untouched. Option A is the most tempting because it certainly removes the corporate data, but a full wipe also destroys the employee's personal content on a device the company does not own, which the requirement explicitly forbids and which creates legal exposure. Option C solves the problem by abandoning the bring your own device model the scenario is built on, rather than by managing it.

  102. 102. A wireless team is upgrading a personal mode network. Under the current standard, an attacker who captures the association exchange can run an unlimited offline guessing attack against the shared passphrase, and anyone who knows the passphrase can decrypt other users' captured traffic. Which upgrade addresses both weaknesses, and by what mechanism?

    • A. Enabling MAC address filtering alongside the existing pre-shared key network
    • B. Disabling broadcast of the network name so the handshake cannot be located
    • C. Switching the pre-shared key to a much longer passphrase and shortening the rekey interval
    • D. Moving to WPA3 personal, which replaces the pre-shared key handshake with Simultaneous Authentication of Equals
    Show answer & explanation

    Answer: D
    WPA3 personal replaces the pre-shared key handshake with Simultaneous Authentication of Equals, a password authenticated key exchange in which each guess must be tested against the live network rather than offline, and which produces distinct session keys so knowing the passphrase does not let one client decrypt another's traffic. Option C is the most tempting because a longer passphrase genuinely does slow guessing, but it leaves the offline attack structurally possible and does nothing about passphrase holders decrypting each other's sessions. MAC filtering and hiding the network name are trivially defeated by observing existing traffic.

  103. 103. A build pipeline already runs a tool that parses source code without executing it and flags dangerous function calls and unvalidated input paths. Testers still find crashes triggered by malformed input against the running service that the tool never reported. Which additional testing technique targets that specific gap, and why does it find what the first tool missed?

    • A. Dynamic analysis such as fuzzing, because it exercises the running application with malformed input and observes actual runtime behavior
    • B. A second static analyzer from a different vendor, because coverage differences between rule sets explain all missed defects
    • C. Software composition analysis, because the crashes must originate in third party dependencies
    • D. Manual peer code review, because human reviewers read the same source the analyzer reads
    Show answer & explanation

    Answer: A
    Static analysis reasons about code without running it and therefore cannot observe defects that emerge from runtime state, environment, configuration, or the interaction of components. Dynamic analysis, including fuzzing, drives the running application with malformed and unexpected input and detects crashes and memory faults as they actually occur. Option B is the most tempting because rule set differences are a real phenomenon and adding coverage sounds prudent, but every static analyzer shares the same fundamental blind spot: none of them execute the program, so a defect that only manifests at runtime remains invisible to all of them.

  104. 104. An organization distributes an internal utility to thousands of endpoints. It wants each endpoint to refuse to execute the utility unless the file can be proven to originate from the organization's build system and to be byte for byte identical to what that system produced. Which practice provides this assurance at execution time?

    • A. Storing the utility on a read only network share with restricted permissions
    • B. Distributing the utility over an encrypted channel to prevent tampering in transit
    • C. Publishing a checksum of the file on the intranet for administrators to compare manually
    • D. Code signing the utility, with endpoints configured to require a valid trusted signature before execution
    Show answer & explanation

    Answer: D
    Code signing binds a digital signature from the publisher's private key to the binary, and an endpoint policy that requires a valid signature from a trusted publisher enforces both origin and integrity automatically at the moment of execution. Option C is the most tempting because a checksum does verify integrity, but a published checksum proves only that the bytes match a value someone posted; it carries no proof of origin, it can be replaced by an attacker who also controls the intranet page, and it depends on a manual comparison that no endpoint performs at runtime. Encrypted transport and share permissions protect the file in transit and at rest without validating it at execution.

  105. 105. An analyst receives a suspicious attachment and needs to observe what it does when opened, including what files it creates and what network destinations it contacts, without any risk to production systems. Which approach is appropriate?

    • A. Open the attachment on the analyst's workstation with antivirus enabled
    • B. Submit the file hash to a reputation service and take no further action
    • C. Detonate the file in an instrumented sandbox that is isolated from production networks
    • D. Open the attachment on a spare workstation that is on the production network but not domain joined
    Show answer & explanation

    Answer: C
    A sandbox executes untrusted code in a controlled, instrumented, and network isolated environment, capturing file, registry, process, and network behavior while preventing any effect on production. Option D is the most tempting because using a spare machine feels like adequate separation, but the machine remains on the production network, so malware that scans or spreads laterally can reach production hosts, and not being domain joined does not restrict its network reachability. A reputation lookup is useful triage but reports only what is already known and yields no behavioral detail for a novel sample.

  106. 106. A mature security team forms a hypothesis that an adversary is using a particular remote administration technique, then queries months of endpoint and network telemetry looking for that behavior even though no alert has fired and no incident has been declared. Which activity is the team performing?

    • A. Incident eradication
    • B. Vulnerability scanning
    • C. A tabletop exercise
    • D. Threat hunting
    Show answer & explanation

    Answer: D
    Threat hunting is proactive, hypothesis driven searching through existing telemetry for adversary behavior that automated detection has not flagged, and it deliberately begins without an alert or a declared incident. Option A is the most tempting for candidates who associate any deep investigation with incident response, but eradication is a phase that occurs after an incident has been confirmed and its purpose is to remove the adversary's presence, not to determine whether one exists. Vulnerability scanning enumerates weaknesses in systems rather than searching for evidence of an active adversary.

  107. 107. Counsel informs a company that litigation is reasonably anticipated and directs that automated deletion of specified employees' mailboxes, chat archives, and file shares must stop immediately, even though the retention schedule would otherwise purge them next month. What is this directive called, and what is the consequence of ignoring it?

    • A. A legal hold, and ignoring it risks spoliation of evidence with sanctions against the company
    • B. A right to be forgotten request, and ignoring it risks a privacy penalty
    • C. A data retention standard, and ignoring it risks an internal policy violation only
    • D. A chain of custody requirement, and ignoring it risks evidence being ruled inadmissible
    Show answer & explanation

    Answer: A
    A legal hold suspends routine destruction of potentially relevant records once litigation is anticipated, and it overrides the ordinary retention schedule; failing to preserve those records constitutes spoliation and can result in court sanctions and adverse inference. Option D is the most tempting because both concepts concern evidence handling in a legal context, but chain of custody documents who possessed evidence after it was collected, whereas a legal hold governs whether the material continues to exist at all. Option B inverts the direction entirely, since a right to be forgotten request seeks deletion rather than preservation.

  108. 108. A warehouse automation platform is valued at 400,000 dollars. Analysts estimate that a successful ransomware event would render 25 percent of that value unusable, and that such an event is expected to occur once every four years. Using standard quantitative risk formulas, what are the single loss expectancy and the annualized loss expectancy?

    • A. Single loss expectancy 400,000 dollars; annualized loss expectancy 100,000 dollars
    • B. Single loss expectancy 25,000 dollars; annualized loss expectancy 100,000 dollars
    • C. Single loss expectancy 100,000 dollars; annualized loss expectancy 400,000 dollars
    • D. Single loss expectancy 100,000 dollars; annualized loss expectancy 25,000 dollars
    Show answer & explanation

    Answer: D
    Single loss expectancy equals asset value multiplied by exposure factor, so 400,000 multiplied by 0.25 gives 100,000 dollars for one occurrence. Annualized loss expectancy equals single loss expectancy multiplied by the annualized rate of occurrence; once every four years is a rate of 0.25 per year, giving 25,000 dollars. Option C is the classic trap because it contains both correct figures but transposes them, which happens when a candidate multiplies rather than recognizing that a less than annual event rate must reduce the yearly figure below the single occurrence figure. A useful sanity check is that whenever an event occurs less than once a year, the annualized figure must be smaller than the single loss figure.

  109. 109. A security program maintains a central document in which each identified risk is recorded with a description, an assigned owner, a current severity, the chosen treatment, and a measurable indicator that signals when the exposure is trending toward the point requiring escalation. What is this document, and what is that measurable indicator called?

    • A. A risk register, and a key risk indicator
    • B. A business impact analysis, and a recovery point objective
    • C. A statement of work, and a service level target
    • D. An incident response plan, and a severity classification
    Show answer & explanation

    Answer: A
    A risk register is the authoritative inventory of identified risks with owners, scoring, and treatment decisions, and a key risk indicator is a measurable signal chosen to show that a risk is approaching a threshold requiring action. Option B is the most tempting because a business impact analysis is also a formal risk related artifact produced by the same program, but its subject is the operational consequence of losing a business process and its outputs are recovery objectives rather than an inventory of risks with named owners and treatments. An incident response plan governs handling of events that have already occurred.

  110. 110. After implementing all cost justified controls, a firm still faces meaningful residual financial exposure from a data breach. It purchases a cyber liability policy that would reimburse notification costs, legal fees, and regulatory penalties. Which risk management strategy has the firm applied to the residual exposure?

    • A. Risk mitigation
    • B. Risk acceptance
    • C. Risk transference
    • D. Risk avoidance
    Show answer & explanation

    Answer: C
    Transference shifts the financial consequence of a risk to a third party, most commonly through insurance or a contractual indemnity, while the underlying likelihood of the event is unchanged. Mitigation is the most tempting distractor because the firm did mitigate first and candidates read the whole scenario as one action, but the question asks about the treatment applied to the exposure remaining afterward, and buying a policy does not reduce the chance or the technical impact of a breach. Acceptance would mean absorbing the loss internally with no instrument in place, and avoidance would mean ceasing the activity that creates the exposure.

  111. 111. A company operates a legacy customer loyalty feature that generates negligible revenue but stores a large volume of personal data and depends on an unsupported platform. After review, leadership shuts the feature down and deletes the associated data rather than funding a rebuild. Which risk management strategy did leadership choose?

    • A. Risk acceptance, since no controls were added
    • B. Risk transference, since the data is no longer the company's concern
    • C. Risk avoidance, since the activity generating the exposure was discontinued
    • D. Risk mitigation, since deleting the data reduces the impact of any future breach
    Show answer & explanation

    Answer: C
    Avoidance eliminates a risk by ceasing the activity that creates it, which is exactly what retiring the feature and deleting the data accomplishes; the exposure does not merely shrink, it ends. Option D is the most tempting because deletion does reduce potential impact and candidates reach for mitigation whenever a protective action is taken, but mitigation implies the activity continues under reduced risk. Here the activity itself is discontinued, so no residual operational exposure remains to be managed. Acceptance is wrong because leadership took decisive action rather than absorbing the risk.

  112. 112. A finance director states that in a disaster the general ledger may lose no more than the last fifteen minutes of committed transactions, and that this figure should determine how often database replication and log shipping occur. Which continuity metric has the director specified?

    • A. Mean time between failures
    • B. Mean time to repair
    • C. Maximum tolerable downtime
    • D. Recovery point objective
    Show answer & explanation

    Answer: D
    The recovery point objective expresses the maximum acceptable amount of data loss measured backward in time from the disruption, and it drives backup and replication frequency, which is precisely what the director described. Maximum tolerable downtime is the most tempting distractor because it is also expressed in units of time and is also set by business leadership, but it measures how long the service may be unavailable rather than how much data may be lost; a system can be restored very quickly and still fail the requirement if it comes back missing hours of transactions. Mean time between failures and mean time to repair describe reliability and repair duration, not data loss tolerance.

  113. 113. Two research organizations wish to record a shared intention to collaborate on a joint security program, describing goals and general responsibilities, without creating binding financial obligations or committing either party to specific deliverables. Which agreement type fits this purpose?

    • A. Service level agreement
    • B. Memorandum of understanding
    • C. Statement of work
    • D. Business partners agreement
    Show answer & explanation

    Answer: B
    A memorandum of understanding documents mutual intent and general responsibilities between parties without the enforceability and detailed obligations of a contract, which matches a non binding statement of collaborative goals. A statement of work is the most tempting distractor because it also describes what parties will do, but it is precisely the opposite in character: it enumerates specific deliverables, schedules, and acceptance criteria under an existing contract. A service level agreement commits a provider to measurable performance levels, and a business partners agreement governs profit sharing and responsibilities between commercial partners.

  114. 114. A bank's contract negotiation team wants the ability to send its own assessors into a processing vendor's facilities during the contract term to inspect controls first hand, rather than relying only on whatever reports the vendor chooses to share. Which contractual provision secures that ability?

    • A. A non-disclosure agreement covering the vendor's control documentation
    • B. A service level agreement with financial penalties for outages
    • C. A right-to-audit clause
    • D. A memorandum of understanding describing the security relationship
    Show answer & explanation

    Answer: C
    A right-to-audit clause is the contractual provision that grants the customer authority to examine the vendor's controls, records, and facilities during the term, which is the only mechanism that converts an expectation of transparency into an enforceable entitlement. A non-disclosure agreement is the most tempting distractor because it also concerns access to the vendor's sensitive documentation, but it restricts what may be disclosed about information already shared; it grants no right to obtain anything. A service level agreement governs performance thresholds and remedies, not inspection rights.

  115. 115. A hosting provider commits in writing to specific uptime percentages, defined response times by ticket severity, and credits payable to the customer when those thresholds are missed. Which agreement type contains these commitments?

    • A. Master service agreement
    • B. Memorandum of agreement
    • C. Non-disclosure agreement
    • D. Service level agreement
    Show answer & explanation

    Answer: D
    A service level agreement defines measurable performance commitments such as availability and response times, together with the remedies or credits owed when they are not met. A master service agreement is the most tempting alternative because it is also a formal commercial contract that governs the same vendor relationship, but it establishes the overarching legal terms, liability, and payment framework under which individual engagements operate; the specific measurable performance thresholds and their penalties live in the service level agreement rather than in the master terms. A non-disclosure agreement concerns confidentiality only.

  116. 116. Before a prospective supplier is given access to design specifications during an evaluation, the company requires it to sign a document restricting how that information may be used and prohibiting its disclosure to any outside party. Which document is this?

    • A. Non-disclosure agreement
    • B. Acceptable use policy
    • C. Statement of work
    • D. Interconnection security agreement
    Show answer & explanation

    Answer: A
    A non-disclosure agreement legally binds the receiving party to keep specified information confidential and to use it only for the agreed purpose, which is standard practice before sharing proprietary material during an evaluation. An acceptable use policy is the most tempting distractor because it also governs how information and systems may be used, but it applies internally to an organization's own users and their use of corporate resources; it has no force over an external supplier. A statement of work would describe deliverables for engaged work that has not yet been awarded here.

  117. 117. A retailer decides what customer data to collect, why it is collected, and how long it is kept. It contracts a marketing analytics firm that runs segmentation models strictly according to the retailer's written instructions and may not use the data for its own purposes. Under privacy roles, how are the two parties classified?

    • A. The retailer is the data processor and the analytics firm is the data controller
    • B. The retailer is the data controller and the analytics firm is the data processor
    • C. Both are joint data subjects with shared obligations
    • D. The retailer is the data custodian and the analytics firm is the data owner
    Show answer & explanation

    Answer: B
    The controller determines the purposes and means of processing, and the processor acts only on the controller's documented instructions, which maps directly to the retailer setting purpose and retention and the analytics firm executing within those instructions. Option A is the standard trap because it names the correct pair of roles but reverses them; the reliable test is who decides why the data is processed, since that decision defines the controller regardless of which party performs more of the technical work. Option C misuses the term data subject, which refers to the individual whom the personal data describes.

  118. 118. A former customer submits a verified request asking a company to erase all personal data it holds about them. The company confirms no legal obligation requires continued retention of that particular data. Which privacy concept obliges the company to act, and what must its data inventory make possible?

    • A. Data minimization, which requires the company to collect less personal data going forward
    • B. Data sovereignty, which requires the company to confirm which country stores the data
    • C. The right to be forgotten, which requires locating every copy of that individual's data
    • D. Attestation, which requires the company to certify annually that requests were handled
    Show answer & explanation

    Answer: C
    The right to be forgotten, or right to erasure, entitles a data subject to have their personal data deleted where no overriding legal basis for retention exists, and honoring it in practice depends on a complete and current data inventory, since data the company cannot find is data it cannot delete. Option A is the most tempting because minimization is a closely related privacy principle that also reduces stored data, but it constrains what is collected and retained as a matter of policy and creates no obligation triggered by an individual's request. Data sovereignty concerns geographic location rather than deletion.

  119. 119. A firm engages testers who are given only the company name and no network diagrams, credential lists, source code, or architecture documentation, and who must discover the environment themselves. The goal is to approximate the perspective of an outside attacker with no prior information. Which engagement type is this?

    • A. A known environment test
    • B. A partially known environment test
    • C. An internal compliance self-assessment
    • D. An unknown environment test
    Show answer & explanation

    Answer: D
    An unknown environment test withholds internal information so testers must perform their own discovery, which most closely simulates an external adversary but consumes engagement time on reconnaissance that a known environment test spends on depth of coverage. Option B is the most tempting because engagements frequently sit somewhere in the middle, but a partially known test provides some internal information such as a network range or a low privilege account; here the testers receive nothing beyond the company name. A self-assessment is performed by the organization on its own controls and is not an adversarial test at all.

  120. 120. Early in an engagement, testers gather employee names and role titles from public professional profiles, enumerate subdomains from certificate transparency records, and read job postings that name internal technologies. No packet is sent to the client's infrastructure. How is this phase classified, and what is its practical advantage?

    • A. Passive reconnaissance, because no target system is touched, so nothing appears in its logs
    • B. Lateral movement, because the tester is expanding knowledge across the environment
    • C. Active reconnaissance, because information about live production systems is being obtained
    • D. Initial exploitation, because the collected identities will later be used to gain access
    Show answer & explanation

    Answer: A
    Passive reconnaissance collects information from third party and public sources without touching the target, so it generates no traffic for the target's monitoring to record and cannot alert defenders. Option C is the most tempting because the information genuinely describes live production systems and candidates classify by what is learned rather than by how, but the active and passive distinction turns entirely on whether the tester interacts with the target; port scanning and service enumeration are active precisely because they generate observable traffic. Exploitation and lateral movement occur after access is obtained.

  121. 121. Following a breach at a supplier, a regulator examines whether the client organization behaved responsibly. It looks separately at the investigation the client performed before selecting the supplier, and at whether the client then operated its ongoing oversight of that supplier prudently throughout the contract. Which two concepts is the regulator distinguishing?

    • A. Attestation before selection, and acknowledgement during the contract
    • B. Due care before selection, and due diligence during the contract
    • C. Risk appetite before selection, and risk tolerance during the contract
    • D. Due diligence before selection, and due care during the contract
    Show answer & explanation

    Answer: D
    Due diligence is the investigative work of researching and verifying before a decision is made, such as assessing a supplier's controls prior to award. Due care is the ongoing exercise of reasonable prudence in operating and maintaining protections once the relationship exists. Option B is the standard trap because it names the correct pair and reverses them; a durable mnemonic is that diligence is the homework done first and care is the conduct sustained afterward. Attestation and acknowledgement are compliance mechanisms in which parties formally certify or confirm a state, not the standards of conduct the regulator is assessing.

  122. 122. A newly formed program must produce a risk assessment within three weeks. Reliable loss figures and event frequencies do not exist for most of the identified risks, and gathering them would take months. Which approach should the assessor select, and what limitation must be reported alongside the results?

    • A. Quantitative analysis, reporting that the resulting monetary figures are precise but provisional
    • B. Quantitative analysis, reporting that estimated inputs make the output more objective than expert judgment
    • C. Qualitative analysis, reporting that the resulting rankings are relative and depend on the judgment of the participants
    • D. No assessment should be produced until reliable loss data becomes available
    Show answer & explanation

    Answer: C
    Qualitative analysis ranks risks on descriptive scales using expert judgment and is the appropriate method when reliable frequency and loss data are unavailable, provided the report states that the output is a relative ordering influenced by participant subjectivity. Options A and B are tempting because monetary outputs appear more rigorous to executives, but running quantitative formulas over invented inputs produces figures whose apparent precision is unfounded and which are more likely to mislead a decision maker than a clearly labeled ranking. Option D is unacceptable because deferring the assessment leaves leadership with no risk information at all during the intervening months.

  123. 123. A security awareness program sends simulated lures to staff each month. Leadership currently judges the program solely by whether the click rate is falling. A program manager argues that a second measure matters more for defending against a real campaign. Which additional measure should be tracked, and why?

    • A. The number of training modules completed, because completion demonstrates knowledge transfer
    • B. The average time employees spend reading each simulated message, because engagement predicts retention
    • C. The proportion of staff who never open external mail, because avoidance eliminates exposure
    • D. The reporting rate and the time to first report, because early reporting lets responders act before other recipients are affected
    Show answer & explanation

    Answer: D
    Click rate measures only failure. In a real campaign the decisive variable is how quickly someone alerts the security team, because the first report lets responders pull the message from other mailboxes, block the sender and destination, and hunt for compromised accounts before the campaign spreads. Option A is the most tempting because completion statistics are easy to gather and are commonly reported to leadership, but completing a module records attendance rather than behavior and does not indicate whether an employee would recognize or report a live lure. Option C describes an unrealistic behavior that would prevent employees from doing their jobs.

  124. 124. Tallgrass Manufacturing transfers billing files to its payment processor each night. One morning the SHA-256 digest computed at the destination does not match the digest recorded at the source. Which security property does this comparison verify?

    • A. Authorization
    • B. Confidentiality
    • C. Availability
    • D. Integrity
    Show answer & explanation

    Answer: D
    Comparing a cryptographic hash computed before and after transfer detects whether the file changed in transit, which is an integrity check. Hashing does not hide the file contents, so it provides no confidentiality, it does nothing to keep the transfer service reachable, and it plays no role in deciding which users are permitted to access the data.

  125. 125. Ransomware encrypts the electronic health record system at Meridian Health, and clinicians cannot retrieve patient charts for six hours. Which principle of the CIA triad was primarily violated?

    • A. Confidentiality
    • B. Availability
    • C. Non-repudiation
    • D. Integrity
    Show answer & explanation

    Answer: B
    Availability means authorized users can reach systems and data when they need them, and the outage denied clinicians exactly that access. Confidentiality concerns unauthorized disclosure, which is not described here, and integrity concerns unauthorized modification of the records themselves. Non-repudiation is about proving who performed an action, not about system uptime.

  126. 126. Redbud Retail installs bollards along the storefront, fencing around the loading dock, and a badge-controlled mantrap at the distribution center lobby. Into which control category do these measures fall?

    • A. Technical
    • B. Managerial
    • C. Physical
    • D. Operational
    Show answer & explanation

    Answer: C
    Bollards, fencing, and access-controlled vestibules are tangible barriers that restrict real-world entry, which is the definition of physical controls. Technical controls are implemented by systems such as firewalls or encryption, managerial controls are governance activities like risk assessments and policies, and operational controls are processes carried out by people, such as guard patrols or training programs.

  127. 127. Every workstation at Harbor & Finch displays a logon banner stating that all activity is monitored and that violations will be prosecuted. Which control type does this banner primarily represent?

    • A. Detective
    • B. Corrective
    • C. Compensating
    • D. Deterrent
    Show answer & explanation

    Answer: D
    A warning banner discourages misuse by telling would-be violators that they are watched and will face consequences, which is the purpose of a deterrent control. It does not actually detect anything by itself, it corrects nothing after an incident, and it is not standing in for another control that could not be implemented, so the detective, corrective, and compensating labels do not fit.

  128. 128. A programmable logic controller on a bottling line cannot be patched and cannot run endpoint software. The engineering team places it on an isolated VLAN reachable only through strict firewall rules. Relative to the patching it cannot receive, what control type is the isolation?

    • A. Compensating
    • B. Corrective
    • C. Detective
    • D. Directive
    Show answer & explanation

    Answer: A
    A compensating control provides alternative protection when the primary control, here routine patching, is not feasible. Network isolation reduces the exploitability of the unpatched device, achieving a similar risk reduction by different means. It is not corrective because no incident is being remediated, not detective because it identifies nothing, and not directive because it is a technical safeguard rather than an instruction to personnel.

  129. 129. After confirming malware on a public lobby kiosk, a technician wipes the device and re-images it from a known-good gold image. Which control type does the re-imaging represent?

    • A. Corrective
    • B. Detective
    • C. Deterrent
    • D. Preventive
    Show answer & explanation

    Answer: A
    Corrective controls restore systems to a secure state after an incident has occurred, and rebuilding a compromised kiosk from a trusted image is a classic example. Preventive controls act before an incident to stop it, deterrent controls discourage attackers from trying, and detective controls identify that something happened; none of those describe cleanup and restoration.

  130. 130. A security architect is diagramming a zero trust design and needs to label the component that evaluates identity, device posture, and other signals to decide whether each access request should be granted. Which component is this?

    • A. Policy enforcement point
    • B. Implicit trust zone
    • C. Policy engine
    • D. Data plane forwarding node
    Show answer & explanation

    Answer: C
    In zero trust architecture the policy engine sits in the control plane and makes the grant-or-deny decision for each request based on the signals it evaluates. The policy enforcement point sits in the data plane and carries out that decision by allowing or blocking the session, but it does not decide. An implicit trust zone is what zero trust seeks to shrink, and a forwarding node simply moves packets.

  131. 131. Vela Software retires its always-on VPN. Under the new design, every request to every internal application re-evaluates the user's identity and the device's health, no matter where the connection originates. Which zero trust principle does this illustrate?

    • A. Single sign-on for user convenience
    • B. Physical isolation of sensitive systems
    • C. Defense in depth at the network perimeter
    • D. Continuous verification of every access request
    Show answer & explanation

    Answer: D
    Zero trust removes the assumption that anything inside the network is safe, so each request is authenticated and authorized continuously using identity and device posture. Perimeter-focused defense in depth is the older model this design replaces, single sign-on addresses login convenience rather than trust decisions, and physical isolation is an air-gap technique unrelated to per-request evaluation.

  132. 132. A DevSecOps team plants a fake cloud API key inside a private source repository. Weeks later an alert fires because the key was used against the cloud provider from an unfamiliar address. What did the team deploy?

    • A. A honeytoken
    • B. A honeypot
    • C. A honeynet
    • D. A honeyfile
    Show answer & explanation

    Answer: A
    A honeytoken is a piece of fake data, such as bogus credentials or an API key, that has no legitimate use, so any attempt to use it is a high-confidence signal of compromise. A honeypot is a decoy system, a honeynet is a network of such decoys, and a honeyfile is a decoy document that alerts when opened; none of those are a planted credential.

  133. 133. To study attacker techniques without exposing production, a SOC stands up a deliberately outdated-looking web server in a screened subnet and instruments it with full packet capture and alerting. What is this system?

    • A. A jump server
    • B. A honeypot
    • C. A honeyfile
    • D. A bastion load balancer
    Show answer & explanation

    Answer: B
    A honeypot is a decoy system designed to attract attackers so defenders can observe tools and techniques safely away from real assets. A jump server is a hardened administrative gateway used by legitimate staff, a honeyfile is a decoy document rather than a whole system, and a load balancer distributes traffic for availability; only the decoy server matches the described purpose.

  134. 134. Before migrating a core switch this weekend, a network engineer writes out the exact commands needed to restore the previous configuration if the migration fails. Which change management element is being prepared?

    • A. The maintenance window
    • B. The stakeholder analysis
    • C. The backout plan
    • D. The standard change template
    Show answer & explanation

    Answer: C
    A backout plan documents how to return to the last known-good state if a change goes wrong, which is exactly what the recorded restore commands provide. The maintenance window is the scheduled time for the work, stakeholder analysis identifies who is affected and must be informed, and a standard change template covers routine pre-approved changes rather than recovery steps.

  135. 135. After an approved rule change on the data center firewalls, the implementing engineer immediately revises the network diagram and the configuration records in the CMDB. Which change management practice is being performed?

    • A. Scheduling downtime notifications
    • B. Impact analysis
    • C. Emergency approval
    • D. Updating documentation
    Show answer & explanation

    Answer: D
    Keeping diagrams, inventories, and configuration records current after each change is the documentation discipline of change management, and it is what lets future troubleshooting, audits, and incident response rely on accurate information. Impact analysis happens before approval, emergency approval covers urgent unplanned changes, and downtime notifications are communication tasks performed ahead of the work.

  136. 136. A systems administrator at a law firm generates a key pair on a new web server and must now request a TLS certificate from a public certificate authority. What does the administrator submit to the CA?

    • A. A certificate signing request containing the public key
    • B. The server's private key
    • C. The CA's root certificate
    • D. A randomly generated symmetric session key
    Show answer & explanation

    Answer: A
    A certificate signing request bundles the public key with identifying information such as the domain name, and the CA signs it to produce the certificate. The private key must never leave the server, the root certificate is something the CA publishes rather than receives, and symmetric session keys are negotiated later during TLS handshakes, not during certificate issuance.

  137. 137. An online marketplace wants browsers to confirm its certificate has not been revoked without every visitor contacting the certificate authority directly, which adds latency and reveals browsing activity. Which mechanism should the server implement?

    • A. Downloading full certificate revocation lists to each client
    • B. Switching to a wildcard certificate
    • C. OCSP stapling
    • D. Certificate pinning in the mobile app
    Show answer & explanation

    Answer: C
    With OCSP stapling, the web server periodically obtains a time-stamped, CA-signed revocation status and attaches it to the TLS handshake, so clients get fresh proof without querying the CA themselves. Full CRL downloads are heavyweight and slow, pinning binds an app to specific keys but says nothing about revocation status, and a wildcard certificate only changes which names one certificate covers.

  138. 138. An enterprise PKI keeps its root certificate authority powered off in a safe and issues all end-entity certificates from intermediate CAs. What is the primary security reason for this design?

    • A. It shortens the certificate chain that clients must validate
    • B. It allows certificates to be issued without any signing operations
    • C. It limits exposure of the root key, so a compromised intermediate can be revoked without rebuilding all trust
    • D. It removes the need to publish revocation information
    Show answer & explanation

    Answer: C
    The root key anchors all trust, so it stays offline where it cannot be stolen through a network intrusion. Day-to-day issuance happens on intermediates, and if one is compromised it can be revoked and replaced while the root, and therefore the overall trust hierarchy, survives. The design actually lengthens the chain rather than shortening it, signing operations are still required, and revocation publishing remains necessary.

  139. 139. During a TLS handshake, asymmetric cryptography is used to establish a shared session key, and the rest of the conversation is protected with AES. Why do protocols combine the two approaches this way?

    • A. Asymmetric encryption provides availability guarantees that AES lacks
    • B. Symmetric encryption is much faster for bulk data, while asymmetric methods solve the key exchange problem
    • C. Asymmetric ciphers cannot run on modern server hardware
    • D. Symmetric keys are impossible to compromise once established
    Show answer & explanation

    Answer: B
    Symmetric algorithms such as AES encrypt large volumes of data very efficiently but require both parties to share a secret first, which is difficult over an untrusted network. Asymmetric techniques let strangers establish that shared secret securely, after which the fast symmetric cipher takes over. Modern hardware runs asymmetric ciphers fine, symmetric keys can still be stolen from endpoints, and no cipher choice provides availability.

  140. 140. Reviewing a leaked credential database from a breached retailer, an analyst notices that two accounts known to share the same password have completely different stored hash values. Which password storage practice explains this?

    • A. Salting each password before hashing
    • B. Rotating the hash algorithm monthly
    • C. Encoding passwords with Base64
    • D. Truncating passwords to eight characters
    Show answer & explanation

    Answer: A
    A salt is a unique random value combined with each password before hashing, so identical passwords produce different digests. This defeats precomputed rainbow tables and prevents attackers from spotting shared passwords at a glance. Rotating algorithms would not differentiate two hashes created the same way, Base64 is reversible encoding rather than protection, and truncation would make matching hashes more likely, not less.

  141. 141. A router vendor signs each firmware release with its private key, and devices verify the signature before installing. Beyond detecting corruption, what does the signature give the vendor's customers?

    • A. Confidentiality of the firmware contents
    • B. Proof the firmware genuinely originated from the vendor
    • C. Faster installation of updates
    • D. Automatic rollback if the update fails
    Show answer & explanation

    Answer: B
    A digital signature is created with the signer's private key and verified with the public key, so a valid signature proves both that the file was not altered and that it came from the holder of that private key. This authenticity and non-repudiation is what blocks attackers from slipping counterfeit firmware into the supply chain. Signatures do not encrypt the payload, speed up installs, or provide rollback logic.

  142. 142. Brightline Insurance encrypts employee workstations but is legally required to produce readable records even after an employee departs or loses access to their credentials. Which cryptographic practice satisfies this requirement?

    • A. Certificate pinning
    • B. Perfect forward secrecy
    • C. Key escrow
    • D. Steganography
    Show answer & explanation

    Answer: C
    Key escrow stores copies of decryption keys with a trusted internal or third-party custodian so the organization can recover encrypted data when the original key holder is unavailable. Perfect forward secrecy deliberately makes past sessions unrecoverable, which is the opposite of what a records requirement demands, pinning ties clients to expected certificates, and steganography hides data rather than enabling authorized recovery.

  143. 143. A developer configures the authentication service to hash passwords with PBKDF2 using several hundred thousand iterations instead of a single pass of SHA-256. What is the goal of this configuration?

    • A. To make each password hash reversible for support staff
    • B. To compress the credential database
    • C. To let two different passwords produce the same digest
    • D. To slow down offline guessing attacks through key stretching
    Show answer & explanation

    Answer: D
    Key stretching algorithms such as PBKDF2 and bcrypt apply the underlying function thousands of times, making each guess computationally expensive. Legitimate logins barely notice the delay, but an attacker attempting billions of offline guesses is slowed enormously. Hashes remain one-way, the iteration count has nothing to do with storage size, and deliberately causing collisions would weaken security rather than improve it.

  144. 144. A consultant explains to Foxglove Games that full-disk encryption on laptops protected a device stolen from a parked car, yet another risk remains uncovered. Which threat does full-disk encryption NOT address?

    • A. An attacker or malware operating inside an authenticated, running session
    • B. Reading data from a drive removed from a powered-off laptop
    • C. A thief booting the stolen laptop without credentials
    • D. Recovering files from a lost powered-down device
    Show answer & explanation

    Answer: A
    Full-disk encryption protects data at rest, so a powered-off device or a removed drive yields only ciphertext. Once a legitimate user unlocks the disk and the system is running, files are transparently decrypted for every process in that session, so malware or an attacker using the logged-in account reads everything normally. The three powered-off theft scenarios are precisely what the technology defends against.

  145. 145. A payments company is building an internal certificate authority and must store its signing keys in tamper-resistant, FIPS-validated hardware that supports high-volume signing operations across the cluster. Which component fits?

    • A. A software keystore on the CA server
    • B. A hardware security module
    • C. A self-encrypting USB drive
    • D. A password manager vault
    Show answer & explanation

    Answer: B
    A hardware security module is purpose-built to generate, store, and use cryptographic keys inside a tamper-resistant boundary, offers formal FIPS validation, and is engineered for high-throughput signing by networked services. A software keystore leaves keys exposed to host compromise, a self-encrypting USB drive protects stored files rather than performing signing, and a password manager handles credentials, not CA key operations.

  146. 146. An IT team enables drive encryption across its laptop fleet. Each machine seals its encryption keys inside a dedicated chip on the motherboard, which releases them only when boot measurements match expected values. Which component provides this?

    • A. A network-attached HSM
    • B. A RADIUS server
    • C. The Trusted Platform Module
    • D. The UEFI boot menu
    Show answer & explanation

    Answer: C
    The Trusted Platform Module is a chip on the endpoint that stores keys and platform measurements, releasing disk encryption keys only when the boot chain matches the recorded state, which also defeats tampering with the boot process. A network HSM serves centralized enterprise keys rather than sealing per-laptop measurements, RADIUS authenticates network access, and the UEFI menu is firmware configuration, not key storage.

  147. 147. A newly hired CISO maps the organization's existing controls against the target profile of an industry cybersecurity framework to identify which capabilities are missing or immature. What is this exercise called?

    • A. A penetration test
    • B. A vulnerability scan
    • C. A business impact analysis
    • D. A gap analysis
    Show answer & explanation

    Answer: D
    A gap analysis compares the current state of a security program against a desired state, such as a framework profile, and produces the list of missing or weak capabilities that drives the improvement roadmap. A penetration test exercises technical defenses through simulated attack, a vulnerability scan enumerates software flaws, and a business impact analysis measures the operational cost of losing specific processes.

  148. 148. A contractor signs in to the engineering portal successfully but receives an access denied message when opening the finance department's shared folder. Which element of the AAA model produced the denial?

    • A. Authorization
    • B. Authentication
    • C. Accounting
    • D. Auditing
    Show answer & explanation

    Answer: A
    The contractor proved their identity successfully, so authentication passed; the denial came from authorization, the step that decides what an authenticated identity is permitted to do, and finance resources were outside this contractor's permissions. Accounting records what users do for later review, and auditing examines those records, so neither of them blocks a live access attempt.

  149. 149. Forensic review at a defense contractor reveals custom implants that dwelled undetected for fourteen months, exfiltration of unreleased R&D documents, and no monetary demand of any kind. Which threat actor profile best fits?

    • A. An unskilled attacker experimenting with public tools
    • B. A nation-state actor conducting espionage
    • C. Organized crime seeking ransom payments
    • D. A hacktivist collective seeking publicity
    Show answer & explanation

    Answer: B
    Long dwell time, bespoke tooling, patient targeting of intellectual property, and the absence of any financial demand are hallmarks of state-sponsored espionage, which is resourced for stealth rather than quick profit. Unskilled attackers lack custom implants, criminal groups monetize access quickly through ransom or fraud, and hacktivists announce themselves because publicity is the point.

  150. 150. Two weeks after receiving a poor performance review, a database administrator copies the full customer table to a personal drive at 2 a.m. and submits a resignation letter the next morning. Which threat classification applies?

    • A. A supply chain compromise
    • B. A watering hole attack
    • C. An insider threat
    • D. Shadow IT adoption
    Show answer & explanation

    Answer: C
    An employee misusing legitimate access to take data is the textbook insider threat, and the combination of a grievance, off-hours bulk copying, and imminent departure is a recognized warning pattern. A supply chain compromise arrives through vendors or components, a watering hole poisons an external website the victim frequents, and shadow IT is unsanctioned tooling rather than deliberate data theft.

  151. 151. A city government's website is defaced overnight with slogans condemning a proposed pipeline project, and a group claims responsibility on social media demanding the project be canceled. What motivates this attacker?

    • A. Financial gain
    • B. Corporate espionage
    • C. Revenge by a former employee
    • D. Ideological or political beliefs
    Show answer & explanation

    Answer: D
    Defacement paired with public slogans and policy demands is characteristic of hacktivism, where the goal is drawing attention to a cause rather than making money or stealing secrets. There is no theft or extortion indicating financial motives, no competitor gathering trade secrets, and nothing tying the act to a disgruntled former insider with personal revenge in mind.

  152. 152. Investigators find that an intrusion at Osprey Airlines used ransomware rented from a developer who takes a percentage of each payment, with data stolen first and publication threatened unless a second fee is paid. Which actor and model are described?

    • A. Organized crime using ransomware-as-a-service with double extortion
    • B. A nation-state pre-positioning for wartime disruption
    • C. An insider deploying a logic bomb for revenge
    • D. A script kiddie running a denial-of-service booter
    Show answer & explanation

    Answer: A
    Profit-sharing rental of ransomware is the ransomware-as-a-service model operated by criminal enterprises, and stealing data before encryption to demand a second payment is double extortion. State actors pre-positioning avoid announcing themselves with ransom notes, an insider logic bomb is planted code triggered by conditions rather than rented tooling, and booter services flood targets instead of encrypting files.

  153. 153. The marketing department at a logistics firm signs up for an unapproved file-sharing service using corporate email addresses and begins storing customer manifests there, without informing IT. What risk category does this represent?

    • A. A watering hole attack
    • B. Shadow IT
    • C. Typosquatting
    • D. A birthday attack
    Show answer & explanation

    Answer: B
    Shadow IT is technology adopted without IT's knowledge or approval, and it creates risk because the data placed there receives none of the organization's controls, monitoring, or backup discipline. A watering hole is an attacker compromising a site the victims visit, typosquatting registers lookalike domains to catch mistyped traffic, and a birthday attack is a cryptographic collision technique, none of which describe unsanctioned SaaS use.

  154. 154. Commuters report that stickers bearing QR codes were pasted over the legitimate codes on downtown parking kiosks, and scanning them leads to a payment page that harvests card numbers. Which attack vector is being used?

    • A. A brute-force attack on the kiosk operating system
    • B. Bluetooth-based skimming of nearby phones
    • C. Malicious QR codes substituted in a physical location
    • D. DNS cache poisoning of the city's resolver
    Show answer & explanation

    Answer: C
    Replacing printed QR codes with malicious ones exploits the fact that users cannot read the encoded URL before scanning, steering them to a counterfeit payment page. Nothing here attacks the kiosk software itself, so brute force is wrong; no radio-based skimming of phones is described; and victims reach the fake site through the sticker's own link, not through poisoned name resolution.

  155. 155. Several USB drives labeled Payroll Q3 are found scattered around an office parking lot. An employee plugs one into a workstation to identify the owner and a hidden payload executes. Which attack vector was used?

    • A. A deauthentication flood
    • B. An on-path interception of network traffic
    • C. A server-side request forgery
    • D. A removable media baiting attack
    Show answer & explanation

    Answer: D
    Seeding tempting removable media and relying on human curiosity to get it connected is a baiting attack through the removable device vector, and the enticing payroll label is the lure. Deauthentication targets wireless sessions, on-path attacks intercept traffic between two parties already communicating, and server-side request forgery abuses a web application into making internal requests; none involve planted hardware.

  156. 156. Attackers compromise the remote monitoring and management platform of a managed service provider and use its trusted update channel to push malware simultaneously to dozens of the MSP's customers. Which vulnerability class was exploited?

    • A. A supply chain compromise through a service provider
    • B. A cross-site scripting flaw in each customer's website
    • C. Weak wireless encryption at the customer sites
    • D. A race condition in the customers' databases
    Show answer & explanation

    Answer: A
    When adversaries breach a supplier and ride its trusted access or update mechanism into many downstream victims at once, that is a supply chain attack, and managed service providers are prized targets precisely because of this multiplier. Cross-site scripting attacks a web application's users, weak wireless encryption exposes one site's airwaves, and a race condition is a timing flaw, none of which explain simultaneous compromise through a vendor channel.

  157. 157. A hospital's imaging workstation runs an operating system whose vendor ended all support years ago, and the applications cannot be migrated. What is the primary security consequence of keeping this system in service?

    • A. The hardware will consume more electricity over time
    • B. Newly discovered flaws will never receive vendor patches
    • C. Its license costs will increase annually
    • D. Users will need retraining on newer interfaces
    Show answer & explanation

    Answer: B
    Once a product passes end of support, the vendor stops shipping security fixes, so every vulnerability discovered afterward remains permanently exploitable on that system, which is why unsupported platforms demand isolation or other offsetting safeguards. Power draw, licensing fees, and training needs may be real operational concerns, but they are not security consequences of running the platform.

  158. 158. An external scan shows a manufacturer's remote desktop service exposed directly to the internet on its standard port, with logs full of password guessing from foreign addresses. Which change most effectively reduces this attack surface?

    • A. Moving the service to a nonstandard port number
    • B. Adding a longer logon warning banner
    • C. Requiring access through a VPN or gateway with multifactor authentication
    • D. Increasing the session idle timeout
    Show answer & explanation

    Answer: C
    Removing direct internet exposure so the service is reachable only through an authenticated VPN or gateway, with multifactor authentication in front, eliminates the open target rather than merely inconveniencing attackers. Port changes are trivially defeated by scanners that fingerprint services, a banner has no technical effect on guessing, and a longer idle timeout actually keeps sessions open longer without addressing entry at all.

  159. 159. A company controller receives an urgent email that appears to come from the CEO, sent from a domain where the letter m is replaced by rn, instructing her to update a supplier's bank account before a payment run. Which attack is underway?

    • A. A worm propagating through the mail server
    • B. SQL injection against the payment application
    • C. A deauthentication attack on the finance VLAN
    • D. Business email compromise using a lookalike domain
    Show answer & explanation

    Answer: D
    Impersonating an executive to redirect legitimate payments is business email compromise, and registering a visually confusable domain is a common way to make the fraudulent sender survive a glance. No self-propagating code is involved, so it is not a worm; nothing is injected into a database query; and deauthentication is a wireless denial technique unrelated to fraudulent payment instructions.

  160. 160. A caller identifying himself as help desk staff tells a receptionist that her mailbox sync is broken and asks her to read back the six-digit code she is about to receive so he can repair it. Which attack technique is this?

    • A. Vishing combined with a pretext
    • B. Smishing
    • C. Tailgating
    • D. Dumpster diving
    Show answer & explanation

    Answer: A
    An attack delivered by voice call is vishing, and the invented help desk scenario is the pretext that makes the request seem legitimate; the real goal is capturing the one-time code to defeat multifactor authentication. Smishing arrives by text message rather than a call, tailgating is following someone through a controlled door, and dumpster diving recovers discarded documents, none of which happen over the phone.

  161. 161. Hundreds of employees at a utility receive a text message claiming an unpaid road toll will result in penalties unless they follow a link, which opens a page requesting card details. Which attack is this?

    • A. Whaling
    • B. Smishing
    • C. Cross-site request forgery
    • D. An evil twin access point
    Show answer & explanation

    Answer: B
    Phishing delivered over SMS is smishing, and fake toll or delivery notices with urgent payment links are among its most common lures. Whaling is targeted email fraud against senior executives, an evil twin is a rogue wireless access point that mimics a legitimate network, and cross-site request forgery abuses an authenticated browser session, none of which involve fraudulent text messages.

  162. 162. Threat intelligence reveals that attackers quietly planted exploit code on a niche metallurgy forum visited mainly by engineers from a handful of aerospace firms, infecting visitors from the targeted companies. Which technique is described?

    • A. Password spraying
    • B. Domain hijacking of the victims' websites
    • C. A watering hole attack
    • D. Bluejacking of mobile devices
    Show answer & explanation

    Answer: C
    Compromising a third-party site that the intended victims habitually visit, then serving malware to them there, is a watering hole attack, useful when the target's own perimeter is too hard to breach directly. Password spraying guesses common passwords across many accounts, domain hijacking steals control of a victim's own domain registration, and bluejacking pushes unsolicited Bluetooth messages, none of which involve poisoning a frequented site.

  163. 163. Users who mistype one letter of their bank's web address land on a pixel-perfect copy of the login page that records whatever they enter. Which technique are the attackers relying on?

    • A. An SSRF exploit
    • B. MAC address cloning
    • C. Typosquatting
    • D. Session fixation
    Show answer & explanation

    Answer: C
    Registering domains that differ from a legitimate one by a common typing error, then hosting a credential-harvesting clone there, is typosquatting; the victims deliver themselves through ordinary mistakes. Server-side request forgery tricks a server into making internal requests, MAC cloning impersonates a device on a local network, and session fixation forces a victim onto a known session identifier, none of which depend on mistyped URLs.

  164. 164. A coordinated network of fake social media accounts spreads a fabricated story that a beverage company's flagship product is being recalled, driving down its share price ahead of an acquisition vote. What is this activity called?

    • A. A disinformation or influence campaign
    • B. Pharming
    • C. Credential harvesting
    • D. Radio frequency jamming
    Show answer & explanation

    Answer: A
    Deliberately fabricating and amplifying false narratives through coordinated inauthentic accounts to manipulate perception or markets is a disinformation, or influence, campaign, an attack on trust rather than on systems. Pharming redirects users to fraudulent sites through DNS manipulation, credential harvesting collects logins, and jamming disrupts radio communications, none of which describe fabricated news spread by sock puppet accounts.

  165. 165. Overnight, thousands of documents on a school district's file server are renamed with a .lockd extension and a text file demands cryptocurrency for their return. What should the responder do first?

    • A. Disconnect the affected server from the network
    • B. Pay the demanded amount immediately to limit downtime
    • C. Delete the ransom note and rename the files back
    • D. Reboot the server to clear resident processes
    Show answer & explanation

    Answer: A
    Isolating the affected system stops the encryption from spreading to other shares and hosts and preserves the state responders need for investigation, making containment the correct first move. Payment is never a first step, funds criminals, and guarantees nothing; renaming files does not decrypt them and destroys evidence; and rebooting can wipe volatile evidence while allowing persistence mechanisms to resume the attack.

  166. 166. During an audit of scheduled tasks, an engineer discovers a script that checks the payroll roster nightly and is coded to delete departmental file shares if a specific administrator's employee ID ever disappears from it. What was found?

    • A. A cryptominer
    • B. Adware
    • C. A logic bomb
    • D. A boot sector virus
    Show answer & explanation

    Answer: C
    Malicious code that lies dormant until a specific condition occurs, here the administrator's own termination, is a logic bomb, a technique repeatedly seen from insiders positioning revenge in advance. A cryptominer would consume compute continuously for profit rather than waiting, adware displays unwanted advertising, and a boot sector virus infects startup code, none of which are condition-triggered destruction.

  167. 167. Endpoint antivirus reports a server clean, yet a scan performed from separate boot media finds a kernel-mode driver that hides certain processes and files from the running operating system. What type of malware is present?

    • A. A macro virus
    • B. Ransomware
    • C. A browser hijacker
    • D. A rootkit
    Show answer & explanation

    Answer: D
    Malware that embeds at kernel level and intercepts system calls to conceal its components from the running OS is a rootkit, which is exactly why it only became visible when the disk was examined from trusted external media. A macro virus lives in document macros, ransomware announces itself by encrypting data, and a browser hijacker manipulates web settings; none of them subvert the operating system's own view of itself.

  168. 168. An accountant's credentials are compromised repeatedly within days of each reset, even after she switches to long unique passwords. All fraudulent logins originate shortly after she uses her own office workstation. What is the most likely cause?

    • A. A keylogger installed on her workstation
    • B. A brute-force attack on the directory server
    • C. Shoulder surfing by a coworker
    • D. An expired TLS certificate on the mail server
    Show answer & explanation

    Answer: A
    Credentials falling immediately after each reset, with a tight link to activity on one specific machine, points to a keylogger capturing keystrokes at the source, so password strength and rotation cannot help until the endpoint is cleaned. Brute force cannot instantly crack long unique passwords, shoulder surfing does not scale to every reset within days, and a certificate problem would break connections rather than steal keystrokes.

  169. 169. A graphic designer installs a cracked version of an expensive font utility from a file-sharing site. The tool works as advertised, but the SOC later traces persistent remote access on her machine to that installer. What did she install?

    • A. A worm exploiting the file server
    • B. A Trojan carrying a remote access tool
    • C. Bloatware from the hardware vendor
    • D. A tracking cookie from the download site
    Show answer & explanation

    Answer: B
    Software that appears legitimate and functions normally while secretly delivering a hidden payload is a Trojan, and pirated installers are one of the most common carriers for bundled remote access tools. A worm spreads on its own without a user installing anything, bloatware is unwanted but disclosed vendor software preloaded on hardware, and a tracking cookie is a browser artifact incapable of granting remote control.

  170. 170. Within an hour, an infection jumps from one warehouse workstation to hundreds of machines across three subnets by exploiting a file-sharing service vulnerability, with no user opening anything. What type of malware is spreading?

    • A. A Trojan
    • B. Spyware
    • C. A worm
    • D. A logic bomb
    Show answer & explanation

    Answer: C
    Self-replication across the network by directly exploiting a service vulnerability, requiring no user interaction, is the defining behavior of a worm, and the speed and breadth of spread reflect that autonomy. A Trojan requires a user to run a disguised program, spyware quietly collects information rather than propagating aggressively, and a logic bomb waits for a trigger condition instead of spreading at all.

  171. 171. An EDR alert shows a spreadsheet spawning PowerShell, which loads its payload directly into memory, writes nothing to disk, and persists through a WMI event subscription. Which malware characteristic complicates detection here?

    • A. It is fileless, living in memory and legitimate system tooling
    • B. It spreads by infecting the master boot record
    • C. It requires administrative credentials to run
    • D. It encrypts its host files with a public key
    Show answer & explanation

    Answer: A
    Fileless malware executes in memory through trusted, built-in tools such as PowerShell and WMI, leaving no executable on disk for signature scanners to inspect, which is why behavioral telemetry like unusual parent-child process chains matters. Nothing here involves encrypting files, boot record infection is an on-disk persistence method this malware specifically avoids, and living-off-the-land techniques often run within the current user's privileges.

  172. 172. Application logs at a credit union show login attempts containing the string ' OR '1'='1 in the username field. The development team asks what change would most effectively eliminate this class of attack. What should the security engineer recommend?

    • A. Parameterized queries with input validation
    • B. A longer password policy for members
    • C. Moving the login page to a different URL
    • D. Compressing the database nightly
    Show answer & explanation

    Answer: A
    The quoted string is a SQL injection probe attempting to alter query logic, and parameterized queries defeat the entire class by keeping user input as data rather than executable query text, with input validation as defense in depth. Password length rules do not affect how input reaches the database, relocating the page only hides it briefly from casual scanning, and compression has no security effect whatsoever.

  173. 173. A visitor posts a product review containing a hidden script tag. From then on, every shopper who views that product page has their session cookie silently sent to an attacker's server. Which vulnerability does the site have?

    • A. Broken object-level authorization
    • B. Stored cross-site scripting
    • C. An open mail relay
    • D. A weak Diffie-Hellman group
    Show answer & explanation

    Answer: B
    Attacker-supplied script that the application saves and later serves to every visitor is stored cross-site scripting, the most damaging XSS variant because one submission compromises all subsequent viewers, and output encoding with a content security policy is the core defense. Object-level authorization flaws expose records through predictable identifiers, an open relay abuses mail forwarding, and a weak key-exchange group is a cryptographic negotiation issue.

  174. 174. While logged in to her bank, a customer visits an unrelated forum. A hidden form on the forum silently submits a transfer request to the bank, which processes it because her browser automatically attaches her valid session cookie. Which attack occurred?

    • A. Reflected cross-site scripting
    • B. DLL injection
    • C. Cross-site request forgery
    • D. Credential stuffing
    Show answer & explanation

    Answer: C
    Cross-site request forgery abuses the browser's habit of sending session cookies with every request to a site, letting a third-party page perform state-changing actions as the victim; anti-forgery tokens and SameSite cookie attributes are the standard defenses. Reflected XSS requires injected script echoing back from the target site, DLL injection is a local process manipulation technique, and credential stuffing replays breached passwords at login pages.

  175. 175. A fuzzing harness crashes a legacy inventory service, and the crash dump shows the saved return address on the stack overwritten with bytes from the oversized test input. Which vulnerability class did the fuzzer find?

    • A. An XML external entity flaw
    • B. A cross-site scripting bug
    • C. An insecure direct object reference
    • D. A buffer overflow
    Show answer & explanation

    Answer: D
    Input overrunning a fixed-size buffer until it overwrites control data such as the saved return address is a buffer overflow, and controlling that address is the route to arbitrary code execution; mitigations include bounds checking, ASLR, and stack protections. XXE abuses XML parsers to read files or make requests, cross-site scripting targets browsers rather than native stack memory, and insecure direct object references expose data through guessable identifiers.

  176. 176. A web access log at Pinewood School District contains repeated requests like GET /reports?file=..%2F..%2F..%2Fetc%2Fshadow. What is the attacker attempting?

    • A. Directory traversal to read files outside the web root
    • B. A padding oracle attack on session cookies
    • C. An LDAP injection against the directory
    • D. ARP spoofing of the web server's gateway
    Show answer & explanation

    Answer: A
    The encoded ../ sequences attempt to walk upward out of the application's intended directory to reach sensitive system files, the definition of directory traversal, and canonicalizing then validating file paths is the fix. A padding oracle attacks cryptographic error behavior, LDAP injection manipulates directory query filters, and ARP spoofing is a local-network layer 2 attack, none of which appear in a file parameter's path sequences.

  177. 177. A hardening utility verifies a configuration file's permissions and then opens it a moment later. An attacker wins the gap by swapping the verified file for a symbolic link to a protected system file between the check and the open. Which flaw is exploited?

    • A. An integer overflow in the file parser
    • B. A time-of-check to time-of-use race condition
    • C. A cross-site request forgery
    • D. A downgrade attack on the TLS session
    Show answer & explanation

    Answer: B
    When a program validates a resource and then uses it as two separate steps, an attacker who changes the resource in between exploits a time-of-check to time-of-use race condition; the fix is making validation and use atomic or operating on file handles rather than paths. Integer overflows corrupt arithmetic rather than timing, request forgery abuses browser sessions, and downgrade attacks weaken protocol negotiation, none of which involve winning a timing gap.

  178. 178. During an authorized engagement, a tester with an unprivileged foothold on a Windows host abuses a service whose executable path contains unquoted spaces to have her binary run as SYSTEM at the next service start. What did she achieve?

    • A. Lateral movement to a second host
    • B. A denial of service against the host
    • C. Privilege escalation on the compromised host
    • D. Exfiltration of the SAM database
    Show answer & explanation

    Answer: C
    Moving from an unprivileged account to SYSTEM on the same machine is privilege escalation, and unquoted service paths are a classic local vector because Windows may execute an attacker's planted binary from a directory earlier in the path. Lateral movement means reaching additional hosts, denial of service would degrade the machine rather than empower the tester, and nothing describes stealing the credential database.

  179. 179. A researcher captures the radio signal from a keyless entry fob and retransmits the identical recording later to unlock the vehicle, without ever decoding its contents. Which attack does this demonstrate, and what defeats it?

    • A. A brute-force attack, defeated by longer keys
    • B. A downgrade attack, defeated by disabling legacy ciphers
    • C. A birthday attack, defeated by larger hash outputs
    • D. A replay attack, defeated by rolling codes or challenge-response with nonces
    Show answer & explanation

    Answer: D
    Reusing a captured legitimate transmission without understanding it is a replay attack, and it fails when each exchange must include something fresh, such as a rolling code, nonce, or timestamp that the receiver will not accept twice. Brute force guesses secrets rather than reusing captures, downgrade attacks force weaker protocol versions during negotiation, and birthday attacks find hash collisions, so their respective defenses do not address retransmission.

  180. 180. A regional ISP's customer is knocked offline by a flood of large NTP responses. Investigation shows attackers sent small queries to open NTP servers with the victim's address forged as the source. Which attack technique is this?

    • A. A reflected and amplified distributed denial of service
    • B. A SYN flood from a single botnet node
    • C. DNS domain hijacking
    • D. An on-path downgrade of the customer's TLS traffic
    Show answer & explanation

    Answer: A
    Spoofing the victim's address in requests to third-party servers reflects the responses onto the victim, and choosing a protocol whose replies dwarf the requests amplifies the volume, producing a reflected amplification DDoS. A SYN flood exhausts connection state with handshake packets rather than large third-party responses, domain hijacking steals a domain registration, and on-path downgrade tampers with a session rather than saturating a link.

  181. 181. Employees at a brokerage begin reaching a counterfeit portal even though they type the correct address. The local resolver is found returning an attacker-controlled IP for the domain following a flood of forged responses. Which attack occurred and what helps prevent it?

    • A. Typosquatting, mitigated by defensive domain registration
    • B. Session hijacking, mitigated by shorter timeouts
    • C. DNS cache poisoning, mitigated by DNSSEC validation
    • D. An evil twin access point, mitigated by WPA3
    Show answer & explanation

    Answer: C
    Forged responses that trick a resolver into caching a wrong record poison the cache and silently redirect every user of that resolver; DNSSEC lets the resolver verify signatures on responses so forgeries are rejected. An evil twin attacks the wireless layer rather than name resolution, session hijacking steals established web sessions, and typosquatting depends on users mistyping, which these users did not.

  182. 182. A packet capture on an office subnet shows a second device answering ARP requests for the default gateway's IP with its own MAC address, after which other hosts' web traffic flows through that device before reaching the real gateway. What is happening?

    • A. A rogue DHCP server assigning bad routes
    • B. MAC flooding overwhelming the switch CAM table
    • C. ARP poisoning enabling an on-path attack
    • D. A smurf attack against the gateway
    Show answer & explanation

    Answer: C
    Answering ARP queries with false address mappings redirects neighbors' traffic through the attacker's machine, establishing an on-path position for interception or tampering; dynamic ARP inspection and encryption blunt it. A rogue DHCP server would hand out configuration at lease time rather than answering ARP, MAC flooding forces a switch to broadcast rather than redirecting a gateway mapping, and a smurf attack is an ICMP flood.

  183. 183. Guests at a hotel conference see two networks with the convention's exact SSID, one showing stronger signal. Those who join the stronger one get a portal page demanding email credentials before granting access. What have the attackers deployed?

    • A. A bluesnarfing station
    • B. An NFC relay kiosk
    • C. A wardriving vehicle outside the venue
    • D. An evil twin access point with a captive credential harvester
    Show answer & explanation

    Answer: D
    Broadcasting a copy of a legitimate SSID at higher power lures clients onto attacker infrastructure, and the fake portal converts the position into harvested credentials; this is the evil twin attack. Bluesnarfing steals data over Bluetooth pairing weaknesses, NFC relay extends a contactless transaction between two locations, and wardriving is reconnaissance mapping of networks rather than impersonating one.

  184. 184. Throughout a shareholder meeting, laptops on the venue Wi-Fi repeatedly drop their connections. A wireless capture shows floods of spoofed management frames ordering clients to disconnect from the access point. Which attack is occurring and which control addresses it?

    • A. A deauthentication attack, addressed by protected management frames
    • B. Channel overlap interference, addressed by a site survey
    • C. WPS PIN cracking, addressed by disabling WPS
    • D. Packet sniffing, addressed by MAC filtering
    Show answer & explanation

    Answer: A
    Spoofed deauthentication frames exploit the historical lack of authentication on 802.11 management traffic, forcibly disconnecting clients at will; protected management frames cryptographically sign this traffic so forged disconnect orders are ignored. Simple interference would not produce spoofed frames in a capture, WPS cracking targets onboarding PINs rather than live sessions, and MAC filtering neither stops sniffing nor authenticates management frames.

  185. 185. After compromising one workstation, an intruder authenticates to several file servers using the local administrator account's stolen NTLM hash directly, never learning the actual password. Which technique is in use and what limits it?

    • A. Pass-the-hash, limited by unique local administrator passwords on every host
    • B. Rainbow table cracking, limited by salting
    • C. Kerberoasting, limited by disabling ticket requests
    • D. Credential stuffing, limited by breach monitoring
    Show answer & explanation

    Answer: A
    Windows authentication schemes that accept the hash itself allow pass-the-hash, where the stolen digest is replayed without cracking; randomizing each machine's local administrator password ensures a hash from one host opens no others, which is why centralized local-password management matters. Kerberoasting cracks service tickets offline, credential stuffing replays breached plaintext passwords, and rainbow tables reverse hashes, which this attacker never needed to do.

  186. 186. Authentication logs at a staffing agency show one common seasonal password attempted once against thousands of different accounts over several days, never triggering lockouts. Which attack pattern is this?

    • A. A dictionary attack against a single account
    • B. Pass-the-ticket abuse of Kerberos
    • C. Password spraying
    • D. An offline attack on a stolen hash file
    Show answer & explanation

    Answer: C
    Trying one likely password across many accounts, slowly, inverts the classic guessing pattern specifically to stay under per-account lockout thresholds; this is password spraying, countered by banning common passwords, MFA, and detection that looks across accounts rather than within one. A dictionary attack hammers one account with many guesses, pass-the-ticket abuses stolen Kerberos tickets, and offline cracking happens against captured hashes, not live logins.

  187. 187. An identity protection alert flags a sales manager's account for authenticating from Warsaw and then from Denver forty minutes later, with both sessions performing normal-looking mailbox activity. Why does this pattern matter?

    • A. It proves the VPN concentrator is overloaded
    • B. It indicates the mail server clock has drifted
    • C. It shows the user enrolled a second phone
    • D. Physically impossible travel between logins indicates the credentials are being used by someone else
    Show answer & explanation

    Answer: D
    No traveler covers that distance in forty minutes, so the two sessions cannot both be the legitimate user from those locations, making impossible travel a high-value indicator of credential compromise even when the activity within each session looks routine. VPN load does not relocate logins across continents, device enrollment does not explain a foreign source address, and clock drift would distort timestamps uniformly rather than produce two coherent remote sessions.

  188. 188. While reviewing outbound traffic, an analyst notices a workstation sending a small HTTPS POST to the same external IP address every sixty seconds, continuing through nights and weekends when nobody is logged in. What does this pattern most likely represent?

    • A. Command-and-control beaconing from an implant
    • B. Normal operating system time synchronization
    • C. A misconfigured print spooler
    • D. Software license validation at startup
    Show answer & explanation

    Answer: A
    Fixed-interval, low-volume callbacks to a single external endpoint, independent of user presence, are the signature of an implant polling its command-and-control server for tasking; responders should investigate the process making the connections and contain the host. Time sync uses NTP rather than HTTPS POSTs, print spoolers talk to local print infrastructure, and license checks typically occur at application launch rather than around the clock on an idle machine.

  189. 189. A vendor discloses a critical remote-code-execution flaw in an internet-facing application and confirms active exploitation, but no patch will ship for two weeks. Which interim mitigation best protects the application until then?

    • A. Increasing the frequency of full backups
    • B. Deploying an IPS or WAF signature that blocks the exploit pattern
    • C. Renaming the application's admin account
    • D. Scheduling the patch for the next quarterly window
    Show answer & explanation

    Answer: B
    When no patch exists, virtual patching, meaning an intrusion prevention or web application firewall rule that recognizes and blocks the exploit traffic, reduces exposure immediately without touching the vulnerable code. Backups aid recovery after compromise but prevent nothing, renaming an account does not address a code execution flaw, and waiting for a quarterly cycle ignores confirmed active exploitation of an internet-facing system.

  190. 190. A cloud provider's advisory describes a flaw allowing code in one tenant's virtual machine to break out and execute on the underlying hypervisor. Why is this class of vulnerability considered especially severe?

    • A. It only affects unlicensed operating systems
    • B. It requires physical access to the data center
    • C. Escaping the VM boundary exposes every tenant workload sharing that host
    • D. It can be fixed by rebooting the guest VM
    Show answer & explanation

    Answer: C
    A VM escape breaks the isolation that multitenant clouds depend on: code that reaches the hypervisor sits beneath every guest on the host and can read or manipulate all of them, turning one tenant's compromise into everyone's problem. Licensing status is irrelevant to the flaw, the attack executes from inside a guest rather than requiring physical presence, and rebooting a guest does nothing to a compromised hypervisor.

  191. 191. A security review finds a cloud object storage bucket holding loan applications configured for public read access, though no application requires it. Which vulnerability class does this represent and what practice prevents recurrence?

    • A. A zero-day flaw, prevented by threat intelligence feeds
    • B. Firmware tampering, prevented by secure boot
    • C. SQL injection, prevented by stored procedures
    • D. Cloud misconfiguration, prevented by automated configuration scanning against secure baselines
    Show answer & explanation

    Answer: D
    Publicly readable storage that should be private is a misconfiguration, the leading cause of cloud data exposure, and continuous automated checks of settings against secure baselines catch such drift before attackers do. No software flaw is involved, so zero-day intelligence does not apply; firmware and boot integrity concern device startup; and injection defenses address application queries rather than storage permissions.

  192. 192. Several employees at a media firm jailbreak their phones to install unofficial apps, then connect the same devices to corporate email. Why does jailbreaking specifically increase mobile risk?

    • A. It doubles the device's network bandwidth usage
    • B. It prevents the phone from receiving text messages
    • C. It removes the platform's security controls and app vetting, letting untrusted code run with elevated access
    • D. It disables the camera and microphone permanently
    Show answer & explanation

    Answer: C
    Jailbreaking strips the operating system's sandboxing, signature enforcement, and store vetting, so applications from anywhere can run with deep system access, exactly the conditions mobile malware needs, which is why device compliance checks commonly block jailbroken hardware from corporate resources. Bandwidth consumption is unrelated, messaging continues to work, and cameras are not disabled; the danger is the collapse of the platform's security model.

  193. 193. A rideshare startup's dozens of microservices each implement their own authentication, rate limiting, and logging, producing inconsistent enforcement and duplicated flaws. Which architectural component centralizes these functions at the service boundary?

    • A. A syslog collector
    • B. A time-series database
    • C. An API gateway
    • D. A container orchestrator's scheduler
    Show answer & explanation

    Answer: C
    An API gateway fronts the microservice estate, applying authentication, authorization, rate limiting, and request logging uniformly at one enforcement point, so individual services stop reimplementing security controls inconsistently. A syslog collector aggregates logs after the fact without enforcing anything, a time-series database stores metrics, and an orchestrator's scheduler places workloads on nodes rather than mediating API traffic.

  194. 194. A penetration test of a warehouse finds dozens of IP cameras still using the manufacturer's default login, several of them reachable from the internet. Which immediate action most reduces the risk?

    • A. Upgrading the cameras to higher resolution
    • B. Changing the default credentials and removing internet exposure
    • C. Adding the cameras to the asset depreciation schedule
    • D. Increasing the video retention period
    Show answer & explanation

    Answer: B
    Default credentials are published in manuals and scanned for constantly, so internet-reachable devices still using them are effectively open to anyone; setting unique credentials and pulling the devices behind the firewall or onto a segmented network closes the immediate hole. Resolution upgrades change image quality only, accounting schedules have no security effect, and retaining more footage does nothing to stop unauthorized control of the devices.

  195. 195. Cobalt Credit Union moves several workloads to virtual machines rented from an infrastructure-as-a-service provider. Under the shared responsibility model, who must apply security patches to the guest operating systems?

    • A. The hypervisor vendor, through automatic updates
    • B. The cloud provider, because it owns the physical servers
    • C. The credit union, because customers manage everything from the guest OS upward in IaaS
    • D. Neither party, because IaaS instances are immutable
    Show answer & explanation

    Answer: C
    In infrastructure-as-a-service, the provider secures the facilities, hardware, and hypervisor, while the customer owns everything inside the virtual machine, including operating system patching, middleware, and applications. Owning the physical servers does not extend the provider's duty into guest software, hypervisor vendors patch the hypervisor rather than tenant VMs, and instances are only immutable if the customer deliberately architects them that way.

  196. 196. A startup rebuilds its order-processing logic as functions on a serverless compute platform. Which security responsibilities remain with the startup in this model?

    • A. Hardening the physical hosts and hypervisor
    • B. Patching the language runtime the platform executes
    • C. Maintaining the underlying operating system images
    • D. Securing its function code, dependencies, secrets, and permission configurations
    Show answer & explanation

    Answer: D
    Serverless shifts servers, operating systems, and runtimes to the provider, but customers still own what they deploy: the code itself, vulnerable third-party libraries, how secrets are stored and referenced, and the permissions granted to each function, where overly broad roles are a common failure. Physical hosts, hypervisors, runtime patching, and OS images are exactly the layers the provider absorbs in this model.

  197. 197. A manufacturer must connect its on-premises data center to its cloud virtual network across the public internet, keeping all traffic between the environments confidential and tamper-evident. Which solution fits?

    • A. A site-to-site IPsec VPN between the two environments
    • B. Unencrypted GRE tunneling for better throughput
    • C. Port forwarding on the perimeter firewall
    • D. A public FTP relay between the sites
    Show answer & explanation

    Answer: A
    A site-to-site IPsec VPN builds an authenticated, encrypted tunnel between the data center gateway and the cloud network, giving confidentiality and integrity across untrusted internet paths, which is the standard hybrid connectivity pattern short of a dedicated circuit. Bare GRE provides encapsulation with no encryption, port forwarding merely exposes services, and relaying data through public FTP would transmit it with no protection at all.

  198. 198. A hospital's network team must monitor traffic to clinical systems for attack signatures but cannot tolerate any chance of a false positive dropping legitimate patient-care traffic. Which deployment satisfies this constraint?

    • A. An inline IPS configured to reset suspicious sessions
    • B. A transparent WAF in blocking mode
    • C. A passive IDS receiving traffic from a TAP or mirror port
    • D. Rate limiting on the core switch uplinks
    Show answer & explanation

    Answer: C
    A passive intrusion detection sensor examines a copy of traffic from a TAP or SPAN port and can alert on signatures without ever touching the forwarding path, so a false positive costs an alert rather than a dropped clinical session. Inline prevention and blocking WAF modes actively interfere with traffic, which violates the stated constraint, and rate limiting indiscriminately throttles volume rather than detecting attacks.

  199. 199. During a code review of infrastructure-as-code templates, an engineer finds database administrator passwords written directly into the files, which are stored in a repository dozens of developers can read. What is the appropriate remediation?

    • A. Split the passwords across two separate template files
    • B. Encode the passwords in Base64 within the templates
    • C. Restrict repository access to senior developers only
    • D. Move the credentials into a secrets management service, reference them dynamically, and rotate the exposed values
    Show answer & explanation

    Answer: D
    Credentials embedded in code persist in version history and spread with every clone, so the fix is storing them in a secrets manager that templates reference at deploy time, then rotating everything already exposed. Narrowing repository access still leaves secrets in history and backups, Base64 is trivially reversible encoding rather than protection, and splitting a password across files only inconveniences whoever reads both.

  200. 200. After a destructive incident, a SaaS company redeploys its entire environment in hours because every network, server, and policy is defined in version-controlled templates. Which benefit of infrastructure as code does this demonstrate?

    • A. Guaranteed immunity from configuration drift
    • B. Elimination of the need for any security testing
    • C. Consistent, repeatable environments that can be rebuilt automatically from definitions
    • D. Free cloud hosting during disaster recovery
    Show answer & explanation

    Answer: C
    Because the entire environment exists as executable definitions, rebuilding it produces a faithful copy quickly and without manual reconstruction errors, which is a major resilience and recovery advantage of infrastructure as code. Templates still require security review since they can encode flaws at scale, drift remains possible when changes bypass the pipeline, and no provider waives hosting costs because definitions are automated.

2026 statistics

Key facts: CompTIA Security+ exam

90
MCQ questions
750 (on a scale of…
To pass
1h 30m
Time limit
Review the key concepts
Use the compact reference to prepare for your next practice session
Open cheat sheet →

Every free resource for this exam

Get a free CompTIA Security+ study plan

A week-by-week plan plus new practice questions, straight to your inbox.

Official sources

Primary documents used to verify the exam details shown on this page.

Last verified against the official exam content outline:

Frequently asked questions

How many questions are on the CompTIA Security+ (SY0-701) exam, and how long do I have?

The SY0-701 exam contains a maximum of 90 questions, and you'll have a length of test of 90 minutes to complete them. That works out to roughly one minute per question, so pacing matters — the performance-based questions (PBQs) tend to be more time-consuming than the multiple-choice items, so many candidates answer the multiple-choice questions first and return to the PBQs afterward. Questions come in two formats: multiple-choice and performance-based.

What score do I need to pass, and how are the exam domains weighted?

You need a passing score of 750 on a scale of 100 to 900. The exam measures five content domains, and they are not weighted equally: 1.0 General Security Concepts is 12%, 2.0 Threats, Vulnerabilities, and Mitigations is 22%, 3.0 Security Architecture is 18%, 4.0 Security Operations is 28%, and 5.0 Security Program Management and Oversight is 20%. Because Security Operations (28%) and Threats, Vulnerabilities, and Mitigations (22%) together make up half the exam, prioritizing your study time toward those two domains gives you the most leverage.

What experience do I need before taking Security+, and how do I schedule the exam?

CompTIA recommends a minimum of 2 years of experience in IT administration with a focus on security, and specifically suggests holding CompTIA Network+ plus two years in a security/systems administrator job role before sitting for the exam. These are recommendations, not hard prerequisites — there is nothing stopping you from registering without them, but candidates without hands-on experience typically need more study time, especially for the performance-based questions. CompTIA exams are delivered through Pearson VUE, and you can test either in person at a Pearson VUE test center or online through the OnVUE remote proctoring platform, which is available 24/7.

When does the SY0-701 exam expire, and how do I keep my certification current?

The SY0-701 version launched in November 2023, and CompTIA usually retires an exam version three years after launch — so plan to certify while this version is still active. Once you pass, the certification itself is kept current through Continuing Education: renewing CompTIA Security+ requires earning 50 Continuing Education Units (CEUs), which you can accumulate through training, higher education, industry activities, and completing additional certifications — meaning you can renew without retaking the exam. One thing to note when comparing prep resources: CompTIA does not publish exam pass rates, so any specific pass-rate percentage you see quoted online is not an official figure.