Threats, Vulnerabilities, and Mitigations

490 soru

Soru 401Soru

Match each observed network or wireless technical 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

Unsolicited ARP replies mapping multiple internal IP addresses to a single gateway MAC address.
High volume of EAPOL-Start frames continuously sent to an access point, exhausting RADIUS server resources.
DNS query responses returning low TTL values (TTL=1sTTL = 1s) that rapidly rotate resolved IP addresses to evasive infrastructure.
Wireless WIPS alert showing a rogue access point mimicking an enterprise SSID with a stronger signal and different BSSID.

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Unsolicited ARP replies map to ARP Poisoning; EAPOL-Start frame volume maps to Wireless EAPOL Flooding; Low TTL DNS response rotation maps to DNS Fast-Flux; Rogue AP mimicking enterprise SSID maps to Evil Twin.
Each observed technical indicator uniquely corresponds to its underlying attack vector: ARP poisoning alters Layer 2 mapping, EAPOL flooding targets 802.1X authentication state, DNS fast-flux rotates domain IP resolution with brief TTLs to evade IP blocking, and an Evil Twin spoofs wireless ESSID credentials.

Adım Adım Çözüm

1
Analyze the Layer 2 traffic pattern of unsolicited ARP replies mapping multiple IPs to one MAC address.
Identified as ARP Poisoning/Spoofing.
Attacker is poisoning IP-to-MAC resolution tables on local hosts to intercept network traffic.
2
Analyze the wireless 802.1X authentication telemetry showing excessive EAPOL-Start frames.
Identified as Wireless EAPOL Flooding.
Generating constant authentication requests exhausts backend authentication resources.
3
Examine DNS resolution behavior exhibiting extremely short TTLs and constantly changing IP addresses.
Identified as DNS Fast-Flux.
Fast-flux DNS dynamically changes A records to hide malicious hosting infrastructure behind compromised proxies.
4
Evaluate the WIPS alert describing an unauthorized AP broadcasting a corporate network name with a modified BSSID and high power.
Identified as an Evil Twin attack.
Evil Twins attempt to trick wireless clients into auto-associating with an attacker-controlled access point.

Anahtar Kavram

Network and Wireless Attack Indicators
Tahmini Süre:1m 30s
Soru 402Soru

Match each threat intelligence source classification on the left with its corresponding operational security use case on the right.

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

Öğeler

Proprietary Threat Feed
Information Sharing and Analysis Center (ISAC)
Open-Source Intelligence (OSINT)
Vulnerability Database

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Proprietary Threat Feed pairs with vendor-curated commercial indicator feeds; Information Sharing and Analysis Center (ISAC) pairs with exchanging sector-specific attack data among trusted peers; Open-Source Intelligence (OSINT) pairs with analyzing publicly available technical research blogs and repositories; Vulnerability Database pairs with reviewing standardized CVSS metrics and technical patch advisories.
Each threat intelligence source corresponds directly to its defined operational role: Proprietary feeds supply commercial, vendor-curated indicators; ISACs provide a trust network for sector-specific peer sharing; OSINT relies on freely available web information; and Vulnerability Databases offer standardized risk scores (CVSS) and patch advisories.

Adım Adım Çözüm

1
Analyze the scope, access level, and governance model of each threat intelligence source.
Differentiate between commercial vendor services, sector-specific peer communities, open public platforms, and standardized vulnerability archives.
Threat intelligence sources serve distinct operational needs based on trust boundaries, access permissions, and data content.
2
Map each threat intelligence source to its primary enterprise operational application.
Match Proprietary feeds to paid C2 blocking feeds, ISACs to sector peer sharing, OSINT to open web analysis, and Vulnerability Databases to CVSS/CVE patch evaluation.
Aligning intelligence sources with appropriate operational workflows ensures efficient risk management and incident prevention.

Anahtar Kavram

Operational applications and classification of threat intelligence sources
Tahmini Süre:1m 30s
Soru 403Soru

During a security assessment of a microservices-based web application, an analyst reviews API traffic logs for the user settings service. The logs show that an authenticated user transmitted an HTTP PATCH request to update their profile information. By adding the property "is_admin": true to the JSON request payload, the user successfully elevated their permissions on the platform because the backend automatically bound the request fields directly to the internal data model. Which of the following best identifies the root cause vulnerability and the most effective developer remediation?

Cevabı ve açıklamayı göster

Cevap: Mass assignment; restrict object parameter binding by using data transfer objects (DTOs) or field allowlists on the backend.

Cevap

Mass assignment; restrict object parameter binding by using data transfer objects (DTOs) or field allowlists on the backend.
The correct answer identifies mass assignment as the root cause vulnerability and parameter allowlisting as the effective mitigation. Mass assignment (also known as auto-binding) occurs when software frameworks automatically bind incoming HTTP payload parameters to internal data structures without restricting allowable fields. Attackers exploit this by injecting unexpected properties like privilege flags. Creating explicit Data Transfer Objects (DTOs) or field allowlists restricts parameter binding exclusively to authorized attributes.

Adım Adım Çözüm

1
Analyze the log entries and application behavior
The application automatically maps unvalidated request payload parameters directly to internal data models, enabling unauthorized field modification.
This auto-binding behavior allows users to manipulate parameters that should only be controlled by the server, indicating a mass assignment vulnerability.
2
Distinguish between identity verification and object attribute authorization
The threat relies on missing server-side schema boundaries rather than unauthenticated user access.
Authenticating users does not block an authenticated user from including unexpected JSON properties in an API call.
3
Identify the appropriate software remediation strategy
Enforce strict schema limits using Data Transfer Objects (DTOs) or field allowlisting on the backend.
Restricting parameter binding at the code level prevents hidden or privileged object attributes from being modified by client inputs.

Anahtar Kavram

Mass Assignment Vulnerability and Parameter Binding Defense
Soru 404Soru

A cybersecurity analyst is establishing an automated intelligence pipeline to ingest threat indicators from external industry peers. The analyst needs a standardized language format to represent attack patterns, indicators of compromise, and threat actor tactics in a structured, machine-readable format, independent of how the data is transmitted across the network. Which of the following standards should the analyst implement for data representation?

Cevabı ve açıklamayı göster

Cevap: STIX (Structured Threat Information Expression)

Cevap

STIX (Structured Threat Information Expression) is the correct standard because it provides a structured, machine-readable language format for specifying cyber threat intelligence.
STIX (Structured Threat Information Expression) is an open-standardized language designed specifically for describing cyber threat information in a structured, machine-readable JSON format. It allows organizations to share threat context, including indicators of compromise, threat actors, campaigns, and attack patterns, independently of the underlying network protocol used for transport.

Adım Adım Çözüm

1
Identify the core requirement of the scenario.
The requirement calls for a standardized data representation format for threat intelligence content, separate from transport protocols.
Threat intelligence frameworks separate the data serialization schema from the network delivery mechanisms.
2
Differentiate between data format standards and transport protocols.
STIX defines the data model schema (indicators, actors, TTPs), whereas TAXII defines the transport mechanism over HTTPS.
Understanding the separation of concerns between STIX and TAXII ensures proper architectural implementation.
3
Select the option corresponding to the data representation schema.
STIX (Structured Threat Information Expression) satisfies the requirement.
STIX is the industry standard format for representing structured cyber threat data.

Anahtar Kavram

STIX vs TAXII Standards in Cyber Threat Intelligence
Soru 405Soru

During network traffic monitoring, a security administrator observes high volumes of unicast traffic being unexpectedly flooded to every physical port on a managed Layer 2 Ethernet switch. Packet analysis reveals that a single connected workstation is transmitting thousands of Ethernet frames per second, each using a unique, randomized source MAC address. As a result, the switch's Content Addressable Memory (CAM) table has become completely full, forcing the switch to broadcast incoming traffic across all ports in the broadcast domain. Which of the following network attacks is indicated by these observed behaviors?

Cevabı ve açıklamayı göster

Cevap: MAC table overflow

Cevap

The attack indicated by these indicators is a MAC table overflow attack.
The correct answer is MAC table overflow. Switches maintain a Content Addressable Memory (CAM) table to map MAC addresses to physical ports. When an attacker floods the network with frames containing randomized source MAC addresses, the CAM table quickly fills up. Once full, the switch can no longer learn new MAC mappings and enters a fail-open state, broadcasting incoming unicast frames out of all ports within the VLAN (acting like a hub), allowing an attacker to intercept traffic.

Adım Adım Çözüm

1
Analyze the observed technical indicators from the scenario log.
Identified high-volume Ethernet frame transmission from a single host containing randomized source MAC addresses causing CAM memory exhaustion.
Managed switches store MAC address to port mappings in a fixed-capacity CAM table.
2
Determine the impact on switch behavior when CAM table capacity is exceeded.
The switch fails open and behaves like a network hub, flooding unicast frames out of all ports within the VLAN.
When a destination MAC address is unknown because new entries cannot be learned in a full CAM table, the switch must flood frames to ensure delivery.
3
Map the technical indicators and outcome to the correct network attack classification.
Matched MAC table overflow (MAC flooding) as the specific attack technique.
Attacker tools (such as macof) flood fake MAC addresses specifically to capture traffic across the broadcast domain once the switch fails open.

Anahtar Kavram

MAC Table Overflow (MAC Flooding) Indicators
Soru 406Soru

A security engineer is establishing host-hardening baselines for web servers to mitigate memory corruption and buffer overflow exploits. The engineer must configure controls that randomize memory locations assigned to system processes and mark stack memory regions as non-executable. Which of the following technical mitigations best satisfies these security requirements?

Cevabı ve açıklamayı göster

Cevap: Address Space Layout Randomization (ASLR) and Data Execution Prevention (DEP)

Cevap

Address Space Layout Randomization (ASLR) and Data Execution Prevention (DEP)
The correct answer provides the exact combination of host-hardening memory protections needed. Address Space Layout Randomization (ASLR) randomizes the memory locations of key data areas (such as base executable, stack, and heap), making it difficult for an attacker to reliably jump to target memory locations. Data Execution Prevention (DEP), also known as Exec Shield or the NX (No-Execute) bit, prevents code execution from non-executable memory regions such as the stack and heap.

Adım Adım Çözüm

1
Analyze the scenario requirements
Identified two specific memory protection requirements: address randomization and non-executable stack enforcement.
Hardening against buffer overflow exploits requires technical controls operating at the OS memory management level.
2
Map requirements to technical security controls
ASLR addresses memory position randomization; DEP (No-Execute / NX bit) prevents binary execution from memory pages designated for data storage.
Combining ASLR and DEP provides comprehensive mitigation against buffer overflows and return-oriented programming (ROP) exploits.

Anahtar Kavram

Host Hardening and Exploit Mitigations (ASLR & DEP)
Soru 407Soru

A security software engineer is performing a code audit on an enterprise data processing service written in C. The service reads user-supplied binary data streams containing a length header field (lengthlength) and a payload array (datadata). During review, the engineer identifies the following code segment used to process incoming data chunks:

c
unsigned short length = get_user_header_length();
char *buffer = (char *)malloc(length + 1);
if (buffer == NULL) return -1;
memcpy(buffer, user_data, length);
buffer[length] = '\0';

Based on this code snippet, which of the following vulnerabilities and security risks are present in this implementation? (Select TWO)

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

Cevabı ve açıklamayı göster

Cevap: Integer overflow during size calculation that can lead to an undersized memory allocation; Heap-based buffer overflow during copying due to mismatched memory buffer sizing

Cevap

The implementation contains an integer overflow vulnerability in the allocation size arithmetic and a subsequent heap-based buffer overflow during the memory copy operation.
An integer overflow occurs when length+1length + 1 wraps to 0 for a maximum 16-bit unsigned short value (6553565535). This causes `malloc(0)` to allocate insufficient heap memory, while `memcpy` attempts to copy 6553565535 bytes into that buffer, resulting in a heap-based buffer overflow.

Adım Adım Çözüm

1
Analyze the size calculation arithmetic
If length=65535length = 65535 (the maximum value for a 16-bit unsigned short), computing length+1length + 1 wraps around to 00 due to integer overflow.
Unsigned integer arithmetic wraps around without throwing an exception when a value exceeds the storage capacity of its data type.
2
Evaluate the buffer allocation behavior
The function `malloc(0)` allocates a 0-byte (or minimal chunk header) buffer on the heap.
The memory allocator receives the wrapped arithmetic result (00 bytes) rather than the intended allocation size.
3
Trace the memory copy execution
The `memcpy` function executes using the original lengthlength value (6553565535), writing data far beyond the allocated buffer boundaries.
`memcpy` processes the un-truncated lengthlength variable, resulting in memory corruption on the heap.

Anahtar Kavram

Integer Overflow and Heap Buffer Overflow
Soru 408Soru

A security analyst is designing an automated threat intelligence integration strategy for an enterprise network. The strategy requires feeds that provide real-time, machine-readable indicators of compromise (IoCs) formatted for direct ingestion into edge firewalls and SIEM systems, as well as trusted sector-specific collaborative threat sharing. Which of the following intelligence sources or delivery mechanisms should the analyst select to meet these specific operational requirements? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: Commercial threat intelligence feeds delivered via Trusted Automated eXchange of Intelligence Information (TAXII); Information Sharing and Analysis Center (ISAC) feeds utilizing Automated Indicator Sharing (AIS)

Cevap

The correct selections are Commercial threat intelligence feeds delivered via TAXII and Information Sharing and Analysis Center (ISAC) feeds utilizing Automated Indicator Sharing (AIS).
Commercial threat intelligence feeds delivered via TAXII and ISAC feeds utilizing AIS both provide structured, machine-readable threat data (such as STIX) that can be automatically ingested in real time by SIEMs and firewalls. Furthermore, ISACs fulfill the requirement for sector-specific peer intelligence sharing.

Adım Adım Çözüm

1
Analyze requirement 1: Automated real-time machine-readable indicators of compromise (IoCs) for security devices.
Identify TAXII as the standardized transport protocol used to deliver structured threat intelligence (STIX) directly to SIEMs and firewalls.
TAXII automates the exchange of cyber threat information in machine-readable formats without human intervention.
2
Analyze requirement 2: Trusted sector-specific collaborative threat sharing among industry peers.
Identify ISACs and AIS as the organizational and technical framework built for industry-specific threat sharing.
ISACs facilitate sector-focused information sharing, while AIS provides the automated mechanism to distribute indicators among members.
3
Evaluate remaining options against the criteria.
Eliminate vulnerability databases (NVD), unstructured OSINT scraping, and manual dark web monitoring.
None of these options provide structured, low-latency, machine-readable IoC feeds designed for direct automated perimeter control updating.

Anahtar Kavram

Threat Intelligence Sources and Automated Sharing Protocols
Soru 409Soru

A security analyst investigates anomalous wireless activity at a corporate branch office. Users report being prompted to re-enter their domain credentials on an unfamiliar web page while connected to the corporate Wi-Fi, and a Wireless Intrusion Prevention System (WIPS) flags abnormal access point behaviors. Which of the following technical indicators specifically point to an active Evil Twin attack performing credential harvesting? Select TWO.

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

Cevabı ve açıklamayı göster

Cevap: An unauthorized Basic Service Set Identifier (BSSID) broadcasting the legitimate corporate Service Set Identifier (SSID) with a higher signal strength.; A continuous flood of 802.11 Deauthentication frames targeting legitimate connected clients to force them off the authorized access points.

Cevap

The technical indicators that confirm an active Evil Twin attack are the presence of an unauthorized BSSID broadcasting the legitimate SSID with a stronger signal strength, and a continuous flood of 802.11 Deauthentication frames forcing clients to disconnect from legitimate access points.
An Evil Twin attack relies on deploying a rogue access point that broadcasts the exact SSID of a legitimate wireless network, often operating at higher signal strength (RSSI) so client devices automatically connect to it. To accelerate client association, attackers typically transmit a flood of 802.11 Deauthentication management frames, disconnecting client devices from legitimate APs so they reconnect to the rogue AP.

Adım Adım Çözüm

1
Analyze the scenario requirements and attack symptoms
Identified that the attacker is impersonating an authorized corporate Wi-Fi access point to harvest user credentials.
Evil Twin attacks mimic legitimate wireless networks (SSID) while coercing wireless clients to connect to the attacker-controlled radio.
2
Evaluate wireless indicators for radio frequency impersonation and connection forcing
Connecting clients auto-associate with the strongest signal matching a known SSID (unauthorized BSSID with matching SSID), and deauthentication frames are used to force clients off legitimate APs.
Deauthentication frame floods drop existing legitimate connections, enabling the higher-power rogue BSSID to capture client reconnection requests.
3
Distinguish wireless layer indicators from wired network protocol attacks
Ruled out ICMP Router Advertisements (SLAAC attack indicator) and ARP poisoning (L2 Ethernet indicator) as they belong to wired segment protocol manipulation.
SLAAC and ARP attacks operate at Layer 2/3 of wired Ethernet networks rather than 802.11 wireless radio frequency association.

Anahtar Kavram

Evil Twin and Wireless Disassociation Attack Indicators
Soru 410Soru

Match each enterprise system hardening practice to the specific security risk or operational vulnerability it is primarily designed to mitigate.

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

Öğeler

File Integrity Monitoring (FIM)
Host-based Microsegmentation
TPM-bound Disk Encryption
Automated Patch Orchestration

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

File Integrity Monitoring pairs with unauthorized modifications to system files; Host-based Microsegmentation pairs with lateral movement between workloads; TPM-bound Disk Encryption pairs with data exposure from physical drive theft; Automated Patch Orchestration pairs with exploitation of unpatched software vulnerabilities.
Matching each hardening control to its primary operational target ensures precise threat mitigation: File Integrity Monitoring detects unauthorized configuration or file changes; Host-based Microsegmentation prevents lateral movement across internal network workloads; TPM-bound Disk Encryption secures data against physical drive theft; and Automated Patch Orchestration eliminates software vulnerability exposure.

Adım Adım Çözüm

1
Analyze host security auditing controls.
File Integrity Monitoring (FIM) tracks alterations to system files and alerts on unauthorized changes.
FIM compares current file hashes against an established baseline to detect unexpected tampering.
2
Analyze network isolation controls.
Host-based microsegmentation limits east-west communication between internal systems.
Enforcing firewall and network access rules on individual host endpoints prevents lateral movement after an initial compromise.
3
Analyze physical and data-at-rest protection controls.
TPM-bound disk encryption protects stored data when system hardware is powered off or stolen.
Full disk encryption uses a Trusted Platform Module to verify system boot integrity before releasing decryption keys.
4
Analyze vulnerability mitigation practices.
Automated patch orchestration systematically remediates software defects and security flaws.
Deploying verified patches automatically minimizes the time window available for threat actors to execute exploits.

Anahtar Kavram

Enterprise Hardening Practices and Risk Mitigation
Tahmini Süre:1m 30s
Soru 411Soru

A security analyst reviews a vulnerability assessment report for an enterprise web application that processes uploaded XML documents. The report indicates that the application parser evaluates Document Type Definitions (DTDs) containing external system references and subsequently passes unvalidated XML node content into backend database calls. Which of the following statements accurately identify the security risks present and their appropriate application-level remediations? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: The application parser is susceptible to XML External Entity (XXE) attacks, which can be mitigated by configuring the parser to disable external DTD resolution.; Passing unvalidated XML inputs directly into database queries introduces a SQL injection vulnerability, which requires parameterized queries to resolve safely.

Cevap

The application is susceptible to XML External Entity (XXE) attacks, mitigated by disabling external DTD resolution, and SQL injection from unsanitized inputs, mitigated by parameterized queries.
The scenario highlights two distinct application layer vulnerabilities. First, evaluating external entities within XML inputs enables XML External Entity (XXE) attacks, which are properly mitigated by disabling DTD/external entity resolution in the XML parser configuration. Second, inserting unsanitized XML values directly into database calls creates SQL injection risks, which are remediated by implementing parameterized queries.

Adım Adım Çözüm

1
Analyze the XML parsing flaw described in the scenario.
Identified that evaluating Document Type Definitions (DTDs) with external references allows XML External Entity (XXE) processing vulnerabilities.
XML parsers configured to resolve external entities risk exposing local system files and facilitating server-side request forgery.
2
Analyze the database interaction flaw described in the scenario.
Identified that passing unsanitized XML node values into database calls exposes the backend to SQL injection.
Dynamic query construction using untrusted input allows attackers to manipulate database query execution logic.
3
Select the proper application-level security controls.
Selected disabling DTD processing/external entity resolution and enforcing parameterized queries.
Application vulnerabilities require secure code practices and safe parser configurations rather than network firewall controls.

Anahtar Kavram

XML External Entity (XXE) Resolution and Input Parameterization
Soru 412Soru

During an active ransomware campaign impacting healthcare infrastructure, a security analyst at a regional hospital network needs to obtain verified indicators of compromise (IOCs) and threat actor tactics specifically targeting medical equipment. The analyst requires a trust-based, sector-focused intelligence pool that facilitates sanitized peer-to-peer telemetry exchange without exposing internal infrastructure details to commercial third parties. Which intelligence resource is best suited for this operational requirement?

Cevabı ve açıklamayı göster

Cevap: Sector-specific Information Sharing and Analysis Center feeds

Cevap

Sector-specific Information Sharing and Analysis Center feeds
Information Sharing and Analysis Centers (ISACs) are non-profit organizations that facilitate peer-to-peer threat intelligence sharing within specific critical infrastructure sectors. Joining a sector-specific ISAC allows organizations to receive vetted threat indicators and adversary tactics tailored to their industry while sharing anonymized telemetry within a trusted community.

Adım Adım Çözüm

1
Analyze the operational requirements stated in the scenario
Identified the need for industry-tailored threat intelligence, peer-to-peer telemetry exchange, and trust-based indicator sharing for critical infrastructure.
The organization needs threat indicators specific to healthcare technologies without relying solely on generic or commercial feeds.
2
Evaluate the capabilities of information-sharing intelligence resources
Recognized that Information Sharing and Analysis Centers (ISACs) connect industry peers to exchange domain-specific threat indicators and mitigation strategies securely.
ISACs are built around trust communities tailored to vital sectors such as healthcare, financial services, and aviation.
3
Differentiate ISAC resources from local controls, vulnerability databases, and automation frameworks
Confirmed that internal honeypots, vulnerability repositories, and SOAR execution mechanisms do not replace peer-driven threat intelligence sharing.
Only an ISAC directly satisfies the requirement for trust-based, sector-specific collaborative threat research.

Anahtar Kavram

Information Sharing and Analysis Centers (ISACs)
Soru 413Soru

A network administrator receives alerts regarding unauthorized network configuration changes on several enterprise workstations. Inspection of client packet captures reveals that the affected systems received IP configuration leases containing an unexpected primary DNS server address (10.0.50.25410.0.50.254) and default gateway, originating from an unrecognized device sending unauthorized DHCPACK messages on the local subnet. Which of the following attacks is indicated by these symptoms?

Cevabı ve açıklamayı göster

Cevap: Rogue DHCP server deployment

Cevap

Rogue DHCP server deployment
The correct answer is rogue DHCP server deployment. When an unauthorized device on a subnet responds to client DHCP broadcasts with DHCPACK messages containing malicious network parameters (such as an attacker-controlled default gateway or rogue DNS server), it misdirects network traffic for on-path interception.

Adım Adım Çözüm

1
Analyze the observed network activity and packet logs
Workstations are accepting new IP lease configurations containing unauthorized default gateway and DNS settings delivered via DHCPACK messages from an rogue local system.
Identifying the specific protocol and frame types isolates the service responsible for the anomaly.
2
Differentiate protocol spoofing mechanisms
DHCPACK messages carrying modified Option 3 (default gateway) and Option 6 (DNS server) settings confirm that an unauthorized DHCP server is competing with the legitimate network server.
DHCP is the standard protocol used to assign network settings, DNS servers, and routing gateways dynamically to connecting clients.
3
Select the matching attack classification
An unauthorized system answering client requests with malicious network parameters is classified as a rogue DHCP server attack.
The observed behavior aligns precisely with the technical signature of a rogue DHCP deployment designed to perform on-path traffic interception.

Anahtar Kavram

Rogue DHCP Server Indicators
Soru 414Soru

During a security posture review of a enterprise cloud infrastructure, an audit reveals that newly provisioned virtual machine instances frequently drift from established secure configuration baselines over time due to manual administrator modifications and unapproved emergency changes. Which enterprise hardening practice provides the MOST effective mechanism to continuously prevent and remediate host baseline configuration drift across all deployed instances?

Cevabı ve açıklamayı göster

Cevap: Implementing Infrastructure as Code with automated configuration management tooling to enforce continuous baseline compliance

Cevap

Implementing Infrastructure as Code with automated configuration management tooling to enforce continuous baseline compliance is the most effective mitigation strategy.
The selection recommending Infrastructure as Code paired with automated configuration management is correct because declarative configuration tools continuously monitor system state against standardized security baselines and automatically revert unauthorized changes, effectively neutralizing configuration drift.

Adım Adım Çözüm

1
Analyze the core security issue presented in the scenario
The issue is configuration drift on host instances resulting from manual modifications and unauthorized changes over time.
Enterprise hardening requires maintaining a consistent, secure baseline throughout the system lifecycle.
2
Evaluate technical mitigation controls designed specifically for host configuration enforcement
Automated configuration management frameworks continuously assess system state against defined baselines (IaC templates) and automatically remediate non-compliant settings.
Automated enforcement eliminates reliance on manual audits and prevents persistent configuration drift.
3
Distinguish host-level configuration enforcement from network-level perimeter or deception controls
Network firewalls and honeypots do not inspect internal OS settings or remediate localized host configuration drift.
Host security controls must directly interact with operating system parameters and configuration files.

Anahtar Kavram

Configuration Drift Remediation and Continuous Enforcement via Automated Configuration Management
Soru 415Soru

An application developer is reviewing security logs following an incident where a backend microservice was compromised. The investigation reveals that an external attacker submitted a base64-encoded serialized object within an HTTP header, triggering execution of arbitrary system commands on the hosting server. Which of the following vulnerabilities was exploited, and what is the most effective code-level remediation to prevent future occurrences?

Cevabı ve açıklamayı göster

Cevap: Insecure deserialization; replace object serialization with a safe data format like JSON or implement strict type validation on object streams.

Cevap

Insecure deserialization; replace object serialization with a safe data format like JSON or implement strict type validation on object streams.
Insecure deserialization occurs when an application receives serialized objects from untrusted sources and reconstructs them without adequate validation. Attackers manipulate serialized data structures to execute arbitrary commands on the application server. The primary remediation is to replace native object serialization with safer data interchange formats, such as JSON or Protocol Buffers, or strictly validate allowed object classes before instantiation.

Adım Adım Çözüm

1
Analyze the attack vector described in the incident logs.
The attacker sent a base64-encoded serialized object payload that resulted in server-side remote command execution.
Reconstructing objects from untrusted input without prior validation is the primary characteristic of an insecure deserialization flaw.
2
Differentiate application-level software flaws from network or client-side vulnerabilities.
The flaw resides in how backend code parses incoming objects, requiring software-level remediation.
Neither client-side encoding nor network firewall rules fix bad object-deserialization logic in server code.
3
Determine the appropriate code-level mitigation.
Refactor application code to use standard, non-executable data formats such as JSON or enforce object filtering.
Replacing native object serialization eliminates the mechanism used to instantiate unexpected malicious class graphs.

Anahtar Kavram

Insecure Deserialization Vulnerability and Remediation
Soru 416Soru

A security analyst is investigating network and wireless security alerts recorded in an enterprise environment. Match each observed technical 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

System logs show an influx of unauthorized ICMPv6 Router Advertisement (RA) packets assigning rogue default gateway IP addresses to local hosts.
Packet captures reveal continuous 802.11 disassociation frames broadcast with a spoofed access point BSSID, forcing wireless clients to disconnect.
Network security monitoring detects unsolicited ARP reply packets updating switch host tables with mismatched IP-to-MAC address bindings for the internal gateway.
A RF monitoring sensor alerts on a severe rise in the 5 GHz noise floor, causing total carrier sense degradation and complete loss of frame transmission.

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

ICMPv6 Router Advertisement packets match Rogue IPv6 Router Advertisement Attack; continuous 802.11 disassociation management frames match Wireless Disassociation Attack; unsolicited ARP reply packets with mismatched bindings match ARP Cache Poisoning; high RF noise floor causing CSMA/CA failure matches Radio Frequency (RF) Jamming.
Each indicator uniquely aligns with its layer and protocol signature: ICMPv6 RA frames reflect IPv6 routing manipulation; spoofed 802.11 management frames indicate disassociation; forged ARP replies indicate ARP poisoning; and elevated channel noise indicates RF jamming.

Adım Adım Çözüm

1
Analyze the ICMPv6 RA indicator.
ICMPv6 Router Advertisements configure SLAAC/gateway settings; rogue messages indicate a IPv6 RA attack attempting on-path traffic redirection.
ICMPv6 Type 134 packets are specifically used by IPv6 routers to advertise gateway capabilities.
2
Analyze the 802.11 disassociation frame indicator.
Disassociation frames are 802.11 management packets that terminate client association with a WAP.
Forged management frames exploiting lack of Protected Management Frames (802.11w) characterize disassociation attacks.
3
Analyze the ARP packet indicator.
Unsolicited ARP responses overwrite local ARP caches with malicious layer 2 address maps.
Gratuitous ARP replies modified to point the default gateway IP to an unauthorized MAC address define ARP cache poisoning.
4
Analyze the RF noise floor indicator.
Physical layer noise blocking Wi-Fi channels represents deliberate radio frequency interference.
Jamming operates at Layer 1 by raising the noise floor above usable signal-to-noise ratio levels.

Anahtar Kavram

Identifying technical indicators and signatures of network layer and wireless attacks.
Soru 417Soru

During a security review of a cloud-hosted feedback portal, an analyst discovers that user comments submitted to the support forum are stored in the application database without sanitization. When an administrator views the support dashboard, script tags embedded inside user comments execute within the administrator's browser session, attempting to transmit session tokens to an external host.

Which of the following correctly identifies the vulnerability type demonstrated in this incident and the most effective code-level remediation?

Cevabı ve açıklamayı göster

Cevap: Cross-Site Scripting (XSS); implement context-aware output encoding and input validation.

Cevap

Cross-Site Scripting (XSS); implement context-aware output encoding and input validation.
The correct option correctly identifies the flaw as Stored Cross-Site Scripting (XSS) and selects context-aware output encoding as the effective remediation. When untrusted input stored in a backend system is sent to a client browser without proper HTML/JS entity encoding, the browser interprets the input as executable code.

Adım Adım Çözüm

1
Analyze the attack mechanism described in the scenario.
The injected payload consists of script tags stored in a database and executed in an administrator's browser upon rendering.
Execution of script code in the browser context of a viewing user indicates client-side code injection.
2
Identify the specific vulnerability class.
Stored (Persistent) Cross-Site Scripting (XSS).
Because the payload is persisted in the database before being rendered to other users, it fits the definition of Stored XSS.
3
Determine the proper code-level mitigation strategy.
Apply context-aware output encoding and validate input.
Encoding ensures that special characters like script tags are treated as text data rather than executable code by the browser parser.

Anahtar Kavram

Stored Cross-Site Scripting (XSS) Remediation
Tahmini Süre:1m 30s
Soru 418Soru

A security analyst is hardening an enterprise domain environment after an internal audit revealed two critical weaknesses: unauthenticated network hosts can execute anonymous directory queries to enumerate domain user accounts, and internal authentication traffic is susceptible to credential relay attacks. Which of the following mitigation strategies should the analyst implement to address these specific vulnerabilities? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: Enforce LDAP server signing and channel binding requirements across domain controllers.; Disable NTLM authentication protocols in favor of Kerberos with enforced SMB signing.

Cevap

The correct mitigations are enforcing LDAP server signing and channel binding to prevent anonymous account enumeration, and disabling legacy NTLM protocols in favor of Kerberos with SMB signing to prevent credential relay attacks.
Enforcing LDAP server signing and channel binding ensures directory queries require authentication and integrity checks, directly preventing anonymous account enumeration. Disabling legacy NTLM in favor of Kerberos with SMB signing secures authentication traffic against replay and relay attacks across internal subnets.

Adım Adım Çözüm

1
Analyze the reported vulnerability regarding anonymous user enumeration.
Identified unencrypted, unsigned LDAP queries (TCP/UDP 389) permitting anonymous binding.
Requiring LDAP signing and channel binding forces client authentication and encryption, neutralizing anonymous directory enumeration.
2
Analyze the reported vulnerability regarding credential relay attacks.
Identified legacy challenge-response authentication (NTLM) being intercepted and relayed.
Migrating to Kerberos authentication and enforcing SMB signing ensures session integrity and prevents authentication relay tactics.
3
Evaluate and rule out inappropriate control selections.
Deception devices and perimeter firewalls do not solve internal directory and authentication protocol hardening requirements.
Honeypots are not inline filtering controls, and perimeter firewalls cannot prevent internal lateral relay attacks.

Anahtar Kavram

Directory Service Hardening and Secure Authentication Protocol Enforcement
Soru 419Soru

A security analyst reviews network traffic captures following reports of credential leakage on an internal subnet. The analyst observes frequent UDP port 5355 multicast traffic where an unauthenticated endpoint rapidly responds to failed host name resolution requests from legitimate clients, prompting those clients to attempt NTLMv2 authentication against the endpoint. Which of the following attack types is most directly indicated by this activity?

Cevabı ve açıklamayı göster

Cevap: Link-Local Multicast Name Resolution (LLMNR) poisoning

Cevap

The network activity indicates Link-Local Multicast Name Resolution (LLMNR) poisoning, where an attacker responds to fallback local hostname resolution requests over UDP port 5355 to capture user authentication hashes.
The correct answer identifies Link-Local Multicast Name Resolution (LLMNR) poisoning. LLMNR uses UDP port 5355 to resolve hostnames on the local subnet when primary DNS resolution fails. Attackers run tools to listen for these multicast requests and spoof replies, convincing victim machines to attempt NTLMv2 authentication against the attacker's machine, thereby capturing authentication hashes.

Adım Adım Çözüm

1
Analyze the network protocol and port observed in the traffic captures
The traffic relies on UDP port 5355, which is the standard port for Link-Local Multicast Name Resolution (LLMNR).
Identifying the transport protocol and port establishes the target service mechanism being exploited.
2
Examine the client-server interaction behavior and payload handling
The endpoint responds to failed hostname queries, causing clients to transmit NTLMv2 authentication credentials to the attacker.
LLMNR fallback occurs when DNS fails, allowing an attacker to spoof the destination identity and harvest authentication hashes.
3
Differentiate LLMNR poisoning from other layer 2/3 redirection attacks
Unlike ARP or DNS poisoning, LLMNR poisoning explicitly exploits local fallback multicast queries when primary name resolution fails.
Distinguishing the specific indicator (UDP 5355 + hostname fallback + NTLMv2 capture) confirms LLMNR poisoning as the correct diagnosis.

Anahtar Kavram

LLMNR/NBT-NS Poisoning Indicators
Soru 420Soru

Match each enterprise system hardening control to its primary technical mitigation objective.

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

Öğeler

Disabling Unused OS Services and Listening Ports
Application Allowlisting (AppLocker / WDAC)
Automated Centralized Patch Management
Unified Extensible Firmware Interface (UEFI) Secure Boot

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Disabling Unused OS Services matches minimizing the host attack surface; Application Allowlisting matches preventing unauthorized binaries from running; Automated Patch Management matches removing known software flaws (CVEs); and UEFI Secure Boot matches ensuring root-of-trust integrity during startup.
Each hardening control maps directly to its intended technical outcome: disabling services reduces exposed host attack surface, application allowlisting prevents unauthorized code execution, automated patch management fixes known security bugs (CVEs), and UEFI Secure Boot maintains cryptographic boot integrity against bootkits.

Adım Adım Çözüm

1
Analyze host attack surface reduction controls.
Identify that turning off unneeded network services and ports eliminates potential avenues for remote exploitation.
Deactivating unused network endpoints directly minimizes host exposure.
2
Evaluate executable binary control mechanisms.
Connect application allowlisting with policies that enforce explicitly trusted executables and scripts.
Allowlisting prevents unauthorized binary execution even if malicious files are downloaded to disk.
3
Assess vulnerability lifecycle remediation.
Link automated patch deployment to addressing publicly reported vulnerabilities.
Patch management updates software binaries to resolve known coding defects (CVEs).
4
Examine pre-boot integrity verification controls.
Associate UEFI Secure Boot with verifying digital signatures of boot components prior to operating system initialization.
Secure Boot prevents rootkits and untrusted drivers from loading into memory before security software initializes.

Anahtar Kavram

Enterprise Host Hardening and Security Controls
ÖncekiSayfa 21 / 25Sonraki
Threats, Vulnerabilities, and Mitigations Alıştırma Soruları — CompTIA Security+ — Sayfa 21 | Examkin