Tüm alıştırma soruları

2232 soru

Soru 1941Soru

Following an industry-wide software supply chain incident, an enterprise incident response director wants to enable real-time ingestion of machine-readable indicators of compromise from trusted peer organizations. The technical requirements specify establishing automated client-server polling over encrypted HTTPS connections to retrieve structured threat feeds directly into defensive gateway controls. Which standard provides the transport mechanism required to support this automated intelligence exchange?

Cevabı ve açıklamayı göster

Cevap: TAXII (Trusted Automated eXchange of Intelligence Information)

Cevap

TAXII (Trusted Automated eXchange of Intelligence Information)
TAXII (Trusted Automated eXchange of Intelligence Information) is an application-layer protocol designed to securely exchange cyber threat intelligence over HTTPS. It defines RESTful web service specifications (such as collection polling and channel subscriptions) that enable automated sharing of machine-readable threat data between organizations.

Adım Adım Çözüm

1
Identify the operational requirement outlined in the scenario.
The scenario requires an automated network transport protocol capable of sharing threat data over HTTPS RESTful services.
Differentiating between intelligence data formatting and network transport standards is required when architecting automated ingestion feeds.
2
Distinguish between data representation standards and transport mechanisms.
STIX provides the structured language/format (JSON/XML objects), while TAXII provides the actual messaging and transport protocols over HTTPS.
TAXII defines specific client-server interaction models (such as collection polling and channel subscriptions) to deliver intelligence securely.

Anahtar Kavram

Threat Intelligence Transport Protocols vs. Serialization Formats
Tahmini Süre:1m 30s
Soru 1942Soru

A security analyst is reviewing audit findings for a Linux-based public web server operating within an enterprise DMZ. The audit report highlights that the web server daemon process currently runs under the root superuser account, exposing the entire host operating system to complete takeover if an application-level remote code execution vulnerability is exploited. Which of the following mitigation strategies represents the MOST effective host hardening control to resolve this security risk?

Cevabı ve açıklamayı göster

Cevap: Reconfigure the web daemon to execute under a dedicated, non-privileged service account with minimal filesystem access.

Cevap

Reconfiguring the web daemon process to run under a dedicated, low-privilege service account with restricted system rights enforces least privilege and mitigates full host compromise.
Reconfiguring the application service to execute under a dedicated, low-privilege service account directly resolves the risk by enforcing the principle of least privilege. If an application flaw is subsequently exploited, the attacker's execution context is restricted to the limited privileges of that service account, preventing full operating system compromise.

Adım Adım Çözüm

1
Analyze the reported vulnerability condition
Identified that the web server daemon process is running with superuser (root) privileges on the host OS.
Running services as root violates the principle of least privilege and allows any application exploit to grant immediate administrative control over the underlying operating system.
2
Evaluate potential host hardening and mitigation controls
Determined that changing the execution context of the service process to a restricted service account directly mitigates the privilege escalation risk.
Host process hardening limits the administrative blast radius if a process is compromised, ensuring attackers cannot easily access host credentials or system binaries.
3
Differentiate host-level controls from perimeter and network controls
Selected service account privilege reduction over network filtering and deception mechanisms.
Network controls (NIPS, microsegmentation) address transport and perimeter threats, whereas service account restriction directly hardens the vulnerable host environment.

Anahtar Kavram

Principle of Least Privilege and Process Hardening
Soru 1943Soru

An autonomous vehicle research firm stores large volumes of sensor telemetry and machine learning datasets on distributed block storage arrays. The security team needs to protect data at rest against physical drive theft from the data center while minimizing processor performance impact on host hypervisors. Which of the following storage security controls best satisfies this requirement?

Cevabı ve açıklamayı göster

Cevap: Implementing Self-Encrypting Drives (SEDs) with dedicated cryptographic hardware built into the disk controllers

Cevap

Implementing Self-Encrypting Drives (SEDs) with dedicated cryptographic hardware built into the disk controllers
Implementing Self-Encrypting Drives (SEDs) provides hardware-assisted encryption directly on the drive controller. This ensures that all data written to the drive is encrypted at rest using symmetric ciphers without introducing computational overhead on the host hypervisors.

Adım Adım Çözüm

1
Analyze the technical requirements in the scenario.
Identified two key criteria: protecting data at rest against physical drive theft, and avoiding host hypervisor CPU performance penalties.
Storage security architectures must balance security guarantees with system throughput and host overhead.
2
Evaluate hardware offload vs software encryption solutions.
Hardware-based encryption integrated into storage drive controllers (SEDs) offloads cryptographic operations completely from the host CPU.
SEDs encrypt data seamlessly at media line rate using onboard hardware keys.
3
Select the appropriate storage control.
SED deployment fulfills both data-at-rest protection and zero host CPU performance degradation requirements.
Disks automatically decrypt content upon authorized drive controller power-up, securing stolen media when powered off.

Anahtar Kavram

Data at Rest Encryption and Self-Encrypting Drives (SED)
Soru 1944Soru

Match each Identity and Access Management (IAM) architectural protocol component to its corresponding enterprise security implementation requirement.

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

Öğeler

OAuth 2.0 Mutual-TLS (mTLS) Client Authentication
OpenID Connect (OIDC) Back-Channel Logout
SAML 2.0 Artifact Resolution Profile
SCIM 2.0 Bulk Endpoint

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

OAuth 2.0 Mutual-TLS Client Authentication pairs with cryptographically binding access tokens to X.509 client certificates. OpenID Connect Back-Channel Logout pairs with direct server-to-server HTTP notifications to invalidate sessions out-of-band. SAML 2.0 Artifact Resolution Profile pairs with passing a reference string through the browser to fetch full assertions back-channel. SCIM 2.0 Bulk Endpoint pairs with batching identity provisioning operations into a single HTTP payload.
Each IAM protocol mechanism strictly aligns with its enterprise architecture role: mTLS client authentication provides cryptographic token binding for sender constraint; OIDC Back-Channel Logout handles reliable out-of-band federated session termination; SAML 2.0 Artifact Resolution avoids passing full XML assertions through user browsers; and SCIM 2.0 Bulk Endpoint reduces HTTP request overhead during identity provisioning.

Adım Adım Çözüm

1
Analyze token binding and client authentication requirements
OAuth 2.0 mTLS Client Authentication (RFC 8705) uses X.509 certificate matching during TLS handshakes to ensure sender-constrained access token validation.
Prevents token replay across microservices in zero trust IAM architectures.
2
Evaluate federated session lifecycle and logout mechanisms
OIDC Back-Channel Logout delivers direct server-to-server HTTP POST requests containing a Logout Token from the IdP to the RP.
Bypasses browser restrictions (such as third-party cookie blocking) to reliably invalidate relying party sessions.
3
Examine federated assertion transport security profiles
SAML 2.0 Artifact Resolution Profile sends a 44-byte SAML artifact through the user agent, prompting the Service Provider to resolve the actual SAML Assertion over an out-of-band back-channel TLS connection.
Protects sensitive identity attributes from interception, referrer leaks, or URL length constraints in the front channel.
4
Identify automated provisioning scalability patterns
SCIM 2.0 specifies the /Bulk endpoint to aggregate multiple HTTP POST, PUT, PATCH, and DELETE identity operations into a single request payload.
Reduces network latency and API traffic during mass identity lifecycle updates across cloud platforms.

Anahtar Kavram

Enterprise IAM Architecture and Federated Identity Protocols
Tahmini Süre:2m 0s
Soru 1945Soru

An incident responder acquires a forensic bit-stream image of a compromised server's storage drive. To demonstrate in court that the collected evidence image remains untampered and identical to the original drive at the time of capture, which of the following actions should the responder perform?

Cevabı ve açıklamayı göster

Cevap: Calculate a cryptographic hash of the drive immediately upon acquisition and verify it against subsequent image copies

Cevap

Calculating a cryptographic hash of the drive immediately upon acquisition and verifying it against subsequent image copies proves that the evidence remains unaltered.
Generating a cryptographic hash immediately upon evidence acquisition creates a unique checksum of the drive's contents. Comparing this original hash against the hash of working copies ensures that the evidence has remained untouched and authentic throughout the investigation.

Adım Adım Çözüm

1
Identify the requirement for proving digital evidence integrity in legal proceedings.
The requirement demands a deterministic mathematical method to prove data has not changed since collection.
Digital evidence can easily be altered accidentally or intentionally during handling.
2
Evaluate the mechanism used to verify file and disk image integrity.
Cryptographic hashing algorithms (such as SHA-256) generate a unique fixed-length string for the source drive.
If even a single bit of the evidence changes, the resulting hash value will change completely.
3
Match the best procedure to the scenario requirement.
Generating the hash immediately after acquisition and comparing future copies to this original hash verifies evidence integrity.
Matching hash values confirm data integrity and admissibility in legal settings.

Anahtar Kavram

Cryptographic Hashing for Evidence Integrity
Soru 1946Soru

An enterprise security architect is updating host and network hardening standards across the organization to address findings from a recent security assessment. Match each enterprise security risk scenario on the left with the most effective enterprise hardening mitigation on the right.

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

Öğeler

Unauthenticated rogue hardware devices connecting directly to open Ethernet wall jacks in physical common areas
Kernel-level rootkits modifying boot loader components prior to operating system initialization
Compromised background daemon processes leveraging inherited root privileges to alter host system files
Cleartext directory service queries on internal subnets exposing user authentication tokens to packet sniffing

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

The enterprise security risk scenarios map directly to their corresponding technical mitigations: physical port access is secured by 802.1X NAC; system boot integrity is guaranteed by UEFI Secure Boot and TPM; daemon privilege escalation is mitigated by process sandboxing and least privilege; and unencrypted directory traffic is secured using LDAPS and LDAP signing.
Each hardening technique directly neutralizes the specified threat vector: 802.1X prevents unauthorized physical switch port connections; UEFI Secure Boot verifies pre-OS bootloader integrity; process sandboxing limits daemon privilege abuse; and LDAPS secures directory session traffic against passive eavesdropping.

Adım Adım Çözüm

1
Evaluate physical Layer 2 access control controls
Unauthorized physical network connections are effectively restricted by port authentication frameworks.
802.1X obligates connecting end-systems to authenticate via EAP before the access switch grants network connectivity.
2
Analyze system firmware and boot sequence protections
Pre-boot unauthorized code execution is neutralized by cryptographic verification.
UEFI Secure Boot checks signature chains of bootloaders and drivers, preventing low-level rootkit persistence.
3
Assess operating system process privilege limits
Host compromise scope is constrained by isolating daemon execution contexts.
Applying process sandboxing and dedicated least-privilege service accounts prevents compromised applications from acquiring root privileges.
4
Examine internal directory protocol transport security
Cleartext credential leakage across internal networks is resolved via cryptographic transport policies.
LDAPS wraps LDAP within TLS tunnels, while LDAP signing validates packet integrity to prevent adversary-in-the-middle sniffing.

Anahtar Kavram

Enterprise Hardening and Security Mitigation Controls
Soru 1947Soru

A security engineer is documenting the automated failover process for an active-passive cluster of perimeter firewalls. When the primary node experiences an unrecoverable hardware failure, specific high-availability failover events must occur. Place the following operational steps in the correct chronological order from first to last.

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

Cevabı ve açıklamayı göster

Cevap

The correct operational order is: 1) The standby firewall node detects consecutive missed heartbeat signals from the primary firewall node, 2) The standby firewall node transitions its internal cluster state from passive to active, 3) The newly active node broadcasts Gratuitous ARP (GARP) requests across the local network segment, and 4) The newly active node begins receiving, inspecting, and forwarding stateful network traffic.
In high-availability active-passive clustering, failover begins when the passive node notices consecutive missing heartbeats from the primary. The passive node promotes itself to active status, then broadcasts Gratuitous ARP (GARP) packets to update surrounding switch MAC address tables with its interface details for the virtual IP, and finally starts processing network traffic.

Adım Adım Çözüm

1
Identify the initial failover trigger in an active-passive cluster.
The failure detection phase is triggered when heartbeat health checks fail.
The passive node cannot take action until it detects that the primary node is unreachable.
2
Determine the operational state transition of the surviving node.
The passive node promotes itself to the active state.
Role promotion is required before the standby hardware can assume cluster ownership.
3
Identify how network traffic is redirected to the new hardware instance.
The newly active node issues Gratuitous ARP (GARP) broadcasts.
GARP updates neighbor switch forwarding tables so traffic addressed to the virtual IP maps to the new node's physical MAC address.
4
Determine when stateful security enforcement resumes.
Active session processing and packet filtering resume on the new active node.
Traffic flow can only resume after surrounding network infrastructure switches learn the updated Layer 2 destination path.

Anahtar Kavram

Active-Passive Cluster Failover Sequence
Soru 1948Soru

A security analyst discovers that a workstation on the corporate network is actively communicating with a known malicious command-and-control server following a phishing incident. Which of the following actions should the analyst perform as part of the containment phase? (Select TWO).

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

Cevabı ve açıklamayı göster

Cevap: Disconnect the compromised workstation from both wired and wireless network interfaces.; Disable the user account associated with the compromised workstation.

Cevap

Disconnecting the compromised workstation from all network interfaces and disabling the associated user account are the appropriate immediate containment steps.
During the containment phase, the primary goal is to isolate affected systems and accounts to prevent further spread or data exfiltration. Disconnecting the endpoint from wired/wireless networks halts external communication and lateral movement. Disabling the compromised user account prevents stolen credentials from being reused elsewhere across the domain.

Adım Adım Çözüm

1
Identify the primary objective during the containment phase of incident response.
Recognize that containment aims to halt the spread of the attack and limit damage immediately without destroying volatile evidence.
Containment limits threat exposure before active remediation begins.
2
Evaluate network isolation as a containment mechanism.
Disconnecting network interfaces immediately cuts off adversary access to command-and-control infrastructure and prevents lateral movement.
Network isolation stops active data exfiltration and further spreading.
3
Evaluate identity control measures during containment.
Disabling the compromised user account prevents unauthorized access to cloud and network resources from secondary endpoints.
Account disabling restricts access vectors associated with potentially leaked credentials.

Anahtar Kavram

Incident Response Containment Phase Actions
Soru 1949Soru

A systems administrator needs to assess internal enterprise servers for missing operating system patches and local security misconfigurations. To obtain accurate, detailed host inspection results while minimizing false positives and network noise, the administrator must avoid attempting any actual system exploitation. Which of the following scanning approaches best satisfies these requirements?

Cevabı ve açıklamayı göster

Cevap: Credentialed vulnerability scan

Cevap

Credentialed vulnerability scan
The option selecting a credentialed vulnerability scan is correct because providing valid login credentials allows the scanner to log into the host and examine local settings, registry keys, and missing system updates directly. This yields precise findings with minimal false positives and zero risk of causing service outages through exploit execution.

Adım Adım Çözüm

1
Identify the primary requirements of the scenario
The requirement calls for identifying missing OS patches and local misconfigurations on internal servers accurately, without attempting system exploitation.
Understanding the operational goals separates passive/external checks from deep host-level assessment methods.
2
Evaluate host access requirements for software patch detection
Direct host authentication (using credentials) is required to inspect local system registries, missing security updates, and local settings accurately.
Network-only scans cannot query internal software inventories directly.
3
Select the appropriate non-intrusive vulnerability scanning approach
A credentialed vulnerability scan delivers detailed, low-noise results safely without attempting active exploitation.
Credentialed scanning provides host-level visibility without performing penetration testing attack vectors.

Anahtar Kavram

Credentialed vs. Non-Credentialed Vulnerability Scanning
Tahmini Süre:45s
Soru 1950Soru

A Security Operations Center (SOC) analyst detects lateral movement across several workstation subnets. Further analysis reveals that an attacker is using compromised domain administrator credentials to remotely execute malicious scripts and establish persistent connections. The organization initiates its incident response playbook and moves into the containment phase. Which TWO of the following immediate actions should the incident response team execute during this phase?

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

Cevabı ve açıklamayı göster

Cevap: Disconnect affected host workstations from the network via host isolation commands while keeping systems powered on.; Revoke active Kerberos ticket-granting tokens and temporarily disable the compromised administrator account.

Cevap

The incident response team should disconnect affected host workstations from the network via host isolation while keeping them powered on, and revoke active Kerberos ticket-granting tokens while temporarily disabling the compromised administrator account.
In accordance with standard NIST incident response guidelines, containment focuses on stopping the spread of an incident and mitigating active threat vectors. Network host isolation stops lateral movement across subnets while preserving RAM for forensics, and disabling compromised administrative credentials prevents further unauthorized authentication.

Adım Adım Çözüm

1
Identify containment objectives for lateral movement and compromised identity attack vectors.
The primary goals in containment are isolating affected segments to prevent blast radius expansion and cutting off active compromised identity sessions without destroying evidence.
Containment limits damage while maintaining forensic volatility integrity.
2
Evaluate network and host containment measures.
Disconnecting affected endpoints via host-based software controls isolates the system from communicating with other internal assets while preserving volatile memory state.
Host network isolation blocks lateral traffic without powering off devices.
3
Evaluate identity containment measures.
Revoking active session tokens and disabling compromised user accounts stops credential abuse immediately across the directory domain.
Attackers using valid administrative credentials will lose access immediately across network services.

Anahtar Kavram

Incident Response Containment Tactics and Volatility Preservation
Soru 1951Soru

A Security Operations Center (SOC) analyst receives a high-severity Network Intrusion Prevention System (NIPS) alert indicating potential unauthorized data exfiltration from a core database host to an external IP address. Place the incident response steps in the correct operational sequence, starting from initial alert validation through threat intelligence integration.

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

Cevabı ve açıklamayı göster

Cevap

The correct operational sequence begins with validating the alert using NetFlow and NIPS payload data, followed by SIEM log correlation for host context, executing network isolation to halt exfiltration, conducting PCAP forensic analysis to extract IOCs, and updating enterprise monitoring signatures and blocklists.
In standard network security incident operations, analysts must first validate the NIPS alert with NetFlow data to confirm true positive status. Next, SIEM correlation provides necessary endpoint and host context. Once verified, network containment (VLAN isolation) must be implemented immediately to halt data loss. After containment, PCAP analysis extracts specific C2 indicators, which are finally ingested into NIDS/NIPS signatures and perimeter blocklists to protect the broader network.

Adım Adım Çözüm

1
Analyze NIPS alert payload and NetFlow traffic statistics.
Validation of the network anomaly as a true positive event.
Alert validation prevents misallocating response resources to false positives.
2
Query SIEM for host authentication and endpoint telemetry.
Identification of compromised accounts or malicious processes on the source host.
Establishes host-level context and potential root cause following traffic verification.
3
Enforce dynamic VLAN isolation on the network infrastructure.
Immediate containment of data exfiltration and restriction of lateral movement.
Containment takes immediate priority over detailed forensics once a threat is confirmed.
4
Analyze full packet capture (PCAP) files collected during the event window.
Extraction of actionable C2 domains, IP addresses, and payload hashes.
Forensic investigation can be performed safely after the active threat pathway is severed.
5
Incorporate newly discovered IOCs into NIDS/NIPS detection rules and blocklists.
Enhanced detection coverage against the adversary's infrastructure across the organization.
Ensures long-term resilience and real-time alerting for similar threat vectors.

Anahtar Kavram

Network Incident Response Lifecycle & Monitoring Workflow
Soru 1952Soru

An organization is migrating its enterprise authentication framework to a modern cloud Identity Provider (IdP) supporting OpenID Connect (OIDC). However, several legacy internal web applications only support HTTP header-based authentication and cannot natively process OIDC tokens. Which of the following architectural components should be deployed between the legacy applications and the cloud IdP to translate federated identity assertions into secure local application headers?

Cevabı ve açıklamayı göster

Cevap: An Identity-Aware Proxy (IAP) acting as a reverse proxy to authenticate requests via the cloud IdP and inject validated identity headers to the target applications

Cevap

An Identity-Aware Proxy (IAP) acting as a reverse proxy to authenticate requests via the cloud IdP and inject validated identity headers to the target applications
An Identity-Aware Proxy (IAP) acts as an intermediary reverse proxy. It intercepts user web traffic, redirects unauthenticated requests to the cloud IdP for OIDC authentication, and upon successful authentication, attaches verified identity attributes as secure HTTP headers before forwarding requests to legacy target applications.

Adım Adım Çözüm

1
Analyze the architectural gap between modern authentication protocols and legacy application capabilities.
Identified that the cloud IdP issues OIDC tokens while legacy applications require HTTP header injection.
Legacy applications cannot be modified directly to parse federated JSON Web Tokens (JWTs).
2
Evaluate access control proxy components capable of token translation and session mediation.
An Identity-Aware Proxy (IAP) intercepts incoming application traffic, authenticates via the cloud IdP, and injects validated identity header values.
IAPs function as application-level reverse proxies designed specifically to bridge modern IdP identity assertions with legacy web applications.

Anahtar Kavram

Identity-Aware Proxy (IAP) and legacy application integration in IAM architecture
Soru 1953Soru

An enterprise security platform detects an exposed cloud service API key in a public code repository. Arrange the steps of an automated Security Orchestration, Automation, and Response (SOAR) playbook into the correct operational sequence from initial alert detection to incident ticket resolution.

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

Cevabı ve açıklamayı göster

Cevap

The correct operational sequence for the SOAR playbook is: (1) Ingest and parse the alert payload received via webhook from the secret detection scanner, (2) Query cloud IAM and SIEM logs to enrich the alert with identity context, key permissions, and active usage logs, (3) Execute automated API calls to revoke the leaked API key and terminate associated active session tokens, (4) Query cloud audit logs to extract all API actions initiated by the key prior to revocation and attach them to the case file, and (5) Generate a high-priority ticket in the ITSM platform and notify the Security Operations Center team with summary metrics.
A standard automated SOAR playbook follows a precise operational lifecycle: (1) Incident ingestion & parsing, (2) Contextual enrichment via integrations, (3) Rapid automated containment, (4) Forensic artifact collection, and (5) Incident documentation & analyst notification.

Adım Adım Çözüm

1
Ingest and parse incoming webhook trigger.
The SOAR tool validates the alert payload content and starts playbook execution.
Automation requires a parsed payload to extract key parameters like API key ID and repository source.
2
Perform contextual enrichment using API integrations.
Identity, permission scope, and recent activity logs are gathered.
SOAR playbooks perform enrichment prior to taking action to evaluate impact and avoid disabling critical production systems blindly.
3
Perform automated containment via API integration.
Compromised credentials are neutralized immediately.
Fast automated mitigation reduces attacker dwell time and prevents lateral movement or data exfiltration.
4
Collect and attach forensic audit logs.
Historical event logs associated with the key are attached to the incident record.
Preserving audit trails immediately after containment ensures evidence integrity for secondary investigation.
5
Create an ITSM ticket and dispatch notifications.
An incident ticket is logged and human analysts are briefed on the automated actions taken.
Concluding with administrative logging and analyst notification completes the workflow and satisfies compliance tracking.

Anahtar Kavram

SOAR Incident Response Workflow Sequence
Soru 1954Soru

During a incident response simulation, an automated Security Orchestration, Automation, and Response (SOAR) playbook triggered by a high-fidelity alert executed a host isolation script against a primary Domain Controller, causing an enterprise-wide network outage. Which modification to the playbook workflow best mitigates the operational risk to critical infrastructure while preserving automated response speed for standard endpoints?

Cevabı ve açıklamayı göster

Cevap: Insert a conditional filter to inspect asset classification tags, routing domain controllers to a human-in-the-loop approval step while continuing automated isolation for standard workstations.

Cevap

Insert a conditional filter to inspect asset classification tags, routing domain controllers to a human-in-the-loop approval step while continuing automated isolation for standard workstations.
Effective SOAR playbook design pairs automation speed with operational risk management. Introducing conditional logic based on asset metadata ensures standard workstations are isolated rapidly upon alert detection, whereas high-criticality assets (such as Domain Controllers) trigger a human-in-the-loop (HITL) approval request to prevent accidental service outages.

Adım Adım Çözüm

1
Identify the operational vulnerability introduced by fully automated SOAR containment.
Unrestricted automated playbooks can unintentionally disable critical infrastructure during high-severity events or false positives.
Mission-critical systems such as identity providers and domain controllers require operational safeguards.
2
Design a conditional workflow that balances response automation with operational safety.
By evaluating asset classification tags, standard endpoints remain fully automated while high-value assets require manual authorization.
Human-in-the-loop (HITL) gates prevent automated self-denial of service on vital enterprise services.

Anahtar Kavram

SOAR Playbook Conditional Branching and Human-in-the-Loop (HITL) Approval Controls
Soru 1955Soru

During a routine vulnerability audit, a security analyst discovers that multiple cloud virtual machines provisioned via Infrastructure as Code (IaC) templates are running outdated OS software packages vulnerable to remote code execution. Manually logging into each running instance to apply software patches resolves the vulnerability temporarily, but subsequent automated orchestration runs overwrite the manual patches, reverting systems to the vulnerable state. Which of the following operational procedures should the analyst implement to permanently remediate the vulnerability without introducing configuration drift?

Cevabı ve açıklamayı göster

Cevap: Update the baseline golden image and IaC repository templates with the patched package versions, then redeploy the virtual machine instances through the CI/CD pipeline.

Cevap

Update the baseline golden image and Infrastructure as Code (IaC) repository templates, followed by redeploying the instances using the automated CI/CD pipeline.
In automated and Infrastructure as Code (IaC) environments, system configurations are driven by centralized baselines and golden images. Updating the underlying IaC code and base images ensures that patches are built into the source of truth, allowing automated CI/CD pipelines to deploy compliant, non-drifting instances.

Adım Adım Çözüm

1
Identify the root cause of patch reversal
Recognize that automated configuration management and IaC templates enforce defined baselines, overwriting manual system changes.
Manual changes cause configuration drift when central baselines are not updated.
2
Update central configuration assets
Incorporate the updated software packages into the base golden image and IaC repository templates.
Ensures that the source of truth reflects the required patch level.
3
Redeploy affected infrastructure
Trigger automated pipeline deployment to replace vulnerable instances with updated baseline builds.
Permanently remediates the vulnerability while maintaining centralized configuration state integrity.

Anahtar Kavram

Configuration Drift and Immutable Infrastructure Patch Management
Tahmini Süre:2m 0s
Soru 1956Soru

A Security Operations Center (SOC) team is designing an automated Security Orchestration, Automation, and Response (SOAR) playbook to handle high-fidelity ransomware alerts from Endpoint Detection and Response (EDR) agents. To prevent widespread encryption, the playbook is intended to isolate infected hosts immediately. However, leadership is concerned that automated isolation of critical domain controllers or database servers could cause severe business disruption. Which design modification should the SOC team implement in the SOAR playbook to balance rapid response with operational safety?

Cevabı ve açıklamayı göster

Cevap: Incorporate a conditional decision node that evaluates asset criticality tags before isolation, routing critical servers to a human-in-the-loop (HITL) approval queue while automatically isolating standard endpoints.

Cevap

Incorporate a conditional decision node that evaluates asset criticality tags before isolation, routing critical servers to a human-in-the-loop (HITL) approval queue while automatically isolating standard endpoints.
The correct response introduces a conditional check within the playbook workflow based on asset tagging. Standard workstations are automatically isolated to stop ransomware spread, whereas high-value critical assets trigger a human-in-the-loop (HITL) notification for manual analyst verification. This logic successfully mitigates enterprise outage risks while maintaining automated response capabilities.

Adım Adım Çözüm

1
Analyze the operational goal and safety constraints of the SOAR playbook.
Identified the need to isolate compromised endpoints quickly while preventing self-inflicted outages on core infrastructure.
Fully automated isolation on non-critical systems mitigates threat spread, but critical infrastructure requires manual validation to maintain business continuity.
2
Evaluate playbook decision logic implementations.
Conditional branching using metadata (asset criticality tags) separates standard workstations from critical servers.
Conditional branching combined with Human-In-The-Loop (HITL) gates ensures targeted automated response without endangering essential services.

Anahtar Kavram

SOAR Playbook Workflow Logic and Human-in-the-Loop (HITL) Controls
Tahmini Süre:1m 15s
Soru 1957Soru

An enterprise security team is reviewing options for managing identified operational risks within their IT infrastructure. Which of the following represent recognized risk response strategies? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: Risk mitigation, which implements security controls to reduce the likelihood or impact of a threat.; Risk transference, which shifts financial liability or exposure to an external third party.

Cevap

Risk mitigation and risk transference are recognized risk response strategies.
The correct options state risk mitigation and risk transference. Mitigation focuses on lowering the likelihood or impact of a risk through internal controls, while transference reallocates financial impact to another organization, such as an insurance underwriter or service provider.

Adım Adım Çözüm

1
Identify the primary risk management phase targeted by the question.
The scenario requires identifying risk response (treatment) options rather than assessment metrics or auditing errors.
Risk response selection takes place after risks have been identified and analyzed.
2
Evaluate the choices against established risk response options (Mitigation, Transference, Avoidance, Acceptance).
Mitigation and Transference directly match established risk response strategies.
Mitigation actively reduces risk exposure using controls, while Transference shifts financial consequences to a third party.

Anahtar Kavram

Risk Response Strategies
Soru 1958Soru

A financial enterprise is conducting a quantitative risk assessment on an internal database cluster. The asset value (AVAV) of the database cluster is estimated at $400,000\$400,000. Threat intelligence estimates that a single ransomware incident would result in an exposure factor (EFEF) of 0.150.15 (15%15\%). Historical occurrence data indicates that such an incident is likely to occur once every four years, giving an annual rate of occurrence (AROARO) of 0.250.25. Which of the following is the estimated Annual Loss Expectancy (ALEALE) for this asset?

Cevabı ve açıklamayı göster

Cevap: $15,000\$15,000

Cevap

The estimated Annual Loss Expectancy (ALEALE) for the database cluster is $15,000\$15,000.
The correct formula for Annual Loss Expectancy is ALE=SLE×AROALE = SLE \times ARO, where SLE=AV×EFSLE = AV \times EF. Multiplying $400,000\$400,000 by an exposure factor of 0.150.15 yields a Single Loss Expectancy (SLESLE) of $60,000\$60,000. Multiplying $60,000\$60,000 by an AROARO of 0.250.25 yields an ALEALE of $15,000\$15,000.

Adım Adım Çözüm

1
Calculate the Single Loss Expectancy (SLESLE)
SLE=AV×EF=$400,000×0.15=$60,000SLE = AV \times EF = \$400,000 \times 0.15 = \$60,000
Determines the expected monetary loss resulting from a single risk event.
2
Calculate the Annual Loss Expectancy (ALEALE)
ALE=SLE×ARO=$60,000×0.25=$15,000ALE = SLE \times ARO = \$60,000 \times 0.25 = \$15,000
Determines the projected annualized loss by multiplying the single loss expectancy by its annual rate of occurrence.

Anahtar Kavram

Quantitative Risk Calculation (ALE, SLE, ARO, EF)
Soru 1959Soru

An enterprise organization is evaluating a cloud service provider during initial procurement screening. The organization requires verification that the provider's security controls operate effectively over a continuous period. However, the provider refuses to share confidential architectural blueprints or detailed technical test procedures prior to contract execution. Which of the following audit reports should the provider furnish to satisfy this request?

Cevabı ve açıklamayı göster

Cevap: SOC 3 report

Cevap

The correct report is a SOC 3 report, as it provides a public, high-level third-party attestation of security control operational effectiveness over a period of time without disclosing sensitive operational details.
A SOC 3 report is an executive-level, general-use document that attests to the security controls of a service organization over a specified period. It is based on the same audit rigor as a SOC 2 Type II evaluation but omits sensitive architectural diagrams, system descriptions, and detailed auditor testing results, making it ideal for public sharing during early vendor evaluations.

Adım Adım Çözüm

1
Identify the audit criteria needed.
The requirement focuses on security controls rather than internal controls over financial reporting.
This rules out SOC 1 reports.
2
Determine the required audit evaluation timeframe.
The scenario requires proof of continuous operational effectiveness over a period of time.
This rules out Type I reports, which evaluate design at a single point in time.
3
Evaluate confidentiality and distribution constraints.
The report must be suitable for general/public distribution without releasing confidential test procedures.
SOC 2 Type II reports contain detailed testing procedures restricted to existing customers/auditors, whereas SOC 3 reports are designed for public distribution.

Anahtar Kavram

SOC Attestation Report Types and Scopes
Tahmini Süre:1m 0s
Soru 1960Soru

A company is finalizing a contract with a third-party software provider. To ensure operational reliability, the company wants clear metrics specifying system uptime guarantees and incident resolution response windows. Which type of document is specifically designed to enforce these technical performance standards?

Cevabı ve açıklamayı göster

Cevap: Service Level Agreement

Cevap

Service Level Agreement
A Service Level Agreement establishes quantifiable performance standards, such as guaranteed uptime percentages and incident response timelines, ensuring the vendor meets contractually mandated reliability metrics.

Adım Adım Çözüm

1
Identify the organizational requirement in the scenario.
The organization requires enforceable service metrics such as uptime guarantees and support response times.
Understanding the goal helps match the requirement to the appropriate legal or technical contract type.
2
Evaluate third-party agreement types based on their primary function.
Service Level Agreements govern measurable service operational standards, whereas NDAs protect confidentiality, ISAs secure network interconnectivity, and MOUs define broad non-binding intentions.
Differentiating between third-party risk management documents ensures the proper agreement is selected for vendor compliance.

Anahtar Kavram

Third-Party Service Level Agreements (SLAs)
Tahmini Süre:45s
ÖncekiSayfa 98 / 112Sonraki
Tüm alıştırma soruları — CompTIA Security+ | Examkin