All practice questions

2232 questions

Question 641Question

During an incident investigation on an enterprise wired subnet, a security analyst reviews endpoint logs and network traffic captures. The log entries reveal that the MAC address bound to the default gateway IP address (10.20.1.110.20.1.1) is rapidly oscillating between the legitimate router physical address (00:11:22:33:44:5500:11:22:33:44:55) and an unknown physical address (00:AA:BB:CC:DD:EE00:AA:BB:CC:DD:EE). This address flipping is accompanied by a continuous flood of unsolicited Gratuitous ARP reply packets broadcast across the local segment. Which of the following network attacks is currently taking place?

Show answer & explanation

Answer: ARP cache poisoning

Answer

ARP cache poisoning is occurring because unsolicited Gratuitous ARP reply packets are corrupting the Layer 2 resolution tables of hosts by repeatedly re-mapping the gateway IP to an unauthorized MAC address.
The correct answer identifies ARP cache poisoning. In an ARP cache poisoning (ARP spoofing) attack, an adversary sends forged, unsolicited Gratuitous ARP reply messages across a local area network. Neighboring endpoints parse these replies and update their local ARP caches, overwriting the legitimate default gateway MAC address (00:11:22:33:44:5500:11:22:33:44:55) with the attacker's MAC address (00:AA:BB:CC:DD:EE00:AA:BB:CC:DD:EE). This enables an On-Path (Man-in-the-Middle) attack by routing all external client traffic through the attacker's host.

Step-by-Step Solution

1
Analyze the observed log indicators and traffic patterns
Identified rapid flipping of the MAC address assigned to gateway IP 10.20.1.110.20.1.1 alongside an influx of unsolicited Gratuitous ARP replies.
The Address Resolution Protocol (ARP) translates Layer 3 IP addresses into Layer 2 physical MAC addresses for local subnet delivery.
2
Correlate packet activity with specific attack mechanisms
Recognized that Gratuitous ARP replies cause receiving hosts to update their ARP cache tables immediately without having sent a preceding ARP request.
Attackers exploit this protocol feature to overwrite existing ARP cache entries and intercept outbound subnet traffic.
3
Differentiate the attack from related network threats
Confirmed that the primary indicator (ARP table mapping corruption via Gratuitous ARP) uniquely defines ARP cache poisoning (ARP spoofing).
MAC flooding targets switch infrastructure memory tables, while DNS poisoning alters domain-name-to-IP lookup services.

Key Concept

ARP Cache Poisoning and Gratuitous ARP Indicators
Question 642Question

A fleet logistics company transitions its core routing engine to an Infrastructure as a Service (IaaS) environment provided by a public cloud vendor. The IT team deploys multiple virtual machines to host the application software. Which of the following operational security responsibilities remains exclusively with the logistics company?

Show answer & explanation

Answer: Configuring guest operating system firewall rules and applying system patches to the virtual machines

Answer

Configuring guest operating system firewall rules and applying system patches to the virtual machines
Under the Cloud Shared Responsibility Model for Infrastructure as a Service (IaaS), the cloud service provider manages the physical infrastructure, storage hardware, physical data center security, and the hypervisor layer. The subscriber retains full administrative control and operational responsibility for the guest operating systems, including patching, local host firewall configurations, installed software packages, and data governance.

Step-by-Step Solution

1
Identify the cloud service model referenced in the scenario.
The scenario specifies an Infrastructure as a Service (IaaS) deployment model.
Responsibilities in cloud computing depend directly on whether the service model is IaaS, PaaS, or SaaS.
2
Apply the Shared Responsibility Model to IaaS.
The cloud service provider (CSP) manages the physical facilities, host hardware, and virtualization hypervisor. The customer manages the guest operating system, network firewalls on instances, middleware, applications, and customer data.
IaaS provides maximum customer control over the virtualized operating environment, shifting OS and network control duties to the customer.
3
Evaluate the choices to determine which task belongs strictly to the customer.
Managing guest OS patches and host-based firewalls on virtual machines is a customer responsibility under IaaS.
The CSP cannot access or manage the internal guest OS configuration without customer authorization and access provision.

Key Concept

Cloud Shared Responsibility Model in IaaS Deployments
Question 643Question

Match each storage security mechanism or state to its corresponding enterprise data protection objective.

Click a left item, then click its matching right item

Items

Data Masking
Data in Transit Protection
Cryptographic Erasure
SAN Isolation

Matches

Show answer & explanation

Answer

Data Masking pairs with replacing sensitive dataset values with realistic structural proxies for development environments; Data in Transit Protection pairs with securing data traversing network links between host servers and storage arrays using TLS or IPSec; Cryptographic Erasure pairs with sanitizing retired media by destroying encryption keys; SAN Isolation pairs with restricting logical storage volume access using Fibre Channel zoning and LUN masking.
The correct matches align each security mechanism with its explicit implementation objective: Data Masking replaces sensitive values for test environments; Data in Transit Protection encrypts network pathways between hosts and arrays using protocols like TLS/IPSec; Cryptographic Erasure sanitizes media by destroying encryption keys; SAN Isolation isolates storage volumes to authorized host systems using LUN masking and Fibre Channel zoning.

Step-by-Step Solution

1
Analyze each storage security concept listed on the left.
Identified four key concepts: Data Masking (obfuscation), Data in Transit Protection (network transport security), Cryptographic Erasure (media sanitization), and SAN Isolation (storage network access control).
Understanding the core functional domain of each storage security control is required to pair it correctly.
2
Correlate each control with its technical implementation objective listed on the right.
Data Masking correlates to proxy values for testing; Data in Transit to TLS/IPSec network encryption; Cryptographic Erasure to key destruction; SAN Isolation to Fibre Channel zoning and LUN masking.
These associations accurately reflect standard enterprise storage security architecture practices.

Key Concept

Data Protection and Storage Security Architecture Controls
Question 644Question

During a security audit, system administrators discover an unapproved executable file residing on a database server. Technical analysis reveals that the executable monitors system performance and remains inactive until the database reaches exactly 1000010{}000 records, at which point it automatically executes a script to purge system audit logs. Which of the following malware classifications best describes this threat?

Show answer & explanation

Answer: Logic bomb

Answer

Logic bomb
The correct answer is the choice identifying a logic bomb. A logic bomb is a piece of code intentionally inserted into a software system that remains dormant until specific logical conditions—such as reaching a specified number of database records, a specific timestamp, or an account status change—are met.

Step-by-Step Solution

1
Analyze the operational behavior of the discovered malware.
The malware remains dormant until a specific condition (1000010{}000 database records) is satisfied.
Identifying the execution mechanism differentiates conditional execution from self-propagation or user trickery.
2
Evaluate the trigger condition against malware characteristics.
A payload programmed to fire when precise environmental or logical criteria are met defines a logic bomb.
Logic bombs execute automatically upon predefined event thresholds.

Key Concept

Logic Bomb Characteristics
Estimated Time:1m 15s
Question 645Question

A security architect is reviewing the access control path for remote administrators connecting from an untrusted management subnet to a high-security internal database zone holding regulated financial records. To enforce defense-in-depth and zero-trust principles, traffic must traverse multiple inspection boundaries and transit controls in a precise order. Sequence the security controls and transit points in the correct order that administrative network traffic must navigate from the originating management workstation to the target database server.

Drag items to arrange them in the correct order

Show answer & explanation

Answer

The correct sequence starts at the perimeter firewall filtering incoming management traffic, proceeds to session establishment on the Jump Server in the DMZ, moves through the internal NGFW performing East-West inspection, and finishes at the microsegmented target switch port and host boundary.
In secure network architecture, traffic moving from an outer management zone to an inner critical zone follows a strict transit path: 1) Initial perimeter firewall filtering, 2) Intermediate bastion/jump box session proxying in a DMZ, 3) Internal NGFW microsegmentation and East-West inspection, and 4) Final Layer 2 PVLAN and host-level enforcement.

Step-by-Step Solution

1
Filter ingress connection attempts at the perimeter boundary.
Unsanctioned external traffic is blocked before entering management proxies.
Perimeter firewalls filter initial traffic entering from outer or untrusted administrative networks.
2
Terminate administrative credentials and session handling on a dedicated Jump Server within the DMZ.
Direct connections between management workstations and internal databases are prevented.
Bastion hosts act as authorized intermediate transit points for administrative commands.
3
Inspect inter-zone (East-West) traffic leaving the Jump Server using an internal NGFW.
Application-layer protocols and microsegmentation rules are verified before traffic crosses into internal zones.
Internal firewalls enforce granular policy barriers between DMZ transit hosts and restricted database tiers.
4
Deliver traffic to the destination database server host across Private VLAN (PVLAN) isolated switch ports.
Target server accepts traffic exclusively from the authorized NGFW gateway IP.
Layer 2 PVLAN isolation and endpoint firewalls ensure lateral isolation within the database subnet itself.

Key Concept

Zone Traversal and Network Segmentation Order
Question 646Question

An enterprise facility contains legacy operational technology (OT) devices that cannot receive security updates or support modern encryption protocols. Which network design approach provides the most complete protection by physically isolating these critical devices from all untrusted and corporate network traffic?

Show answer & explanation

Answer: Establishing an air-gapped network segment that has no physical or logical interface connections to external networks

Answer

Establishing an air-gapped network segment that has no physical or logical interface connections to external networks is the correct choice.
Air-gapping ensures that a network segment is physically and logically disconnected from all other networks, including internal corporate networks and the internet. For legacy OT equipment that cannot be patched or secured via software, air-gapping provides the strongest possible boundary control.

Step-by-Step Solution

1
Identify the risk and constraint presented in the scenario
The legacy OT systems cannot be patched or upgraded with modern encryption, making them extremely vulnerable to network-based attacks.
Vulnerable systems must be protected using compensating architectural controls when system-level hardening is impossible.
2
Evaluate network isolation techniques for maximum protection
An air gap provides absolute physical and logical separation from internet-connected networks, eliminating direct electronic attack vectors.
Without any physical or logical network interface connecting the networks, remote network exploitation is prevented.

Key Concept

Air-gapping and Network Isolation
Question 647Question

A healthcare organization must connect legacy diagnostic imaging equipment running unsupported operating systems to the enterprise network. The architecture must allow authorized workstations to retrieve image files while preventing lateral movement if an imaging system is compromised, and restricting administrative access to authenticated technicians. Which of the following network design strategies best fulfills these security requirements?

Show answer & explanation

Answer: Isolate the diagnostic equipment on a dedicated VLAN with strict East-West firewall rules and require administrative management to occur through a secure jump host.

Answer

Isolate the diagnostic equipment on a dedicated VLAN with strict East-West firewall rules and require administrative management to occur through a secure jump host.
Isolating legacy hardware on a dedicated VLAN with East-West firewall rules restricts lateral movement across internal zones, while requiring access via a jump host ensures administrative traffic is authenticated, monitored, and controlled.

Step-by-Step Solution

1
Analyze the threat profile of legacy biomedical equipment.
Identify that unsupported legacy operating systems present unpatchable vulnerability risks and require network-level containment.
Unmitigated vulnerabilities on legacy systems make them high-risk targets for compromise and lateral movement.
2
Evaluate internal network traffic control mechanisms.
Determine that East-West firewall policy enforcement and VLAN segmentation are required between internal subnets.
Perimeter firewalls only inspect North-South traffic and cannot prevent lateral movement between internal zones.
3
Establish secure administrative access controls.
Require management traffic to traverse a bastion host / jump server with multifactor authentication and session logging.
Direct management sessions from general user subnets to sensitive isolated zones introduce severe security risks.

Key Concept

Network Segmentation and East-West Traffic Isolation
Question 648Question

An enterprise systems administrator is performing a security posture review of host operating systems, network services, and infrastructure hardware. Match each host, network, or architecture vulnerability to its corresponding primary risk or operational impact.

Click a left item, then click its matching right item

Items

Resource Exhaustion via Memory Leak
Unsupported or End-of-Life (EOL) Host System
Unnecessary Open Ports and Unused Services
Out-of-Band Management Controller Misconfiguration

Matches

Show answer & explanation

Answer

Resource Exhaustion via Memory Leak matches with RAM continuously allocated without release causing instability; Unsupported/EOL Host System matches with security patches no longer provided by the vendor; Unnecessary Open Ports matches with active listening daemons running without requirement broadening attack surface; Out-of-Band Controller Misconfiguration matches with default credentials and unencrypted protocols enabled on hardware interfaces.
Each vulnerability directly pairs with its core operational impact: memory leaks exhaust host system memory; end-of-life status deprives systems of vendor updates; unnecessary listening ports expand the host attack surface; and out-of-band management misconfigurations expose hardware interfaces through weak access controls.

Step-by-Step Solution

1
Analyze host resource management failure indicators.
Identify that progressive, unreleased RAM usage leading to application crash defines a memory leak resource exhaustion condition.
Software that fails to clean up allocated memory consumes finite system memory pools over time.
2
Evaluate lifecycle security risks for legacy host operating systems.
Determine that end-of-life systems lack vendor patch support, leaving exposed flaws unmitigated.
When software reaches end-of-life status, vendor engineering teams cease issuing security advisories and security updates.
3
Examine host attack surface management concepts.
Recognize that running unnecessary services leaves open ports active, expanding host exposure.
Disabling unused services and closing unneeded ports is a fundamental host-hardening practice to minimize entry vectors.
4
Assess hardware infrastructure management vulnerabilities.
Associate out-of-band management controllers with default credential and unencrypted access weaknesses.
Baseboard management controllers operate independently of host operating systems and require strict access controls.

Key Concept

Host, Network, and Architecture Vulnerabilities
Estimated Time:1m 30s
Question 649Question

To enforce defense-in-depth across a multi-tenant cloud infrastructure hosting both virtual machines and container workloads, a platform security engineer must align security mechanisms with their specific operational boundaries. Match each virtualization or containerization technology on the left with its primary isolation boundary or resource control capability on the right.

Click a left item, then click its matching right item

Items

Linux Namespaces
Control Groups (cgroups)
Type-1 Bare-Metal Hypervisor
Kernel-level Security Modules (e.g., AppArmor / SELinux)

Matches

Show answer & explanation

Answer

Linux Namespaces matches with partitioning system resources; Control Groups (cgroups) matches with limiting hardware consumption; Type-1 Bare-Metal Hypervisor matches with enforcing hardware-assisted ring isolation between guest OS instances; and Kernel-level Security Modules matches with restricting process privileges via Mandatory Access Control profiles.
Each technology provides a specific layer of defense-in-depth: Linux Namespaces partition system resource visibility (PIDs, network interfaces, mount points); Control Groups (cgroups) govern hardware resource consumption limits (CPU, memory, I/O rates); Type-1 Bare-Metal Hypervisors manage guest virtual machines via hardware-assisted execution boundaries; and Kernel-level Security Modules enforce Mandatory Access Control policies to restrict process capabilities and syscall access on the shared host kernel.

Step-by-Step Solution

1
Analyze Linux Namespaces functionality
Namespaces control process visibility of system abstractions such as process IDs, network interfaces, and file system mounts.
Namespaces determine what an isolated containerized process can see.
2
Analyze Control Groups (cgroups) functionality
cgroups enforce resource allocations and ceilings for CPU usage, memory allocation, and I/O rates.
cgroups determine what host resources an isolated process can consume.
3
Analyze Type-1 Bare-Metal Hypervisor isolation
Bare-metal hypervisors run directly on hardware and enforce strict hardware-level memory and CPU Ring-0 isolation between guest kernels.
Hypervisors provide hardware-assisted virtualization boundaries between fully independent operating systems.
4
Analyze Kernel-level Security Modules (AppArmor/SELinux)
Security modules restrict syscall privileges and file path operations using Mandatory Access Control rules.
MAC profiles restrict container capabilities at runtime, preventing container escapes from accessing sensitive host system resources.

Key Concept

Containerization vs. Virtualization Isolation Architecture
Estimated Time:2m 0s
Question 650Question

A financial institution requires a storage security architecture for its high-performance database cluster. The design must protect data at rest against physical drive theft from the data center without incurring host operating system processor overhead, while centralizing cryptographic key management inside a dedicated tamper-resistant hardware appliance. Which of the following solutions best satisfies these security and architectural requirements?

Show answer & explanation

Answer: Self-Encrypting Drives (SEDs) integrated with an enterprise Hardware Security Module (HSM)

Answer

Self-Encrypting Drives (SEDs) integrated with an enterprise Hardware Security Module (HSM) best satisfies the requirements.
Self-Encrypting Drives (SEDs) perform symmetric bulk encryption directly on the drive controller hardware, ensuring data at rest is protected without placing cryptographic processing burdens on the host server CPU. Integrating SEDs with a Hardware Security Module (HSM) provides dedicated, tamper-resistant hardware for central key generation, storage, and lifecycle management, satisfying all criteria in the scenario.

Step-by-Step Solution

1
Analyze requirement for physical storage encryption without host CPU overhead
Hardware-level disk encryption, such as Self-Encrypting Drives (SEDs), performs cryptographic operations directly on the disk controller, avoiding host processor degradation.
Software-based disk or database column encryption consumes host CPU cycles and memory.
2
Analyze requirement for centralized, tamper-resistant key management
Hardware Security Modules (HSMs) provide tamper-evident key storage and centralized lifecycle management for storage encryption keys.
Storing keys in software or host memory exposes them to memory dump attacks and lacks hardware tamper resistance.
3
Synthesize the optimal combined storage architecture
Combining SEDs with an HSM delivers full hardware-offloaded data-at-rest protection and secure key management.
This combination directly fulfills all scenario constraints.

Key Concept

Storage Security and Key Management Architecture
Question 651Question

An autonomous manufacturing enterprise is transitioning its edge-compute microservices and industrial IoT telemetry pipeline to a Zero Trust Architecture (ZTA). A security architect must define control plane and data plane operational requirements to enforce core Zero Trust tenets across all component communications.

Which of the following architectural requirements MUST be implemented to strictly align with Zero Trust Architecture principles? (Select TWO.)

Select all that apply

Show answer & explanation

Answer: Dynamically evaluate device health, user identity, and contextual risk attributes at the Policy Decision Point (PDP) for every transaction before authorizing access.; Enforce mutual TLS (mTLS) and continuous re-authorization for all inter-service communications regardless of physical or logical network location.

Answer

The correct requirements are dynamically evaluating device health, identity, and contextual risk at the Policy Decision Point for every transaction, and enforcing mutual TLS with continuous re-authorization across all inter-service communications regardless of network location.
Zero Trust Architecture strictly mandates explicit verification and continuous evaluation. Requiring the Policy Decision Point (PDP) to dynamically evaluate posture, identity, and risk metrics for every transaction ensures access decisions reflect real-time threat contexts. Furthermore, enforcing mutual TLS (mTLS) and continuous re-authorization across all inter-service communications aligns with the assumed breach paradigm, eliminating implicit trust based on network topology.

Step-by-Step Solution

1
Identify core Zero Trust Architecture tenets regarding request evaluation.
Zero Trust requires explicit verification per transaction using dynamic telemetry (identity, posture, environmental risk) handled by the Policy Decision Point (PDP).
Implicit trust is eliminated; authentication and authorization are contextual and continuous rather than static or location-based.
2
Analyze data plane network communication controls under Zero Trust.
All traffic must be secured end-to-end (e.g., using mTLS) and continuously re-verified at Policy Enforcement Points (PEPs) closest to the resources.
The underlying network is assumed compromised, necessitating microsegmentation and continuous session validation regardless of physical VLAN or subnet position.
3
Evaluate and eliminate perimeter-reliance misconceptions.
Reject options proposing post-authentication implicit trust zones or reliance on centralized perimeter firewalls in place of PEPs.
Legacy perimeter security fails to protect against lateral movement and violates the assumed breach tenet of Zero Trust.

Key Concept

Zero Trust Architecture Principles: Explicit Verification, Continuous Authentication, Assumed Breach, and Microsegmentation
Question 652Question

A security administrator is configuring host-level hardening for an application running in a Linux container environment. Which of the following security mechanisms directly restrict container resource usage and limit accessible host kernel system calls? (Select TWO.)

Select all that apply

Show answer & explanation

Answer: Control groups (cgroups); Secure Computing Mode (seccomp) profiles

Answer

Control groups (cgroups) and Secure Computing Mode (seccomp) profiles are the correct choices.
Control groups (cgroups) provide resource metering and limiting (CPU, memory, storage I/O) for containerized processes on the host. Secure Computing Mode (seccomp) restricts the system call interface exposed by the host kernel to the container, minimizing potential kernel exploitation vectors.

Step-by-Step Solution

1
Identify the host-level mechanism that restricts hardware resource allocation for containers.
Control groups (cgroups) manage and limit resources like memory, CPU, and disk I/O per container.
Prevents a single container from consuming all host resources.
2
Identify the mechanism that restricts process interactions with the host kernel interface.
Seccomp restricts system call privileges available to containerized processes.
Reduces kernel attack surface by blocking unnecessary system calls.

Key Concept

Linux kernel mechanisms for container resource governance and system call filtering
Question 653Question

A security administrator is configuring runtime security settings for a container execution host that processes untrusted third-party workloads. Which TWO of the following security controls should be implemented to reduce the kernel attack surface and prevent persistent host filesystem modifications during container execution?

Select all that apply

Show answer & explanation

Answer: Apply secure computing mode (seccomp) profiles to restrict the system calls containers can make to the host kernel.; Mount the container's root filesystem as read-only and redirect temporary write operations to volatile memory storage.

Answer

The two correct security controls are restricting host kernel system calls via seccomp profiles and mounting the container root filesystem as read-only while using volatile memory for temporary write operations.
Implementing seccomp profiles directly reduces the kernel attack surface by blocking dangerous or unnecessary syscalls from reach of containerized applications. Additionally, forcing a read-only root filesystem prevents unauthorized file creation or persistent malicious modifications within the container image.

Step-by-Step Solution

1
Analyze the goal of reducing kernel attack surface exposure.
System call filtering (seccomp) limits the syscalls available to container processes, preventing compromised containers from invoking vulnerable host kernel routines.
Containers share the host operating system kernel directly, making syscall filtering essential for kernel attack surface reduction.
2
Analyze the goal of preventing persistent host filesystem modifications.
Configuring root filesystems as read-only forces any file modifications to fail or stay strictly in ephemeral storage.
Immutable infrastructure principles ensure that malicious modifications cannot persist across container restarts or infect the host file structure.

Key Concept

Container Host Hardening & Kernel Attack Surface Reduction
Question 654Question

A financial services company hosts multi-tenant microservices handling sensitive transaction processing. Following a penetration test, security assessors demonstrated that a compromised container could exploit a host Linux kernel vulnerability to gain root privileges on the underlying host OS, compromising adjacent containers. To mitigate this specific attack vector while preserving container deployment automation, which of the following controls should the security team implement?

Show answer & explanation

Answer: Deploy sandboxed container runtimes that utilize lightweight virtual machines to isolate each container footprint behind a dedicated kernel boundary.

Answer

Deploy sandboxed container runtimes that utilize lightweight virtual machines to isolate each container footprint behind a dedicated kernel boundary.
Deploying sandboxed container runtimes (such as Kata Containers or Firecracker) wraps each container workload inside a lightweight virtual machine. This provides a dedicated guest kernel for each container instance, ensuring that even if an attacker executes a kernel exploit inside a container, it cannot escape into the host OS kernel or affect adjacent tenant containers.

Step-by-Step Solution

1
Analyze the reported vulnerability vector
The attack relies on a kernel flaw in the host OS shared across traditional container environments.
Standard containers share the host kernel, meaning a kernel-level exploit bypasses standard container isolation.
2
Evaluate technical controls for kernel isolation
Sandboxed container runtimes wrap containers inside lightweight micro-VMs.
Micro-VM container runtimes provide a dedicated kernel for each workload while retaining fast spin-up and container orchestrator compatibility.
3
Differentiate from insufficient controls
Standard Linux namespaces, microsegmentation, and management RBAC do not isolate the kernel layer.
Only hardware-assisted hypervisor virtualization (even lightweight) removes the shared host kernel single point of compromise.

Key Concept

Container Micro-VM Sandboxing vs. Shared Kernel Isolation
Question 655Question

An organization is updating its internal web application architecture to prevent eavesdropping and data tampering across internal subnets. A network team member suggests omitting TLS encryption for internal microservice communications, arguing that existing perimeter firewalls and isolated VLANs make the internal network inherently safe from interception. Which security control weakness is demonstrated by this proposed architecture?

Show answer & explanation

Answer: Implicit trust based on network perimeter boundary

Answer

Implicit trust based on network perimeter boundary
The correct answer accurately identifies the design weakness of trusting traffic based on network location. Modern security principles mandate that data in transit be protected with encryption regardless of whether it originates inside or outside a network boundary.

Step-by-Step Solution

1
Analyze the scenario proposed by the network team member
The proposal advocates omitting end-to-end transport layer encryption (TLS) internally because perimeter firewalls and VLANs exist.
Identifying the root assumption reveals where the security model fails.
2
Evaluate the architectural assumption against security control standards
Assuming internal networks are secure solely because of physical or logical network boundaries creates an unencrypted internal environment vulnerable to lateral movement and packet sniffing.
Effective security controls require continuous verification and encryption regardless of network location.

Key Concept

Perimeter Reliance vs. Zero Trust Architecture
Estimated Time:1m 30s
Question 656Question

Match each observed technical indicator from packet captures and system logs to its corresponding network or wireless attack classification.

Click a left item, then click its matching right item

Items

Frame captures reveal 802.1Q tagged traffic originating from an access port containing nested outer VLAN ID 10 and inner VLAN ID 20 headers.
Network logs show an unauthorized device responding to client broadcast DHCPDISCOVER messages with DHCP Option 3 pointing to a rogue gateway address.
Packet inspection reveals unsolicited OBEX protocol transactions establishing an unauthenticated wireless connection to extract contact lists from a mobile device.
Audit logs indicate an anomalous propagation delay during ISO 14443 challenge-response authentication while exchanging credentials between a physical badge and an access control reader.

Matches

Show answer & explanation

Answer

VLAN double tagging frames correspond to VLAN Hopping; unauthorized gateway options in DHCP responses correspond to a Rogue DHCP Server Attack; unauthorized OBEX data extraction over Bluetooth corresponds to Bluesnarfing; anomalous ISO 14443 timing delays correspond to an RFID/NFC Relay Attack.
Each indicator uniquely aligns with its attack mechanism: nested 802.1Q headers represent Double Tagging VLAN Hopping; rogue default gateway assignments via DHCP Option 3 represent Rogue DHCP deployment; unauthorized data exfiltration via Bluetooth OBEX represents Bluesnarfing; and timing anomalies in ISO 14443 smart card authentication indicate an RFID/NFC Relay Attack.

Step-by-Step Solution

1
Analyze frame encapsulation logs for 802.1Q tags.
Multiple nested 802.1Q VLAN headers sent from an access port demonstrate an exploitation of switch native VLAN tag stripping, which is characteristic of double tagging VLAN hopping.
Switches strip the outer native VLAN tag and forward the frame with the inner tag to another targeted VLAN without validating access rules.
2
Examine DHCP protocol interaction logs.
Unauthorized answers offering network configuration parameters (Option 3 for Default Gateway) point to a Rogue DHCP Server.
Attackers place rogue DHCP servers on a segment to redirect default gateway traffic to an attacker-controlled address for man-in-the-middle operations.
3
Evaluate wireless short-range data exchange protocol logs.
Unsolicited access using OBEX Push profile to download internal device memory (contacts) characterizes Bluesnarfing.
Bluesnarfing targets Bluetooth vulnerabilities to steal confidential information, unlike Bluejacking which only transmits unwanted messages.
4
Inspect physical security proximity credential timing logs.
Propagation delays during ISO 14443 contactless smart card challenge-responses signal an intermediary proxying the signal, defining a Relay Attack.
Relay attacks transmit contactless RFID/NFC RF signals over secondary channels, introducing measurable latency into proximity validation protocols.

Key Concept

Network and Wireless Attack Indicators
Estimated Time:2m 0s
Question 657Question

An endpoint detection and response telemetry report identifies an unapproved background process establishing persistence via a scheduled task named SystemHealthCheck. Memory inspection confirms the payload performs API hooking into explorer.exe to capture user credentials typed into web browsers and collect window titles, while establishing encrypted outbound connections to an external command-and-control server. Which of the following technical characteristics and malware classifications directly align with this observed incident? (Select TWO.)

Select all that apply

Show answer & explanation

Answer: Spyware performing credential harvesting and active user activity monitoring; Persistence mechanism utilization via host system scheduling utilities

Answer

The correct responses are the option identifying spyware credential harvesting and monitoring, and the option identifying persistence via scheduling utilities.
The scenario details keylogging and telemetry collection through API hooking in explorer.exe, which is characteristic of spyware. Additionally, using scheduled tasks to ensure execution across reboots represents host persistence.

Step-by-Step Solution

1
Analyze the observed host telemetry capabilities.
Process memory hooking into explorer.exe to log keystrokes and capture application window titles maps directly to spyware and keylogger malware functionality.
Spyware gathers sensitive user input and telemetry silently without user authorization.
2
Identify host-level persistence indicators.
The creation of a OS scheduled task (SystemHealthCheck) ensures ongoing execution across system reboots.
Scheduled tasks are standard persistence vectors used by malware to survive system restart.
3
Evaluate and rule out incorrect malware classifications and remediation controls.
The telemetry does not demonstrate self-replicating subnet scanning (worm behavior), nor can an inline network firewall mitigate internal host memory injection.
Differentiating malware behavior and matching appropriate host endpoint controls prevents misdiagnosis.

Key Concept

Spyware Indicators of Compromise and Host Persistence
Question 658Question

Match each storage security and data protection mechanism to its primary enterprise operational control function.

Click a left item, then click its matching right item

Items

LUN Masking
Hardware Security Module (HSM)
Endpoint Data Loss Prevention (DLP)
Tokenization

Matches

Show answer & explanation

Answer

LUN Masking matches restricting storage volume access by host HBA ports; Hardware Security Module matches dedicated hardware key management; Endpoint Data Loss Prevention matches monitoring and blocking unauthorized file transfers to local external storage; Tokenization matches replacing sensitive data fields with non-sensitive surrogate values.
Each security solution fulfills a distinct storage architecture requirement: LUN Masking isolates SAN volumes per host HBA, HSMs secure root cryptographic keys within dedicated hardware, Endpoint DLP enforces egress data policies on client endpoints, and Tokenization replaces sensitive data elements with non-cryptographic tokens.

Step-by-Step Solution

1
Analyze SAN block storage isolation mechanisms.
Identify LUN Masking as the storage architecture technique used to restrict volume visibility to authorized host HBAs.
Storage Area Networks require logical partitioning so servers only see assigned storage blocks.
2
Evaluate key protection architectures.
Map dedicated physical hardware appliances for root keys to Hardware Security Modules (HSMs).
HSMs offer hardened cryptographic boundaries separate from general application software.
3
Differentiate endpoint data protection controls from backend data obfuscation.
Assign file exfiltration blocking on host nodes to Endpoint DLP, and database field surrogate substitution to Tokenization.
DLP inspects user data transport actions, while tokenization alters data storage representations.

Key Concept

Enterprise Data Protection and Storage Architecture Controls
Question 659Question

A security technician is setting up a Security Information and Event Management (SIEM) log processing pipeline. Match each SIEM log management phase to its corresponding core function.

Click a left item, then click its matching right item

Items

Parsing
Normalization
Correlation
Aggregation

Matches

Show answer & explanation

Answer

Parsing matches extracting key data fields; Normalization matches mapping attributes into a single standardized schema; Correlation matches linking related log events across sources; Aggregation matches combining repetitive identical event records.
Each SIEM log processing stage performs a distinct function: Parsing extracts structured data fields from raw logs; Normalization maps extracted data to a standardized schema; Correlation connects multiple event streams using logic rules to detect security incidents; and Aggregation deduplicates log volume.

Step-by-Step Solution

1
Identify the data extraction phase
Parsing separates unstructured log lines into discrete elements like IP addresses and event IDs.
SIEM parsers read raw log strings and extract structured fields.
2
Identify the standardization phase
Normalization translates varying field names from different vendors into a unified schema.
Consistent naming conventions enable effective cross-platform querying.
3
Identify the event analysis and rule evaluation phase
Correlation connects separate events over time to detect multi-stage attacks.
Correlation engines combine data streams from multiple sensors to trigger security alerts.
4
Identify the deduplication and volume reduction phase
Aggregation consolidates identical entries into a single summary record.
Grouping duplicate logs saves bandwidth and storage while reducing noise.

Key Concept

SIEM Log Processing Pipeline
Question 660Question

An industrial manufacturing plant operates a Safety Instrumented System (SIS) to control physical emergency shutdown valves. The security architecture team must forward real-time operational telemetry from the SIS domain to a cloud-based enterprise monitoring platform. However, regulatory standards mandate that no network path can exist that allows incoming commands or external traffic to reach the safety controllers under any circumstances. Which of the following network segmentation controls best satisfies this requirement?

Show answer & explanation

Answer: A physical data diode deployed at the boundary between the OT network collectors and the enterprise network

Answer

Deploying a physical data diode at the boundary between the operational technology collectors and the enterprise network is the optimal solution.
A physical data diode uses hardware-level mechanisms (such as an LED pointing to a photo-receiver across an optical gap) to enforce unidirectional communication at Layer 1. This physical design ensures that telemetry can be sent to the enterprise network while rendering inbound signal transmission physically impossible, fully satisfying the requirement to prevent external command injection into safety controllers.

Step-by-Step Solution

1
Analyze the functional and security requirements of the scenario
Telemetry data must flow outbound from the Safety Instrumented System (SIS) to the enterprise platform, but absolute isolation against inbound traffic/commands must be guaranteed.
Safety Instrumented Systems control critical physical processes where unintended software command injection could cause physical harm or infrastructure failure.
2
Evaluate candidate network segmentation controls against the strict non-reversibility requirement
Software controls (firewalls, jump boxes, pVLANs) maintain bidirectional logical capabilities or stateful session return channels.
Any software-defined control can potentially be bypassed via zero-day vulnerabilities, configuration errors, or session exploitation.
3
Identify the hardware-enforced unidirectional isolation mechanism
A physical data diode allows optical transmission in only one direction while lacking physical receiving hardware on the sender side.
This guarantees at the physical layer (Layer 1) that return traffic, acknowledgments, or inbound exploits cannot travel backward into the safety zone.

Key Concept

Unidirectional Data Diodes and Industrial Control System (ICS/OT) Microsegmentation
Estimated Time:2m 0s
PreviousPage 33 / 112Next
All practice questions — CompTIA Security+ | Examkin