Tüm alıştırma soruları

2232 soru

Soru 2161Soru

A security analyst reviewing Network Intrusion Detection System (NIDS) alerts for an enterprise web server identifies multiple HTTP POST requests containing payload strings such as `<script>document.cookie</script>` submitted through an unauthenticated feedback form. Which of the following correctly identifies the type of attack detected by network monitoring?

Cevabı ve açıklamayı göster

Cevap: Cross-Site Scripting (XSS), which attempts to execute malicious scripts in a client's web browser session

Cevap

Cross-Site Scripting (XSS), which attempts to execute malicious scripts in a client's web browser session
The alert payload contains `<script>` tags and JavaScript properties (`document.cookie`), which are classic indicators of a Cross-Site Scripting (XSS) attack. XSS targets client browsers that render untrusted user input without sanitization.

Adım Adım Çözüm

1
Analyze the log payload in the NIDS alert
Identified HTML/JavaScript tags `<script>document.cookie</script>` in HTTP POST request parameters
Determining the target execution environment (client-side browser vs backend database or operating system) is essential for accurate alert triage
2
Classify the attack vector based on payload syntax
Script tag insertion targeting session cookies indicates a Cross-Site Scripting (XSS) attempt
XSS vulnerabilities allow attackers to inject client-side scripts to compromise user sessions when rendered by the web browser

Anahtar Kavram

Identifying web application attack signatures in Network Security Monitoring (NSM) alerts
Soru 2162Soru

An enterprise risk management team is conducting a Business Impact Analysis (BIA) to update the business continuity plan for a core online payment platform. During the assessment, the team reviews operational recovery metrics and system availability controls. Which of the following statements correctly align BIA metrics and continuity parameters with their operational objectives? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: Establishing a Recovery Point Objective (RPO) of 15 minutes specifies the maximum allowable duration of transaction data loss during an unexpected outage.; Defining a Recovery Time Objective (RTO) of 2 hours sets the targeted timeframe within which the application and underlying infrastructure must be restored to service.

Cevap

The two correct statements are: establishing an RPO of 15 minutes specifies the maximum allowable data loss duration, and defining an RTO of 2 hours sets the targeted timeframe within which the application must be restored.
The statement specifying RPO as the allowable duration of transaction data loss correctly describes the metric's purpose of quantifying data currency loss boundaries. The statement defining RTO as the targeted timeframe for service restoration correctly identifies the system downtime operational objective.

Adım Adım Çözüm

1
Analyze the definitions of Recovery Point Objective (RPO) and Recovery Time Objective (RTO) in BIA contexts.
RPO measures acceptable data loss timeframe prior to an outage, while RTO measures acceptable downtime to restore service operational status.
Clear differentiation between data loss thresholds (RPO) and system restoration duration (RTO) is essential for correct BIA metrics application.
2
Evaluate the relationship between Maximum Tolerable Downtime (MTD) and Recovery Time Objective (RTO).
RTO must be less than or equal to MTD to ensure systems are restored before exceeding the organization's maximum tolerance for downtime.
If RTO exceeds MTD, the organization will suffer irreversible damage before systems are back online.
3
Classify the security control type of a redundant hot site.
Hot sites provide high availability and failover resilience, making them corrective/compensating availability controls rather than detective monitoring controls.
Detective controls identify incidents, whereas redundancy mechanisms mitigate and recover from failures.

Anahtar Kavram

Business Impact Analysis and Business Continuity Metrics (RTO, RPO, MTD)
Soru 2163Soru

An enterprise streaming media organization's executive security leadership issues an overarching mandate requiring all internal network microservices to enforce strict cryptographic protection. To enact this, the cloud engineering team publishes a document specifying mandatory technical requirements, including the exact protocol (mTLS) and minimum key lengths that all production container clusters must enforce without exception. Which of the following governance document types best categorizes this technical mandate?

Cevabı ve açıklamayı göster

Cevap: Security standard

Cevap

Security standard
The correct answer is the option designating a security standard. In security governance frameworks, a policy sets high-level executive intent, while a security standard establishes compulsory, non-discretionary rules and technical parameters (such as protocol and key length mandates) required to comply with that policy across the enterprise.

Adım Adım Çözüm

1
Analyze the scenario requirements
The document specifies non-discretionary, mandatory technical controls (mTLS with defined key lengths) supporting an executive directive.
Governance documents are differentiated by their level of technical specificity and operational enforceability.
2
Compare governance document characteristics
Policies state high-level directives, standards specify mandatory technical parameters, guidelines provide optional advice, and baselines define minimum operational benchmarks.
Matching the document's characteristics against standard governance definitions establishes its role.
3
Select the appropriate governance document level
Because this document contains mandatory technical specifications enforcing a higher-level directive, it represents a security standard.
Standards bridges high-level executive policies and specific operational implementations.

Anahtar Kavram

Distinction between Security Policies, Standards, Guidelines, and Baselines
Soru 2164Soru

A DevOps engineer is setting up a secure internal web endpoint for a microservice and needs to enroll it into the organization's Public Key Infrastructure (PKI). Which of the following represents the correct sequential order of operational steps required to successfully obtain and deploy an X.509 certificate, from initial key creation to final service binding?

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

Cevabı ve açıklamayı göster

Cevap

The correct operational sequence begins with local private key generation and CSR creation, followed by submitting the CSR to the CA for identity verification, receiving the CA-signed certificate, and concluding with importing the certificate and trust chain onto the web host.
The correct order follows the standard PKI lifecycle: local key generation and CSR creation must occur first, followed by CSR submission to the CA, CA signing/issuance using the CA's private key, and finally server binding with intermediate certificates included to establish the complete chain of trust.

Adım Adım Çözüm

1
Generate asymmetric keys locally and form the CSR
A secure local private key is created along with a CSR holding the matching public key and Distinguished Name (DN) properties.
The private key must remain confidential on the server while the public key and identity data are prepared for validation.
2
Submit the CSR to the CA/RA
The CA receives the enrollment request and initiates verification checks.
The Certificate Authority must verify that the requester is authorized to claim the identity specified in the request.
3
CA signing and certificate issuance
An X.509 digital certificate is generated and signed with the CA's private key.
The CA's signature binds the host's public key to its identity, establishing trust for any client that trusts the CA.
4
Server binding and intermediate chain installation
The web service presents a complete certificate path to connecting clients.
Installing the host certificate and intermediate CA bundle ensures clients can validate the full trust path back to the trusted Root CA.

Anahtar Kavram

PKI Certificate Enrollment Lifecycle
Soru 2165Soru

An organization's security operations center (SOC) detects an incident where an employee received a text message on their mobile phone containing an urgent link to verify their corporate single sign-on (SSO) credentials on a fraudulent domain. Shortly after, an unknown attacker calls the IT helpdesk, posing as the employee and using previously gathered personal details to request an account recovery passcode. Which of the following social engineering vectors were directly utilized in this attack scenario? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: Smishing; Vishing

Cevap

The attack scenario directly utilized smishing and vishing.
Smishing and vishing are correct because the attacker used SMS text messages containing malicious links and telephone calls impersonating an employee to execute the credential harvesting and unauthorized access attempt.

Adım Adım Çözüm

1
Analyze the SMS message vector
Identified smishing due to fraudulent text messages sent to mobile devices.
Phishing delivered via short message service (SMS) is categorized specifically as smishing.
2
Analyze the phone call and impersonation vector
Identified vishing due to deceptive telephone interaction targeting the helpdesk.
Voice-based social engineering attempts conducted over the phone constitute vishing.

Anahtar Kavram

Social Engineering Attacks and Vectors
Soru 2166Soru

A Security Operations Center (SOC) analyst reviewing network security monitoring (NSM) alerts identifies sustained IP protocol 47 (Generic Routing Encapsulation - GRE) traffic originating from an internal DMZ web server toward an unknown external IP address. NetFlow records confirm a high volume of asymmetric outbound data transfer. Which TWO of the following actions should the analyst take to address this network security incident?

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

Cevabı ve açıklamayı göster

Cevap: Isolate the compromised host from the network segment to halt active data exfiltration.; Configure perimeter egress firewall rules to block unauthorized GRE traffic from leaving the network.

Cevap

The analyst should isolate the compromised host from the network segment and configure perimeter egress firewall rules to block unauthorized GRE traffic.
Isolating the compromised server stops immediate outbound tunneling, while updating egress firewall rules prevents unauthorized GRE protocol traffic from crossing the enterprise boundary.

Adım Adım Çözüm

1
Identify the network anomaly and attack vector from the NSM alert.
Unapproved IP protocol 47 (GRE) tunneling indicates network layer encapsulation and unauthorized data exfiltration.
Recognizing GRE misuse helps pinpoint containment actions at both host and network perimeter levels.
2
Apply host-level containment.
Network isolation of the DMZ web server stops immediate communication with the external endpoint.
Host isolation prevents lateral movement and halts outgoing exfiltration channels.
3
Enforce network-level egress filtering.
Perimeter firewall rules blocking unapproved GRE traffic stop similar covert tunneling attempts enterprise-wide.
Egress filtering ensures defense-in-depth across the network boundary.

Anahtar Kavram

Network Traffic Anomaly Detection and Egress Containment
Tahmini Süre:1m 30s
Soru 2167Soru

During a routine audit, an incident response team discovers that multiple remote employees entered their domain credentials into a web page that visually duplicated the organization's authentic single sign-on (SSO) portal. Investigation reveals that the domain name used in the attack was registered by an external third party and contained a single transposed letter relative to the official enterprise URL. Which social engineering attack vector was directly executed in this scenario?

Cevabı ve açıklamayı göster

Cevap: Typosquatting

Cevap

Typosquatting is the correct vector, as it explicitly relies on registering slight misspellings or character transpositions of legitimate domain names to trick users into visiting deceptive websites.
Typosquatting (also known as URL hijacking) occurs when an attacker registers domain names that are slight misspellings, character swaps, or variations of a legitimate domain. When users inadvertently type the wrong address or follow a link to the spoofed domain, they are presented with a fraudulent site designed to harvest sensitive information such as SSO credentials.

Adım Adım Çözüm

1
Analyze the scenario indicators
The attacker registered a look-alike domain with a transposed letter pointing to a cloned SSO landing page.
Identifying the specific mechanism used by the attacker establishes the underlying social engineering category.
2
Compare against social engineering definitions
Registering URLs that mirror legitimate corporate domains via misspellings/transpositions matches the exact definition of typosquatting (URL hijacking).
Differentiating between delivery mechanisms (email vs. phone vs. fake domain registration) ensures correct vector classification.

Anahtar Kavram

Typosquatting (URL Hijacking)
Soru 2168Soru

An enterprise systems specialist is configuring an automated build server to sign software packages using a newly established internal Public Key Infrastructure (PKI). Before requesting a digital certificate from the enterprise Certificate Authority (CA), the specialist must prepare a Certificate Signing Request (CSR) on the build server. Which of the following operations occurs on the build server prior to transmitting the CSR to the CA?

Cevabı ve açıklamayı göster

Cevap: Generating an asymmetric key pair locally and embedding the public key into the request while retaining the private key securely on the server

Cevap

Generating an asymmetric key pair locally and embedding the public key into the request while retaining the private key securely on the server
Generating an asymmetric key pair locally and embedding the public key into the CSR is the foundational step in PKI certificate request workflows. The private key remains stored securely on the requesting system and is never transmitted over the network or sent to the Certificate Authority.

Adım Adım Çözüm

1
Identify the standard workflow for generating a Certificate Signing Request (CSR) in a Public Key Infrastructure (PKI).
The applicant system initiates asymmetric key generation locally.
The security of asymmetric cryptography depends on the private key remaining strictly under the control of the local host.
2
Determine which component of the asymmetric key pair is submitted to the Certificate Authority (CA).
The public key, along with subject identity information, is encoded into the CSR format.
The CA signs the public key to bind the identity to that specific public key via an issued X.509 certificate.

Anahtar Kavram

CSR Generation and Asymmetric Key Lifecycle
Soru 2169Soru

An organization's finance department frequently receives fraudulent email requests attempting to alter vendor wire transfer details. Although employees successfully complete mandatory annual security awareness training, several staff members recently processed unauthorized payment changes. Which of the following approaches represents the most effective security awareness and human risk management control to address this vulnerability?

Cevabı ve açıklamayı göster

Cevap: Deliver tailored, role-based microlearning and practical simulations enforcing out-of-band verification for payment change requests.

Cevap

Deliver tailored, role-based microlearning and practical simulations enforcing out-of-band verification for payment change requests.
Role-based training combined with targeted simulations provides specialized employees with relevant procedural defenses—such as verifying wire transfers using out-of-band communication—which effectively reduces human risk in high-exposure departments.

Adım Adım Çözüm

1
Analyze the specific risk context and failure in existing controls.
General annual awareness training failed to prevent business email compromise (BEC) targeting financial payment workflows.
High-risk personnel require targeted instruction specific to their daily responsibilities rather than broad awareness concepts.
2
Evaluate candidate human risk controls against the target threat.
Role-based microlearning paired with practical out-of-band verification enforces specific behavioral defenses against BEC.
Verifying financial changes via an independent communication channel (out-of-band) directly mitigates email spoofing and social engineering.

Anahtar Kavram

Role-Based Security Awareness and Human Risk Mitigation
Soru 2170Soru

A healthcare organization is updating its human risk management framework to reduce vulnerabilities associated with visual eavesdropping and unauthorized physical media in patient treatment areas. Which of the following administrative and security awareness measures should the security team implement to specifically address these human risk vectors? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: Enforce clear screen guidelines requiring staff to lock unattended workstations and install privacy filters on terminals in public view.; Deliver role-based training modules instructing clinical personnel on recognizing and reporting suspicious physical USB drives found in facility areas.

Cevap

The organization should enforce clear screen guidelines with privacy filters and deliver role-based training focused on recognizing suspicious physical media.
Enforcing clear screen guidelines (mandating screen locks and privacy filters) directly counters physical shoulder surfing in high-traffic clinical areas. Providing role-based training on recognizing physical USB hazards equips personnel to counter baiting tactics effectively.

Adım Adım Çözüm

1
Identify the specific human risk vectors described in the scenario.
The scenario highlights shoulder surfing (visual eavesdropping) and dropped physical removable media (baiting) in clinical environments.
Security awareness initiatives must directly align with the human behaviors and physical vectors observed in the work environment.
2
Evaluate administrative policies and awareness training responses.
Establishing clear screen standards (locking screens and using privacy filters) protects against visual observation. Role-based training regarding physical USB hazards teaches proper reporting of baiting attempts.
Both selected measures address the human element through policy enforcement and targeted education.
3
Differentiate technical enforcement and misaligned training modules.
Disabling ports via technical policy is a technical control, while generic wire-transfer vishing training targets an inappropriate threat vector for clinical staff.
CompTIA Security+ objectives require distinguishing administrative human risk controls from automated technical controls and ensuring training is role-relevant.

Anahtar Kavram

Role-based security awareness programs and administrative controls for human risk management
Soru 2171Soru

A security administrator is configuring digital certificates for an enterprise web gateway that host services for multiple subdomains across different domain names. To optimize TLS handshake performance, maintain client privacy, and ensure multi-domain validity, which TWO of the following configurations or steps should the administrator implement? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: Request a digital certificate that includes the Subject Alternative Name (SAN) extension containing all relevant fully qualified domain names.; Enable OCSP stapling on the web gateway so the server appends a time-stamped CA revocation response directly during the TLS handshake.

Cevap

The correct configurations are requesting a digital certificate with the Subject Alternative Name (SAN) extension for multi-domain support and enabling OCSP stapling on the gateway to improve performance and client privacy.
The Subject Alternative Name (SAN) extension permits a single X.509 certificate to secure multiple hostnames and subdomains across distinct domain names. Concurrently, OCSP stapling allows the web gateway to periodically fetch a signed OCSP response from the CA and staple it to the TLS handshake, which eliminates client-side OCSP queries, decreases handshake latency, and protects user browsing privacy.

Adım Adım Çözüm

1
Identify multi-domain certificate requirements
Determined that the Subject Alternative Name (SAN) extension allows a single X.509 certificate to secure multiple fully qualified domain names.
Traditional single-domain or wildcard certificates may not cover distinct subdomains across separate domain names efficiently.
2
Evaluate revocation checking and handshake optimization mechanisms
Selected OCSP stapling as the optimal method for certificate status checking during TLS setup.
OCSP stapling delegates the revocation lookup to the web gateway, which fetches and caches the signed OCSP response to append to the TLS handshake, avoiding client lookup latency and third-party tracking.

Anahtar Kavram

Public Key Infrastructure, Subject Alternative Name (SAN) extensions, and OCSP Stapling
Soru 2172Soru

A multinational cloud software provider processes user profiles (including names, email addresses, and location data) for European users while accepting credit card payments for subscriptions worldwide. Following a recent compliance gap analysis, the Chief Information Security Officer (CISO) is updating the organization's legal and regulatory compliance framework. Which of the following technical and operational requirements must the organization implement to satisfy both GDPR and PCI DSS compliance obligations? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: Apply strong cryptographic controls to obscure stored Primary Account Numbers (PAN) and mandate secure transmission of payment card data across public networks.; Establish formal processes to fulfill data subject erasure requests and maintain a valid legal basis for processing personal data.

Cevap

The organization must apply strong cryptographic controls to stored and transmitted Primary Account Numbers (PAN) for PCI DSS compliance, and establish processes to fulfill data subject erasure requests and legal basis requirements for GDPR compliance.
The correct requirements are protecting payment card numbers (PAN) via strong encryption to comply with PCI DSS standards, and establishing procedures for handling data subject erasure requests to comply with GDPR obligations.

Adım Adım Çözüm

1
Analyze data scope and governing regulations
Identified Payment Card Industry Data Security Standard (PCI DSS) for payment card details (PAN) and General Data Protection Regulation (GDPR) for European user profiles.
Regulatory scope depends on the classification of data being collected and processed.
2
Evaluate PCI DSS requirements
PCI DSS mandates protection of Cardholder Data Environment (CDE), specifically encryption of PAN at rest and in transit.
Ensures credit card numbers cannot be intercepted or extracted in plaintext.
3
Evaluate GDPR requirements
GDPR grants rights to data subjects, including the right to erasure (right to be forgotten) and mandates lawful processing.
Protects individuals' privacy rights over their personal data.

Anahtar Kavram

Regulatory Compliance and Legal Requirements Management
Soru 2173Soru

A global logistics provider completes a Business Impact Analysis (BIA) for its automated shipment tracking service. The assessment determines that the organization can tolerate a maximum data loss of 15 minutes of transactional updates, requires system infrastructure restoration within 2 hours of a outage, and mandates 1 hour of verification and data integrity checks before resuming operations to prevent exceeding the 4-hour Maximum Tolerable Downtime (MTD). Which of the following statements correctly map these operational findings to business continuity metrics? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: The Recovery Point Objective (RPO) is set to 15 minutes, dictating that database replication or backup intervals must not exceed 15 minutes of transactional data loss.; The Recovery Time Objective (RTO) is 2 hours for core system restoration, which combined with a 1-hour Work Recovery Time (WRT) ensures total downtime remains below the 4-hour MTD threshold.

Cevap

The correct statements are: (1) The Recovery Point Objective (RPO) is set to 15 minutes, dictating that database replication or backup intervals must not exceed 15 minutes of transactional data loss; and (2) The Recovery Time Objective (RTO) is 2 hours for core system restoration, which combined with a 1-hour Work Recovery Time (WRT) ensures total downtime remains below the 4-hour MTD threshold.
The scenario correctly maps the 15-minute maximum data loss threshold to the Recovery Point Objective (RPO). Additionally, it accurately identifies the 2-hour infrastructure restoration as the Recovery Time Objective (RTO) and the 1-hour verification period as Work Recovery Time (WRT), confirming that their sum (3 hours3\text{ hours}) is within the 4-hour Maximum Tolerable Downtime (MTD).

Adım Adım Çözüm

1
Identify the data loss threshold metric from the scenario context.
The scenario specifies a maximum allowable data loss of 15 minutes of transaction updates, which corresponds directly to the Recovery Point Objective (RPO).
RPO defines the age of files or data that must be recovered from backup storage for normal operations to resume after a disaster.
2
Analyze system recovery and verification timeframes relative to RTO, WRT, and MTD.
The system restoration target of 2 hours is the Recovery Time Objective (RTO). The 1-hour verification phase represents Work Recovery Time (WRT). Together (2 hrs RTO+1 hr WRT=3 hrs2\text{ hrs RTO} + 1\text{ hr WRT} = 3\text{ hrs}), they fall safely under the 4-hour Maximum Tolerable Downtime (MTD).
MTD is the maximum period of time business operations can be disrupted. RTO+WRTMTD\text{RTO} + \text{WRT} \le \text{MTD} must hold true to prevent severe business impact.

Anahtar Kavram

Business Impact Analysis Metrics (RPO, RTO, WRT, MTD)
Soru 2174Soru

A biotechnology research firm conducts a Business Impact Analysis (BIA) for its cloud-hosted genomic sequencing data pipeline. The BIA determines that to prevent severe compliance and financial penalties, the platform must not lose more than 15 minutes of newly ingested sequencing data in the event of an outage, while system recovery and service restoration must be completed within 6 hours. Which metric specifically defines the 15-minute maximum acceptable threshold for data loss?

Cevabı ve açıklamayı göster

Cevap: Recovery Point Objective (RPO)

Cevap

The metric specifying the maximum acceptable period of data loss (15 minutes) is the Recovery Point Objective (RPO).
The Recovery Point Objective (RPO) specifies the maximum tolerable amount of data loss measured in time prior to an incident. A 15-minute threshold indicates that backups or replication mechanisms must occur frequently enough to ensure no more than 15 minutes of unrecoverable data.

Adım Adım Çözüm

1
Analyze the scenario parameters
Identified two distinct operational constraints: a maximum data loss threshold of 15 minutes and a system outage duration recovery threshold of 6 hours.
Business Impact Analysis (BIA) separates data recovery timeframes from operational recovery timeframes.
2
Map the data loss duration constraint to the standard Business Continuity Management metric
The target duration (15 minutes of lost telemetry/data) aligns directly with the Recovery Point Objective (RPO).
RPO measures data loss tolerance backward from the point of disruption.

Anahtar Kavram

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

An organization's security manager is implementing a human risk management campaign to address a high frequency of unattended, unlocked workstations observed during an internal audit. In what chronological order should the security manager execute the following phases of the campaign, from initial risk assessment to program evaluation?

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

Cevabı ve açıklamayı göster

Cevap

The correct sequence begins with performing a baseline compliance audit, followed by developing targeted microlearning modules, executing the training alongside technical controls, and concluding with follow-up audits to evaluate behavioral improvement.
A structured security awareness and human risk management framework follows a logical progression: assessment, design, deployment, and evaluation. Conducting a baseline audit establishes pre-intervention compliance levels. Designing targeted training materials directly addresses the vulnerabilities identified in the audit. Deploying the modules and technical controls applies the remediation, and performing unannounced post-training audits provides the quantitative data necessary to evaluate program efficacy against the baseline.

Adım Adım Çözüm

1
Establish initial baseline metrics.
Gathers empirical data on non-compliance prior to taking corrective action.
Security awareness programs require pre-intervention metrics to measure training effectiveness accurately.
2
Design tailored security awareness content.
Creates focused instructional material tailored to the observed physical security gaps.
Educational content must be developed based on identified baseline weaknesses before deployment.
3
Deliver training and enforce technical safeguards.
Educates personnel while enforcing technical controls like automated screen timeouts.
Program deployment happens after awareness materials and technical policies are established.
4
Perform post-implementation evaluation.
Determines human risk reduction by comparing new audit figures to original baseline statistics.
Evaluating campaign efficacy requires comparing post-training operational data against initial baseline metrics.

Anahtar Kavram

Human Risk Mitigation Program Lifecycle
Tahmini Süre:1m 30s
Soru 2176Soru

An enterprise security team discovers that system administrators holding elevated credentials are being targeted by voice phishing (vishing) campaigns aimed at capturing out-of-band authentication codes. Despite 100% completion of the mandatory annual general security awareness course, several administrators compromised credentials during recent simulations. Which of the following approaches is the most effective human risk management intervention to mitigate this specific risk?

Cevabı ve açıklamayı göster

Cevap: Implement role-based micro-training and simulated vishing scenarios that enforce out-of-band identity verification protocols for privileged users.

Cevap

Implementing role-based micro-training and simulated vishing scenarios that enforce out-of-band identity verification protocols for privileged users is the most effective intervention.
Role-based training customizes security education to the specific threat landscape, access levels, and attack vectors associated with high-risk job functions. System administrators hold elevated permissions and are prime targets for vishing attacks attempting to harvest multi-factor authentication codes. Tailoring micro-training and practical vishing simulations with out-of-band verification procedures directly addresses the human risk associated with privileged roles.

Adım Adım Çözüm

1
Analyze the threat vector and vulnerability context
The risk involves voice phishing (vishing) targeted specifically at privileged system administrators, an area where general annual awareness training proved ineffective.
Privileged roles face unique, high-impact attack vectors requiring specialized defense behaviors rather than general security rules.
2
Evaluate human risk management control types
Role-based training tailors content and practical simulations to high-risk roles and exact attack channels (vishing with out-of-band verification requirements).
Targeted simulations reinforce specific procedural responses (e.g., verifying callers out-of-band) necessary to reduce human risk.

Anahtar Kavram

Role-based security awareness training and human risk management tailoring for privileged accounts.
Soru 2177Soru

An enterprise security administrator notices that after revoking a compromised employee device certificate, internal applications continue to trust the revoked certificate for up to 24 hours until the next scheduled status update file is generated. The administrator needs to update the PKI architecture so authentication services can query the revocation status of individual certificates in real time without forcing mobile clients to download complete revocation files over low-bandwidth cellular connections. Which of the following should the administrator implement to meet these requirements?

Cevabı ve açıklamayı göster

Cevap: Online Certificate Status Protocol (OCSP)

Cevap

Online Certificate Status Protocol (OCSP)
The correct option is Online Certificate Status Protocol (OCSP). OCSP allows services to submit a lightweight request containing a specific certificate's serial number to an OCSP responder and receive an immediate status response (Good, Revoked, or Unknown). This eliminates the time delay associated with scheduled list publications and conserves cellular bandwidth compared to downloading entire lists.

Adım Adım Çözüm

1
Analyze the operational limitation in the scenario
The current setup suffers from a 24-hour update latency window and excessive bandwidth consumption due to periodic downloading of entire revocation lists.
Certificate Revocation Lists (CRLs) are published on a timed schedule and contain all revoked certificate serial numbers, making them bandwidth-heavy and delayed.
2
Identify the PKI mechanism designed for low-bandwidth, real-time single certificate status checks
Online Certificate Status Protocol (OCSP) provides real-time verification status (good, revoked, or unknown) for a specific certificate query.
OCSP sends lightweight requests and responses for individual certificate serial numbers rather than transferring complete lists.

Anahtar Kavram

Certificate Revocation and Real-time Status Validation (OCSP vs CRL)
Soru 2178Soru

A regional financial technology company based in the United States provides consumer loan processing software. To maintain compliance with the Gramm-Leach-Bliley Act (GLBA) Safeguards Rule regarding nonpublic personal information (NPI), the security team is reviewing mandatory administrative and technical safeguards. Which of the following security controls is explicitly required by the GLBA Safeguards Rule for protecting customer NPI?

Cevabı ve açıklamayı göster

Cevap: Multi-factor authentication (MFA) for any individual accessing customer information systems, alongside encryption of NPI at rest and in transit.

Cevap

Multi-factor authentication (MFA) for any individual accessing customer information systems, alongside encryption of NPI at rest and in transit.
The correct answer highlights controls specifically required by the FTC's updated GLBA Safeguards Rule. Financial institutions must implement multi-factor authentication for any individual accessing customer information systems containing nonpublic personal information (NPI) and must encrypt customer data at rest and in transit.

Adım Adım Çözüm

1
Identify the governing regulatory framework and target data classification in the scenario.
The regulatory framework is the Gramm-Leach-Bliley Act (GLBA) Safeguards Rule, which governs nonpublic personal information (NPI) held by financial institutions.
Different regulations mandate distinct technical controls based on data type and sector.
2
Evaluate the technical and administrative requirements specified under the GLBA Safeguards Rule.
The updated GLBA Safeguards Rule explicitly mandates multi-factor authentication (MFA) for all individuals accessing systems with NPI and requires encryption of NPI both at rest and in transit.
GLBA updated its requirements to establish concrete baseline controls including MFA, data encryption, and access monitoring.
3
Distinguish GLBA mandates from requirements of other regulatory frameworks like SOX or HIPAA.
Financial audit filings apply to SOX, and BAAs apply to HIPAA, leaving multi-factor authentication and NPI encryption as the correct GLBA technical mandate.
Recognizing regulatory scope prevents misapplication of compliance controls.

Anahtar Kavram

Gramm-Leach-Bliley Act (GLBA) Safeguards Rule Technical Requirements
Soru 2179Soru

An enterprise compliance officer is updating the organization's regulatory tracking matrix to align with global legal mandates and industry-specific security requirements. Match each regulatory framework or legal mandate on the left with its corresponding compliance scope or operational requirement on the right.

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

Öğeler

Children's Online Privacy Protection Act (COPPA)
International Traffic in Arms Regulations (ITAR)
Federal Information Security Modernization Act (FISMA)
Digital Operational Resilience Act (DORA)

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

COPPA matches the mandate for verifiable parental consent before collecting data from children under 13; ITAR matches export restrictions on defense-related technical data; FISMA matches US federal agency security control requirements following NIST guidelines; DORA matches EU financial sector digital operational resilience and ICT vendor oversight requirements.
Each regulation is paired accurately with its legal jurisdiction and operational focus: COPPA protects children's online data privacy; ITAR controls defense technical data exports; FISMA enforces US federal agency information security controls via NIST standards; and DORA establishes EU financial sector ICT operational resilience standards.

Adım Adım Çözüm

1
Analyze the scope of COPPA
COPPA specifically protects online privacy for children under 13 years old, requiring verifiable parental consent.
Identify the distinct target population and consent mandate associated with child privacy protection.
2
Analyze the scope of ITAR
ITAR controls defense-related technical data and military export restrictions.
Differentiate export control regulations governing defense technology from general commerce or data privacy laws.
3
Analyze the scope of FISMA
FISMA mandates security control implementation (such as NIST SP 800-53) for US federal agencies and contractors.
Recognize federal information system governance standards enforced within US government operations.
4
Analyze the scope of DORA
DORA enforces EU digital operational resilience, ICT threat testing, and third-party risk management for financial institutions.
Distinguish recent regional financial sector cyber resilience regulations from generic privacy laws.

Anahtar Kavram

Regulatory Compliance and Legal Requirements Management
Soru 2180Soru

Match each business continuity management artifact or process on the left with its primary operational objective on the right.

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

Öğeler

Business Impact Analysis (BIA)
Business Continuity Plan (BCP)
Disaster Recovery Plan (DRP)
Continuity of Operations Plan (COOP)

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Business Impact Analysis (BIA) pairs with quantifying operational impacts and establishing RTO/RPO; Business Continuity Plan (BCP) pairs with operational procedures for sustaining business processes; Disaster Recovery Plan (DRP) pairs with technical step-by-step instructions for IT infrastructure restoration; Continuity of Operations Plan (COOP) pairs with sustaining mission-critical leadership and core functions during major disasters.
Each artifact addresses a distinct layer of organizational resilience: BIA analyzes impacts to define metrics, BCP maintains business process workflows, DRP recovers technical systems and data, and COOP preserves essential organizational leadership and core mission execution.

Adım Adım Çözüm

1
Analyze the scope of Business Impact Analysis (BIA).
Identify that BIA is an analytical phase prioritizing critical assets, establishing Maximum Tolerable Downtime (MTD), RTO, and RPO.
BIA forms the baseline empirical assessment required before developing continuity strategies.
2
Differentiate Business Continuity Planning (BCP) from Disaster Recovery Planning (DRP).
Recognize BCP handles overall operational processes and business workflow continuity, whereas DRP addresses the technical re-establishment of IT systems.
BCP focuses on business processes and personnel, while DRP focuses on systems, infrastructure, and data restoration.
3
Identify the distinct role of Continuity of Operations Planning (COOP).
Associate COOP with preserving institutional leadership, emergency communications, and essential mission capabilities.
COOP originated in government and public safety frameworks to guarantee leadership survival and command structure continuity.

Anahtar Kavram

Distinction between BIA, BCP, DRP, and COOP framework components
ÖncekiSayfa 109 / 112Sonraki
Tüm alıştırma soruları — CompTIA Security+ | Examkin