Tüm alıştırma soruları

2232 soru

Soru 1081Soru

A network architect is designing a high-availability edge network infrastructure for a regional operational facility. The architecture must ensure continuous default gateway availability for local internal hosts and dynamic, redundant routing across two independent upstream Internet Service Providers (ISPs). Which of the following resilience mechanisms should the architect deploy to fulfill these requirements? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: Virtual Router Redundancy Protocol (VRRP) to present a shared virtual default gateway address across redundant local routers; Border Gateway Protocol (BGP) multi-homing to dynamically announce routes and balance traffic across both ISP links

Cevap

The architect should deploy Virtual Router Redundancy Protocol (VRRP) to supply a virtual default gateway for local hosts and Border Gateway Protocol (BGP) multi-homing to manage dynamic path redundancy across external ISP connections.
High availability at the network layer requires redundancy at both the internal first-hop gateway level and the external WAN routing level. Virtual Router Redundancy Protocol (VRRP) groups local physical routers together under a virtual IP address, providing immediate gateway failover for clients on the subnet. Meanwhile, BGP multi-homing negotiates dynamic routing across separate service providers, enabling path failover and traffic distribution over external connections.

Adım Adım Çözüm

1
Analyze local gateway availability requirements.
Identified that local hosts require a single resilient gateway IP address that remains reachable if a router fails.
First-hop redundancy protocols like VRRP enable multiple physical routers to share a single virtual IP and MAC address, facilitating seamless failover.
2
Analyze external WAN path redundancy requirements.
Identified that outbound traffic needs dynamic failover across two separate upstream ISPs.
BGP multi-homing maintains active routing tables with both service providers, dynamically redirecting traffic away from an unresponsive ISP link.
3
Evaluate invalid options based on scope mismatch.
Eliminated disk array mirroring (RAID 10) and offsite tape backups.
Local disk redundancy protects against drive crashes on a single host, and offline backups support disaster recovery restoration, but neither provides active high-availability network path redundancy.

Anahtar Kavram

First-hop router redundancy and dynamic multi-homing routing protocols for network-level resilience and high availability.
Tahmini Süre:1m 30s
Soru 1082Soru

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

During an security incident, an incident response team has successfully isolated an infected enterprise application server from the internal network. According to standard incident response lifecycle frameworks, which of the following actions represents the primary goal of the eradication phase?

Cevabı ve açıklamayı göster

Cevap: Eliminating the root cause of the incident by removing malware, revoking compromised credentials, and patching vulnerabilities

Cevap

The primary goal of the eradication phase is eliminating the root cause of the incident by removing malware, revoking compromised credentials, and patching vulnerabilities.
The eradication phase in standard incident response frameworks (e.g., NIST SP 800-61) is dedicated to identifying and removing all components of the threat actor's presence. This includes deleting malware, closing exploited vulnerabilities, and revoking compromised access credentials before proceeding to recovery.

Adım Adım Çözüm

1
Identify the current incident response phase based on the scenario state.
The server has been contained (isolated), so the team transitions to the eradication phase.
Containment limits damage, but the root cause of compromise remains on the host until removed.
2
Determine the specific objectives of the eradication phase in standard frameworks (such as NIST SP 800-61).
Eradication requires deleting malicious software, removing rogue user accounts, disabling compromised API keys, and mitigating underlying vulnerabilities.
Systems cannot be safely restored to production until all traces of adversary presence are eliminated.

Anahtar Kavram

Incident Response Lifecycle - Eradication Phase Objectives
Soru 1084Soru

A security administrator wants to collect continuous host-level telemetry, such as process creation events, registry modifications, and network connections, to detect fileless malware and zero-day threats in real time across corporate workstations. Which of the following security solutions best fulfills this requirement?

Cevabı ve açıklamayı göster

Cevap: Endpoint Detection and Response (EDR)

Cevap

Endpoint Detection and Response (EDR)
Endpoint Detection and Response (EDR) provides continuous monitoring and recording of host activity (such as process creation, memory utilization, and system modifications). This telemetry allows security teams to detect behavioral anomalies, fileless malware, and zero-day exploits that bypass signature-based tools.

Adım Adım Çözüm

1
Identify the primary operational requirement.
The goal is to capture continuous host-level telemetry (process lineage, registry changes) to identify zero-day and fileless attacks.
Traditional network-level or signature-based security controls cannot observe local operating system behavioral events.
2
Evaluate the capabilities of host security controls.
Endpoint Detection and Response (EDR) installs an agent directly on endpoints to record real-time telemetry and perform behavioral threat detection.
EDR specifically fills the visibility gap left by legacy antivirus and perimeter network defenses.

Anahtar Kavram

Endpoint Detection and Response (EDR) Telemetry and Behavioral Detection
Soru 1085Soru

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

During an ongoing security breach, an Incident Response Team (IRT) identifies that an attacker has gained access to internal endpoints using harvested domain administrator credentials and is actively attempting lateral movement across enterprise network segments via pass-the-ticket techniques. Which of the following containment actions should the IRT execute IMMEDIATELY to stop ongoing lateral movement while preserving evidence integrity? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: Place affected endpoints into network quarantine VLANs or apply host-level isolation rules to block non-essential communications.; Reset compromised user credentials and force a double reset of the Kerberos Ticket Granting Service account (KRBTGT) password.

Cevap

The incident response team should place affected endpoints into network quarantine or isolate them at the host level, and reset compromised credentials along with the Kerberos Ticket Granting Service account (KRBTGT) password.
During the containment phase of an incident response process involving Active Directory credential theft and lateral movement, the priority is stopping further adversary spread while maintaining evidence integrity. Network/host isolation prevents C2 traffic and lateral connections while keeping volatile memory intact for digital forensics. Resetting compromised domain credentials along with a double reset of the KRBTGT password invalidates stolen Kerberos tickets, preventing ongoing unauthorized authentication across the enterprise domain.

Adım Adım Çözüm

1
Analyze the attack vector and phase requirements.
Identified pass-the-ticket lateral movement using valid domain admin credentials during the Containment phase of incident response.
Containment requires stopping adversary movement immediately without destroying evidence.
2
Select host and network-level containment controls.
Isolate affected hosts via software isolation or quarantine VLANs.
Host isolation stops lateral traffic while keeping the system powered on for RAM capture.
3
Select identity containment controls.
Reset compromised credentials and perform a double reset of the KRBTGT account password.
A double reset of KRBTGT invalidates both current and previous Kerberos Ticket Granting Tokens (TGTs), revoking adversary access across the domain.

Anahtar Kavram

NIST Incident Response Containment Strategy & Active Directory Attack Remediation
Soru 1087Soru

An enterprise security architecture team is categorizing identity standards and protocols for a multi-cloud infrastructure deployment. Match each Identity and Access Management (IAM) protocol or standard on the left to its corresponding architectural use case on the right.

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

Öğeler

SAML 2.0
OpenID Connect (OIDC)
OAuth 2.0
RADIUS

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

SAML 2.0 matches XML-based web SSO federation; OpenID Connect matches the JWT identity layer for user authentication; OAuth 2.0 matches the delegated authorization API token framework; RADIUS matches the centralized network access control protocol.
Each IAM protocol is paired with its exact architectural design pattern: SAML 2.0 uses XML for web SSO federation, OpenID Connect uses JWT ID tokens for user identity verification, OAuth 2.0 delivers token-based authorization delegated access for APIs, and RADIUS supplies UDP-based AAA network connection management.

Adım Adım Çözüm

1
Identify the primary architectural transport and payload structure for web federation
Matched SAML 2.0 with XML-based web single sign-on federation.
SAML 2.0 relies on XML security assertions transferred via browser HTTP bindings for enterprise web SSO.
2
Differentiate delegated access from user authentication in modern API-driven architectures
Matched OAuth 2.0 with delegated API authorization access tokens, and OpenID Connect with JWT-based user identity authentication.
OAuth 2.0 strictly governs API resource authorization using tokens, whereas OpenID Connect adds an identity authentication layer on top using ID tokens.
3
Categorize network-level AAA protocols
Matched RADIUS to centralized network device and remote access authentication over UDP.
RADIUS is a legacy AAA protocol operating over UDP, dedicated to network perimeter access controls like 802.1X and VPNs.

Anahtar Kavram

Identity and Access Management Architecture and Protocol Selection
Soru 1088Soru

An incident response team is preparing to collect evidence from a physical storage drive recovered during an investigation. To ensure that the drive's contents cannot be altered or modified by the operating system while creating a forensic bit-stream image, which of the following tools should the technician use to connect the drive to the workstation?

Cevabı ve açıklamayı göster

Cevap: A hardware write-blocker

Cevap

A hardware write-blocker should be used to intercept write commands and prevent modification of the target drive during evidence acquisition.
A hardware write-blocker is physically placed between the evidence drive and the forensic computer. It permits read requests (necessary to copy or image the drive) while dropping write requests, ensuring that the original evidence remains unchanged.

Adım Adım Çözüm

1
Identify the primary risk during physical drive analysis.
Connecting a suspect drive directly to a forensic workstation can cause the operating system to write metadata or system files to the drive.
Any modification to the original drive invalidates the evidence.
2
Select the appropriate forensic hardware control.
Deploying a hardware write-blocker between the drive and the workstation allows read operations for imaging while blocking all write operations.
Write-blockers guarantee read-only access to preserve forensic integrity.

Anahtar Kavram

Write-blocker usage during forensic acquisition
Soru 1089Soru

During a physical security audit at a remote branch office, a security analyst discovers an unauthorized rogue wireless access point connected directly to a network switch port. The rogue device is broadcasting an unencrypted SSID and bridging external wireless traffic directly into the internal corporate network segment. According to standard incident response frameworks, which of the following actions should the analyst perform FIRST?

Cevabı ve açıklamayı göster

Cevap: Disable the specific physical switch port connected to the rogue device to isolate it from the internal network.

Cevap

Disabling the specific physical switch port connected to the rogue device is the immediate first action to contain the security incident.
Upon discovering an active rogue access point connected to an internal switch, the immediate priority in the incident response process is Containment. Disabling the physical switch port isolates the rogue access point and halts unauthorized bridging into the corporate network.

Adım Adım Çözüm

1
Identify the active phase of the incident response lifecycle.
The incident has been detected, requiring immediate containment to prevent further unauthorized network access.
Containment limits the scope and impact of an active breach before remediation or forensic steps begin.
2
Select the appropriate containment action for a rogue physical access point.
Shutting down the connected switch port isolates the rogue device at Layer 1/Layer 2.
Disabling the physical switch port immediately cuts off internal network access for bridged unauthorized wireless clients.

Anahtar Kavram

Incident Response Process - Containment Phase
Soru 1090Soru

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

Match each vulnerability scanning concept on the left with its corresponding operational description on the right.

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

Öğeler

Credentialed Scan
Non-Credentialed Scan
Passive Scan
Intrusive Scan

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Credentialed Scan pairs with using administrative privileges for internal inspection; Non-Credentialed Scan pairs with probing target services without log-in credentials; Passive Scan pairs with observing network traffic without sending probes; Intrusive Scan pairs with executing active verification scripts that risk disrupting system stability.
Each scanning technique directly aligns with its specific operational characteristic: credentialed scans log in locally, non-credentialed scans probe externally without authentication, passive scans sniff network traffic without transmitting packets, and intrusive scans run verification checks that may disrupt target services.

Adım Adım Çözüm

1
Evaluate authentication requirements for scanning modes.
Credentialed scanning requires valid system credentials for internal host access, whereas non-credentialed scanning operates without log-in access.
Privilege access determines whether the scanner inspects internal settings or external interfaces.
2
Evaluate traffic generation and system impact levels.
Passive scanning silently inspects passing network traffic without sending packets, while intrusive scanning sends active probes that can disrupt target services.
Operational safety dictates whether silent packet capture or active impact testing is appropriate.

Anahtar Kavram

Vulnerability assessment tools vary by privilege level (credentialed vs. non-credentialed) and network impact (passive vs. intrusive).
Soru 1092Soru

An enterprise Security Operations Center (SOC) detects abnormal outbound DNS traffic indicating potential data exfiltration via DNS tunneling from an internal host. Place the incident response actions in the correct chronological order according to standard NIST incident handling guidelines, starting from the initial response through completion.

Öğeleri doğru sıraya koymak için sürükleyin

Cevabı ve açıklamayı göster

Cevap

The correct sequence follows the standard NIST incident response lifecycle: Detection & Analysis, Containment, Eradication & Recovery, and Post-Incident Activity. First, analyze DNS logs and SIEM alerts to verify the threat and scope. Second, apply firewall rules and isolate the compromised workstation to contain exfiltration. Third, terminate malicious processes and remove malware during the eradication phase. Finally, conduct a post-incident review and update playbooks during the lessons learned phase.
The correct order follows the standard NIST SP 800-61 incident response lifecycle. The response begins with Detection and Analysis to confirm the incident and identify affected systems, followed by Containment to halt active DNS exfiltration and network movement. Eradication and Recovery follow to clear malicious artifacts and restore clean state, concluding with Post-Incident Activity to document lessons learned and enhance detection rules.

Adım Adım Çözüm

1
Perform Detection & Analysis
Identified the compromised host and verified active DNS tunneling exfiltration.
Accurate scope identification is required before technical remediation can begin.
2
Execute Containment
Blocked outbound tunneling traffic and network-isolated the workstation.
Prevents additional data leakage while preservation and eradication efforts are conducted.
3
Conduct Eradication & Recovery
Removed malicious exfiltration scripts and restored clean host operations.
Ensures the threat vector is completely eliminated before returning the host to normal production.
4
Complete Post-Incident Activity
Updated monitoring rules and documented lessons learned.
Improves security posture and operational playbooks against future DNS tunneling attempts.

Anahtar Kavram

Incident Response Lifecycle Phases (NIST SP 800-61)
Soru 1093Soru

A software enterprise is redesigning access controls for its third-party developer API integration portal. Currently, after external developers authenticate through a legacy VPN connection, their sessions are implicitly trusted across internal staging systems. The enterprise wants to modernize this architecture to align with Zero Trust Architecture (ZTA) principles. Which of the following strategies best implements Zero Trust for these third-party developer connections?

Cevabı ve açıklamayı göster

Cevap: Deploy a Policy Decision Point (PDP) to continuously evaluate context and device posture, instructing a Policy Enforcement Point (PEP) to grant explicit, minimal access to specific API resources.

Cevap

Deploying a Policy Decision Point (PDP) to continuously evaluate context and device posture, instructing a Policy Enforcement Point (PEP) to grant explicit, minimal access to specific API resources.
Zero Trust Architecture relies on explicit verification, continuous dynamic evaluation, and least privilege access. Decoupling access control into a Policy Decision Point (PDP) that dynamically evaluates context (such as identity, threat intelligence, and device health) and directs a Policy Enforcement Point (PEP) to gate resource access embodies core NIST SP 800-207 Zero Trust principles.

Adım Adım Çözüm

1
Analyze current access model limitations
Identified implicit trust after initial VPN authentication as a violation of Zero Trust architecture.
Zero Trust assumes the network is hostile and rejects implicit trust based on network location or past authentication.
2
Identify core Zero Trust control components required for access governance
Determined that access decisions must be separated into a Policy Decision Point (PDP) and enforced via a Policy Enforcement Point (PEP).
NIST SP 800-207 specifies that the PDP evaluates policies continuously while the PEP gates actual resource access.
3
Select the option enforcing continuous verification and least privilege
The architecture using PDP and PEP for continuous contextual authorization fulfills Zero Trust principles.
This strategy ensures every request is explicitly authenticated, authorized, and dynamically evaluated based on risk.

Anahtar Kavram

Zero Trust Architecture Control Plane Decoupling and Continuous Explicit Verification
Soru 1094Soru

An incident response team is conducting live digital evidence acquisition on a compromised enterprise gateway server suspected of hosting an active in-memory exploit. Based on the RFC 3227 standard Order of Volatility, in what sequence should the forensic investigator capture the following digital evidence components, starting from the most volatile to the least volatile?

Öğeleri doğru sıraya koymak için sürükleyin

Cevabı ve açıklamayı göster

Cevap

The correct acquisition sequence from most volatile to least volatile is: Processor cache memory and CPU registers → System RAM → Temporary swap files and virtual memory paging files → Local NVMe solid-state drive partitions and event logs → Remote offsite archival tapes and cloud backup repositories.
Digital forensics follows RFC 3227 guidelines for the Order of Volatility, prioritizing data collection from the most perishable sources to the most stable. CPU registers and cache are updated continuously within nanoseconds and must be gathered first if live CPU state is required. Physical RAM comes next, containing active processes and network sockets that evaporate upon loss of power. Temporary swap files and pagefiles reside on disk but fluctuate frequently with virtual memory management, placing them third. Local NVMe non-volatile disk partitions persist across reboots and are collected fourth. Finally, remote offsite backups and archival tapes are long-term offline media, representing the least volatile evidence source.

Adım Adım Çözüm

1
Identify the volatility level of CPU-bound data
Processor registers and cache are identified as operating at nanosecond speeds, making them the most perishable data on the target host.
Any execution change or system halt immediately alters CPU register states.
2
Assess volatile main system memory
System RAM is placed second because power loss or reboot flushes all in-memory structures and active connections.
RAM retains state only while continuous power is supplied to memory modules.
3
Evaluate disk-backed temporary storage
Temporary swap space and pagefiles are sequenced third.
While stored on secondary media, swap contents are continually updated by the OS virtual memory manager and can be overwritten quickly.
4
Sequence fixed persistent local storage
Local NVMe drive partitions are placed fourth.
Non-volatile storage persists data after power down and requires active deletion or wiping to alter contents.
5
Identify offline or remote archival media
Remote offsite archival tapes and cloud backups are placed last as the least volatile data.
Archival media and offsite backups are immutable or detached from live host operations, remaining stable over long periods.

Anahtar Kavram

Order of Volatility in Digital Forensics
Soru 1095Soru

A digital forensics analyst receives a seized external hard drive transported from a field office via a secure courier. Upon intake, the analyst notices that the tamper-evident transport bag was torn and the accompanying paper tracking form lacks the courier's transfer signature. Before connecting the drive to a hardware write-blocker for imaging, which of the following actions MUST the analyst perform first to maintain evidentiary standards?

Cevabı ve açıklamayı göster

Cevap: Document the seal discrepancy and missing signature on the chain of custody log, notify the lead investigator, and recalculate the intake verification hash.

Cevap

Document the seal discrepancy and missing signature on the chain of custody log, notify the lead investigator, and recalculate the intake verification hash.
Chain of custody protocol dictates that any physical damage, missing signatures, or transfer anomalies must be explicitly recorded in the evidence tracking log. Logging the discrepancy immediately alongside re-verifying hash values ensures full transparency and legal defensibility when presenting evidence in court.

Adım Adım Çözüm

1
Inspect the physical evidence packaging and custody documentation upon receipt.
Identified physical seal damage and missing transfer signatures on the tracking document.
Chain of custody requires continuous accounting of evidence handling, physical security, and custodian transfers.
2
Log all observed irregularities directly on the formal custody documentation and inform incident leadership.
Maintained an accurate, audit-ready record of potential transit compromise without concealing handling defects.
Failing to document physical tampering creates unexplainable gaps that invalidate evidence admissibility in legal proceedings.
3
Verify drive integrity against baseline cryptographic hash values logged prior to transit.
Determined whether data content was altered during transport.
Comparing hash values verifies data integrity despite physical package damage.

Anahtar Kavram

Chain of Custody Documentation and Evidence Intake Integrity Verification
Tahmini Süre:2m 0s
Soru 1096Soru

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

A security administrator is evaluating Endpoint Detection and Response (EDR) software to upgrade workstation security across an enterprise environment. Which of the following capabilities are primary features provided by EDR solutions? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: Continuous real-time telemetry monitoring of host processes, registry changes, and file activity; Automated host isolation capabilities to contain infected devices from the network

Cevap

Endpoint Detection and Response (EDR) solutions primarily provide continuous host-level telemetry monitoring and automated response actions such as host network isolation.
The correct options highlight the core design of EDR: recording real-time host activity (such as process execution and file system modifications) and enabling automated containment actions (such as isolating an infected host from the network) to prevent lateral movement.

Adım Adım Çözüm

1
Identify the primary scope of EDR solutions
EDR operates directly on host endpoints (workstations and servers) to provide visibility and response actions.
Understanding where EDR operates differentiates host capabilities from network boundary security controls.
2
Evaluate host telemetry and response features
Continuous monitoring of process execution, registry edits, and file changes alongside automated host isolation represent core EDR functions.
EDR moves beyond traditional static antivirus signatures by offering real-time behavioral monitoring and active threat containment.

Anahtar Kavram

Endpoint Detection and Response (EDR) Core Capabilities
Soru 1098Soru

An incident response team is performing live digital evidence acquisition on a compromised enterprise application server following a detected in-memory code injection attack. To ensure dynamic evidence is captured before it is lost or modified, the forensic investigator must collect data strictly according to the standard Order of Volatility. Place the following digital evidence sources in the correct order of acquisition, from MOST volatile (acquired first) to LEAST volatile (acquired last).

Öğeleri doğru sıraya koymak için sürükleyin

Cevabı ve açıklamayı göster

Cevap

The correct acquisition sequence from most volatile to least volatile is: CPU registers and processor cache memory contents -> System RAM, active kernel process tables, and live ARP routing caches -> Temporary file system directories and virtual memory page/swap files -> Local persistent solid-state drive (SSD) system partitions -> Off-site optical backup media and long-term archival tape storage.
The standard Order of Volatility established by RFC 3227 and CompTIA Security+ requires capturing evidence in sequence from shortest lifespan to longest lifespan: 1) CPU registers and cache, 2) Main memory (RAM) and network caches, 3) Temporary file systems and virtual memory/swap space, 4) Non-volatile local disk partitions, and 5) Remote/offline archival backups.

Adım Adım Çözüm

1
Identify the primary principle of live evidence acquisition.
Digital evidence must be acquired starting with data that disappears fastest (highest volatility) to preserve transient indicators of compromise.
The Order of Volatility (RFC 3227) dictates that dynamic hardware memory components take precedence over persistent block storage.
2
Evaluate hardware memory volatility.
CPU registers and cache update continuously at CPU clock speeds, followed by system RAM and live kernel network caches.
CPU states are lost instantaneously upon context switching or power loss, while RAM retains dynamic operational data only while powered.
3
Evaluate disk-backed temporary storage vs. persistent block storage.
Swap files and temp directories are prioritized before physical OS disk partitions.
Swap/page files act as extended volatile memory on disk and are rapidly overwritten during continuous system operation compared to static file structures on primary drive partitions.
4
Order long-term and offline storage media.
Local persistent SSD partitions precede offline optical media and backup tapes.
Offline backup media and archival tapes are disconnected, static, and immutable, giving them the lowest volatility of all evidence types.

Anahtar Kavram

Order of Volatility (RFC 3227)
Soru 1099Soru

During a routine audit, a Security Operations Center (SOC) analyst detects an unauthorized rogue wireless access point bridged directly into an isolated network segment containing sensitive customer databases. Forensic monitoring confirms that an external threat actor is actively exfiltrating live database traffic across this rogue wireless link. According to standard incident response lifecycle frameworks, which of the following actions should the incident response team perform FIRST?

Cevabı ve açıklamayı göster

Cevap: Disable the switch port connected to the rogue access point to isolate the wireless bridge and stop active data transfer.

Cevap

Disable the switch port connected to the rogue access point to isolate the wireless bridge and stop active data transfer.
According to NIST SP 800-61 and ISO/IEC 27035 frameworks, once an active breach with exfiltration is detected, the immediate priority is Containment. Disabling the physical switch port stops ongoing exfiltration over the rogue wireless bridge without altering volatile memory on the target database servers.

Adım Adım Çözüm

1
Identify the current phase of the incident response lifecycle.
The incident is actively occurring with ongoing data exfiltration, placing it in the Containment, Eradication, and Recovery phase (specifically requiring immediate containment).
Before root-cause elimination or recovery can begin, active exfiltration must be halted to limit damage.
2
Select the immediate containment control.
Disabling the physical switch port supporting the rogue access point immediately isolates the unauthorized device from the internal network.
Network link suppression isolates the attacker's exfiltration pathway while preserving volatile memory and system logs on the database server for forensic analysis.

Anahtar Kavram

Incident Response Lifecycle - Containment Strategy
Tahmini Süre:2m 0s
Soru 1100Soru

A cybersecurity analyst is investigating an active fileless malware infection on a host machine operating multiple virtualized enterprise services. The analyst must capture digital evidence in strict compliance with the Order of Volatility while maintaining chain of custody standards for legal admissibility. Which of the following procedures should the analyst execute FIRST?

Cevabı ve açıklamayı göster

Cevap: Capture the host system's volatile physical memory (RAM) over a secure network stream to an external forensic destination before creating VM snapshots or modifying system power states.

Cevap

The analyst should capture the host system's volatile physical memory (RAM) over a secure network stream to an external forensic destination before creating VM snapshots or modifying system power states.
According to the forensic Order of Volatility, volatile data such as CPU registers, cache, and RAM must be collected before less volatile data like hard drives or archived logs. In a live investigation involving fileless malware, capturing system RAM prior to any state change (such as taking snapshots or pulling plug power) ensures that critical volatile evidence is preserved intact.

Adım Adım Çözüm

1
Identify the Order of Volatility for digital evidence acquisition.
System memory (RAM), CPU cache, and active network connections are classified as most volatile and must be captured before non-volatile storage or power state changes.
Fileless malware resides entirely within volatile system memory and will be permanently lost if the machine is powered off or modified.
2
Evaluate the impact of hypervisor snapshots or disk imaging prior to memory dump.
Hypervisor snapshots alter physical disk state and write active memory pages to disk files, contaminating the original evidence.
Live memory dumps must occur before disk modifications to maintain forensic purity.
3
Execute volatile memory capture while logging cryptographic hashes for chain of custody.
RAM contents are safely acquired for analysis without destroying transient evidence.
Preserves both evidentiary admissibility and critical malware runtime context.

Anahtar Kavram

Order of Volatility and Live Forensic Evidence Acquisition
Tahmini Süre:2m 0s
ÖncekiSayfa 55 / 112Sonraki