Threats, Vulnerabilities, and Mitigations

490 questions

Question 121Question

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 122Question

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 123Question

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 124Question

A security engineering team is designing a vulnerability assessment and security testing strategy for a cloud-native microservices application processing sensitive payment data. To comply with enterprise governance, the testing pipeline must evaluate software components early in the development lifecycle without causing service instability, and inspect containerized workloads for known software vulnerabilities before deployment. Which of the following security assessment methods and testing controls should the team implement to fulfill these requirements? (Select TWO)

Select all that apply

Show answer & explanation

Answer: Integrate Static Application Security Testing (SAST) into the source code repository pipeline to analyze uncompiled code for security flaws prior to build execution.; Perform authenticated vulnerability scanning against container images stored in the container registry prior to production deployment.

Answer

The correct testing controls are integrating Static Application Security Testing (SAST) into the source code pipeline and performing authenticated vulnerability scanning on container images in the registry.
Integrating Static Application Security Testing (SAST) allows developers to analyze uncompiled source code for security vulnerabilities early in the development lifecycle (shift-left approach). Additionally, authenticated vulnerability scanning of container images within a container registry ensures that underlying operating system packages, embedded libraries, and application dependencies are thoroughly checked for known vulnerabilities prior to deployment into production microservices clusters.

Step-by-Step Solution

1
Identify early lifecycle testing requirements for source code analysis.
Static Application Security Testing (SAST) evaluates source code without executing the application, identifying vulnerabilities before build artifacts are created.
Meets the requirement for shifting security left in the CI/CD pipeline.
2
Determine container workload assessment methods prior to runtime.
Authenticated container registry scanning audits image layers, OS packages, and dependencies for known CVEs before deployment.
Ensures unpatched or vulnerable container images are barred from entering production microservices clusters.
3
Evaluate and discard disruptive or misconfigured control methods.
Active production fuzzing, inline honeypot payload filtering, and perimeter firewalls fail to meet non-disruptive software vulnerability assessment requirements.
Eliminates improper tool deployment and disruptive testing techniques in production environments.

Key Concept

Vulnerability Assessment and Security Testing Methods Across CI/CD and Container Pipelines
Question 125Question

An Endpoint Detection and Response (EDR) agent alerts security personnel that files across a shared network drive are rapidly being encrypted and appended with a custom `.locked` file extension. In addition, a text file demanding payment in exchange for a decryption key has been placed in each affected directory. Which of the following malware types is most likely responsible for this activity?

Show answer & explanation

Answer: Ransomware

Answer

Ransomware is the malware type responsible for encrypting files and placing ransom notes.
The correct answer is Ransomware because the defining characteristics of ransomware include unauthorized encryption of user or system files followed by extortion demands (such as ransom text files) detailing payment instructions to retrieve decryption capabilities.

Step-by-Step Solution

1
Analyze the technical indicators presented in the security alert.
Identified file encryption (addition of `.locked` extensions) and the presence of text files containing payment instructions for a decryption key.
These indicators directly align with data extortion tactics.
2
Correlate identified indicators of compromise (IoCs) with standard malware classifications.
Confirmed that malicious file encryption combined with financial extortion is the defining behavior of ransomware.
Other malware categories like worms, Trojans, or rootkits serve different primary functions such as self-replication, covert access, or stealth.

Key Concept

Ransomware Indicators of Compromise
Question 126Question

A system administrator needs to perform a vulnerability assessment on a public web server to determine what exposed services and flaws can be discovered by an unauthenticated external attacker without administrative privileges. Which of the following assessment methods should the administrator execute?

Show answer & explanation

Answer: Non-credentialed vulnerability scan

Answer

Non-credentialed vulnerability scan
A non-credentialed vulnerability scan evaluates host endpoints and network services across network boundaries without authenticating to the operating system, accurately representing the view of an external unauthenticated attacker.

Step-by-Step Solution

1
Identify the objective of the assessment
The goal is to evaluate exposed services and vulnerabilities from the perspective of an unauthenticated external threat actor.
Understanding the threat model determines whether privileges should be provided during testing.
2
Select the appropriate scanning methodology
A non-credentialed vulnerability scan probe endpoints across the network without system credentials.
Non-credentialed scans replicate what an outside attacker without account access can see and exploit.

Key Concept

Credentialed vs. Non-Credentialed Vulnerability Scanning
Question 127Question

During a routine incident investigation, a security analyst reviews web application gateway logs for a custom automated reporting microservice. The logs contain consecutive HTTP POST requests targeting the endpoint `/api/v1/generate-report` with the body payload `template_header={{7*7}}`, which returned a `200 OK` status with `49` rendered in the response preview. Subsequent log entries show the payload modified to `template_header={{self.__init__.__globals__['__builtins__']['__import__']('os').popen('id').read()}}`, which returned operating system user identity context. Which of the following vulnerabilities is present in the application, and what is the primary mitigation strategy to prevent exploitation?

Show answer & explanation

Answer: Server-Side Template Injection (SSTI); enforce strict context-aware input sanitization, separate user data from template logic, and utilize sandboxed execution environments.

Answer

The application is vulnerable to Server-Side Template Injection (SSTI). The primary mitigation is to enforce strict input sanitization, separate user input from template logic, and execute template processing within a sandboxed environment.
The option identifying Server-Side Template Injection (SSTI) correctly diagnoses the vulnerability. SSTI occurs when an application embeds unvalidated user input directly into a server-side template string prior to rendering. The initial probe (`{{7*7}}` evaluating to `49`) proves that template syntax is being evaluated on the server, while the follow-up payload uses object reflection to invoke system commands (`os.popen`), leading to remote code execution. Safe implementation requires separating user data from template layout, sanitizing inputs, and utilizing sandboxed rendering engines.

Step-by-Step Solution

1
Analyze the log entries for payload characteristics and application response behaviour.
The initial string `{{7*7}}` evaluated mathematically to `49` on the server side, confirming that the server processes mathematical operations within expression delimiters.
Testing simple mathematical operations within template brackets (such as double curly braces) is a standard diagnostic method to detect active template engine expression evaluation.
2
Evaluate the secondary payload `{{self.__init__.__globals__...}}` to determine the severity and scope of the exploit.
The secondary payload leveraged Python reflection mechanisms to reach the underlying `os` module, executing `id` command-line calls directly on the host operating system.
This confirms full Remote Code Execution (RCE) via Server-Side Template Injection rather than database querying or client-side script execution.
3
Identify the appropriate remediation controls for Server-Side Template Injection.
Disallow raw user input from being directly concatenated into template strings, implement logic-less templates, and run rendering engines in restricted sandboxes.
Preventing template engine access to underlying system reflection structures effectively closes the attack surface.

Key Concept

Server-Side Template Injection (SSTI)
Question 128Question

During an incident response investigation, a SOC analyst examines endpoint detection telemetry from a workstation alerting on suspected fileless malware execution involving process injection. Which of the following technical indicators of compromise (IoCs) specifically indicate that memory-only process injection using legitimate system binaries has occurred? (Select TWO.)

Select all that apply

Show answer & explanation

Answer: A legitimate system process such as powershell.exe executing with base64-encoded command-line arguments to reflectively load payload code into RAM; An injected native host process such as lsass.exe establishing unexpected outbound network connections on non-standard remote ports

Answer

The correct indicators are encoded PowerShell commands used to load payloads reflectively in RAM and native system processes (such as LSASS) initiating abnormal outbound network connections.
Fileless malware resides in volatile system memory and utilizes built-in tools (living-off-the-land) to avoid disk detection. Encoded PowerShell command lines executing reflective memory injection and trusted system processes initiating abnormal outbound network traffic are classic indicators of fileless process injection.

Step-by-Step Solution

1
Analyze process execution parameters and command-line arguments.
Identify base64-encoded PowerShell execution designed to bypass disk-based scanning by loading payloads directly into memory.
Fileless malware relies on living-off-the-land binaries (LotLBins) like PowerShell to execute code without creating new executable files on disk.
2
Evaluate network behavior relative to expected process baselines.
Detect abnormal outbound connections originating from injected legitimate processes.
Process injection targets trusted system binaries (such as LSASS or Explorer); when injected, the process inherits network privileges and generates anomalous network telemetry.

Key Concept

Fileless Malware and Process Injection Indicators of Compromise
Question 129Question

A security analyst investigates an Endpoint Detection and Response (EDR) alert on an enterprise application server. Volatile memory triage reveals DLL function pointer hooking in system memory without corresponding binary files on disk, alongside a WMI event subscription executing an obfuscated PowerShell payload. Which of the following malware behaviors and indicators of compromise are characteristic of this specific incident? (Select TWO.)

Select all that apply

Show answer & explanation

Answer: Fileless malware execution utilizing living-off-the-land binaries (LotL) for payload delivery; Persistence established via OS management repository storage rather than traditional file system drop locations

Answer

The attack exhibits fileless execution utilizing living-off-the-land binaries and establishes persistence via OS management repository storage (WMI) rather than traditional file system drop locations.
The scenario describes fileless malware that resides exclusively in volatile memory (RAM) and uses built-in administrative tools like PowerShell (living-off-the-land binaries) to execute commands. Persistence is achieved through WMI event subscriptions stored directly inside the system's management repository, avoiding standard disk file creation.

Step-by-Step Solution

1
Analyze volatile memory artifacts and process indicators
DLL function pointer hooking occurring in RAM without accompanying disk binaries indicates a fileless/memory-only injection attack using system administrative processes (PowerShell).
Fileless malware executes directly in memory, leaving minimal traditional file-system artifacts and abusing native system binaries (LotL).
2
Evaluate the persistence mechanism
A WMI event subscription executes payloads directly via repository objects, eliminating the need to write standalone binary files to disk startup folders or standard registry run keys.
WMI repository persistence allows malicious code to trigger automatically while hiding outside traditional file monitoring paths.
3
Differentiate from worm and network filtering misconceptions
Self-propagating worms rely on automated network scanning/exploitation, while host firewall filtering relates to network access control configuration rather than host memory injection.
Targeted memory injection and WMI persistence represent distinct host-level stealth techniques rather than network propagation worms or firewall configuration changes.

Key Concept

Fileless Malware and Living-off-the-Land (LotL) Persistence via WMI
Estimated Time:2m 0s
Question 130Question

A cybersecurity analyst is conducting a threat model assessment for a renewable energy infrastructure firm. The analyst needs to accurately map different threat actor categories to their characteristic attributes, motivations, and attack vectors. Which of the following statements correctly align a threat actor category with its defining attributes and attack vectors? (Select TWO).

Select all that apply

Show answer & explanation

Answer: Hacktivist groups are driven by political or ideological motivations and typically employ attack vectors such as web defacement and distributed denial-of-service (DDoS) attacks to gain publicity.; Insider threats possess legitimate organizational credentials or physical access, allowing them to bypass traditional perimeter security controls without launching external penetration vectors.

Answer

Hacktivist groups are driven by political or ideological motivations and typically employ attack vectors such as web defacement and distributed denial-of-service (DDoS) attacks to gain publicity. Insider threats possess legitimate organizational credentials or physical access, allowing them to bypass traditional perimeter security controls without launching external penetration vectors.
The correct choices accurately describe hacktivists (driven by ideology and public disruption tactics like DDoS) and insider threats (leveraging existing legitimate access to bypass perimeter defenses).

Step-by-Step Solution

1
Analyze the hacktivist threat profile.
Hacktivists are characterized by political or social motivations, leveraging high-visibility attack vectors like DDoS and defacement.
Aligning intent and vector confirms that this statement correctly describes hacktivist threat attributes.
2
Evaluate the script kiddie threat profile.
The statement incorrectly attributes nation-state level sophistication (zero-day supply chain development) to script kiddies.
Script kiddies lack advanced technical skills and rely on automated scripts.
3
Analyze the insider threat profile.
The statement accurately identifies that existing internal access allows insider threats to circumvent perimeter defenses.
Insider threats exploit pre-existing permissions rather than external intrusion vectors.
4
Evaluate the Shadow IT threat profile.
The statement misclassifies Shadow IT as state-sponsored APT activity rather than employee policy non-compliance.
Shadow IT originates from benign or convenience-driven internal adoption of unauthorized technology.

Key Concept

Threat Actor Attributes, Motivations, and Attack Vectors
Question 131Question

During an incident response triage, a SOC analyst reviews EDR telemetry and network logs from an endpoint suspected of compromise. The logs indicate that a compromised account spawned a PowerShell process executing base64-encoded commands directly in host RAM without writing any binary payload to the local file system. Simultaneously, the endpoint initiated a high volume of outbound DNS TXT requests containing high-entropy subdomains to an unknown external domain. Which of the following technical indicators of compromise (IoCs) specifically characterize this fileless malware attack operating via Living-off-the-Land (LotL) techniques? (Select TWO.)

Select all that apply

Show answer & explanation

Answer: In-memory execution and API memory allocations without creating physical PE binary files on the disk; Covert command-and-control (C2) communications utilizing high-entropy DNS TXT tunneling requests

Answer

The correct indicators are in-memory execution without physical file creation on disk and covert command-and-control communications via DNS TXT tunneling requests.
Fileless malware leverages legitimate system tools like PowerShell to execute malicious logic in memory without writing files to disk, avoiding file system detection. Concurrently, attackers use DNS TXT tunneling as a covert channel to bypass standard perimeter security by embedding C2 traffic within standard DNS lookups.

Step-by-Step Solution

1
Analyze host-level EDR telemetry to identify process execution characteristics.
Confirm that PowerShell running encoded commands directly in RAM without dropping binary artifacts to disk indicates fileless Living-off-the-Land (LotL) execution.
Fileless techniques evade traditional disk signature scanners by operating entirely within process memory space.
2
Analyze network telemetry for data exfiltration and C2 beaconing patterns.
Identify high-volume DNS TXT queries with high entropy as DNS tunneling protocol misuse.
Threat actors encode data and commands inside subdomains of DNS requests to pass through firewalls that permit outbound port 53 traffic.
3
Evaluate and rule out non-applicable distractor mechanisms.
Differentiate memory-only fileless mechanisms from physical disk-backed worms/Trojans and misapplied network controls.
Disk file creation contradicts fileless attack definitions, and inbound firewall filtering cannot stop local process injection.

Key Concept

Fileless Malware and Indicators of Compromise (IoCs)
Estimated Time:2m 0s
Question 132Question

An IT administrator at a manufacturing company discovers that an employee installed an unauthorized third-party cloud storage application on a corporate desktop to transfer large file packages, bypassing corporate security policy. Which threat vector or security risk category best describes this situation?

Show answer & explanation

Answer: Shadow IT

Answer

Shadow IT
Shadow IT encompasses any IT resources, cloud applications, or hardware introduced into an enterprise infrastructure without official security authorization. The employee's installation of unvetted cloud software to circumvent file transfer restrictions is a classic example of Shadow IT.

Step-by-Step Solution

1
Analyze the activity described in the scenario.
An internal employee installed unvetted third-party cloud software on a corporate workstation to work around storage limitations.
Understanding who performed the action and whether it was authorized helps categorize the threat vector.
2
Map the observed behavior to standard threat actor and vector definitions.
The unauthorized adoption of technology services by internal personnel is defined as Shadow IT.
Shadow IT creates unmonitored security risks and data exposure vectors because the applications lack security team oversight and compliance checks.

Key Concept

Shadow IT as an Internal Threat Vector
Question 133Question

A security analyst is establishing a vulnerability management process for an enterprise network containing multiple isolated cloud VPCs and container worker nodes. The primary requirement is to continuously audit host operating system patch levels and missing security updates without generating network probe traffic or managing remote SSH/WinRM authentication credentials across network boundaries. Which of the following vulnerability assessment techniques best fulfills these requirements?

Show answer & explanation

Answer: Agent-based vulnerability scanning

Answer

Agent-based vulnerability scanning is the correct choice as it evaluates host configurations locally without network probing or remote network authentication management.
Agent-based vulnerability scanning places a small software agent directly on the host machine. The agent performs local assessment of missing patches, system configurations, and installed software, reporting findings directly back to a management console. This eliminates the need for active network probing and avoids managing remote access credentials across network boundaries.

Step-by-Step Solution

1
Analyze the scenario constraints: zero network scanning traffic, automated OS patch auditing, and no remote administrative network credential management across isolated networks.
Identified that network-centric probing and remote credentialed network logins are eliminated by the constraints.
Vulnerability scanning techniques vary in how they collect asset data—either over the network or locally on the endpoint.
2
Evaluate agent-based vulnerability scanning against the requirements.
Agent-based scanners reside on the host, execute inventory checks locally, and report results to a central console without needing network scan probes or remote network login credentials.
Agent-based architectures eliminate network probe overhead and cross-segment network authentication dependencies.

Key Concept

Agent-based vs. Network-based Vulnerability Assessment
Question 134Question

During a baseline security audit of an enterprise network infrastructure, a systems administrator discovers an operational network switch that is still functioning with factory-assigned administrative username and password credentials. Which of the following best classifies this host and infrastructure security weakness?

Show answer & explanation

Answer: Default configuration vulnerability

Answer

Default configuration vulnerability
The correct answer highlights a default configuration vulnerability. Manufacturers ship networking equipment with standard, publicly documented credentials to allow initial setup. Failing to change these default settings during system hardening exposes the host or infrastructure device to trivial exploitation by attackers.

Step-by-Step Solution

1
Identify the system state described in the scenario
The network switch is actively operating using factory-set administrative username and password credentials.
Security hardening baselines require changing factory defaults prior to deploying equipment into production.
2
Classify the security flaw using standard host and infrastructure vulnerability definitions
Leaving manufacturer settings, default accounts, or default passwords active constitutes a default configuration vulnerability.
Attackers frequently attempt well-known default credentials to gain unauthorized administrative access to network hardware.

Key Concept

Default Configurations in Host and Infrastructure Hardening
Question 135Question

During a comprehensive enterprise security architecture assessment of a cloud-native platform, an auditor identified several critical cryptographic and security control deficiencies across different operational subsystems. Match each identified security deficiency on the left with its corresponding root cause vulnerability or architectural flaw on the right.

Click a left item, then click its matching right item

Items

A legacy API gateway accepting incoming TLS 1.0 connections using 3DES in cipher block chaining (CBC) mode with SHA-1 signatures.
An internal identity provider accepting JWT authentication tokens signed with asymmetric public keys evaluated under symmetric HMAC algorithms.
A microservices application cluster relying exclusively on corporate IP subnet filtering for service-to-service access without end-to-end identity checks.
An enterprise certificate authority storing root private keys directly on a standard server OS filesystem protected only by local DACLs.

Matches

Show answer & explanation

Answer

The 3DES TLS gateway matches the Sweet32 collision weakness; the identity provider key mismatch matches the algorithm confusion vulnerability; the IP subnet microservices restriction matches the implicit perimeter reliance defect; and the Root CA key on filesystem matches the insecure key management lacking HSM protection.
Each security weakness is mapped to its underlying technical vulnerability: 3DES CBC and SHA-1 suffer from collision flaws (Sweet32); JWT public key verification under HMAC leads to algorithm confusion forgery; IP-based microservice boundaries suffer from perimeter-reliance defects; and software filesystem storage of Root CA keys represents weak key management lacking HSM protection.

Step-by-Step Solution

1
Analyze the cryptographic cipher flaws in the legacy TLS configuration.
Identify that 3DES uses 64-bit blocks vulnerable to Sweet32 collision attacks and SHA-1 is cryptographically broken.
64-bit block ciphers in CBC mode expose session keys to collision attacks after approximately 32 GB of data.
2
Evaluate the authentication token key misconfiguration.
Recognize key confusion where public keys are treated as symmetric secrets to forge signatures.
In algorithm confusion attacks (e.g., RS256 swapped to HS256), the receiver verifies an HMAC using the public key, enabling signature forgery.
3
Examine the network segment access control strategy for microservices.
Identify perimeter reliance and failure to enforce Zero Trust microsegmentation and mutual TLS (mTLS).
Subnet IP checks create implicit trust zones susceptible to IP spoofing and lateral movement.
4
Review the PKI root private key storage mechanism.
Classify software-based private key storage without hardware isolation as inadequate key protection.
Root CA private keys require specialized cryptographic hardware (HSMs) to prevent unauthorized exfiltration.

Key Concept

Cryptographic and Security Control Weaknesses
Question 136Question

An enterprise hires a third-party security firm to audit its internal payment processing system. To maximize vulnerability discovery within a short two-week assessment window, the organization provides the auditors with complete network topology maps, source code repositories, and system configuration files prior to initiating testing. Which security testing methodology is being employed in this scenario?

Show answer & explanation

Answer: White-box testing

Answer

White-box testing is being employed because the assessment team has been granted complete internal knowledge, including source code, system configuration files, and network diagrams.
White-box testing (also known as clear-box or structural testing) grants the assessment team complete knowledge of the system, including source code, internal design documentation, and configuration files. This enables deep vulnerability analysis and comprehensive code coverage within a restricted timeframe.

Step-by-Step Solution

1
Analyze the information provided to the security assessment team
The team was given full architectural diagrams, source code access, host configurations, and network schematics.
Determining the level of internal knowledge granted defines the test methodology.
2
Map the level of visibility to standard security testing methodologies
Full internal visibility corresponds to white-box testing.
White-box testing allows complete structural transparency to assess vulnerabilities thoroughly within limited timelines.

Key Concept

Security Testing Methodologies (White-box vs. Gray-box vs. Black-box)
Question 137Question

During a post-incident security review of a critical enterprise server, system logs indicate that disk-based malware scanners and host integrity checks reported zero altered binaries or suspicious files on the file system. However, memory analysis reveals unauthorized code executing during early system initialization, hijacking the Volume Boot Record (VBR) execution path before the core operating system kernel load and security controls initialize. Which malware classification is directly indicated by this persistence and execution behavior?

Show answer & explanation

Answer: Bootkit

Answer

Bootkit
A bootkit targets the early boot sequence (such as the MBR, VBR, or UEFI execution flow), granting execution control before the OS kernel and host security scanners load.

Step-by-Step Solution

1
Analyze host telemetry and file system scan results
Discovered that all disk binaries are intact and verified clean, ruling out standard user-mode file-based malware.
Host security controls report clean signatures across file system paths.
2
Examine memory triage and early boot logs
Identified unauthorized execution occurring at the VBR level prior to OS kernel initialization.
The payload gains control before operating system security mechanisms are active.
3
Map execution artifacts to malware taxonomy
Malware targeting the MBR/VBR/UEFI boot chain to achieve pre-boot persistence is defined as a Bootkit.
Bootkits specifically target pre-kernel startup procedures to bypass OS-level integrity checks.

Key Concept

Bootkit Malware and Pre-Boot Indicators of Compromise
Question 138Question

During a threat analysis following an intrusion at an international maritime logistics company, security analysts discover that an adversary gained stealthy, persistent access to port scheduling control systems using custom zero-day exploits. Forensic evidence indicates the campaign was conducted over several months without causing immediate operational disruption, backed by extensive financial resources and targeted toward strategic intelligence gathering. Which threat actor type and attribute profile is most likely responsible for this attack?

Show answer & explanation

Answer: A nation-state threat actor possessing high sophistication, significant funding, and long-term strategic intent

Answer

A nation-state threat actor possessing high sophistication, significant funding, and long-term strategic intent is responsible for this attack.
The correct answer identifies a nation-state threat actor. Nation-state adversaries possess high technical sophistication, significant funding, and long-term strategic goals, allowing them to acquire or craft custom zero-day vulnerabilities and maintain low-and-slow persistence without triggering immediate alarms.

Step-by-Step Solution

1
Analyze the threat actor tactics, techniques, and procedures (TTPs) described in the scenario
Identified advanced capabilities including custom zero-day exploits, long-term stealth/persistence, and targeted intelligence gathering.
Determining the technical capability and operational method narrows down the actor's sophistication level.
2
Evaluate the resource level and motivation profile of potential threat actors
The presence of custom zero-days and multi-month covert operations indicates substantial financial backing and strategic intelligence motives.
Resource constraints and primary objectives differentiate nation-state APTs from hacktivists, insiders, or script kiddies.
3
Correlate TTPs and attributes to standard threat actor classifications
High sophistication, extensive resources, custom zero-day development, and stealthy strategic persistence align specifically with nation-state (APT) threat actors.
Nation-state actors are uniquely defined by these high-end attributes and long-term strategic focus.

Key Concept

Threat Actor Types, Attributes, and Motivations
Question 139Question

An enterprise facility relies on a legacy industrial control host running an End-of-Life (EoL) operating system that cannot receive vendor software patches. A vulnerability assessment reveals that this host communicates via unauthenticated embedded management protocols and resides on the same broad broadcast domain as employee workstations. Which of the following architectural strategies is the BEST mitigation to reduce threat exposure while ensuring continued operational functionality?

Show answer & explanation

Answer: Place the legacy system into an isolated network segment configured with microsegmentation and strict firewall access control lists (ACLs).

Answer

The best mitigation is to place the legacy host into an isolated network segment with microsegmentation and strict access control lists.
Placing an End-of-Life (EoL) host into an isolated network segment using microsegmentation and strict firewall access control lists (ACLs) is the most effective compensating control. Because software patches are unavailable for EoL systems, network-level isolation prevents unauthorized endpoints on the corporate network from accessing exposed management services while permitting required operational traffic.

Step-by-Step Solution

1
Analyze the constraint of End-of-Life (EoL) software.
Recognize that patch management is not viable because vendor patches do not exist.
Vulnerabilities in EoL host systems cannot be remediated directly at the operating system level.
2
Evaluate the architectural risk caused by flat network exposure.
Identify that positioning an vulnerable EoL host on the general corporate subnet exposes it to internal lateral movement.
Zero Trust principles mandate continuous verification and network containment regardless of internal positioning.
3
Select the appropriate compensating security control.
Implement network segmentation/microsegmentation and strict ACLs to isolate the host.
Isolating legacy architecture limits network access solely to authorized management endpoints, mitigating exposure without interrupting operations.

Key Concept

Host Isolation and Microsegmentation for Legacy Architecture Vulnerabilities
Estimated Time:2m 0s
Question 140Question

An organization's security operations center (SOC) detects an ongoing multi-vector attack targeting executive administrative assistants. The adversary uses spoofed Voice over IP (VoIP) calls to impersonate the Chief Financial Officer (CFO), claiming an urgent regulatory filing requires immediate authorization. Simultaneously, target personnel receive SMS messages containing links to a look-alike domain designed to clone the organization's single sign-on (SSO) authentication portal. Which of the following social engineering attack vectors and associated principles of influence are demonstrated in this campaign? (Select TWO).

Select all that apply

Show answer & explanation

Answer: Vishing combined with the psychological principles of authority and urgency; Smishing paired with domain typosquatting to facilitate credential harvesting

Answer

The correct selections describe vishing utilizing authority and urgency, and smishing paired with domain typosquatting.
The campaign uses two direct communication channels: voice calls impersonating C-suite leadership to establish authority and impose time pressure (vishing using authority/urgency), and text messages directing targets to a visually fraudulent portal domain (smishing using typosquatting).

Step-by-Step Solution

1
Analyze the voice communication channel described in the scenario.
The attacker used spoofed VoIP phone calls to impersonate executive leadership (CFO) and demand immediate action, which constitutes voice phishing (vishing) exploiting authority and urgency.
Vishing relies on telephony media combined with high-pressure social engineering tactics to manipulate targets.
2
Analyze the text messaging and web domain component of the scenario.
The attacker dispatched SMS text messages directing users to a look-alike authentication URL, representing SMS phishing (smishing) leveraging domain typosquatting.
Smishing utilizes text messaging to deliver malicious links, while typosquatting exploits minor URL differences to deceive users during credential harvesting.
3
Evaluate and eliminate incorrect social engineering definitions.
Watering hole attacks infect strategic web locations, while shoulder surfing requires direct physical observation of a user's screen or keyboard; neither corresponds to remote telephone or text campaigns.
Distinguishing between communication delivery mechanisms and physical/passive vectors is required to identify social engineering threats accurately.

Key Concept

Identification of Social Engineering Attack Vectors and Principles of Influence
PreviousPage 7 / 25Next
Threats, Vulnerabilities, and Mitigations Practice Questions — CompTIA Security+ — Page 7 | Examkin