Tüm alıştırma soruları

2232 soru

Soru 2141Soru

A network security administrator is commissioning a new internal web application server that requires a trusted SSL/TLS certificate signed by the enterprise internal Certificate Authority (CA). Which of the following sequences represents the correct chronological order of steps the administrator must perform to obtain and deploy this certificate?

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

Cevabı ve açıklamayı göster

Cevap

The correct operational sequence begins with generating the private/public key pair locally on the server, followed by creating the Certificate Signing Request (CSR) with identity details, submitting the CSR to the CA for verification and signing, and finally installing the signed certificate along with the intermediate CA trust chain on the server.
The proper PKI enrollment workflow begins by locally generating the asymmetric key pair on the web server to ensure private key protection. Next, a Certificate Signing Request (CSR) containing the public key and identity specifications (like SAN extensions) is created. This CSR is then submitted to the Certificate Authority (CA) for verification and signing. Finally, once signed, the certificate along with the intermediate CA certificates are installed on the server to enable valid TLS connections.

Adım Adım Çözüm

1
Generate local key pair
Private key stays secret on the server while the public key is ready for submission
Security best practices dictate that private keys must be generated locally and never transmitted across the network.
2
Formulate the CSR
A CSR file formatted with public key data and Subject Alternative Name (SAN) extensions
The CSR provides the CA with the required server identity attributes and public key to be bound into the certificate.
3
Submit CSR to CA for signing
The CA validates request parameters and generates a signed public certificate
The CA asserts trust by appending its cryptographic signature using its private key.
4
Deploy certificate and intermediate chain
Web server is fully configured for TLS trust and handshakes
Installing both the server certificate and intermediate certificates ensures client browsers can validate the entire trust path to the root CA.

Anahtar Kavram

Public Key Infrastructure Certificate Lifecycle and Request Workflow
Soru 2142Soru

A financial services firm operating in the United States is updating its security governance controls to maintain compliance with Sarbanes-Oxley Act (SOX) Section 404 requirements. The security manager must implement controls that verify the integrity and accuracy of internal financial reporting data stored within enterprise systems. Which of the following actions best fulfills this specific regulatory requirement?

Cevabı ve açıklamayı göster

Cevap: Establishing mandatory segregation of duties and enforcing immutable audit logging for all configuration changes affecting financial reporting systems.

Cevap

Establishing mandatory segregation of duties and enforcing immutable audit logging for all configuration changes affecting financial reporting systems.
The Sarbanes-Oxley Act (SOX) Section 404 mandates that organizations establish and maintain internal controls and financial reporting procedures. Implementing segregation of duties prevents any single individual from executing fraudulent transactions without oversight, while immutable audit logging ensures that configuration modifications to financial reporting systems can be independently verified by auditors.

Adım Adım Çözüm

1
Identify the primary scope and focus of Sarbanes-Oxley (SOX) Section 404.
Recognize that SOX focuses on internal financial reporting controls, data integrity, prevention of fraud, and auditing transparency.
SOX requires public companies and financial institutions to validate the accuracy and internal control oversight of systems that generate financial statements.
2
Evaluate technical and administrative controls against SOX compliance requirements.
Determine that segregation of duties (preventing single-user unauthorized changes) and tamper-evident audit logs directly ensure accountability and data integrity.
Administrative oversight combined with immutable audit logging prevents undetected internal modifications to financial records.
3
Differentiate correct governance controls from misplaced technical mitigations or responsibility shifts.
Confirm that proper policy enforcement and internal audit controls directly fulfill SOX obligations.
Regulatory accountability remains with the organization and requires mandatory controls rather than optional guidelines or network-level workarounds.

Anahtar Kavram

Sarbanes-Oxley Act (SOX) Financial Compliance and Internal Controls
Soru 2143Soru

During a Business Impact Analysis (BIA) for a commercial bank's real-time fraud detection engine, the risk management team establishes two key operational constraints: transaction data loss must not exceed 15 minutes of activity, and the service must be fully operational within 2 hours following a disaster to avoid severe regulatory penalties. Which of the following metric assignments correctly aligns with these BIA findings?

Cevabı ve açıklamayı göster

Cevap: Recovery Point Objective (RPO) of 15 minutes and Recovery Time Objective (RTO) of 2 hours

Cevap

Recovery Point Objective (RPO) of 15 minutes and Recovery Time Objective (RTO) of 2 hours
The correct option accurately designates 15 minutes as the Recovery Point Objective (RPO)—the target time threshold for acceptable data loss—and 2 hours as the Recovery Time Objective (RTO)—the targeted window to restore operational capability.

Adım Adım Çözüm

1
Identify the data loss threshold requirement
The requirement allows a maximum data loss threshold of 15 minutes of transaction data
Recovery Point Objective (RPO) measures the maximum acceptable amount of data loss expressed in time prior to an outage.
2
Identify the system recovery time requirement
The service must be restored within 2 hours of an outage occurrence
Recovery Time Objective (RTO) measures the maximum acceptable time system services can be offline following a disaster.
3
Map requirements to business continuity metrics
RPO = 15 minutes; RTO = 2 hours
Combining RPO for data loss tolerance and RTO for service outage duration accurately reflects the BIA findings.

Anahtar Kavram

Distinction between Recovery Point Objective (RPO) and Recovery Time Objective (RTO) in Business Impact Analysis
Soru 2144Soru

A receptionist at an enterprise regional office receives a phone call from an individual claiming to be a technician from the building management company. The caller states that an urgent HVAC emergency requires immediate physical access to the server room key box and asks the receptionist to read the emergency access PIN code over the phone. The caller provides fake ticket numbers and references real facility manager names to build credibility. Which of the following social engineering techniques did the attacker primarily execute in this scenario?

Cevabı ve açıklamayı göster

Cevap: Pretexting

Cevap

Pretexting
Pretexting is the act of creating a believable fabricated scenario or identity (the pretext) to trick a victim into disclosing sensitive information or granting unauthorized access. In this scenario, the attacker impersonated a facilities technician and fabricated an HVAC emergency to deceive the receptionist into revealing a sensitive PIN.

Adım Adım Çözüm

1
Analyze the attack vector and communication channel in the scenario.
The attack uses direct phone communication where the adversary impersonates an authorized technician and provides fabricated context (fake ticket numbers, real employee names).
Identifying the method of contact helps narrow down the social engineering classification.
2
Evaluate the underlying psychological tactic.
The attacker creates a false background story (an emergency HVAC maintenance event) to manipulate the recipient into breaking security protocols.
Creating a fake background narrative to establish trust and trick a target is the defining characteristic of pretexting.
3
Compare the scenario against alternative social engineering definitions.
Watering hole attacks involve site compromise, baiting uses tangible enticements, and pharming uses DNS manipulation; none of these rely on direct verbal narrative fabrication.
Differentiating techniques ensures accurate categorization based on attack mechanics.

Anahtar Kavram

Pretexting in Social Engineering
Soru 2145Soru

During a physical security audit, an analyst notes multiple instances of unauthorized visitors entering secure facility zones by closely following badged employees through access doors. Which of the following security awareness initiatives is the most effective administrative control to directly reduce employee susceptibility to this risk?

Cevabı ve açıklamayı göster

Cevap: Conducting interactive tailgating awareness training that empowers employees to challenge unbadged individuals and practice courteous access refusal.

Cevap

Conducting interactive tailgating awareness training that empowers employees to challenge unbadged individuals and practice courteous access refusal.
Tailgating relies on human social norms such as politeness and hesitation to confront strangers. An interactive awareness program specifically addressing physical security tactics equips personnel with practical strategies to verify badges and politely challenge unbadged individuals, directly reducing the organization's human risk exposure.

Adım Adım Çözüm

1
Identify the primary threat vector in the scenario.
The risk described is tailgating (piggybacking), a physical social engineering vector where unauthorized individuals gain facility entry by relying on employee politeness or lack of physical access vigilance.
Understanding the specific attack vector ensures selecting an awareness intervention that targets the relevant human vulnerability.
2
Evaluate the requested control category.
The prompt asks for a security awareness program initiative (an administrative control) that directly reduces human susceptibility.
Technical controls alter infrastructure, whereas awareness controls focus on changing human security behavior.
3
Determine the most effective behavioral awareness intervention.
Interactive awareness training on tailgating provides practical skills for stopping unauthorized entry and builds an organizational culture that normalizes verifying badges at door thresholds.
Behavioral change requires active training and empowerment rather than passive document distribution or unrelated email phishing exercises.

Anahtar Kavram

Tailgating Prevention and Behavioral Security Training
Soru 2146Soru

An organization deploys a new RADIUS server to support 802.1X EAP-TLS authentication across corporate laptops. During testing, client devices fail to authenticate, reporting that the RADIUS server's identity cannot be verified. Analysis indicates that while client devices trust the organization's offline Root CA, the RADIUS server is transmitting only its leaf certificate, and clients cannot validate the intermediate issuing CA that signed it. Which of the following configuration changes on the server will resolve the authentication failure?

Cevabı ve açıklamayı göster

Cevap: Bundle the intermediate issuing CA certificate with the server certificate so the complete trust chain is provided during the TLS handshake.

Cevap

The server must be configured to supply the intermediate issuing CA certificate in a bundle with its server certificate to complete the certificate trust chain during the TLS handshake.
Supplying the intermediate issuing CA certificate alongside the server's leaf certificate provides the client with the full certificate chain. This allows the client to build a valid trust path from the server certificate up to the locally trusted Root CA.

Adım Adım Çözüm

1
Identify the cause of the TLS certificate validation error on client devices.
Clients fail validation because they receive only the server's leaf certificate without the intermediate CA certificate needed to build a valid path to their trusted Root CA.
PKI trust verification requires a complete path from the leaf certificate through all intermediate CAs to a trusted root stored on the client.
2
Determine the appropriate server-side remediation.
Concatenate or bundle the server's leaf certificate with the intermediate CA certificate(s).
Transmitting the full certificate bundle allows client endpoints to construct and verify the entire certificate chain back to the Root CA.

Anahtar Kavram

Certificate Chaining and Trust Path Validation
Tahmini Süre:1m 30s
Soru 2147Soru

A Security Operations Center (SOC) analyst is reviewing network security monitoring alerts generated by a Network Traffic Analysis (NTA) sensor inspecting perimeter egress traffic. The sensor triggers a high-severity alert for an outbound TCP session originating from an internal host (10.2.14.5010.2.14.50) to an external server (198.51.100.89198.51.100.89):

src_ip: 10.2.14.50
src_port: 51024
dest_ip: 198.51.100.89
dest_port: 443
transport: tcp
detected_protocol: ssh
expected_protocol: tls
alert_type: Protocol Mismatch / Evasion

Based on the log snippet provided, which of the following is the most accurate interpretation of this network security monitoring alert?

Cevabı ve açıklamayı göster

Cevap: An internal host is attempting to bypass perimeter egress filtering by tunneling SSH traffic over standard HTTPS port 443.

Cevap

The alert indicates an internal host attempting to bypass perimeter egress filtering by tunneling SSH traffic over standard HTTPS port 443.
The NTA sensor alert highlights a protocol mismatch where an outbound session on TCP port 443 (typically allocated for HTTPS/TLS) contains SSH protocol signatures. Adversaries and users frequently attempt to evade perimeter security controls and firewall restrictions by encapsulating unauthorized protocols (such as SSH) over common outbound ports like 443.

Adım Adım Çözüm

1
Analyze the source, destination, and port details in the alert log.
The source is internal host 10.2.14.5010.2.14.50 sending traffic outbound to external IP 198.51.100.89198.51.100.89 on destination port 443.
Establishing traffic flow direction confirms this is an outbound egress event.
2
Compare expected_protocol with detected_protocol.
Destination port 443 normally carries TLS/SSL traffic, but deep packet inspection detected SSH protocol banners/payloads.
Mismatched protocol and port signatures reveal an evasion technique intended to conceal non-HTTPS traffic inside a standard allowed egress port.
3
Determine the security significance of the protocol anomaly.
Adversaries or policy-violating users often run SSH servers on port 443 to tunnel restricted protocols out of a network.
Identifying protocol tunneling over non-standard ports enables analysts to investigate potential command-and-control (C2) or data exfiltration channels.

Anahtar Kavram

Network Security Monitoring and Protocol Anomaly Detection
Tahmini Süre:1m 30s
Soru 2148Soru

A newly appointed Chief Information Security Officer (CISO) at a global renewable energy management corporation is restructuring the organization's security documentation hierarchy. Match each security 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
Technical Standard
Security Baseline
Security Guideline

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Security Policy matches the high-level mandatory directive; Technical Standard matches mandatory specific technical specifications; Security Baseline matches the mandatory minimum configuration benchmark; Security Guideline matches discretionary recommendations.
In security governance, documents are categorized by authority and enforcement level. Policies provide high-level mandatory direction from leadership. Standards enforce specific required technologies or specifications. Baselines establish the minimum mandatory configuration build for hardware/software. Guidelines offer optional, flexible recommendations for best practices.

Adım Adım Çözüm

1
Analyze the mandatory status and high-level nature of Security Policies.
Identify that a Security Policy represents executive-level directives providing overall organizational security goals and expectations.
Policies sit at the top of the governance hierarchy and apply broadly across the enterprise.
2
Differentiate mandatory technical specifications from minimum system configuration states.
Map Technical Standards to compulsory operational/technical specifications and Security Baselines to the minimum hardening build state required for individual assets.
Standards define mandatory technologies or behaviors, whereas baselines set the minimum threshold configuration.
3
Evaluate discretionary documentation versus mandatory compliance requirements.
Associate Security Guidelines with non-binding recommendations and operational best practices.
Guidelines provide flexibility and advice, unlike policies, standards, and baselines which are strictly mandatory.

Anahtar Kavram

Security Governance Policy Hierarchy and Document Roles
Soru 2149Soru

A United States-based Software-as-a-Service (SaaS) provider stores customer analytics records on cloud servers located exclusively in North America. A European Union-based multinational enterprise plans to subscribe to the platform but requires a legally recognized mechanism to ensure that cross-border transfers of personal data outside the European Economic Area (EEA) maintain compliance with data privacy regulations. Which of the following mechanisms directly satisfies this regulatory compliance requirement under the General Data Protection Regulation (GDPR)?

Cevabı ve açıklamayı göster

Cevap: Executing Standard Contractual Clauses (SCCs) between the data controller and data processor

Cevap

Executing Standard Contractual Clauses (SCCs) between the data controller and data processor satisfies the regulatory requirement for cross-border personal data transfers under GDPR.
Under the General Data Protection Regulation (GDPR), transferring personal data of EU residents outside the European Economic Area (EEA) to a country without an adequacy decision requires an approved legal transfer mechanism. Standard Contractual Clauses (SCCs) are standardized, legally binding terms approved by the European Commission that guarantee data protection obligations are contractually enforced across jurisdictional boundaries.

Adım Adım Çözüm

1
Identify the primary regulatory constraint in the scenario.
The scenario involves transferring personal data belonging to EU citizens to cloud servers hosted outside the European Economic Area (EEA) in the United States under GDPR.
GDPR strictly regulates the transfer of personal data outside the EEA unless an adequacy decision or appropriate legal safeguards exist.
2
Evaluate the legal mechanisms available for international data transfers.
Standard Contractual Clauses (SCCs) are standardized contractual terms adopted by the European Commission that legally bind data exporters and importers to protect data privacy.
SCCs provide valid legal authorization for data transfers to third countries lacking an adequacy decision.
3
Distinguish legal compliance mechanisms from technical controls and voluntary auditing frameworks.
Voluntary attestations (SOC 2), security standards (ISO/IEC 27001), and technical controls (AES-256 encryption) do not grant legal authorization for cross-border data movement on their own.
Regulatory compliance mandates require specific legal instruments alongside technical safeguards.

Anahtar Kavram

GDPR Cross-Border Data Transfer Legal Safeguards
Soru 2150Soru

A security analyst is reviewing business continuity and resilience planning metrics following a Business Impact Analysis (BIA) for a critical enterprise application. Match each business continuity metric on the left with its corresponding operational definition on the right.

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

Öğeler

Maximum Tolerable Downtime (MTD)
Recovery Time Objective (RTO)
Recovery Point Objective (RPO)
Work Recovery Time (WRT)

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Maximum Tolerable Downtime (MTD) matches the overall maximum timeframe an enterprise business process can be offline before incurring irreversible harm; Recovery Time Objective (RTO) matches the target duration of time dedicated to technical restoration of system infrastructure and applications; Recovery Point Objective (RPO) matches the maximum acceptable amount of transactional data loss measured in duration prior to a disruption; Work Recovery Time (WRT) matches the operational phase after technical recovery dedicated to data validation, application testing, and process integration.
Each business continuity metric measures a distinct component of risk and recovery: Maximum Tolerable Downtime defines the fatal operational threshold, Recovery Time Objective specifies technical system recovery speed, Recovery Point Objective establishes acceptable data loss windows, and Work Recovery Time accounts for business validation prior to resuming full operations.

Adım Adım Çözüm

1
Identify the data loss boundary metric
Recovery Point Objective (RPO) specifically addresses acceptable data loss age measured backward in time from the disruption event.
RPO determines backup frequency requirements by specifying how much recent data loss is tolerable.
2
Differentiate technical system restoration from total operational business recovery
Recovery Time Objective (RTO) covers technical recovery duration, while Work Recovery Time (WRT) covers post-restoration verification and operational integration.
RTO focuses on technical service availability, whereas WRT focuses on business readiness.
3
Determine the overarching disruption threshold
Maximum Tolerable Downtime (MTD) establishes the non-negotiable ceiling (where MTD must be greater than or equal to RTO + WRT) before irreversible impact occurs.
MTD establishes the absolute upper boundary for overall business continuity planning.

Anahtar Kavram

Business Continuity Metrics (MTD, RTO, RPO, WRT)
Soru 2151Soru

Match each social engineering attack vector or influence principle on the left with the enterprise incident scenario on the right that best demonstrates its execution.

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

Öğeler

Whaling
Shoulder Surfing
Diversion Theft
Scarcity (Influence Principle)

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Whaling pairs with the scenario involving a targeted email sent directly to the CEO. Shoulder Surfing pairs with the scenario involving direct visual observation of credential entry in a cafe. Diversion Theft pairs with the scenario involving redirecting incoming physical shipments of equipment. Scarcity pairs with the scenario leveraging limited remaining trial licenses to trick staff.
Each attack vector or principle matches its operational execution: Whaling targets top executives (CEO), Shoulder Surfing relies on direct visual observation, Diversion Theft intercepts physical transit shipments, and Scarcity exploits psychological urgency built around limited remaining quantities.

Adım Adım Çözüm

1
Identify the target profile for Whaling
Recognize that Whaling specifically targets high-ranking executives like C-level leadership, matching the CEO wire transfer scenario.
Whaling is a specialized variant of spear phishing aimed at high-value targets within an organization.
2
Analyze physical observation threat vectors
Identify Shoulder Surfing as the technique where an attacker visually eavesdrops on password or credential entry in public spaces.
Direct visual observation of keyboards and screens falls directly under shoulder surfing risks.
3
Evaluate supply chain physical transport attack methods
Link Diversion Theft to the physical rerouting of incoming hardware packages and logistics couriers.
Diversion theft focuses on intercepting goods in transit by deceiving transportation personnel.
4
Evaluate psychological principles of influence
Associate Scarcity with the tactic of offering limited availability items (such as only five trial licenses) to coerce hasty victim action.
Scarcity relies on the fear of missing out due to restricted availability or strict deadlines.

Anahtar Kavram

Social Engineering Vectors and Principles of Influence
Tahmini Süre:1m 30s
Soru 2152Soru

Following an increase in security events involving remote employees working from public locations, an organization updates its security awareness program to focus on human risk management for mobile workers. Which of the following administrative and operational security awareness controls should the security team implement to directly address these human-centric risks? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: Mandatory awareness modules covering visual eavesdropping risks and requiring privacy filter usage in public spaces; Clear reporting procedures and timelines for personnel to notify security operations upon losing a mobile device

Cevap

The organization should implement mandatory awareness modules covering visual eavesdropping and privacy filter usage, alongside clear reporting procedures for lost or stolen mobile devices.
Educating mobile workers on visual eavesdropping risks alongside mandating privacy screen usage addresses the physical human risks of working in public. Additionally, establishing explicit protocols for employees to report missing devices ensures human compliance with incident handling escalation.

Adım Adım Çözüm

1
Analyze the scenario risk environment
Identified human-centric risks associated with remote and mobile workers operating in public locations, specifically physical observation and mobile device loss.
Security awareness programs must tailor human risk mitigations to the specific operational environment of the target user group.
2
Evaluate the proposed options against human risk management criteria
Selected awareness modules targeting visual eavesdropping and prompt incident reporting procedures for lost devices.
These controls educate employees on behavioral expectations and operational reporting responsibilities specific to mobile public work.

Anahtar Kavram

Security Awareness Programs and Human Risk Management for Remote/Mobile Workforces
Tahmini Süre:1m 30s
Soru 2153Soru

A systems engineer is implementing security controls for a enterprise API gateway that requires mutual TLS authentication. To optimize client connection speeds, the engineer wants to eliminate third-party real-time lookup latency during certificate revocation verification. Additionally, the engineer must request a new web server certificate following strict Public Key Infrastructure (PKI) enrollment best practices. Which of the following steps should the security engineer take to meet these requirements?

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

Cevabı ve açıklamayı göster

Cevap: Enable OCSP stapling on the server to provide clients with time-stamped, CA-signed certificate status responses during the initial handshake.; Generate the key pair locally on the server hardware and send only the public key along with identification details inside the Certificate Signing Request (CSR).

Cevap

The engineer should enable OCSP stapling on the server to provide cached revocation status responses during the TLS handshake, and generate the key pair locally to include only the public key in the Certificate Signing Request (CSR).
Enabling OCSP stapling offloads real-time revocation verification from the client to the server, significantly reducing handshake latency while keeping certificate status checks up to date. During certificate issuance, generating key pairs locally and submitting only the public key within the CSR maintains the strict secrecy of the server's private key.

Adım Adım Çözüm

1
Evaluate the requirement for optimizing certificate revocation checking performance.
OCSP stapling delegates revocation queries to the server, which caches signed responses from the CA and staples them into the TLS handshake, preventing client lookup delays and privacy leaks.
Direct client OCSP checks cause latency and depend on third-party server availability, which OCSP stapling effectively resolves.
2
Determine correct PKI certificate enrollment and CSR generation steps.
The server generates a public-private key pair locally, retains the private key in secure storage, and embeds the public key and organizational details into the CSR sent to the CA.
Exposing or transmitting private keys during CSR creation compromises key integrity and violates PKI security boundaries.

Anahtar Kavram

Public Key Infrastructure (PKI) Certificate Enrollment and OCSP Stapling Mechanics
Tahmini Süre:1m 30s
Soru 2154Soru

An enterprise healthcare provider establishes an executive directive mandating that all sensitive patient data must be encrypted both in transit and at rest across all internal systems. To operationalize this executive mandate, the IT security team creates a mandatory compliance document that details the specific required cryptographic algorithms, minimum key lengths, and approved cipher suites that system administrators must configure on all database nodes without exception. Which component of the security governance hierarchy does this technical configuration document represent?

Cevabı ve açıklamayı göster

Cevap: Security Standard

Cevap

The cryptographic configuration document represents a Security Standard because it provides mandatory, specific technical requirements designed to support high-level policy objectives.
The correct option is Security Standard. Security standards are compulsory governance documents that define specific technical requirements, hardware/software configurations, or operational rules (such as approved cipher suites and key lengths) necessary to support high-level policies.

Adım Adım Çözüm

1
Analyze the document's authority level and degree of compliance required.
The document specifies mandatory technical settings (key lengths and cipher suites) that administrators must implement without exception.
Governance elements are categorized based on whether they are high-level directives (policies), mandatory technical specifications (standards), minimum platform benchmarks (baselines), or discretionary recommendations (guidelines).
2
Differentiate between policy objectives and implementation standards.
The executive directive mandating data encryption represents the policy, whereas the detailed document defining specific cryptographic algorithms and key lengths represents the supporting standard.
Policies state what must be done, whereas standards define the exact mandatory rules and technical criteria required to achieve that goal.

Anahtar Kavram

Security Policy and Standard Hierarchy
Tahmini Süre:1m 30s
Soru 2155Soru

A network security analyst receives a high-severity alert from a Network Traffic Analysis (NTA) system regarding anomalous outbound encrypted communications originating from an internal workstation. Place the following incident triage and response steps in the correct sequential order from initial alert verification to containment.

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

Cevabı ve açıklamayı göster

Cevap

The correct sequential order for triaging the network monitoring alert is: 1) Examine NetFlow data to confirm baseline deviation; 2) Inspect packet capture (PCAP) data to extract protocol metadata and destination IPs; 3) Query threat intelligence databases using extracted IP addresses to verify malicious activity; 4) Update firewall egress rules and place the host into a quarantine VLAN.
The standard security monitoring workflow dictates starting with broad alert validation (NetFlow baseline analysis), progressing to specific artifact extraction (PCAP inspection), contextualizing artifacts (threat intelligence correlation), and concluding with active mitigation (firewall blocking and VLAN quarantine).

Adım Adım Çözüm

1
Verify initial alert validity using flow logs.
Confirmed baseline anomaly in traffic volume and session length.
Ensures the event is a true positive before dedicating technical resources to forensic capture analysis.
2
Perform full packet analysis on the flagged network stream.
Extracted destination IPs, port numbers, and TLS metadata artifacts.
Retrieves essential technical indicators required for threat identification.
3
Correlate collected indicators with reputational threat intelligence.
Confirmed destination IP belongs to known adversary Command and Control infrastructure.
Establishes threat severity and confirms the need for isolation controls.
4
Execute containment and isolation policies.
Blocked outbound connection attempts and isolated host from the internal network.
Prevents potential data exfiltration and halts lateral network movement.

Anahtar Kavram

Network Security Incident Triage and Response Workflow
Soru 2156Soru

A pharmaceutical research organization completes a Business Impact Analysis (BIA) for its clinical trial data management system. The BIA determines that during an unplanned system outage, the organization can tolerate losing a maximum of 15 minutes of uncommitted trial records, while the system itself must be restored to functional operation within 6 hours. Which of the following metrics represents the 15-minute maximum data loss threshold?

Cevabı ve açıklamayı göster

Cevap: Recovery Point Objective (RPO)

Cevap

Recovery Point Objective (RPO)
The Recovery Point Objective (RPO) represents the maximum acceptable amount of data loss measured in time prior to an incident. In this scenario, limiting lost trial records to 15 minutes defines the organization's RPO.

Adım Adım Çözüm

1
Identify the two operational metrics provided in the BIA scenario.
The scenario highlights a 15-minute data loss threshold and a 6-hour system restoration window.
Business Impact Analyses distinguish between data retention boundaries and service recovery durations.
2
Map the 15-minute data loss limit to the correct business continuity metric.
The 15-minute data loss window corresponds to the Recovery Point Objective (RPO).
RPO specifies the maximum allowable interval of data loss measured back in time from the moment of failure.

Anahtar Kavram

Business Impact Analysis Metrics: RPO vs RTO
Soru 2157Soru

An e-commerce corporation is auditing its security program to ensure proper alignment between executive directives, technical requirements, and operational advice across software development teams. The Chief Information Security Officer (CISO) publishes an updated organizational framework document. Which of the following governance elements represent mandatory requirements that organizational members and technical systems must strictly comply with? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: Information Security Policies detailing high-level management goals, objectives, and organizational directives for asset protection; Security Standards specifying mandatory baseline technical configurations and specific operational rules, such as enforcing AES-256 encryption for sensitive customer databases

Cevap

Information Security Policies and Security Standards are mandatory governance elements.
Information Security Policies and Security Standards are both mandatory governance components. Policies define high-level executive requirements and organizational goals, while standards define compulsory, measurable technical requirements and configuration baselines.

Adım Adım Çözüm

1
Analyze the core characteristics of governance document types within an enterprise framework.
Identify that policies (high-level management directives) and standards (mandatory baseline configurations) are compulsory, whereas guidelines are advisory.
Governance frameworks separate mandatory directives from discretionary recommendations.
2
Evaluate the option choices against mandatory enforcement criteria.
Select the high-level policy directive and the technical security standard as the compulsory items.
Both policies and standards carry explicit mandatory compliance mandates.

Anahtar Kavram

Security Governance Hierarchy (Policies, Standards, Baselines, Guidelines, Procedures)
Soru 2158Soru

An organization recently transitioned from mandatory annual security awareness video training to monthly role-based microlearning simulations tailored to high-risk personnel. The Chief Information Security Officer (CISO) wants to evaluate whether this new program effectively mitigates human risk rather than just satisfying compliance requirements. Which of the following metrics provides the most direct evidence of behavioral risk reduction among staff?

Cevabı ve açıklamayı göster

Cevap: An increase in the prompt reporting rate of simulated phishing emails paired with a decrease in credential submission rates on landing pages

Cevap

An increase in the prompt reporting rate of simulated phishing emails paired with a decrease in credential submission rates on landing pages
The correct response highlights metrics that directly observe employee actions when presented with a simulated attack. Increasing user reporting of suspicious emails while decreasing actions that compromise credentials demonstrates improved security culture and active mitigation of human risk.

Adım Adım Çözüm

1
Differentiate compliance metrics from behavioral human risk metrics.
Compliance metrics measure program participation (e.g., training completion), while behavioral metrics measure action taken in response to security threats.
Security awareness effectiveness relies on behavioral change, not mere compliance completion.
2
Evaluate the option focused on user action and threat reporting.
Tracking increased reporting rates and reduced credential submissions directly assesses active defense behaviors in simulated social engineering attacks.
Direct behavioral metrics reflect improved security vigilance and reduced vulnerability to phishing.

Anahtar Kavram

Measuring Security Awareness Effectiveness and Human Risk Metrics
Soru 2159Soru

An enterprise security administrator is deploying a high-traffic public web application server using TLS encryption. To minimize TLS handshake latency and prevent third-party tracking of user browsing habits caused by real-time client queries to an external Certificate Authority (CA), the administrator wants the web server to fetch and cache signed revocation status responses from the CA to append during the TLS handshake. Which of the following solutions should the administrator implement?

Cevabı ve açıklamayı göster

Cevap: OCSP stapling

Cevap

Implementing OCSP stapling satisfies the requirement by allowing the web server to cache a signed status response from the Certificate Authority and present it directly to the client during the TLS handshake.
OCSP stapling delegates the task of obtaining a signed time-stamped certificate status response to the web server itself. The server regularly polls the OCSP responder and appends (staples) the signed response directly to the TLS handshake payload. This eliminates the privacy issue of clients contacting the CA directly and avoids latency overhead during connection establishment.

Adım Adım Çözüm

1
Identify the performance and privacy challenge in the scenario
Direct client queries to an Online Certificate Status Protocol (OCSP) responder leak user browsing activity to the CA and add network latency to every TLS connection establishment.
Traditional OCSP checking forces every web client to make an out-of-band request to the CA prior to trusting the server's certificate.
2
Evaluate PKI mechanisms designed to offload revocation checking to the web server
OCSP stapling (Certificate Status Request extension) enables the web server to query the CA's OCSP responder at regular intervals, cache the digitally signed OCSP response, and staple it to the TLS Certificate Status message during the client handshake.
This removes the need for the client to contact the CA directly, safeguarding client privacy and eliminating extra DNS and HTTP request delays.

Anahtar Kavram

Online Certificate Status Protocol (OCSP) Stapling
Tahmini Süre:1m 15s
Soru 2160Soru

An accounts payable specialist receives an urgent email that appears to originate from the organization's Chief Financial Officer (CFO). The message references an undisclosed legal settlement and directs the specialist to immediately wire $45,000 to an external account, explicitly instructing them to bypass normal dual-authorization procedures to meet a strict deadline. Investigation reveals the message originated from an external domain registered to mimic the enterprise domain by substituting the letter 'o' with the number '0'. Which of the following attack types is best described in this scenario?

Cevabı ve açıklamayı göster

Cevap: Whaling combined with typosquatting

Cevap

Whaling combined with typosquatting
Whaling is a specialized form of spear phishing that specifically targets or impersonates senior executives (such as a CFO) to authorize high-value transactions or release sensitive data. Typosquatting (also known as URL hijacking) involves registering domain names that closely resemble legitimate domains (such as replacing the letter 'o' with the digit '0') to deceive recipients into believing the sender is authentic.

Adım Adım Çözüm

1
Analyze the target and impersonation role in the scenario
The attack impersonates high-level corporate leadership (CFO) to mandate financial transactions, which characterizes a whaling attack variant of spear phishing.
Whaling focuses on executive leadership roles or high-value targets.
2
Analyze the technical vector used to deceive the recipient
The attacker registered a fraudulent domain using character substitution ('0' for 'o') to trick users looking at sender addresses.
Typosquatting relies on subtle typographical variations of legitimate domain names.
3
Synthesize the attack elements to select the correct social engineering combination
The combination of executive impersonation (whaling) and deceptive domain registration (typosquatting) matches the scenario.
Both techniques work together to establish authority and bypass casual human verification.

Anahtar Kavram

Executive Impersonation (Whaling) and Deceptive Domain Registration (Typosquatting)
ÖncekiSayfa 108 / 112Sonraki
Tüm alıştırma soruları — CompTIA Security+ | Examkin