Tüm alıştırma soruları

2232 soru

Soru 1661Soru

A financial technology SaaS provider headquartered in Canada expands its operations to process real-time payment transactions and consumer credit metrics for financial institutions operating in both the European Union and the United States. During a legal compliance audit, the enterprise risk management team evaluates the organization's regulatory obligations regarding stored cardholder data, non-public personal information (NPI), and financial telemetry. Which of the following requirements MUST the organization implement to achieve compliance with PCI DSS and GDPR mandates? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: Encrypt stored primary account numbers (PAN) and maintain a logically segregated cardholder data environment (CDE).; Designate a statutory Data Protection Officer (DPO) and establish lawful cross-border data transfer mechanisms for EU personal data.

Cevap

The organization must encrypt stored primary account numbers (PAN) within a segregated cardholder data environment under PCI DSS, and designate a statutory Data Protection Officer (DPO) alongside lawful cross-border transfer mechanisms under GDPR.
Encrypting primary account numbers within a segregated cardholder data environment satisfies PCI DSS core security requirements. Appointing a Data Protection Officer and establishing lawful transfer mechanisms fulfills GDPR Articles 37 and 44 for processing EU personal data.

Adım Adım Çözüm

1
Analyze PCI DSS compliance obligations for processing cardholder payment data.
PCI DSS mandates the protection of stored cardholder data (PAN) through robust encryption algorithms and logical isolation of the Cardholder Data Environment (CDE).
Cardholder data security is a foundational requirement of PCI DSS for all payment-processing entities.
2
Analyze GDPR compliance obligations for handling personal telemetry of European Union residents.
GDPR mandates formal data governance oversight, including designating a Data Protection Officer (DPO) for large-scale data handling and adopting lawful cross-border data transfer safeguards.
GDPR applies extra-territorially to any global organization processing personal data of individuals within the EU.
3
Evaluate incorrect options regarding SOX Section 404 and GLBA mandates.
SOX Section 404 addresses internal accounting controls over financial disclosures rather than technical IPS appliance deployment, while GLBA dictates information security program safeguards rather than geographic server localization.
Regulatory compliance requires accurate mapping of statutory mandates to their specific scope and baseline requirements.

Anahtar Kavram

Regulatory Compliance Scope and Framework Control Requirements
Soru 1662Soru

An organization is updating its third-party risk management policies and vendor contract templates. Match each agreement or documentation type to its primary purpose in vendor oversight.

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

Öğeler

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

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Service Level Agreement (SLA) matches with quantifiable performance targets and uptime guarantees; Interconnection Security Agreement (ISA) matches with technical and security requirements for connecting separate networks; Non-Disclosure Agreement (NDA) matches with legally binding protection of sensitive data and trade secrets; Memorandum of Understanding (MOU) matches with documenting mutual intent and shared responsibilities prior to formal contracting.
Each agreement serves a distinct governance function in third-party risk management: SLAs define measurable performance and uptime metrics; ISAs define technical controls for connecting networks; NDAs protect confidential information; and MOUs establish mutual goals and high-level intentions before formal technical or business contracting.

Adım Adım Çözüm

1
Identify operational performance and uptime metric requirements.
Map Service Level Agreement (SLA) to quantifiable performance targets and uptime guarantees.
SLAs focus primarily on operational metrics, availability guarantees, and penalties for non-performance.
2
Identify technical data transmission and network connection rules.
Map Interconnection Security Agreement (ISA) to technical security controls for linking separate networks.
ISAs govern the technical security posture, protocols, and interface controls required when two external networks interconnect.
3
Identify legal protections for proprietary and confidential information.
Map Non-Disclosure Agreement (NDA) to binding protections for sensitive business information and trade secrets.
NDAs restrict vendor disclosure of sensitive data shared during engagement.
4
Identify non-binding high-level partner framework documents.
Map Memorandum of Understanding (MOU) to mutual intent and shared responsibilities prior to formal contracting.
MOUs express general mutual alignment and understanding of roles before definitive contracts or technical connections are finalized.

Anahtar Kavram

Third-Party Agreement and Documentation Types in Risk Management
Soru 1663Soru

A security analyst is investigating a breach where an adversary captured encrypted TLS traffic traversing an enterprise network. Months later, the adversary obtained the web server's private key and successfully decrypted all historical session data. Which of the following cryptographic mechanisms should be implemented to ensure that a future compromise of the server's private key does not expose previously recorded encrypted session communications?

Cevabı ve açıklamayı göster

Cevap: Perfect forward secrecy utilizing ephemeral key exchange mechanisms

Cevap

Perfect forward secrecy utilizing ephemeral key exchange mechanisms
Perfect forward secrecy (PFS) ensures that compromise of a long-term private key does not compromise past session keys. By generating disposable ephemeral key pairs for each session (such as with ECDHE), past session keys cannot be computed retroactively even if an attacker acquires the server's long-term private key.

Adım Adım Çözüm

1
Analyze the vulnerability described in the security incident.
Recorded historical TLS sessions were decrypted after an attacker obtained the server's long-term static private key.
The static key exchange mechanism allowed the server's long-term private key to decrypt stored session keys.
2
Identify the required cryptographic security property.
The architecture requires a mechanism where compromise of long-term keying material does not compromise past session keys.
This specific security goal is defined as Perfect Forward Secrecy (PFS).
3
Select the implementation mechanism that provides Perfect Forward Secrecy.
Ephemeral key exchange algorithms (such as ECDHE or DHE) generate temporary, disposable key pairs per session.
Because ephemeral keys are discarded immediately after session key derivation, compromise of the long-term server key cannot decrypt recorded past traffic.

Anahtar Kavram

Perfect Forward Secrecy and Ephemeral Key Exchange
Soru 1664Soru

A network security engineer is auditing the AAA implementation for an enterprise 802.1X wireless network backed by a central RADIUS server. Which of the following statements correctly describe how authentication, authorization, or accounting functions operate in this deployment? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: The RADIUS server performs authentication by validating user-provided credentials against a centralized directory service.; Accounting functions capture session start/stop timestamps and data transfer volumes to provide historical audit logs.

Cevap

The RADIUS server performs authentication by validating user-provided credentials against a centralized directory service, and accounting functions capture session start/stop timestamps and data transfer volumes to provide historical audit logs.
Authentication is correctly described by the statement where RADIUS validates credentials against a central directory to verify identity. Accounting is correctly described by the statement where session duration and network consumption metrics are logged for compliance and auditing purposes.

Adım Adım Çözüm

1
Differentiate between the three distinct pillars of AAA in network security.
Authentication proves identity, Authorization determines allowed rights and access controls, and Accounting logs user activity.
Establishing accurate function definitions allows proper evaluation of the scenario statements.
2
Evaluate identity verification mechanisms.
The statement describing the RADIUS server checking user credentials against a directory service represents identity verification (Authentication).
Credential validation against an authoritative directory service is the fundamental mechanism of authentication.
3
Evaluate session tracking mechanisms.
The statement describing logging session timestamps and data bandwidth usage represents resource tracking (Accounting).
Capturing session metrics and activity logs provides auditability and non-repudiation.

Anahtar Kavram

Authentication, Authorization, and Accounting (AAA)
Soru 1665Soru

A publicly traded company in the United States must establish internal security controls to ensure the accuracy, transparency, and integrity of its corporate financial reports and auditing processes. Which of the following regulatory frameworks specifically mandates these financial data governance and reporting control requirements?

Cevabı ve açıklamayı göster

Cevap: Sarbanes-Oxley Act (SOX)

Cevap

The Sarbanes-Oxley Act (SOX) is the legal framework that specifically mandates internal controls over financial auditing and corporate disclosures.
The Sarbanes-Oxley Act (SOX) mandates that publicly traded organizations implement IT security controls, audit trails, and strict data protection mechanisms to guarantee the integrity, transparency, and accuracy of corporate financial reporting.

Adım Adım Çözüm

1
Identify the primary requirement in the scenario
The scenario focuses on internal security controls for financial accounting integrity and corporate auditing disclosures.
Regulatory compliance mandates depend directly on the classification of data and organizational operational type.
2
Map the requirement to the governing legal framework
The Sarbanes-Oxley Act (SOX) explicitly governs financial accounting integrity and audit trails for publicly traded US corporations.
SOX Section 404 specifically requires management to establish and maintain adequate internal controls over financial reporting.

Anahtar Kavram

Sarbanes-Oxley Act (SOX) Financial Compliance Mandates
Tahmini Süre:45s
Soru 1666Soru

A security engineer is updating the cryptographic specifications for an enterprise file ingest service. The system baseline requires high-throughput data confidentiality for large batch data uploads, alongside digital non-repudiation and origin verification for administrative policy manifests submitted with each batch. Which TWO cryptographic algorithms or mechanisms should the security engineer implement to satisfy these specific operational requirements?

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

Cevabı ve açıklamayı göster

Cevap: AES-GCM (Advanced Encryption Standard in Galois/Counter Mode) for high-speed symmetric bulk data encryption; ECDSA (Elliptic Curve Digital Signature Algorithm) for signing administrative policy manifests

Cevap

The correct cryptographic implementation consists of using symmetric authenticated encryption (AES-GCM) for rapid bulk data confidentiality and asymmetric digital signatures (ECDSA) to provide non-repudiation and origin authentication for administrative manifests.
AES-GCM is the industry standard symmetric block cipher mode for fast, authenticated encryption of high-volume data payloads. ECDSA provides strong asymmetric digital signatures with compact key sizes, fulfilling the requirement for non-repudiation and sender authenticity on administrative manifest files.

Adım Adım Çözüm

1
Identify the high-throughput confidentiality requirement for bulk data.
Symmetric ciphers are optimized for processing large volumes of data quickly. AES-GCM provides bulk stream confidentiality along with authenticated encryption.
Asymmetric algorithms incur prohibitive performance overhead when encrypting large payloads.
2
Identify the non-repudiation and origin verification requirement for administrative manifests.
Asymmetric digital signatures, such as ECDSA, allow the sender to sign content using a private key, enabling receivers to verify origin and integrity using the corresponding public key.
Digital signatures guarantee non-repudiation because only the private key owner could have produced the signature.

Anahtar Kavram

Selecting Appropriate Cryptographic Algorithms for Confidentiality vs. Non-Repudiation
Soru 1667Soru

An organization must conduct scheduled external vulnerability assessments of its public-facing web applications to satisfy regulatory compliance. During previous unauthenticated scans, the perimeter web application firewall (WAF) repeatedly blocked the scanner's IP address, resulting in incomplete scan reports and false positives. Which scanning strategy should the security analyst implement to obtain comprehensive assessment results without disabling perimeter defenses for external traffic?

Cevabı ve açıklamayı göster

Cevap: Perform authenticated application scanning using scanner source IP addresses whitelisted specifically on the WAF

Cevap

Perform authenticated application scanning using scanner source IP addresses whitelisted specifically on the WAF
Whitelisting the dedicated vulnerability scanner's IP address on the WAF allows security probes to reach target applications without triggering defensive blocks. Combining this with authenticated access enables comprehensive assessment of application code and system configurations while keeping WAF protections fully enabled for untrusted external traffic.

Adım Adım Çözüm

1
Identify the primary root cause of incomplete scanner results.
The perimeter WAF actively identifies scanner probes as attack traffic and blocks the scanner's source IP address.
Unauthenticated vulnerability probes mimic real-world attack traffic, triggering automated defensive rules.
2
Determine the appropriate configuration to allow legitimate scanner traffic.
Whitelisting the dedicated scanner's IP address on the WAF allows scan traffic through while keeping protection active for all other internet traffic.
Targeted IP exceptions permit authorized security testing without lowering baseline enterprise security.
3
Select the scan type that provides maximum accuracy and reduces false positives.
Executing an authenticated scan provides deep visibility into application states and internal patch levels.
Credentialed scans bypass superficial banner checks, reducing false positives and identifying complex vulnerabilities.

Anahtar Kavram

Credentialed Vulnerability Scanning and Defensive Control Whitelisting
Tahmini Süre:1m 30s
Soru 1668Soru

A security operations team is implementing an automated system for endpoint security baseline auditing and patch management across a hybrid enterprise environment. Which of the following operational practices should the security team deploy to maintain system stability while enforcing secure configuration baselines? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: Establish a pre-deployment testing environment to validate patch compatibility and configuration baselines before rollout.; Implement continuous baseline drift detection to identify and remediate unauthorized system configuration changes.

Cevap

The correct operational practices are establishing a pre-deployment testing environment to validate patch updates and configuration baselines prior to production deployment, and implementing continuous baseline drift detection to monitor and remediate unauthorized system modifications.
Establishing a pre-deployment staging environment ensures patches and baseline changes are tested for stability and compatibility prior to broad release. Implementing continuous configuration drift detection allows administrators to quickly detect and correct unauthorized deviations from established security baselines.

Adım Adım Çözüm

1
Analyze operational requirements for patch and configuration management lifecycle.
Identified the need for safety verification prior to deployment and ongoing maintenance of compliance post-deployment.
Safe patch management requires testing prior to release, while configuration management requires continuous monitoring against drift.
2
Evaluate pre-deployment staging practice.
Staging environments allow security teams to catch system conflicts or regressions early.
Deploying untested patches directly to production risks operational outage.
3
Evaluate continuous drift detection practice.
Drift detection tools identify unauthorized changes away from approved security baselines.
Systems frequently drift due to manual edits or unauthorized software installations, compromising security posture.

Anahtar Kavram

Patch Staging and Configuration Drift Detection
Soru 1669Soru

During a malware investigation, an incident responder discovers that several engineers in an organization had their workstations infected after visiting an authentic, third-party software development forum that they frequently use for work. The attacker had previously breached the forum and injected a malicious drive-by download script targeting visitors originating from the organization's corporate IP range. Which of the following social engineering attack vectors was executed by the threat actor?

Cevabı ve açıklamayı göster

Cevap: Watering hole attack

Cevap

Watering hole attack
The correct answer is watering hole attack. In a watering hole attack, threat actors observe or predict which authentic websites a target group frequently visits, breach one of those sites, and plant malicious code to infect visitors from the target organization.

Adım Adım Çözüm

1
Analyze the attack mechanism described in the scenario
The adversary compromised an authentic, trusted third-party website commonly frequented by the target group to deliver malware.
Identifying the delivery channel distinguishes site-based passive exploitation from direct communication attacks.
2
Compare the attack characteristics against social engineering vector definitions
Planting malware on a site known to be visited by specific victims matches the definition of a watering hole attack.
Watering hole tactics specifically target sites trusted by a specific organization or demographic.

Anahtar Kavram

Watering Hole Attack Vector Identification
Tahmini Süre:1m 0s
Soru 1670Soru

During a Business Impact Analysis (BIA), an enterprise security team defines a target timeframe of two hours to fully restore a critical application and its services after an unexpected server failure. Which of the following metrics best describes this targeted restoration timeframe?

Cevabı ve açıklamayı göster

Cevap: Recovery Time Objective (RTO)

Cevap

Recovery Time Objective (RTO)
The term Recovery Time Objective (RTO) represents the targeted duration of time and service level within which a business process must be restored after a disruption in order to avoid unacceptable consequences associated with a break in business continuity.

Adım Adım Çözüm

1
Identify the key operational requirement described in the scenario.
The scenario requires establishing a target maximum timeframe (two hours) for restoring application availability following an outage.
Determining whether the constraint relates to service recovery time versus data loss helps select the appropriate BIA metric.
2
Map the requirement to standard Business Impact Analysis (BIA) definitions.
The targeted duration to bring systems back online corresponds to the Recovery Time Objective (RTO).
RTO focuses on service restoration timing, whereas RPO focuses on acceptable data loss timing.

Anahtar Kavram

Recovery Time Objective (RTO) vs. Recovery Point Objective (RPO)
Soru 1671Soru

A financial services enterprise relies on a critical SaaS provider for processing customer transactions. To strengthen its third-party risk governance, the security team needs to establish continuous oversight to detect security posture changes between annual audit cycles without violating tenant boundaries. Which of the following technical and operational controls should the security team implement? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: Subscribe to third-party security rating services to dynamically monitor changes in the vendor's external attack surface and threat posture.; Utilize a vendor risk management (VRM) platform to automate the ingestion and tracking of updated SOC 2 Type II attestation reports.

Cevap

The organization should subscribe to security rating services for external monitoring and utilize a vendor risk management platform to automate tracking of updated SOC 2 Type II attestations.
Effective third-party risk management requires ongoing oversight beyond annual point-in-time assessments. Subscribing to security rating services provides continuous external attack surface intelligence without disrupting operations. Concurrently, leveraging automated vendor risk management platforms guarantees prompt collection and analysis of updated third-party audit attestations, such as SOC 2 Type II reports.

Adım Adım Çözüm

1
Identify non-intrusive continuous monitoring techniques suitable for third-party oversight.
Selected external security rating services (SRS) which continuously evaluate public posture (patching, DNS hygiene, exposed assets) without penetrating vendor systems.
Security rating services allow ongoing risk visibility between annual formal security reviews.
2
Evaluate continuous artifact ingestion mechanisms.
Selected automated vendor risk management (VRM) portal tracking for SOC 2 Type II reports.
SOC 2 Type II reports audit operational effectiveness over a historical period; automated VRM ingestion ensures newly published audit reports are reviewed promptly.
3
Filter out ineffective, overly intrusive, or boundary-violating options.
Eliminated physical IPS deployment, hypervisor root access demands, and replacing monitoring with an MOU.
Physical deployments and hypervisor credentials violate cloud boundaries, while MOUs are non-binding administrative documents.

Anahtar Kavram

Continuous Third-Party Risk Monitoring and Vendor Oversight
Soru 1672Soru

A university research facility hosts a specialized data repository with an estimated Asset Value (AVAV) of $600,000\$600,000. Threat analysis indicates an Exposure Factor (EFEF) of 25%25\% from potential unauthorized network intrusions, with an Annual Rate of Occurrence (AROARO) of 0.400.40. The security team proposes implementing an intrusion prevention system (IPS) that would reduce the EFEF to 5%5\% and the AROARO to 0.100.10. What is the expected annual financial loss reduction achieved by deploying the IPS control?

Cevabı ve açıklamayı göster

Cevap: $57,000\$57,000

Cevap

The expected annual financial loss reduction achieved by deploying the IPS control is $57,000\$57,000.
The initial Annual Loss Expectancy (ALEALE) is calculated as AV×EF×ARO=$600,000×0.25×0.40=$60,000AV \times EF \times ARO = \$600,000 \times 0.25 \times 0.40 = \$60,000. The modified ALEALE after control deployment is $600,000×0.05×0.10=$3,000\$600,000 \times 0.05 \times 0.10 = \$3,000. The annual financial loss reduction achieved by the control is the difference between the initial ALEALE and modified ALEALE, which equals $60,000$3,000=$57,000\$60,000 - \$3,000 = \$57,000.

Adım Adım Çözüm

1
Calculate the initial Single Loss Expectancy (SLEinitialSLE_{initial}) and initial Annual Loss Expectancy (ALEinitialALE_{initial}).
SLEinitial=AV×EFinitial=$600,000×0.25=$150,000SLE_{initial} = AV \times EF_{initial} = \$600,000 \times 0.25 = \$150,000. Thus, ALEinitial=SLEinitial×AROinitial=$150,000×0.40=$60,000ALE_{initial} = SLE_{initial} \times ARO_{initial} = \$150,000 \times 0.40 = \$60,000.
Determines the baseline expected annual risk impact before adding controls.
2
Calculate the post-control Single Loss Expectancy (SLEmodifiedSLE_{modified}) and post-control Annual Loss Expectancy (ALEmodifiedALE_{modified}).
SLEmodified=AV×EFmodified=$600,000×0.05=$30,000SLE_{modified} = AV \times EF_{modified} = \$600,000 \times 0.05 = \$30,000. Thus, ALEmodified=SLEmodified×AROmodified=$30,000×0.10=$3,000ALE_{modified} = SLE_{modified} \times ARO_{modified} = \$30,000 \times 0.10 = \$3,000.
Determines the expected residual annual risk impact after adding the IPS.
3
Compute the total annual financial loss reduction.
Loss Reduction =ALEinitialALEmodified=$60,000$3,000=$57,000= ALE_{initial} - ALE_{modified} = \$60,000 - \$3,000 = \$57,000.
Measures the net risk mitigation value delivered by the security control.

Anahtar Kavram

Quantitative Risk Assessment (ALE Calculation & Mitigation Value)
Soru 1673Soru

An organization is preparing its annual compliance roadmap and needs to explain the purpose of external third-party security audits to executive leadership. Which of the following statements correctly describe key characteristics of an external third-party security audit? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: It provides independent, objective assurance of security controls to external stakeholders and regulators.; It evaluates operational and technical controls against an established compliance standard or audit framework.

Cevap

The statements correctly describing an external third-party security audit are that it provides independent, objective assurance of security controls to external stakeholders and regulators, and it evaluates operational and technical controls against an established compliance standard or audit framework.
External third-party security audits are defined by independent evaluations conducted by external assessors to provide objective verification to stakeholders and regulators. They evaluate an organization's existing controls against established standards or compliance frameworks.

Adım Adım Çözüm

1
Identify the primary function of external security audits.
Recognize that external audits are conducted by independent auditors to provide objective assurance to outside parties such as clients and regulators.
Auditor independence is necessary to deliver unbiased verification.
2
Distinguish auditing activities from active security controls and vulnerability patching.
Understand that audits assess compliance against formal frameworks without acting as inline defense mechanisms or applying technical software fixes.
Audits report on security posture rather than functioning as operational security tools.

Anahtar Kavram

Key Characteristics of External Security Audits
Tahmini Süre:1m 0s
Soru 1674Soru

An enterprise financial institution relies on a custom, proprietary fraud detection application supplied by a niche third-party software vendor. During an annual supply chain risk assessment, the security team identifies a major operational risk: if the software vendor unexpectedly faces insolvency, goes out of business, or fails to maintain the application, the institution will lose the ability to update or fix critical bugs in the software. Which of the following risk mitigation provisions should the security team implement in the vendor agreement to directly resolve this continuity risk?

Cevabı ve açıklamayı göster

Cevap: A software escrow agreement requiring the vendor to deposit source code and build instructions with a neutral third party.

Cevap

A software escrow agreement requiring the vendor to deposit source code and build instructions with a neutral third party.
A software escrow agreement directly mitigates third-party vendor bankruptcy and abandonment risk. Under this arrangement, the software vendor deposits the application source code, compile instructions, and documentation with an independent third-party escrow agent. If the vendor goes out of business or fails to meet contractual maintenance obligations, the escrow agent releases the code to the customer, enabling them to maintain and operate the software independently.

Adım Adım Çözüm

1
Analyze the specific supply chain risk described in the scenario.
The risk is operational disruption and loss of software maintenance capabilities due to potential vendor insolvency or business failure.
The organization depends on a custom proprietary application whose underlying source code is controlled exclusively by an external vendor.
2
Evaluate third-party contract types against the requirement to preserve source code availability.
A software escrow agreement places source code, build scripts, and documentation with a trusted neutral trustee to be released upon triggered events (e.g., bankruptcy or abandonment).
Escrow mechanisms preserve software maintenance rights for the buyer even if the original vendor goes out of business.
3
Differentiate software escrow from operational and confidentiality agreements.
SLAs, BPAs, and NDAs govern performance metrics, partnership terms, and secrecy respectively, but none provide source code release mechanisms upon vendor liquidation.
Standard legal agreements without escrow clauses leave the customer without legal or technical access to proprietary source code.

Anahtar Kavram

Software Escrow Agreements in Third-Party Risk Management
Soru 1675Soru

A regional healthcare provider is performing a quantitative risk assessment for its web-based patient telemetry portal. The asset value (AVAV) of the portal infrastructure is estimated at $800,000\$800,000. A threat assessment projects that a web application breach occurs once every two years (ARO=0.5ARO = 0.5), with an estimated Exposure Factor (EFEF) of 25%25\% per incident. To mitigate this risk, the organization evaluates a Web Application Firewall (WAF) service costing $30,000\$30,000 annually, which is expected to reduce the Exposure Factor to 5%5\%. Based on quantitative risk analysis principles, what is the net annual financial benefit of implementing this security safeguard?

Cevabı ve açıklamayı göster

Cevap: $50,000\$50,000

Cevap

The net annual financial benefit of implementing the Web Application Firewall safeguard is $50,000\$50,000.
The net annual financial benefit of a safeguard is determined by calculating the difference between baseline Annual Loss Expectancy (ALEbaseline=$800,000×0.25×0.5=$100,000ALE_{baseline} = \$800,000 \times 0.25 \times 0.5 = \$100,000) and modified Annual Loss Expectancy (ALEmodified=$800,000×0.05×0.5=$20,000ALE_{modified} = \$800,000 \times 0.05 \times 0.5 = \$20,000), then subtracting the annual cost of the control ($80,000$30,000=$50,000\$80,000 - \$30,000 = \$50,000).

Adım Adım Çözüm

1
Calculate baseline Single Loss Expectancy (SLE) and Annual Loss Expectancy (ALE) without the safeguard.
Baseline SLE=AV×EF=$800,000×0.25=$200,000\text{Baseline SLE} = AV \times EF = \$800,000 \times 0.25 = \$200,000; Baseline ALE=SLE×ARO=$200,000×0.5=$100,000\text{Baseline ALE} = \text{SLE} \times ARO = \$200,000 \times 0.5 = \$100,000.
Establishing baseline annual risk cost is necessary before measuring safeguard value.
2
Calculate modified SLE and ALE with the safeguard in place.
Modified SLE=$800,000×0.05=$40,000\text{Modified SLE} = \$800,000 \times 0.05 = \$40,000; Modified ALE=$40,000×0.5=$20,000\text{Modified ALE} = \$40,000 \times 0.5 = \$20,000.
Determines the projected annual risk cost after applying control mitigations.
3
Calculate the gross annual risk reduction and net benefit.
ALE Reduction=$100,000$20,000=$80,000\text{ALE Reduction} = \$100,000 - \$20,000 = \$80,000; Net Benefit=ALE ReductionSafeguard Cost=$80,000$30,000=$50,000\text{Net Benefit} = \text{ALE Reduction} - \text{Safeguard Cost} = \$80,000 - \$30,000 = \$50,000.
The true value of a safeguard subtracts its ongoing annual expense from the gross annual loss reduction.

Anahtar Kavram

Quantitative Risk Analysis & Net Value of Safeguards (ALE = SLE * ARO)
Soru 1676Soru

A mid-sized financial technology firm is preparing for an upcoming regulatory inspection. To evaluate how effectively its security controls withstand a targeted cyberattack, executive leadership hires an independent third-party team to perform an assessment. The team is given zero prior knowledge of the company's internal infrastructure and is authorized to actively exploit discovered vulnerabilities to determine potential intrusion depth. Which of the following security evaluations is the organization conducting?

Cevabı ve açıklamayı göster

Cevap: Black-box penetration test

Cevap

The organization is conducting a black-box penetration test because the external team is granted no prior architectural knowledge and actively exploits vulnerabilities to test defensive posture.
The selection describing a black-box penetration test is correct because black-box exercises provide the assessment team with no prior information regarding target systems, forcing them to perform reconnaissance, vulnerability identification, and active exploitation in the same manner as an external adversary.

Adım Adım Çözüm

1
Analyze the scope and information level provided to the testing team.
The team is given zero prior knowledge of internal systems, which characterizes a 'black-box' testing environment.
Black-box testing simulates an unknown external threat actor attempting to discover and breach network perimeters.
2
Differentiate between passive scanning and active exploitation in security testing.
The scenario highlights that testers are actively exploiting vulnerabilities to measure breach impact, confirming a penetration test rather than a vulnerability scan.
Vulnerability scans only identify potential weaknesses, whereas penetration tests validate exploitability and assess potential blast radius.
3
Distinguish active security testing from formal audit attestations.
Audits and attestations evaluate written policies, control designs, or operational evidence, unlike adversarial penetration exercises.
The scenario describes a simulated technical attack exercise rather than a formal policy or control framework audit.

Anahtar Kavram

Penetration Testing Methodologies vs. Vulnerability Assessments and Compliance Audits
Soru 1677Soru

A system administrator configures a central Linux bastion host that allows external contractors to connect via SSH using public key cryptography. Access control policies successfully restrict contractors from accessing unapproved file directories or running root-level processes. However, during a post-incident review, security auditors discover that while login timestamps and initial connection attempts were recorded, there are no log records detailing the specific commands executed or configuration files modified by contractors during their active sessions. Which pillar of the AAA framework is deficient in this configuration?

Cevabı ve açıklamayı göster

Cevap: Accounting

Cevap

Accounting is the deficient pillar because it handles tracking, auditing, and logging of actions performed by authenticated users during their session.
Accounting is the pillar of AAA that maintains detailed log trails of actions, command history, file access, and resource consumption during an authenticated user's session. Since the organization failed to record command execution and configuration changes made by contractors, the accounting mechanism is deficient.

Adım Adım Çözüm

1
Analyze the scenario requirements against the three pillars of AAA (Authentication, Authorization, Accounting).
Identified that SSH key identity verification functions correctly (Authentication) and access permissions restrict directory access (Authorization).
Separating functioning AAA controls isolates the missing functional requirement.
2
Evaluate the identified operational deficiency.
The system lacks detailed logging of specific commands executed and files modified during active sessions.
Session tracking and detailed command/audit logging fall directly under event recording.
3
Map the deficiency to the correct AAA pillar.
Accounting is responsible for audit logs, command tracking, session duration, and resource utilization monitoring.
Without audit logs detailing user actions, accounting controls are incomplete.

Anahtar Kavram

Authentication, Authorization, and Accounting (AAA) Framework
Tahmini Süre:1m 15s
Soru 1678Soru

A security engineer is updating enterprise cryptographic standards across various operational systems. Match each cryptographic algorithm or mechanism on the left to its primary operational security capability on the right.

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

Öğeler

Galois/Counter Mode (AES-GCM)
Elliptic Curve Diffie-Hellman Ephemeral (ECDHE)
Password-Based Key Derivation Function 2 (PBKDF2)
Hash-based Message Authentication Code (SHA-256 HMAC)

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Galois/Counter Mode (AES-GCM) pairs with authenticated encryption for bulk data confidentiality and integrity; Elliptic Curve Diffie-Hellman Ephemeral (ECDHE) pairs with temporary session key negotiation for perfect forward secrecy; Password-Based Key Derivation Function 2 (PBKDF2) pairs with salting and repeated iterations for password cracking mitigation; SHA-256 HMAC pairs with secret-key hashing for origin authentication and payload integrity.
Each cryptographic primitive aligns strictly with its defined operational role: AES-GCM performs authenticated bulk encryption, ECDHE manages ephemeral key exchange for perfect forward secrecy, PBKDF2 performs key stretching to secure stored passwords, and SHA-256 HMAC provides keyed integrity and origin verification.

Adım Adım Çözüm

1
Evaluate Galois/Counter Mode (AES-GCM)
Identified as an authenticated encryption cipher mode.
GCM mode pairs symmetric encryption with built-in authentication tag generation to achieve confidentiality and integrity simultaneously.
2
Evaluate Elliptic Curve Diffie-Hellman Ephemeral (ECDHE)
Identified as an ephemeral key exchange protocol.
The ephemeral nature of ECDHE key generation ensures independent session keys, establishing perfect forward secrecy.
3
Evaluate Password-Based Key Derivation Function 2 (PBKDF2)
Identified as a password hashing and key stretching function.
PBKDF2 introduces salt and thousands of pseudorandom iterations to slow down dictionary and brute-force cracking attempts on stored credentials.
4
Evaluate SHA-256 HMAC
Identified as a keyed message authentication mechanism.
HMAC combines a shared secret key with the SHA-256 hash function to confirm message integrity and authenticate sender origin.

Anahtar Kavram

Cryptographic Primitives and Operational Capabilities
Tahmini Süre:1m 30s
Soru 1679Soru

A newly established fintech firm is defining its formal security governance architecture to ensure consistent risk oversight across cloud services. 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 pairs with the high-level mandatory directive outlining security goals; Security Standard pairs with the mandatory requirement specifying technical controls and operational rules; Security Baseline pairs with the minimum mandatory operational configuration benchmark; Security Guideline pairs with the discretionary recommendation providing best practices.
The correct pairings accurately place documents in the governance hierarchy: Security Policy serves as the executive mandatory directive; Security Standard sets mandatory operational and technical rules; Security Baseline establishes the mandatory minimum configuration benchmark for target assets; and Security Guideline offers optional best-practice advice.

Adım Adım Çözüm

1
Analyze the high-level authority tier of governance documentation.
Identify that overall organizational intent and high-level requirements form a Security Policy.
Policies establish top-down mandatory direction without defining implementation details.
2
Differentiate mandatory technical specs from mandatory configuration states.
Map specific required protocols and controls to Security Standards, and minimum system hardening thresholds to Security Baselines.
Standards dictate mandatory rules or tools, whereas baselines define the mandatory minimum secure state for system deployments.
3
Identify non-mandatory or discretionary advisory documentation.
Map recommended best practices to Security Guidelines.
Guidelines provide suggested approaches and flexibility rather than compulsory enforcement.

Anahtar Kavram

Security Governance Document Hierarchy and Enforcement Levels
Soru 1680Soru

A security analyst investigates a SIEM alert triggered by a Network Traffic Analysis (NTA) sensor monitoring an internal enterprise workstation subnet. The flow log snippet displays the following sequential network events:

Timestamp: 2026-07-27T14:02:11Z | SrcIP: 10.0.4.15 | DstIP: 192.168.1.50 | DstPort: 445 | Protocol: TCP | Flags: SYN
Timestamp: 2026-07-27T14:02:11Z | SrcIP: 10.0.4.15 | DstIP: 192.168.1.51 | DstPort: 445 | Protocol: TCP | Flags: SYN
Timestamp: 2026-07-27T14:02:11Z | SrcIP: 10.0.4.15 | DstIP: 192.168.1.52 | DstPort: 445 | Protocol: TCP | Flags: SYN
Timestamp: 2026-07-27T14:02:12Z | SrcIP: 10.0.4.15 | DstIP: 192.168.1.53 | DstPort: 445 | Protocol: TCP | Flags: SYN

Based on the network security monitoring logs, which of the following actions should the analyst take first to address this threat?

Cevabı ve açıklamayı göster

Cevap: Isolate host 10.0.4.15 from the network to contain automated lateral movement reconnaissance.

Cevap

Isolate host 10.0.4.15 from the network to contain automated lateral movement reconnaissance.
The flow logs show host 10.0.4.15 initiating rapid TCP SYN connection requests on port 445 (SMB) across consecutive destination IP addresses. This pattern represents an internal IP sweep, commonly used by compromised hosts during lateral movement to discover network shares and active hosts. The immediate priority in network security operations is isolating the compromised source host to contain potential worm or ransomware spread.

Adım Adım Çözüm

1
Analyze the log flow entries for patterns in source IP, destination IP, port, and TCP flags.
Identified host 10.0.4.15 attempting sequential TCP SYN connections to port 445 across multiple internal targets (192.168.1.50-53) within one second.
Sequential port/service probing from a single internal source indicates automated network reconnaissance/horizontal IP sweeping for vulnerable SMB services.
2
Determine the appropriate incident response containment action based on network monitoring findings.
Host 10.0.4.15 must be isolated immediately to prevent further lateral scanning or infection spreading across the enterprise network.
Network isolation stops compromised internal assets from discovering and exploiting neighboring systems via SMB.

Anahtar Kavram

Network Reconnaissance and Incident Containment
ÖncekiSayfa 84 / 112Sonraki
Tüm alıştırma soruları — CompTIA Security+ | Examkin