Tüm alıştırma soruları

2232 soru

Soru 121Soru

An enterprise security architect is designing a hybrid Identity and Access Management (IAM) solution to enable Single Sign-On (SSO) for employees accessing both legacy on-premises systems and cloud-hosted web applications. The legacy systems rely on internal Active Directory Domain Services (AD DS) and Kerberos tickets, whereas the cloud applications require SAML 2.0 security assertions. Which of the following architectural controls and components must be deployed to support this hybrid authentication design? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: An Identity Provider (IdP) federation bridge to translate internal Active Directory authentication states into signed SAML assertion tokens for cloud applications.; An on-premises directory connector agent to synchronize user identity attributes and securely validate credentials against internal domain controllers.

Cevap

The correct architecture requires deploying an Identity Provider (IdP) federation bridge to convert internal directory authentication states into SAML assertions, alongside an on-premises directory connector agent to synchronize user attributes and validate credentials.
In a hybrid IAM architecture, connecting legacy Active Directory environments with cloud web applications requires two primary components: an Identity Provider (IdP) federation bridge (such as AD FS or a cloud IdP bridge) to generate SAML tokens for web service providers, and a directory connector agent to synchronize identities and delegate password validation back to on-premises domain controllers.

Adım Adım Çözüm

1
Analyze the identity requirements across environments.
On-premises legacy systems require Active Directory and Kerberos, while cloud applications rely on SAML 2.0 web assertions.
Cloud software-as-a-service applications cannot directly consume Kerberos tickets generated by internal domain controllers over the internet.
2
Identify the federation requirement for SAML token generation.
Deploying an Identity Provider (IdP) federation bridge allows the organization to authenticate users internally and issue signed SAML assertions to cloud application Service Providers (SPs).
Federation bridges bridge the gap between internal network authentication protocols and external web token standards.
3
Identify the identity lifecycle and validation component.
Deploying an on-premises directory connector syncs account objects and forwards credential validation requests securely.
The cloud IdP requires up-to-date user object attributes and a secure pathway to verify passwords against internal Active Directory domain controllers.

Anahtar Kavram

Hybrid Identity and Federation Architecture
Soru 122Soru

Security telemetry indicates that an administrative workstation has executed an unauthorized script attempting to establish a reverse shell to an external command-and-control (C2) server and extract system credentials. Which of the following response actions should an analyst perform directly using the Endpoint Detection and Response (EDR) agent to contain the threat while preserving forensic evidence? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: Apply host network isolation through the EDR console to restrict network traffic exclusively to the security management channel.; Terminate the unauthorized process tree and quarantine the associated file artifacts using EDR response actions.

Cevap

The correct containment and remediation actions are applying host network isolation through the EDR console and terminating the unauthorized process tree while quarantining file artifacts via EDR response tools.
Applying host network isolation via EDR blocks lateral network movement and external C2 communications while keeping the system running to preserve volatile RAM. Terminating the process tree and quarantining malicious files neutralizes execution directly at the endpoint level via native agent capabilities.

Adım Adım Çözüm

1
Identify endpoint containment actions that prevent threat propagation without destroying system state.
Applying host network isolation blocks internal lateral movement and external C2 connections while preserving volatile RAM and maintaining agent connectivity.
Host isolation preserves volatile evidence while severing unauthorized network channels.
2
Apply process-level remediation directly on the endpoint using EDR execution management capabilities.
Killing the malicious process hierarchy and quarantining file artifacts halts further threat activity.
Direct EDR process termination neutralizes active attacks without resetting host hardware state.

Anahtar Kavram

Endpoint Detection and Response (EDR) Containment and Remediation Controls
Soru 123Soru

A security administrator is reviewing identity and access management protocol configurations for network infrastructure management. When evaluating TACACS+ against RADIUS for central administrative access control, which of the following operational characteristics are specific to TACACS+? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: It encrypts the entire body of the communication packet.; It separates authentication and authorization services into distinct operational processes.

Cevap

TACACS+ encrypts the entire body of the packet and separates authentication and authorization services into distinct operational processes.
TACACS+ is designed for administrative device management. It encrypts the complete body of every packet exchanged between the client and server and strictly separates authentication and authorization operations, enabling granular control over administrative commands.

Adım Adım Çözüm

1
Analyze protocol encryption scope for administrative access.
Identify that TACACS+ encrypts the entire payload of the packet during transmission.
Full packet payload encryption protects credentials and sensitive commands from eavesdropping.
2
Evaluate AAA architecture modularity.
Determine that TACACS+ separates authentication and authorization into modular functions.
Separating AAA functions enables granular authorization controls on individual administrative commands.

Anahtar Kavram

TACACS+ Protocol Operational Characteristics
Soru 124Soru

A software security engineer is reviewing static code analysis findings for a legacy file rendering service. The report identifies two vulnerabilities: one where unvalidated user input is directly concatenated into a shell command string, allowing arbitrary system execution, and another where arithmetic calculations for buffer allocation fail to validate integer limits, leading to potential heap buffer overflows. Which of the following remediation techniques should the team implement to directly fix these code-level software vulnerabilities? (Select TWO).

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

Cevabı ve açıklamayı göster

Cevap: Replace direct shell command execution calls with parameterized API functions and strict input allowlists.; Implement explicit integer bounds checking and range validation before dynamic memory allocation calls.

Cevap

The team should replace direct shell execution calls with parameterized API functions (and strict allowlisting) to address command injection, and implement explicit integer bounds checking prior to dynamic memory allocation to prevent heap buffer overflows.
Replacing shell calls with parameterized execution prevents malicious input from breaking out of data context into executable commands. Additionally, checking integer upper limits before allocating dynamic memory prevents integer overflow wrap-arounds from yielding undersized buffers.

Adım Adım Çözüm

1
Analyze the first vulnerability (OS Command Injection).
Identify that directly passing user input to system shell execution permits arbitrary command execution.
Eliminating shell invocation through safe parameterized interfaces or strict input validation remediates command injection.
2
Analyze the second vulnerability (Integer Overflow leading to Buffer Overflow).
Identify that unverified integer arithmetic can wrap around, causing undersized memory allocation.
Performing explicit bounds checks before memory allocation prevents integer overflow from triggering heap corruption.
3
Evaluate remediation options for appropriateness.
Select parameterized execution and explicit bounds checking as code-level fixes, while discarding network-level and authentication-focused controls.
Software vulnerabilities must be addressed with relevant code security controls rather than unrelated identity or network mechanisms.

Anahtar Kavram

Remediating Application Code Vulnerabilities (Command Injection & Memory Management Flaws)
Tahmini Süre:1m 30s
Soru 125Soru

A security analyst is tasked with acquiring digital evidence from a detached persistent cloud storage volume associated with a compromised virtual machine. To ensure the collected storage volume data remains legally admissible and mathematically verifiable throughout the forensic investigation, which of the following procedures must the analyst perform? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: Calculate and record cryptographic hash values of the storage volume immediately before and after generating the forensic copy.; Maintain a detailed log recording the timestamp, handler identity, evidence control transfers, and purpose for every custody change.

Cevap

The correct procedures are calculating cryptographic hash values of the storage volume before and after creating the forensic copy, and maintaining a detailed log recording timestamps, handler identities, transfers, and purpose for every evidence custody change.
Generating cryptographic hash values of evidence before and after duplicate acquisition confirms bit-level data integrity. Simultaneously, maintaining an explicit chain of custody log ensures continuous accountability and legal admissibility by tracking who handled the evidence at all times.

Adım Adım Çözüm

1
Identify key requirements for digital evidence preservation and chain of custody.
Digital forensics requires proving bit-stream data integrity and maintaining an unbroken audit trail of physical/logical evidence possession.
Evidence must be verifiable and legally admissible in formal investigations.
2
Evaluate data integrity verification methods.
Generating matching cryptographic hashes (such as SHA-256) before and after copying confirms no modifications occurred during disk acquisition.
Any alteration in source or destination media results in a completely different hash output.
3
Evaluate chain of custody documentation standards.
Logging every individual who takes custody of evidence, along with exact dates, times, and transfer justifications, prevents claims of evidence tampering.
Chain of custody documentation establishes continuous legal control and accountability.

Anahtar Kavram

Digital Forensics Integrity Verification and Chain of Custody
Soru 126Soru

A security architect is designing a high-availability solution for a critical authentication service distributed across two geographically separated cloud availability zones. The solution must support dynamic redirection of client traffic during an outage and ensure zero data loss for active user sessions during a database failover. Which of the following technical controls should be included in the design to meet these resilience requirements? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: Synchronous data replication between database instances across both availability zones; Health probes combined with global server load balancing to dynamically reroute client requests

Cevap

Synchronous data replication across availability zones and health probes combined with global server load balancing.
High availability across separate availability zones requires both data synchronization and automated traffic routing. Synchronous replication ensures that data is committed across nodes simultaneously so no transaction state is lost during an unexpected failure. Integrated health probes and load balancing allow the system to continuously monitor endpoint health and reroute user traffic seamlessly to operational instances without human intervention.

Adım Adım Çözüm

1
Analyze the requirement for zero data loss during database failover.
Identified that synchronous replication is required because asynchronous or snapshot backups leave a time gap where uncommitted data can be lost.
Synchronous replication ensures that a write operation is confirmed only after being written to both primary and secondary nodes.
2
Analyze the requirement for dynamic redirection of client traffic during a zone outage.
Identified load balancers integrated with automated health probes as the appropriate network control.
Health probes detect node unresponsiveness in real time and automatically divert incoming connections to active nodes.
3
Evaluate distractors based on redundancy and backup misconceptions.
Eliminated local RAID storage and daily offsite backups as unsuitable for real-time site failover and zero data loss.
Local storage redundancy protects only against physical drive failure on a single machine, while offsite backups are a slow restoration process.

Anahtar Kavram

High Availability Infrastructure Controls and Fault Tolerance Mechanisms
Soru 127Soru

Match each hardware security mechanism on the left to its corresponding primary functional capability on the right.

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

Öğeler

Self-Encrypting Drive (SED)
Physically Unclonable Function (PUF)
Hardware Security Module (HSM)
Baseboard Management Controller (BMC)

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Self-Encrypting Drive (SED) matches hardware-level full-disk encryption; Physically Unclonable Function (PUF) matches key derivation from unique silicon variations; Hardware Security Module (HSM) matches centralized high-throughput cryptographic operations and key management; Baseboard Management Controller (BMC) matches isolated out-of-band system administration.
Each hardware component aligns with its dedicated role: SEDs provide disk-level encryption, PUFs derive device identity from silicon manufacturing variances, HSMs manage enterprise crypto operations centrally, and BMCs provide out-of-band system management capabilities.

Adım Adım Çözüm

1
Analyze Self-Encrypting Drive (SED)
Matched SED to transparent controller-level storage encryption.
SEDs feature built-in cryptoprocessors to encrypt stored blocks automatically without operating system assistance.
2
Analyze Physically Unclonable Function (PUF)
Matched PUF to key generation via semiconductor physical variance.
PUF technology exploits tiny, random physical variations introduced during silicon wafer fabrication to form a digital fingerprint.
3
Analyze Hardware Security Module (HSM)
Matched HSM to enterprise cryptographic offloading and key lifecycle management.
HSMs securely store master keys and execute sensitive cryptographic functions in centralized, high-security hardware.
4
Analyze Baseboard Management Controller (BMC)
Matched BMC to isolated out-of-band hardware management.
BMCs connect to dedicated management networks to enable remote server maintenance regardless of main CPU or OS performance.

Anahtar Kavram

Hardware Security Mechanisms and Embedded System Architecture
Soru 128Soru

A Security Operations Center (SOC) team is responding to a high-severity Endpoint Detection and Response (EDR) alert on a Linux server hosting critical API microservices. Telemetry indicates an adversary attempted to load an unsigned rootkit kernel module via the `init_module` system call while disabling the local `auditd` daemon. Which of the following initial containment and forensic actions should be executed to halt potential threat activity while preserving crucial digital evidence? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: Apply software-level host isolation via the EDR agent interface to cut endpoint communication while preserving the agent management tunnel.; Trigger an automated volatile memory capture (RAM dump) on the system before terminating suspicious processes or restarting host services.

Cevap

The correct response actions are applying software-level host isolation through the EDR management plane and initiating a volatile memory capture before executing process termination or host resets.
The correct measures involve isolating the host using the EDR agent's software control features and capturing volatile memory (RAM) before taking invasive recovery actions. Host isolation via EDR restricts network access to stop lateral movement while preserving the out-of-band agent communication link required for investigation. Capturing RAM preserves volatile kernel-mode artifacts and active memory structures necessary for rootkit forensic analysis.

Adım Adım Çözüm

1
Evaluate the immediate threat posed by kernel-level tampering and potential lateral movement.
Identify that network isolation is required immediately to restrict adversary activity.
Kernel module manipulation indicates root-level access; network isolation prevents lateral propagation across adjacent API microservices.
2
Select the appropriate isolation mechanism that maintains security analyst management capabilities.
EDR agent host isolation severing non-management traffic.
Agent-based isolation blocks unauthorized network traffic while retaining the telemetry and remote shell capabilities of the EDR tool.
3
Prioritize digital evidence preservation according to the order of volatility.
Perform a volatile memory capture prior to host reboot or process termination.
Kernel modules and memory-resident rootkits reside in volatile system RAM and must be captured before rebooting or clearing process states.

Anahtar Kavram

EDR Host Containment & Volatile Evidence Preservation Workflow
Soru 129Soru

An enterprise security engineer is configuring vulnerability assessment approaches across specialized network segments and target environments. Match each operational scenario on the left with the scanning methodology or configuration best suited to satisfy its operational requirements on the right.

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

Öğeler

Auditing mobile workforce endpoints operating off-network without requiring VPN connectivity or subjecting host interfaces to active port scanning
Discovering active assets and potential vulnerabilities within a legacy SCADA environment where active probe packets risk triggering physical component outages
Testing a running web application for dynamic injection vulnerabilities and session management defects without needing local host OS credentials
Evaluating external perimeter security exposure strictly from the perspective of an external untrusted adversary with zero internal network access

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Each scenario maps to its respective specialized methodology: off-network endpoints use agent-based scanning; sensitive SCADA environments require passive network monitoring; web application testing uses DAST; and perimeter testing requires external non-credentialed scanning.
Each scenario maps directly to its intended scanning approach based on target architecture, network reachability, protocol layer, and operational risk tolerance.

Adım Adım Çözüm

1
Analyze the operational constraints of mobile workforce endpoints operating without VPN connection.
Agent-based scanning operates locally on endpoints and reports back independently of local network connectivity, matching the mobile workforce requirement.
Network-based scanning requires reachable IP pathways or VPN connections that off-network laptops lack.
2
Evaluate the sensitivity constraints of legacy operational technology (SCADA) environments.
Passive network monitoring listens to wire traffic without sending active probe packets that could fault fragile PLCs.
Active probing can cause legacy OT devices to crash or behave unpredictably.
3
Examine the requirements for evaluating running web application code flaws without OS credentials.
DAST probes the web application protocol stack in a running state, identifying web-layer vulnerabilities without requiring host OS logins.
DAST evaluates input handling and session security externally at the application layer.
4
Determine the methodology for assessing perimeter exposure from an untrusted external perspective.
External non-credentialed scanning targets public-facing IP addresses outside the perimeter without authentication credentials.
This accurately mimics the vantage point and access level of an external attacker.

Anahtar Kavram

Vulnerability Scanning Methodologies and Environment-Specific Configurations
Soru 130Soru

A security analyst is monitoring network alerts and observes repeated connection attempts targeting an isolated server in the DMZ. The server contains no actual production data or legitimate services and is specifically set up to decoy potential attackers. Which type of security tool is generating alerts for this monitored activity?

Cevabı ve açıklamayı göster

Cevap: A honeypot deployed to detect unauthorized activity and collect threat intelligence

Cevap

A honeypot deployed to detect unauthorized activity and collect threat intelligence
A honeypot is a security mechanism designed to act as a decoy to lure cyberattackers. Because a honeypot does not host legitimate services or production data, any connection attempt to it generates a high-fidelity alert for security analysts to monitor and analyze threat tactics.

Adım Adım Çözüm

1
Analyze the scenario context provided in the network security monitoring alert
Identified that the target system contains no production data and exists solely as a decoy target
Systems intended purely to attract and detect unauthorized interaction are deception technologies
2
Match the observed function to network security monitoring concepts
Recognized that a honeypot serves as a decoy monitoring tool to observe attack vectors and gather intelligence
Any interaction with a honeypot is inherently suspicious since it hosts no real business functions

Anahtar Kavram

Honeypot Deception and Network Security Monitoring
Tahmini Süre:45s
Soru 131Soru

A financial services organization is designing a modern Identity and Access Management (IAM) architecture. The organization needs to grant a third-party analytics application permission to read transaction history from its internal API on behalf of authenticated end users. Company security policy mandates that end-user credentials must never be exposed to or stored by the third-party application, and access rights must be scoped specifically for API data delegation without transferring identity authentication assertions. Which of the following identity and access management frameworks should the security architect select to meet these requirements?

Cevabı ve açıklamayı göster

Cevap: OAuth 2.0 framework utilizing authorization grant tokens to delegate scoped API access

Cevap

The OAuth 2.0 framework utilizing authorization grant tokens to delegate scoped API access is the correct solution because OAuth 2.0 is specifically tailored for delegated API access without sharing user credentials.
The correct answer specifies OAuth 2.0 utilizing authorization grant tokens. OAuth 2.0 is designed specifically for delegated authorization, allowing a third-party application to request limited access (scopes) to a user's resources hosted by an HTTP service without requiring the user to disclose their credentials to the application.

Adım Adım Çözüm

1
Analyze the core architectural requirements from the scenario.
Identified key requirements: third-party access delegation on behalf of a user, API-level authorization scoping, and zero exposure of user credentials to the third-party application.
Security controls must specifically address resource access delegation rather than primary identity federation or network access control.
2
Evaluate protocol suitability against delegated access requirements.
OAuth 2.0 provides access tokens specifically scoped for API resources using authorization codes, eliminating user credential exposure.
OAuth 2.0 is the industry standard framework for API authorization delegation.

Anahtar Kavram

Delegated API Authorization with OAuth 2.0
Tahmini Süre:1m 30s
Soru 132Soru

During an active threat triage, telemetry from a critical workstation's Endpoint Detection and Response (EDR) agent alerts to suspicious memory modifications. An unprivileged process performed memory injection into a legitimate system binary using direct Native API system calls, bypassing user-mode API hooks. The rogue process has created an unbacked memory region executing stealthy code, but no outbound command-and-control (C2) network sockets have been established yet. Which action should the security analyst take FIRST via the EDR platform to mitigate risk without destroying essential volatile forensic evidence?

Cevabı ve açıklamayı göster

Cevap: Enable network-level host isolation through the EDR console while keeping the agent communication tunnel active.

Cevap

Enable network-level host isolation through the EDR console while keeping the agent communication tunnel active.
Enabling network-level host isolation via the EDR agent isolates the host from all network communication (except the secure EDR management channel). This prevents any impending C2 connections or internal lateral movement while maintaining system power and process states so security analysts can capture volatile RAM evidence.

Adım Adım Çözüm

1
Analyze threat context
Identified an active fileless in-memory process injection attack bypassing API hooks.
Understanding that the payload resides strictly in volatile memory dictates that host shutdown or process termination will destroy key forensic artifacts.
2
Evaluate containment options against forensic preservation requirements
Selecting EDR host isolation isolates the network adapter driver without killing processes or restarting the machine.
Host isolation breaks potential network paths to prevent lateral movement or C2 calls while keeping the host active for volatile RAM acquisition.
3
Execute immediate response action
Containment is applied instantly via the EDR control plane.
Agent-side network driver isolation takes effect instantly across all network interfaces, including internal LAN subnets.

Anahtar Kavram

EDR Host Isolation and Volatile Evidence Preservation
Soru 133Soru

A security analyst at a healthcare organization is auditing authentication logs following a security alert. The logs reveal that an offboarded remote employee successfully accessed internal resources using legacy RADIUS credentials. Although the central identity provider (IdP) had disabled the employee's primary directory account, the RADIUS server accepted local fallback credentials because it failed to synchronize account deprovisioning status. Which of the following identity management operational practices would have MOST effectively prevented this unauthorized access?

Cevabı ve açıklamayı göster

Cevap: Implementing continuous identity lifecycle monitoring with automated directory synchronization and deprovisioning triggers.

Cevap

Implementing continuous identity lifecycle monitoring with automated directory synchronization and deprovisioning triggers.
Automated directory synchronization combined with robust identity lifecycle operational workflows ensures that when an account is disabled in the primary directory, the deprovisioning status is immediately propagated to all auxiliary authentication stores (such as RADIUS or TACACS+ local fallback databases).

Adım Adım Çözüm

1
Analyze the incident details from the authentication logs.
Identified that account revocation in the primary Identity Provider was not communicated to the local RADIUS database due to a synchronization failure.
Understanding the root cause is necessary to select the proper access control mitigation.
2
Evaluate the operational solution required to resolve missing account deprovisioning.
Continuous identity lifecycle workflows with automated deprovisioning sync ensure that account state changes apply globally across all identity repositories.
Proper identity lifecycle management prevents stale local accounts from remaining active after offboarding.

Anahtar Kavram

Identity Provisioning and Lifecycle Operations
Soru 134Soru

An organization is conducting a quantitative risk assessment for an operational technology (OT) historian database with an Asset Value (AVAV) of $600,000\$600,000. Historical telemetry indicates an Annual Rate of Occurrence (AROARO) of 0.50.5 for ransomware incidents targeting this segment, with an estimated Exposure Factor (EFEF) of 60%60\%. The security team proposes installing an air-gapped data diode and automated offline snapshot vault, which carries an annual maintenance and licensing cost of $18,000\$18,000. This safeguard is expected to reduce the EFEF to 10%10\%, though heightened network scanning associated with the diode's monitoring system increases the overall AROARO slightly to 0.60.6. What is the net annual monetary benefit (safeguard value) of implementing this countermeasure?

Cevabı ve açıklamayı göster

Cevap: A net annual financial savings of $126,000

Cevap

Implementing the safeguard provides a net annual monetary benefit of $126,000.
The baseline ALEALE is calculated as AV×EF×ARO=$600,000×0.60×0.5=$180,000AV \times EF \times ARO = \$600,000 \times 0.60 \times 0.5 = \$180,000. Following safeguard deployment, the modified ALEALE becomes $600,000×0.10×0.6=$36,000\$600,000 \times 0.10 \times 0.6 = \$36,000. The resulting annual loss reduction is $180,000$36,000=$144,000\$180,000 - \$36,000 = \$144,000. Subtracting the annual safeguard maintenance fee of $18,000\$18,000 leaves a positive net annual benefit of $126,000\$126,000.

Adım Adım Çözüm

1
Calculate initial Single Loss Expectancy (SLE) and Annual Loss Expectancy (ALE)
SLEinitial=$600,000×0.60=$360,000SLE_{initial} = \$600,000 \times 0.60 = \$360,000; ALEinitial=$360,000×0.5=$180,000ALE_{initial} = \$360,000 \times 0.5 = \$180,000
Establishing baseline quantitative loss metrics before safeguard deployment.
2
Calculate modified Single Loss Expectancy (SLE) and Annual Loss Expectancy (ALE) post-safeguard
SLEmodified=$600,000×0.10=$60,000SLE_{modified} = \$600,000 \times 0.10 = \$60,000; ALEmodified=$60,000×0.6=$36,000ALE_{modified} = \$60,000 \times 0.6 = \$36,000
Determining residual financial risk given the updated exposure factor and annual rate of occurrence.
3
Calculate gross annual loss reduction (ALE savings)
ΔALE=$180,000$36,000=$144,000\Delta ALE = \$180,000 - \$36,000 = \$144,000
Quantifying the financial risk avoided per year by applying the control.
4
Calculate net safeguard value (Cost-Benefit Analysis)
Net Safeguard Value=$144,000$18,000=$126,000Net\ Safeguard\ Value = \$144,000 - \$18,000 = \$126,000
Deducting annual countermeasure maintenance costs from gross risk reduction.

Anahtar Kavram

Quantitative Risk Assessment and Safeguard Cost-Benefit Analysis
Soru 135Soru

A manufacturing enterprise is conducting a quantitative risk analysis on a critical industrial control system (ICS) server. The server has an estimated Asset Value (AVAV) of $120,000\$120,000. A specific malware outbreak is projected to result in an Exposure Factor (EFEF) of 40%40\%. Historical threat intelligence indicates that the Annualized Rate of Occurrence (AROARO) for this type of attack is 0.50.5. What is the baseline Annualized Loss Expectancy (ALEALE) in dollars for this asset prior to implementing additional countermeasures?

Cevabı ve açıklamayı göster

Cevap: 24000

Cevap

The baseline Annualized Loss Expectancy (ALE) for the industrial control system server is $24,000.
The baseline Annualized Loss Expectancy (ALE) is derived through standard quantitative risk modeling: first, Single Loss Expectancy (SLE) is calculated by multiplying Asset Value (AV=$120,000AV = \$120,000) by Exposure Factor (EF=0.40EF = 0.40), yielding $48,000\$48,000. Second, ALE is calculated by multiplying SLE ($48,000\$48,000) by Annualized Rate of Occurrence (ARO=0.5ARO = 0.5), resulting in an annual loss expectancy of $24,000\$24,000.

Adım Adım Çözüm

1
Calculate the Single Loss Expectancy (SLE)
SLE = $48,000
Single Loss Expectancy represents the monetary loss expected each time a threat materializes and is calculated as Asset Value (AV) multiplied by Exposure Factor (EF): 120,0000.40=120,000 * 0.40 = 48,000.
2
Calculate the Annualized Loss Expectancy (ALE)
ALE = $24,000
Annualized Loss Expectancy represents the expected annual financial loss from a specific risk and is calculated as Single Loss Expectancy (SLE) multiplied by Annualized Rate of Occurrence (ARO): 48,0000.5=48,000 * 0.5 = 24,000.

Anahtar Kavram

Quantitative Risk Assessment - Annualized Loss Expectancy (ALE) Calculation
Soru 136Soru

An enterprise financial institution is preparing to integrate a third-party payment processing API into its core banking platform. During the vendor risk assessment, the security team notes that while the primary vendor adheres to strong internal security standards, the API relies on multiple embedded open-source components and downstream software dependencies. To continuously track, evaluate, and respond to vulnerabilities originating within these embedded components across the software deployment lifecycle, which of the following mechanisms should the security team require from the vendor?

Cevabı ve açıklamayı göster

Cevap: A Software Bill of Materials (SBOM) paired with continuous component vulnerability management

Cevap

A Software Bill of Materials (SBOM) paired with continuous component vulnerability management
A Software Bill of Materials (SBOM) is a formal, structured record containing the details and supply chain relationships of various components used in building software. When combined with automated vulnerability management, it allows organizations to maintain complete visibility into nested third-party libraries and instantly identify exposed software components when new vulnerabilities are discovered.

Adım Adım Çözüm

1
Analyze the security risk presented in the scenario
Identified supply chain risk associated with nested open-source software dependencies in a third-party API
Security risks in third-party software often originate from downstream open-source components and libraries rather than the primary vendor's custom code alone.
2
Evaluate third-party risk management mechanisms for software supply chain transparency
Determined that a Software Bill of Materials (SBOM) provides the required nested inventory of software ingredients
An SBOM details all open-source modules, versions, and dependencies, enabling the purchasing organization to perform automated vulnerability matching against database records.
3
Select the appropriate artifact that enables continuous vulnerability oversight
Mandating an SBOM alongside continuous component vulnerability management ensures ongoing protection throughout the deployment lifecycle
Combining inventory visibility with continuous scanning enables rapid response when new zero-day vulnerabilities (e.g., CVEs) are disclosed in downstream dependencies.

Anahtar Kavram

Software Supply Chain Oversight and Software Bill of Materials (SBOM)
Soru 137Soru

A Security Operations Center (SOC) analyst is reviewing Identity and Access Management (IAM) event logs following an automated alert regarding an unauthorized privilege escalation attempt. The following log snippet was retrieved from the central SIEM:

[2026-07-27 10:02:11] IdP_AUTH SUCCESS user="j.smith" realm="corp.internal" src_ip="10.10.4.12" auth_method="MFA_TOTP"
[2026-07-27 10:02:14] PAM_ELEVATE_REQ user="j.smith" target_role="DomainAdmin" verified_group_membership=["Helpdesk_L1"]
[2026-07-27 10:02:15] PAM_POLICY_EVAL user="j.smith" rule="Trust_Internal_Subnet_AutoApprove" match=TRUE
[2026-07-27 10:02:16] PAM_SESSION_START user="j.smith" effective_role="DomainAdmin" status="GRANTED"

Based on the log data, which of the following operational root causes explains why `j.smith` was granted the `DomainAdmin` role?

Cevabı ve açıklamayı göster

Cevap: The Privileged Access Management system authorized access based on network location rather than enforcing entitlement checks against the user's verified identity group.

Cevap

The Privileged Access Management system authorized access based on network location rather than enforcing entitlement checks against the user's verified identity group.
The correct answer identifies that the Privileged Access Management engine performed flawed authorization. While the user was successfully authenticated via MFA, the PAM policy automatically granted `DomainAdmin` rights due to an internal IP trust rule (`Trust_Internal_Subnet_AutoApprove`), completely bypassing role-based group checks that showed the user only belonged to `Helpdesk_L1`.

Adım Adım Çözüm

1
Analyze the authentication entry in the log snippet.
The entry `[2026-07-27 10:02:11] IdP_AUTH SUCCESS user="j.smith"... auth_method="MFA_TOTP"` shows identity verification (authentication) succeeded cleanly.
Establishes that the user identity was properly validated via multi-factor authentication.
2
Examine the privilege elevation request and group memberships.
The user `j.smith` belongs to `Helpdesk_L1` but requested `DomainAdmin` elevation.
Helps determine whether the user inherently possesses the authorization required for DomainAdmin rights.
3
Evaluate the policy decision entry from the PAM platform.
`PAM_POLICY_EVAL` matched `Trust_Internal_Subnet_AutoApprove`, leading to `PAM_SESSION_START` with status `GRANTED`.
Reveals that access elevation occurred because of an IP/location-based implicit trust rule overriding role entitlement checks.

Anahtar Kavram

Privileged Access Management (PAM) Authorization and Zero Trust Principles
Tahmini Süre:2m 0s
Soru 138Soru

A biotechnology enterprise is updating its network security posture to protect cloud-hosted genomic research databases accessed by remote scientists. The organization intends to implement Zero Trust Architecture (ZTA) principles to replace legacy perimeter defenses. Which of the following requirements must be implemented to align with core Zero Trust tenets? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: Explicitly verify user identity, device security posture, and transaction context for every resource request, regardless of origin network location.; Enforce microsegmentation and dynamic access policies that restrict permissions strictly to the specific resources needed for the current task.

Cevap

The organization must explicitly verify user identity, device health, and context for every request regardless of location, and enforce microsegmentation with dynamic least-privilege access controls.
Zero Trust Architecture relies on the fundamental principles of explicit verification and least privilege through microsegmentation. The requirement to explicitly verify every access request evaluates user identity, device health, and context dynamically before granting entry. Concurrently, microsegmentation restricts network connectivity to micro-perimeters around specific workloads, containing potential lateral movement.

Adım Adım Çözüm

1
Evaluate the core tenets of Zero Trust Architecture regarding network trust boundaries.
Zero Trust assumes the internal network is untrusted and requires explicit verification for every request, rejecting implicit perimeter-based trust models.
Assuming internal network traffic is safe allows compromised accounts or devices to move laterally across resources.
2
Analyze access control granularities required under Zero Trust design principles.
Implementing microsegmentation minimizes attack surfaces by creating isolated logical segments enforced by granular access policies.
Least privilege and microsegmentation ensure users and devices receive only the specific access required for their immediate role.

Anahtar Kavram

Zero Trust Architecture Principles
Tahmini Süre:1m 30s
Soru 139Soru

An enterprise risk manager is evaluating proposed risk responses for a legacy payment processing database with an Asset Value (AVAV) of $500,000\$500,000. A quantitative risk assessment established an Exposure Factor (EFEF) of 0.600.60 and an Annual Rate of Occurrence (AROARO) of 0.200.20. To address the identified vulnerabilities, the leadership team executes two initiatives:

1. Decommissioning the legacy database completely and migrating its functionality to a managed SaaS platform to remove internal system exposure.
2. Executing a contract with an external service vendor that includes explicit financial indemnification clauses in the event of data breaches during transit.

Which TWO of the following statements accurately characterize these risk management responses and associated metrics?

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

Cevabı ve açıklamayı göster

Cevap: Decommissioning the legacy database represents Risk Avoidance by completely removing internal exposure to the legacy system vulnerabilities.; Establishing contractual financial indemnification clauses with the external vendor represents Risk Transference.

Cevap

Decommissioning the database represents Risk Avoidance, and establishing financial indemnification clauses with the provider represents Risk Transference.
Risk Avoidance entails completely discontinuing an activity or retiring an asset to eliminate exposure to a threat. Risk Transference involves sharing or shifting financial risk liabilities to a third party through insurance, SLAs, or indemnification contracts. Calculating quantitative risk yields SLE=$500,000×0.60=$300,000SLE = \$500,000 \times 0.60 = \$300,000 and ALE=$300,000×0.20=$60,000ALE = \$300,000 \times 0.20 = \$60,000.

Adım Adım Çözüm

1
Calculate the Single Loss Expectancy (SLE)
SLE = AV * EF = 500,0000.60=500,000 * 0.60 = 300,000
Single Loss Expectancy determines the monetary loss expected every time a risk event occurs.
2
Calculate the pre-initiative Annual Loss Expectancy (ALE)
ALE = SLE * ARO = 300,0000.20=300,000 * 0.20 = 60,000
Annual Loss Expectancy incorporates the occurrence frequency to determine annual loss.
3
Analyze the risk response strategy for system decommissioning
Risk Avoidance
Completely eliminating the activity, process, or asset removes the vulnerability and associated risk surface.
4
Analyze the risk response strategy for vendor indemnification clauses
Risk Transference
Passing legal or financial liability to a third party transfers risk impact.

Anahtar Kavram

Quantitative Risk Metrics (ALE Calculation) and Risk Response Identification (Avoidance vs Transference)
Tahmini Süre:2m 0s
Soru 140Soru

Match each organizational vulnerability assessment requirement to the most appropriate scan configuration method.

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

Öğeler

Evaluating perimeter security posture and exposed services from an unauthenticated external adversary's perspective
Auditing internal server patch levels and local registry configurations with high accuracy and minimal network bandwidth overhead
Maintaining continuous software vulnerability visibility for roaming remote worker laptops without requiring a VPN connection
Enumerate active host IP addresses and open network ports across a newly acquired subnet prior to conducting detailed assessments

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

1. Evaluating perimeter security from an unauthenticated adversary perspective matches Non-credentialed external network vulnerability scan.
2. Auditing internal patch levels and registry configurations with minimal bandwidth matches Credentialed network vulnerability scan.
3. Continuous vulnerability visibility for roaming laptops without VPN matches Agent-based vulnerability scan.
4. Enumerating active host IP addresses and open ports across a subnet matches Network discovery scan.
Each vulnerability scanning approach serves a distinct operational purpose: non-credentialed external scans evaluate perimeter risk from an attacker's perspective; credentialed network scans deliver low-impact, high-accuracy internal patch audits; host-based agents ensure continuous compliance for remote assets outside the network perimeter; and discovery scans rapidly map network topology and active hosts.

Adım Adım Çözüm

1
Analyze the operational location, authentication requirements, and goal for each assessment scenario.
Identified four unique deployment requirements: unauthenticated external probing, authenticated internal audit, off-network continuous monitoring, and asset discovery.
Vulnerability scanning methods differ primarily by authentication level, host proximity/deployment model, and depth of analysis.
2
Map external probing without credentials to non-credentialed external scans.
Requirement 1 correctly pairs with Non-credentialed external network vulnerability scan.
This mode accurately mimics an external threat actor's vantage point on public-facing assets.
3
Map internal patch verification requiring low network impact to credentialed network scans.
Requirement 2 correctly pairs with Credentialed network vulnerability scan.
Authentication allows scanner access to inspect administrative logs, registries, and configuration files directly.
4
Map remote roaming endpoints to host agents, and subnet host mapping to discovery scans.
Requirement 3 pairs with Agent-based scan; Requirement 4 pairs with Network discovery scan.
Agents provide persistent endpoints monitoring independent of network location, whereas discovery scans rapidly enumerate host availability and ports.

Anahtar Kavram

Vulnerability Assessment Scanner Methods and Configurations
ÖncekiSayfa 7 / 112Sonraki
Tüm alıştırma soruları — CompTIA Security+ | Examkin