Tüm alıştırma soruları

2232 soru

Soru 421Soru

Match each threat actor type on the left with its defining capability, access level, or primary motivation on the right.

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

Öğeler

Nation-state actor
Insider threat
Hacktivist
Script kiddie

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Nation-state actors correspond to state sponsorship and advanced persistent threat capabilities. Insider threats correspond to existing legitimate privileges. Hacktivists correspond to ideological or political motivations. Script kiddies correspond to low technical sophistication using pre-existing scripts.
Nation-state actors possess high sophistication and state funding. Insider threats leverage authorized internal access. Hacktivists operate based on social/political motives. Script kiddies rely on pre-written tools due to limited skill.

Adım Adım Çözüm

1
Analyze each threat actor category based on standard cybersecurity taxonomy.
Identified key threat actors: Nation-state, Insider threat, Hacktivist, and Script kiddie.
Threat actors are categorized by sophistication, motivation, resources, and access levels.
2
Evaluate the distinguishing attributes listed on the right.
Mapped each threat actor to its primary attribute.
Correct alignment demonstrates fundamental knowledge of threat actor profiles and operational risk vectors.

Anahtar Kavram

Threat Actor Attributes and Classifications
Soru 422Soru

During a threat hunting exercise on an enterprise web server running Linux, a SOC analyst examines suspicious host telemetry following an alert. The investigation reveals that an external exploit against an HTTP service injected shellcode directly into the heap space of the running `httpd` process. The injected code allocated executable memory regions using `mprotect()` and dynamically resolved socket functions to establish an outbound reverse shell without ever writing any executable files, scripts, or persistent artifacts to the physical disk. Which of the following malware classifications best describes the malicious activity detected on this server?

Cevabı ve açıklamayı göster

Cevap: Fileless malware

Cevap

Fileless malware is the correct classification because the payload executes exclusively in volatile memory without writing binary files to persistent storage.
The correct answer is Fileless malware because the threat actor injected shellcode directly into volatile memory (RAM) allocated by an existing process, executing a reverse shell without storing any files on the host's secondary storage.

Adım Adım Çözüm

1
Analyze the telemetry indicators provided in the scenario
Identified that shellcode was injected into heap space via `mprotect()` and executed directly within the memory space of the existing `httpd` process.
Evaluating where and how the payload executes reveals its primary execution architecture.
2
Check for disk-based artifacts or persistence mechanisms
Confirmed zero executable files, scripts, or binaries were written to non-volatile disk storage.
Absence of disk artifacts is the defining characteristic distinguishing fileless/memory-resident payloads from traditional malware.
3
Map the technical observation to the standard malware taxonomy
In-memory shellcode execution without persistent file writes maps directly to fileless malware.
Trojan applications require binary drop/execution, worms require autonomous network replication routines, and rootkits require system-call/kernel interception.

Anahtar Kavram

Fileless Malware Execution and In-Memory Payload Analysis
Tahmini Süre:2m 0s
Soru 423Soru

An enterprise security auditor discovers several vulnerabilities across an organization's internal infrastructure during a comprehensive technical posture assessment. Match each identified host and network vulnerability indicator on the left to its corresponding primary security risk on the right. Which of the following correctly pairs each vulnerability indicator with its primary security risk?

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

Öğeler

Windows system service configured with an unquoted executable path containing spaces under C:\Program Files\
Legacy SMB service configured to permit anonymous null sessions over the IPC$ share
Internal web application proxy configured to support 3DES and NULL cipher suites
Embedded network device running firmware susceptible to a stack-based buffer overflow

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

The correct pairings match each host/network vulnerability to its specific threat impact: the unquoted service path matches local privilege escalation; SMB null sessions match unauthenticated reconnaissance; weak TLS cipher suites match cryptographic downgrade; and stack-based buffer overflow firmware matches remote code execution.
The pairings correctly connect each technical vulnerability mechanism to its operational security impact. Unquoted service paths expose local execution order bugs used for privilege elevation; SMB IPC$ null sessions expose administrative RPC endpoints for network discovery; legacy cipher suites expose TLS handshakes to algorithm downgrade attacks; and stack-based memory bounds failures permit arbitrary code execution.

Adım Adım Çözüm

1
Analyze host-level binary execution vulnerabilities.
Unquoted service paths containing spaces cause Windows to search for executables at each space break. This directly maps to local privilege escalation via path hijacking.
Windows process creation attempts to execute the shortest valid path string when spaces are unquoted.
2
Analyze network protocol misconfigurations for information exposure.
Anonymous SMB null sessions over IPC$ enable unauthenticated RPC queries to list domain objects, mapping directly to unauthenticated reconnaissance.
Legacy NetBIOS/SMB behavior allowed unauthenticated connections to inspect system resources.
3
Evaluate transport layer cryptographic weaknesses.
Supporting 3DES or NULL cipher suites allows attackers to force weak or non-existent encryption during negotiation, mapping directly to cryptographic downgrade and eavesdropping.
Permitting weak algorithms enables protocol downgrade attacks such as POODLE or SWEET32.
4
Evaluate memory corruption flaws in network device firmware.
Unchecked memory writes in firmware lead to instruction pointer overwrites, mapping directly to remote code execution.
Buffer overflow conditions alter control flow execution to arbitrary shellcode.

Anahtar Kavram

Host, Network, and Architecture Vulnerabilities
Soru 424Soru

Match each cryptographic or security control weakness on the left with its corresponding technical description on the right.

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

Öğeler

Hardcoded Cryptographic Key
Deprecated/Weak Cipher Suite
Expired SSL/TLS Certificate
Unsalted Password Hash

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Hardcoded Cryptographic Key matches embedding secret symmetric keys directly within application code; Deprecated/Weak Cipher Suite matches utilizing legacy algorithms with short key lengths or known structural flaws; Expired SSL/TLS Certificate matches failing to renew a digital credential prior to its validity end date; Unsalted Password Hash matches storing password digests without unique random data.
Each security control weakness aligns with its fundamental technical definition. Hardcoding keys puts secrets in binaries; legacy cipher suites rely on flawed algorithms like DES/RC4; expired certificates break the validity lifecycle in PKI; and unsalted hashes expose stored credentials to precomputed rainbow table lookups.

Adım Adım Çözüm

1
Analyze 'Hardcoded Cryptographic Key'
Identify that embedding key material inside software code allows attackers who disassemble the software to retrieve the secret key.
Matches the description of embedding secret keys directly within application code or compiled binaries.
2
Analyze 'Deprecated/Weak Cipher Suite'
Identify that older algorithms such as DES or RC4 do not meet modern security baseline requirements.
Matches utilizing legacy algorithms with short key lengths or known structural flaws.
3
Analyze 'Expired SSL/TLS Certificate'
Recognize that digital certificates require active validity windows for trust verification.
Matches failing to renew a digital credential prior to its validity end date.
4
Analyze 'Unsalted Password Hash'
Recall that cryptographic salts add unique randomness to prevent hash collisions across identical passwords.
Matches storing password digests without unique random data.

Anahtar Kavram

Cryptographic and Security Control Weaknesses
Soru 425Soru

An energy utility enterprise recently deployed 50,000 smart grid sensors that transmit operational telemetry data to a central management server over encrypted TLS connections. During an independent security audit, analysts discover that while TLS 1.2 is enforced, the server accepts finite-field Diffie-Hellman key exchanges configured with legacy 512-bit prime parameters. Which cryptographic vulnerability does this configuration represent, and what risk does it present to the enterprise?

Cevabı ve açıklamayı göster

Cevap: Weak key exchange implementation allowing an attacker to precompute discrete logarithms and decrypt TLS session keys

Cevap

Weak key exchange implementation allowing an attacker to precompute discrete logarithms and decrypt TLS session keys
The correct answer accurately identifies that 512-bit prime parameters in Diffie-Hellman key exchange are cryptographically broken. Utilizing sub-2048-bit prime groups dramatically reduces the computational effort required to solve discrete logarithms, enabling threat actors to compute session keys and decrypt TLS traffic.

Adım Adım Çözüm

1
Analyze the reported scenario and identify the specific cryptographic mechanism.
The server uses TLS 1.2 with finite-field Diffie-Hellman key exchange utilizing 512-bit prime modulus parameters.
Diffie-Hellman parameter size dictates the mathematical difficulty of solving the discrete logarithm problem necessary to derive session keys.
2
Evaluate the security threshold for Diffie-Hellman key sizes.
512-bit DH groups are cryptographically weak and vulnerable to precomputation attacks using the Number Field Sieve (NFS).
Modern cryptographic guidelines require DH prime sizes of at least 2048 bits to resist polynomial-time discrete logarithm factoring.
3
Determine the impact of exploiting weak key exchange parameters.
An adversary performing a man-in-the-middle or passive decryption attack can derive the shared secret and decrypt network traffic.
Breaking the key exchange compromises the confidentiality of all TLS sessions established with those weak parameters.

Anahtar Kavram

Cryptographic Key Exchange Weaknesses (Diffie-Hellman Parameter Strength)
Tahmini Süre:2m 0s
Soru 426Soru

A security analyst is auditing a C-based backend service responsible for processing batch user updates. Code analysis reveals that the buffer allocation calculation `total_bytes = user_count * sizeof(user_record_t)` uses an unsigned 32-bit integer. When a caller supplies a very large `user_count`, the multiplication arithmetic wraps around, resulting in a small memory allocation from `malloc()`. The application then attempts to copy all incoming user records into this undersized buffer, causing arbitrary memory corruption. Which of the following software vulnerabilities is demonstrated in this scenario?

Cevabı ve açıklamayı göster

Cevap: Integer overflow resulting in a heap-based buffer overflow

Cevap

Integer overflow resulting in a heap-based buffer overflow
The scenario describes an arithmetic integer overflow where a calculated memory allocation size exceeds the maximum integer capacity and wraps around to a small value. Passing this reduced value to memory allocation functions causes insufficient memory to be reserved. When the program subsequently writes the entire payload into this undersized allocation, it overwrites adjacent heap memory, leading to a heap-based buffer overflow.

Adım Adım Çözüm

1
Analyze the arithmetic operation
The calculation `user_count * sizeof(user_record_t)` exceeds the maximum capacity of a 32-bit unsigned integer.
When an integer variable exceeds its maximum value boundary, it wraps around to a small number near zero.
2
Evaluate memory allocation impact
`malloc()` allocates a small memory buffer based on the wrapped integer value.
The memory allocator receives the smaller, wrapped size argument rather than the actual required storage size.
3
Trace memory copy behavior
Writing all input records into the undersized heap buffer overwrites adjacent heap memory.
The copying routine uses the actual `user_count` instead of checking against the newly allocated buffer size, triggering a heap overflow.

Anahtar Kavram

Integer Overflow and Buffer Overflow Vulnerabilities
Soru 427Soru

A security analyst conducts an internal vulnerability assessment on a Linux server host processing enterprise telemetry. During host inspection, the analyst extracts the following active socket states and service configuration snippet:

# netstat -tuln | grep 9099
tcp 0 0 0.0.0.0:9099 0.0.0.0:* LISTEN
# cat /etc/telemetry/agent.conf
[server]
bind_address = "0.0.0.0"
port = 9099
auth_enabled = false

The infrastructure team notes that access control was omitted locally because the host operates behind an enterprise boundary firewall filtering external traffic. However, all internal subnets can reach port 9099 without authentication. Which of the following vulnerabilities is demonstrated by this implementation?

Cevabı ve açıklamayı göster

Cevap: Over-reliance on perimeter-based network security controls without enforcing Zero Trust local authentication and least-privilege binding

Cevap

Over-reliance on perimeter-based network security controls without enforcing Zero Trust local authentication and least-privilege binding
Binding a service to `0.0.0.0` (all interfaces) with authentication disabled (`auth_enabled = false`) creates a severe host and network vulnerability. Relying exclusively on perimeter security exposes internal resources to lateral movement if any internal endpoint or network segment is compromised. Modern secure architecture requires Zero Trust principles: explicit verification, least-privilege service binding (e.g., binding to `127.0.0.1` if local-only), and continuous authentication.

Adım Adım Çözüm

1
Analyze the configuration and socket output
The service is listening on `0.0.0.0:9099` (all IP interfaces) with `auth_enabled = false`.
Identify the host-level exposure created by unauthenticated service listening.
2
Evaluate the architectural assumption
The infrastructure relies solely on perimeter firewalls to block external threats while allowing trusted internal network access.
Identify the flawed security posture that assumes internal network traffic is inherently safe.
3
Select the primary vulnerability concept
Assumptions of internal trust violate Zero Trust principles, creating a host vulnerability susceptible to lateral movement.
Match the observed condition to the host/architecture vulnerability classification.

Anahtar Kavram

Zero Trust vs. Perimeter Trust in Host & Service Architecture
Soru 428Soru

An organization's incident response team is dissecting a multi-channel cyber attack targeting a senior system administrator. The adversary first conducted open-source intelligence (OSINT) gathering on public code repositories to obtain personal details and active project names. Next, the attacker placed a direct voice call to the administrator's personal mobile phone impersonating an IT service desk director, claiming that emergency maintenance was required immediately to prevent critical domain service disruption. During the call, the administrator was instructed to follow a link sent via a cellular text message to enter their administrative single sign-on (SSO) credentials into a fake authentication portal. Which combination of social engineering attack vectors and primary principles of influence were executed by the adversary in this incident?

Cevabı ve açıklamayı göster

Cevap: Vishing and smishing leveraging authority and urgency

Cevap

The attack combination consists of vishing and smishing leveraging authority and urgency.
The scenario describes an adversary using direct phone communication to manipulate a target, which defines vishing (voice phishing), combined with malicious links delivered via SMS text message, which defines smishing. The psychological leverage relies on assuming the identity of an executive IT director to project authority and creating a high-stress emergency timeline to induce urgency.

Adım Adım Çözüm

1
Analyze the primary delivery channels used during the attack scenario.
The adversary utilized voice communication over the phone (vishing) and short message service texts (smishing) to deliver the malicious credential harvesting portal.
Identifying communication media distinguishes specific social engineering attack vectors from standard email phishing.
2
Evaluate the psychological principles of influence applied to manipulate the target.
The attacker established a persona of an IT service desk director (authority) and stressed an emergency outage prevention timeline (urgency).
Recognizing principles of influence explains how adversaries compel targets to bypass standard security controls.
3
Synthesize vector identification with psychological principles to select the correct description.
The combination of voice and SMS delivery tied to authority and urgency accurately models the multi-vector campaign.
Ensures complete alignment between technical attack execution and human factor vulnerabilities.

Anahtar Kavram

Social Engineering Attack Vectors and Psychological Principles of Influence
Tahmini Süre:3m 0s
Soru 429Soru

Match each threat actor category with its primary motivation and characteristic attack vector in an enterprise environment.

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

Öğeler

Nation-State Threat Actor
Organized Crime Threat Group
Shadow IT / Unintentional Insider
Hacktivist Collective

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Nation-State Threat Actor pairs with geopolitical espionage using supply chain compromises and zero-day exploits. Organized Crime Threat Group pairs with financial motivation using stolen credentials for extortion software. Shadow IT / Unintentional Insider pairs with convenience motivation using unauthorized cloud services. Hacktivist Collective pairs with ideological motivation using DDoS and web defacements.
Each threat actor category aligns directly with its characteristic motivation, capability level, and preferred attack vector: Nation-state actors seek geopolitical intelligence via zero-days and supply chain exploits; organized crime seeks financial gain through ransomware and credential theft; shadow IT stems from non-malicious employee convenience via unauthorized SaaS tools; and hacktivists seek publicity for political causes using DDoS and defacement.

Adım Adım Çözüm

1
Identify the primary motivation and sophistication level for each threat actor.
Nation-state actors focus on espionage, organized crime on money, hacktivists on ideology, and shadow IT on convenience.
Threat actor categorization starts by distinguishing core intent and capability bounds.
2
Map each threat actor profile to its matching attack vector and operational objective.
Espionage maps to supply chain/zero-days, financial extortion maps to credential compromise/ransomware, convenience maps to unauthorized cloud/web vectors, and ideological disruption maps to DDoS/defacement.
Attack vectors reflect the resources, persistence requirements, and targets typical of each actor category.

Anahtar Kavram

Threat Actor Profiles, Motivations, and Vectors
Soru 430Soru

A technology firm has deployed several virtual machines on an Infrastructure as a Service (IaaS) public cloud platform. According to the cloud shared responsibility model, which of the following security tasks is the sole responsibility of the customer?

Cevabı ve açıklamayı göster

Cevap: Configuring and applying patches to the guest operating system

Cevap

Configuring and applying patches to the guest operating system
Under the cloud shared responsibility model for Infrastructure as a Service (IaaS), the cloud service provider maintains the physical facilities, hardware, and hypervisor layer. The customer assumes full responsibility for configuring, managing, and patching the guest operating systems running within their virtual instances, along with securing installed applications and customer data.

Adım Adım Çözüm

1
Identify the cloud service model referenced in the scenario
The scenario specifies an Infrastructure as a Service (IaaS) deployment model.
Different service models (IaaS, PaaS, SaaS) dictate distinct boundaries for shared responsibility between the customer and provider.
2
Apply the shared responsibility model rules for IaaS
The Cloud Service Provider (CSP) manages the physical security, underlying host hardware, facilities, and hypervisor. The customer manages the guest operating system, network configuration, applications, and data.
IaaS provides raw compute resources, placing operating system administration squarely on the customer.
3
Evaluate the options against the customer responsibility domain
Guest operating system configuration and patching is managed by the customer, whereas physical access, hypervisors, and storage hardware are managed by the CSP.
Selecting the task that resides on the customer side of the responsibility boundary satisfies the question.

Anahtar Kavram

Shared Responsibility Model in IaaS
Soru 431Soru

Match each malware classification on the left with its corresponding technical indicator of compromise (IoC) or telemetry profile on the right.

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

Öğeler

Rootkit
Logic Bomb
Fileless Malware
Remote Access Trojan (RAT)

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Rootkit pairs with kernel telemetry showing SSDT modifications; Logic Bomb pairs with the script triggered by user account status changes; Fileless Malware pairs with in-memory execution via WMI; Remote Access Trojan pairs with disguised utility establishing outbound C2 communication.
Rootkit matches kernel-level SSDT modification and API evasion. Logic Bomb matches the conditional trigger tied to user account changes. Fileless Malware matches memory-only WMI/PowerShell execution. Remote Access Trojan matches the disguised utility creating outbound C2 traffic.

Adım Adım Çözüm

1
Examine stealth and kernel-level manipulation telemetry.
Link SSDT modifications and hidden process enumeration to Rootkit functionality.
Rootkits focus on stealth by hooking API routines and altering operating system kernel structures.
2
Analyze event-driven payload execution triggers.
Match account disability conditions to Logic Bomb behavior.
Logic bombs remain inactive until predefined logical or temporal conditions occur.
3
Analyze non-persistent, memory-only execution signatures using native tools.
Match WMI and memory-only command execution to Fileless Malware.
Fileless malware avoids traditional file-based detection by executing code within RAM via trusted binaries.
4
Examine backdoor capabilities hidden within legitimate-looking software.
Match disguised utility establishing external C2 tunnels to Remote Access Trojan (RAT).
RATs provide full operational control to attackers via covert outbound channels while pretending to be harmless applications.

Anahtar Kavram

Malware Classifications and Telemetry Artifacts
Tahmini Süre:1m 30s
Soru 432Soru

A cybersecurity team is establishing testing procedures for an enterprise security audit. Match each security testing method 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

Software Composition Analysis (SCA)
Dynamic Application Security Testing (DAST)
Gray-Box Penetration Testing
Credentialed Vulnerability Scanning

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Software Composition Analysis (SCA) matches with evaluating project dependencies; Dynamic Application Security Testing (DAST) matches with automated runtime testing of a live application; Gray-Box Penetration Testing matches with simulating an attack using limited credentials and partial documentation; Credentialed Vulnerability Scanning matches with using administrative credentials to audit local patch levels and configurations.
Each testing methodology serves a specific operational function during an assessment: Software Composition Analysis evaluates open-source components and software supply chain vulnerabilities; Dynamic Application Security Testing tests live web services without source code visibility; Gray-Box Penetration Testing assesses systems using partial knowledge and limited accounts; and Credentialed Vulnerability Scanning performs internal configuration audits with administrative access.

Adım Adım Çözüm

1
Analyze the primary focus of Software Composition Analysis (SCA).
SCA targets third-party libraries, packages, and open-source dependencies incorporated into software products.
Security vulnerabilities often stem from outdated external software modules rather than custom code.
2
Differentiate runtime application assessment (DAST) from static code review.
DAST tests a live application from an external interface perspective without requiring source code access.
DAST discovers vulnerabilities such as SQL injection or cross-site scripting while the application runs.
3
Distinguish access levels in penetration testing methodologies.
Gray-box testing provides assessors with partial knowledge or low-privilege user credentials to test realistic insider user threat vectors.
Black-box provides zero prior knowledge, whereas white-box provides complete internal access and source code.
4
Evaluate the mechanism of credentialed vulnerability scanning.
Credentialed scanning logs directly into endpoints using valid system credentials.
Authenticated access allows low-impact inspection of OS patch levels, software registries, and internal configuration details.

Anahtar Kavram

Vulnerability Assessment and Security Testing Methods
Soru 433Soru

A security operations team needs to implement continuous vulnerability assessment and security testing mechanisms for a cloud-hosted e-commerce application platform. The security objective is to identify runtime application vulnerabilities and network anomalies without degrading live user traffic performance or causing service interruptions on production database hosts. Which TWO of the following methods or practices best meet these operational requirements?

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

Cevabı ve açıklamayı göster

Cevap: Utilizing passive network monitoring via a SPAN port or network TAP to inspect unencrypted traffic and protocol anomalies without injecting packets into the live environment; Executing Dynamic Application Security Testing (DAST) scans against isolated, non-production staging environments during continuous integration pipelines

Cevap

Passive network monitoring using SPAN ports or TAPs and executing Dynamic Application Security Testing (DAST) against non-production staging environments satisfy the assessment requirements without risking production stability.
Passive network monitoring using SPAN ports or TAPs reads mirrored traffic without adding network latency or risking system instability. Conducting DAST against isolated staging environments evaluates dynamic application behavior safely away from live production workloads.

Adım Adım Çözüm

1
Analyze operational constraints
Identified the requirement to assess security posture and detect traffic anomalies without introducing latency, crash risks, or service disruptions to live production traffic and database systems.
Production safety requires passive monitoring or out-of-band active testing techniques.
2
Evaluate passive monitoring and testing methodologies
SPAN/TAP traffic mirroring allows passive packet inspection without latency, while DAST in non-production staging isolates active testing workloads from live microservices.
Both techniques effectively evaluate security posture while protecting production availability.
3
Identify misconceptions in distractors
Deception controls are not inline filtering systems, host firewalls do not sanitize client-side XSS scripts in database queries, and network firewalls cannot patch host-level software memory flaws.
Eliminates improper control assignments and tool misconfigurations.

Anahtar Kavram

Selecting appropriate vulnerability assessment techniques (passive traffic monitoring vs isolated DAST) to evaluate security posture without impacting production availability.
Soru 434Soru

Match each host, network, or infrastructure vulnerability scenario on the left with its corresponding primary remediation strategy on the right.

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

Öğeler

An internal vulnerability scan detects TCP port 445 active on host endpoints with SMBv1 enabled.
An audit reveals an enterprise cloud storage bucket containing plain-text API keys accessible via public URLs.
Network telemetry shows an internal DNS server responding to unrestricted recursive queries from external IP addresses.
An embedded building automation controller transmits sensor data across the LAN using unencrypted HTTP and factory default credentials.

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

The correct pairings match each security vulnerability scenario to its targeted technical control: SMBv1 exposure pairs with legacy protocol deprecation and SMBv3 enforcement; public cloud storage credential exposure pairs with IAM bucket restrictions and secrets management; open recursive DNS resolving pairs with recursive client restrictions and Response Rate Limiting; unencrypted embedded controller traffic with default credentials pairs with firmware hardening, credential replacement, and TLS transport encryption.
Each vulnerability scenario represents a failure at a distinct layer of the architecture (host OS protocol, cloud infrastructure access control, network core services, or embedded endpoint security). remediations must directly address the specific root cause flaw at that layer rather than relying on generic perimeter controls.

Adım Adım Çözüm

1
Analyze host protocol vulnerability (left item 1)
Identified SMBv1 legacy protocol risk
SMBv1 lacks modern security features and is susceptible to exploitation, requiring protocol deprecation and migration to SMBv3.
2
Analyze cloud infrastructure vulnerability (left item 2)
Identified public bucket and cleartext secret exposure
Cloud storage configuration issues are resolved by enforcing strict IAM access controls and externalizing secret management.
3
Analyze network infrastructure vulnerability (left item 3)
Identified open DNS recursive resolver exposure
Open DNS resolvers facilitate amplification attacks, requiring ACLs to limit recursive queries to trusted internal clients.
4
Analyze embedded architecture vulnerability (left item 4)
Identified weak authentication and unencrypted operational technology traffic
Embedded systems must be hardened by changing default credentials and enforcing encrypted transport protocols.

Anahtar Kavram

Host, Network, and Architecture Vulnerability Remediation
Soru 435Soru

A threat intelligence architect at a critical infrastructure provider is designing an automated threat intelligence sharing framework. The organization needs to ingest structured, machine-readable threat data—including adversary tactics, malware relationships, and indicators of compromise—from an Industry Information Sharing and Analysis Center (ISAC) and feed it directly into security orchestration tools via an automated, HTTPS-based service. Which of the following technical solutions correctly pairs the data representation format with the transport mechanism to meet these requirements?

Cevabı ve açıklamayı göster

Cevap: STIX to define the structured threat context and indicators, paired with TAXII as the application-layer transport protocol over HTTPS.

Cevap

STIX should be used to represent the structured threat data and context, while TAXII serves as the application-layer transport protocol over HTTPS.
STIX (Structured Threat Information Expression) is a standardized serialization format used to document and correlate threat indicators, threat actors, and tactics in a machine-readable syntax. TAXII (Trusted Automated Exchange of Indicator Information) is the dedicated application-layer protocol designed to transport STIX payloads over HTTPS web services, making their paired implementation the ideal solution for automated ISAC intelligence ingestion.

Adım Adım Çözüm

1
Identify the requirement for threat data representation.
Structured Threat Information Expression (STIX) is the standardized language for serializing threat context, indicators, and tactics.
Machine-readable threat intelligence requires a consistent schema so security tools can parse and correlate relationships between actors, malware, and IOCs.
2
Identify the requirement for automated transport.
Trusted Automated Exchange of Indicator Information (TAXII) is the protocol explicitly designed to transport STIX intelligence via HTTPS web services.
TAXII establishes web service specifications (API endpoints) for pushing and pulling STIX-formatted payloads across organization boundaries.
3
Evaluate the pairing of data format and transport mechanism.
The combination of STIX for content representation and TAXII for protocol transport satisfies all organizational objectives.
STIX and TAXII are complementary open standards engineered to operate together in automated cyber threat intelligence architectures.

Anahtar Kavram

STIX and TAXII Integration for Automated Threat Intelligence
Tahmini Süre:1m 30s
Soru 436Soru

An enterprise security architect is mapping security governance duties across various cloud service models during a multi-cloud initiative. Match each cloud service model on the left with the customer's primary security responsibility on the right.

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)
Function as a Service (FaaS)

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Infrastructure as a Service (IaaS) matches with configuring guest operating system security patches, virtual machine firewalls, and installed middleware applications. Platform as a Service (PaaS) matches with managing application code and database schemas while relying on the provider to maintain the operating system and runtime framework. Software as a Service (SaaS) matches with configuring user identity access permissions and monitoring data access policies while the provider maintains all application code, runtime, and infrastructure. Function as a Service (FaaS) matches with managing event trigger permissions and stateless code execution logic while the provider completely abstracts infrastructure host provisioning and scaling.
Each cloud service model defines a distinct boundary of ownership under the shared responsibility framework. In Infrastructure as a Service (IaaS), customer responsibility extends from the guest OS upward (including OS patching and virtual network security). Platform as a Service (PaaS) shifts OS and runtime maintenance to the provider, leaving code and database management to the customer. Software as a Service (SaaS) shifts application code management to the provider, leaving identity governance and data access to the customer. Function as a Service (FaaS) abstracts server infrastructure entirely, limiting customer responsibility to discrete event-driven function code.

Adım Adım Çözüm

1
Analyze the scope of customer control in Infrastructure as a Service (IaaS).
Identify that IaaS grants full control down to the operating system level, making OS patch management and virtual firewalls customer duties.
Under the cloud shared responsibility model for IaaS, virtualization hardware is provider-managed, but guest OS and compute configurations belong to the customer.
2
Analyze Platform as a Service (PaaS) boundaries.
Determine that PaaS abstracts OS and runtime management, limiting customer duties to code development and database management.
PaaS providers manage the framework and environment to streamline application development for enterprise developers.
3
Evaluate Software as a Service (SaaS) responsibility scope.
Recognize that SaaS offloads all application maintenance to the vendor, restricting customer duties to identity, access, and data security.
SaaS solutions deliver fully formed applications where customers only govern data and access permissions.
4
Determine Function as a Service (FaaS) responsibility.
Confirm that serverless execution removes host management completely, focusing customer effort strictly on short-lived function logic and execution triggers.
FaaS dynamic execution models isolate customer responsibility to individual units of deployed logic and authorization policies.

Anahtar Kavram

Cloud Shared Responsibility Model across Service Delivery Architecture Types
Soru 437Soru

An IT security administrator at a retail organization discovers that an authorized system administrator leveraged legitimate elevated privileges to copy and exfiltrate confidential payment database records for personal gain. Which threat actor classification best describes this individual?

Cevabı ve açıklamayı göster

Cevap: Insider threat

Cevap

Insider threat
An insider threat refers to an employee, contractor, or business partner who has authorized access to an organization's assets and misuses that access to compromise data confidentiality, integrity, or availability. Because the individual held legitimate administrator privileges and abused them internally, this is a classic insider threat scenario.

Adım Adım Çözüm

1
Analyze the access level and position of the actor in the scenario.
The individual is an authorized system administrator with legitimate elevated access to internal systems.
Threat actors are categorized based on their relationship to the organization and their initial level of access.
2
Evaluate the motivation and actions taken by the actor.
The individual misused authorized access to exfiltrate payment database records for personal gain.
Misusing legitimate privileges from within an organization matches the defining characteristic of an insider threat.

Anahtar Kavram

Insider Threat Attributes and Capabilities
Soru 438Soru

An incident responder identifies an active threat on an enterprise network where a malicious program continuously scans adjacent hosts across the local subnet and automatically copies itself to available network shares without requiring any user execution or logged-in credentials. Which of the following malware types is primarily characterized by this autonomous network replication capability?

Cevabı ve açıklamayı göster

Cevap: Worm

Cevap

Worm
Worms are stand-alone malicious programs that autonomously replicate across networks without requiring user interaction or a host file to attach to.

Adım Adım Çözüm

1
Analyze the operational characteristics described in the scenario.
The malware independently scans local network subnets and replicates itself without user interaction.
Identifying self-propagation mechanism helps classify the malware family.
2
Compare propagation behavior against standard malware definitions.
Autonomous propagation over network connections is the defining feature of a worm.
Trojans, keyloggers, and logic bombs depend on user triggers, execution payloads, or timed logic rather than self-replication.

Anahtar Kavram

Malware Propagation Mechanisms - Worm vs. Trojan
Soru 439Soru

During an internal security assessment, an analyst discovers that an enterprise host permits unauthenticated administrative connections from any device within the internal network. The system design relies entirely on the border edge firewall to block external threats, assuming all intranet traffic is inherently safe. Which of the following architecture vulnerabilities is primarily demonstrated by this scenario?

Cevabı ve açıklamayı göster

Cevap: Implicit reliance on perimeter-based defense rather than implementing zero trust continuous verification.

Cevap

Implicit reliance on perimeter-based defense rather than implementing zero trust continuous verification.
The system architecture assumes internal traffic is trustworthy simply because it originates behind the edge firewall. This implicit trust reliance leaves internal systems exposed to lateral movement if an attacker breaches the perimeter. Zero Trust principles mandate explicit authentication and microsegmentation regardless of network location.

Adım Adım Çözüm

1
Analyze the scenario context and identifies host access control requirements.
The host allows unauthenticated administrative access from any internal IP address.
The system architecture assumes all internal network traffic is trustworthy.
2
Evaluate the identified vulnerability against enterprise architecture principles.
Relying on an external boundary firewall while trusting all internal traffic leaves internal hosts vulnerable to lateral movement.
Modern security architectures mandate Zero Trust principles where location does not imply trust.

Anahtar Kavram

Perimeter Trust vs. Zero Trust Architecture Vulnerabilities
Soru 440Soru

A security analyst reviews an alert from an endpoint detection and response (EDR) agent installed on a user workstation. The telemetry reveals a background process silently logging user keystrokes, taking screenshots of desktop applications, and exfiltrating the collected data to an external server. Which of the following malware classifications and attributes describe this activity? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: Keylogger software designed to capture user inputs and credential submissions; Spyware functionality focused on monitoring user actions and gathering system data

Cevap

The activity is described by keylogger software capturing user inputs and spyware functionality monitoring activity and exfiltrating data.
The observed indicators directly point to keylogging (intercepting keystrokes) and spyware (covertly recording screen activity and exfiltrating surveillance data to a third party).

Adım Adım Çözüm

1
Analyze the observed technical indicators of compromise (IoCs)
The background process captures keystrokes, takes screenshots, and transmits telemetry to a remote server.
Identifying specific payload actions helps categorize malware types.
2
Match IoCs to malware categories
Capturing keystrokes directly identifies keylogger capabilities, while covert surveillance and data exfiltration identify spyware functions.
Keyloggers and spyware frequently operate together on compromised endpoints to harvest sensitive data.

Anahtar Kavram

Malware Types and Indicators of Compromise (Keyloggers and Spyware)
ÖncekiSayfa 22 / 112Sonraki
Tüm alıştırma soruları — CompTIA Security+ | Examkin