Threats, Vulnerabilities, and Mitigations

490 questions

Question 201Question

A cybersecurity team is establishing testing procedures for an enterprise security audit. Match each security testing method on the left with its primary operational objective on the right.

Click a left item, then click its matching right item

Items

Software Composition Analysis (SCA)
Dynamic Application Security Testing (DAST)
Gray-Box Penetration Testing
Credentialed Vulnerability Scanning

Matches

Show answer & explanation

Answer

Software Composition Analysis (SCA) matches with evaluating project dependencies; Dynamic Application Security Testing (DAST) matches with automated runtime testing of a live application; Gray-Box Penetration Testing matches with simulating an attack using limited credentials and partial documentation; Credentialed Vulnerability Scanning matches with using administrative credentials to audit local patch levels and configurations.
Each testing methodology serves a specific operational function during an assessment: Software Composition Analysis evaluates open-source components and software supply chain vulnerabilities; Dynamic Application Security Testing tests live web services without source code visibility; Gray-Box Penetration Testing assesses systems using partial knowledge and limited accounts; and Credentialed Vulnerability Scanning performs internal configuration audits with administrative access.

Step-by-Step Solution

1
Analyze the primary focus of Software Composition Analysis (SCA).
SCA targets third-party libraries, packages, and open-source dependencies incorporated into software products.
Security vulnerabilities often stem from outdated external software modules rather than custom code.
2
Differentiate runtime application assessment (DAST) from static code review.
DAST tests a live application from an external interface perspective without requiring source code access.
DAST discovers vulnerabilities such as SQL injection or cross-site scripting while the application runs.
3
Distinguish access levels in penetration testing methodologies.
Gray-box testing provides assessors with partial knowledge or low-privilege user credentials to test realistic insider user threat vectors.
Black-box provides zero prior knowledge, whereas white-box provides complete internal access and source code.
4
Evaluate the mechanism of credentialed vulnerability scanning.
Credentialed scanning logs directly into endpoints using valid system credentials.
Authenticated access allows low-impact inspection of OS patch levels, software registries, and internal configuration details.

Key Concept

Vulnerability Assessment and Security Testing Methods
Question 202Question

A security operations team needs to implement continuous vulnerability assessment and security testing mechanisms for a cloud-hosted e-commerce application platform. The security objective is to identify runtime application vulnerabilities and network anomalies without degrading live user traffic performance or causing service interruptions on production database hosts. Which TWO of the following methods or practices best meet these operational requirements?

Select all that apply

Show answer & explanation

Answer: Utilizing passive network monitoring via a SPAN port or network TAP to inspect unencrypted traffic and protocol anomalies without injecting packets into the live environment; Executing Dynamic Application Security Testing (DAST) scans against isolated, non-production staging environments during continuous integration pipelines

Answer

Passive network monitoring using SPAN ports or TAPs and executing Dynamic Application Security Testing (DAST) against non-production staging environments satisfy the assessment requirements without risking production stability.
Passive network monitoring using SPAN ports or TAPs reads mirrored traffic without adding network latency or risking system instability. Conducting DAST against isolated staging environments evaluates dynamic application behavior safely away from live production workloads.

Step-by-Step Solution

1
Analyze operational constraints
Identified the requirement to assess security posture and detect traffic anomalies without introducing latency, crash risks, or service disruptions to live production traffic and database systems.
Production safety requires passive monitoring or out-of-band active testing techniques.
2
Evaluate passive monitoring and testing methodologies
SPAN/TAP traffic mirroring allows passive packet inspection without latency, while DAST in non-production staging isolates active testing workloads from live microservices.
Both techniques effectively evaluate security posture while protecting production availability.
3
Identify misconceptions in distractors
Deception controls are not inline filtering systems, host firewalls do not sanitize client-side XSS scripts in database queries, and network firewalls cannot patch host-level software memory flaws.
Eliminates improper control assignments and tool misconfigurations.

Key Concept

Selecting appropriate vulnerability assessment techniques (passive traffic monitoring vs isolated DAST) to evaluate security posture without impacting production availability.
Question 203Question

Match each host, network, or infrastructure vulnerability scenario on the left with its corresponding primary remediation strategy on the right.

Click a left item, then click its matching right item

Items

An internal vulnerability scan detects TCP port 445 active on host endpoints with SMBv1 enabled.
An audit reveals an enterprise cloud storage bucket containing plain-text API keys accessible via public URLs.
Network telemetry shows an internal DNS server responding to unrestricted recursive queries from external IP addresses.
An embedded building automation controller transmits sensor data across the LAN using unencrypted HTTP and factory default credentials.

Matches

Show answer & explanation

Answer

The correct pairings match each security vulnerability scenario to its targeted technical control: SMBv1 exposure pairs with legacy protocol deprecation and SMBv3 enforcement; public cloud storage credential exposure pairs with IAM bucket restrictions and secrets management; open recursive DNS resolving pairs with recursive client restrictions and Response Rate Limiting; unencrypted embedded controller traffic with default credentials pairs with firmware hardening, credential replacement, and TLS transport encryption.
Each vulnerability scenario represents a failure at a distinct layer of the architecture (host OS protocol, cloud infrastructure access control, network core services, or embedded endpoint security). remediations must directly address the specific root cause flaw at that layer rather than relying on generic perimeter controls.

Step-by-Step Solution

1
Analyze host protocol vulnerability (left item 1)
Identified SMBv1 legacy protocol risk
SMBv1 lacks modern security features and is susceptible to exploitation, requiring protocol deprecation and migration to SMBv3.
2
Analyze cloud infrastructure vulnerability (left item 2)
Identified public bucket and cleartext secret exposure
Cloud storage configuration issues are resolved by enforcing strict IAM access controls and externalizing secret management.
3
Analyze network infrastructure vulnerability (left item 3)
Identified open DNS recursive resolver exposure
Open DNS resolvers facilitate amplification attacks, requiring ACLs to limit recursive queries to trusted internal clients.
4
Analyze embedded architecture vulnerability (left item 4)
Identified weak authentication and unencrypted operational technology traffic
Embedded systems must be hardened by changing default credentials and enforcing encrypted transport protocols.

Key Concept

Host, Network, and Architecture Vulnerability Remediation
Question 204Question

A threat intelligence architect at a critical infrastructure provider is designing an automated threat intelligence sharing framework. The organization needs to ingest structured, machine-readable threat data—including adversary tactics, malware relationships, and indicators of compromise—from an Industry Information Sharing and Analysis Center (ISAC) and feed it directly into security orchestration tools via an automated, HTTPS-based service. Which of the following technical solutions correctly pairs the data representation format with the transport mechanism to meet these requirements?

Show answer & explanation

Answer: STIX to define the structured threat context and indicators, paired with TAXII as the application-layer transport protocol over HTTPS.

Answer

STIX should be used to represent the structured threat data and context, while TAXII serves as the application-layer transport protocol over HTTPS.
STIX (Structured Threat Information Expression) is a standardized serialization format used to document and correlate threat indicators, threat actors, and tactics in a machine-readable syntax. TAXII (Trusted Automated Exchange of Indicator Information) is the dedicated application-layer protocol designed to transport STIX payloads over HTTPS web services, making their paired implementation the ideal solution for automated ISAC intelligence ingestion.

Step-by-Step Solution

1
Identify the requirement for threat data representation.
Structured Threat Information Expression (STIX) is the standardized language for serializing threat context, indicators, and tactics.
Machine-readable threat intelligence requires a consistent schema so security tools can parse and correlate relationships between actors, malware, and IOCs.
2
Identify the requirement for automated transport.
Trusted Automated Exchange of Indicator Information (TAXII) is the protocol explicitly designed to transport STIX intelligence via HTTPS web services.
TAXII establishes web service specifications (API endpoints) for pushing and pulling STIX-formatted payloads across organization boundaries.
3
Evaluate the pairing of data format and transport mechanism.
The combination of STIX for content representation and TAXII for protocol transport satisfies all organizational objectives.
STIX and TAXII are complementary open standards engineered to operate together in automated cyber threat intelligence architectures.

Key Concept

STIX and TAXII Integration for Automated Threat Intelligence
Estimated Time:1m 30s
Question 205Question

An IT security administrator at a retail organization discovers that an authorized system administrator leveraged legitimate elevated privileges to copy and exfiltrate confidential payment database records for personal gain. Which threat actor classification best describes this individual?

Show answer & explanation

Answer: Insider threat

Answer

Insider threat
An insider threat refers to an employee, contractor, or business partner who has authorized access to an organization's assets and misuses that access to compromise data confidentiality, integrity, or availability. Because the individual held legitimate administrator privileges and abused them internally, this is a classic insider threat scenario.

Step-by-Step Solution

1
Analyze the access level and position of the actor in the scenario.
The individual is an authorized system administrator with legitimate elevated access to internal systems.
Threat actors are categorized based on their relationship to the organization and their initial level of access.
2
Evaluate the motivation and actions taken by the actor.
The individual misused authorized access to exfiltrate payment database records for personal gain.
Misusing legitimate privileges from within an organization matches the defining characteristic of an insider threat.

Key Concept

Insider Threat Attributes and Capabilities
Question 206Question

An incident responder identifies an active threat on an enterprise network where a malicious program continuously scans adjacent hosts across the local subnet and automatically copies itself to available network shares without requiring any user execution or logged-in credentials. Which of the following malware types is primarily characterized by this autonomous network replication capability?

Show answer & explanation

Answer: Worm

Answer

Worm
Worms are stand-alone malicious programs that autonomously replicate across networks without requiring user interaction or a host file to attach to.

Step-by-Step Solution

1
Analyze the operational characteristics described in the scenario.
The malware independently scans local network subnets and replicates itself without user interaction.
Identifying self-propagation mechanism helps classify the malware family.
2
Compare propagation behavior against standard malware definitions.
Autonomous propagation over network connections is the defining feature of a worm.
Trojans, keyloggers, and logic bombs depend on user triggers, execution payloads, or timed logic rather than self-replication.

Key Concept

Malware Propagation Mechanisms - Worm vs. Trojan
Question 207Question

During an internal security assessment, an analyst discovers that an enterprise host permits unauthenticated administrative connections from any device within the internal network. The system design relies entirely on the border edge firewall to block external threats, assuming all intranet traffic is inherently safe. Which of the following architecture vulnerabilities is primarily demonstrated by this scenario?

Show answer & explanation

Answer: Implicit reliance on perimeter-based defense rather than implementing zero trust continuous verification.

Answer

Implicit reliance on perimeter-based defense rather than implementing zero trust continuous verification.
The system architecture assumes internal traffic is trustworthy simply because it originates behind the edge firewall. This implicit trust reliance leaves internal systems exposed to lateral movement if an attacker breaches the perimeter. Zero Trust principles mandate explicit authentication and microsegmentation regardless of network location.

Step-by-Step Solution

1
Analyze the scenario context and identifies host access control requirements.
The host allows unauthenticated administrative access from any internal IP address.
The system architecture assumes all internal network traffic is trustworthy.
2
Evaluate the identified vulnerability against enterprise architecture principles.
Relying on an external boundary firewall while trusting all internal traffic leaves internal hosts vulnerable to lateral movement.
Modern security architectures mandate Zero Trust principles where location does not imply trust.

Key Concept

Perimeter Trust vs. Zero Trust Architecture Vulnerabilities
Question 208Question

A security analyst reviews an alert from an endpoint detection and response (EDR) agent installed on a user workstation. The telemetry reveals a background process silently logging user keystrokes, taking screenshots of desktop applications, and exfiltrating the collected data to an external server. Which of the following malware classifications and attributes describe this activity? (Select TWO.)

Select all that apply

Show answer & explanation

Answer: Keylogger software designed to capture user inputs and credential submissions; Spyware functionality focused on monitoring user actions and gathering system data

Answer

The activity is described by keylogger software capturing user inputs and spyware functionality monitoring activity and exfiltrating data.
The observed indicators directly point to keylogging (intercepting keystrokes) and spyware (covertly recording screen activity and exfiltrating surveillance data to a third party).

Step-by-Step Solution

1
Analyze the observed technical indicators of compromise (IoCs)
The background process captures keystrokes, takes screenshots, and transmits telemetry to a remote server.
Identifying specific payload actions helps categorize malware types.
2
Match IoCs to malware categories
Capturing keystrokes directly identifies keylogger capabilities, while covert surveillance and data exfiltration identify spyware functions.
Keyloggers and spyware frequently operate together on compromised endpoints to harvest sensitive data.

Key Concept

Malware Types and Indicators of Compromise (Keyloggers and Spyware)
Question 209Question

During an off-peak security monitoring review, a security analyst identifies anomalous activity across several database server endpoints. Host telemetry indicates sustained 98% CPU and GPU utilization during non-business hours, accompanied by persistent outbound TCP traffic destined for an external IP address over port 3333 using the Stratum protocol. Endpoint inspection confirms an unauthorized binary executing via a persistent Windows Task Scheduler job. Based on these technical indicators of compromise (IoCs), which of the following malware types has compromised the systems?

Show answer & explanation

Answer: Cryptominer

Answer

Cryptominer (or coin-miner) malware is identified by telemetry showing high system resource consumption (CPU/GPU) and network communication over mining pool protocols such as Stratum.
The correct answer is Cryptominer. Cryptomining malware (also known as cryptojacking software) secretly utilizes an infected endpoint's computational resources (CPU and GPU) to mine cryptocurrency. The key indicators in the scenario—extreme processor utilization during off-peak hours, persistence established via Task Scheduler, and outbound network traffic using the Stratum mining protocol—are definitive signatures of coin-mining operations.

Step-by-Step Solution

1
Analyze the resource consumption telemetry in the incident log.
Near-100% CPU and GPU utilization during off-peak hours indicates unauthorized resource-heavy background computational tasks.
Cryptomining software requires intense mathematical operations to process cryptographic hashes for mining blocks.
2
Examine the network transport layer indicators and communication protocols.
Outbound TCP traffic over port 3333 utilizing the Stratum protocol links directly to cryptocurrency mining pool communication standards.
Stratum is the primary JSON-RPC based network protocol used by mining software to communicate with mining pool servers.
3
Synthesize the host persistence mechanics and telemetry artifacts to determine the malware type.
The combination of high processing load, Stratum mining pool network traffic, and scheduled task persistence confirms cryptominer malware deployment.
These telemetry markers explicitly define resource-hijacking cryptojacking malware.

Key Concept

Cryptomining Malware and Indicators of Compromise
Question 210Question

An enterprise security architect is mapping enterprise hardening controls to specific vulnerability findings identified during a comprehensive threat assessment. Match each enterprise mitigation strategy on the left with the threat or attack vector on the right that it is primarily designed to counter.

Click a left item, then click its matching right item

Items

DNS Sinkholing coupled with DNSSEC validation
Microsegmentation utilizing host-based firewalls and network access control policies
Application allowlisting via strict code-signing and publisher policy enforcement
Privileged Access Management (PAM) with Just-In-Time (JIT) access and dual-operator controls

Matches

Show answer & explanation

Answer

Each enterprise mitigation strategy accurately maps to its corresponding risk: DNS sinkholing counters command-and-control (C2) channel establishing via DNS hijacking/tunneling; microsegmentation mitigates internal lateral movement across compromised workloads; application allowlisting blocks unauthorized zero-day software execution; and Privileged Access Management with JIT access eliminates standing rights to prevent insider privilege abuse.
The correct pairings align each defense-in-depth control with the primary attack vector it neutralizes: DNS sinkholing and DNSSEC address malicious domain resolution and C2 tunneling; host-level microsegmentation controls east-west traffic to halt lateral movement; application allowlisting enforces code-signing requirements to prevent unauthorized code execution; and PAM with JIT access revokes standing administrative rights to prevent insider abuse and unauthorized privilege exploitation.

Step-by-Step Solution

1
Analyze the technical mechanism of DNS sinkholing with DNSSEC validation.
Identified that inspecting and redirecting DNS queries directly targets malicious domain lookup behavior typical of malware calling home via domain generation algorithms (DGAs) or DNS tunneling.
DNS-level mitigations specifically operate on domain resolution traffic to neutralize outbound C2 channels.
2
Evaluate the architectural purpose of host-based microsegmentation.
Determined that enforcing strict policy boundaries between host workloads prevents network traversal between internal nodes.
Microsegmentation is explicitly designed to contain blast radiuses by preventing unauthorized lateral (east-west) traffic flow.
3
Assess the operational mechanism of application allowlisting via code-signing enforcement.
Recognized that blocking execution based on digital signature certificates prevents unauthorized scripts, DLLs, and binary executables from running.
Allowlisting explicitly blocks untrusted binaries and zero-day executables that lack pre-approved publisher attestations.
4
Review Privileged Access Management (PAM) with Just-In-Time (JIT) and dual-operator controls.
Matched temporary privilege elevation and secondary approval workflows to the mitigation of standing administrative access abuse.
Removing persistent standing privileges and enforcing peer verification addresses insider threats and unauthorized administrative modifications.

Key Concept

Mitigation Strategies and Enterprise Hardening Practices
Question 211Question

A security administrator is auditing a legacy internal service and discovers two critical cryptographic control weaknesses: the application utilizes static, hardcoded Initialization Vectors (IVs) for Cipher Block Chaining (CBC) encryption, and it explicitly disables Certificate Revocation List (CRL) verification during TLS peer authentication. Which of the following security risks are directly introduced by these weaknesses? (Select TWO.)

Select all that apply

Show answer & explanation

Answer: Fixed Initialization Vectors enable attackers to detect identical plaintext blocks and perform pattern recognition attacks across encrypted ciphertext.; Bypassing revocation checks allows the service to establish trusted connections using revoked or compromised digital certificates.

Answer

Static Initialization Vectors enable pattern recognition across ciphertext, and bypassing revocation checking permits trusting compromised or revoked certificates.
Hardcoded IVs compromise the randomness of symmetric CBC block ciphers, enabling pattern analysis when identical plaintext blocks are encrypted. Furthermore, disabling CRL checking prevents the application from discovering if a certificate has been revoked by its Issuing CA, allowing revoked or compromised certificates to establish trusted TLS sessions.

Step-by-Step Solution

1
Analyze the impact of hardcoded Initialization Vectors (IVs) in CBC mode.
Identify that static IVs cause identical plaintext encrypted with the same key to yield predictable block patterns.
CBC mode requires a unique and random IV for every encryption operation to ensure indistinguishability.
2
Analyze the impact of disabling Certificate Revocation List (CRL) checks during TLS validation.
Identify that revoked certificates will be accepted without verification.
CRL validation ensures that certificates revoked due to key compromise or expiration are rejected before establishing trust.

Key Concept

Cryptographic Weaknesses in Cipher Initialization and Certificate Validation
Question 212Question

A security engineer is analyzing HTTP request logs for a document generation microservice after a Security Information and Event Management (SIEM) alert triggered on high CPU utilization. The service accepts custom template strings from authenticated users to format PDF invoices. Inspection of an isolated POST request payload reveals the following body:

`{"account_id": 9402, "template_body": "{{ self._TemplateReference__context.namespace.__init__.__globals__['os'].popen('id').read() }}"}`

The microservice returned an HTTP 200 OK response containing the payload output: `uid=1001(appworker) gid=1001(appworker)`.

Which of the following vulnerabilities was exploited in this incident, and what primary software control best prevents this vulnerability?

Show answer & explanation

Answer: Server-Side Template Injection (SSTI); remediate by using a sandboxed rendering engine or avoiding reflection to native language globals during template evaluation.

Answer

The microservice is vulnerable to Server-Side Template Injection (SSTI), which is best mitigated by using a secure, sandboxed rendering context and preventing access to native language globals.
The correct answer identifies Server-Side Template Injection (SSTI). The payload leverages template expression syntax (`{{ ... }}`) combined with language-level reflection (`__globals__['os'].popen()`) to evaluate arbitrary shell commands on the hosting server. Effective defense requires running template engines within sandboxed execution boundaries or restricting access to native language globals.

Step-by-Step Solution

1
Analyze the request payload structure and syntax in the log snippet.
The payload uses double curly braces `{{ ... }}` to inject template expression syntax combined with Python object reflection (`__globals__['os'].popen()`).
Identifying template expression delimiters helps distinguish server-side template rendering abuse from direct web script or database injection.
2
Evaluate the execution environment and response behavior.
The server executed the `id` system binary and returned `uid=1001(appworker)`, proving that code execution occurred on the server within the template processing engine.
Execution on the server confirms a server-side injection vulnerability (SSTI) rather than a client-side execution flaw like XSS.
3
Determine the appropriate remediation strategy.
The vulnerability is remediated by configuring the template engine in a restricted, sandboxed mode where dangerous built-ins, reflection attributes, and OS execution modules cannot be accessed.
Disabling dangerous reflection and isolating template execution prevents malicious input from invoking underlying system binaries.

Key Concept

Server-Side Template Injection (SSTI)
Question 213Question

An enterprise security operations center (SOC) detects anomalous network and wireless activity across multiple site logs during a synchronized red-team exercise. Match each observed technical log snippet or packet capture indicator to its corresponding network or wireless attack classification.

Click a left item, then click its matching right item

Items

Syslog alert: 'MAC 00:11:22:33:44:55 associated with BSSID AA:BB:CC:DD:EE:FF sent 802.11 Reason Code 7 (Class 3 frame received from nonassociated STA) to 150 clients simultaneously.'
Packet capture snippet: Repeated ARP replies broadcasted to 192.168.1.255 stating IP 192.168.1.1 is at MAC 00:AA:11:BB:22:CC, while switches report 192.168.1.1 active port MAC as 00:11:22:33:44:55.
Wireless analyzer log: Broadcast beacon frames detected for SSID 'Corp-Secure' on Channel 6 using WPA2-Enterprise with BSSID 02:14:6C:AA:BB:CC, matching the enterprise SSID but operating at a significantly higher RSSI (-35 dBm) than legitimate APs (-72 dBm).
SIEM log event: DNS server log showing sudden resolution of intranet.corp.internal from 10.0.5.50 to 192.168.100.45 following non-authoritative UDP port 53 response injection without query ID mismatch alerts on clients.

Matches

Show answer & explanation

Answer

The correct pairings match each technical log snippet to its distinct attack indicator: 802.11 Reason Code 7 management frames indicate a Deauthentication attack; mismatched ARP gateway MAC bindings indicate ARP Poisoning; a high-RSSI unauthorized AP matching corporate SSID indicates an Evil Twin; and unauthorized IP resolution via forged records indicates DNS Cache Poisoning.
Each indicator uniquely aligns with standard protocol behaviors under attack: 802.11 disassociation frames force client disconnections; gratuitous ARP replies corrupt local MAC resolution tables; unauthorized high-power BSSIDs spoofing corporate SSIDs represent Evil Twins; and corrupt DNS response mappings indicate DNS cache poisoning.

Step-by-Step Solution

1
Analyze the wireless management frame log snippet (802.11 Reason Code 7).
Reason Code 7 signifies disassociation due to class 3 frame receipt from a nonassociated station. Mass broadcast indicates a wireless disassociation/deauthentication attack.
Identify wireless denial-of-service or credential-harvesting pre-attack indicators.
2
Analyze the ARP packet capture log.
Discrepancy between broadcasted ARP reply MAC addresses and physical switch port MAC tables points to gratuitous/unsolicited ARP spoofing used for on-path interception.
Distinguish ARP poisoning indicators from normal network ARP traffic.
3
Analyze the wireless beacon frame capture for Corp-Secure.
An unauthorized BSSID advertising the legitimate SSID with an unusually high RSSI indicates a malicious rogue AP configured as an Evil Twin.
Recognize rogue wireless infrastructure masquerading as legitimate corporate access points.
4
Analyze the DNS resolution anomaly log.
Forged responses updating cached IP mapping for internal domain names demonstrate DNS cache poisoning.
Differentiate protocol spoofing at layer 7 (DNS) from layer 2 (ARP) and layer 1/2 (Wireless).

Key Concept

Identification and analysis of network and wireless attack indicators including ARP poisoning, DNS cache poisoning, Evil Twin access points, and 802.11 disassociation attacks.
Estimated Time:3m 0s
Question 214Question

A security analyst reviewing network traffic logs from a global logistics platform notices that high-frequency automated telemetry updates are transmitted using AES encryption. Despite the encryption, an eavesdropper sitting on the network path can easily identify recurring fleet coordinates and status codes because identical 16-byte plaintext blocks consistently produce identical 16-byte ciphertext blocks throughout the session. Which cryptographic weakness is directly responsible for allowing the adversary to reconstruct payload patterns from the intercepted traffic?

Show answer & explanation

Answer: Utilization of Electronic Codebook (ECB) mode, which lacks initialization vector randomization

Answer

The vulnerability is caused by the utilization of Electronic Codebook (ECB) mode, which lacks initialization vector randomization and fails to obscure structural patterns in identical plaintext blocks.
Electronic Codebook (ECB) mode is a deterministic block cipher mode of operation that encrypts every matching plaintext block into the exact same ciphertext block when using the same key. Because ECB does not employ an Initialization Vector (IV) or chain ciphertext across blocks, repetitive structured data (such as fixed-format telemetry or coordinates) remains visually or statistically recognizable in the encrypted stream.

Step-by-Step Solution

1
Analyze the observed security flaw in the scenario
Identical 16-byte plaintext blocks produce identical 16-byte ciphertext blocks across encrypted transmissions.
This pattern leakage indicates a lack of diffusion and pseudo-random initialization across block encryptions.
2
Evaluate block cipher operating modes against the observed behavior
Electronic Codebook (ECB) mode evaluates each plaintext block independently using only the key without an Initialization Vector (IV).
Modes like Cipher Block Chaining (CBC) or Galois/Counter Mode (GCM) utilize IVs to ensure identical plaintexts yield distinct ciphertexts.
3
Select the cryptographic configuration error causing the deterministic pattern output
The system was misconfigured to use AES in ECB mode.
ECB mode deterministically maps input blocks to output blocks, exposing structural data patterns to passive eavesdroppers.

Key Concept

Block Cipher Modes of Operation and Pattern Leakage (ECB Flaw)
Question 215Question

A security engineer inspects a vulnerability scan report and port listing for a building automation system (BAS) controller deployed on an internal VLAN (172.16.45.10):

PORT STATE SERVICE REASON
23/tcp open telnet Unencrypted interactive management shell
80/tcp open http Embedded Web Server (Cleartext HTTP Basic Auth)
502/tcp open modbus Modbus TCP (Industrial protocol without built-in authentication)

Which of the following architectural and host vulnerabilities are present on this system? (Select TWO.)

Select all that apply

Show answer & explanation

Answer: Transmission of management credentials and administrative traffic across unencrypted communication protocols; Exposure of unauthenticated operational technology protocols directly accessible on the network

Answer

The correct vulnerabilities are the transmission of management credentials across unencrypted communication protocols and the exposure of unauthenticated operational technology protocols directly accessible on the network.
The system exhibits two primary vulnerabilities: legacy unencrypted protocols (Telnet and HTTP) that transmit session data and administrative credentials in plaintext, and the deployment of Modbus TCP on port 502, an industrial control system protocol that inherently lacks native authentication mechanisms.

Step-by-Step Solution

1
Analyze the service findings for cleartext transport protocols
Ports 23 (Telnet) and 80 (HTTP) indicate cleartext management channels that expose credentials to interception.
Telnet and HTTP pass data in unencrypted format.
2
Analyze protocol security characteristics for industrial service ports
Port 502 (Modbus TCP) exposes an operational technology protocol lacking native authentication controls.
Legacy SCADA/ICS protocols rely on network isolation rather than protocol-level identity verification.

Key Concept

Host and Network Vulnerabilities in Cleartext Services and Legacy ICS Protocols
Question 216Question

A security analyst needs to gather freely available threat indicators and standardized software vulnerability data without incurring commercial licensing or subscription costs. Which TWO of the following threat intelligence sources should the analyst utilize?

Select all that apply

Show answer & explanation

Answer: Open-Source Intelligence (OSINT); Public vulnerability databases (such as NVD and CVE lists)

Answer

The analyst should utilize Open-Source Intelligence (OSINT) and public vulnerability databases (such as NVD and CVE lists).
Open-Source Intelligence (OSINT) and public vulnerability databases (like NVD/CVE) both provide freely available, publicly accessible threat data and vulnerability details without requiring paid subscriptions or proprietary vendor tools.

Step-by-Step Solution

1
Identify the constraints specified in the scenario
The requirements demand threat intelligence sources that are publicly available, free of charge, and provide threat indicators or software vulnerability data.
Filtering intelligence sources by cost and public accessibility narrows the valid choices.
2
Evaluate publicly available threat intelligence sources
Open-Source Intelligence (OSINT) provides threat indicators from open media, web feeds, and repositories. Public vulnerability databases (such as the NVD/CVE repository) supply free, standardized vulnerability information.
Both sources fulfill the criteria of being publicly accessible and cost-free.
3
Exclude paid, internal, or active detection mechanisms
Proprietary feeds require subscriptions, internal SIEM logs are localized security telemetry, and honeypots are active internal deception tools.
These alternatives either incur financial costs or fail to qualify as external research intelligence sources.

Key Concept

Threat Intelligence Sources and Research
Question 217Question

A multinational financial services firm discovers an unauthorized third-party file synchronization application installed across several workstations in the accounting department. The application was introduced by employees seeking to bypass internal network latency when sharing large spreadsheets with external auditors. While analyzing the traffic, security operations identifies that the external cloud server receiving the synchronized financial data was compromised three days prior by a ransomware syndicate, exposing corporate credentials and confidential records. Which of the following best categorizes the primary attack vector utilized and the threat actor attribute responsible for the initial vulnerability?

Show answer & explanation

Answer: The primary attack vector is Shadow IT, created by internal staff acting without malicious intent but lacking authorization.

Answer

The initial vulnerability was created through Shadow IT, where internal employees deployed unsanctioned third-party software to circumvent operational inefficiency without malicious intent.
The scenario describes employees installing unauthorized third-party software to solve a practical business challenge (network latency). This unsanctioned use of technology outside formal IT management and oversight defines Shadow IT, which introduced an unveted attack vector that external threat actors exploited.

Step-by-Step Solution

1
Analyze the motivation and authorization of the internal employees who installed the application.
The accounting staff installed the application to solve network latency issues, indicating non-malicious intent but unauthorized software usage.
Threat actor attributes and attack vectors are determined by intent, authorization, and execution methods.
2
Categorize the attack vector associated with unsanctioned software deployment.
Deploying unapproved applications or cloud services outside the IT department's oversight is classified as Shadow IT.
Shadow IT expands the organizational attack surface by introducing unvetted software and external endpoints.
3
Evaluate the subsequent compromise by the external ransomware syndicate.
The external ransomware group exploited the data sent to the compromised third-party cloud server introduced via the Shadow IT vector.
Threat actors frequently exploit secondary vulnerabilities created by unsanctioned asset deployment.

Key Concept

Threat Actors, Attributes, and Attack Vectors
Question 218Question

A network administrator suspects an attacker is performing an Evil Twin attack combined with a disassociation attack to intercept wireless client traffic. Which TWO technical indicators directly point to this specific wireless attack scenario? (Select TWO.)

Select all that apply

Show answer & explanation

Answer: A sudden burst of 802.11 management frames containing deauthentication requests directed at connected clients; An unauthorized access point broadcasting an identical SSID as the corporate network but utilizing a different BSSID (MAC address)

Answer

The correct indicators are a sudden burst of 802.11 deauthentication management frames and an unauthorized access point broadcasting an identical SSID with a different BSSID.
In an Evil Twin and disassociation attack scenario, the attacker first sends 802.11 management frames (deauthentication packets) to disconnect legitimate users from their authorized access point. Once disconnected, the user devices automatically attempt to reconnect to the strongest access point broadcasting their saved network name (SSID), leading them to connect to the attacker's rogue AP which advertises the exact same SSID but uses a different BSSID (MAC address).

Step-by-Step Solution

1
Analyze the mechanics of a wireless disassociation attack
Identify that attackers broadcast 802.11 deauthentication or disassociation management frames to force clients off a legitimate access point.
Disconnecting target devices is the initial step required to trick them into reconnecting to the attacker's rogue equipment.
2
Analyze the characteristics of an Evil Twin access point
Identify that the rogue access point clones the legitimate network's SSID but operates with its own distinct BSSID (MAC address).
Clients automatically attempt to reconnect to preferred wireless network names (SSID), making them vulnerable to rogue APs advertising the same name.
3
Differentiate wireless indicators from wired network and reconnaissance anomalies
Rule out ICMP ping sweeps (network scanning) and unsolicited ARP replies (wired ARP poisoning).
Network layer host discovery and Address Resolution Protocol manipulation operate on layer 2/3 wired infrastructure rather than 802.11 radio management frames.

Key Concept

Wireless Disassociation and Evil Twin Attack Indicators
Question 219Question

A security analyst investigates packet capture data and network syslog alerts from an enterprise workstation segment. The logs reveal multiple unsolicited gratuitous ARP reply frames mapping the IP address of the subnet default gateway to an unauthorized local host's MAC address. Concurrently, workstations requesting address records for the corporate portal `login.enterprise.local` receive forged response packets directing them to an external public IP address, bypassing the internal primary DNS server. Which of the following attack indicators and techniques are demonstrated in this security incident? (Select TWO.)

Select all that apply

Show answer & explanation

Answer: ARP poisoning utilized to establish an on-path (man-in-the-middle) network position on the local subnet.; DNS spoofing utilized to alter hostname resolution and redirect client authentication traffic.

Answer

The observed security incident combines ARP poisoning (using gratuitous ARP frames to map the default gateway IP to an unauthorized MAC address for on-path traffic interception) and DNS spoofing (injecting forged hostname resolution packets to redirect users to an external IP).
The scenario demonstrates ARP poisoning and DNS spoofing. The presence of unsolicited gratuitous ARP replies remapping the default gateway IP address to an unauthorized host MAC address is the definitive indicator of ARP cache poisoning, establishing an on-path position. Simultaneously, forged DNS resolution responses redirecting internal domain queries to an external address represent DNS spoofing.

Step-by-Step Solution

1
Analyze the layer 2 network indicators present in the packet capture.
Unsolicited gratuitous ARP reply frames mapping the gateway IP to an attacker MAC address confirm ARP poisoning/spoofing on the local layer 2 segment.
ARP poisoning alters local ARP cache bindings to intercept or modify packets destined for the default gateway.
2
Analyze the application layer domain resolution indicators.
Unsolicited or forged DNS responses overriding the legitimate internal DNS server confirm DNS spoofing/poisoning.
DNS spoofing causes client applications to resolve legitimate hostnames to rogue destination IP addresses.
3
Synthesize the multi-stage attack mechanisms.
The attacker combines ARP poisoning for network traffic redirection with DNS spoofing to hijack web portal authentication sessions.
On-path positions established via ARP poisoning frequently facilitate inline DNS manipulation.

Key Concept

Network Attack Indicators: ARP Poisoning and DNS Spoofing
Estimated Time:2m 0s
Question 220Question

During a targeted forensic investigation of a compromised server, an investigator examines volatile memory artifacts using a memory analysis framework. The analysis reveals an injected memory section within the address space of a legitimate lsass.exe process possessing PAGE_EXECUTE_READWRITE memory permissions. Further inspection reveals shellcode executing directly out of unmapped RAM with no corresponding executable file present on the disk or file modification recorded. Which of the following malware classifications best describes this threat?

Show answer & explanation

Answer: Fileless malware

Answer

Fileless malware is the correct classification because the threat operates directly within volatile RAM and injected process memory without leaving a persistent binary file on disk.
Fileless malware resides exclusively in volatile memory (RAM) or piggybacks onto legitimate host processes through injection techniques, evading traditional disk-based detection mechanisms.

Step-by-Step Solution

1
Analyze host indicators of compromise (IoCs)
Identified shellcode executing within PAGE_EXECUTE_READWRITE unmapped memory of a legitimate process (lsass.exe) with zero disk footprint.
Recognizing memory-only execution indicators helps distinguish non-persistent or injected threats from traditional disk-based payloads.
2
Evaluate malware propagation and storage vectors
The absence of stored executables, file modifications, or standalone malicious binaries rules out traditional disk-borne installers and Trojans.
Fileless threats leverage existing system processes (living off the land) or direct memory injection to evade disk-based antivirus detection.
3
Select the matching malware classification
Confirm Fileless malware as the accurate diagnosis.
Fileless malware specifically matches the profile of residing strictly in volatile memory.

Key Concept

Fileless malware and memory injection indicators of compromise
PreviousPage 11 / 25Next
Threats, Vulnerabilities, and Mitigations Practice Questions — CompTIA Security+ — Page 11 | Examkin