Tüm alıştırma soruları

2232 soru

Soru 361Soru

A healthcare provider is adopting a multi-tenant Software as a Service (SaaS) application to manage patient records across several remote clinics. The security architect must ensure that sensitive patient data transmitted to and from the SaaS application is monitored for policy violations, encrypted in transit, and protected against unauthorized data exfiltration without modifying the underlying cloud provider infrastructure. Which of the following solutions should the security team implement to meet these governance and control requirements?

Cevabı ve açıklamayı göster

Cevap: Cloud Access Security Broker (CASB)

Cevap

Cloud Access Security Broker (CASB)
A Cloud Access Security Broker (CASB) is specifically designed to sit between users and cloud service providers to extend on-premises security controls into cloud environments. In a SaaS model, customers cannot manage underlying cloud servers, hypervisors, or infrastructure controls. A CASB enables organizations to implement single sign-on, access control, data loss prevention (DLP), and threat detection for SaaS usage across clinics.

Adım Adım Çözüm

1
Analyze the cloud service deployment model and customer control capabilities.
Identified that the deployment is Software as a Service (SaaS), where the cloud provider manages physical hardware, hypervisors, network infrastructure, and application hosting.
Determining the service model establishes the boundaries of the shared responsibility model.
2
Evaluate the functional security requirements specified in the scenario.
The requirements demand inline inspection, data loss prevention (DLP), policy enforcement, and monitoring for cloud-bound web/SaaS traffic.
Selecting the control requires matching desired security capabilities with available customer-managed security points.
3
Identify the security architecture technology designed for SaaS governance.
A Cloud Access Security Broker (CASB) operates inline or via API to enforce enterprise security policies on SaaS applications.
CASBs provide visibility, data security, threat protection, and compliance enforcement across cloud environments without requiring access to the provider's underlying infrastructure.

Anahtar Kavram

Cloud Access Security Broker (CASB) integration in SaaS governance
Soru 362Soru

An organization's security operations center (SOC) detects an ongoing multi-vector attack targeting executive administrative assistants. The adversary uses spoofed Voice over IP (VoIP) calls to impersonate the Chief Financial Officer (CFO), claiming an urgent regulatory filing requires immediate authorization. Simultaneously, target personnel receive SMS messages containing links to a look-alike domain designed to clone the organization's single sign-on (SSO) authentication portal. Which of the following social engineering attack vectors and associated principles of influence are demonstrated in this campaign? (Select TWO).

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

Cevabı ve açıklamayı göster

Cevap: Vishing combined with the psychological principles of authority and urgency; Smishing paired with domain typosquatting to facilitate credential harvesting

Cevap

The correct selections describe vishing utilizing authority and urgency, and smishing paired with domain typosquatting.
The campaign uses two direct communication channels: voice calls impersonating C-suite leadership to establish authority and impose time pressure (vishing using authority/urgency), and text messages directing targets to a visually fraudulent portal domain (smishing using typosquatting).

Adım Adım Çözüm

1
Analyze the voice communication channel described in the scenario.
The attacker used spoofed VoIP phone calls to impersonate executive leadership (CFO) and demand immediate action, which constitutes voice phishing (vishing) exploiting authority and urgency.
Vishing relies on telephony media combined with high-pressure social engineering tactics to manipulate targets.
2
Analyze the text messaging and web domain component of the scenario.
The attacker dispatched SMS text messages directing users to a look-alike authentication URL, representing SMS phishing (smishing) leveraging domain typosquatting.
Smishing utilizes text messaging to deliver malicious links, while typosquatting exploits minor URL differences to deceive users during credential harvesting.
3
Evaluate and eliminate incorrect social engineering definitions.
Watering hole attacks infect strategic web locations, while shoulder surfing requires direct physical observation of a user's screen or keyboard; neither corresponds to remote telephone or text campaigns.
Distinguishing between communication delivery mechanisms and physical/passive vectors is required to identify social engineering threats accurately.

Anahtar Kavram

Identification of Social Engineering Attack Vectors and Principles of Influence
Soru 363Soru

A Lead DevSecOps Engineer is configuring automated security testing within a continuous integration and continuous deployment (CI/CD) staging environment for a WebAssembly-based microservice application. The company requires a vulnerability assessment solution that evaluates the application while it executes, using embedded software agents within the runtime environment to correlate dynamic runtime behavior with the exact lines of source code causing vulnerabilities, thereby minimizing false positives. Which of the following security testing methods best fulfills these requirements?

Cevabı ve açıklamayı göster

Cevap: Interactive Application Security Testing (IAST)

Cevap

Interactive Application Security Testing (IAST) is the correct choice because it evaluates application execution from within the runtime environment using instrumented agents to correlate dynamic flaws with precise source code locations.
Interactive Application Security Testing (IAST) combines static and dynamic analysis principles by instrumenting the runtime environment with software agents. As functional tests execute against the application, IAST monitors real-time memory, HTTP requests, and data flows internally, allowing it to pinpoint exact source code vulnerabilities with low false-positive rates.

Adım Adım Çözüm

1
Analyze the operational constraints specified in the scenario.
The requirement demands evaluating application behavior during execution (runtime), utilizing internal agents, and mapping flaws to exact source code line numbers with minimal false positives.
Security assessment methods differ significantly based on whether code is analyzed at rest, externally during execution, or interactively within the runtime engine.
2
Evaluate candidate application security testing methodologies against the requirements.
IAST combines the benefits of static and dynamic testing by leveraging internal execution monitoring agents during runtime.
Only IAST embeds agents directly inside the execution environment to monitor real-time data flows and correlate execution states back to underlying source code.

Anahtar Kavram

Application Security Testing Methodologies (IAST vs. SAST vs. DAST)
Tahmini Süre:1m 30s
Soru 364Soru

During an incident response investigation at a commercial satellite communications control facility, security analysts discover that several ground station modems were flashed with rogue firmware updates. The attackers compromised a third-party hardware vendor's build server nearly a year prior to steal private cryptographic signing keys, allowing the malicious firmware to pass signature validation without triggering alerts. The intrusion targeted long-term collection of orbital telemetry data without altering operational availability or attempting monetary extortion. Which threat actor type and attribute profile is primarily demonstrated in this scenario?

Cevabı ve açıklamayı göster

Cevap: A nation-state actor exhibiting high technical sophistication, extensive financial resources, and long-term espionage intent.

Cevap

A nation-state actor exhibiting high technical sophistication, extensive financial resources, and long-term espionage intent.
The correct answer accurately maps the scenario attributes (supply chain key compromise, silent year-long persistence, orbital telemetry collection) to a nation-state threat actor. Nation-state actors possess advanced technical capabilities, extensive resources, and patience to carry out long-term espionage campaigns focused on strategic data collection without alerting targets through disruptive actions or extortion demands.

Adım Adım Çözüm

1
Analyze the attack vector and operational tactics described in the scenario.
The attack involved compromising a third-party vendor's signing key months in advance (supply chain attack) to bypass firmware integrity controls.
This level of operational discipline and supply chain compromise requires high technical capability and substantial resources.
2
Evaluate the actor's intent and motivation based on post-exploitation behavior.
The actor maintained silent persistence for nearly a year to gather orbital telemetry without causing disruption or demanding ransom.
Stealthy, persistent data gathering aligns directly with strategic espionage rather than financial extortion or political activism.
3
Correlate tactical attributes and motivation with standard threat actor profiles.
High sophistication + high resources + long-term stealth + espionage intent = Nation-State / APT threat actor profile.
Nation-state actors are uniquely defined by state-backed funding, advanced technical capabilities, and long-term intelligence gathering goals.

Anahtar Kavram

Threat Actor Attributes, Motivations, and Attack Vectors
Soru 365Soru

An enterprise security operations center (SOC) detects an incident where remote executive assistants received customized SMS text messages appearing to originate from the corporate IT department. The messages contained links to a credential-harvesting landing page hosted on a typosquatted domain and warned that email access would be permanently suspended within two hours unless password re-verification was completed immediately. Which social engineering attack vector and primary principle of influence were executed in this scenario?

Cevabı ve açıklamayı göster

Cevap: Smishing leveraging the principle of urgency

Cevap

The attack vector is smishing, combined with the principle of urgency.
The correct response accurately identifies smishing as the attack vector because the communication took place over SMS text messages. It also correctly pairs this vector with the principle of urgency, as the attacker attempted to force quick compliance by establishing a two-hour deadline before access suspension.

Adım Adım Çözüm

1
Identify the delivery medium utilized in the attack scenario.
The message was delivered via SMS text message, which defines the vector as smishing (SMS phishing).
Phishing over cellular text messaging is categorized specifically as smishing, distinguishing it from email-based phishing or voice-based vishing.
2
Analyze the psychological trigger used to compel victim action.
The threat of account suspension within a short two-hour timeframe leverages urgency.
Social engineering attackers use strict time limits to induce panic and force targets to act before consulting technical support or verifying legitimacy.

Anahtar Kavram

Social Engineering Attacks and Vectors
Tahmini Süre:1m 30s
Soru 366Soru

Match each cloud computing service model to the primary architectural boundary managed by the cloud service provider.

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)

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Infrastructure as a Service (IaaS) matches physical hardware, facilities, core networking, and hypervisor virtualization layer; Platform as a Service (PaaS) matches underlying infrastructure, operating system, middleware, and application runtime environment; Software as a Service (SaaS) matches complete software application stack, application maintenance, platform, and underlying infrastructure.
Each cloud service model defines a distinct demarcation point under the shared responsibility model. Infrastructure as a Service (IaaS) limits provider management to physical facilities and hardware virtualization. Platform as a Service (PaaS) extends provider control to the operating system and runtime environment. Software as a Service (SaaS) places responsibility for the entire application stack on the cloud provider.

Adım Adım Çözüm

1
Identify provider management responsibilities for Infrastructure as a Service (IaaS).
IaaS providers handle physical hardware, data center security, networking hardware, and the virtualization hypervisor.
IaaS supplies basic computing resources, leaving higher OS and software management to the client.
2
Identify provider management responsibilities for Platform as a Service (PaaS).
PaaS providers manage the operating system, database engines, web servers, and runtime execution frameworks in addition to physical resources.
PaaS abstracts operating system and runtime maintenance away from developers.
3
Identify provider management responsibilities for Software as a Service (SaaS).
SaaS providers manage the entire application service end-to-end.
SaaS delivers ready-to-use software directly to end users without requiring client infrastructure administration.

Anahtar Kavram

Cloud Shared Responsibility Model across Service Models
Soru 367Soru

Match each infrastructure risk scenario to its corresponding host, network, or architecture vulnerability classification.

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

Öğeler

An enterprise server running an operating system past its vendor End-of-Life (EOL) date without security updates
A network management service transmitting administrative credentials across the local network in unencrypted plain text
A newly deployed network switch operating with factory administrative username and password settings
A corporate network environment designed without VLANs or subnet boundaries between guest users and critical database servers

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

The enterprise server past EOL matches Unsupported software vulnerability; the network management service transmitting plain text credentials matches Cleartext transmission vulnerability; the network switch with factory credentials matches Default configuration vulnerability; and the corporate network without subnets or VLANs matches Architecture / Lack of network segmentation vulnerability.
Each scenario directly illustrates a core infrastructure vulnerability category: operating an unpatched EOL system creates an unsupported software vulnerability; transmitting unencrypted credentials creates a cleartext transmission vulnerability; retaining factory passwords creates a default configuration vulnerability; and placing all devices on a flat, unsegmented network creates an architecture vulnerability.

Adım Adım Çözüm

1
Analyze host-level system lifecycle status
Identify that running software beyond vendor support end date leaves unpatched flaws exposed
Systems past EOL represent unsupported software vulnerabilities.
2
Analyze network protocol transmission behavior
Identify that transmitting sensitive administrative data without cryptographic protection allows packet sniffing
Unencrypted traffic constitutes a cleartext transmission vulnerability.
3
Evaluate system configuration hardening
Identify that active factory credentials on network hardware enable easy unauthorized initial access
Using factory settings creates a default configuration vulnerability.
4
Evaluate network topology and boundaries
Identify that missing subnets or logical isolation allow unrestricted network traffic between low-trust guests and high-trust servers
A flat network lacking isolation represents an architecture vulnerability.

Anahtar Kavram

Host, Network, and Architecture Vulnerabilities
Soru 368Soru

Match each vulnerability assessment and security testing method to its corresponding operational characteristic.

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

Öğeler

Credentialed Vulnerability Scanning
Static Application Security Testing (SAST)
Dynamic Application Security Testing (DAST)
Passive Network Vulnerability Monitoring

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Credentialed Scanning pairs with direct host queries using administrative rights; SAST pairs with non-execution analysis of source code; DAST pairs with external black-box testing of running applications; Passive Monitoring pairs with analyzing mirrored packet flows without active probes.
Each security assessment method maps directly to its core function: credentialed scanning uses administrative access for host audits; SAST analyzes uncompiled/static code; DAST tests executing web apps; and passive network monitoring analyzes mirrored traffic safely.

Adım Adım Çözüm

1
Identify the operation mode of Credentialed Vulnerability Scanning.
It logs into host operating systems using administrative credentials to check patch levels.
Authenticating directly to target hosts yields internal configuration visibility without relying on network probing.
2
Distinguish SAST from DAST based on application execution status.
SAST checks static code prior to deployment, while DAST tests live, running web applications.
SAST identifies code-level security issues before execution, whereas DAST uncovers runtime configuration and input handling weaknesses.
3
Differentiate passive monitoring from active vulnerability scanning.
Passive monitoring relies on mirrored network telemetry without generating active probe traffic.
Observing traffic non-intrusively protects sensitive environments (such as OT/ICS) from network-induced destabilization.

Anahtar Kavram

Selecting appropriate vulnerability testing methodologies based on execution state, authentication level, and operational impact risk.
Soru 369Soru

Match each technical telemetry scenario with its corresponding malware classification based on the observed indicators of compromise.

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

Öğeler

PowerShell executing with `-EncodedCommand` and `-NoProfile` parameters, fetching payload instructions directly into volatile memory without writing binaries to local storage.
Ring 0 kernel driver execution that modifies Direct Kernel Object Manipulation (DKOM) structures to hide process IDs and files from system management utilities.
A database script scheduled to run a destructive query automatically 30 days after a specific employee account is set to inactive status in the directory.
Automated network telemetry showing a workstation self-propagating across port 445 to adjacent subnets without requiring human interaction.

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

PowerShell memory-only execution matches Fileless Malware; Ring 0 DKOM manipulation matches Rootkit; Conditional script trigger matches Logic Bomb; Autonomous self-propagation matches Worm.
The paired classifications accurately reflect the technical behavior of each malware category: memory-only PowerShell execution represents fileless malware, Ring 0 DKOM manipulation represents a rootkit, conditional payload execution represents a logic bomb, and autonomous SMB scanning represents a worm.

Adım Adım Çözüm

1
Analyze the technical indicators in each scenario.
Identified volatile memory execution, kernel-level cloaking, triggered execution, and autonomous network propagation.
Differentiating malware types relies on analyzing execution mechanics, persistence mechanisms, and propagation behavior.
2
Map execution mechanics to malware definitions.
Living-off-the-land memory execution aligns with fileless malware, while Ring 0 system cloaking maps to rootkits.
Fileless malware minimizes disk footprint; rootkits conceal artifacts by altering low-level OS operations.
3
Map trigger conditions and propagation characteristics.
Status-triggered malicious scripts map to logic bombs; self-directed SMB scanning maps to worms.
Logic bombs rely on specific logical triggers, whereas worms actively scan and infect network targets independently.

Anahtar Kavram

Malware Types and Indicators of Compromise
Soru 370Soru

Match each threat actor profile to the primary attribute combination and attack strategy that most accurately characterizes their operations.

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

Öğeler

Nation-state adversary
Hacktivist collective
Disgruntled insider
Organized crime syndicate

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Nation-state adversaries correspond to extensive funding, high sophistication, and geopolitical espionage goals. Hacktivist collectives match ideological motivation with public-facing attacks like DDoS and defacement. Disgruntled insiders possess internal credentials and act out of grievance or financial incentive. Organized crime syndicates deploy profit-driven ransomware operations with high capabilities.
Each threat actor type possesses distinct attributes: nation-states focus on strategic state-sponsored espionage with custom vectors; hacktivists aim for public awareness using disruption tactics; insiders utilize legitimate credentials for malicious exfiltration; and organized crime syndicates operate as sophisticated financial enterprises.

Adım Adım Çözüm

1
Analyze the motivation, funding, and sophistication of nation-state actors.
Identified geopolitical espionage, high funding, stealth, and supply chain vectors.
Nation-states focus on long-term intelligence gathering backed by state resources.
2
Evaluate the primary drivers and vectors of hacktivist groups.
Matched to political/social ideology and high-visibility disruption tactics like DDoS.
Hacktivists seek publicity for their cause rather than covert intelligence or monetary gain.
3
Differentiate insider threats from external actors.
Matched to internal access capabilities and grievance-driven exfiltration.
Insiders exploit preexisting legitimate privileges to bypass perimeter controls.
4
Identify the core attributes of organized cybercrime syndicates.
Matched to monetary profit targets and ransomware extortion models.
Organized crime prioritizes financial returns over political or strategic objectives.

Anahtar Kavram

Threat Actor Profiling and Attributes
Soru 371Soru

An enterprise IT security team is implementing a major network security policy update to enforce microsegmentation across production database servers. Place the following change management steps in the correct chronological order from first to last to ensure proper security governance and operational continuity.

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

Cevabı ve açıklamayı göster

Cevap

The correct chronological sequence begins with performing a security risk assessment and impact analysis, followed by validating rules and rollback procedures in staging. Next, the change request and test evidence are submitted to the Change Advisory Board (CAB) for authorization. After approval, the change is implemented in production during a maintenance window. Finally, post-implementation verification and configuration baseline updates are completed.
A standard security-focused change management workflow follows a linear progression: initial security impact assessment, staging environment validation of the change and rollback plan, CAB review and approval, production execution within an authorized window, and post-implementation review with configuration baseline updating.

Adım Adım Çözüm

1
Identify potential security risks, technical dependencies, and business impacts.
Establishes baseline risk parameters and defines scope.
Security impact assessment must precede technical testing and formal review.
2
Execute technical testing and validate rollback steps in a staging environment.
Confirms the change works as designed without causing unintended outages.
Empirical testing in non-production is required to prove feasibility before seeking authorization.
3
Present the change package to the Change Advisory Board (CAB).
Obtains formal business and operational approval for deployment.
CAB approval ensures governance alignment and prevents scheduling conflicts.
4
Implement the configuration change during the scheduled maintenance window.
Applies the new security policies live in production.
Production execution must adhere to authorized timing constraints.
5
Perform post-implementation review (PIR) and update system baselines.
Confirms operational stability and updates security baseline records.
Ensures auditability and records the final post-change state.

Anahtar Kavram

Change Control Lifecycle and Security Impact Assessment
Soru 372Soru

An enterprise security architect is establishing an operational governance framework for cloud adoption across multiple business units. Match each security administration task on the left with the primary responsible party under the cloud shared responsibility model on the right.

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

Öğeler

Configuring guest operating system security patches, local firewall rules, and custom kernel configurations on virtual computing instances
Securing application source code, managing API authentication keys, and configuring database schemas within a managed serverless platform
Managing user identity lifecycle, access permissions, multi-factor authentication enforcement, and data governance within a cloud-hosted productivity suite
Maintaining physical server hardware, facility perimeter controls, datacenter environmental monitoring, and hypervisor integrity

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Guest OS configuration matches Customer responsibility in IaaS; Application and API security match Customer responsibility in PaaS; Identity and data governance match Customer responsibility in SaaS; Physical infrastructure and hypervisor maintenance match Cloud Service Provider baseline responsibility.
The cloud shared responsibility matrix defines operational boundaries based on service abstraction. Infrastructure as a Service requires customers to maintain everything above the hypervisor (including OS patching and host firewall rules). Platform as a Service offloads OS and runtime management to the vendor, leaving application code, API security, and database schemas with the customer. Software as a Service offloads full application maintenance, yet identity lifecycle and data protection remain customer duties. Physical datacenter facilities, hardware, and hypervisor security remain the provider's responsibility across all public cloud service models.

Adım Adım Çözüm

1
Evaluate Infrastructure as a Service (IaaS) boundary
Determine that virtual machine OS configuration, kernel settings, and host firewalls fall on the subscriber side of the boundary.
IaaS provides raw compute infrastructure where the provider stops managing at the hypervisor layer.
2
Evaluate Platform as a Service (PaaS) boundary
Determine that managing code, API access tokens, and data schema falls to the subscriber.
PaaS abstracts compute and OS management, allowing subscribers to focus purely on application logic and dataset design.
3
Evaluate Software as a Service (SaaS) boundary
Determine that user authentication policies and data governance remain customer responsibilities.
Even when application hosting and infrastructure are completely managed by a vendor, data ownership and credential security never shift away from the customer.
4
Evaluate Cloud Service Provider baseline obligations
Identify physical datacenter security, power infrastructure, and hypervisor maintenance as universal provider duties.
The provider owns and manages the physical hardware and underlying virtualization layer supporting public cloud instances.

Anahtar Kavram

Cloud Shared Responsibility Model across Service Models (IaaS, PaaS, SaaS)
Soru 373Soru

A security analyst conducts a comprehensive infrastructure security assessment across enterprise systems. Match each security assessment finding to its corresponding host, network, or architecture vulnerability classification.

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

Öğeler

A containerized application process escapes its isolation boundary and accesses raw host operating system memory through a shared kernel vulnerability.
An internal management server exposes dynamic RPC endpoints across all network interfaces without authentication or access controls.
An edge security appliance firmware image utilizes static, vendor-hardcoded private cryptographic keys across all customer deployments.
An administrative web portal transmits session tokens in HTTP request headers over an unsegmented internal local area network.

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Container process namespace escape matches Host Operating System Isolation Vulnerability. Dynamic open RPC endpoint exposure matches Unauthenticated Network Service Exposure. Hardcoded firmware private keys match Embedded System Credential Flaw. Cleartext HTTP session transmission over flat subnets matches Cleartext Protocol Architecture Weakness.
Each security assessment finding maps directly to its specific vulnerability domain: kernel namespace breakouts represent host isolation flaws, open RPC management interfaces represent unauthenticated service exposure, hardcoded embedded keys represent firmware credential weaknesses, and HTTP session token transmission across unsegmented subnets represents cleartext protocol architecture weaknesses.

Adım Adım Çözüm

1
Analyze host-level virtualization and container runtime security boundaries.
Determine that escaping container boundaries to access host memory breaks host kernel isolation.
Containers share the host operating system kernel, so kernel exploits compromise host isolation.
2
Evaluate network service configurations and access control policies.
Identify that unauthenticated RPC listener endpoints expose critical infrastructure interfaces to arbitrary network clients.
Exposing internal management services without authentication allows unauthenticated remote execution.
3
Inspect embedded hardware firmware key management implementation.
Classify static private keys burned into firmware images as embedded device credential flaws.
Shared hardcoded keys allow attackers to intercept traffic or impersonate any deployed hardware unit.
4
Review network protocol encryption and network segmentation controls.
Link unencrypted HTTP session token transit on unsegmented subnets to cleartext protocol architecture weaknesses.
Lack of transport-layer security combined with flat network topology permits credential sniffing by adjacent hosts.

Anahtar Kavram

Host, Network, and Architecture Vulnerabilities
Soru 374Soru

A security analyst is reviewing telemetry logs and incident report artifacts following a series of network anomalies. Match each observed technical telemetry artifact on the left with its corresponding malware classification on the right.

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

Öğeler

Execution of obfuscated PowerShell scripts pulling payloads directly into host RAM via WMI repository subscriptions without creating disk binaries
Modification of the Volume Boot Record (VBR) to execute malicious code prior to operating system kernel initialization
A database trigger configured to execute a destructive SQL script automatically when a specific user ID is purged from the HR database
An unexpected outbound C2 encrypted session established by svchost.exe spawned directly as a child process of winword.exe

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Execution of PowerShell via WMI matches Fileless Malware; VBR modification matches Bootkit; HR database deletion trigger matches Logic Bomb; Word spawning svchost for C2 matches Remote Access Trojan (RAT).
Each telemetry artifact distinctly maps to its underlying malware mechanism: in-memory execution via system binaries matches fileless malware; boot sector modification prior to OS load matches bootkit persistence; event-triggered malicious payloads represent logic bombs; and process tree anomalies establishing remote command channels indicate Remote Access Trojans.

Adım Adım Çözüm

1
Analyze memory and file system artifacts
In-memory execution of obfuscated scripts via native tools (WMI/PowerShell) indicates Fileless Malware.
Fileless malware avoids traditional disk-based detection by operating exclusively in volatile memory.
2
Evaluate boot sequence persistence mechanisms
Pre-boot code execution altering the Volume Boot Record indicates a Bootkit.
Bootkits target the storage system's boot sectors to gain control before operating system security controls initiate.
3
Examine event-driven triggers
Code scheduled to run upon HR database user purging matches a Logic Bomb.
Logic bombs lie dormant until specific environmental conditions or administrative events execute the payload.
4
Analyze process tree lineage and network behavior
Productivity software spawning system host processes that initiate outbound command-and-control traffic matches a Remote Access Trojan (RAT).
RATs typically leverage process hollowing or malicious process spawn techniques to conceal C2 communications.

Anahtar Kavram

Malware Telemetry and Indicator Classification
Tahmini Süre:2m 0s
Soru 375Soru

An organization hosts a customer database in a cloud environment where the cloud provider manages the physical server hardware, data center access, and hypervisor virtualization layer. The organization's internal IT team remains responsible for configuring, updating, and patching the guest operating systems and application software. Which cloud service model is the organization currently using?

Cevabı ve açıklamayı göster

Cevap: Infrastructure as a Service (IaaS)

Cevap

Infrastructure as a Service (IaaS)
Infrastructure as a Service (IaaS) provides virtualized computing infrastructure over the cloud. Under the shared responsibility model for IaaS, the cloud provider secures the physical data center, networking gear, and hypervisors, whereas the enterprise customer retains full responsibility for managing the guest operating system, application patches, and network access rules.

Adım Adım Çözüm

1
Analyze the management boundary described in the scenario.
The cloud provider manages hardware and virtualization; the customer manages guest OS and application components.
Determining who manages the operating system layer defines the cloud service model boundary.
2
Map the responsibilities to the standard cloud service models.
Customer control of operating systems combined with provider control of physical hardware aligns specifically with IaaS.
IaaS supplies raw virtualized compute resources where the tenant maintains OS-level control.

Anahtar Kavram

Cloud Shared Responsibility Model in IaaS
Soru 376Soru

An administrator reviewing host infrastructure discovers an unauthenticated monitoring service running on an internal host inside the enterprise network. The service exposes internal environment variables and process memory to any connected endpoint. The service was left unauthenticated under the assumption that internal network segments are inherently secure. Which of the following vulnerabilities is primarily illustrated in this architecture scenario?

Cevabı ve açıklamayı göster

Cevap: Over-reliance on perimeter security and lack of host-level access verification

Cevap

Over-reliance on perimeter security and lack of host-level access verification
The correct answer identifies over-reliance on perimeter security. Leaving services unauthenticated based on the assumption that internal network traffic is safe exposes host data whenever an attacker gains internal access or pivots across network segments.

Adım Adım Çözüm

1
Analyze the reported host architecture vulnerability scenario.
Identified an unauthenticated service exposing host memory to any device on the internal network.
Understanding what resource is exposed and under what access conditions highlights the core weakness.
2
Evaluate the underlying design assumption mentioned in the scenario.
Recognized that reliance on internal network safety without local service authentication reflects legacy perimeter-based trust.
Zero Trust principles dictate continuous verification regardless of network location.

Anahtar Kavram

Perimeter Trust Dependence vs. Host-Level Verification
Tahmini Süre:50s
Soru 377Soru

Match each enterprise security incident scenario to the primary social engineering attack vector it exemplifies.

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

Öğeler

An attacker compromises a legitimate, industry-specific news website frequently visited by target organization personnel to deliver drive-by exploit payloads.
An attacker sends highly tailored emails referencing internal project codes and executive names to trick specific financial staff into authorizing wire transfers.
An attacker carrying large packages closely follows an authorized employee through a card-restricted building entrance without presenting access credentials.
An attacker sends fraudulent SMS text messages impersonating corporate IT support to remote staff, directing them to a fake login portal to harvest credentials.

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

The compromised industry news site matches Watering Hole Attack; the tailored executive emails match Spear Phishing; following an employee through a secure doorway matches Tailgating; and the fake IT support text messages match Smishing.
Each incident scenario aligns with a specific vector: Watering Hole attacks infect third-party websites commonly visited by target groups; Spear Phishing uses customized digital messages targeted at specific organizational roles; Tailgating exploits human politeness to breach physical entry points; and Smishing uses mobile SMS messaging to deceive targets.

Adım Adım Çözüm

1
Analyze Scenario 1 involving the compromise of a trusted third-party website visited by target personnel.
Identified as a Watering Hole Attack because the vector relies on infecting a site known to be frequented by a specific target group.
This strategy avoids direct communication with targets and exploits implicit trust in external resources.
2
Analyze Scenario 2 involving customized emails sent to specific financial personnel with confidential internal context.
Identified as Spear Phishing because it targets specific individuals using recon-derived information.
Unlike bulk phishing, spear phishing relies on targeted context to increase credibility.
3
Analyze Scenario 3 involving physical entry behind an authorized employee carrying packages.
Identified as Tailgating, a physical social engineering method.
The attacker relies on social courtesy and physical distraction to bypass physical access controls.
4
Analyze Scenario 4 involving fake IT support messages delivered to mobile phones via SMS.
Identified as Smishing (SMS Phishing).
Smishing specifically uses cellular text messaging services to deliver phishing lures.

Anahtar Kavram

Classification of Social Engineering Vectors and Tactical Indicators
Soru 378Soru

An enterprise Endpoint Detection and Response (EDR) agent raises a high-severity security alert on a database server. Inspection reveals a legitimate Windows system process, `svchost.exe`, executing inline PowerShell commands using encoded arguments directly in system memory without writing any executable binaries to disk. System monitoring logs show scheduled tasks calling WMI repositories to maintain execution across system reboots. Which of the following malware classifications is demonstrated by these indicators of compromise?

Cevabı ve açıklamayı göster

Cevap: Fileless malware

Cevap

The telemetry describes fileless malware because it operates in volatile memory (RAM) utilizing legitimate system tools without dropping traditional malicious binaries onto the host disk storage.
Fileless malware relies on living-off-the-land techniques by hijacking legitimate system binaries (such as PowerShell and WMI) and running payloads directly inside volatile RAM memory, leaving no traditional payload file footprint on the filesystem disk.

Adım Adım Çözüm

1
Analyze execution mechanism telemetry
Identified PowerShell executing encoded payloads directly in volatile system memory.
Execution without writing files to local disk storage distinguishes non-traditional execution methods.
2
Evaluate persistence mechanism artifacts
Observed WMI repository calls and scheduled tasks triggering native processes.
Fileless malware leverages 'living-off-the-land' binaries (LotL) and native OS frameworks for persistence.
3
Classify the malware category
Correlated memory-resident execution and native tool misuse into fileless malware.
Combining RAM-only operations with native binary abuse matches the core technical definition of fileless attacks.

Anahtar Kavram

Fileless Malware and Living-off-the-Land (LotL) Execution
Soru 379Soru

A security technician is preparing to deploy a new server host into an enterprise network. To reduce common host-based vulnerabilities and strengthen the system's baseline security posture, which of the following hardening actions should the technician implement? (Select TWO).

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

Cevabı ve açıklamayı göster

Cevap: Disable unnecessary network ports and unneeded background services; Change default vendor administrative passwords to strong, unique credentials

Cevap

Disabling unnecessary network ports and unneeded background services, and changing default vendor administrative passwords to strong, unique credentials.
Hardening host infrastructure requires reducing exposed entry points by closing unused network ports/services and enforcing proper credential management by removing default passwords.

Adım Adım Çözüm

1
Identify effective host-hardening practices that directly minimize host vulnerability.
Disabling unneeded ports/services minimizes entry points for potential exploits.
Host attack surface reduction is a foundational security baseline practice.
2
Evaluate default account configuration management on new systems.
Changing default credentials prevents known administrative password exploitation.
Default credentials are widely documented and actively targeted by malicious actors.

Anahtar Kavram

Host Hardening and Attack Surface Reduction
Soru 380Soru

A financial clearing house experiences a silent, prolonged intrusion where an adversary maintained persistence for nine months without disrupting operations or attempting immediate data exfiltration. Threat intelligence analysts discover custom-compiled memory-only implants, specialized zero-day exploits targeting perimeter security appliances, and detailed reconnaissance focused on critical national infrastructure dependencies. Which of the following threat actor types and attribute profiles most accurately characterizes this adversary?

Cevabı ve açıklamayı göster

Cevap: A nation-state threat actor operating with high sophistication, extensive funding, and a focus on long-term strategic intelligence gathering

Cevap

A nation-state threat actor operating with high sophistication, extensive funding, and a focus on long-term strategic intelligence gathering.
The combination of zero-day exploits, multi-month undetected persistence, custom memory-only malware, and targeting critical national infrastructure dependencies directly aligns with the intent, sophistication, and funding of a nation-state Advanced Persistent Threat (APT) actor.

Adım Adım Çözüm

1
Analyze the operational objective and timeline described in the scenario
The adversary maintained nine months of undetected persistence focused on mapping critical national infrastructure without data exfiltration or operational disruption.
Espionage and long-term strategic intelligence gathering are hallmarks of nation-state Advanced Persistent Threats (APTs), contrasting with financially motivated or disruptive actors.
2
Evaluate the technical sophistication and attack vector
The attack utilized zero-day perimeter exploits and custom memory-only implants.
Zero-day vulnerability discovery and custom weaponization require significant funding, advanced research capabilities, and high technical sophistication typical of state-backed entities.
3
Synthesize attributes to determine threat actor classification
High sophistication, strategic intent, state-level funding, and persistent access align exclusively with a nation-state actor profile.
Other threat actor types (organized crime, insiders, hacktivists) exhibit different primary motivations and lower levels of capital-intensive capability.

Anahtar Kavram

Threat Actor Attributes, Motivations, and Capabilities
ÖncekiSayfa 19 / 112Sonraki
Tüm alıştırma soruları — CompTIA Security+ | Examkin