All practice questions

2232 questions

Question 501Question

An enterprise infrastructure security team is implementing system hardening practices to remediate recent penetration test findings. Match each specific technical hardening control to the primary vulnerability mechanism or attack vector it directly suppresses.

Click a left item, then click its matching right item

Items

Implementation of Privileged Access Management (PAM) with ephemeral Just-In-Time (JIT) credentials
Enforcement of Windows Defender Application Control (WDAC) using strict publisher rules
Mandating SMB Signing and disabling legacy LLMNR/NBT-NS protocols
Enabling kernel-level Address Space Layout Randomization (ASLR) and Data Execution Prevention (DEP)

Matches

Show answer & explanation

Answer

1. Privileged Access Management with JIT credentials matches persistent abuse of static administrative accounts.
2. Windows Defender Application Control matches execution of untrusted binary payloads and scripts.
3. Mandating SMB Signing and disabling legacy protocols matches adversary-in-the-middle NTLM relay attacks.
4. Enabling ASLR and DEP matches in-memory buffer overflow exploitation.
Each hardening strategy directly targets the underlying architectural vulnerability: PAM with JIT controls privileged account lifecycle; application allowlisting (WDAC) enforces software execution integrity; SMB signing and disabling LLMNR eliminate local MitM relay vectors; and ASLR/DEP defend memory space against execution of buffer overflow exploits.

Step-by-Step Solution

1
Analyze the scope of Privileged Access Management (PAM) with ephemeral credentials.
Identify that JIT credentials directly eliminate standing administrative privileges and static credentials.
Temporary access limits exposure windows for compromised credentials.
2
Evaluate application allowlisting mechanisms such as WDAC.
Determine that strict publisher rules block unauthorized binary execution and rogue DLLs.
Only signed binaries from trusted software vendors are permitted to launch.
3
Assess protocol-level hardening including SMB signing and disabling LLMNR/NBT-NS.
Connect these network configuration changes to mitigating local name resolution spoofing and NTLM relaying.
Disabling unauthenticated broadcast protocols eliminates the MitM vector, and SMB signing ensures packet integrity.
4
Examine memory protection controls like ASLR and DEP.
Link memory location randomization and non-executable memory flags to neutralizing buffer overflow exploits.
DEP stops payload execution in data pages, and ASLR makes memory addresses unpredictable for exploit payloads.

Key Concept

Enterprise System Hardening and Attack Surface Reduction Controls
Question 502Question

During a routine wireless site survey, a technician discovers a rogue wireless access point broadcasting the exact same Service Set Identifier (SSID) as the corporate network, but transmitting with a different basic service set identifier (BSSID) and higher signal strength to intercept client authentication traffic. Which of the following attack types is indicated by these symptoms?

Show answer & explanation

Answer: Evil Twin

Answer

An Evil Twin attack is indicated when an unauthorized rogue access point broadcasts the legitimate corporate network's SSID with stronger signal strength to lure clients.
An Evil Twin is a rogue access point that masquerades as a legitimate Wi-Fi access point by duplicating its SSID. Devices configured to connect automatically to the corporate SSID will connect to the rogue access point if its signal is stronger.

Step-by-Step Solution

1
Analyze the observed indicators
The indicator shows a rogue wireless access point broadcasting a matching SSID with a different BSSID and higher signal strength.
Attacker rogue APs impersonate legitimate networks by copying the network name (SSID) to capture user credentials or conduct on-path attacks.
2
Match the indicators to the corresponding attack pattern
Impersonation of a wireless network SSID using a rogue access point is defined as an Evil Twin attack.
Clients configured to auto-connect to known SSIDs will connect to the stronger rogue signal.

Key Concept

Evil Twin attack identification and indicators
Estimated Time:45s
Question 503Question

A security operations analyst is categorizing threat intelligence sources to build a tiered threat data pipeline. Match each threat intelligence source classification on the left with its primary operational characteristic on the right.

Click a left item, then click its matching right item

Items

Open-Source Intelligence (OSINT)
Information Sharing and Analysis Center (ISAC)
Commercial / Proprietary Threat Intelligence
Vulnerability Databases (e.g., NVD / CVE)

Matches

Show answer & explanation

Answer

Open-Source Intelligence (OSINT) matches unclassified, publicly accessible web data. Information Sharing and Analysis Center (ISAC) matches trusted sector-specific peer indicator sharing. Commercial / Proprietary Threat Intelligence matches fee-based subscriptions for dark web and actor profiling. Vulnerability Databases match standardized public repositories providing CVSS scores and CVE flaw metrics.
Each threat intelligence source corresponds directly to its operational delivery model: Open-Source Intelligence relies on publicly available data without cost; ISACs provide sector-restricted peer collaboration; Commercial/Proprietary feeds deliver paid tailored analytics and dark web visibility; and Vulnerability Databases offer standardized flaw listings with CVSS scoring.

Step-by-Step Solution

1
Identify the governance and access constraints of each intelligence source type.
Distinguish between completely open data, sector-restricted peer data, commercial subscription feeds, and vulnerability registries.
Threat intelligence categorization relies on data origin, access licensing, and intended utility.
2
Map OSINT and Vulnerability Databases to their respective public frameworks.
OSINT pairs with freely available online research; vulnerability databases pair with standardized flaw registries like NVD/CVE.
Both are publicly accessible, but OSINT focuses on broad threat data while NVD focuses on software weakness scoring.
3
Differentiate between collaborative sector sharing and vendor-provided commercial intelligence.
ISAC pairs with peer-to-peer industry sharing; commercial intelligence pairs with paid bespoke threat actor and dark web monitoring.
ISACs operate on non-profit sector collaboration, whereas commercial vendors operate on paid subscription models.

Key Concept

Categorization and Characteristics of Threat Intelligence Sources
Question 504Question

An enterprise organization is migrating a mission-critical web service to a public cloud Infrastructure as a Service (IaaS) environment utilizing customer-managed virtual machines behind a cloud provider's network load balancer. Under the cloud Shared Responsibility Model, which of the following security functions remain the explicit responsibility of the enterprise security team? (Select TWO.)

Select all that apply

Show answer & explanation

Answer: Configuring guest operating system security patches and host-based firewall policies on the deployed virtual machines.; Defining application data access controls and configuring customer-managed encryption for data stored within cloud volumes.

Answer

The enterprise security team is responsible for configuring guest operating system patches and host firewalls, as well as managing application data access controls and storage volume encryption.
Under Infrastructure as a Service (IaaS), the cloud service provider manages the underlying physical facilities, hardware, and hypervisor abstraction layer. The customer retains explicit responsibility for configuring, patching, and securing everything above the hypervisor layer, including guest operating systems, host-based firewalls, identity permissions, and data encryption.

Step-by-Step Solution

1
Identify the cloud service model specified in the scenario
The scenario explicitly describes Infrastructure as a Service (IaaS) using customer-managed virtual machines.
Establishing the cloud service model (IaaS vs. PaaS vs. SaaS) defines the baseline operational division between the cloud provider and the enterprise.
2
Differentiate provider duties from customer duties in an IaaS architecture
The Cloud Service Provider (CSP) manages physical facilities, host hardware, power, physical networking, and hypervisors. The customer manages guest OS instances, network configuration within the virtual network, application code, data security, and IAM.
IaaS provides raw virtualized compute and storage, delegating everything above the hypervisor layer to the cloud customer.
3
Evaluate the candidate security duties against customer obligations
Guest OS patching, host firewalls, access permission definitions, and storage volume encryption are customer responsibilities.
Hypervisor management belongs to the provider, while relying solely on edge perimeters violates modern defense-in-depth and Zero Trust principles.

Key Concept

Cloud Shared Responsibility Model in Infrastructure as a Service (IaaS)
Question 505Question

During a security review at a healthcare facility, security logs reveal that multiple remote clinical staff members received short message service (SMS) communications claiming to originate from the organization's IT department. The text messages asserted that an urgent system update required recipients to immediately click an enclosed link and re-authenticate to prevent loss of Electronic Health Record (EHR) system access. Which social engineering attack vector was executed, and which technical control provides the most robust protection against credential compromise resulting from this attack?

Show answer & explanation

Answer: Smishing; enforcing phishing-resistant Multi-Factor Authentication (MFA) using FIDO2/WebAuthn hardware keys.

Answer

Smishing; enforcing phishing-resistant Multi-Factor Authentication (MFA) using FIDO2/WebAuthn hardware keys.
The scenario describes social engineering delivered via SMS text messages, which is the definition of smishing. The most effective technical mitigation against credential harvesting resulting from social engineering is phishing-resistant Multi-Factor Authentication (MFA), such as FIDO2/WebAuthn, because it cryptographically binds authentication requests to the official domain name, preventing successful authentication on rogue phishing sites.

Step-by-Step Solution

1
Analyze the attack delivery vector described in the scenario.
The communications were sent via SMS text messaging to mobile devices, which defines smishing (SMS phishing).
Identifying the medium (SMS vs. email vs. voice call vs. compromised website) distinguishes smishing from spear phishing, vishing, or watering hole attacks.
2
Identify the primary psychological and operational risk associated with the payload.
The text message relies on urgency and intimidation to trick users into submitting login credentials to a spoofed web portal.
Understanding the threat vector goal (credential harvesting) dictates selecting a technical mitigation that enforces authentication binding.
3
Evaluate technical mitigation controls for credential compromise.
Phishing-resistant MFA (such as FIDO2/WebAuthn hardware tokens) binds authentication to the specific legitimate origin domain, ensuring credentials and OTP codes cannot be relayed or captured by adversary-controlled phishing sites.
Standard SMS or push-notification MFA can be bypassed by adversary-in-the-middle (AITM) phishing kits, whereas FIDO2 cryptographic origin binding effectively eliminates credential theft.

Key Concept

Smishing Vectors and Phishing-Resistant MFA Controls
Estimated Time:1m 30s
Question 506Question

A junior security analyst is tasked with setting up an automated, machine-readable threat intelligence feed to deliver standardized cyber threat indicators directly into the organization's Security Information and Event Management (SIEM) system over HTTPS. Which of the following standards and transport protocols should the analyst implement to achieve this? (Select TWO.)

Select all that apply

Show answer & explanation

Answer: STIX (Structured Threat Information Expression); TAXII (Trusted Automated Exchange of Intelligence Information)

Answer

STIX (Structured Threat Information Expression) and TAXII (Trusted Automated Exchange of Intelligence Information) should be implemented.
STIX defines the standardized structured language to describe threat data (what is being shared), while TAXII defines the secure transport protocol over HTTPS to automate the exchange of that data between systems (how it is delivered). Together, STIX and TAXII enable automated threat intelligence ingestion into SIEM platforms.

Step-by-Step Solution

1
Identify the requirement for standardized threat indicator data formatting.
STIX provides a structured format (JSON/XML schema) to represent threat intelligence indicators consistently across systems.
Machine-readable formats ensure SIEMs can parse threat data without manual intervention.
2
Identify the protocol mechanism required for secure automated transport over HTTPS.
TAXII defines the web service specifications and HTTPS-based message exchange protocol specifically designed for sharing CTI.
TAXII handles the secure delivery of STIX-formatted threat intelligence.

Key Concept

Automated Threat Intelligence Ingestion (STIX/TAXII)
Question 507Question

A biomedical research organization is implementing an event-driven serverless (Function-as-a-Service) workflow to process sensitive genomic datasets. The solution operates within a community cloud model shared among research partners and integrates with an on-premises data repository via a secure hybrid connection. The security architecture team must define strict operational responsibilities in accordance with the cloud shared responsibility model. Which of the following security management tasks remain the direct responsibility of the biomedical research organization? (Select TWO.)

Select all that apply

Show answer & explanation

Answer: Configuring function-level identity authorization policies and managing data classification rules for the genomic datasets; Managing customer-managed encryption keys (CMEK) and defining API gateway access token validation logic

Answer

The research organization is directly responsible for configuring function-level authorization policies with data classification rules, as well as managing customer-managed encryption keys (CMEK) alongside API gateway access token validation logic.
In serverless architecture (FaaS), the Cloud Service Provider manages the underlying hardware, hypervisors, server OS, and runtime infrastructure. However, the customer retains sole responsibility for data governance (classification and encryption key management) and identity control (API access token rules and function authorization policies).

Step-by-Step Solution

1
Analyze the cloud service model
Identified Function-as-a-Service (FaaS / Serverless) architecture.
Serverless abstracts away server management, shifting OS, runtime, and hypervisor patching entirely to the Cloud Service Provider.
2
Evaluate data and identity security responsibilities
Customer retains 100% control over data classification, encryption key governance, and identity access rules.
Regardless of deployment model (Public, Private, Hybrid, Community), data security and identity management belong strictly to the tenant.
3
Select correct customer responsibilities
Configuring function-level authorization/data classification and managing CMEK/API validation rules are customer responsibilities.
These controls govern data protection and application access logic, which are customer-managed duties.

Key Concept

Cloud Shared Responsibility Model in FaaS / Serverless Deployments
Question 508Question

A security specialist is reviewing code and application layer security controls for a public web portal. Which of the following vulnerabilities occur directly due to insufficient input validation and sanitization of user-supplied data? (Select TWO).

Select all that apply

Show answer & explanation

Answer: SQL Injection; Cross-Site Scripting

Answer

The correct options are SQL Injection and Cross-Site Scripting.
SQL Injection and Cross-Site Scripting (XSS) are classic application vulnerabilities caused when input parameters are accepted and processed without adequate sanitization, escaping, or parameterized filtering.

Step-by-Step Solution

1
Analyze input-dependent software vulnerabilities
SQL Injection and Cross-Site Scripting both stem from failure to validate, escape, or parameterize user-supplied inputs.
Web application vulnerabilities at the code level frequently involve untrusted data being passed straight to database engines or web browsers.
2
Differentiate software flaws from policy and hardware virtualization issues
Hypervisor escapes deal with virtualization boundaries, while password complexity rules relate to authentication policies.
Input validation mitigates flaws where untrusted input changes command execution context, which applies specifically to SQLi and XSS.

Key Concept

Application Input Validation Flaws
Question 509Question

A network technician notices that several workstations on a local subnet are experiencing intermittent network connectivity issues. Upon checking the IP configurations of affected client devices, the technician discovers unexpected network settings. Which TWO of the following indicators specifically point to the presence of an active rogue DHCP server on the network?

Select all that apply

Show answer & explanation

Answer: Workstations are receiving IP addresses and default gateway assignments from an unrecognized address pool.; Clients report receiving DNS server address assignments pointing to an external or untrusted IP address during lease renewal.

Answer

The presence of a rogue DHCP server is indicated by workstations receiving IP addresses and gateway settings from an unrecognized address pool, as well as clients receiving untrusted DNS server address assignments during DHCP lease options processing.
A rogue DHCP server operates by listening for client DHCPDISCOVER broadcasts and responding with malicious configuration settings. Key indicators include clients acquiring IP address leases outside the enterprise scope and receiving unauthorized default gateway or DNS server address settings that allow attackers to redirect client traffic.

Step-by-Step Solution

1
Analyze how DHCP clients request network configurations
Clients broadcast DHCPDISCOVER requests and accept DHCPOFFER parameters from the fastest responding server.
Because DHCP broadcast requests are unauthenticated by default, any active server on the broadcast domain can offer lease configurations.
2
Identify anomalous DHCP configuration payloads
Receiving non-standard gateway settings, untrusted DNS server addresses, or IP addresses outside the designated scope indicates unauthorized server responses.
Attacker-controlled rogue DHCP servers alter gateway and DNS fields to execute on-path (man-in-the-middle) attacks.

Key Concept

Rogue DHCP Server Attack Indicators
Question 510Question

A healthcare technology enterprise deploys an event-driven application using cloud-managed API gateways, serverless execution functions (FaaS), and a managed NoSQL database service to ingest patient telemetry data. The chief information security officer (CISO) requires a security matrix mapping operational duties under the cloud service provider's shared responsibility model for serverless workloads. Which of the following tasks is exclusively the responsibility of the customer organization?

Show answer & explanation

Answer: Writing secure application logic, defining granular function access permissions, and managing data payload encryption key policies

Answer

Writing secure application logic, defining granular function access permissions, and managing data payload encryption key policies
Under the cloud shared responsibility model for serverless (Function as a Service) deployments, the cloud provider abstracts away infrastructure, host operating systems, and runtime engines. The customer remains fully accountable for secure application coding practices, configuring Identity and Access Management (IAM) role privileges assigned to functions, validating input data, and encrypting sensitive data at rest and in transit.

Step-by-Step Solution

1
Analyze the cloud service abstraction level in the scenario
Identified the architecture as a serverless (FaaS) and managed platform deployment where hardware, virtualization, and host operating systems are abstracted away by the CSP.
Serverless architectures shift low-level infrastructure management (OS patching, runtime maintenance) to the cloud service provider.
2
Evaluate operational responsibilities under the Shared Responsibility Model for FaaS
Determined that the customer remains responsible for application code, IAM role definitions, API configuration, and data security.
Even in highly abstracted serverless environments, customers always own their data, access management logic, and application code security.

Key Concept

Cloud Shared Responsibility Model in Serverless (FaaS) Architecture
Question 511Question

During a security architecture audit of a hybrid enterprise environment, analysts discover that system administrators regularly use PowerShell Remoting (WinRM) over TLS to manage internal domain controllers directly from unmanaged endpoints connected via a split-tunnel VPN. If an unmanaged endpoint is compromised, attackers could execute arbitrary administrative commands across the internal infrastructure. Which of the following enterprise hardening strategies MOST effectively mitigates this administrative exposure while preserving required remote management capabilities?

Show answer & explanation

Answer: Enforce Just Enough Administration (JEA) with PowerShell constrained language mode and restrict WinRM access exclusively to dedicated Privileged Access Workstations (PAWs).

Answer

Enforce Just Enough Administration (JEA) with PowerShell constrained language mode and restrict WinRM access exclusively to dedicated Privileged Access Workstations (PAWs).
The correct strategy combines host-level privilege restrictions (Just Enough Administration and PowerShell constrained language mode) with strict endpoint origin boundaries (Privileged Access Workstations). JEA limits user privileges to only the specific cmdlets required for their job function, constrained language mode prevents advanced scripting/COM object exploitation, and PAWs ensure administrative credentials cannot be harvested from unmanaged or compromised personal endpoints.

Step-by-Step Solution

1
Analyze the core threat vector presented in the audit finding.
Unmanaged endpoints accessing high-privilege management protocols (WinRM/PowerShell) across the network create risks of credential theft, arbitrary code execution, and unconstrained administrative privilege abuse.
Hardening practices must address both host capability constraints (what commands can run) and network access constraints (which endpoints can initiate sessions).
2
Evaluate technical mitigation controls for host and session hardening.
Just Enough Administration (JEA) enforces role-based privilege limits, constrained language mode blocks arbitrary API/script invocation, and Privileged Access Workstations (PAWs) eliminate exposure from unmanaged devices.
Combining principle of least privilege at the application layer with dedicated management hardware provides comprehensive defense-in-depth enterprise hardening.
3
Eliminate inappropriate control choices based on architectural misclassifications.
Perimeter VPN reliance leaves internal systems vulnerable once inside, honeypots do not act as inline blocking controls, and policy reclassification provides zero technical risk reduction.
Effective mitigation requires active technical controls tailored to the specific exposure.

Key Concept

Privileged Access Hardening and Administrative Attack Surface Reduction
Question 512Question

A network security technician is configuring access controls for a healthcare portal. The technician establishes a system that continuously authenticates user identity, validates device compliance, and evaluates permissions for every resource request, even when traffic originates from within the internal corporate network. Which core principle of Zero Trust Architecture is directly demonstrated by this implementation?

Show answer & explanation

Answer: Explicit verification of every access request regardless of network location

Answer

Explicit verification of every access request regardless of network location
The correct answer highlights explicit verification, which is a foundational tenet of Zero Trust Architecture requiring that all access requests be authenticated, authorized, and continuously validated regardless of where the request originates.

Step-by-Step Solution

1
Analyze the access control scenario requirements
Identified continuous authentication, device status checking, and per-request authorization both inside and outside the corporate network.
Understanding the operational behavior helps align it with foundational architectural principles.
2
Evaluate against Zero Trust Architecture core tenets
The requirement to verify every user, device, and request continuously aligns directly with 'explicit verification' ('never trust, always verify').
Zero Trust mandates removing implicit trust tied to internal IP addresses or network perimeters.

Key Concept

Zero Trust Explicit Verification
Estimated Time:45s
Question 513Question

An IT security team is establishing baseline endpoint hardening configurations for newly deployed employee workstations. Which TWO of the following technical measures directly reduce the local host attack surface?

Select all that apply

Show answer & explanation

Answer: Disabling unnecessary operating system services and unneeded network protocols; Removing default user accounts and enforcing least privilege for local administrator permissions

Answer

The correct measures are disabling unnecessary operating system services/protocols and removing default accounts while enforcing least privilege on local administrator permissions.
Host hardening involves applying configurations that decrease systemic vulnerability on individual endpoints. Disabling unnecessary default services and network protocols removes unused software pathways that attackers could exploit. Concurrently, removing default accounts and restricting local administrative privileges ensures that even if a user or system is compromised, execution rights are heavily constrained.

Step-by-Step Solution

1
Identify the primary objective
The requirement asks for technical controls that directly reduce the attack surface of a local endpoint host.
Host hardening focuses on minimizing vulnerabilities directly on the system operating environment.
2
Evaluate local host hardening techniques
Disabling unused services/protocols removes active entry paths, and enforcing least privilege/removing default accounts limits system exploitation capabilities.
These controls directly restrict local software exposure and administrative privileges.
3
Eliminate misclassified or external boundary controls
Honeypots serve network deception/detection purposes, and perimeter firewalls cannot manage local internal process execution.
Network-level and deception controls do not alter or harden the internal system configuration of the endpoint itself.

Key Concept

Host Hardening and Attack Surface Reduction
Question 514Question

A security analyst at a specialized aerospace firmware developer is investigating a high-profile intrusion into the company's build systems. The threat group gained initial access using a custom zero-day exploit targeting a perimeter firewall, maintained silent persistence for eight months without disrupting service operations, and exfiltrated proprietary satellite navigation algorithms. Investigation reveals the group utilized custom memory-only payloads and a multi-hop proxy network spans multiple foreign jurisdictions. Which of the following threat actor categories and attribute profiles best characterizes this threat entity?

Show answer & explanation

Answer: Nation-state / Advanced Persistent Threat (APT) characterized by high technical sophistication, extensive financial backing, and long-term strategic espionage intent.

Answer

Nation-state / Advanced Persistent Threat (APT) characterized by high technical sophistication, extensive financial backing, and long-term strategic espionage intent.
The correct option correctly pairs Nation-state / APT actors with high sophistication, state-level funding, and strategic espionage goals. The deployment of custom zero-day exploits, multi-jurisdictional proxy networks, and sustained multi-month covert persistence without ransomware execution are classic hallmarks of nation-state threat activity.

Step-by-Step Solution

1
Analyze threat actor attributes from the scenario indicators.
Identified custom zero-day exploits, 8-month covert persistence, memory-only payloads, and international proxy infrastructure.
These indicators signify extreme technical sophistication and significant financial and operational backing.
2
Evaluate threat actor intent and motivation.
Targeted stealthy exfiltration of proprietary satellite algorithms without operational disruption.
Demonstrates long-term strategic espionage rather than immediate financial extortion, disruption, or publicity seeking.
3
Correlate attributes and intent with threat actor classifications.
The profile matches Nation-state / APT actors.
Only APT/nation-state entities consistently exhibit the combination of custom zero-days, long-term covert presence, high funding, and strategic IP theft capabilities.

Key Concept

Threat Actor Attributes, Motivations, and Capabilities (APT vs Hacktivist vs Crime Syndicate vs Insider)
Question 515Question

Match each observed log signature or network artifact on the left with its corresponding attack classification on the right.

Click a left item, then click its matching right item

Items

Packet captures reveal a rapid flood of DHCPDISCOVER requests originating from unique, randomly generated MAC addresses, resulting in scope depletion.
Wireless capture logs show an rogue access point broadcasting 802.11 PROBE_RESP frames matching any SSID requested in nearby client probe requests.
Proxy logs indicate incoming HTTP 302 Redirect responses to secure endpoints are stripped to plain HTTP before delivery to the client browser.
An Ethernet frame capture contains nested 802.1Q tags (VID10VID_{10} outer, VID20VID_{20} inner) transmitted over an access port attached to an autonegotiating switch interface.

Matches

Show answer & explanation

Answer

DHCP flood with random MAC addresses matches DHCP Starvation Attack; fake probe responses matching requested SSIDs match KARMA Wireless Attack; converting HTTPS redirects to cleartext HTTP matches SSL Stripping Attack; nested 802.1Q tags match Double-Tagging VLAN Hopping.
Each attack type directly corresponds to distinct frame and header characteristics: DHCP Starvation floods randomized MAC requests, KARMA answers client PNL probes dynamically, SSL Stripping downgrades HTTPS redirects to cleartext HTTP, and Double-Tagging uses nested 802.1Q headers to cross VLAN boundaries.

Step-by-Step Solution

1
Analyze the DHCP frame log showing high-frequency requests with randomized MAC addresses.
Identified as a resource exhaustion vector targeted at DHCP pools (DHCP Starvation Attack).
Spoofed MAC addresses consume all legitimate leases in the scope.
2
Analyze the 802.11 management frames showing PROBE_RESP matching client probe requests.
Identified as a specialized rogue AP probe response manipulation technique (KARMA Attack).
KARMA actively listens to clients' preferred network lists (PNL) and mimics whatever SSID they seek.
3
Examine web traffic proxy logs modifying HTTP 302 HTTPS redirection headers to HTTP.
Identified as cleartext transport protocol manipulation (SSL Stripping Attack).
The attacker intercepts HTTP-to-HTTPS upgrades to maintain visibility over unencrypted traffic.
4
Inspect Ethernet frame headers carrying double 802.1Q VLAN identifiers.
Identified as encapsulation exploitation across trunking switch ports (Double-Tagging VLAN Hopping).
The first switch strips the outer tag matching the native VLAN, allowing the frame to be forwarded to the inner tagged VLAN without routing.

Key Concept

Network and Wireless Attack Indicators
Question 516Question

A security operations team at a commercial satellite communications provider is evaluating two separate security incidents to classify the underlying threat actors and their attack vectors based on observed operational attributes.

• Incident 1: A prolonged, highly sophisticated intrusion into ground station controller firmware utilizing zero-day exploits and custom memory-resident malware, sustained over nine months with no apparent financial extortion attempt.
• Incident 2: A sudden web defacement of the public customer portal paired with a high-volume volumetric DDoS attack, accompanied by public statements demanding the cancellation of aerospace defense contracts.

Based on these attributes and operational indicators, which of the following threat actor classifications and profile assessments are correct? (Select TWO.)

Select all that apply

Show answer & explanation

Answer: Incident 1 is best classified as a nation-state threat actor operating with high sophistication, extensive funding, and persistent advanced capabilities.; Incident 2 is best classified as a hacktivist group motivated by ideological causes and relying primarily on widely available disruptive attack vectors.

Answer

Incident 1 represents a nation-state threat actor characterized by high sophistication and persistence, while Incident 2 represents a hacktivist group driven by ideological motivations utilizing disruptive attack vectors.
The correct selections accurately align threat actor profiles with their defining attributes: Incident 1 demonstrates the persistent stealth, custom tooling, and high sophistication characteristic of nation-state actors, while Incident 2 displays the ideological motivation and disruptive public vectors characteristic of hacktivist groups.

Step-by-Step Solution

1
Analyze Incident 1 attributes
Identified long-term persistence (9 months), zero-day exploit usage, custom memory-only malware, and strategic intelligence gathering without financial demands.
These characteristics align directly with nation-state Advanced Persistent Threat (APT) actors who possess vast resources and technical sophistication.
2
Analyze Incident 2 attributes
Identified public website defacement, volumetric DDoS, low-to-moderate technical complexity, and ideological demands regarding defense contracts.
These indicators match hacktivist profiles, where political or social ideology drives disruptive public attacks rather than financial extortion.
3
Evaluate and select the matching options
Selected the statements accurately characterizing the nation-state actor for Incident 1 and the hacktivist group for Incident 2.
Threat actor categorization depends on evaluating motivation, resources, sophistication, and intent against observed incident indicators.

Key Concept

Threat Actor Attributes, Motivations, and Attack Vectors
Estimated Time:1m 30s
Question 517Question

A network administrator receives multiple user tickets regarding frequent, transient disconnections on an enterprise wireless network using WPA3-Enterprise. A wireless packet capture collected near the affected access points reveals an abnormally high frequency of IEEE 802.11 Type 0 (Management) Subtype 12 frames sent with the BSSID spoofed as the legitimate AP address targeting client MAC addresses, causing immediate client state reset. Further configuration inspection indicates that Management Frame Protection (802.11w / PMF) was set to 'Optional' across all access points. Which of the following wireless attack types is directly indicated by these packet capture artifacts?

Show answer & explanation

Answer: Wireless Deauthentication attack exploiting unauthenticated 802.11 management frames

Answer

Wireless Deauthentication attack exploiting unauthenticated 802.11 management frames
The correct answer identifies a Wireless Deauthentication attack. In 802.11 wireless networks, management frames such as Deauthentication (Subtype 12) and Disassociation (Subtype 10) are sent unauthenticated by default unless Protected Management Frames (IEEE 802.11w / PMF) are mandated. An attacker eavesdropping on the network can capture the MAC address of the Access Point (BSSID) and target clients, then send forged deauthentication frames with the spoofed AP source address, forcing clients off the network repeatedly.

Step-by-Step Solution

1
Analyze the frame types specified in the packet capture.
IEEE 802.11 Type 0 (Management) Subtype 12 frames explicitly define Deauthentication frames in the 802.11 wireless standard specifications.
Deauthentication frames instruct a recipient station that its wireless association is terminated, causing immediate client disconnection.
2
Evaluate the underlying vulnerability mechanism noted in the configuration.
Because 802.11w (Protected Management Frames / PMF) was configured as 'Optional', management frames were transmitted unauthenticated and unencrypted.
Without mandatory PMF enforcement, threat actors can spoof the BSSID source MAC address of the legitimate AP to forge teardown packets.
3
Correlate packet capture evidence with attack definitions to identify the correct threat.
A high volume of unauthenticated spoofed deauthentication frames causing repeated client dropouts is the classic indicator of a Wireless Deauthentication / Disassociation attack.
Enforcing mandatory 802.11w PMF ensures management frames are cryptographically secured, preventing attackers from forging deauthentication frames.

Key Concept

Wireless Deauthentication Attack Indicators & Protected Management Frames (802.11w)
Question 518Question

A security operations team is reviewing credentialed vulnerability scan reports for an enterprise hybrid cloud architecture. The report reveals missing operating system kernel security patches on high-availability backend database servers and unvalidated input parameters on public-facing web API endpoints. To address these findings effectively while preventing service interruption and maintaining security integrity, which of the following actions should the team implement? (Select TWO.)

Select all that apply

Show answer & explanation

Answer: Apply operating system kernel updates using rolling node restarts during off-peak scheduled maintenance windows.; Deploy web application firewall input sanitization rules to block malicious parameter payloads at the API boundary.

Answer

The correct actions are applying operating system kernel updates using rolling node restarts during off-peak maintenance windows and deploying web application firewall input sanitization rules at the API boundary.
Remediating database kernel vulnerabilities through rolling restarts ensures that nodes receive required security patches sequentially without taking down the entire database cluster. Concurrently, deploying web application firewall parameter sanitization rules provides virtual patching at the API perimeter to protect against input manipulation attacks.

Step-by-Step Solution

1
Analyze the vulnerability scan findings and host environments.
Identified two distinct issues: system-level kernel flaws on database hosts and application-level input parameter flaws on web API endpoints.
Remediation strategies must address both system and application layers independently while respecting uptime requirements.
2
Select appropriate remediation and mitigation strategies for high-availability database infrastructure.
Rolling updates maintain cluster availability while applying OS patches during maintenance windows.
Host patching addresses the root cause of OS vulnerabilities without incurring total cluster downtime.
3
Select appropriate edge security controls for API input validation vulnerabilities.
Deploying WAF parameter sanitization rules filters attack payloads at the network perimeter.
WAF rules mitigate exploit vectors immediately without requiring instantaneous code refactoring.

Key Concept

Vulnerability Remediation and Compensating Controls Prioritization
Question 519Question

Three weeks after a system administrator resigns from an organization, a database server executing a scheduled midnight payroll job unexpectedly wipes all stored tables. Forensic review of the application's source code identifies an unauthorized script configured to monitor Active Directory for the former administrator's account status. Upon detecting that the account was flagged as disabled, the script automatically triggered the destructive payload. Which of the following malware types best describes this malicious code?

Show answer & explanation

Answer: Logic bomb

Answer

Logic bomb
The described malicious script functions as a logic bomb because it remained dormant within the application code until a specific logical trigger occurred—specifically, detecting that the former employee's Active Directory account had been marked as disabled.

Step-by-Step Solution

1
Analyze the incident trigger and execution behavior described in the scenario.
The malicious payload executed only after a predefined system condition occurred (Active Directory account status changing to disabled).
Determining whether code execution is event-triggered, user-initiated, or self-propagating isolates the specific malware classification.
2
Map the execution behavior to official malware definitions.
Dormant code that executes a destructive payload upon meeting specified logical criteria is defined as a logic bomb.
Logic bombs lie undetected until conditional triggers—such as system dates, user logins, or account modifications—evaluate to true.

Key Concept

Logic Bomb Characteristics and Execution Triggers
Estimated Time:1m 0s
Question 520Question

An enterprise security team must perform routine vulnerability assessments across 5,000 corporate workstations distributed over low-bandwidth branch network links. The assessment must accurately detect missing operating system patches and local registry misconfigurations while minimizing network traffic and preventing false positives caused by endpoint firewalls. Which of the following vulnerability assessment methods should the security team implement?

Show answer & explanation

Answer: Deploying agent-based credentialed assessment software to execute scans locally on each endpoint

Answer

Deploying agent-based credentialed assessment software to execute scans locally on each endpoint
Agent-based vulnerability scanning utilizes locally installed software agents that execute vulnerability checks directly on the host operating system using local privileges. This approach eliminates WAN bandwidth consumption because raw scan packets do not travel over the network, bypasses host firewall restrictions, and provides highly accurate patch and configuration state visibility.

Step-by-Step Solution

1
Analyze the operational constraints of the scenario
Identified low WAN bandwidth, potential firewall interference, and the need for detailed local patch/registry inspection across distributed endpoints.
Target environment constraints dictate which assessment architecture is feasible.
2
Compare vulnerability testing methodologies against the requirements
Agent-based assessment performs local processing and transmits only summary results, bypassing network bandwidth bottlenecks and host firewalls.
Host agents leverage local administrative privileges to inspect the software inventory directly.

Key Concept

Agent-Based vs. Network-Based Vulnerability Assessment
PreviousPage 26 / 112Next
All practice questions — CompTIA Security+ | Examkin