All practice questions

2232 questions

Question 1841Question

A multinational e-commerce company headquartered in the United States is expanding its online retail services to consumers residing within the European Union. During payment checkout, the platform processes customer credit card numbers, primary account numbers (PAN), full legal names, billing addresses, and IP addresses. Which of the following regulatory compliance frameworks or mandates directly govern the protection and handling of this customer data? (Select TWO.)

Select all that apply

Show answer & explanation

Answer: Payment Card Industry Data Security Standard (PCI-DSS); General Data Protection Regulation (GDPR)

Answer

Payment Card Industry Data Security Standard (PCI-DSS) and General Data Protection Regulation (GDPR)
The scenario describes processing credit card numbers alongside personal data belonging to residents of the European Union. Payment Card Industry Data Security Standard (PCI-DSS) explicitly dictates security controls for storing, processing, and transmitting cardholder data (CHD). Concurrently, General Data Protection Regulation (GDPR) enforces strict privacy controls and data subject rights for processing personal data (such as names, addresses, and IP addresses) of individuals located in the EU, regardless of the enterprise's geographic headquarters.

Step-by-Step Solution

1
Analyze the data types processed by the retail platform
Identified Cardholder Data (credit card primary account numbers) and EU Personally Identifiable Information (full names, billing addresses, IP addresses).
Determining the data classification and geographical subject scope is necessary to map legal and regulatory mandates.
2
Map Cardholder Data to the appropriate security standard
Cardholder data processing mandates compliance with the Payment Card Industry Data Security Standard (PCI-DSS).
PCI-DSS is the technical operational baseline required by card brands for processing payment credit cards.
3
Map European Union consumer personal data to applicable privacy law
Processing personal data of EU residents requires compliance with the General Data Protection Regulation (GDPR).
GDPR has extraterritorial reach governing any business offering goods or services to EU data subjects.

Key Concept

Regulatory Scope and Data Protection Mandates
Question 1842Question

Following an enterprise-wide risk assessment, a multi-national cargo shipping organization dictates that all database servers housing customer payment data must enforce mandatory AES-256 encryption at rest across all operating environments. Which governance document type should the security governance team publish to officially enforce this specific mandatory technical requirement?

Show answer & explanation

Answer: Security standard

Answer

Security standard
A security standard establishes compulsory technical requirements, hardware/software specifications, and uniform operational rules to ensure compliance with overarching organizational security policies.

Step-by-Step Solution

1
Analyze the scenario requirement
The requirement calls for a mandatory, specific technical rule enforcing AES-256 encryption at rest on database servers.
Governance documents are categorized based on whether they are high-level directives, technical requirements, specific configurations, or discretionary recommendations.
2
Map requirement characteristics to the governance document hierarchy
Technical specifications that are mandatory across systems represent security standards.
High-level intentions are defined in policies, mandatory technical specifications are defined in standards, baseline minimum configurations are baselines, and optional recommendations are guidelines.

Key Concept

Distinction between mandatory security standards, discretionary guidelines, and high-level governance policies.
Question 1843Question

A healthcare software organization is establishing governance guidelines for its compliance team to differentiate formal third-party attestations from internal technical security assessments. The security manager must clarify how third-party attestation reports function within an enterprise risk management program. Which TWO of the following statements accurately describe the primary characteristics of third-party security attestations?

Select all that apply

Show answer & explanation

Answer: They provide formal, independent evaluation by an external auditor regarding control design or operating effectiveness.; They produce standardized assurance deliverables (such as SOC reports) intended to build trust with external stakeholders.

Answer

Third-party attestations provide formal, independent evaluation by external auditors regarding control design or operating effectiveness, and they produce standardized assurance deliverables (such as SOC reports) intended to build trust with external stakeholders.
Third-party security attestations rely on accredited external auditors to perform independent evaluations of an organization's control environment. The primary deliverable of an attestation is a standardized report, such as a SOC 2 report, which provides documented assurance to clients, investors, and regulatory bodies.

Step-by-Step Solution

1
Identify the purpose of third-party attestations in compliance and auditing.
Attestations are independent governance reviews conducted by qualified third-party auditors.
Independent validation establishes objective credibility for external trust.
2
Analyze standard deliverables produced by attestations.
Attestations generate recognized reports such as SOC 1, SOC 2, or ISO certifications.
These standardized reports allow prospective clients and regulators to verify compliance.
3
Differentiate attestations from active penetration tests and technical security controls.
Exploitation testing is technical penetration testing, and inline filtering is a preventive control mechanism.
Audit attestations evaluate compliance and governance rather than acting as automated exploits or inline traffic filters.

Key Concept

Third-Party Attestations and Security Audits
Question 1844Question

A security analyst reviewing network security monitoring logs spots an alert triggered by an HTTP POST payload sent to an internal web application: `POST /api/search HTTP/1.1 Host: app.internal Payload: vendor_id=102 UNION SELECT username, password_hash FROM user_accounts--`. The analyst must identify the nature of the alert and determine the correct mitigation step without disabling HTTP services across the enterprise subnet. Which of the following correctly categorizes this attack vector and specifies the appropriate security control?

Show answer & explanation

Answer: The event represents a SQL injection attack; input validation and parameterized queries or WAF inspection rules should be applied.

Answer

The correct answer identifies the event as a SQL injection attack and recommends implementing application input validation, parameterized database queries, or WAF filtering rules.
The alert payload explicitly uses SQL database command structures (`UNION SELECT ... --`) attempting to extract data from backend tables. Mitigating SQL injection requires application-layer sanitization, prepared statements, or WAF inspection.

Step-by-Step Solution

1
Analyze the observed network alert payload
The payload contains `UNION SELECT username, password_hash FROM user_accounts--`, which is SQL syntax designed to extract data from a relational database.
Recognizing database query keywords confirms that the payload targets database interpreters rather than client-side script execution engines.
2
Evaluate appropriate remediation controls for web database attacks
Application-level defenses such as parameterized queries, prepared statements, and Web Application Firewall (WAF) inspection effectively neutralize SQL injection without disrupting underlying network connectivity.
Network layer controls like port blocking are overly broad and disrupt legitimate service availability.

Key Concept

Network Security Monitoring & Web Application Attack Triage
Question 1845Question

A hospital network contracts a third-party security firm to perform a systematic evaluation of its electronic health records (EHR) infrastructure. The assessors conduct staff interviews, review policy documentation, and inspect access log configurations against established regulatory safeguards to verify compliance. The assessment team does not execute exploit scripts or perform automated vulnerability scanning against live endpoints. Which of the following assessment types is being performed?

Show answer & explanation

Answer: Security audit

Answer

Security audit
A security audit is a structured examination designed to evaluate how well an organization adheres to established security policies, baseline standards, or regulatory frameworks. It uses non-disruptive methods—such as reviewing documentation, inspecting system configurations, and interviewing staff—to gather objective evidence of control compliance.

Step-by-Step Solution

1
Analyze the evaluation methodology described in the scenario.
The assessment relies on interviewing personnel, examining policy documentation, and inspecting log configurations against compliance standards without active scanning or exploitation.
Understanding the nature of data gathering (passive review vs. active scanning/exploitation) determines the evaluation category.
2
Map the methodology to standardized security assessment definitions.
Systematic verification of controls against an established standard using documentation, interviews, and configuration checks defines a security audit.
Audits focus on evaluating adherence to governance policies and regulatory frameworks through qualitative and quantitative evidence.

Key Concept

Security Audits vs. Assessments
Question 1846Question

A financial technology company is establishing risk management controls for its public customer feedback portal. To manage risks associated with potential web application threats and security breaches, the CISO approves purchasing a specialized cyber insurance policy while also deploying multi-factor authentication (MFA) and API rate limiting on the portal. Which of the following risk response strategies are being directly implemented by the organization in this scenario? (Select TWO.)

Select all that apply

Show answer & explanation

Answer: Risk transference, by purchasing an insurance policy to shift financial liability to a third party; Risk mitigation, by implementing technical controls to reduce the likelihood and impact of exploitation

Answer

The correct risk response strategies implemented in this scenario are risk transference (purchasing cyber insurance to shift financial risk) and risk mitigation (deploying MFA and rate limiting to reduce likelihood and impact).
Purchasing cyber insurance shifts potential financial loss to an external entity, representing risk transference. Implementing security controls like multi-factor authentication and rate limiting lowers the probability and impact of security incidents, representing risk mitigation.

Step-by-Step Solution

1
Analyze the action of purchasing a specialized cyber insurance policy.
Identified as Risk Transference.
Cyber insurance passes the financial consequences of a loss event to a third-party insurer.
2
Analyze the action of deploying multi-factor authentication (MFA) and API rate limiting.
Identified as Risk Mitigation.
Implementing security controls reduces the vulnerability exposure, thereby lowering the probability or impact of an attack.
3
Evaluate the remaining options against the scenario context.
Risk avoidance and risk acceptance are ruled out.
The organization neither decommissioned the portal (avoidance) nor chose to leave the exposure untreated (acceptance).

Key Concept

Risk Response Strategies (Transference vs. Mitigation vs. Avoidance vs. Acceptance)
Estimated Time:1m 30s
Question 1847Question

A security analyst is evaluating privacy-enhancing technologies for handling sensitive customer location records under regional data protection frameworks. Which of the following statements accurately describe key characteristics of pseudonymization? (Select TWO.)

Select all that apply

Show answer & explanation

Answer: Direct identifiers are replaced with alias tokens, allowing re-identification only when combined with separately secured additional information.; The pseudonymized dataset remains classified as personal data and subject to privacy regulatory compliance requirements.

Answer

Pseudonymization replaces direct identifiers with tokens while preserving the ability to re-identify data using separately stored keys, and the resulting dataset remains classified as personal data under privacy regulations.
Pseudonymization replaces direct identifiers with aliases while maintaining separate key information for re-identification, meaning the dataset still falls under data protection laws as personal data.

Step-by-Step Solution

1
Analyze the definition and technical mechanisms of pseudonymization.
Pseudonymization is a privacy control that replaces identifying data fields with aliases or tokens, storing the lookup key in a separate, secure location.
This allows operational processing while keeping identity resolution controlled and reversible by authorized personnel.
2
Evaluate the regulatory impact on pseudonymized records.
Because re-identification remains technically feasible with additional data, privacy regulations classify pseudonymized records as personal data.
Data protection requirements apply whenever data can be linked back to a living individual.

Key Concept

Pseudonymization Controls and Regulatory Classification
Question 1848Question

An attacker registers a domain name that closely resembles an enterprise's official login portal by altering a single character in the domain URL. The attacker uses this fraudulent domain to host a spoofed site that captures employee credentials when users accidentally mistype the legitimate web address. Which of the following social engineering attack vectors is best illustrated in this scenario?

Show answer & explanation

Answer: Typosquatting

Answer

Typosquatting
Typosquatting (also known as URL hijacking) occurs when an attacker registers common misspellings, character omissions, or visually similar variations of a legitimate domain name to trick users who accidentally mistype the web address into visiting a fraudulent portal.

Step-by-Step Solution

1
Analyze the attack mechanism described in the scenario.
The adversary registered a modified domain name to capitalize on user typing mistakes.
Identifying how victims arrive at the malicious site determines the attack vector.
2
Map the technique to standard social engineering attack definitions.
Exploiting misspellings or minor character variations in domain URLs is defined as typosquatting (URL hijacking).
Typosquatting specifically targets human errors during web address entry.

Key Concept

Typosquatting (URL Hijacking)
Estimated Time:1m 0s
Question 1849Question

A cloud-based human resources software-as-a-service (SaaS) provider located in the United States hosts employee performance records on behalf of its corporate enterprise clients operating within the European Union. The clients determine which employee data is collected and how long it should be retained. Under the General Data Protection Regulation (GDPR), which role and legal obligation best describes the SaaS provider's compliance status regarding this employee data?

Show answer & explanation

Answer: Data processor, which must handle personal data strictly in accordance with the data controller's documented instructions and implement appropriate technical security controls.

Answer

The SaaS provider acts as a data processor that must process personal data strictly according to the controller's instructions while maintaining appropriate technical and organizational safeguards.
The correct option correctly identifies the SaaS vendor as a data processor. Under data privacy regulations like GDPR, an entity that processes personal data on behalf of a data controller (the enterprise client) must follow the controller's instructions and maintain appropriate security controls to safeguard data confidentiality and integrity.

Step-by-Step Solution

1
Analyze the organizational relationship and operational scope in the scenario.
The corporate client determines why and what employee data is collected, while the SaaS vendor provides the system to store and process it.
Regulatory frameworks differentiate entities based on operational control over data processing purposes.
2
Map the roles to GDPR definitions.
The client is the Data Controller (determines purposes and means), and the SaaS vendor is the Data Processor (processes data on behalf of the controller).
A third-party hosting service operating under customer direction fulfills the regulatory definition of a data processor.
3
Identify the key legal obligations of a Data Processor.
Process data solely on documented instructions from the controller and implement robust administrative and technical controls.
GDPR mandates specific contractual and technical duties for processors to ensure data privacy.

Key Concept

Data Privacy Roles and Responsibilities (Data Controller vs. Data Processor)
Estimated Time:1m 15s
Question 1850Question

An enterprise risk manager is performing a quantitative risk assessment on a database cluster hosting proprietary research data with an Asset Value (AVAV) of 500,000500,000. Initial threat modeling indicates an Exposure Factor (EFEF) of 0.300.30 per ransomware event, with an estimated Annual Rate of Occurrence (AROARO) of 0.500.50. The Chief Information Security Officer (CISO) is evaluating an automated endpoint containment safeguard costing 20,00020,000 annually, which would reduce the EFEF to 0.100.10 while leaving the AROARO unchanged. What is the net annual cost-benefit (annual loss reduction minus safeguard cost) of deploying this security control?

Show answer & explanation

Answer: 30,00030,000 net annual savings

Answer

The net annual cost-benefit of implementing the security control is 30,00030,000 in net savings.
The baseline Annual Loss Expectancy (ALEALE) is 75,00075,000 (500,000 Asset Value×0.30 Exposure Factor×0.50 ARO500,000 \text{ Asset Value} \times 0.30 \text{ Exposure Factor} \times 0.50 \text{ ARO}). Deploying the safeguard reduces the EFEF to 0.100.10, yielding a modified ALEALE of 25,00025,000 (500,000×0.10×0.50500,000 \times 0.10 \times 0.50). The annual risk reduction (gross savings) is 50,00050,000 (75,00025,00075,000 - 25,000). Subtracting the 20,00020,000 annual safeguard deployment cost provides a net annual financial benefit of 30,00030,000.

Step-by-Step Solution

1
Calculate initial Single Loss Expectancy (SLE) and Annual Loss Expectancy (ALE)
SLEinitial=500,000×0.30=150,000SLE_{initial} = 500,000 \times 0.30 = 150,000; ALEinitial=150,000×0.50=75,000ALE_{initial} = 150,000 \times 0.50 = 75,000
Quantifies baseline financial risk exposure prior to applying the control.
2
Calculate post-control SLE and ALE with reduced Exposure Factor
SLEmodified=500,000×0.10=50,000SLE_{modified} = 500,000 \times 0.10 = 50,000; ALEmodified=50,000×0.50=25,000ALE_{modified} = 50,000 \times 0.50 = 25,000
Determines residual risk exposure after implementing the endpoint containment safeguard.
3
Calculate Annual Loss Avoided and Net Cost-Benefit
Loss Avoided = 75,00025,000=50,00075,000 - 25,000 = 50,000; Net Benefit = 50,00020,000=30,00050,000 - 20,000 = 30,000
Subtracts the annual safeguard cost from the annualized financial loss reduction to determine net value.

Key Concept

Quantitative Risk Assessment and Safeguard Cost-Benefit Analysis
Question 1851Question

Following an internal audit that identified unauthorized workstation software modifications, an enterprise security team deploys an automated configuration management tool. This software continuously monitors workstation configuration files against an established baseline and automatically restores any modified settings back to their approved baseline state. Which of the following best classifies this security control according to CompTIA Security+ category and functional type definitions?

Show answer & explanation

Answer: Technical category and Corrective type

Answer

Technical category and Corrective type
The security mechanism is classified under the Technical (Logical) category because it is executed by automated software logic and system monitoring tools. It is classified under the Corrective functional type because its primary objective is to reverse unauthorized modifications and restore the system back to its known-good baseline state following an incident.

Step-by-Step Solution

1
Determine the implementation category based on how the control is enforced.
The control is implemented via automated software logic and system configuration tools, placing it in the Technical (Logical) category.
Technical controls use hardware, software, or firmware mechanisms to execute security functions automatically.
2
Analyze the functional outcome of the control when triggered by an unauthorized change.
The tool automatically reverses unauthorized modifications and restores systems to their compliant baseline state.
Functional types that repair damage, reverse unauthorized changes, or restore systems to operational baselines are classified as Corrective controls.
3
Combine the implementation category and functional type.
The mechanism is correctly classified as a Technical category control executing a Corrective functional type.
Combining automated technical execution with post-modification restoration aligns with Technical and Corrective definitions.

Key Concept

Security Control Categories and Functional Types
Estimated Time:1m 15s
Question 1852Question

A cloud infrastructure engineer is tasked with configuring encryption settings, running routine database backup jobs, and enforcing access control lists on a cloud storage bucket per corporate policy mandates. Which data governance role best describes the engineer's operational responsibilities?

Show answer & explanation

Answer: Data custodian

Answer

Data custodian
The correct answer is Data Custodian. A data custodian is responsible for safe custody, technical maintenance, implementation of security controls, and backup operations for data assets as specified by data governance rules.

Step-by-Step Solution

1
Analyze the duties described in the scenario
The tasks involve operational administration, technical control configuration, and backup management.
Identifying whether duties are policy-defining or operational determines the data governance role.
2
Map technical administration duties to standard data governance roles
Managing technical controls, applying security settings, and maintaining system backups are key duties of a Data Custodian.
The Data Custodian handles day-to-day technical management and data structure safeguards on behalf of the Data Owner.

Key Concept

Data Custodian vs. Data Owner Responsibilities
Question 1853Question

Match each enterprise security implementation to its primary CompTIA Security+ classification by category and functional type.

Click a left item, then click its matching right item

Items

Installing motion-activated floodlights and warning signs along the perimeter fence line of a remote data center facility.
Deploying a host-based file integrity monitoring (FIM) agent to inspect critical system files for unauthorized changes.
Formalizing an enterprise incident response policy and standard operating procedures (SOPs) mandated by management.
Executing automated endpoint quarantine and running malware cleanup scripts to restore infected systems back to a known good state.

Matches

Show answer & explanation

Answer

1. Installing motion-activated floodlights and warning signs matches Physical / Deterrent.
2. Deploying host-based file integrity monitoring (FIM) matches Technical / Detective.
3. Formalizing an enterprise incident response policy and SOPs matches Managerial / Directive.
4. Executing automated endpoint quarantine and malware cleanup scripts matches Technical / Corrective.
Each security implementation correctly pairs its underlying mechanism (category: Technical, Managerial, Operational, Physical) with its operational purpose (functional type: Preventive, Deterrent, Detective, Corrective, Compensating, Directive) according to standard CompTIA Security+ SY0-701 guidelines.

Step-by-Step Solution

1
Analyze the physical perimeter control (floodlights and signage).
Identified as a physical mechanism (Physical category) intended to discourage attackers before an action occurs (Deterrent functional type).
Physical elements protecting tangible assets that discourage breach attempts align with Physical / Deterrent.
2
Analyze the host-based software control (File Integrity Monitoring).
Identified as a system/software mechanism (Technical category) designed to discover anomalous modifications (Detective functional type).
Software-driven monitoring tools that alert on system compromise function as Technical / Detective controls.
3
Analyze the governance document (incident response policy and SOPs).
Identified as administrative oversight (Managerial category) that mandates expected security practices (Directive functional type).
Framework policies set by leadership to dictate compliant behavior are Managerial / Directive.
4
Analyze the remediation action (quarantine and cleanup scripts).
Identified as a software automated response (Technical category) aimed at reversing harm and restoring operations (Corrective functional type).
Automated technical actions taken post-incident to fix compromised endpoints fit Technical / Corrective.

Key Concept

Classification of Security Control Categories (Technical, Managerial, Operational, Physical) and Functional Types (Preventive, Deterrent, Detective, Corrective, Compensating, Directive)
Question 1854Question

A defense technology enterprise is updating its security management framework to enforce minimum host configuration states across all endpoint devices. The cybersecurity team must publish a mandatory governance document that explicitly defines the compulsory security settings, patch levels, and feature configurations required for a system to be permitted on the network. Which of the following governance document types best satisfies this requirement?

Show answer & explanation

Answer: Security baseline

Answer

Security baseline is the correct governance document type because it specifies compulsory minimum technical configurations that endpoints must maintain.
A security baseline establishes a compulsory, minimum security hardening standard that all enterprise systems must meet prior to deployment or operational access. It defines exact settings, such as enabled encryption, minimum OS patch revisions, and restricted services.

Step-by-Step Solution

1
Analyze the requirement described in the scenario.
The enterprise requires a mandatory governance document establishing minimum technical configuration thresholds for endpoints.
Governance documents serve distinct purposes across policy, standard, baseline, guideline, and procedure levels.
2
Evaluate the choices against the governance policy hierarchy.
Baselines set non-negotiable minimum security hardening thresholds, standards mandate specific technical implementations, guidelines offer voluntary recommendations, and procedures define operational steps.
Identifying the document responsible for enforcing mandatory system configuration minimums points directly to a security baseline.

Key Concept

Security Governance Structures and Policy Frameworks
Question 1855Question

An enterprise security administrator is establishing a Public Key Infrastructure (PKI) key lifecycle policy for employee S/MIME email certificates. The policy specifies that private keys associated with email encryption certificates must be backed up to a key escrow agent, whereas private keys associated with digital signature certificates are strictly prohibited from key escrow. Which of the following best explains the security rationale for prohibiting key escrow on digital signature private keys?

Show answer & explanation

Answer: Escrowing signature private keys violates non-repudiation because authorized escrow administrators could technically forge a user's digital signature.

Answer

Escrowing signature private keys violates non-repudiation because authorized escrow administrators could technically forge a user's digital signature.
Digital signatures guarantee non-repudiation, which requires sole control over the signing private key. Archiving or escrowing a signature private key means another party (such as a system administrator or key recovery agent) could potentially use that key to sign documents or emails, thereby destroying the legal proof of non-repudiation.

Step-by-Step Solution

1
Analyze the dual-key requirement in PKI deployment for S/MIME.
S/MIME uses two distinct key pairs: one pair for bulk data encryption/decryption and one pair for digital signatures.
Encryption keys require backup/escrow to recover encrypted business data if an employee leaves or loses access. Signature keys serve a different security purpose.
2
Evaluate the impact of key escrow on the security properties of digital signatures.
Digital signatures guarantee authenticity, integrity, and non-repudiation.
Non-repudiation mandates that only the single private key owner could have signed the document. If any third party or escrow agent has access to the private key, the owner can plausibly claim someone else signed it.

Key Concept

Key Escrow vs. Non-Repudiation in PKI Dual-Key Management
Question 1856Question

A security administrator is designing a vulnerability scanning strategy for an enterprise environment containing both standard authenticated servers and fragile legacy embedded systems. The primary goals are to obtain deep visibility into host patches and configuration flaws on the servers while minimizing network traffic overhead and preventing disruption to sensitive legacy devices. Which of the following technical scanning approaches should the administrator implement? (Select TWO.)

Select all that apply

Show answer & explanation

Answer: Deploy host-based vulnerability scanning agents on authenticated servers to collect local patch and configuration details with minimal network bandwidth impact.; Schedule authenticated network vulnerability scans targeting server segments during off-peak maintenance windows.

Answer

The administrator should deploy host-based scanning agents on authenticated servers and schedule authenticated network vulnerability scans targeting server segments during off-peak maintenance windows.
Deploying host-based scanning agents provides direct, low-bandwidth access to target system patch levels and registry configurations. Additionally, conducting scheduled authenticated network scans during off-peak maintenance windows provides thorough configuration insight while preventing performance degradation on critical infrastructure.

Step-by-Step Solution

1
Analyze requirement for server visibility and network bandwidth constraint.
Host-based agents allow deep inspection of patches and OS configurations locally while generating negligible network traffic.
Agents execute scans locally rather than sending heavy probe packets across network segments.
2
Determine safe scanning methodology for enterprise server networks without affecting operational productivity.
Scheduling authenticated network scans during off-peak windows provides verified administrative-level vulnerability results without risking network congestion during business hours.
Authenticated scans log directly into target hosts to verify missing patches, eliminating false positives common in unauthenticated banner checks.
3
Evaluate risk regarding legacy embedded endpoints.
Avoid intrusive scans on legacy devices, as their limited network stacks can crash under high packet volumes or aggressive probing.
Passive monitoring or restricted non-intrusive scans are preferred for fragile legacy assets.

Key Concept

Credentialed Scanning and Host-Based Scanning Agents
Question 1857Question

A Security Operations Center (SOC) analyst receives a high-priority alert regarding anomalous network traffic detected by a NetFlow monitoring tool. The flow logs reveal continuous, high-volume ICMP Echo Request traffic originating from an internal server to an unknown external IP address, with each packet carrying an unusually large payload of 1,400 bytes. Which of the following statements accurately interpret this network activity and specify the appropriate initial containment steps? (Select TWO.)

Select all that apply

Show answer & explanation

Answer: The observed traffic pattern indicates potential covert data exfiltration utilizing ICMP tunneling.; The analyst should isolate the internal server from the network and block the remote IP address at the perimeter firewall.

Answer

The network log pattern indicates potential covert data exfiltration via ICMP tunneling, and the analyst's immediate containment response must include isolating the internal server and blocking the external destination IP address at the firewall.
ICMP Echo Request packets with oversized payloads (such as 1,400 bytes) sent continuously to an external address are a classic indicator of ICMP tunneling, a technique used by adversaries to exfiltrate sensitive data inside standard ICMP traffic. In response to suspected ongoing data exfiltration, standard security incident containment protocol dictates isolating the compromised source system from the network to halt internal movement and blocking the external target IP address on perimeter firewalls to prevent further outbound flow.

Step-by-Step Solution

1
Analyze the NetFlow anomaly and packet payload attributes.
Identified high-volume ICMP Echo Requests carrying 1,400-byte payloads destined for an external IP address.
Standard ICMP requests carry negligible data payloads; large custom payloads indicate covert protocol tunneling used to exfiltrate data past port-based firewall restrictions.
2
Evaluate incident containment best practices for covert data exfiltration.
Determined that network isolation of the host and blocking the remote destination IP address stops ongoing exfiltration.
Isolating the internal asset prevents further unauthorized communication while perimeter block rules prevent additional outbound connections to the threat actor's infrastructure.

Key Concept

Network Security Monitoring & ICMP Tunneling Detection
Estimated Time:1m 30s
Question 1858Question

An enterprise security administrator is formalizing an operational workflow to handle human risk incidents, progressing from initial end-user detection of a spear-phishing attempt to enterprise-wide awareness training improvements. Place the following procedural steps in the correct chronological order from first to last.

Drag items to arrange them in the correct order

Show answer & explanation

Answer

The correct procedural order is: 1) End user reports suspicious email; 2) SOC triages and performs technical containment; 3) Security awareness team analyzes human risk trends; 4) Targeted micro-learning modules are deployed; 5) Program metrics are escalated to governance committees for policy updates.
The procedural sequence follows a logical lifecycle starting with end-user identification and reporting, followed by technical SOC incident triage and containment. Once the threat is remediated, the human risk program analyzes targeted vulnerabilities, deploys micro-learning tailored to those vectors, and finally aggregates reporting metrics for executive governance and security awareness policy escalation.

Step-by-Step Solution

1
Identify user detection and initial reporting
The employee notices anomaly indicators and uses official reporting mechanisms.
Human risk mitigation begins with employee awareness and rapid reporting actions.
2
Perform incident response containment
The SOC verifies the attack vector and purges malicious messages enterprise-wide.
Immediate technical response prevents wider enterprise compromise.
3
Evaluate human risk metrics and training gaps
The security awareness team identifies vulnerable departments and attack technique exposure.
Analyzing incident data enables tailored awareness program adjustments rather than generic messaging.
4
Deliver targeted education and micro-simulations
Affected personnel undergo targeted remediation and simulated phishing exercises.
Specific behavioral remediation addresses demonstrated vulnerability.
5
Escalate program metrics to executive governance
Awareness training key performance indicators (KPIs) drive policy updates.
Security program oversight requires reporting effectiveness trends to leadership to justify policy adjustments.

Key Concept

Incident-driven Human Risk Management Lifecycle
Question 1859Question

A publicly traded healthcare technology firm in the United States is deploying an enterprise resource planning (ERP) system to process billing records and forecast quarterly corporate revenues. During an operational risk review, the audit committee emphasizes that the application must enforce strict separation of duties, tamper-evident audit logging, and verifiable internal controls specifically to prevent fraudulent reporting of financial statements. Which of the following regulatory frameworks or federal mandates primarily governs these financial data integrity requirements?

Show answer & explanation

Answer: Sarbanes-Oxley Act (SOX)

Answer

Sarbanes-Oxley Act (SOX)
The correct option is Sarbanes-Oxley Act (SOX). SOX regulates US publicly traded companies and mandates rigorous internal controls over financial data reporting, separation of duties, and audit logs to prevent corporate fraud and ensure accounting integrity.

Step-by-Step Solution

1
Analyze the organizational profile and core compliance requirements in the scenario.
The organization is a US publicly traded enterprise, and the target system controls focus on preventing fraudulent financial reporting and ensuring internal control over accounting statements.
Identifying the organizational entity type and regulatory scope narrows down the applicable legislation.
2
Differentiate between health data privacy, credit card transaction security, federal agency frameworks, and public company financial oversight.
SOX specifically targets internal controls surrounding corporate accounting and financial reporting, whereas HIPAA addresses PHI, PCI-DSS addresses credit cards, and FISMA addresses US federal agencies.
Legal mandates apply to specific operational domains and asset types.
3
Select the mandate governing financial auditing integrity.
Sarbanes-Oxley Act (SOX) is the correct regulation.
SOX Section 404 mandates management and auditors to establish and report on internal controls over financial reporting.

Key Concept

Sarbanes-Oxley Act (SOX) Statutory Scope and Internal Financial Controls
Question 1860Question

During a routine network security monitoring review, a security analyst analyzes DNS traffic logs from an internal database server and identifies repetitive query patterns requesting long, randomized subdomains under an external domain, accompanied by large TXT record responses containing base64-encoded payloads. Which of the following initial containment and mitigation actions should the analyst take? (Select TWO.)

Select all that apply

Show answer & explanation

Answer: Restrict outbound UDP and TCP port 53 traffic on the firewall so that internal servers can only query authorized enterprise DNS resolvers.; Configure internal DNS servers to sinkhole resolution requests for the malicious parent domain to a non-routable address.

Answer

The correct containment actions are restricting outbound port 53 traffic on perimeter firewalls to authorized internal resolvers and configuring internal DNS servers to sinkhole the malicious target domain.
The observed traffic pattern—high volume queries with randomized subdomains and base64 TXT responses—is a signature indicator of DNS tunneling. To mitigate this threat effectively, administrators must restrict direct outbound port 53 access from internal endpoints to prevent unauthorized external recursive lookups, and sinkhole the suspicious root domain on internal resolvers to prevent successful resolution.

Step-by-Step Solution

1
Analyze the log indicators
Identify that randomized subdomains and base64 TXT responses represent DNS tunneling used for command-and-control or data exfiltration.
Recognizing the protocol vector is essential for choosing effective network-level mitigations.
2
Apply egress filtering controls
Block direct external outbound DNS requests (UDP/TCP 53) from internal systems at the firewall.
Enforcing query path restrictions forces all DNS traffic through controlled internal resolvers where monitoring and policy enforcement occur.
3
Implement DNS sinkholing
Redirect queries targeting the malicious domain to a loopback or non-routable IP address.
Sinkholing neutralizes active exfiltration sessions immediately without impacting legit internal service operation.

Key Concept

DNS Tunneling Detection and Mitigation
PreviousPage 93 / 112Next
All practice questions — CompTIA Security+ | Examkin