Threats, Vulnerabilities, and Mitigations

490 questions

Question 41Question

An industrial control system (ICS) security engineering team requires an automated, standardized mechanism to continuously ingest machine-readable tactical indicators of compromise (IoCs) directly into their Security Orchestration, Automation, and Response (SOAR) platform from external sector peers. Which of the following intelligence standards and transport protocol combinations best satisfies this operational requirement?

Show answer & explanation

Answer: Structured Threat Information eXpression (STIX) serialized data delivered via the Trusted Automated eXchange of Intelligence Information (TAXII) protocol

Answer

Structured Threat Information eXpression (STIX) serialized data delivered via the Trusted Automated eXchange of Intelligence Information (TAXII) protocol
The combination of STIX (Structured Threat Information eXpression) and TAXII (Trusted Automated eXchange of Intelligence Information) is the industry standard designed specifically for automated CTI sharing. STIX defines a consistent XML/JSON schema for describing cyber threat objects, while TAXII specifies the secure transport web services (HTTPS/RESTful API) required for machine-to-machine exchange without human intervention.

Step-by-Step Solution

1
Analyze operational requirements
Identified the need for machine-readable threat data representation paired with an automated machine-to-machine transport protocol for real-time SOAR ingestion.
Automation requires standardized data schemas and dedicated API-driven transfer protocols.
2
Evaluate candidate threat intelligence frameworks
STIX specifies the structured language (JSON/XML schema for IoCs, tactics, and observational data), and TAXII provides the HTTP RESTful services to exchange STIX content securely.
STIX and TAXII were specifically designed by OASIS to work in tandem for standardized cyber threat intelligence (CTI) automated sharing.
3
Differentiate from alternative sources
Ruled out OSINT RSS feeds (unstructured CTI), NVD/CVE (vulnerability repository, not CTI IoC feed), and strategic dossiers (human-focused attribution summaries).
Only STIX/TAXII fulfills both the structured data standard and automated ingestion transport requirement.

Key Concept

STIX and TAXII Standards for Automated CTI Sharing
Estimated Time:2m 0s
Question 42Question

A security analyst reviews web application logs and observes client-side script payloads, such as `<script>document.cookie</script>`, submitted through an unvalidated search input and subsequently executed within victim browser sessions. Which of the following application vulnerabilities is present?

Show answer & explanation

Answer: Cross-Site Scripting (XSS)

Answer

Cross-Site Scripting (XSS) is present because client-side JavaScript payloads are injected through user input and executed within victim browsers.
Cross-Site Scripting (XSS) occurs when an application includes unvalidated data in a web page delivered to a browser, enabling attackers to execute client-side scripts in victim user sessions.

Step-by-Step Solution

1
Analyze the log payload and target execution context
The log entry contains HTML `<script>` tags executing JavaScript in the victim's browser context.
Distinguishing between server-side database commands and client-side browser scripts identifies the vulnerability class.
2
Match the behavior to the software vulnerability definition
Injecting malicious scripts into web application parameters that run in another user's browser corresponds directly to Cross-Site Scripting (XSS).
XSS specifically exploits improper input sanitization and output encoding on client-facing web application fields.

Key Concept

Cross-Site Scripting (XSS)
Question 43Question

A security engineer is hardening an internal enterprise environment following an incident where an adversary established initial access on an administrative endpoint, extracted LSASS memory credentials, and executed lateral movement using unencrypted Server Message Block (SMB) sessions across internal network segments. Which TWO of the following enterprise host hardening strategies would most effectively mitigate these lateral movement techniques?

Select all that apply

Show answer & explanation

Answer: Enforce SMB signing and encryption via baseline policies while disabling legacy SMB dialects across all host endpoints.; Enable hypervisor-protected code integrity (HVCI) and Windows Defender Credential Guard on all administrative workstations.

Answer

The two effective mitigation strategies are enforcing SMB signing and encryption while disabling legacy protocols, and enabling virtualization-based security controls such as Credential Guard and HVCI on administrative endpoints.
To mitigate memory-based credential harvesting and internal SMB session exploitation, organizations must harden individual hosts. Virtualization-based security mechanisms like Credential Guard protect sensitive LSASS memory from extraction tools, while mandatory SMB signing and session encryption ensure that internal network communications are verified and protected from tampering or interception.

Step-by-Step Solution

1
Analyze the attack vectors identified in the incident description.
The adversary leveraged LSASS memory extraction to steal credentials and moved laterally using unencrypted SMB communications.
Targeted mitigations must directly neutralize credential dumping and internal SMB session manipulation.
2
Evaluate technical controls for securing credential storage in memory.
Enabling Credential Guard isolates the LSASS process inside a virtualized container, rendering memory-dumping tools ineffective.
Virtualization-based security isolates secrets from the underlying operating system kernel.
3
Evaluate technical controls for securing host-to-host network protocols.
Mandating SMB signing and protocol encryption ensures confidentiality and message integrity, preventing pass-the-hash or relay attacks over SMB.
Cryptographic signing and session encryption mitigate man-in-the-middle and replay attacks across internal hosts.

Key Concept

Enterprise Host Hardening and Zero Trust Host Mitigations
Question 44Question

During an incident response investigation on an enterprise network operating an IPv4 infrastructure, security analysts observe unauthorized traffic redirection affecting internal hosts. Network packet captures reveal an influx of unsolicited ICMPv6 Type 134 messages broadcast across the local subnet containing a Router Preference flag set to 'High' and pointing DNS recursive server options to an untrusted external link-local address. Which network attack indicator is demonstrated in this scenario?

Show answer & explanation

Answer: Rogue IPv6 Router Advertisement attack leveraging Stateless Address Autoconfiguration traffic prioritization

Answer

Rogue IPv6 Router Advertisement attack leveraging Stateless Address Autoconfiguration traffic prioritization
The correct answer identifies the indicator as a Rogue IPv6 Router Advertisement attack. ICMPv6 Type 134 packets represent Router Advertisements used in SLAAC. When an attacker broadcasts forged RAs with high preference and custom DNS options, dual-stack hosts default to IPv6 over IPv4, redirecting their traffic through the attacker's rogue gateway.

Step-by-Step Solution

1
Analyze the protocol and packet type described in the incident logs
Identified ICMPv6 Type 134 as a Neighbor Discovery Protocol (NDP) Router Advertisement (RA) message.
ICMPv6 Type 134 messages are strictly defined in RFC 4861 as Router Advertisements used by IPv6 routers to inform hosts of default routes and autoconfiguration parameters.
2
Evaluate host behavior under Stateless Address Autoconfiguration (SLAAC) defaults
Dual-stack operating systems automatically prefer IPv6 routes over IPv4 routes when an RA is received.
Modern operating systems enable IPv6 by default; receiving a rogue RA with high preference causes hosts to auto-assign IPv6 addresses and send outbound traffic through the attacker's gateway.
3
Distinguish the indicator from alternative network redirection attacks
Confirmed the attack vector is a Rogue IPv6 RA attack rather than ARP, DNS, or DHCPv6 starvation.
Unsolicited ICMPv6 Type 134 messages with modified DNS options specifically indicate IPv6 RA spoofing designed for on-path interception.

Key Concept

Rogue IPv6 Router Advertisement (RA) attack indicators and SLAAC exploitation
Question 45Question

A security operations team at a healthcare research organization is analyzing a long-term intrusion targeting proprietary patient genetic databases. The adversary demonstrated advanced capabilities by leveraging custom zero-day exploits, operating stealthily across multiple months without deploying ransomware or causing service disruptions. Which of the following attributes and motivations are most characteristic of this specific threat actor profile? (Select TWO.)

Select all that apply

Show answer & explanation

Answer: High technical sophistication utilizing customized evasion tools and zero-day capabilities; Geopolitical espionage motivation aimed at long-term intellectual property theft

Answer

The correct threat actor characteristics are high technical sophistication utilizing customized evasion tools and zero-day capabilities, along with a geopolitical espionage motivation aimed at long-term intellectual property theft.
The scenario describes an Advanced Persistent Threat (APT) profile characterized by high technical sophistication (zero-day exploits, stealthy persistence) and state-sponsored or geopolitical motivation focused on long-term intelligence gathering and intellectual property theft.

Step-by-Step Solution

1
Analyze the adversary's actions and tactics described in the scenario.
The adversary maintained multi-month persistence using custom zero-day exploits while avoiding noise or disruption.
Technical capabilities such as custom zero-day exploitation indicate high sophistication and significant funding typical of advanced persistent threat (APT) groups.
2
Evaluate the underlying motivation based on targeted assets and behavior.
The target was proprietary genetic data, collected covertly without extortion or vandalism.
Covert exfiltration of proprietary research aligns with nation-state espionage and strategic data theft rather than financial crime or hacktivism.

Key Concept

Threat Actor Attributes and Intent
Question 46Question

During a security assessment of a C-based binary processing service, an engineer analyzes the following code snippet responsible for dynamic memory allocation:

`unsigned int total_size = header_size + payload_size;`
`char *buffer = (char *)malloc(total_size);`
`memcpy(buffer, header_data, header_size);`
`memcpy(buffer + header_size, payload_data, payload_size);`

During testing, an input with header_size=0xFFFFFFFFheader\_size = 0xFFFFFFFF (4,294,967,2954,294,967,295) and payload_size=0x00000010payload\_size = 0x00000010 (1616) causes the `total_size` variable to wrap around to 0x0000000F0x0000000F (1515 bytes). As a result, `malloc` allocates a 1515-byte buffer on the heap, but subsequent `memcpy` operations attempt to copy over 44 gigabytes of data into that buffer.

Which of the following vulnerability types is demonstrated by this flaw, and which control best prevents its exploitation?

Show answer & explanation

Answer: Integer overflow leading to a heap-based buffer overflow; mitigate by implementing explicit range checking on arithmetic operations before allocating memory.

Answer

The correct option identifies the vulnerability as an integer overflow leading to a heap-based buffer overflow, which is mitigated by implementing bounds and range checking on arithmetic operations prior to memory allocation.
The scenario describes an integer overflow where combining two integer values wraps around to a small number due to standard integer storage limits. Because `malloc` uses this wrapped value (1515 bytes), the subsequent copy of the full payload writes memory beyond the allocated buffer boundaries, creating a heap-based buffer overflow. The correct remediation is to validate that arithmetic additions do not overflow before attempting memory allocation.

Step-by-Step Solution

1
Analyze the arithmetic operation in the memory allocation logic.
Adding two 32-bit unsigned integers (0xFFFFFFFF+0x100xFFFFFFFF + 0x10) exceeds the maximum 32-bit integer limit (0xFFFFFFFF0xFFFFFFFF), causing the value to wrap around to 0x0000000F0x0000000F (1515).
This arithmetic wrap-around is a classic integer overflow.
2
Evaluate the impact on memory management routines.
The `malloc` call receives 1515 bytes as its argument, allocating a small memory region on the heap, while `memcpy` attempts to write far more data than allocated.
Writing past the boundaries of an undersized heap allocation results in a heap-based buffer overflow.
3
Determine the appropriate remediation control.
Perform sanity checks (e.g., checking if `UINT_MAX - header_size < payload_size`) before performing addition and memory allocation.
Explicit arithmetic range checking prevents integer wrap-around before `malloc` is executed.

Key Concept

Integer Overflow and Buffer Overflow Vulnerabilities
Question 47Question

A security engineer inspects an internal build host and discovers that an unencrypted container management daemon is listening on TCP port 2375 across all network interfaces, as shown in the following output:

# netstat -tuln | grep 2375
tcp 0 0 0.0.0.0:2375 0.0.0.0:* LISTEN

This configuration allows any node on the internal network segment to send remote commands to spawn root-privileged container processes and access the underlying host filesystem. Which of the following represents the primary host and architecture vulnerability in this scenario?

Show answer & explanation

Answer: Exposition of an unauthenticated management control socket bound to a wild-card interface

Answer

Exposition of an unauthenticated management control socket bound to a wild-card interface
Binding an unauthenticated management control service (such as a container daemon API on port 2375) to a wildcard interface (0.0.0.0) allows any machine on the network segment to issue administrative calls, granting full host privilege escalation and control.

Step-by-Step Solution

1
Analyze the netstat command output
Identified TCP port 2375 bound to 0.0.0.0 (all IPv4 network interfaces).
Port 2375 is the standard unencrypted, unauthenticated socket port for container management engines.
2
Evaluate the architectural security impact
Any host on the local network segment can send REST API requests to control the engine daemon with root-equivalent access.
Exposing management services to wildcard interfaces without Mutual TLS (mTLS) or authentication creates a critical host architecture exposure.

Key Concept

Host and Infrastructure Vulnerabilities: Unauthenticated Remote Management Interfaces
Estimated Time:1m 30s
Question 48Question

A security analyst conducts a host and network audit of a newly deployed industrial sensor gateway host. The audit reveals two vulnerability findings: the host's administrative web interface uses unencrypted HTTP with factory default credentials, and the host resides on a flat corporate network segment directly accessible to internal workstations. Which of the following recommendations should the analyst make to remediate these vulnerabilities? (Select TWO.)

Select all that apply

Show answer & explanation

Answer: Enforce TLS encryption and update default credentials on the host's administrative interface.; Place the sensor gateway host into a dedicated VLAN with strict network microsegmentation rules.

Answer

Enforcing TLS encryption with updated administrative credentials and isolating the host within a microsegmented VLAN directly remediate the identified host and network architecture vulnerabilities.
Updating default administrative credentials and requiring TLS encryption remediates the host management vulnerability, while assigning the host to a microsegmented VLAN addresses the network architecture exposure by preventing unauthorized internal communication.

Step-by-Step Solution

1
Identify the host management vulnerability and its corresponding mitigation.
Enforcing transport layer security (TLS) and changing factory default passwords remediates administrative cleartext exposure and weak authentication.
Host hardening standards require secure management protocols (HTTPS/TLS) and robust, non-default credentials.
2
Identify the network architecture vulnerability and its corresponding mitigation.
Placing the device in a microsegmented VLAN restricts unauthorized lateral movement across the flat corporate network.
Segmenting sensitive or specialized hosts minimizes attack surface and enforces least privilege network access.
3
Evaluate distractor options against the specific audit findings.
Eliminate choices that misapply application firewalls, rely on edge-only trust, or misclassify control functions.
Controls must align directly with the host management and network isolation deficiencies identified.

Key Concept

Host Hardening and Network Microsegmentation
Question 49Question

An enterprise security architecture team at a telecommunications firm is updating their threat landscape documentation. Match each threat actor category on the left with its primary operational attributes, resources, and attack vector characteristics on the right.

Click a left item, then click its matching right item

Items

Nation-state / Advanced Persistent Threat (APT)
Disgruntled Insider
Hacktivist Collective
Shadow IT

Matches

Show answer & explanation

Answer

Nation-state / APT matches with high sophistication, state funding, and supply chain/zero-day vectors. Disgruntled Insider matches with legitimate access, personal motivation, and internal sabotage/exfiltration vectors. Hacktivist Collective matches with ideological motivation and high-visibility DDoS/defacement vectors. Shadow IT matches with operational convenience lacking malicious intent, introducing unvetted assets.
Correctly matching threat actors requires aligning their core motivations, sophistication levels, resource availability, and primary attack mechanisms. Nation-state actors rely on heavy funding and stealth (zero-days/supply chain); insiders leverage authorized access; hacktivists target public visibility for ideological causes; and shadow IT introduces risks unintentionally due to unapproved operational workarounds.

Step-by-Step Solution

1
Analyze the resources and motivation of Nation-state actors.
Identify that state-sponsored APT groups have high funding and use covert vectors like zero-days and supply chain intrusions.
Nation-states focus on long-term espionage requiring significant capital and advanced expertise.
2
Evaluate internal threats acting out of revenge or financial gain.
Identify that disgruntled insiders utilize established system access and privilege.
Insiders bypass perimeter controls naturally because they hold legitimate user accounts.
3
Examine ideological threat actors and their typical goals.
Match hacktivists with political motives and public disruption tactics like DDoS.
Hacktivist success relies on public attention and statement-making rather than hidden data theft.
4
Differentiate unsanctioned internal IT usage from intentional attacks.
Match Shadow IT with non-malicious employee workarounds that expose cloud assets.
Shadow IT stems from a desire for efficiency, leading to security blind spots.

Key Concept

Threat Actor Classifications, Attributes, and Attack Vector Characteristics
Question 50Question

A logistics enterprise recently migrated its driver dispatch platform to a public cloud API gateway. During a post-deployment security assessment, an analyst discovers that while TLS 1.3 protects network transit, the API gateway relies exclusively on source IP address allowlisting to authorize client requests sent from drivers' mobile devices across cellular carrier networks. Which of the following architectural weaknesses represents the MOST critical security control failure in this implementation?

Show answer & explanation

Answer: Over-reliance on implicit network perimeter trust rather than continuous client identity authentication and authorization.

Answer

Over-reliance on implicit network perimeter trust rather than continuous client identity authentication and authorization is the primary security control failure.
Relying on network location or IP addresses to grant authorization across public mobile networks fails to verify client identity. In a Zero Trust context, security controls must continuously authenticate and authorize users/devices regardless of network location.

Step-by-Step Solution

1
Analyze the access control mechanism described in the scenario.
The API gateway uses source IP allowlisting on dynamic, external cellular networks.
Mobile devices on cellular networks share public IP pools that change frequently and cannot reliably establish identity.
2
Evaluate the architectural principle being violated.
Assumptions of trust based on network location reflect a broken perimeter security model.
Zero Trust Architecture dictates that network location never confers implicit trust, requiring explicit authentication and granular authorization for every request.

Key Concept

Perimeter Trust vs. Zero Trust Architecture Controls
Estimated Time:1m 30s
Question 51Question

A smart utility company deploys thousands of IoT smart meters to transmit real-time electrical grid telemetry back to a central collection server. During a technical security evaluation of the device firmware binary, security analysts discover that all smart meters utilize a single, identical AES key compiled directly into the executable code to encrypt outgoing telemetry payloads. Which cryptographic weakness is present in this deployment, and what is the main security risk associated with it?

Show answer & explanation

Answer: Hardcoded cryptographic key reliance, which allows an adversary who extracts the secret key from a single physical smart meter to decrypt telemetry transmissions from all devices across the enterprise.

Answer

Hardcoded cryptographic key reliance, which allows an adversary who extracts the secret key from a single physical smart meter to decrypt telemetry transmissions from all devices across the enterprise.
Hardcoding secret cryptographic keys inside distributed application or firmware binaries is a critical security vulnerability. Anyone with physical or remote access to a single device can perform static analysis or memory dumps to extract the key, allowing them to decrypt traffic from every other device using that same shared key.

Step-by-Step Solution

1
Analyze the technical scenario provided in the stem.
Identified that all smart meters share an identical AES symmetric key hardcoded into their firmware binaries.
Hardcoding cryptographic keys in compiled code exposes static credentials to extraction via reverse-engineering.
2
Evaluate the systemic impact of sharing a single hardcoded key across all endpoints.
Determined that extracting the key from one device compromises the confidentiality of all communications across the fleet.
Symmetric encryption relies on key secrecy; sharing a static key destroys compartmentalization and secret management safeguards.
3
Select the option that correctly describes the flaw and its primary vulnerability impact.
Confirmed that hardcoded cryptographic key reliance creates fleet-wide compromise exposure upon reverse-engineering.
Best practice requires distinct key distribution protocols (such as dynamic session negotiation via PKI or unique per-device key provisioning).

Key Concept

Hardcoded and Shared Cryptographic Key Vulnerabilities
Question 52Question

A security analyst has been tasked with evaluating an enterprise web application server to identify missing software patches, unsecure configurations, and known system weaknesses. The organization requires that the assessment identify specific vulnerability details without attempting system exploitation or causing service disruption to production users. Which of the following security assessment methods should the analyst execute to fulfill these requirements?

Show answer & explanation

Answer: A credentialed, non-intrusive vulnerability scan

Answer

A credentialed, non-intrusive vulnerability scan is the correct methodology because it safely inspects system configurations and patch levels under authenticated context without attempting intrusive exploits.
Executing a credentialed, non-intrusive vulnerability scan allows the analyst to inspect local patch levels and misconfigurations using valid system credentials. Because the scan is non-intrusive, it refrains from executing active exploitation routines, fulfilling the management requirement to avoid disruption to production availability.

Step-by-Step Solution

1
Analyze the operational constraints established in the scenario.
Identified the goal to locate missing patches and misconfigurations without causing downtime or executing exploits.
The assessment must be non-disruptive and non-intrusive while maintaining high audit accuracy.
2
Evaluate the capabilities of credentialed vulnerability scanning against non-intrusive scanning goals.
Determined that credentialed access allows direct verification of local software versions and configurations safely.
Authenticated scanning yields comprehensive vulnerability reporting with low impact on system availability.

Key Concept

Credentialed vs Non-Intrusive Vulnerability Assessment Methods
Question 53Question

A regional power grid operator discovers an undetected intrusion within its operational technology (OT) network. Forensic analysis reveals that the attackers leveraged a zero-day vulnerability in specialized industrial controller software to establish long-term persistence. Over an eight-month period, the attackers conducted extensive reconnaissance and network mapping without deploying ransomware or attempting financial extortion. Which of the following threat actor types and attribute profiles best aligns with this attack scenario?

Show answer & explanation

Answer: A nation-state actor characterized by high sophistication, substantial resources, and strategic geopolitical motives

Answer

A nation-state actor characterized by high sophistication, substantial resources, and strategic geopolitical motives
The correct answer identifies a nation-state actor. Nation-state threat actors (often referred to as Advanced Persistent Threats or APTs) possess significant financial backing, high technical sophistication, and access to zero-day exploits. Their primary motivation is strategic advantage, espionage, or preparing for future operational disruption rather than immediate monetary gain.

Step-by-Step Solution

1
Analyze the attack attributes and capabilities presented in the scenario
Identified key indicators: custom zero-day vulnerability usage, prolonged stealth (8 months), deep reconnaissance of critical infrastructure, and absence of financial motives.
Evaluating capability, resources, and behavior helps determine the threat actor profile.
2
Map observed attributes to threat actor categories
High sophistication + high funding + stealthy strategic objectives = Nation-state / APT actor.
Nation-state actors are uniquely defined by advanced capabilities, vast resources, and long-term strategic/geopolitical goals.

Key Concept

Threat Actor Attributes, Motivations, and Capabilities
Question 54Question

During an incident triage session, security analysts isolate four distinct technical telemetry artifacts collected from host and network sensors. Match each observed technical indicator on the left with its primary malware classification on the right.

Click a left item, then click its matching right item

Items

An EDR alert indicates an unapproved binary disguised as a system management utility that opens an outbound port to accept administrative control commands.
Network security monitoring logs reveal automated, high-volume SMB traffic scanning adjacent subnets to exploit vulnerabilities without user interaction.
Memory forensics reveals shellcode executing dynamically within hijacked system process RAM spaces with no compiled executable written to disk.
Low-level system integrity monitoring detects unauthorized modifications to sector 0 of the primary disk to execute payload code before the operating system kernel initializes.

Matches

Show answer & explanation

Answer

The technical indicators match their malware classifications as follows: The rogue binary establishing backdoor control matches Remote Access Trojan (RAT); automated network scanning and vulnerability exploitation across subnets matches Self-Propagating Worm; memory-only shellcode execution without disk artifacts matches Fileless Malware; and disk sector 0 modification pre-OS boot matches Bootkit.
The disguised administrative access binary matches the Remote Access Trojan because it masquerades as a benign utility while providing covert remote command capability. The network scanning activity targeting port 445 matches the Self-Propagating Worm due to its autonomous spreading nature without victim interaction. The RAM-resident shellcode execution matches Fileless Malware as it avoids traditional disk-based detection. The sector 0 modification matches Bootkit because it alters the storage boot loader to execute code prior to kernel loading.

Step-by-Step Solution

1
Analyze each observed indicator of compromise to determine its primary infection vector and operational mechanism.
Indicator 1 uses disguise for remote control; Indicator 2 uses automated network replication; Indicator 3 operates purely in volatile memory; Indicator 4 targets pre-boot disk sectors.
Accurate malware classification requires identifying key behavioral signatures in system telemetry.
2
Map each behavioral signature to official malware taxonomy definitions.
Disguised remote access tool -> Remote Access Trojan; Autonomous network propagation -> Worm; Volatile memory injection -> Fileless Malware; MBR/pre-kernel persistence -> Bootkit.
Correlating telemetry artifacts to specific taxonomy terms ensures precise threat identification and response.

Key Concept

Malware Types and Indicators of Compromise
Question 55Question

A security team is conducting a technical audit of an organization's network and application infrastructure. Match each identified cryptographic or security control weakness on the left with the precise risk or impact it presents on the right.

Click a left item, then click its matching right item

Items

Disabling Certificate Revocation List (CRL) and OCSP validation checks on client systems
Configuring block ciphers using Cipher Block Chaining (CBC) mode with static, predictable Initialization Vectors
Deploying Diffie-Hellman Key Exchange configured with a 1024-bit prime group (Group 2)
Embedding static API secret keys directly into compiled client-side mobile application code

Matches

Show answer & explanation

Answer

The correct pairings match each specific cryptographic weakness to its primary security consequence: Disabling CRL/OCSP checking leads to acceptance of revoked certificates; static IVs in CBC mode allow pattern recognition and replay attacks; 1024-bit DH Group 2 allows session decryption through precomputation attacks; hardcoded API keys in client binaries lead to universal key exposure via reverse engineering.
Each weakness is paired with its direct operational impact: Disabling revocation checks allows revoked certificates to be accepted; using static IVs in CBC mode compromises semantic security, enabling pattern leakage; using 1024-bit DH groups permits key exchange cracking via precomputation; hardcoding secret keys allows binary reverse-engineering to expose credentials universally.

Step-by-Step Solution

1
Analyze the impact of ignoring certificate revocation status (CRL/OCSP).
Identify that revoked or compromised certificates will still be trusted by the system.
Revocation validation guarantees that certificates invalidated before their planned expiration date are rejected.
2
Evaluate the mathematical requirement for Initialization Vectors in CBC block cipher mode.
Determine that static or predictable IVs leak information about plaintext patterns.
CBC mode requires unpredictable IVs to ensure identical plaintext blocks produce distinct ciphertext blocks.
3
Assess the cryptographic strength of 1024-bit Diffie-Hellman Key Exchange (Group 2).
Connect low key sizes to vulnerability against precomputation-based MitM attacks.
1024-bit modulus sizes offer insufficient security against modern discrete logarithm precomputation algorithms.
4
Examine the security implications of embedding secret keys within distributed client code.
Recognize that static secrets in client binaries can be extracted through reverse-engineering.
Client applications operate on untrusted hardware where binary disassembly can easily reveal hardcoded secrets.

Key Concept

Cryptographic and Security Control Weaknesses
Estimated Time:2m 0s
Question 56Question

A threat hunting team performs memory analysis on a suspected workstation and discovers active network sockets associated with hidden execution threads. Lower-level operating system call tables have been intercepted to filter out these specific process IDs from standard administrative monitoring tools. Which of the following malware types is MOST likely operating on the system?

Show answer & explanation

Answer: Rootkit

Answer

Rootkit
The correct answer is the option identifying a rootkit. Rootkits modify core operating system functions, system call tables, or kernel data structures to mask the presence of files, registry keys, network connections, and process listings from standard management utilities.

Step-by-Step Solution

1
Analyze the technical indicators in the scenario.
Identified system call table interception (API hooking) and intentional hiding of process IDs and active network sockets from user-space administrative tools.
Understanding host telemetry and stealth techniques isolates the fundamental objective of the malware.
2
Compare observed indicators against malware functionality characteristics.
Rootkits operate at deep system levels (kernel or driver level) specifically designed to subvert OS reporting mechanisms and mask unauthorized activities.
Distinguishing stealth/evasion mechanisms from execution or propagation strategies points directly to rootkit functionality.

Key Concept

Rootkit evasive techniques and kernel-level subversion
Question 57Question

A security analyst conducts incident triage on an enterprise server and uncovers two distinct anomalous indicators:

1. The standard administrative utility binary on disk was replaced with a compromised version that allows unauthorized access using a hardcoded master key.
2. A loadable kernel module is actively intercepting system calls to modify process listings, effectively hiding malicious processes and network sockets from diagnostic commands.

Which of the following malware classifications or mechanisms are directly demonstrated by these forensic findings? (Select TWO)

Select all that apply

Show answer & explanation

Answer: Trojan execution via system binary replacement; Rootkit functionality through kernel-level hook interception

Answer

The correct selections are Trojan execution via system binary replacement and Rootkit functionality through kernel-level hook interception.
The scenario demonstrates Trojan malware because a legitimate utility executable was modified to include an unauthorized backdoor. Additionally, rootkit functionality is present because a loadable kernel module subverts system call outputs to hide processes and network connections from administrators.

Step-by-Step Solution

1
Analyze Indicator 1 (Replacing a legitimate administrative utility with a malicious version that includes a master key).
Identify that disguising malicious functionality within legitimate system binaries corresponds to Trojan malware.
Trojans masquerade as or overwrite benign software components to establish unauthorized administrative access.
2
Analyze Indicator 2 (Utilizing a kernel module to intercept system calls and hide running processes/sockets).
Identify that low-level stealth techniques modifying kernel system calls to conceal system state correspond to Rootkits.
Rootkits operate at deep system levels (such as kernel space) to subvert operating system reporting tools and evade detection.
3
Evaluate remaining choices against observed telemetry.
Exclude self-propagating worms and logic bombs because no autonomous network replication or logical execution triggers are indicated.
Worms focus on spreading automatically across networks, while logic bombs require specific event conditions to launch.

Key Concept

Malware Indicators of Compromise (Trojans vs Rootkits)
Question 58Question

During an incident response investigation, a security analyst reviews an Endpoint Detection and Response (EDR) alert on a enterprise workstation. Telemetry logs show that a user opened a weaponized document that invoked PowerShell. The script executed directly within system memory, injected shellcode into a legitimate system process, established an encrypted reverse shell, and modified registry run keys for persistence without creating executable binary files on the local disk. Which of the following malware classifications best describes this threat?

Show answer & explanation

Answer: Fileless malware

Answer

Fileless malware
Fileless malware operates in volatile memory (RAM) and uses built-in administrative tools such as PowerShell or Command Prompt (living-off-the-land techniques). Because no malicious executable binaries are written to disk, traditional file-based antivirus solutions often fail to detect it.

Step-by-Step Solution

1
Analyze host log indicators and execution path
Identified PowerShell launching from a document macro and executing payload directly in system RAM.
Tracking the execution chain reveals how the initial access vector initiated code execution.
2
Evaluate disk activity and persistence mechanisms
No new executable files (.exe, .dll) were written to disk; persistence relies on registry keys calling built-in utilities.
Absence of traditional disk-based malicious binaries is the hallmark signature of fileless attacks.
3
Synthesize indicators to determine malware type
Memory-resident execution using native OS binaries (Living off the Land) classifies the attack as fileless malware.
Fileless threats leverage system tools (e.g., PowerShell, WMI) to operate inside RAM without dropping files.

Key Concept

Fileless Malware Telemetry and Indicators of Compromise
Estimated Time:1m 30s
Question 59Question

A security analyst reviews a vulnerability scan report for an internal web application server. The scan output displays the following finding:

text
Host: 192.168.10.45:443
Plugin Name: TLS/SSL Server Supports Weak Cipher Suites / Legacy Protocols
Risk Factor: High
Description: The remote service accepts TLS 1.0 and SSL 3.0 protocol negotiations using CBC-mode ciphers.

Which of the following host and infrastructure vulnerabilities is directly identified by this report?

Show answer & explanation

Answer: Implementation of outdated cryptographic protocols and weak encryption ciphers

Answer

Implementation of outdated cryptographic protocols and weak encryption ciphers
The correct answer identifies the underlying flaw: using deprecated protocols (SSL 3.0 and TLS 1.0) and cipher suites. These legacy standards lack modern cipher safeguards and expose transport security to downgrade and man-in-the-middle exploits. Remediating this host vulnerability requires configuring the web server to enforce TLS 1.2 or TLS 1.3 with secure cipher suites.

Step-by-Step Solution

1
Analyze the vulnerability scanner output snippet.
Identified port 443 active services accepting SSL 3.0 and TLS 1.0 connections with CBC ciphers.
Vulnerability scanners flag legacy SSL/TLS versions due to well-known protocol design flaws and cryptographic weaknesses.
2
Evaluate the underlying vulnerability category.
The issue is a host infrastructure configuration flaw regarding supported cryptographic algorithms and protocols.
Host security hardening requires disabling deprecated protocols (SSL 3.0, TLS 1.0, TLS 1.1) and enabling modern protocols (TLS 1.2, TLS 1.3).

Key Concept

Host and Infrastructure Cryptographic Vulnerabilities
Estimated Time:1m 15s
Question 60Question

An incident response team at a critical defense manufacturing contractor is investigating a prolonged network intrusion. Analysis reveals that the attacker leveraged undisclosed zero-day exploits across third-party supply chain software, executed custom fileless malware directly in memory, and maintained persistent command-and-control communications over eight months using domain fronting techniques. The threat group operated during standard business hours of a foreign timezone, conducted targeted reconnaissance without exfiltrating immediate commercial value data or deploying extortion malware, and focused exclusively on long-term technological blueprint espionage. Which threat actor type and attribute profile best categorizes this adversary?

Show answer & explanation

Answer: Nation-state actor operating as an Advanced Persistent Threat (APT) with high technical sophistication, extensive financial resources, and long-term strategic espionage motivation.

Answer

The threat actor is best categorized as a Nation-state actor operating as an Advanced Persistent Threat (APT) with high technical sophistication, extensive financial resources, and long-term strategic espionage motivation.
The scenario describes an adversary with high sophistication (zero-day exploits, memory-only malware, domain fronting), deep resources (multi-month persistent campaign), and strategic motivation (defense sector espionage without financial extortion). These attributes precisely define a Nation-state actor or Advanced Persistent Threat (APT).

Step-by-Step Solution

1
Analyze the technical capabilities demonstrated in the scenario.
The adversary utilized zero-day exploits, supply chain attack vectors, custom memory-only malware, and evasive domain fronting techniques.
These indicators demonstrate high technical sophistication and significant financial backing.
2
Evaluate the temporal pattern and operational profile.
The campaign lasted over eight months with disciplined operations corresponding to foreign business hours.
Advanced persistent persistence and covert activity signal structured, organized entity operations rather than opportunistic attacks.
3
Determine the primary motivation from the adversary's actions.
The adversary prioritized long-term intelligence gathering and defense intellectual property espionage over immediate monetization or public disruption.
Geopolitical espionage and strategic intelligence gathering are core motivators characteristic of state-sponsored APT groups.

Key Concept

Threat Actor Attributes, Motivations, and Attack Vectors
PreviousPage 3 / 25Next