Tüm alıştırma soruları

2232 soru

Soru 2101Soru

A Chief Information Security Officer (CISO) is evaluating two mutually exclusive risk response proposals for an enterprise cloud platform with an estimated Asset Value (AVAV) of $2,500,000\$2,500,000. Threat intelligence and historical logs establish an baseline Annual Rate of Occurrence (AROARO) of 0.400.40 and an Exposure Factor (EFEF) of 0.300.30.

- Proposal 1 (Risk Mitigation): Deploy automated microsegmentation and advanced web application defense controls costing $65,000\$65,000 annually. This control reduces the EFEF to 0.100.10 and decreases the AROARO to 0.150.15.
- Proposal 2 (Risk Transference): Procure a cybersecurity insurance policy costing $50,000\$50,000 annually with a $100,000\$100,000 deductible per incident. The policy covers all loss exceeding the deductible per event, effectively capping the Single Loss Expectancy (SLESLE) at $100,000\$100,000, while leaving the AROARO at 0.400.40.

Based on quantitative risk analysis, which proposal delivers the maximum net annual financial benefit (gross annual risk reduction minus implementation cost), and what is that net financial benefit value?

Cevabı ve açıklamayı göster

Cevap: Proposal 2, with a net annual financial benefit of $210,000\$210,000.

Cevap

Proposal 2 delivers the maximum net annual financial benefit of $210,000\$210,000.
The baseline (inherent) Annual Loss Expectancy (ALEALE) is calculated as AV×EF×ARO=$2,500,000×0.30×0.40=$300,000AV \times EF \times ARO = \$2,500,000 \times 0.30 \times 0.40 = \$300,000. For Proposal 1, the new ALEALE is ($2,500,000×0.10)×0.15=$37,500(\$2,500,000 \times 0.10) \times 0.15 = \$37,500, providing a gross risk reduction of $262,500\$262,500. After subtracting the $65,000\$65,000 control cost, the net financial benefit is $197,500\$197,500. For Proposal 2, the insurance caps the single loss to the deductible of $100,000\$100,000, resulting in a new ALEALE of $100,000×0.40=$40,000\$100,000 \times 0.40 = \$40,000, which gives a gross risk reduction of $260,000\$260,000. Subtracting the $50,000\$50,000 premium yields a net financial benefit of $210,000\$210,000. Thus, Proposal 2 delivers the maximum net annual benefit.

Adım Adım Çözüm

1
Calculate the Inherent Annual Loss Expectancy (ALE) prior to implementing any response.
Inherent SLE=AV×EF=$2,500,000×0.30=$750,000SLE = AV \times EF = \$2,500,000 \times 0.30 = \$750,000. Inherent ALE=SLE×ARO=$750,000×0.40=$300,000ALE = SLE \times ARO = \$750,000 \times 0.40 = \$300,000.
Establishing the baseline ALE is required to measure gross risk reduction.
2
Calculate the residual ALE, gross risk reduction, and net financial benefit for Proposal 1 (Mitigation).
Proposal 1 SLE=$2,500,000×0.10=$250,000SLE = \$2,500,000 \times 0.10 = \$250,000. Residual ALE1=$250,000×0.15=$37,500ALE_1 = \$250,000 \times 0.15 = \$37,500. Gross Risk Reduction = $300,000$37,500=$262,500\$300,000 - \$37,500 = \$262,500. Net Financial Benefit = $262,500$65,000=$197,500\$262,500 - \$65,000 = \$197,500.
Evaluates the financial efficiency of the technical safeguard controls.
3
Calculate the residual ALE, gross risk reduction, and net financial benefit for Proposal 2 (Transference).
Under Proposal 2, capped SLE=$100,000SLE = \$100,000 (deductible). Residual ALE2=$100,000×0.40=$40,000ALE_2 = \$100,000 \times 0.40 = \$40,000. Gross Risk Reduction = $300,000$40,000=$260,000\$300,000 - \$40,000 = \$260,000. Net Financial Benefit = $260,000$50,000=$210,000\$260,000 - \$50,000 = \$210,000.
Evaluates the financial efficiency of risk transference via insurance.
4
Compare net financial benefits to determine the optimal strategy.
Proposal 2 Net Benefit ($$210,000\$\$210,000) > Proposal 1 Net Benefit ($$197,500\$\$197,500). Proposal 2 is superior by $12,500\$12,500 annually.
Quantitative decision making selects the strategy yielding maximum net cost savings.

Anahtar Kavram

Quantitative Risk Analysis & Cost-Benefit Analysis of Risk Responses
Soru 2102Soru

During off-hours monitoring, a security operations analyst identifies an active, unauthorized bulk exfiltration of sensitive personnel records from an internal HR database server to an external IP address via a compromised service account. The analyst has confirmed that the exfiltration is actively taking place. According to standard incident response lifecycle guidelines, which of the following actions should the analyst take FIRST?

Cevabı ve açıklamayı göster

Cevap: Disable the compromised service account and temporarily isolate the HR database server from the network.

Cevap

Disable the compromised service account and temporarily isolate the HR database server from the network.
When an active incident involving data exfiltration is detected, the immediate priority in the NIST/ISO incident response process is Containment. Disabling the hijacked service account and network-isolating the affected host stops the ongoing unauthorized data transfer instantly and prevents the attacker from moving laterally.

Adım Adım Çözüm

1
Identify the current incident response phase based on the scenario.
The incident is actively occurring (data exfiltration in progress), placing the team in the Containment phase of the NIST SP 800-61 IR lifecycle.
The primary objective during an active breach is limiting the scope of damage and preventing further data loss.
2
Evaluate containment actions against other lifecycle phases.
Disabling the compromised credential and segmenting the host stops the active transfer immediately.
Eradication and recovery steps (like restoring backups) must wait until containment is complete to prevent reinfection or continued exfiltration.

Anahtar Kavram

Incident Response Lifecycle - Containment Phase
Soru 2103Soru

A security engineer is updating the firmware verification process for remote, low-power industrial sensor gateways. The firmware update image must be digitally signed by the vendor to verify its origin and integrity before installation. Due to severe memory and processing constraints on the gateway hardware, the solution must provide strong asymmetric security while minimizing key size and computational overhead. Which cryptographic algorithm combination should the engineer select?

Cevabı ve açıklamayı göster

Cevap: Elliptic Curve Digital Signature Algorithm (ECDSA) with SHA-256

Cevap

Elliptic Curve Digital Signature Algorithm (ECDSA) with SHA-256
Elliptic Curve Digital Signature Algorithm (ECDSA) paired with SHA-256 satisfies the requirement for asymmetric digital signatures (enabling non-repudiation and origin authenticity verification) while offering significantly smaller key lengths and lighter computational demands than traditional algorithms like RSA. This makes it the ideal choice for low-power embedded devices.

Adım Adım Çözüm

1
Identify the primary cryptographic requirement.
Digital signatures (asymmetric cryptography) are required to verify vendor origin and guarantee non-repudiation.
Symmetric approaches like pre-shared keys or symmetric ciphers cannot prove origin authenticity to third parties without sharing private keys.
2
Evaluate hardware constraints.
The target edge hardware has low processing power and constrained memory.
Large key asymmetric algorithms such as RSA-4096 introduce significant processing latency and memory requirements.
3
Select the optimal lightweight asymmetric signature scheme.
ECDSA combined with SHA-256 provides robust non-repudiation and integrity verification with minimal computational overhead.
Elliptic Curve Cryptography (ECC) achieves high cryptographic strength using much shorter keys than RSA.

Anahtar Kavram

Asymmetric Digital Signatures & Elliptic Curve Cryptography
Soru 2104Soru

A logistics enterprise operates an automated fleet dispatch server with an Asset Value (AVAV) of $300,000\$300,000. Historical security data indicates that severe malware incidents impact this server once every four years (ARO=0.25ARO = 0.25), resulting in an Exposure Factor (EFEF) of 60%60\%. To mitigate this risk, the organization plans to deploy an Endpoint Detection and Response (EDR) control that will reduce the Exposure Factor (EFEF) to 10%10\%, while the AROARO remains unchanged. The total annual cost to license and maintain the EDR solution is $12,000\$12,000. What is the net annual financial benefit (in USD) of implementing the EDR safeguard?

Cevabı ve açıklamayı göster

Cevap: 25500

Cevap

The net annual financial benefit of implementing the EDR safeguard is $25,500 USD.
Quantitative risk analysis uses standard formulas: Single Loss Expectancy (SLE=AV×EFSLE = AV \times EF) and Annualized Loss Expectancy (ALE=SLE×AROALE = SLE \times ARO). Prior to implementing the EDR safeguard, baseline SLE=$300,000×0.60=$180,000SLE = \$300,000 \times 0.60 = \$180,000, yielding a baseline ALE=$180,000×0.25=$45,000ALE = \$180,000 \times 0.25 = \$45,000. With EDR deployed, the modified EFEF of 10%10\% results in a modified SLE=$300,000×0.10=$30,000SLE = \$300,000 \times 0.10 = \$30,000 and a modified ALE=$30,000×0.25=$7,500ALE = \$30,000 \times 0.25 = \$7,500. The annual loss reduction achieved by the safeguard is $45,000$7,500=$37,500\$45,000 - \$7,500 = \$37,500. Subtracting the annual safeguard maintenance and license fee of $12,000\$12,000 yields a net annual financial benefit of $25,500\$25,500.

Adım Adım Çözüm

1
Compute baseline Single Loss Expectancy (SLE)
SLEbaseline=$300,000×0.60=$180,000SLE_{baseline} = \$300,000 \times 0.60 = \$180,000
Determines the financial loss incurred from a single unmitigated malware incident.
2
Compute baseline Annualized Loss Expectancy (ALE)
ALEbaseline=$180,000×0.25=$45,000ALE_{baseline} = \$180,000 \times 0.25 = \$45,000
Calculates expected annual losses prior to control deployment.
3
Compute modified Single Loss Expectancy (SLE)
SLEmodified=$300,000×0.10=$30,000SLE_{modified} = \$300,000 \times 0.10 = \$30,000
Determines loss severity per incident after EDR control installation.
4
Compute modified Annualized Loss Expectancy (ALE)
ALEmodified=$30,000×0.25=$7,500ALE_{modified} = \$30,000 \times 0.25 = \$7,500
Calculates expected annual losses with the control active.
5
Compute annual risk mitigation savings
Gross Savings = $45,000$7,500=$37,500\$45,000 - \$7,500 = \$37,500
Measures total financial exposure avoided annually.
6
Compute net annual financial benefit
Net Benefit = $37,500$12,000=$25,500\$37,500 - \$12,000 = \$25,500
Subtracts recurring safeguard maintenance cost from gross annual savings.

Anahtar Kavram

Quantitative Risk Assessment and Safeguard Cost-Benefit Analysis (ALE & Net Benefit)
Soru 2105Soru

In an enterprise information security program, governance documentation is structured into distinct tiers based on enforceability, scope, and technical specificity. Match each governance document type on the left with its corresponding operational characteristic on the right.

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

Öğeler

Security Policy
Security Standard
Security Baseline
Security Guideline

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Security Policy matches executive high-level mandatory directives; Security Standard matches mandatory uniform technical rules; Security Baseline matches mandatory minimum platform configuration states; Security Guideline matches discretionary non-mandatory recommendations.
Security Governance frameworks divide documentation into hierarchical tiers. Policies establish broad management intent and authority. Standards define compulsory technical rules. Baselines enforce the minimum required technical configurations for system operation. Guidelines offer non-binding advisory assistance.

Adım Adım Çözüm

1
Analyze the enforceability tier of each governance document.
Policies, Standards, and Baselines are mandatory, while Guidelines are discretionary.
Governance frameworks explicitly distinguish between mandatory obligations and optional guidance.
2
Evaluate the technical specificity and scope of the mandatory documents.
Policies provide high-level goals, Standards define enterprise-wide uniform technical rules, and Baselines specify platform-level minimum build configurations.
Each document type operates at a different layer within the organizational security hierarchy.
3
Map each document to its matching operational characteristic based on scope and mandate.
Security Policy -> right_1, Security Standard -> right_2, Security Baseline -> right_3, Security Guideline -> right_4.
This alignment correctly reflects standard Security+ governance frameworks.

Anahtar Kavram

Security Governance Hierarchy and Policy Framework Document Types
Tahmini Süre:1m 30s
Soru 2106Soru

A security analyst at a maritime logistics firm is performing a quantitative risk assessment for an automated port crane control system with an estimated asset value of 400,000.Historicalthreatintelligenceindicatesanannualrateofoccurrence(ARO)of0.25fortargetedransomwareattacksagainstsimilaroperationalinfrastructure.Ifanattacksucceeds,thesinglelossexpectancy(SLE)isestimatedat400,000. Historical threat intelligence indicates an annual rate of occurrence (ARO) of 0.25 for targeted ransomware attacks against similar operational infrastructure. If an attack succeeds, the single loss expectancy (SLE) is estimated at 100,000. A proposed security control consisting of network isolation and endpoint protection costs $15,000 annually to maintain and would reduce the ARO to 0.05. What is the net annual financial benefit of implementing this security safeguard?

Cevabı ve açıklamayı göster

Cevap: $5,000

Cevap

The net annual financial benefit of implementing the safeguard is $5,000.
The net annual benefit is derived by subtracting the post-mitigation ALE (5,000)andtheannualsafeguardcost(5,000) and the annual safeguard cost ( 15,000) from the initial ALE (25,000),yieldinganetgainof25,000), yielding a net gain of 5,000.

Adım Adım Çözüm

1
Calculate the current Annual Loss Expectancy (ALE_initial)
ALEinitial=SLE×AROinitial=$100,000×0.25=$25,000\text{ALE}_{\text{initial}} = \text{SLE} \times \text{ARO}_{\text{initial}} = \$100,000 \times 0.25 = \$25,000
Determines the baseline expected financial loss per year before implementing any security control.
2
Calculate the post-mitigation Annual Loss Expectancy (ALE_mitigated)
ALEmitigated=SLE×AROnew=$100,000×0.05=$5,000\text{ALE}_{\text{mitigated}} = \text{SLE} \times \text{ARO}_{\text{new}} = \$100,000 \times 0.05 = \$5,000
Determines the residual financial risk remaining per year after implementing the control.
3
Calculate the gross annual loss reduction (ALE savings)
Gross Benefit=ALEinitialALEmitigated=$25,000$5,000=$20,000\text{Gross Benefit} = \text{ALE}_{\text{initial}} - \text{ALE}_{\text{mitigated}} = \$25,000 - \$5,000 = \$20,000
Finds the total financial loss prevented annually by lowering the frequency of successful attacks.
4
Subtract the Annual Cost of Safeguard (ACS) to find Net Annual Benefit
Net Benefit=Gross BenefitACS=$20,000$15,000=$5,000\text{Net Benefit} = \text{Gross Benefit} - \text{ACS} = \$20,000 - \$15,000 = \$5,000
Evaluates whether the safeguard is cost-effective by comparing annual loss savings against recurring annual implementation costs.

Anahtar Kavram

Quantitative Risk Assessment and Cost-Benefit Analysis of Controls
Tahmini Süre:1m 30s
Soru 2107Soru

Match each Business Impact Analysis (BIA) and Business Continuity Management (BCM) metric on the left with its accurate operational definition on the right.

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

Öğeler

Recovery Time Objective (RTO)
Recovery Point Objective (RPO)
Maximum Tolerable Downtime (MTD)
Mean Time Between Failures (MTBF)

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Recovery Time Objective (RTO) maps to the targeted duration for restoring system operational capacity. Recovery Point Objective (RPO) maps to the maximum acceptable age of unrecovered data. Maximum Tolerable Downtime (MTD) maps to the absolute maximum outage duration before catastrophic damage. Mean Time Between Failures (MTBF) maps to the reliability metric measuring average operational time between breakdowns.
Each continuity metric addresses a distinct aspect of operational risk. RTO establishes how quickly systems must be restored forward in time, RPO specifies acceptable data loss backward in time, MTD represents the fatal threshold of downtime, and MTBF measures system reliability.

Adım Adım Çözüm

1
Analyze time-forward system restoration requirements.
Identify Recovery Time Objective (RTO) as the targeted duration to bring services back online post-outage.
RTO focuses strictly on system availability and recovery timeline moving forward from an incident.
2
Analyze time-backward data loss constraints.
Identify Recovery Point Objective (RPO) as the maximum allowable data loss measured backward from point of failure.
RPO defines backup intervals based on tolerable transactional data loss.
3
Identify the ultimate upper boundary of operational disruption.
Associate Maximum Tolerable Downtime (MTD) with the maximum interruption limit prior to permanent business harm.
MTD establishes the absolute upper boundary; total recovery effort (RTO + Work Recovery Time) must not exceed MTD.
4
Differentiate component availability and reliability metrics.
Associate Mean Time Between Failures (MTBF) with the average operational duration between failures.
MTBF evaluates expected operational lifespan and component reliability rather than incident recovery timelines.

Anahtar Kavram

Business Impact Analysis Metrics (RTO, RPO, MTD, MTBF)
Tahmini Süre:2m 0s
Soru 2108Soru

An organization has officially terminated its contract with a third-party software development vendor. To minimize third-party security risk immediately following the end of the contractual relationship, which of the following operational tasks should the security administrator complete first?

Cevabı ve açıklamayı göster

Cevap: Revoke all vendor user accounts, API keys, and remote access credentials

Cevap

Revoke all vendor user accounts, API keys, and remote access credentials
When ending a contract with a third party, prompt revocation of all user accounts, federated identities, API tokens, and remote access permissions is the most critical first step. This ensures former vendor employees cannot retain access to sensitive corporate resources or data.

Adım Adım Çözüm

1
Identify the offboarding lifecycle phase
Recognize that the vendor relationship has officially terminated.
Offboarding requires immediate removal of third-party privileges to protect organizational assets.
2
Prioritize immediate risk reduction actions
Disabling access prevents external personnel from accessing internal systems or data.
Active vendor credentials post-termination create significant unauthorized access vectors.

Anahtar Kavram

Third-Party Offboarding and Access Lifecycle Management
Soru 2109Soru

Match each third-party risk management document or agreement to its primary organizational security purpose.

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

Öğeler

Service Level Agreement (SLA)
Non-Disclosure Agreement (NDA)
Interconnection Security Agreement (ISA)
Memorandum of Understanding (MOU)

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Service Level Agreement (SLA) matches performance and uptime guarantees; Non-Disclosure Agreement (NDA) matches confidentiality protection; Interconnection Security Agreement (ISA) matches technical network link requirements; Memorandum of Understanding (MOU) matches non-binding intent to collaborate.
Each agreement correctly corresponds to its core security governance function: Service Level Agreements enforce performance and availability standards; Non-Disclosure Agreements maintain data confidentiality; Interconnection Security Agreements define parameters for connecting networks; and Memoranda of Understanding document mutual cooperative intent.

Adım Adım Çözüm

1
Analyze the business and security objective of each governance document.
SLAs focus on operational quality/metrics, NDAs focus on data privacy/confidentiality, ISAs focus on direct system interconnectivity, and MOUs focus on broad mutual intentions.
Third-party risk management relies on distinct document types to govern operational, legal, and technical aspects of partner relationships.
2
Pair each document term with its matching description.
Associate SLA with service metrics, NDA with data protection, ISA with network connection standards, and MOU with shared collaborative intent.
This alignment satisfies standard security management definitions for vendor governance.

Anahtar Kavram

Third-Party Risk Management Agreements and Governance Artifacts
Soru 2110Soru

A security engineer is auditing an automated provisioning pipeline for a fleet of internal microservice gateways. The deployment script generates a single public/private key pair and Certificate Signing Request (CSR) on a central management server, submits the CSR to the internal Certificate Authority (CA), and then copies the issued certificate and private key over SSH to all target gateway nodes. Which of the following best describes the primary security flaw in this PKI workflow?

Cevabı ve açıklamayı göster

Cevap: The private key was generated on a central server rather than locally on each target system, increasing the attack surface and violating non-repudiation and key isolation principles.

Cevap

The primary flaw is generating the private key on a central server and distributing it to multiple target nodes, which compromises key isolation and exposes private keys over the network.
In proper PKI design, private keys should be generated locally on the target endpoint (or within an associated HSM/TPM) and must never traverse the network. Sharing a single private key across multiple microservice gateways increases the blast radius of a credential compromise and undermines host identification and non-repudiation.

Adım Adım Çözüm

1
Analyze the PKI key generation and CSR workflow described in the scenario.
The workflow generates one key pair on a central server and pushes both the certificate and private key to multiple target nodes over SSH.
Understanding key lifecycle boundaries is necessary to identify architectural security risks.
2
Evaluate standard PKI best practices regarding private key containment.
Private keys must never leave the boundary of the host that generated them (or its Hardware Security Module) and must be unique per endpoint.
Distributing a shared private key over the network creates a single point of failure and allows compromise of one node to impact all nodes.
3
Identify the correct administrative remediation for automated enrollment.
Each microservice gateway node should generate its own local key pair, create its own unique CSR, and receive its signed certificate individually.
Local key generation ensures proper key isolation, preserves non-repudiation, and limits the blast radius of host compromises.

Anahtar Kavram

PKI Certificate Enrollment and Key Generation Lifecycle
Tahmini Süre:2m 0s
Soru 2111Soru

An enterprise is contracting with a cloud service provider to host its business-critical applications. The security team needs to establish clear operational requirements regarding system uptime response expectations, scheduled maintenance windows, and financial remedies if performance targets are missed. Which of the following agreements should be implemented to define these specific requirements?

Cevabı ve açıklamayı göster

Cevap: Service Level Agreement (SLA)

Cevap

Service Level Agreement (SLA)
A Service Level Agreement explicitly establishes measurable performance metrics (such as uptime percentages, response times, and maintenance schedules) along with consequences or credits if the vendor fails to meet those benchmarks.

Adım Adım Çözüm

1
Identify the organizational requirement in the scenario.
The organization needs to specify uptime, service availability, maintenance windows, and performance remedies with a third party.
Clear vendor operational metrics must be formalized legally to guarantee expected service levels.
2
Evaluate third-party agreement types against the requirement.
A Service Level Agreement directly defines minimum operational performance expectations and penalties for non-performance.
SLAs are the standard contract components used in vendor management to define measurable service metrics.

Anahtar Kavram

Third-Party Service Level Agreements (SLAs)
Soru 2112Soru

Match each vulnerability scanning methodology with its most appropriate enterprise operational scenario.

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

Öğeler

Credentialed Vulnerability Scan
Non-Credentialed Vulnerability Scan
Passive Vulnerability Scan
Web Application Vulnerability Scan

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Credentialed Vulnerability Scan pairs with auditing local OS configurations and internal patch levels. Non-Credentialed Vulnerability Scan pairs with mapping exposed network services from an external attacker's perspective. Passive Vulnerability Scan pairs with non-intrusively monitoring live network traffic without sending probes. Web Application Vulnerability Scan pairs with testing dynamic HTTP inputs for application-layer flaws such as XSS and SQL injection.
Each vulnerability assessment method fulfills a distinct operational requirement: Credentialed scans provide deep host visibility with low network traffic; Non-Credentialed scans assess exposure from an unauthenticated perspective; Passive scans capture traffic non-intrusively to protect sensitive devices; and Web Application scans specifically exercise web inputs and application logic for web vulnerabilities.

Adım Adım Çözüm

1
Analyze internal host assessment requirements
Identify that inspecting internal host configurations, software inventories, and local registries accurately requires administrative authentication, matching the Credentialed Vulnerability Scan.
Authenticated access allows direct local checks rather than inferring versions across network ports.
2
Evaluate perimeter and unauthenticated attack surface requirements
Determine that assessing external risk without authentication credentials simulates an outside attacker, matching the Non-Credentialed Vulnerability Scan.
External attackers initially lack credentials, making unauthenticated port scans the standard model for perimeter visibility.
3
Assess sensitive operational technology (OT) monitoring constraints
Recognize that fragile or real-time systems cannot tolerate active probe packets, requiring non-intrusive traffic capture, matching the Passive Vulnerability Scan.
Passive scanning relies on packet listening rather than active probe generation, preventing service disruption.
4
Identify application-layer scanning requirements
Connect dynamic web input testing (such as XSS and SQL injection checks) to specialized Web Application Vulnerability Scans.
Standard network scanners inspect network ports and service headers, whereas web application scanners test HTTP requests, scripts, and database inputs.

Anahtar Kavram

Vulnerability Scanning Methodologies and Operational Scenarios
Tahmini Süre:1m 30s
Soru 2113Soru

A software development firm is enhancing its software supply chain risk management following a security incident where a tampered third-party open-source library introduced malicious code into the build pipeline. Which TWO of the following technical controls should the security team implement to verify third-party component integrity and maintain ongoing visibility into software supply chain vulnerabilities? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: Require third-party software components to be delivered with a Software Bill of Materials (SBOM) and integrate it into automated vulnerability management systems.; Enforce digital signature and code provenance verification for all imported third-party packages before allowing build pipeline ingestion.

Cevap

The organization should mandate a Software Bill of Materials (SBOM) integrated with vulnerability scanners, and enforce digital signature and code provenance verification for all imported third-party software packages.
Implementing a Software Bill of Materials (SBOM) provides complete transparency into all nested software dependencies, enabling automated scanners to identify vulnerable sub-components immediately. Combining SBOM tracking with cryptographic signature and provenance verification guarantees that imported packages stem from authentic authors and were not altered during distribution.

Adım Adım Çözüm

1
Analyze the threat scenario and governance requirement
Identified the risk as supply chain tampering and unknown vulnerabilities in third-party software components.
The organization needs controls specifically targeting code integrity verification and dependency tracking.
2
Evaluate inventory and visibility controls
Selected Software Bill of Materials (SBOM) integration.
An SBOM provides a machine-readable inventory of software components, allowing security teams to continuously match software dependencies against vulnerability databases.
3
Evaluate integrity and authenticity controls
Selected digital signature and provenance verification.
Cryptographic signature checks confirm the software origin and verify that code has not been tampered with or modified by an attacker.

Anahtar Kavram

Third-Party Software Supply Chain Verification (SBOM and Package Signing)
Soru 2114Soru

A network security monitoring (NSM) system triggers an automated alert indicating anomalous outbound TLS traffic from an enterprise host to an unrated external IP address. In what sequence should a network analyst execute the technical triage and mitigation workflow?

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

Cevabı ve açıklamayı göster

Cevap

The correct operational sequence begins with correlating NetFlow and SIEM logs to confirm host identity, followed by deploying firewall containment rules to halt active connections. Next, packet capture analysis is performed on the sensor data, and finally, custom NIPS signature rules are updated to prevent recurrence.
The standard network security monitoring operational workflow dictates starting with alert validation via NetFlow/SIEM correlation to confirm affected assets, applying immediate firewall containment to stop exfiltration, conducting deep PCAP analysis to extract threat indicators, and updating inline NIPS signatures for long-term prevention.

Adım Adım Çözüm

1
Correlate NetFlow telemetry with SIEM logs.
Confirmed the alert validity and identified the specific source IP address involved.
Initial scoping establishes whether an alert represents a true positive and pinpoints affected assets.
2
Enforce network containment using perimeter firewall filtering.
Outbound sessions between the source host and suspicious IP are terminated.
Prompt containment minimizes security impact and stops potential exfiltration channels.
3
Perform full packet capture (PCAP) inspection.
Identified anomalous payload headers and session metadata.
Detailed protocol analysis uncovers threat details required for long-term defensive tuning.
4
Deploy updated NIPS signature definitions across sensor nodes.
Automated blocking capabilities are activated for the specific threat profile.
Converting payload indicators into detection signatures protects the enterprise against repeated attempts.

Anahtar Kavram

Network Security Monitoring Triage and Response Workflow
Tahmini Süre:2m 0s
Soru 2115Soru

An enterprise security architect is formalizing the organization's third-party risk management framework and supply chain security controls. Match each vendor risk oversight scenario to the most appropriate verification mechanism or audit artifact required to validate the control.

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

Öğeler

Verifying the continuous operational effectiveness of a cloud service provider's security controls over a mandatory consecutive 12-month testing period.
Validating that firmware binary images received from an OEM network hardware vendor contain no unauthorized upstream component modifications or backdoors.
Establishing a standardized, self-reported baseline assessment of a prospective vendor's administrative, technical, and physical security controls during onboarding.
Continuously tracking third-party software dependencies and sub-tier library vulnerabilities across a custom application's build lifecycle.

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Continuous 12-month operational effectiveness pairs with SOC 2 Type II Attestation Report. Firmware binary modification validation pairs with Cryptographically Signed SBOM with Binary Attestation. Standardized onboarding self-assessment pairs with Standardized Information Gathering (SIG) Questionnaire. Continuous sub-tier software dependency tracking pairs with Software Composition Analysis (SCA) paired with SBOM.
Each scenario maps directly to its corresponding vendor oversight artifact based on audit type, timing, and technical mechanism: SOC 2 Type II proves operational effectiveness over time; signed SBOMs with attestations verify firmware build integrity; SIG questionnaires standardize intake self-reporting; and SCA tools automate continuous dependency and vulnerability tracking.

Adım Adım Çözüm

1
Analyze audit report scope and timing requirements.
Operational effectiveness evaluated across a historical period (e.g., 12 months) uniquely characterizes a SOC 2 Type II report, distinguishing it from a Type I report which only evaluates control design at a single point in time.
Third-party risk management requires longitudinal evidence for critical SaaS providers.
2
Evaluate hardware microcode and firmware supply chain integrity mechanisms.
Detecting unauthorized upstream code additions or tampered binaries requires cryptographic verification and component provenance, provided via signed SBOMs and binary integrity attestations.
Static code reviews of third-party compiled binaries without cryptographic signatures cannot guarantee build-pipeline integrity.
3
Differentiate initial intake risk gathering tools from formal third-party audits.
Standardized Information Gathering (SIG) questionnaires serve as pre-contract self-assessment tools to benchmark vendor administrative and technical baseline compliance.
Questionnaires provide broad initial coverage before requesting expensive independent attestations.
4
Select appropriate automated tools for open-source library and software supply chain oversight.
Software Composition Analysis (SCA) coupled with automated SBOM ingestion tracks transitive (nested) third-party library dependencies and alerts security teams to newly published CVEs.
Modern software supply chain security requires continuous scanning of open-source components embedded within vendor and internal software.

Anahtar Kavram

Third-Party Assessment Artifacts and Supply Chain Verification Controls
Soru 2116Soru

An enterprise security team is refining its third-party risk management framework to evaluate complex software supply chains and downstream vendor dependencies. Match each third-party oversight mechanism to its primary risk management or governance objective.

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

Öğeler

Fourth-Party Risk Management
Software Bill of Materials (SBOM) Attestation
Right-to-Audit Clause
Vendor Continuous Monitoring

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Fourth-Party Risk Management matches evaluating N-tier downstream sub-contractor risks; Software Bill of Materials (SBOM) Attestation matches verifying software component lineage and vulnerabilities; Right-to-Audit Clause matches establishing legal authority for independent facility and security inspections; Vendor Continuous Monitoring matches leveraging automated feeds to track risk posture between formal audits.
Each vendor governance control serves a distinct operational purpose: Fourth-Party Risk Management addresses downstream sub-contractor risks; SBOM Attestation discloses underlying software components to mitigate software supply chain flaws; Right-to-Audit Clauses contractually secure physical and technical verification rights; and Vendor Continuous Monitoring maintains continuous situational awareness between periodic risk assessments.

Adım Adım Çözüm

1
Evaluate Fourth-Party Risk Management objectives
Identified match with downstream N-tier sub-contractor risk evaluation
Fourth parties represent the vendors contracted by direct third-party providers, extending enterprise supply chain exposure.
2
Evaluate Software Bill of Materials (SBOM) Attestation objectives
Identified match with software component lineage verification
SBOMs disclose software components, libraries, and modules, allowing detection of unpatched or vulnerable dependencies.
3
Evaluate Right-to-Audit Clause objectives
Identified match with contractual permission for independent security inspections
Without an explicit audit clause, organizations lack legal standing to perform on-site or technical security reviews of vendor systems.
4
Evaluate Vendor Continuous Monitoring objectives
Identified match with automated threat tracking between audit cycles
Static questionnaires only provide point-in-time snapshots, whereas continuous monitoring provides dynamic risk intelligence.

Anahtar Kavram

Third-Party Risk Management Controls and Supply Chain Oversight Mechanisms
Tahmini Süre:2m 0s
Soru 2117Soru

A security enterprise architect is formalizing Business Impact Analysis (BIA) and Business Continuity Management (BCM) metrics for a multi-region cloud deployment. Match each continuity metric on the left with the operational description on the right that best defines its role in disaster recovery planning.

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

Öğeler

Maximum Tolerable Downtime (MTD)
Work Recovery Time (WRT)
Recovery Service Level (RSL)
Mean Time Between Failures (MTBF)

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Maximum Tolerable Downtime pairs with the maximum cumulative outage duration allowed before catastrophic failure. Work Recovery Time pairs with the post-restoration operational phase for data validation and business sign-off. Recovery Service Level pairs with the required percentage of processing capability during contingency mode. Mean Time Between Failures pairs with the average operational uptime between component failures.
Each continuity metric corresponds to a distinct phase or measurement of resilience: MTD defines the maximum overall downtime tolerance; WRT covers post-restoration operational validation; RSL establishes performance capacity expectations during failover; and MTBF measures overall system reliability.

Adım Adım Çözüm

1
Evaluate Maximum Tolerable Downtime (MTD)
Identify that MTD defines the overarching failure limit for business survival.
MTD encompasses both technical system restoration time and operational validation time.
2
Evaluate Work Recovery Time (WRT)
Associate WRT with post-IT restoration activities.
Even after systems are online, data synchronization, integrity checks, and testing must occur before business processes resume.
3
Evaluate Recovery Service Level (RSL)
Connect RSL to degraded operational capability targets.
RSL establishes what capacity (e.g., 80% processing throughput) DR infrastructure must guarantee during failover.
4
Evaluate Mean Time Between Failures (MTBF)
Identify MTBF as a reliability metric measuring uptime stability.
MTBF provides statistical insight into how long components remain operational between breakdowns.

Anahtar Kavram

Business Impact Analysis Metrics and Continuity Planning Boundaries
Soru 2118Soru

An organization's security team detects an unauthorized login to a corporate account. Incident analysis reveals that the compromised employee received an SMS notification on their mobile device claiming to be from the IT helpdesk, warning that their account access would be revoked unless verified immediately via a provided URL. The link directed the user to a fraudulent authentication portal where their credentials were captured. Which social engineering attack vector initiated this security incident?

Cevabı ve açıklamayı göster

Cevap: Smishing

Cevap

Smishing is the social engineering attack vector delivered through SMS text messaging.
Smishing (SMS phishing) specifically leverages Short Message Service (SMS) text messages as the vector to deliver deceptive lures and malicious links to mobile devices. In this scenario, the attack was initiated through an urgent SMS notification containing a link to a credential harvesting site.

Adım Adım Çözüm

1
Identify the communication channel used in the attack vector.
The attack initiated with an SMS text message delivered to a mobile device.
Social engineering attack classification relies on the transport medium utilized to contact the target.
2
Map the identified SMS channel to the correct Security+ attack taxonomy term.
Phishing conducted specifically over SMS text messages is defined as smishing.
Differentiation between phishing variants depends on the transport protocol (SMS = smishing, voice call = vishing, targeted email = spear phishing).

Anahtar Kavram

Social Engineering Attack Vectors and Transport Media
Tahmini Süre:1m 0s
Soru 2119Soru

An organization's DevSecOps team is implementing a supply chain security framework to validate third-party software packages and open-source dependencies incorporated into its CI/CD pipeline. The security posture mandates continuous visibility into nested software components and verification that compiled binaries match their declared source code repositories. Which of the following solutions should the security team implement to achieve this objective?

Cevabı ve açıklamayı göster

Cevap: Incorporate a Software Bill of Materials (SBOM) validation process coupled with cryptographically signed build provenance attestations.

Cevap

Incorporate a Software Bill of Materials (SBOM) validation process coupled with cryptographically signed build provenance attestations.
The solution combining a Software Bill of Materials (SBOM) with cryptographically signed build provenance attestations directly addresses software supply chain security. An SBOM details all third-party and open-source libraries (nested dependencies), enabling continuous vulnerability tracking. Signed build provenance attestations verify the integrity of the compilation process, confirming that the binary artifact was produced by an authorized build pipeline from the audited source repository without unauthorized code injection.

Adım Adım Çözüm

1
Identify the core requirements from the scenario.
The organization requires full visibility into nested software dependencies and verification that compiled software binaries match their declared source repositories.
Supply chain security requires both component transparency and build integrity controls.
2
Evaluate the mechanism for component transparency.
A Software Bill of Materials (SBOM) lists all nested dependencies, libraries, and modules within a software package.
An SBOM fulfills the visibility requirement across third-party software components.
3
Evaluate the mechanism for binary integrity and source code provenance.
Cryptographically signed build provenance attestations certify the exact source, build pipeline, and cryptographic hash of compiled software binaries.
Attestations prevent supply chain attacks where compiled artifacts are tampered with after source code inspection.

Anahtar Kavram

Third-Party Supply Chain Security and Software Provenance Verification
Tahmini Süre:1m 30s
Soru 2120Soru

Match each regulatory framework or legal mandate to its corresponding compliance and scope requirement.

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

Öğeler

Gramm-Leach-Bliley Act (GLBA)
Federal Information Security Modernization Act (FISMA)
Children's Online Privacy Protection Act (COPPA)
California Consumer Privacy Act (CCPA)

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Gramm-Leach-Bliley Act (GLBA) pairs with financial institution data protection; Federal Information Security Modernization Act (FISMA) pairs with federal agency security standards; Children's Online Privacy Protection Act (COPPA) pairs with regulation of online data collection from children under 13; and California Consumer Privacy Act (CCPA) pairs with state consumer data privacy rights.
Each regulation is paired accurately with its legal mandate: GLBA governs financial institution privacy, FISMA regulates federal IT systems, COPPA protects children under 13 online, and CCPA establishes state-level consumer data privacy rights.

Adım Adım Çözüm

1
Determine the scope of GLBA
GLBA targets financial institutions and consumer nonpublic financial data.
Matches GLBA to financial consumer data requirements.
2
Determine the scope of FISMA
FISMA establishes cybersecurity compliance for US federal agencies and federal contractors.
Matches FISMA to federal agency risk management standards.
3
Identify the age threshold of COPPA
COPPA governs online privacy protection specifically for children under 13 years of age.
Matches COPPA to children's online privacy.
4
Identify the consumer rights granted by CCPA
CCPA establishes consumer privacy and data access rights for California state residents.
Matches CCPA to state resident consumer privacy rights.

Anahtar Kavram

Regulatory Compliance and Legal Requirements Management
ÖncekiSayfa 106 / 112Sonraki
Tüm alıştırma soruları — CompTIA Security+ | Examkin