Tüm alıştırma soruları

2232 soru

Soru 1061Soru

A security analyst is investigating a compromised cloud-hosted Linux virtual machine suspected of participating in an ongoing data exfiltration attack. To ensure proper digital forensics and maintain legal defensibility, which of the following actions should the analyst perform during initial evidence acquisition? (Select TWO).

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

Cevabı ve açıklamayı göster

Cevap: Capture a dump of system memory (RAM) prior to modifying storage states or powering off the virtual machine; Calculate cryptographic hash values for captured forensic images immediately after acquisition and log them in the custody record

Cevap

The correct procedures are to capture a dump of system memory (RAM) prior to modifying storage states or powering off the virtual machine, and to calculate cryptographic hash values for captured forensic images immediately after acquisition and log them in the custody record.
Adhering to the Order of Volatility dictates that volatile RAM must be dumped before system shutdown or storage modifications. Additionally, calculating cryptographic hashes immediately after evidence acquisition and recording them in the chain of custody log proves that evidence integrity was preserved throughout handling.

Adım Adım Çözüm

1
Apply the Order of Volatility during evidence collection
System RAM is dumped while the virtual machine is live to prevent loss of volatile network sockets, running process structures, and transient data.
Volatile memory is lost when power state changes, making RAM capture a top priority before disk analysis or host power-down.
2
Verify and log evidence integrity for the chain of custody
Cryptographic hash values (e.g., SHA-256) are generated immediately upon evidence acquisition.
Recording hashes at the time of intake proves that the forensic copy has not been altered or tampered with at any point in the investigation.

Anahtar Kavram

Order of Volatility and Evidence Integrity Logging
Tahmini Süre:1m 30s
Soru 1062Soru

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 1063Soru

A Security Operations Center (SOC) analyst is reviewing raw log telemetry streams collected from web servers, authentication systems, and perimeter firewalls inside a SIEM environment. Match each log snippet pattern on the left with its corresponding attack vector or security event classification on the right.

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

Öğeler

GET /products.php?id=1%20UNION%20SELECT%201,username,password_hash%20FROM%20users-- HTTP/1.1 200 4520
EventID=4625 Status=0xC000006D SubStatus=0xC000006A TargetUserName=svc_backup WorkstationName=WORKSTATION01 (occurring 400 times in 30 seconds across distinct target endpoints)
kernel: IPTables-DROP-FORWARD: IN=eth0 OUT=eth1 SRC=10.0.4.15 DST=192.168.10.50 PROTO=TCP SPT=49812 DPT=445 FLAGS=SYN
GET /user/profile?id=1042 HTTP/1.1 200 -> GET /user/profile?id=1043 HTTP/1.1 200 -> GET /user/profile?id=1044 HTTP/1.1 200 (from authenticated session Cookie: sessionid=a9f8b2)

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Each log entry pattern corresponds to a specific attack taxonomy: Log 1 matches SQL Injection data exfiltration; Log 2 matches Password spraying authentication attack; Log 3 matches Internal lateral movement network boundary drop; Log 4 matches Insecure Direct Object Reference (IDOR) authorization bypass.
The correct matches accurately map log syntax and operational telemetry to their definitive attack classifications based on payload structure, protocol ports, and event codes.

Adım Adım Çözüm

1
Analyze the web application log payload structure in the first log snippet.
Identified 'UNION SELECT' syntax targeting database tables, indicating SQL Injection.
URL parameters containing SQL syntax reveal attempts to force the database backend to execute arbitrary queries.
2
Evaluate the Windows Security Log event parameters and frequency in the second snippet.
Identified Event ID 4625 with SubStatus 0xC000006A repeated across multiple endpoints, indicating password spraying.
A single account attempted across many endpoints in a short window avoids single-host lockout policies while testing credentials broadly.
3
Inspect the network firewall drop log syntax in the third snippet.
Identified internal IP to internal IP traffic blocked on SMB port 445.
Internal segmentation drops on management/sharing ports indicate unauthorized lateral movement attempts within internal zones.
4
Examine the sequential URL access pattern in the fourth log snippet.
Identified automated/manual increment of object identifiers using a single authenticated session, indicating IDOR.
Accessing contiguous resource IDs without authorization parameter checks is a classic signature of broken object-level authorization.

Anahtar Kavram

Log Correlation and Telemetry Pattern Identification
Soru 1064Soru

A Security Operations Center (SOC) analyst receives a high-severity alert indicating that a powershell process on an internal endpoint is performing process injection into system memory. The analyst needs to immediately contain the active threat and prevent potential lateral movement across the internal network while maintaining remote administrative management to investigate the endpoint. Which of the following actions performed via an Endpoint Detection and Response (EDR) agent best achieves this goal?

Cevabı ve açıklamayı göster

Cevap: Apply host network isolation to sever standard network communications while preserving agent telemetry and management connectivity.

Cevap

Apply host network isolation via the EDR agent to cut standard host network access while preserving agent-to-console management connectivity.
Host network isolation executed by an EDR agent restricts all network traffic to and from the affected endpoint at the host network driver layer, preventing lateral movement across the network while keeping the EDR agent's communication channel open for remote investigation and response.

Adım Adım Çözüm

1
Analyze incident containment requirements
Identified the need to block lateral network traffic immediately while retaining remote analyst access.
Preventing attack spread is critical during memory injection threats, but losing remote access prevents incident investigation.
2
Evaluate EDR endpoint control features
Host network isolation selectively isolates network interfaces at the OS endpoint driver level while maintaining the EDR management channel.
EDR agents are specifically designed to implement host isolation without severing the security management telemetry link.

Anahtar Kavram

EDR Host Network Isolation
Soru 1065Soru

A security analyst discovers that a developer's API key was publicly exposed in a code repository and is actively being used by an unauthorized external entity to read data from a cloud storage bucket. According to standard incident response playbooks, which of the following immediate CONTAINMENT steps should the analyst take? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: Revoke or disable the compromised API key immediately to terminate unauthorized access.; Apply an explicit firewall or security group rule to block traffic from the attacker's external IP address.

Cevap

The analyst should immediately revoke the compromised API key and block the attacker's external IP address.
During the containment phase of the incident response lifecycle, the primary goal is to prevent further exposure and stop active malicious activity. Revoking the exposed API key immediately invalidates the attacker's authentication material, while blocking the malicious IP address prevents further inbound traffic from that vector.

Adım Adım Çözüm

1
Identify the immediate containment objective
Determine that active data access via the stolen credential must be stopped without delay.
Containment limits the scope and impact of an active incident before proceeding to eradication.
2
Select appropriate containment controls
Disabling the compromised API key invalidates the authentication token, and blocking the source IP mitigates incoming request traffic.
These actions stop the attack vector immediately while preserving system availability for non-compromised services.

Anahtar Kavram

Incident Response Containment Phase
Soru 1066Soru

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 1067Soru

A multinational financial services enterprise is transitioning its legacy core banking infrastructure to align with Zero Trust Architecture (ZTA) principles to prevent lateral movement following network breaches. Which of the following architectural strategies MUST be implemented to adhere to Zero Trust principles? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: Perform explicit, continuous verification of user identity, device health, and context for every resource access request regardless of network location.; Enforce strict microsegmentation and granular least privilege access controls around microservices and sensitive data stores.

Cevap

The correct answers state that organizations must perform explicit, continuous verification of user identity, device health, and context for every resource access request regardless of network location, and enforce strict microsegmentation and granular least privilege access controls around microservices and sensitive data stores.
Zero Trust Architecture relies on the fundamental tenet of assuming breach and eliminating implicit trust based on network topology. The core principles require continuous explicit verification of identity, device posture, and context for every request, alongside microsegmentation and strict least privilege access to restrict blast radius and lateral movement.

Adım Adım Çözüm

1
Analyze core principles of Zero Trust Architecture (NIST SP 800-207).
Identified tenets including 'Never Trust, Always Verify', explicit continuous verification, least privilege access, microsegmentation, and assuming breach.
Zero Trust discards implicit network trust based on physical or logical location.
2
Evaluate access request verification requirements.
Requiring dynamic, continuous evaluation of user, device posture, and contextual signals fulfills explicit verification.
Initial perimeter authentication is insufficient because credentials or devices can be compromised post-login.
3
Evaluate network boundary and lateral movement controls.
Implementing microsegmentation limits impact zones and prevents unauthorized horizontal movement across microservices.
Granular network separation enforces least privilege at the workload level.

Anahtar Kavram

Zero Trust Architecture Core Tenets
Soru 1068Soru

An organization experiences an unexpected municipal power grid failure at its primary data center. Although the rack-mounted Uninterruptible Power Supply (UPS) units immediately supplied emergency battery power to critical servers, all systems abruptly shut down 15 minutes later when the batteries depleted. An investigation revealed that the facility's backup diesel generator successfully started, but utility power was never switched over to generator power. Which of the following components should the security architect install to automate switching between primary utility power and secondary generator power?

Cevabı ve açıklamayı göster

Cevap: Automatic Transfer Switch (ATS)

Cevap

The Automatic Transfer Switch (ATS) is the correct component because it automatically detects a loss of primary utility power and transfers the electrical load to the backup generator.
An Automatic Transfer Switch (ATS) monitors incoming utility power feeds. When primary power drops, the ATS signals the generator to start (if not already running) and automatically switches the electrical load from the dead utility feed to the operational generator feed, preventing UPS battery exhaustion.

Adım Adım Çözüm

1
Analyze the incident details
Identified that UPS battery power functioned properly and the backup generator started, but grid power failed to transition to generator power.
The failure occurred at the power transition layer between grid utility and generator.
2
Evaluate power resilience controls
An Automatic Transfer Switch (ATS) is specifically designed to sense utility power loss and toggle electrical feeds to the emergency generator.
Installing an ATS automates the changeover process without human intervention before UPS batteries drain.

Anahtar Kavram

Power Resiliency and Environmental Redundancy Controls
Tahmini Süre:1m 15s
Soru 1069Soru

A digital forensics investigator takes possession of a storage drive seized during an internal security investigation. What is the primary purpose of completing a chain of custody document for this evidence?

Cevabı ve açıklamayı göster

Cevap: To maintain a continuous, chronological record of every person who collected, handled, transferred, and stored the evidence

Cevap

To maintain a continuous, chronological record of every person who collected, handled, transferred, and stored the evidence
The primary objective of maintaining a chain of custody document is to create an unbroken, verifiable log showing who collected, received, secured, and transferred evidence. This documentation proves that evidence was safeguarded against contamination or unauthorized access, satisfying legal requirements for court admissibility.

Adım Adım Çözüm

1
Identify the primary purpose of chain of custody in digital forensics
Chain of custody ensures legal defensibility by tracking evidence custody and preventing allegations of tampering.
Courtroom evidence admissibility requires proof of who collected, accessed, and secured the evidence at all times.
2
Evaluate the option choices against forensics definitions
The option stating that chain of custody maintains a continuous, chronological record of handling matches standard forensic evidence procedures.
Other options confuse chain of custody with cryptographic controls (digital signatures, hashing) or live data collection procedures (order of volatility).

Anahtar Kavram

Chain of Custody Documentation
Soru 1070Soru

During a threat hunting exercise on an enterprise Linux application server hosting a mission-critical web service, a security analyst analyzes host telemetry. While network perimeter security controls inspect traffic as encrypted HTTPS over TCP port 443, the Endpoint Detection and Response (EDR) agent captures a process creation event where the primary web service daemon spawned an unauthorized bash shell, which subsequently loaded an obfuscated binary payload into volatile shared memory (`/dev/shm`). The analyst must halt the active command-and-control (C2) session and eradicate the malicious code execution immediately without causing downtime for legitimate external application users. Which of the following capabilities provided by the EDR platform should the analyst utilize to accomplish this objective?

Cevabı ve açıklamayı göster

Cevap: Perform targeted process-tree termination and executable hash blocking for the spawned shell and memory-resident binary.

Cevap

Terminating the specific malicious process tree and blocking the binary execution hash directly via the EDR agent isolates the threat while preserving web daemon availability.
Process-tree termination and hash blocking leverages the continuous behavioral telemetry of EDR to target and kill only the rogue child process lineage (`bash` and the `/dev/shm` payload) while keeping the underlying web daemon operational.

Adım Adım Çözüm

1
Analyze the process lineage telemetry provided by the EDR host agent.
Identify that the parent web daemon spawned an unauthorized child shell executing a fileless payload in memory.
EDR agents capture continuous kernel-level process relationships that perimeter devices cannot see.
2
Evaluate the operational constraint requiring zero service downtime for legitimate web users.
Rule out host-wide containment actions like full network isolation or host shutdown.
Host network isolation severs all user connections to the web daemon.
3
Apply targeted endpoint mitigation controls.
Kill the spawned bash shell and memory-resident child processes, then apply hash-based block rules in the EDR console.
Process-level termination selectively neutralizes the adversary's C2 channel while keeping the parent service alive.

Anahtar Kavram

EDR Fine-Grained Process Containment vs. Host Isolation
Soru 1071Soru

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 1072Soru

A security analyst is designing an enterprise vulnerability assessment strategy for a network that includes legacy operational technology (OT) control systems, web applications, and sensitive database servers. The analyst must achieve maximum vulnerability visibility while minimizing the risk of unexpected service disruptions or system crashes. Which of the following technical scanning approaches should the security team implement to meet these requirements? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: Perform credentialed vulnerability scans using read-only service accounts during established maintenance windows for server infrastructure.; Utilize non-intrusive passive vulnerability scanning and network traffic monitoring for the sensitive operational technology (OT) segments.

Cevap

The security team should perform credentialed scans using read-only service accounts during maintenance windows and utilize non-intrusive passive vulnerability scanning for legacy operational technology segments.
Performing credentialed scans using read-only service accounts provides detailed insight into local software vulnerabilities and patch statuses while placing minimal stress on network bandwidth. For sensitive operational technology (OT) environments, passive vulnerability scanning captures and analyzes existing traffic to discover vulnerabilities without sending active probes that might crash fragile industrial controllers.

Adım Adım Çözüm

1
Analyze environmental constraints and safety requirements
Identified sensitive OT systems that cannot handle aggressive network probing and production servers requiring thorough evaluation without service disruption.
OT devices often use fragile protocol implementations that freeze when subjected to port scans or active probes.
2
Evaluate scanning methodologies for host infrastructure
Selected credentialed scanning during maintenance windows.
Credentials grant direct OS-level access to audit configuration and software inventories accurately without generating high network traffic or false positives.
3
Evaluate scanning methodologies for delicate OT infrastructure
Selected passive scanning / network traffic analysis.
Passive scanners observe network traffic passively to detect OS versions and vulnerable services without transmitting packets that could destabilize OT controllers.

Anahtar Kavram

Credentialed vs. Non-Credentialed Scanning and Passive OT Vulnerability Assessment
Soru 1073Soru

A Security Operations Center (SOC) analyst detects an active, verified security incident where an adversary is utilizing a compromised internal jump server to maintain an unauthorized encrypted SSH tunnel to an external command-and-control IP address. The analyst has confirmed that sensitive data is actively being transferred across this channel. According to standard incident response lifecycle frameworks, which of the following actions should the analyst take FIRST?

Cevabı ve açıklamayı göster

Cevap: Disconnect or isolate the compromised jump server from the network segment to halt active data exfiltration.

Cevap

Disconnect or isolate the compromised jump server from the network segment to halt active data exfiltration.
Isolating the compromised host from the network represents the containment phase of the NIST incident response framework. When an active data exfiltration channel is identified, the immediate objective is to stop further loss of sensitive information and prevent lateral movement before proceeding to eradication and remediation steps.

Adım Adım Çözüm

1
Identify the current phase of the Incident Response (IR) lifecycle.
The incident has been detected and validated, and an ongoing breach with active data exfiltration is occurring.
Once an incident is confirmed, the immediate priority shifts from Analysis to Containment to limit scope and damage.
2
Select the appropriate action matching the Containment phase.
Network isolation of the jump server stops the active SSH tunnel and outbound exfiltration.
Containment actions must take precedence over Eradication (re-imaging) and Recovery steps.

Anahtar Kavram

Incident Response Lifecycle Phase Order (NIST SP 800-61 Rev. 2)
Tahmini Süre:1m 30s
Soru 1074Soru

Match each security log entry or SIEM telemetry event to the attack vector or operational activity it most accurately demonstrates.

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

Öğeler

GET /catalog.php?cat_id=5%20UNION%20SELECT%20table_name,column_name%20FROM%20information_schema.tables-- HTTP/1.1 200
sshd[8841]: Failed password for root from 198.51.100.77 port 41202 ssh2 (Frequency: 850 events / 60 seconds)
DENY TCP src=203.0.113.19:54112 dst=10.0.4.15:3389 action=drop interface=WAN_IN
SIEM_RULE_104: High-frequency TXT query requests for subdomains under *.malicious-dns.net carrying encoded payload strings from internal host 10.0.1.22

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Matching pairs: Web log with UNION SELECT matches SQL Injection (SQLi); SSH failed password burst matches SSH Automated Password Guessing (Brute Force); Firewall drop on TCP port 3389 matches Blocked Unauthorized RDP Access Attempt; High-volume encoded DNS TXT queries match DNS Tunneling / Covert Data Exfiltration.
Each log line provides specific indicators of compromise (IoCs): database keywords indicate SQL injection; high-rate SSH authentication failure indicates brute force; firewall drops on port 3389 indicate blocked remote access attempts; and continuous encoded DNS query patterns indicate DNS tunneling.

Adım Adım Çözüm

1
Analyze the web server log entry containing URL query parameters.
Identified 'UNION SELECT' syntax targeting database tables, indicating SQL Injection (SQLi).
Attackers inject database queries into input parameters to extract unauthorized data.
2
Examine the SSH daemon authentication log snippet and timestamp frequency.
Identified 850 failed root password attempts in 60 seconds, indicating SSH Automated Password Guessing (Brute Force).
Rapid successive authentication failures from a single host demonstrate automated dictionary or brute-force attacks.
3
Evaluate the firewall packet filtering log telemetry.
Identified dropped inbound traffic on destination port 3389, indicating Blocked Unauthorized RDP Access Attempt.
TCP port 3389 is the default port for Remote Desktop Protocol, and the DENY action reflects perimeter firewall mitigation.
4
Inspect the SIEM correlation alert for outbound protocol anomalies.
Identified repeated encoded TXT sub-domain queries, indicating DNS Tunneling / Covert Data Exfiltration.
DNS tunneling encodes arbitrary payload data inside subdomains or TXT records to bypass standard security filters.

Anahtar Kavram

Log Analysis and SIEM Correlation
Tahmini Süre:1m 30s
Soru 1075Soru

A cloud incident handler detects active unauthorized API activity within a production cloud tenant. Investigation reveals that a developer accidentally committed an administrative API key to a public code repository, allowing an external threat actor to deploy unauthorized compute instances and initiate unauthorized data export jobs. The handler has verified the malicious activity in the cloud provider's audit logs. According to standard incident response lifecycle guidelines, which of the following actions should the handler take FIRST to contain the threat?

Cevabı ve açıklamayı göster

Cevap: Revoke the compromised API key and invalidate all active session tokens generated by that key.

Cevap

Revoke the compromised API key and invalidate all active session tokens generated by that key.
According to NIST SP 800-61 and standard incident response playbooks, when an active security breach involves stolen or leaked credentials, the immediate priority during the Containment phase is to disable or revoke those credentials and invalidate active session tokens. This immediately halts the threat actor's ability to issue management commands without altering system state needed for forensics or jumping ahead to recovery.

Adım Adım Çözüm

1
Identify the current incident response phase required by the scenario.
The scenario describes an active breach in progress, indicating an urgent requirement for the Containment phase of the incident response lifecycle.
Containment limits the scope and impact of an incident by preventing further unauthorized actions while preserving evidence for forensic analysis.
2
Evaluate the primary attack vector powering the ongoing intrusion.
The attacker relies on a valid, publicly exposed administrative API key for authentication.
Without valid credentials, the attacker cannot invoke cloud provider management APIs or perform unauthorized operations.
3
Select the immediate containment action that stops credential misuse.
Revoking the compromised API key and terminating associated active sessions immediately stops the attack vector.
Credential revocation neutralizes active session privileges without modifying evidence or prematurely jumping to recovery and post-incident steps.

Anahtar Kavram

Incident Response Lifecycle - Containment Phase
Tahmini Süre:2m 0s
Soru 1076Soru

During an active incident response investigation involving an enterprise server suspected of executing malware in memory, a technician is instructed to power down the server immediately and pull the primary storage drive to generate a bit-stream disk image prior to capturing any system RAM or running processes. Which digital forensics principle is directly violated by executing this instruction?

Cevabı ve açıklamayı göster

Cevap: Order of volatility

Cevap

Order of volatility
The correct answer identifies the order of volatility principle. Volatile data, such as system RAM, routing tables, and running processes, is permanently lost when a system is powered off or when non-volatile storage is prioritized over live memory collection. Therefore, investigators must always acquire the most volatile evidence first.

Adım Adım Çözüm

1
Identify the forensic collection sequence described in the scenario
The technician is attempting to capture non-volatile disk storage before preserving volatile system RAM and running processes.
Forensic evidence collection must follow strict sequencing rules to avoid losing ephemeral evidence.
2
Apply the standard Order of Volatility principles
Volatile memory (CPU registers, cache, RAM) is lost upon shutdown, whereas disk drives preserve data across power cycles.
Preserving RAM before shutting down or acquiring disk images ensures critical active memory evidence is captured.

Anahtar Kavram

Order of Volatility
Soru 1077Soru

A security engineer is reviewing correlated telemetry in a SIEM console containing the following web application firewall (WAF) and database audit events:

text
2026-07-27T14:15:02Z waf01 http_request client_ip=198.51.100.44 uri="/api/v1/catalog" status=200 payload="' UNION SELECT username, password_hash FROM accounts--"
2026-07-27T14:15:02Z db01 query_exec db_user="app_service" query="SELECT * FROM products WHERE category = '' UNION SELECT username, password_hash FROM accounts--'" rows_returned=1420

Which of the following attack vectors was successfully executed against the application based on these log entries?

Cevabı ve açıklamayı göster

Cevap: SQL injection bypassing query logic to exfiltrate unauthorized database records.

Cevap

SQL injection bypassing query logic to exfiltrate unauthorized database records.
The WAF log captures a classic SQL injection vector (`UNION SELECT`), and the correlated database audit log shows that the query executed successfully (`rows_returned=1420`). This proves an SQL injection attack successfully extracted data from the database.

Adım Adım Çözüm

1
Analyze the WAF log payload
The HTTP request payload contains `' UNION SELECT username, password_hash FROM accounts--`, which is SQL syntax designed to join additional query results.
Identifying SQL syntax in HTTP parameters pinpoints a database-targeted attack vector.
2
Correlate the WAF entry with the backend database audit log
The database log shows the exact injected string integrated into the executed query (`query_exec`) returning 1420 rows with a status of HTTP 200.
Matching timestamps and matching query strings across WAF and DB logs confirms successful server-side execution and data retrieval.

Anahtar Kavram

Correlating WAF payloads with database execution logs to detect SQL Injection
Soru 1078Soru

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 1079Soru

A security analyst takes possession of a physical hard drive seized during a breach investigation. Which of the following actions must the analyst take to maintain a valid chain of custody and preserve evidence integrity? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: Document the item serial number, acquisition timestamp, and handler details in the custody log.; Calculate and record cryptographic checksums of the media immediately following acquisition.

Cevap

The investigator must document device identification metadata and transfer history in the chain of custody log, as well as calculate and log cryptographic hash values upon acquisition.
Maintaining a complete log of evidence transfers with serial numbers and computing cryptographic hash digests upon acquisition together ensure both legal accountability and mathematical proof of evidence immutability.

Adım Adım Çözüm

1
Identify the mandatory administrative requirements for forensic evidence handling.
Chain of custody forms must track who collected the evidence, when it was acquired, item serial numbers, and all subsequent transfers.
Accurate logging ensures evidence remains legally admissible in court.
2
Identify technical controls required to prove bit-stream evidence integrity.
Cryptographic hashes (such as SHA-256) are calculated immediately upon acquisition and compared against subsequent copies.
Matching hash values demonstrate that the evidence was not modified during storage or analysis.

Anahtar Kavram

Chain of Custody and Evidence Integrity Verification
Soru 1080Soru

A security architect is designing hardware-level protections for unattended retail payment kiosks deployed in public environments. To protect payment encryption keys against physical memory extraction and ensure that only authenticated firmware executes during startup, which of the following hardware security controls should be implemented? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: Integrate a Cryptographic Co-processor equipped with active physical tamper detection and key zeroization capabilities.; Establish a hardware Root of Trust using a Trusted Platform Module to measure and validate each stage of the bootloader.

Cevap

The correct controls are integrating a Cryptographic Co-processor with active physical tamper detection and key zeroization, and establishing a hardware Root of Trust using a Trusted Platform Module to measure and validate boot phases.
Protecting unattended hardware requires physical and firmware-level controls. Active physical tamper detection circuitry automatically zeroizes stored cryptographic keys when physical intrusion occurs. Concurrently, a hardware Root of Trust combined with a Trusted Platform Module provides Measured Boot and Secure Boot verification to ensure that only digitally signed, verified firmware is loaded at boot time.

Adım Adım Çözüm

1
Analyze physical memory protection requirements
Identify that physical tamper detection and hardware zeroization are required to protect cryptographic keys when hardware is physically breached.
Unattended field hardware is susceptible to decapsulation and direct probe attacks.
2
Analyze firmware boot integrity requirements
Identify that a hardware Root of Trust and TPM are required to validate firmware signatures prior to execution.
Secure Boot prevents unauthorized or malicious code execution during system startup.

Anahtar Kavram

Hardware-Based Root of Trust and Physical Tamper Resistance
Tahmini Süre:1m 30s
ÖncekiSayfa 54 / 112Sonraki
Tüm alıştırma soruları — CompTIA Security+ | Examkin