All practice questions

2232 questions

Question 321Question

A security posture assessment identified several vulnerability findings across an enterprise environment. Match each vulnerability finding on the left to its corresponding infrastructure exposure category on the right.

Click a left item, then click its matching right item

Items

Default administrative credentials remaining enabled on network-attached security cameras
Transmission of cleartext management traffic using unencrypted SNMPv1
Unpatched kernel memory flaw on a legacy server operating system past its end-of-life date
Permissive security group rule allowing inbound public access to a database listener port

Matches

Show answer & explanation

Answer

Default camera credentials map to Embedded / IoT System Vulnerability; SNMPv1 cleartext management traffic maps to Network Protocol Weakness; unpatched legacy kernel flaw maps to Host Operating System Vulnerability; public database security group rule maps to Cloud Infrastructure Misconfiguration.
Each vulnerability finding aligns with a specific architecture category. Factory credentials on IP cameras affect embedded IoT devices. Cleartext SNMPv1 represents an insecure legacy network protocol. Kernel vulnerabilities on unpatched operating systems target host platforms. Publicly accessible cloud security group rules represent cloud resource misconfigurations.

Step-by-Step Solution

1
Analyze the technical layer affected by each finding.
Identify whether the issue stems from hardware/firmware, network protocols, operating system software, or virtual network policy controls.
Different vulnerabilities require distinct remediation strategies based on their architectural layer.
2
Match embedded hardware and protocol risks.
Default camera passwords map to Embedded / IoT System Vulnerability, and SNMPv1 cleartext traffic maps to Network Protocol Weakness.
IoT devices frequently suffer from default credential issues, while legacy management protocols lack transit encryption.
3
Match operating system and virtual access control risks.
Kernel bugs map to Host Operating System Vulnerability, and open port rules map to Cloud Infrastructure Misconfiguration.
Kernel patches apply directly to host OS instances, whereas security group rules govern access boundaries in cloud environments.

Key Concept

Host, Network, and Architecture Vulnerabilities
Question 322Question

A senior security engineering team is formalizing an enterprise security assessment policy spanning corporate workstations, custom web microservices, software build pipelines, and sensitive industrial control network segments. Match each security testing methodology on the left to the operational execution characteristic on the right that correctly defines its technical application.

Click a left item, then click its matching right item

Items

Credentialed Vulnerability Assessment
Dynamic Application Security Testing (DAST)
Static Application Security Testing (SAST)
Passive Network Vulnerability Monitoring

Matches

Show answer & explanation

Answer

Credentialed Vulnerability Assessment matches with internal remote host configuration auditing via OS management protocols; Dynamic Application Security Testing (DAST) matches with black-box runtime application fault injection; Static Application Security Testing (SAST) matches with non-executing source code/binary analysis; Passive Network Vulnerability Monitoring matches with non-intrusive traffic packet analysis via mirrored ports.
Each security testing technique is accurately paired based on its operational state and execution mechanics: Credentialed assessment queries host internals via logged-in OS protocols; DAST tests live running application web endpoints; SAST inspects uncompiled source code statically; Passive network monitoring listens to mirrored packet traffic asynchronously.

Step-by-Step Solution

1
Analyze host assessment methodologies for privilege usage
Identified Credentialed Vulnerability Assessment as requiring elevated user privileges to inspect local OS registries and missing patches via remote management protocols.
Authentic internal auditing requires credentials to bypass external firewall boundaries and query host internals directly.
2
Differentiate application security testing modes (SAST vs DAST)
Matched SAST to static non-running code analysis in build pipelines, and DAST to active runtime black-box testing against executing web interfaces.
SAST evaluates code structure before deployment, whereas DAST evaluates application runtime response and input validation under execution.
3
Evaluate non-intrusive network testing techniques for fragile environments
Matched Passive Network Vulnerability Monitoring with mirrored traffic packet inspection without active packet injection.
Passive monitoring relies on SPAN/TAP packet captures, preventing active network scans from crashing sensitive OT/ICS controllers.

Key Concept

Vulnerability Assessment and Security Testing Methods
Question 323Question

A security analyst is performing a comprehensive assessment across an enterprise environment. Match each host, network, or infrastructure vulnerability scenario observed during the assessment to its corresponding vulnerability category.

Click a left item, then click its matching right item

Items

A web application proxy hosted on a cloud server allows external requests to fetch internal resources, enabling unauthorized retrieval of IAM role credentials from http://169.254.169.254.
An internal operational technology (OT) host on an industrial network crashes regularly because an application repeatedly requests dynamic heap memory without releasing unused memory blocks.
An enterprise network switch maintains an unencrypted management interface exposing cleartext administrative credentials and allowing unauthenticated firmware updates.
An internal database server containing sensitive employee records is reachable directly from the corporate Wi-Fi subnet without any intervening firewall or access control restrictions.

Matches

Show answer & explanation

Answer

Each scenario maps directly to its underlying architectural or host vulnerability: 1) Cloud proxy credential access maps to Cloud Instance Metadata Service (IMDS) Exposure; 2) Application memory failure maps to Host Resource Exhaustion via Memory Leak; 3) Unencrypted switch management maps to Insecure Embedded System Management Interface; 4) Unrestricted database access from Wi-Fi maps to Missing Network Segmentation and Microsegmentation Controls.
Each scenario correctly isolates a distinct domain of host and network vulnerabilities. Cloud metadata endpoints (169.254.169.254) reflect cloud architecture host vulnerabilities; memory management bugs lead to host resource exhaustion; legacy/unencrypted switch interfaces represent embedded management vulnerabilities; and unrestricted inter-subnet access highlights network architecture segmentation deficiencies.

Step-by-Step Solution

1
Analyze the cloud proxy scenario
Identified the IP address 169.254.169.254 as the link-local address for cloud instance metadata services
Requesting metadata via an exposed application proxy exposes internal role credentials through IMDS vulnerability.
2
Analyze the OT application crash scenario
Identified unreleased dynamic heap allocations causing system instability
Failure to release allocated memory constitutes a memory leak leading to host resource exhaustion.
3
Analyze the enterprise network switch scenario
Identified unencrypted management interfaces and unauthenticated firmware options
Network appliances and hardware management consoles with insecure communication protocols suffer from insecure embedded management interfaces.
4
Analyze the database network path scenario
Identified direct connectivity from wireless user subnets to sensitive database servers
Lack of network boundaries between standard client subnets and critical host assets indicates missing network segmentation.

Key Concept

Classification and identification of host, network, and cloud infrastructure vulnerabilities.
Question 324Question

Match each enterprise technical assessment finding to its primary host, network, or architecture vulnerability classification.

Click a left item, then click its matching right item

Items

An assessment of an industrial gateway reveals an unpatched memory corruption flaw within the embedded Real-Time Operating System (RTOS) kernel microcode.
A network packet capture across internal management VLANs shows administrator credentials and system configurations being polled over unencrypted SNMPv1 and HTTP protocols.
A cloud security audit flags a production database security group configured with an ingress rule allowing unrestricted traffic from 0.0.0.0/0 on port 5432.
A security audit on a shared compute platform demonstrates that speculative execution side-channel flaws allow a malicious guest virtual machine to read kernel memory space from co-located tenant VMs.

Matches

Show answer & explanation

Answer

The embedded RTOS microcode flaw matches Embedded System and Microcode Firmware Vulnerability; cleartext SNMPv1 and HTTP traffic matches Cleartext Administrative Protocol and Insecure Transport Weakness; database security group access from 0.0.0.0/0 matches Cloud Security Group Misconfiguration and Inadequate Perimeter Isolation; cross-VM speculative execution leakage matches Virtualization Multi-Tenancy Breakdown and Hardware Side-Channel Vulnerability.
Each scenario targets a specific vulnerability domain: embedded microcode bugs represent host/firmware issues; cleartext management protocols represent transport vulnerabilities; over-permissive cloud rules represent infrastructure misconfigurations; and CPU side-channels represent virtualization isolation failures.

Step-by-Step Solution

1
Analyze the embedded RTOS finding.
Identified as a specialized OS/firmware flaw running on hardware control units.
Embedded systems often run lightweight RTOS kernels with firmware vulnerabilities requiring vendor microcode updates.
2
Analyze the SNMPv1 and HTTP packet capture finding.
Identified as insecure network transport exposing sensitive administrative telemetry in cleartext.
SNMPv1 lacks encryption and strong authentication, and HTTP transmits data unencrypted over TCP port 80.
3
Analyze the cloud database security group finding.
Identified as an over-permissive infrastructure rule causing public exposure.
Permitting 0.0.0.0/0 ingress to database services violates network microsegmentation and zero-trust perimeter isolation principles.
4
Analyze the cross-VM memory leakage finding.
Identified as a hypervisor multi-tenancy isolation failure rooted in hardware microarchitecture side-channels.
Speculative execution vulnerabilities bypass CPU boundary protections to read memory across virtualized isolation boundaries.

Key Concept

Host, Network, and Architecture Vulnerability Categorization
Question 325Question

During a comprehensive threat landscape assessment for a global logistics management enterprise, the security operations team identified four distinct threat threat actor profiles active against the organization's ecosystem. Match each threat actor incident profile on the left with its defining combination of attributes, intent, and primary attack vector on the right.

Click a left item, then click its matching right item

Items

Incident Profile 1: A covert adversary maintains prolonged, undetected access within the build pipeline of a shipping telematics software vendor, modifying firmware binaries prior to distribution to gather geopolitical movement data without disruption.
Incident Profile 2: A syndicate leverages compromised third-party contractor credentials and unpatched edge VPN vulnerabilities to encrypt core logistics database clusters, demanding a multimillion-dollar cryptocurrency payment.
Incident Profile 3: A senior database administrator exfiltrates proprietary route-optimization source code and client PII directly to an unapproved personal cloud repository shortly after a performance review.
Incident Profile 4: A loose coalition conducts a large-scale volumetric DDoS attack against public-facing tracking portals while defacing marketing sites to protest corporate fuel consumption policies.

Matches

Show answer & explanation

Answer

Incident Profile 1 matches the Nation-State / APT attributes (software supply chain vector, extreme sophistication, espionage intent); Incident Profile 2 matches Organized Crime attributes (financial extortion, perimeter VPN and credential vectors); Incident Profile 3 matches Insider Threat attributes (legitimate internal privilege, personal grievance intent, direct exfiltration vector); Incident Profile 4 matches Hacktivist attributes (ideological intent, public availability disruption and defacement vectors).
Matching each incident profile requires evaluating the specific alignment between threat actor motivations (espionage, financial gain, personal grievance, ideological publicity), resource levels (state-funded, commercial extortion syndicate, internal privilege, public botnet resources), and vector types (supply chain code injection, perimeter VPN credential exploitation, internal authorized exfiltration, public web DDoS/defacement).

Step-by-Step Solution

1
Analyze Incident Profile 1 for key indicators of actor type, intent, sophistication, and vector.
The profile involves silent software pipeline manipulation, custom firmware modifications, long-term intelligence gathering, and high stealth, which are definitive hallmarks of a Nation-State / Advanced Persistent Threat (APT) using a supply chain vector.
Nation-state threat actors possess the resources and sophistication required to execute complex supply chain compromise campaigns for geopolitical espionage.
2
Analyze Incident Profile 2 for motivation and vector.
The profile highlights double-extortion ransomware and multi-million dollar ransom demands via compromised credentials and edge vulnerabilities, matching an Organized Crime syndicate.
Organized crime actors prioritize monetary gain and leverage high-yield extortion techniques over unpatched remote access infrastructures.
3
Analyze Incident Profile 3 to evaluate access level and motive.
The profile indicates a database administrator taking proprietary data post-performance review via personal storage, representing an Insider Threat.
Insider threats possess legitimate system credentials and bypass perimeter defenses entirely, often acting on personal grievances or financial incentives.
4
Analyze Incident Profile 4 for political/social intent and disruption vectors.
The profile describes public web defacement and DDoS attacks stemming from environmental protests, matching a Hacktivist collective.
Hacktivists aim to make political or social statements by targeting public visibility and availability rather than monetary theft.

Key Concept

Threat Actor Classifications, Attributes, and Attack Vector Alignments
Question 326Question

Match each active deception technology component on the left with its corresponding operational implementation function on the right.

Click a left item, then click its matching right item

Items

Honeytoken
Honeynet
Honeyfile
Breadcrumb

Matches

Show answer & explanation

Answer

Honeytoken pairs with simulated credential or API key; Honeynet pairs with high-interaction network segment of decoy systems; Honeyfile pairs with enticing decoy document on an audited file share; Breadcrumb pairs with client-side artifact planted to direct attackers toward decoy infrastructure.
Each deception technology matches its specific deployment role: Honeytokens represent fake credentials or data elements; Honeynets constitute multi-host decoy network environments; Honeyfiles are audited decoy documents; and Breadcrumbs serve as endpoint lure artifacts that steer threat actors toward decoy assets.

Step-by-Step Solution

1
Identify the data-centric deception element intended for credential/data harvesting detection.
Associate Honeytoken with fake credentials, database entries, or API keys embedded in production repositories.
Honeytokens focus specifically on monitoring unauthorized usage of non-production data values.
2
Differentiate macro-level network decoy environments from single-host artifacts.
Associate Honeynet with the complete simulated network segment containing multiple decoy systems.
Honeynets provide multi-system telemetry to observe broad attack vectors and lateral movement techniques.
3
Distinguish between monitored document files and endpoint redirection lures.
Associate Honeyfile with decoy documents stored on file shares, and Breadcrumb with host-level artifacts that direct attackers to honeypots.
Honeyfiles monitor data access directly, whereas breadcrumbs manipulate adversary reconnaissance paths on host systems.

Key Concept

Deception and Disruption Technologies in Active Defense Architecture
Question 327Question

An administrator needs to perform a vulnerability scan on internal servers to accurately detect missing software patches without installing host software agents. Which of the following scanning methods should the administrator use?

Show answer & explanation

Answer: Credentialed vulnerability scan

Answer

Credentialed vulnerability scan
A credentialed vulnerability scan allows the scanner to log into target hosts using valid permissions to inspect installed applications, registry keys, and operating system patch levels directly. This provides high accuracy and low false-positive rates without requiring permanent agent installations.

Step-by-Step Solution

1
Identify the assessment objective
The administrator must verify internal missing software patches accurately across servers without installing local agents.
Accurate patch auditing requires permission to inspect system registries and installed software databases.
2
Compare assessment methods
A credentialed scan provides authenticated remote access to query system configuration and missing patches directly.
Unauthenticated or passive methods only see open ports and exposed services, leading to incomplete results.

Key Concept

Credentialed vs. Non-Credentialed Vulnerability Scanning
Estimated Time:1m 0s
Question 328Question

A security engineer aims to detect unauthorized internal reconnaissance and credential scraping within private source code repositories without provisioning decoy server infrastructure or altering existing network routing. The engineer inserts inactive, traceable API access keys into public test environment files. Any attempt to authenticate using these fake credentials triggers an immediate high-fidelity alert containing the origin IP address and request details. Which of the following deception technologies did the security engineer deploy?

Show answer & explanation

Answer: Honeytoken

Answer

Honeytoken is the correct technology because fake API keys and credentials used to lure and detect unauthorized scrapers qualify as honeytokens.
Honeytokens are specific fake data artifacts—such as fake database entries, cloud access keys, or API tokens—placed inside systems or repositories. Because legitimate applications and personnel do not use these tokens, any usage indicates unauthorized activity or compromised systems, providing high-fidelity detection without heavy infrastructure overhead.

Step-by-Step Solution

1
Analyze the deployed resource type described in the scenario.
The resource consists of fake API access keys placed inside repository files, not dedicated host OS environments or network appliances.
Deception technologies are categorized by whether they mimic data assets (honeytokens/honeyfiles), individual servers (honeypots), or network segments (honeynets).
2
Evaluate the detection mechanism.
Alerts trigger when an adversary attempts to utilize the non-functional credential.
Honeytokens rely on the principle that legitimate users have no operational reason to access or use fake artifacts.
3
Match the implementation to the correct deception classification.
The deployment matches a honeytoken.
Embedding fake credentials, database records, or API keys into valid files directly defines honeytoken usage.

Key Concept

Honeytokens vs. Decoy Infrastructure in Active Defense
Question 329Question

A system administrator discovers that a server in the data center is running an operating system version for which the vendor has permanently discontinued all technical support and security updates. Which of the following host vulnerabilities best describes this situation?

Show answer & explanation

Answer: End-of-life system

Answer

End-of-life system
An end-of-life (EOL) system occurs when a software vendor ceases all support, maintenance, and security patch distribution for a product. When security flaws are discovered in EOL systems, vendors do not issue patches, creating persistent host vulnerabilities.

Step-by-Step Solution

1
Analyze the host condition presented in the scenario.
The server's operating system has reached a status where vendor patches and technical support have been permanently discontinued.
Identifying vendor support lifecycle milestones helps categorize the exact host vulnerability.
2
Match the observed condition to vulnerability taxonomy definitions.
Software or hardware no longer receiving vendor support or security patches is defined as an end-of-life (EOL) system.
EOL hosts present severe security risks because security flaws discovered after the support end date will remain unpatched.

Key Concept

End-of-Life (EOL) Host Vulnerabilities
Estimated Time:45s
Question 330Question

During a proactive security audit of a mission-critical database server, a security engineer compares user-mode system monitoring logs with low-level kernel telemetry. Standard operating system process enumeration APIs display 48 active processes, but a direct memory analysis of kernel structures reveals an additional executive process block (EPROCESS) decoupled from the ActiveProcessLinks doubly linked list. The unlisted process actively hooks system calls to subvert detection. Which of the following malware classifications best describes this threat?

Show answer & explanation

Answer: Rootkit

Answer

Rootkit (specifically operating via Direct Kernel Object Manipulation)
The scenario describes Direct Kernel Object Manipulation (DKOM), where malware modifies kernel data structures (such as unlinking an EPROCESS block from the ActiveProcessLinks list) to hide running processes from standard OS process enumeration APIs while maintaining active execution. This kernel-level stealth mechanism is characteristic of a rootkit.

Step-by-Step Solution

1
Analyze the telemetry discrepancy between standard API calls and kernel memory structures.
Standard APIs report 48 processes, while kernel memory inspection identifies 49 active executive process blocks.
Security utilities rely on system APIs that walk doubly linked lists like ActiveProcessLinks; removing an entry hides the process from standard tools.
2
Evaluate the behavior of the unlisted process modifying system calls.
The process executes syscall hooking to intercept OS monitoring and maintain stealth.
Hiding processes at the operating system kernel level via kernel structure manipulation is a definitive characteristic of kernel-mode rootkits.
3
Map the technical Indicators of Compromise (IoCs) to malware types.
Direct Kernel Object Manipulation (DKOM) and system call hooking align specifically with rootkit malware.
Other malware categories target execution, propagation, or triggers rather than deep kernel stealth mechanics.

Key Concept

Rootkit stealth mechanisms and Direct Kernel Object Manipulation (DKOM)
Estimated Time:2m 0s
Question 331Question

An enterprise security architect is reviewing the security boundaries for a newly deployed application utilizing Function as a Service (FaaS) within a public cloud provider. To ensure governance and compliance, the security team must establish clear operational boundaries under the cloud shared responsibility model. Which of the following management tasks remains the primary responsibility of the customer in this serverless architecture deployment?

Show answer & explanation

Answer: Configuring application identity access management, input validation, and data encryption policies

Answer

Configuring application identity access management, input validation, and data encryption policies
Under the cloud shared responsibility model for serverless (Function as a Service) deployments, the cloud provider abstracts away physical hardware, hypervisors, operating systems, and runtime execution environments. Consequently, customer responsibility shifts up the stack to focus strictly on securing application source code, implementing robust identity and access controls, sanitizing inputs, and enforcing data encryption policies.

Step-by-Step Solution

1
Analyze the cloud deployment model and service type specified in the scenario.
The deployment is Function as a Service (FaaS / Serverless) in a public cloud environment.
Understanding the service model determines the division of duties in the shared responsibility model.
2
Differentiate Cloud Service Provider (CSP) responsibilities from customer responsibilities for serverless computing.
The CSP manages physical infrastructure, network infrastructure, host hypervisors, runtime environments, and OS patching. The customer manages application logic, code security, data classification, and access permissions.
Higher-level cloud abstractions shift hardware and OS management to the CSP while keeping application-layer control with the customer.
3
Select the option that aligns with the customer's retained duties.
Managing application access management, input validation, and data encryption policies resides with the customer.
Customers are always responsible for securing their data and application code regardless of cloud abstraction level.

Key Concept

Cloud Shared Responsibility Model for Serverless Architectures
Question 332Question

A municipal public transit organization discovers that its public announcement website was defaced with political slogans during an election cycle. Incident responders determine that the attacker utilized pre-built exploit scripts downloaded from an open forum, without customizing code or attempting to establish long-term persistence. Which of the following threat actor types is most likely responsible for this incident?

Show answer & explanation

Answer: A hacktivist motivated by ideological goals using readily available, low-sophistication tools

Answer

A hacktivist motivated by ideological goals using readily available, low-sophistication tools
The correct answer describes a hacktivist. Hacktivists operate based on political, social, or ideological motivations. They commonly target high-visibility public assets like websites to broadcast messages, often using open-source scanning and exploitation scripts due to limited custom development capabilities.

Step-by-Step Solution

1
Analyze the threat actor's primary motivation
Defacing a public website with political slogans indicates an ideological or political motive.
Threat actor categories are defined largely by their intent; political messaging aligns with hacktivism.
2
Evaluate the technical sophistication and resources used
Relying on downloaded, pre-packaged exploit scripts without custom modifications reflects low technical sophistication and minimal financial backing.
Understanding resource level distinguishes highly funded actors from opportunistic or script-reliant actors.
3
Correlate motivation and capability to identify the threat actor type
The combination of ideological intent and low-sophistication tooling points directly to a hacktivist.
Matching observed tactics, techniques, and procedures (TTPs) with actor profiles yields the correct classification.

Key Concept

Threat Actor Types, Motivations, and Sophistication Levels
Estimated Time:45s
Question 333Question

A security analyst at an e-commerce firm discovers unauthorized administrative access on an internal transactional database. Investigation reveals that the intruder gained access by compromising an automated software update pipeline managed by an external service contractor trusted by the organization. Which of the following attack vectors was primarily exploited to achieve initial access?

Show answer & explanation

Answer: Supply chain

Answer

Supply chain attack vector
The correct answer is supply chain because the threat actor targeted a third-party vendor's software deployment infrastructure to bypass internal boundary controls through pre-established trust relationships.

Step-by-Step Solution

1
Analyze the entry path described in the scenario
The intruder gained initial entry through a trusted external contractor's automated software deployment pipeline.
Identifying how the threat actor traversed organizational boundaries determines the attack vector category.
2
Evaluate the vector definitions
Compromising third-party vendor code or deployment mechanisms to breach a target organization is classified as a supply chain attack.
Supply chain vectors exploit implicit trust relationships between organizations and their third-party providers.

Key Concept

Supply Chain Attack Vectors
Estimated Time:1m 15s
Question 334Question

A security engineer is designing a vulnerability assessment strategy for a legacy medical telemetry network containing sensitive embedded firmware devices that crash when receiving unexpected port probes or high packet volumes. The organization must identify known software vulnerabilities and unauthorized device configuration changes without causing operational downtime or system instability. Which of the following security assessment methods should the engineer implement to meet these requirements?

Show answer & explanation

Answer: Implement passive network vulnerability monitoring to analyze traffic headers and device communications without sending probes to the endpoints.

Answer

Implement passive network vulnerability monitoring to analyze traffic headers and device communications without sending probes to the endpoints.
Passive network vulnerability monitoring observes mirror/SPAN port network traffic continuously. Because it does not transmit synthetic packets or actively probe network ports, it fulfills the requirement to detect vulnerabilities and host attributes without causing crashes or instability on sensitive embedded devices.

Step-by-Step Solution

1
Analyze host operational constraints
Identified legacy embedded devices that are sensitive to network traffic volume and unstable when probed actively.
Active probing and port scanning can cause buffer overflows or service failure on legacy embedded firmware.
2
Evaluate assessment techniques against constraints
Selected passive monitoring as the safest methodology.
Passive vulnerability assessment techniques capture and inspect spanned network traffic without transmitting packets to target hosts, preventing disruption while identifying software versions and vulnerabilities.

Key Concept

Passive Vulnerability Scanning vs. Active Scanning
Question 335Question

Forensic examination of an compromised enterprise host reveals anomalous system behavior where administrative utilities fail to display running processes and active network sockets that are visibly present in raw memory captures. Further inspection demonstrates that kernel-level System Service Descriptor Table (SSDT) function pointers have been redirected to execute code in unallocated memory addresses, effectively intercepting and filtering operating system API responses. Which of the following malware classifications is primarily indicated by these technical indicators of compromise?

Show answer & explanation

Answer: Rootkit

Answer

Rootkit
The correct answer is Rootkit because the scenario describes SSDT (System Service Descriptor Table) hooking and low-level system call manipulation. Rootkits operate at a deep privileged level (often kernel mode) to intercept operating system requests, hiding running processes, files, and socket connections from security controls and system administrators.

Step-by-Step Solution

1
Analyze host indicators of compromise (IoCs)
Identified discrepancy between raw RAM captures and OS tool outputs, alongside modified SSDT kernel function pointers.
Discrepancies in system state visibility indicate that lower-level operating system APIs are actively filtering diagnostic query outputs.
2
Evaluate malware behavior mechanisms
Kernel table pointer redirection (SSDT hooking) subverts native system calls at the OS ring 0 boundary.
Intercepting system calls to conceal malicious processes and network sockets is the hallmark persistence and evasion technique of rootkits.
3
Select matching malware classification
Rootkit is confirmed as the correct malware category.
Rootkits specifically focus on deep OS control and stealth through driver-level or kernel-level modifications.

Key Concept

Rootkit Indicators of Compromise and Kernel Hooking Mechanisms
Question 336Question

A financial services organization discovers an unauthorized persistent presence within its internal software build pipeline infrastructure. Analysis shows that the attackers compromised stolen code-signing certificates to sign custom fileless payloads, established covert command-and-control communication using DNS tunneling, and conducted low-and-slow exfiltration of proprietary quantitative trading models over an eight-month period without causing service disruption or demanding a ransom. Which threat actor classification and attribute profile are most consistent with this activity?

Show answer & explanation

Answer: Nation-state actor characterized by high sophistication, extensive resources, and long-term espionage intent.

Answer

Nation-state actor characterized by high sophistication, extensive resources, and long-term espionage intent.
The scenario describes an Advanced Persistent Threat (APT) campaign typical of nation-state actors. These adversaries possess high sophistication and extensive resource backing, allowing them to acquire legitimate code-signing certificates, engineer fileless in-memory payloads, and maintain low-and-slow persistence (such as DNS tunneling) over an eight-month window for strategic intellectual property espionage without triggering service interruptions or demanding financial ransom.

Step-by-Step Solution

1
Analyze the attack technical indicators
Identified advanced techniques including fileless execution, stolen digital code-signing certificates, and covert C2 over DNS tunneling.
These techniques require significant technical expertise, custom tool development, and substantial operational resources.
2
Analyze the operational duration and posture
The intrusion remained undetected for eight months using low-and-slow exfiltration without causing system outages.
Prolonged stealth demonstrates high operational security and patience, characteristic of Advanced Persistent Threats (APTs).
3
Analyze the adversary motivation
The target was proprietary intellectual property (trading algorithms), and no ransom or public disruption occurred.
Strategic theft of intellectual property without immediate financial extortion points directly to espionage rather than cybercrime or hacktivism.
4
Correlate attributes to threat actor taxonomy
High sophistication + vast resources + espionage motivation = Nation-state threat actor.
Nation-state threat actors match all observed capability, resource, and intent vectors.

Key Concept

Threat Actor Attributes and Motivation Profiling
Question 337Question

A security consultant is evaluating vulnerability assessment strategies for an enterprise hybrid environment that contains both standard server infrastructure and sensitive legacy Operational Technology (OT) systems. The consultant must recommend assessment techniques that accurately identify missing patches and host misconfigurations while minimizing the risk of system instability or network interruption on sensitive legacy segments. Which of the following approaches should the consultant recommend? (Select TWO.)

Select all that apply

Show answer & explanation

Answer: Perform credentialed vulnerability scanning on host systems to directly audit installed software and missing patches with minimal network overhead.; Deploy passive network traffic monitoring to identify legacy devices and active service vulnerabilities without transmitting probe packets to OT hosts.

Answer

The consultant should recommend performing credentialed vulnerability scanning on host systems and deploying passive network traffic monitoring for legacy OT devices.
The combination of credentialed scanning and passive monitoring allows the organization to accurately assess system security posture without causing outages. Credentialed scans access host operating systems securely to audit software patch levels cleanly. Passive network traffic analysis captures packet data non-intrusively to discover legacy OT devices and services without sending disruptive probes.

Step-by-Step Solution

1
Evaluate the operational requirements and safety constraints of fragile legacy systems versus standard host infrastructure.
Identified that standard network probes can cause legacy OT controllers to crash or malfunction, requiring non-intrusive techniques.
Vulnerability assessment techniques must align with system tolerance to avoid operational downtime.
2
Select non-intrusive host assessment and network monitoring methods.
Chose credentialed scanning (which logs directly into hosts to read patch databases without heavy network probing) and passive network monitoring (which observes traffic silently without transmitting probes).
Both methods gather necessary vulnerability data while preventing system disruption and reducing false positives.

Key Concept

Vulnerability Assessment and Security Testing Methods
Question 338Question

A university research laboratory discovers that confidential quantum computing project files were accessed by an unauthorized external party. The investigation reveals that a lead researcher had set up an unapproved personal cloud storage folder to easily share files with external colleagues, bypassing university security controls. The external party accessed the folder by running automated public scripts that guessed default administrative credentials on the storage service. Which of the following threat actor attributes and attack vectors are demonstrated in this scenario? (Select TWO.)

Select all that apply

Show answer & explanation

Answer: Shadow IT deployment serving as an attack vector; Low sophistication level of the external threat actor

Answer

Shadow IT deployment serving as an attack vector AND Low sophistication level of the external threat actor.
The scenario highlights two distinct elements: an internal employee deploying unapproved personal cloud services (Shadow IT serving as an attack vector) and an external attacker utilizing simple automated default credential guessing (demonstrating low technical sophistication).

Step-by-Step Solution

1
Analyze how initial unauthorized access was facilitated to determine the attack vector.
The file exposure stemmed from an unapproved personal cloud storage folder configured by internal staff.
Shadow IT occurs when personnel deploy technology solutions without organizational IT authorization, introducing unaccounted attack vectors.
2
Evaluate the threat actor's attributes based on their demonstrated techniques and tools.
The attacker used public automated scripts to guess default admin credentials.
Using publicly available basic tools against default settings demonstrates low technical sophistication rather than custom zero-day exploits or advanced TTPs.

Key Concept

Threat Actor Attributes and Attack Vectors
Question 339Question

A security team is designing a vulnerability assessment and testing strategy for an enterprise hybrid environment hosting critical financial microservices. The team must satisfy two core requirements: first, obtain granular, host-level visibility into operating system patch levels and local security misconfigurations; second, continuously analyze external runtime exposure without injecting active scan traffic that could disrupt live user transactions or impact service availability. Which of the following security assessment methods should the team implement to meet these operational goals? (Select TWO.)

Select all that apply

Show answer & explanation

Answer: Perform credentialed vulnerability scans using dedicated, low-privilege audit service accounts on target servers.; Utilize passive network vulnerability monitoring to inspect mirrored network traffic for exposed application banners and software versions.

Answer

The team should perform credentialed vulnerability scans using audit accounts and utilize passive network vulnerability monitoring.
Credentialed vulnerability scanning allows internal inspection of host configurations, registry entries, and patch states via authenticated channels with low overhead. Passive network vulnerability monitoring observes network traffic out-of-band without generating active traffic, guaranteeing zero impact on live production transactions.

Step-by-Step Solution

1
Evaluate requirement 1: Obtaining deep host-level visibility into patch levels and configurations with low operational disruption.
Credentialed scanning provides full visibility into internal system state without relying on aggressive network probes.
Authenticated access enables the scanner to query local package managers and configuration stores directly.
2
Evaluate requirement 2: Continuously analyzing external exposure without injecting active scan traffic into production.
Passive network vulnerability monitoring captures and inspects mirrored network traffic.
Passive monitoring operates out-of-band and introduces zero latency or active probes into live transaction flows.

Key Concept

Selecting non-disruptive active (credentialed) and passive security assessment methodologies based on operational visibility and availability requirements.
Estimated Time:2m 0s
Question 340Question

A consortium of regional financial institutions establishes a shared cloud infrastructure to process payment transactions while meeting common regulatory compliance standards. Which of the following characteristics accurately describe this cloud deployment model? (Select TWO.)

Select all that apply

Show answer & explanation

Answer: Infrastructure is shared exclusively among organizations that have shared security and compliance mandates.; Costs and operational governance duties are distributed across participating member entities.

Answer

The community cloud deployment model features infrastructure shared exclusively among organizations with common security requirements, with costs and administrative duties distributed across member entities.
A community cloud model is implemented when multiple organizations share common security objectives, regulatory compliance needs, or operational goals. The infrastructure is provisioned strictly for the participating members, allowing them to split capital expenses and administrative responsibilities.

Step-by-Step Solution

1
Identify the cloud deployment model described in the scenario.
A cloud environment shared exclusively by organizations with common regulatory mandates describes a community cloud.
Community clouds target specific multi-organizational groups sharing common security, regulatory, or operational requirements.
2
Determine the accurate properties of a community cloud.
Access is restricted to participating organizations, and management costs and responsibilities are shared among the member entities.
By pooling resources, members achieve cost efficiencies while maintaining tailored control boundaries.
3
Evaluate distractors against cloud responsibility and security architecture boundaries.
Customer organizations retain data governance responsibilities, and Zero Trust requirements dictate that internal member traffic cannot be implicitly trusted.
Deployment model classification does not shift customer data governance duties to providers nor remove microsegmentation and authentication controls.

Key Concept

Community Cloud Deployment Model
PreviousPage 17 / 112Next
All practice questions — CompTIA Security+ | Examkin