Tüm alıştırma soruları

2232 soru

Soru 281Soru

A security engineer is configuring an automated failover workflow for an active-passive high-availability database cluster to prevent split-brain conditions and ensure data integrity during an ungraceful primary node failure. Arrange the operational steps in the correct chronological order from initial failure detection to full service restoration on the standby node.

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

Cevabı ve açıklamayı göster

Cevap

The correct chronological failover sequence is: 1) Detect primary node heartbeat loss and confirm the failure threshold timeout, 2) Execute a STONITH fencing command against the failed primary node, 3) Verify cluster quorum consensus and formally promote the standby node to the active role, 4) Promote the underlying storage volume to read-write mode and replay uncommitted transaction logs, and 5) Rebind the cluster Virtual IP (VIP) address to the secondary node's network interface controller.
In high-availability failover architectures, maintaining data integrity during ungraceful failures requires a strict order of operations: first, health monitors confirm heartbeat loss beyond the tolerance threshold; second, node fencing (STONITH) forcefully isolates the unresponsive primary to prevent split-brain scenario; third, surviving nodes verify quorum and promote the standby server; fourth, storage volumes are transitioned to read-write state and logs are replayed for crash recovery; fifth, the Virtual IP (VIP) is reassigned to the new primary so application traffic resumes transparently.

Adım Adım Çözüm

1
Identify initial failure condition.
Heartbeat failure is confirmed after the configured timer expires.
Prevents premature failover actions caused by transient network spikes.
2
Enforce cluster node fencing (STONITH).
The failed node is physically powered off or isolated via PDU/IPMI controls.
Fencing eliminates the possibility of split-brain conditions where two nodes attempt to access and corrupt shared storage concurrently.
3
Validate cluster quorum and promote node status.
The standby node transitions from secondary to primary status.
Ensures that failover decisions are authorized by a surviving cluster majority.
4
Mount and validate persistent storage state.
Storage volume becomes writable and database state is consistent.
Database operations must achieve crash consistency prior to receiving incoming application queries.
5
Migrate client network traffic.
Gratuitous ARP broadcasts or API calls shift the Virtual IP (VIP) to the new active node.
Reroutes application connections to the newly promoted active server with minimal client re-configuration.

Anahtar Kavram

High Availability Cluster Automated Failover and Fencing (STONITH) Sequence
Tahmini Süre:2m 30s
Soru 282Soru

An enterprise financial platform maintains an active-passive database cluster across two data centers using synchronous storage replication to satisfy a Recovery Point Objective (RPO) of zero. During a security architecture review, an auditor notes that while synchronous replication protects against site-level hardware failure, a ransomware infection or database corruption on the primary node will instantly mirror to the secondary node, destroying operational integrity across both sites. Which of the following technical solutions best maintains high availability while ensuring recovery capability against logical data corruption?

Cevabı ve açıklamayı göster

Cevap: Maintain synchronous replication for site failover while implementing automated, write-once-read-many (WORM) immutable snapshots and point-in-time recovery backups.

Cevap

The optimal solution is to maintain synchronous replication for real-time site failover while combining it with automated, immutable (WORM) point-in-time snapshots and backups.
High availability via synchronous replication ensures that site failures result in immediate failover with no data loss (zero RPO). However, replication cannot differentiate between legitimate data writes and logical corruption or ransomware encryption. Adding automated, immutable (WORM) point-in-time snapshots ensures that even if corrupt data is replicated live, administrators can roll back storage to an uncorrupted historical state.

Adım Adım Çözüm

1
Analyze high availability requirements
Synchronous replication satisfies the zero-RPO site failover requirement by writing transactions to both primary and secondary storage simultaneously.
High availability relies on real-time redundancy to withstand hardware or facility outages.
2
Evaluate the vulnerability of high-availability replication to logical corruption
Live replication channels indiscriminately transmit malicious software changes, unauthorized deletions, or block corruption to secondary nodes immediately.
Fault tolerance mechanisms protect availability against physical failures, not against data corruption.
3
Select a complementary data resilience control
Combining real-time synchronous replication with immutable, read-only point-in-time snapshots creates an air-gapped historical baseline from which clean data can be restored.
Immutable snapshots prevent ransomware or corruption from modifying historical recovery blocks.

Anahtar Kavram

Distinction between High Availability / Fault Tolerance and Point-in-Time Data Recovery
Soru 283Soru

A cloud-native software provider operates a microservices workload where internal APIs communicate across multiple environments. A threat actor successfully steals active bearer tokens from a developer workstation located on the internal office LAN. When the attacker uses these stolen tokens to invoke downstream financial data microservices from inside the corporate network, access is denied due to an anomalous device posture score and unverified request velocity. Which core Zero Trust Architecture principle directly prevented this lateral movement despite the presentation of valid authentication credentials from an internal source?

Cevabı ve açıklamayı göster

Cevap: Continuous contextual authorization that dynamically evaluates transaction risk and endpoint health for every microservice request

Cevap

Continuous contextual authorization that dynamically evaluates transaction risk and endpoint health for every microservice request.
The correct answer highlights continuous contextual authorization. Under Zero Trust Architecture (ZTA), trust is never implicitly granted based on network location or initial login success. Every access request is individually evaluated using real-time signals—such as device security posture, user behavior anomalies, and request velocity—before authorization is granted by the Policy Enforcement Point (PEP).

Adım Adım Çözüm

1
Analyze the threat scenario and failure point for the attacker.
The attacker possesses valid authentication tokens and operates from inside the internal corporate network, yet the request is blocked based on contextual anomaly and device health.
This isolates the security mechanism from static perimeter defense or simple token validity check.
2
Map the defensive control to Zero Trust tenets.
Zero Trust assumes breach and requires continuous verification—evaluating every request individually using real-time attributes like user context, device health, location, and request anomalies.
Authenticating once at login or relying on internal network location does not grant persistent access across microservice workloads.
3
Select the option that reflects real-time continuous evaluation.
The option specifying continuous contextual authorization accurately describes the mechanism enforcing policy per request.
It addresses why stolen valid credentials fail when contextual parameters fail policy inspection.

Anahtar Kavram

Continuous Verification and Contextual Authorization in Zero Trust Architecture
Soru 284Soru

Match each Zero Trust Architecture (ZTA) logical component defined in NIST SP 800-207 to its primary operational responsibility.

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

Öğeler

Policy Engine (PE)
Policy Administrator (PA)
Policy Enforcement Point (PEP)

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

The Policy Engine is responsible for evaluation and authorization decisions; the Policy Administrator handles control plane management and session credential signaling; the Policy Enforcement Point actively enforces access controls directly within the data plane.
According to NIST SP 800-207 Zero Trust Architecture, the Policy Engine handles the decision logic, the Policy Administrator handles control plane orchestrations and session keys, and the Policy Enforcement Point performs data plane enforcement directly on connections.

Adım Adım Çözüm

1
Identify the core decision-making entity within the control plane.
The Policy Engine evaluates context, identity, and posture against trust rules to grant or deny access.
Zero Trust separates policy decision-making from policy enforcement mechanisms.
2
Determine which component translates policy decisions into control plane commands.
The Policy Administrator receives the decision from the Policy Engine and communicates with enforcement points to initiate or terminate communication channels.
The Policy Administrator serves as the controller orchestrating session setup and credential issuance.
3
Identify the data plane component interacting directly with network connections.
The Policy Enforcement Point monitors and filters data traffic, enabling or tearing down access sessions.
Enforcement must happen directly at the boundary of the requested resource or workload.

Anahtar Kavram

Logical Architecture of Zero Trust (NIST SP 800-207 Control and Data Planes)
Soru 285Soru

An enterprise DevOps team implements a security policy requiring all software developers to digitally sign Git commits using their individual GPG private keys prior to merging code into the production repository. The central repository server automatically validates each signature against the developer's registered public key. Which of the following security objectives are directly achieved by enforcing this digital signature mechanism? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: Non-repudiation, by cryptographically binding the author's identity to the commit so the developer cannot deny authoring the code.; Integrity, by ensuring the commit contents have not been altered or tampered with since the signature was applied.

Cevap

The correct options are non-repudiation (binding author identity to code commits via private keys) and integrity (ensuring code has not been tampered with post-signing).
Digital signatures leverage asymmetric cryptography (signing with a private key and verifying with a public key). This mechanism provides non-repudiation because the signature uniquely identifies the key holder who submitted the code, and integrity because any modification to the source code invalidates the cryptographic signature.

Adım Adım Çözüm

1
Analyze the technical control described in the scenario.
The scenario describes using asymmetric GPG keys to sign Git commits, where a private key creates the signature and a public key verifies it.
Understanding the underlying cryptographic mechanism determines which security goals are fulfilled.
2
Evaluate how asymmetric digital signatures map to CIA triad pillars and non-repudiation.
Digital signatures provide integrity (detecting data modification via signed hash) and non-repudiation (proving identity via unshared private key).
Because only the private key owner can generate the signature, the signer cannot claim another party authored the code (non-repudiation). Because a hash of the content is signed, changes alter the hash and fail validation (integrity).
3
Evaluate and eliminate incorrect security objectives.
Confidentiality is not provided because signatures do not encrypt the underlying source code. Availability is not provided because signing does not mitigate server downtime or denial-of-service attacks.
Confidentiality requires data encryption, while availability requires redundant architecture and DDoS mitigations.

Anahtar Kavram

Digital signatures built on asymmetric cryptography provide both Integrity and Non-Repudiation, but do not provide Confidentiality or Availability.
Soru 286Soru

An enterprise health system is updating its clinical application platform to align with Zero Trust Architecture (ZTA) principles. During an architectural review, an engineer proposes that once a medical professional completes multi-factor authentication (MFA) at the central identity provider (IdP) and receives a session token, all subsequent API requests sent to internal microservices during their 8-hour shift should be implicitly trusted without re-assessing device posture or access policies. Which core Zero Trust Architecture principle does this proposed design fail to uphold?

Cevabı ve açıklamayı göster

Cevap: Continuous verification, because access requests must be evaluated dynamically on a per-request basis using contextual signal inputs rather than relying on initial authentication success.

Cevap

Continuous verification, because access requests must be evaluated dynamically on a per-request basis using contextual signal inputs rather than relying on initial authentication success.
The correct option accurately identifies continuous verification as the missing principle. Zero Trust dictates that no implicit trust is granted based on network location or initial authentication. Every transaction must be continuously authorized using real-time contextual attributes (e.g., identity, device security posture, anomalous behavior patterns).

Adım Adım Çözüm

1
Analyze the proposed design in the scenario.
The proposed architecture grants an 8-hour implicit trust window following an initial MFA authentication at the Identity Provider.
Identifying the flaw requires evaluating where implicit trust is being improperly introduced.
2
Evaluate the proposal against Zero Trust tenets.
Zero Trust Architecture assumes that networks are hostile and mandates continuous authentication and authorization for every access request.
Relying on a static 8-hour token without re-checking contextual signals (such as device health or location changes) violates continuous verification.
3
Select the principle that addresses this specific architectural deficiency.
Continuous verification explicitly addresses the requirement to continuously evaluate risk and context rather than trusting prior authentication states.
This directly restores Zero Trust compliance by eliminating temporal implicit trust.

Anahtar Kavram

Zero Trust Continuous Verification
Tahmini Süre:2m 0s
Soru 287Soru

Match each core security goal 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

Confidentiality
Integrity
Availability
Non-Repudiation

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Confidentiality matches with preventing unauthorized disclosure; Integrity matches with ensuring data remains accurate and unaltered; Availability matches with ensuring systems and services are accessible when needed; Non-Repudiation matches with providing verified proof of message authorship so the sender cannot deny sending it.
Each concept aligns directly with its fundamental security definition: Confidentiality prevents unauthorized viewing of sensitive information; Integrity safeguards data against unauthorized modification; Availability ensures system resources are ready for use when needed; Non-Repudiation uses proof of identity and origin so an actor cannot deny an event or message.

Adım Adım Çözüm

1
Identify the primary definition of Confidentiality
Confidentiality protects data against unauthorized disclosure or viewing, matching the corresponding objective describing prevention of unauthorized disclosure.
Keeping data secret from unauthorized entities is the fundamental pillar of confidentiality.
2
Identify the primary definition of Integrity
Integrity guarantees data trustworthiness and accuracy, matching the objective regarding preventing unauthorized modification or alteration.
Maintaining unaltered data state ensures system and message integrity.
3
Identify the primary definition of Availability
Availability ensures uptime and accessibility of systems and data for authorized users upon demand.
Operational continuity and service access form the core requirement of availability.
4
Identify the primary definition of Non-Repudiation
Non-repudiation provides indisputable proof of origin, matching the requirement that a sender cannot deny submitting or authoring a message.
Cryptographic mechanisms like digital signatures tie the action directly to a private key holder.

Anahtar Kavram

Core concepts of the CIA Triad and Non-Repudiation
Soru 288Soru

A healthcare analytics platform receives automated diagnostic telemetry from remote clinics. To comply with regulatory standards, the platform must verify that incoming data is unaltered during transit and ensure that sending clinics cannot deny originating a record. An engineer proposes applying a keyed-Hash Message Authentication Code (HMAC) using a symmetric key shared exclusively between each clinic and the platform. Which of the following security goals is compromised under this implementation when presenting log evidence to an independent third-party auditor?

Cevabı ve açıklamayı göster

Cevap: Non-repudiation, because symmetric key shared possession allows either the sender or the recipient to generate valid authentication tags.

Cevap

Non-repudiation is compromised because symmetric key shared possession allows either the sender or the recipient to generate valid authentication tags.
Non-repudiation mandates that a sender cannot deny creating or transmitting a message. Because an HMAC relies on a shared symmetric secret key possessed by both parties, either the sender or the receiver can calculate a valid hash digest. Consequently, an independent third-party auditor cannot determine which party generated the payload, making symmetric HMAC insufficient for non-repudiation. Digital signatures using asymmetric private keys are required for non-repudiation.

Adım Adım Çözüm

1
Identify the required security objectives in the scenario.
The system requires both data integrity (ensuring records are unaltered) and non-repudiation (proof of origin that cannot be disowned before a third-party auditor).
Regulatory compliance mandates verifying message integrity as well as unambiguous attribution of data sources.
2
Analyze the properties of the proposed cryptographic control (HMAC).
HMAC utilizes symmetric shared secret keys known to both the transmitting clinic and the central platform.
Symmetric cryptography allows all keyholders to encrypt, decrypt, or sign data using the identical key.
3
Determine which security pillar fails under third-party audit conditions.
Because the receiving platform also holds the symmetric key, it could synthesize valid HMAC tags itself. An auditor cannot verify whether the clinic or the platform generated the record, thereby violating non-repudiation.
Non-repudiation demands asymmetric digital signatures where only the originator holds the private key.

Anahtar Kavram

Distinction between symmetric HMAC (integrity and symmetric authentication) and asymmetric digital signatures (non-repudiation)
Soru 289Soru

An enterprise e-commerce organization requires external suppliers to digitally approve updated procurement contracts. During an audit, a supplier claims that an internal administrator forged an approval entry and that the supplier never authorized the agreement. Which security objective and technical implementation best prevents the supplier from successfully denying their action?

Cevabı ve açıklamayı göster

Cevap: Non-repudiation implemented via asymmetric digital signatures using the supplier's private key

Cevap

Non-repudiation implemented via asymmetric digital signatures using the supplier's private key
Non-repudiation ensures that a sender or signatory cannot deny the authenticity of their signature or submission. In asymmetric cryptography, a digital signature is generated using the signer's private key, which is kept secret by the owner. Because no other entity possesses that private key, a valid signature provides undeniable cryptographic proof of authorization and origin.

Adım Adım Çözüm

1
Identify the core security requirement from the scenario
The organization needs to prevent an entity from falsely denying that they performed a specific action (approving a contract).
Preventing denial of origin or authorization is the defining requirement of non-repudiation.
2
Evaluate technical controls that satisfy non-repudiation
Asymmetric cryptography provides non-repudiation because only the private key owner could have generated the signature.
Since the private key is held exclusively by the supplier, a valid digital signature proves the document was signed by them.
3
Distinguish non-repudiation from integrity, confidentiality, and authentication mechanisms
Hashes verify integrity alone, symmetric keys are shared so they lack origin proof, and login logs do not cryptographically sign document contents.
Only digital signatures combine integrity verification with undeniable proof of origin.

Anahtar Kavram

Non-repudiation and Asymmetric Digital Signatures
Soru 290Soru

An organization is updating its network access controls to align with Zero Trust Architecture (ZTA) principles. Which of the following fundamental principles should the security team implement as part of this design? (Select TWO)

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

Cevabı ve açıklamayı göster

Cevap: Explicitly verify every access request using all available contextual data points including identity, location, and device state.; Assume breach and continuously validate trust for all network sessions regardless of connection origin.

Cevap

Explicitly verify every access request using all available contextual data points, and assume breach by continuously validating trust for all network sessions regardless of connection origin.
Zero Trust Architecture requires explicit verification of every access request using contextual parameters (identity, health state, location) and operates under an 'assume breach' mindset to enforce continuous validation across all sessions.

Adım Adım Çözüm

1
Identify core Zero Trust Architecture principles.
Zero Trust is built on explicit validation, least privilege access, and assuming breach.
These core tenets establish that no user, device, or network segment is inherently trusted.
2
Evaluate the choices against Zero Trust principles.
Validating every request with identity/contextual data and treating internal traffic as potentially compromised align directly with Zero Trust requirements.
These practices remove implicit trust mechanisms found in legacy perimeter-focused security models.

Anahtar Kavram

Zero Trust Architecture Core Principles
Soru 291Soru

A security administrator needs to conduct a vulnerability assessment on internal workstations to identify missing operating system patches and software misconfigurations with high accuracy and a minimal false-positive rate. Which of the following testing methods should the administrator perform?

Cevabı ve açıklamayı göster

Cevap: Credentialed vulnerability scan

Cevap

Credentialed vulnerability scan
A credentialed vulnerability scan uses system authentication credentials to access local system resources directly. This allows the scanner to accurately audit missing operating system patches, installed applications, and local security configurations with a very low rate of false positives.

Adım Adım Çözüm

1
Analyze the assessment requirements
The requirement calls for evaluating local endpoint patch levels and system configurations with minimal false positives.
Determining the correct assessment technique depends on the level of system access needed to gather accurate data.
2
Compare authenticated vs. unauthenticated vulnerability scanning methods
Credentialed vulnerability scanning provides authorized local access to inspect host-level settings and installed software details.
Using valid credentials enables the scanner to perform internal checks that produce more reliable and comprehensive results than external network banners.

Anahtar Kavram

Credentialed vs. Non-Credentialed Vulnerability Scanning
Soru 292Soru

A system administrator receives an alert that several host files on a workstation have been encrypted unexpectedly, and a pop-up window on the desktop demands a cryptocurrency payment to obtain the decryption key. Which of the following malware types is described in this scenario?

Cevabı ve açıklamayı göster

Cevap: Ransomware

Cevap

Ransomware
Ransomware encrypts a target's files or restricts access to the system, displaying a notice that demands payment in exchange for restoring functionality or providing a decryption key.

Adım Adım Çözüm

1
Identify key technical indicators from the scenario.
The primary indicators are unauthorized encryption of user files and a visible ransom demand requiring cryptocurrency payment.
Recognizing the combination of file access loss and extortion allows accurate malware classification.
2
Map the observed behavior to malware categories.
Malware that locks or encrypts data to extort victims is categorized as ransomware.
Other malware types perform different primary functions, such as secret monitoring, stealth access, or self-replication across network nodes.

Anahtar Kavram

Ransomware Indicators of Compromise
Soru 293Soru

A cybersecurity analyst is investigating an intrusion into a enterprise network belonging to a major financial institution. The attack demonstrated high sophistication, utilized custom zero-day vulnerabilities, maintained persistent covert access over several months, and required extensive financial funding and technical resources. Which of the following threat actor types is most likely responsible for this attack?

Cevabı ve açıklamayı göster

Cevap: Nation-state actor

Cevap

Nation-state actor
Nation-state actors (state-sponsored threats) have access to extensive resources, advanced skills, and significant funding. They focus on long-term stealth (Advanced Persistent Threats), strategic objectives, and often utilize custom zero-day exploits.

Adım Adım Çözüm

1
Analyze the threat actor attributes described in the scenario.
Identified key attributes: high sophistication, custom zero-day exploit usage, long-term covert persistence, and high financial/technical resources.
Threat actors are categorized by their motivation, sophistication, resources, and intent.
2
Evaluate the identified attributes against threat actor profiles.
Only nation-state actors (or state-sponsored APT groups) possess the massive resources and high technical capability required for custom zero-day development and stealthy persistence.
Matching threat attributes to the correct actor profile eliminates lower-capability or ideologically driven actors.

Anahtar Kavram

Threat Actor Attributes and Capabilities
Tahmini Süre:45s
Soru 294Soru

A SOC analyst responds to an alert regarding anomalous outbound network connections from a critical enterprise server. During incident triage, the analyst gathers the following telemetry artifacts:

- Volatile memory inspection shows shellcode executing directly within the allocated memory space of a legitimate `lsass.exe` process via reflective DLL injection.
- System logs indicate persistence was achieved via a non-standard WMI event consumer executing an encoded script payload.
- Comprehensive storage forensics confirm no new binary files, modified system executables, or untrusted drivers exist on disk.

Which of the following malware classifications best describes this attack vector?

Cevabı ve açıklamayı göster

Cevap: Fileless malware

Cevap

Fileless malware
Fileless malware operates entirely within volatile system memory (RAM) or uses built-in administrative framework tools (such as WMI and PowerShell) without dropping traditional executable files onto disk. The presence of reflective DLL injection in `lsass.exe` alongside WMI persistence and zero file system artifacts explicitly defines a fileless compromise.

Adım Adım Çözüm

1
Analyze file system artifacts
Confirm no suspicious binaries or modified files exist on disk storage.
Eliminates traditional malware types that require standalone executable files on disk.
2
Analyze volatile memory and process injection indicators
Identify shellcode running inside legitimate system memory (`lsass.exe`) via reflective DLL injection.
Demonstrates memory-only execution that bypasses standard disk signature scanning.
3
Evaluate persistence mechanism and attack classification
WMI event subscription and encoded scripts execute directly in memory/living-off-the-land context.
Confirms the incident fits the definition of fileless malware.

Anahtar Kavram

Fileless malware and Living-off-the-Land (LotL) execution techniques
Soru 295Soru

An enterprise is migrating its customer database to a Platform as a Service (PaaS) cloud environment. During the architectural design phase, the security team must document operational duties in accordance with the cloud shared responsibility model. Which of the following responsibilities remains strictly with the customer organization in a PaaS deployment?

Cevabı ve açıklamayı göster

Cevap: Classifying stored data sensitivity and configuring user access control policies

Cevap

Classifying stored data sensitivity and configuring user access control policies remains the sole responsibility of the customer organization in a Platform as a Service (PaaS) model.
Under the cloud shared responsibility model for Platform as a Service (PaaS), the Cloud Service Provider (CSP) manages the physical infrastructure, hypervisor, operating system, and database runtime environment. The customer is strictly responsible for managing their own data, classifying data sensitivity, and enforcing identity and access management policies for users interacting with the service.

Adım Adım Çözüm

1
Identify the cloud service model referenced in the scenario.
The scenario specifies a Platform as a Service (PaaS) model.
Responsibility boundaries differ significantly between IaaS, PaaS, and SaaS.
2
Analyze the division of responsibility under the PaaS shared responsibility matrix.
The Cloud Service Provider (CSP) manages physical hardware, network infrastructure, hypervisors, runtime environments, and operating system patching. The customer retains control and responsibility for data governance, application logic, and user access management.
PaaS abstracts the underlying operating system and hardware layers from the customer.
3
Evaluate the candidate options to find the customer-managed duty.
Classifying data and setting access control policies is a customer responsibility across all cloud service models.
Data ownership and access rights management always remain with the customer regardless of whether IaaS, PaaS, or SaaS is deployed.

Anahtar Kavram

Cloud Shared Responsibility Model in PaaS
Tahmini Süre:1m 30s
Soru 296Soru

During an incident response investigation, a Security Operations Center (SOC) analyst isolates an endpoint after Endpoint Detection and Response (EDR) telemetry alerts on anomalous process behavior. Further forensic analysis reveals that malicious payload execution occurred directly within system memory (RAM) via process injection into `explorer.exe` using encoded PowerShell commands, leaving zero binary artifacts on the local disk. Which of the following malware classifications best describes this attack?

Cevabı ve açıklamayı göster

Cevap: Fileless malware

Cevap

Fileless malware is the correct classification because the attack relies on running malicious payloads strictly in volatile memory (RAM) via process injection and native administrative utilities without writing executable files to disk.
Fileless malware executes directly in system RAM by injecting code into trusted processes (such as `explorer.exe`) or executing scripts via administrative tools like PowerShell. Because no malicious binary file is saved to the hard drive, traditional file scanner antivirus mechanisms fail to detect it.

Adım Adım Çözüm

1
Analyze the technical indicators of compromise (IoCs) described in the EDR alert.
The identified IoCs include memory-resident execution in RAM, process injection into `explorer.exe`, abuse of PowerShell, and the absence of file artifacts on local storage.
Categorizing malware requires identifying the execution environment, storage footprint, and persistence mechanisms.
2
Evaluate the identified IoCs against malware operating modes.
Malware that resides purely in RAM and abuses living-off-the-land binaries (LotL) matches the core characteristics of fileless malware.
Fileless attacks bypass conventional signature scanning by executing payloads entirely within legitimate host memory spaces.

Anahtar Kavram

Fileless malware and memory-resident execution techniques
Soru 297Soru

A security analyst conducts an internal infrastructure vulnerability assessment on an enterprise network segment containing legacy servers. The assessment scan report reveals the following open ports and vulnerability indicators:

PORT STATE SERVICE VERSION
21/tcp open ftp vsftpd 2.3.4 (Anonymous login permitted)
23/tcp open telnet Legacy router management service
445/tcp open smb Windows Server 2008 R2 (SMBv1 enabled / CVE-2017-0144 detected)

The security operations team must immediately address the threat of unauthenticated remote code execution (RCE) exploitation traversing the internal network while long-term migration plans are finalized. Which of the following mitigations is the MOST effective immediate action to eliminate this specific vulnerability vector?

Cevabı ve açıklamayı göster

Cevap: Disable SMBv1 host configurations and enforce SMB signing/SMBv2+ across internal group policies.

Cevap

Disable SMBv1 host configurations and enforce SMB signing/SMBv2+ across internal group policies.
Disabling SMBv1 directly removes the legacy protocol vulnerability (CVE-2017-0144) responsible for unauthenticated remote code execution. This host protocol hardening action prevents exploitation regardless of network perimeter boundaries.

Adım Adım Çözüm

1
Analyze the vulnerability scan report findings
Identify port 445 running legacy SMBv1 with known remote code execution flaw CVE-2017-0144 as the critical RCE attack vector.
Targeting the specific vulnerability requested (unauthenticated RCE) requires isolating SMBv1 on port 445 rather than cleartext authentication services (Telnet/FTP).
2
Evaluate candidate mitigation controls against the host vulnerability
Disabling the deprecated SMBv1 protocol removes the vulnerable code path directly from host operating systems.
Host protocol hardening eliminates the root cause vulnerability without relying solely on perimeter filters or unrelated web application controls.

Anahtar Kavram

Host Hardening and Vulnerability Mitigation for Legacy Network Protocols
Tahmini Süre:2m 0s
Soru 298Soru

An investigation at a defense industrial base organization reveals a sophisticated, long-term intrusion targeting unreleased satellite telemetry software designs. Forensic analysis indicates the attackers breached the network by leveraging a zero-day exploit against a third-party supply chain management vendor, maintained persistent memory-only access for over eight months, and systematically exfiltrated specific intellectual property without altering operational data or attempting financial extortion. Which threat actor type and attribute profile is most likely responsible for this attack vector and operational methodology?

Cevabı ve açıklamayı göster

Cevap: Nation-state threat actor characterized by high technical sophistication, extensive financial resources, and stealthy geopolitical espionage intent.

Cevap

Nation-state threat actor characterized by high technical sophistication, extensive financial resources, and stealthy geopolitical espionage intent.
The combination of a zero-day supply chain vector, eight months of undetected memory-only persistence, and focused exfiltration of defense sector intellectual property without extortion demands aligns directly with nation-state threat actors (APTs). These groups possess the extensive funding, high sophistication, and strategic motivation required to execute complex cyber espionage campaigns.

Adım Adım Çözüm

1
Analyze the attack vector and access mechanism described in the scenario.
The entry point was an advanced third-party supply chain software zero-day vulnerability, indicating an external breach requiring significant exploit development capabilities.
Identifying the vector distinguishes external advanced attackers from insider threats leveraging valid internal credentials.
2
Evaluate the operational tactics and duration.
Maintaining eight months of undetected memory-only persistence demonstrates advanced technical capability, discipline, and substantial funding.
Distinguishes high-sophistication Advanced Persistent Threats (APTs) from lower-capability actors like hacktivists or script kiddies.
3
Evaluate the intent and motivation.
Exfiltrating sensitive defense intellectual property while intentionally avoiding data destruction or extortion demands aligns strictly with geopolitical espionage.
Differentiates state-sponsored espionage from financial cybercrime syndicates.

Anahtar Kavram

Threat Actor Classification and Attribute Mapping
Soru 299Soru

Match each cloud service model to its primary operational responsibility boundary.

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

Öğeler

Infrastructure as a Service (IaaS)
Platform as a Service (PaaS)
Software as a Service (SaaS)
Serverless Architecture (FaaS)

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Infrastructure as a Service (IaaS) pairs with customer management of operating systems and middleware on virtual machines. Platform as a Service (PaaS) pairs with customer management of application code while the provider manages the OS and runtime. Software as a Service (SaaS) pairs with full vendor management of infrastructure and application software, leaving customer control over access and data. Serverless Architecture (FaaS) pairs with event-driven function deployment without persistent server management.
Each cloud service model defines a distinct boundary under the shared responsibility framework: IaaS provides virtual hardware requiring customer OS management; PaaS abstracts the OS to provide a runtime environment for customer application code; SaaS delivers fully managed application software requiring customer oversight only for identity and data security; Serverless abstracts server management completely to run event-triggered function code.

Adım Adım Çözüm

1
Identify the base virtualization level for Infrastructure as a Service.
Recognize that IaaS gives customers root/administrator control over guest virtual machines and OS configurations.
IaaS provides raw infrastructure primitives like virtual machines, compute resources, and storage volumes.
2
Evaluate Platform as a Service boundaries.
Determine that PaaS hides the OS layer and presents developers with an application execution framework.
PaaS abstracts compute environment configuration so developers focus on coding and database deployment.
3
Evaluate Software as a Service boundaries.
Recognize that SaaS delivers complete turn-key applications.
SaaS applications require zero system or software maintenance from end users beyond identity and data management.
4
Evaluate Serverless/FaaS boundaries.
Match stateless function execution triggers with serverless model concepts.
Serverless architectures dynamically execute stateless functions on demand without customer server management.

Anahtar Kavram

Cloud Shared Responsibility Model across Service Delivery Models
Soru 300Soru

Match each technical host telemetry artifact and indicator of compromise with its corresponding malware classification.

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

Öğeler

Kernel callback object modification paired with active process unlinking via Direct Kernel Object Manipulation (DKOM) in kernel memory structures.
Persistent WMI event subscription executing an obfuscated PowerShell payload directly in RAM via reflective DLL injection without writing binary files to disk.
System process executing commands to disable volume shadow copies while recursively encrypting specific file headers using AES-GCM algorithms.
Dormant code segment embedded in a legitimate application that monitors Active Directory domain controller time and executes a destructive payload upon reaching a specified date.

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Kernel memory modification via DKOM matches Kernel-level Rootkit; WMI persistent memory injection matches Fileless Malware; cryptographic file encryption and shadow copy deletion match Ransomware; condition-triggered dormant execution matches Logic / Time Bomb.
Each malware classification is accurately paired with its distinct technical operational footprint: kernel rootkits modify core OS memory structures via Ring 0 privileges; fileless malware executes in RAM without traditional disk artifacts; ransomware inhibits host recovery while encrypting data storage; and logic/time bombs depend on specific environmental triggers.

Adım Adım Çözüm

1
Analyze the telemetry artifact describing kernel memory manipulation and hidden execution pathways.
Identified DKOM and kernel callbacks operating in Ring 0 context.
Rootkits at the kernel layer modify OS data structures to evade detection.
2
Analyze the telemetry artifact referencing non-disk execution mechanisms.
Identified WMI persistence and reflective RAM injection.
Fileless malware relies on living-off-the-land techniques and memory resident code execution.
3
Evaluate indicators of data unavailability combined with recovery inhibitor commands.
Identified AES-GCM encryption paired with volume shadow copy purge.
Ransomware actively prevents recovery while denying access to user data.
4
Evaluate the trigger-based execution criteria.
Identified date-based execution criteria within dormant host code.
Logic and time bombs require specified pre-conditions before detonating.

Anahtar Kavram

Distinguishing Malware Categories via Technical Telemetry and Indicators of Compromise
ÖncekiSayfa 15 / 112Sonraki
Tüm alıştırma soruları — CompTIA Security+ | Examkin