
準備できるSecOps-Pro問題解答は無料更新されて100%試験合格保証 [2026]
問題集リアルなPalo Alto Networks SecOps-Pro試験問題 [更新されたのは2026年]
質問 # 25
An organization is deploying Cortex XDR across a heterogeneous environment including Windows servers, macOS workstations, and Linux development machines. A key requirement is to ensure comprehensive visibility into user activity, process execution, and network connections on all these platforms. Which of the following statements accurately describes how Cortex XDR's sensor architecture addresses this cross-platform visibility requirement?
- A. Cortex XDR relies solely on network flow data (NetFlow/IPFIX) from network devices, eliminating the need for endpoint sensors on Linux and macOS.
- B. Cortex XDR sensors on macOS and Linux primarily function as basic file integrity monitors, while full telemetry collection is only available on Windows.
- C. Cortex XDR uses a single, universal sensor binary that dynamically adapts its functionality based on the underlying operating system detected during installation.
- D. For non-Windows platforms, Cortex XDR integrates with existing open-source agents like Osquery or Auditd to collect endpoint telemetry.
- E. Cortex XDR provides distinct, platform-specific sensor binaries (e.g., Windows installer, macOS package, Linux package) that leverage OS-native APIs and kernel-level hooks to collect telemetry relevant to that specific operating system.
正解:E
解説:
Cortex XDR employs platform-specific sensor binaries. While the core logic and functionalities are consistent, the implementation details, such as how they interact with the operating system kernel, perform process monitoring, or hook into network stacks, vary significantly between Windows, macOS, and Linux to leverage OS-native capabilities and ensure deep, robust telemetry collection on each platform. This ensures comprehensive and consistent visibility across the diverse environment. Options A is incorrect as it's not a universal binary. Options C, D, and E describe incorrect or incomplete functionalities.
質問 # 26
A new incident in Cortex XSIAM contains WildFire malware and Behavioral Threat Protection (BTP) alerts about an unsigned process attempting to dump the memory of lsass.exe . Which initial verdict applies to this incident?
- A. False negative
- B. False positive
- C. True negative
- D. True positive
正解:D
解説:
In security operations, a True Positive occurs when the security platform correctly identifies a malicious activity or file. This specific scenario contains multiple high-fidelity indicators that confirm the malicious nature of the event:
* WildFire Malware Alert: WildFire is Palo Alto Networks' cloud-based sandboxing service. A WildFire alert means the file hash has already been analyzed and confirmed as malicious.
* BTP (Behavioral Threat Protection): This module in the Cortex agent identifies malicious actions rather than just file signatures. "Dumping the memory of lsass.exe" is a classic technique (often associated with tools like Mimikatz) used by attackers to steal cleartext passwords or NTLM hashes from memory.
* Unsigned Process: Legitimate system tools are typically digitally signed by reputable vendors (like Microsoft). An unsigned process attempting to access a critical system process like LSASS (Local Security Authority Subsystem Service) is a massive red flag.
Because the tool alerted on a real threat that was indeed malicious, the verdict is a True Positive .
質問 # 27
What are two ways a security team assigns priority to security incidents in Cortex XDR? (Choose two.)
- A. By highest severity
- B. By most recently generated
- C. By highest SmartScore
- D. By most incident artifacts
正解:A、C
解説:
Security incidents are prioritized in Cortex XDR by highest severity and highest SmartScore, reflecting potential impact and risk.
質問 # 28
Which component of Cortex XDR is designed to detect insider threats?
- A. Cloud Identity Engine
- B. Host Insights
- C. Identity Analytics
- D. Forensics
正解:C
解説:
Identity Analytics in Cortex XDR analyzes user behavior and access patterns to detect insider threats.
質問 # 29
What is enabled by Role-Based Access Control (RBAC) in Cortex XDR?
- A. Automated response to detected threats based on user roles.
- B. Granular control and visibility over network traffic policies based on user roles.
- C. Ability to manage Cortex XDR features based on job function.
- D. Management of permissions and assignment of administrator access rights.
正解:D
解説:
In Cortex XDR, Role-Based Access Control (RBAC) is the primary mechanism for enforcing the principle of least privilege within the management console. It allows organizations to define exactly what an administrator or analyst can see and do.
* Permissions Management: RBAC allows the "Account Admin" to create or use predefined roles (such as Security Admin, Instance Admin, or Viewer) that grant specific permissions for various actions like viewing alerts, performing remediation (isolating endpoints), or configuring malware profiles.
* Assignment of Rights: These roles are then assigned to users or groups (often synced via SAML
/Active Directory). This ensures that a Tier 1 analyst might have "View Only" rights for certain logs, while a Tier 3 analyst or SOC Manager has the rights to execute scripts or initiate Live Terminal sessions.
* Distinction from Network Policies: Unlike firewall rules (Option D), RBAC in Cortex XDR specifically governs administrative access to the platform itself, not the flow of user traffic across the network.
質問 # 30
A sophisticated attacker has used a fileless malware technique on an endpoint, leveraging a legitimate system process, 'svchost.exe' , to inject malicious code and establish a backdoor. Cortex XDR has generated an alert indicating suspicious network activity originating from 'svchost.exe' to an unknown external IP address on a non-standard port. When a Security Operations Professional uses the Causality View to investigate this specific 'svchost.exe' instance, what critical details, beyond just the network connection, can the Causality View reveal to help differentiate legitimate 'svchost.exe' behavior from a compromise, and why is this challenging?
- A. It will show all services hosted by that specific 'svchost.exe' instance, its loaded modules (DLLs), any unexpected child processes spawned, unusual memory access patterns, and unexpected registry modifications, which are critical for uncovering the injection, but challenging due to the inherent complexity and normalcy of 'svchost.exe' activities.
- B. It will automatically rollback the system to a previous snapshot where 'svchost.exe' was in a known good state, effectively removing the infection without analytical effort.
- C. The Causality View provides direct access to the 'svchost.exe' process memory for live debugging, allowing the analyst to step through the injected code line by line.
- D. The Causality View will display a definitive 'Malicious' or 'Benign' label for the 'svchost.exe' instance based on AI analysis, eliminating the need for further manual investigation.
- E. The Causality View prioritizes only the network connections for 'svchost.exe' , filtering out all other process-related events as irrelevant for fileless malware analysis.
正解:A
解説:
Investigating 'svchost.exe' compromises is notoriously difficult due to its legitimate and ubiquitous nature. The Causality View, however, is exceptionally valuable here. Option B correctly identifies the critical details it can reveal: the specific services hosted by that svchost.exe' instance, its loaded modules (DLLs looking for unexpected or unsigned ones), any unusual child processes that it might have spawned (even if they were legitimate executables used for living-off-the-land techniques), unusual memory access patterns (indicating code injection or modification), and any unexpected registry modifications related to persistence. The challenge lies in distinguishing these subtle anomalies from the legitimate, high volume of events typically associated with 'svchost.exe' . This requires deep understanding of system internals and careful analysis of the causality chain. Options A, C, D, and E are either incorrect about the Causality View's capabilities or misrepresent the complexity of such an investigation.
質問 # 31
A Palo Alto Networks Security Operations Professional suspects that an internal host is infected with a remote access Trojan (RAT) that uses encrypted communications over a standard port (e.g., 443) to evade detection. The RAT establishes outbound connections and communicates in a low-and-slow manner, making it difficult to detect with traditional signature-based methods. The organization uses Palo Alto Networks firewalls with Decryption, WildFire, and Advanced Threat Prevention. Which of the following hunting techniques, combining firewall capabilities and analysis, would be most effective in identifying this evasive C2 channel?
- A. Configure a new security policy to block all outbound traffic on port 443 from the suspected host. Review the URL logs for 'unknown' category hits after the block. This is a containment action, not a hunting technique, and would disrupt legitimate traffic.
- B. Examine the session logs for connections on port 443 from the suspected host to external IP addresses. Correlate these IPs with public blacklists. Create custom application signatures based on known RAT traffic patterns. This relies on signatures that may be bypassed by encrypted or polymorphic RATs.
- C. Focus on NetFlow data for high bandwidth utilization on port 443. Filter for sessions with unusual session durations or repetitive patterns. Configure a URL filtering policy to block all 'unknown' category URLs on port 443. This is too broad and will likely generate excessive false positives.
- D. Analyze the URL logs for connections to known malicious domains on port 443. Deploy an Endpoint Detection and Response (EDR) solution on the suspected host to monitor process activity and network connections. Without decryption, content inspection for RATs over 443 is limited.
- E. Implement SSL Decryption on the Palo Alto Networks firewall for outbound traffic from the suspected host. Once decrypted, enable Advanced Threat Prevention profiles with aggressive settings for 'spyware' and 'vulnerability' threats. Monitor the threat logs for any decrypted malicious payloads or C2 communication patterns. Additionally, send decrypted files to WildFire for analysis. This provides deep inspection for encrypted traffic.
正解:E
解説:
The core challenge is 'encrypted communications over a standard port' and 'low-and-slow' evasion. Option C is the most effective. Implementing SSL Decryption is crucial to gain visibility into the encrypted traffic on port 443. Once decrypted, Advanced Threat Prevention can inspect the actual payload for RAT C2 communication patterns, and WildFire can analyze any transferred files. This combination allows for deep packet inspection and behavioral analysis of the encrypted flow, which is exactly what's needed for evasive RATs. Option A and E are too broad or solely containment. Option B's efficacy is limited without decryption. Option D relies on known signatures, which evasive RATS often circumvent.
質問 # 32
A critical XSOAR playbook for a zero-day exploit response involves an automated host isolation task using a custom script that interacts with a cloud-based EDR API. The script is highly sensitive and requires specific API keys, which are stored securely as XSOAR Integration Instance parameters and accessed via During a recent incident, an analyst observed that the host isolation task failed, and the playbook indicated an authentication error with the EDR API. Upon reviewing the playbook code and the integration instance, all parameters seemed correct. What is the MOST LIKELY underlying cause for this intermittent failure, considering best practices for secure parameter handling and potential environment shifts in a production XSOAR deployment?
- A. A network connectivity issue temporarily prevented the script from reaching the EDR API, leading to a generic authentication error rather than a network error.
- B. Another playbook or automation script simultaneously accessed the same EDR integration instance, causing a race condition and temporary lock-out of the API key.
- C. The analyst manually modified the API key directly within the script's code, overriding the secure integration parameter.
- D. The EDR API key, stored as a secure integration parameter, was generated with a short expiration time and expired between playbook runs. XSOAR does not automatically refresh or validate expired keys at runtime, and the script's call retrieved an invalid, expired key.
- E. The XSOAR engine process responsible for executing the playbook encountered a memory leak, corrupting the API key in memory.
正解:D
解説:
Option C is the MOST LIKELY and common cause for such intermittent authentication failures with securely stored API keys, especially in production environments with automated playbooks. API keys, particularly for sensitive operations like host isolation, are often rotated or issued with expiration times for security reasons. While XSOAR stores them securely, it doesn't inherently manage the lifecycle or automatic refreshing of external API keys. If the key expires between playbook runs, 'demisto.getlntegrationParam()' will retrieve the stale, expired key, leading to an authentication failure when the script attempts to use it against the EDR API. This explains why 'all parameters seemed correct' upon manual review, as the value was what was entered, but its validity had expired. Options A, B, D, and E are less likely or are often accompanied by different symptoms: A implies a highly improbable manual intervention that would break a core principle of secure parameter handling. B is a generic software bug, less specific to this scenario. D would typically manifest as a connection timeout or network error, not an authentication error, unless the EDR API specifically returns auth errors for network issues. E is generally mitigated by API design and rate limiting, not a race condition on the key itself.
質問 # 33
A forensic team requires an XSOAR automation that, once triggered by a critical incident, performs the following actions: 1. Collects a forensic image from an endpoint via EDR. 2. Uploads the image to a secure cloud storage (e.g., S3). 3. Initiates an external cloud- based forensic analysis service, passing the S3 link. 4. Monitors the analysis service for completion (can take hours). 5. Downloads the analysis report and attaches it to the incident. Which of the following XSOAR design patterns (involving Scripts and/or Jobs) would be most suitable to handle the long-running, asynchronous nature of steps 3 and 4, ensuring the incident doesn't remain 'stuck' waiting for completion?
- A. The initial playbook initiates steps 1-3. For step 4, the playbook uses a 'Wait for condition' task and a custom command (backed by a Python Script) that polls the analysis service until completion. The playbook remains active during this wait.
- B. A single Python Script executed within the playbook that sequentially performs all 5 steps, using
- C. The initial playbook initiates steps 1-3. For step 4, the playbook transitions the incident to a 'Pending Analysis' status and sends a message to an external message queue. A separate microservice consumes the message, performs steps 4 & 5, and then updates the XSOAR incident via API.
- D. The initial playbook initiates steps 1-3. For step 4, a new XSOAR Job is created dynamically by the playbook, scheduled to run periodically and check the analysis service status. Upon completion, this Job triggers another playbook or updates the original incident for step 5.
- E. Steps 1 and 2 are handled by a playbook. A separate long-running Job is continuously active, polling for new S3 images, then performs steps 3-5 independently and updates XSOAR incidents externally.
正解:A、C
解説:
This scenario highlights asynchronous operations. Options C and E are both viable depending on the scale and existing infrastructure: Option C (Wait for Condition + Script): This is the most common and often preferred XSOAR native pattern for handling long- running external processes within a single playbook execution. The playbook 'pauses' at the 'Wait for condition' task, which periodically executes a script to check the status of the external service. The playbook remains active but doesn't consume excessive resources while waiting, and resumes automatically when the condition is met. This keeps the entire workflow contained within one playbook execution and incident context. Option E (External Microservice + Message Queue): For extremely long-running tasks (hours to days), or scenarios requiring complex external processing, offloading to an external microservice via a message queue (e.g., SQS, Kafka) is highly scalable. XSOAR initiates the external process, then lets the microservice handle the long wait. The microservice then updates XSOAR via API when done. This decouples the XSOAR playbook from the long-running wait. Option A is extremely inefficient and will tie up XSOAR resources. Option B introduces unnecessary complexity by dynamically creating Jobs, and a Job for polling is generally less integrated into the incident's direct workflow than a playbook's 'Wait for condition'. Option D is too decoupled and doesn't directly manage the specific incident's state for steps 3-5 effectively from an XSOAR perspective. Therefore, both C and E offer valid, robust solutions, representing different architectural choices for managing asynchronous operations. C is a direct XSOAR feature for this, while E is a broader system design pattern often integrated with XSOAR.
質問 # 34
What can be used to triage and determine if an artifact in Cortex XDR is malicious?
- A. MITRE tactic
- B. Alert severity
- C. SmartScore
- D. WildFire report
正解:D
解説:
A WildFire report provides malware analysis for artifacts, helping analysts determine whether the artifact is malicious.
質問 # 35
A global enterprise has implemented Cortex XSIAM and is ingesting logs from various sources, including endpoint sensors (XDR agents), network firewalls, cloud infrastructure (AWS CloudTrail, Azure Activity Logs), and identity providers (Okta). The security team observes that while basic event correlation is working, the fidelity of stitched incidents involving cloud and on-premise interactions is lower than expected. Specifically, the XSIAM 'Incident View' often shows separate alerts for related activities (e.g., a user logging into Okta, then an EC2 instance, then a suspicious file access on an on-premise server) rather than a unified attack story. Which of the following is the MOST likely root cause for this reduced stitching fidelity, and what configuration adjustment within XSIAM could address it?
- A. The XSIAM Data Lake is not properly sharded, leading to slow query performance that hinders real-time stitching. Adjust 'Data Lake Sharding Configuration'.
- B. The XSIAM 'Behavioral Analytics Engine' is miscalibrated, leading to an over-reliance on individual alert thresholds rather than comprehensive behavioral patterns. Retune 'UEBAAnomaly Detection Profiles'.
- C. Inconsistent or missing common identifiers (e.g., username formats, session IDs, asset tags) across cloud and on-premise log sources, preventing effective correlation by the stitching engine. Implement 'Data Normalization Rules' and 'Attribute Mapping' for disparate sources.
- D. Insufficient data retention policies are purging relevant historical logs before stitching can occur. Increase 'Log Retention Period' for critical data sources.
- E. The XSIAM 'Automated Response Playbooks' are interfering with the stitching process by prematurely closing incidents. Disable or modify specific 'Playbook Triggers'.
正解:C
解説:
This is a common challenge in large, hybrid environments. Log Stitching relies heavily on identifying common attributes to link events. If a user's identity is '[email protected]' in Okta, 'jdoe' in AWS, and 'JOHN_D' on an on-premise server, XSIAM's stitching engine will struggle to connect these activities as belonging to the same entity unless these different formats are normalized or mapped to a single canonical identity. Similarly, consistent asset tagging or unique session IDs across environments are crucial. Therefore, the most likely root cause is inconsistent or missing common identifiers. Implementing robust 'Data Normalization Rules' (to parse and format data consistently) and 'Attribute Mapping' (to map different representations of the same entity to a canonical form) within XSIAM's data ingestion pipeline is the critical configuration adjustment to improve stitching fidelity for such cross-environment scenarios.
質問 # 36
Consider a scenario where a malware alert from an EDR solution triggers an XSOAR incident. The playbook needs to dynamically determine if the malware is known and, if so, automatically block its hash on all firewalls. If it's unknown, it should submit the sample to a sandbox for analysis. Which XSOAR playbook task best facilitates this dynamic decision-making and execution flow?
- A. Conditional Task
- B. Data Collection Task
- C. Sub-Playbook Task
- D. Manual Task
- E. Standard Task
正解:A
解説:
A Conditional Task is specifically designed to evaluate conditions based on incident data or previous task results and then branch the playbook execution path accordingly. In this scenario, it would check if the malware hash is known. If true, it proceeds to block; if false, it proceeds to sandbox submission. Standard tasks are for sequential actions, manual tasks require human intervention, data collection tasks gather information, and sub-playbook tasks execute another playbook, but a Conditional Task is key for dynamic branching based on logic.
質問 # 37
An advanced persistent threat (APT) actor attempts to maintain persistence on a compromised system by modifying a legitimate system service's configuration to execute a malicious script at startup. The script itself is polymorphic and changes its hash frequently, bypassing signature-based detection. Which Cortex XDR sensor component is designed to detect and prevent this specific type of persistence mechanism, even with the polymorphic nature of the script?
- A. The Network Protection module, by blocking the C2 communication initiated by the malicious script.
- B. The Static Analysis Engine, which identifies known malicious patterns in the script's code.
- C. The Cloud Analysis Module, which uploads the script to WildFire for advanced threat intelligence.
- D. The Behavioral Threat Protection (BTP) engine, specifically its ability to monitor and detect suspicious modifications to legitimate system services and common persistence locations (e.g., registry run keys, scheduled tasks, WMI events), regardless of the specific payload's hash.
- E. The Anti-Tampering module, which prevents unauthorized modification of Cortex XDR's own files and services.
正解:D
解説:
The key here is 'polymorphic' and 'persistence mechanism'. Signature-based (A) and cloud analysis (B) might struggle with polymorphism. Anti-Tampering (C) protects Cortex XDR itself. Network Protection (E) is reactive. The Behavioral Threat Protection (BTP) engine is designed to detect anomalous system behavior, including modifications to legitimate system services, registry keys, and other common persistence mechanisms. It focuses on the 'how' (the action of modifying a service) rather than the 'what' (the specific hash of the malicious script), making it effective against polymorphic or fileless persistence attempts. This is a core strength of BTP in detecting advanced threats.
質問 # 38
Which operational responsibility is a role of a security operations center (SOC) manager?
- A. Collecting raw security data and managing the initial confirmation of alerts
- B. Performing technical analysis and threat hunting for major incidents
- C. Monitoring the service health of all data sources sending telemetry
- D. Developing and implementing necessary crisis communication plans
正解:D
解説:
A SOC manager is responsible for overseeing operations, including coordinating incident response at a strategic level and ensuring proper communication during crises, which includes developing and implementing crisis communication plans.
質問 # 39
Which task is primarily handled by Identity Analytics?
- A. Threat intelligence ingestion
- B. Credential phishing detection
- C. Suspicious login identification
- D. Policy enforcement
正解:C
解説:
Identity Analytics focuses on analyzing user behavior and authentication patterns to detect anomalies, such as unusual or risky login activity, making it primarily responsible for identifying suspicious login events.
質問 # 40
Which Cortex XDR component raises an alert when suspicious activity composed of multiple events is detected and deviates from established baseline behavior?
- A. Cloud Identity Engine
- B. XQL Query Engine
- C. Causality Analysis Engine
- D. Analytics Engine
正解:D
解説:
The Analytics Engine in Cortex XDR generates alerts when correlated events deviate from baseline behavior, detecting suspicious multi-event activity.
質問 # 41
In which scenario would an organization benefit from Cortex XDR compared to an EDR solution?
- A. A customer relies on manual processes for incident detection and response with minimal use of automated tools and analytics.
- B. A corporation wants to monitor endpoint activities for advanced threats and gain visibility into endpoint behaviors.
- C. A company requires endpoint security that focuses on isolating and responding to threats at the endpoint level.
- D. A business wants to integrate data from network traffic, cloud environments, and identity systems for a unified threat landscape.
正解:D
解説:
The fundamental difference between EDR (Endpoint Detection and Response) and XDR (Extended Detection and Response) lies in the scope of visibility and the ability to correlate data across different security domains.
* Breaking Data Silos: Traditional EDR solutions are limited to the endpoint. They monitor processes, registry changes, and local files. However, modern attacks often involve lateral movement, cloud misconfigurations, and credential abuse that may not leave a clear trace on a single endpoint.
* The "Extended" Factor: Cortex XDR "extends" detection by ingesting and stitching together telemetry from the network (Firewalls), cloud (Prisma Cloud), and identity systems (Active Directory
/Azure AD). This provides a "unified threat landscape" where an analyst can see a complete attack story-for example, a user logging in from a new country (Identity), downloading a file from a malicious URL (Network), and that file executing a process (Endpoint).
* Holistic Analytics: By having access to this multi-domain data, Cortex XDR can apply behavioral analytics that an EDR tool simply cannot. It can identify anomalies in network traffic patterns or cloud resource usage and link them directly to a specific endpoint or user identity.
Why other options are incorrect:
* Option B and D: These describe the core functions of a standard EDR solution. If an organization only cares about endpoint-level visibility and response, EDR is sufficient.
* Option C: Organizations relying on manual processes would actually struggle more with the complexity of XDR. XDR is designed to automate the correlation that humans usually do manually, but it requires a level of "platformization" that manual-heavy shops typically haven't reached.
質問 # 42
What is a difference between cold storage and hot storage in Cortex?
- A. Cold storage is required, while hot storage is optional.
- B. Querying logs in cold storage takes more time than querying logs in hot storage.
- C. Logs in cold storage have more details than logs stored in hot storage.
- D. Cold storage and hot storage can be stored in different cloud locations.
正解:B
解説:
In the Cortex Data Lake (utilized by XDR and XSIAM), storage is tiered to balance performance and cost- efficiency.
* Hot Storage: This is the high-performance tier where data is immediately available for searching and analysis. Queries run against hot storage are near-instantaneous. Typically, organizations keep the most recent 30 to 90 days of data in hot storage for active investigation.
* Cold Storage: This is a cost-effective tier for long-term retention (compliance). Data in cold storage is compressed and archived. To query this data, it must first be "re-hydrated" or restored to a searchable state, which inherently takes more time than querying active logs in hot storage.
* Correction: I have clarified that while both storage types contain the same log data, the access latency is the primary differentiator.
質問 # 43
A custom PowerShell command is detected by Cortex XDR as a behavioral threat, and the administrator has confirmed it as a false positive. What is the most operationally efficient way to allow this command to run and not be detected by Cortex XDR?
- A. Create an alert exception based on CGO process path and command arguments.
- B. Add the SHA256 hash to the allow list.
- C. Right click on the alert and create an alert exclusion rule.
- D. Create an alert exclusion based on CGO hash, signer, and process path.
正解:A
解説:
Creating an alert exception based on CGO process path and command arguments allows the PowerShell command to run without triggering detections, operationally efficiently.
質問 # 44
A highly distributed organization uses Cortex XSIAM to secure its global infrastructure. They have a strict compliance requirement to archive all incident artifacts (e.g., raw logs, memory dumps, network captures) to a secure, immutable S3 bucket in AWS immediately after an incident is closed. This process must be fully automated, and the S3 bucket's access is restricted by an IAM role with specific permissions. How would you design this integration using XSIAM's automation capabilities?
- A. Leverage XSIAM's built-in 'Report Generation' feature to create a report of all artifacts and then use a third-party script running outside XSIAM to parse the report and upload the artifacts.
- B. Configure a scheduled XQL query to periodically identify closed incidents, manually download artifacts, and then manually upload them to the S3 bucket using the AWS CLI.
- C. Develop a custom XSIAM Playbook. This Playbook would be triggered by an 'Automation Rule' upon 'Incident Closure'. The Playbook would use an 'AWS S3 Integration' action to upload artifacts. The integration would require configuring an 'IAM Role ARN' or 'AWS Access Key/Secret Key' in XSIAM's 'Integrations' settings, ensuring the role has permissions to write to the specified S3 bucket.
- D. Simply enable 'Cloud Logging' in XSIAM, assuming it automatically pushes all incident artifacts to an external S3 bucket without further configuration.
- E. Use a generic webhook integration to notify an external server about incident closure, and then the external server would be responsible for fetching artifacts from XSIAM and uploading them to S3.
正解:C
解説:
Option B is the most robust and secure method. An 'Automation Rule' triggered by 'Incident Closure' ensures real-time archival. The 'Playbook' then orchestrates the action. The 'AWS S3 Integration' within XSIAM is designed for this purpose, allowing direct interaction with S3. Critically, XSIAM supports configuring integrations with 'IAM Role ARN' (preferred for security) or 'AWS Access Key/Secret Key', which adheres to the principle of least privilege and allows XSIAM to assume the necessary role to write to the S3 bucket. This eliminates manual steps and external dependencies.
質問 # 45
A Security Operations Center (SOC) analyst is investigating a critical alert in Cortex XDR related to a suspicious PowerShell script execution detected on a Windows endpoint. The alert indicates 'Exploit Attempt - Malicious Script'. Upon initial review, the analyst observes that the script attempted to establish an outbound connection to a known malicious IP address and download a secondary payload. The SOC needs to quickly contain the threat, gather forensic data, and understand the full scope of the attack. Which of the following Cortex XDR elements and actions would be most effective in addressing this incident, considering both detection and response capabilities?
- A. Review the 'Incidents' dashboard for related alerts and immediately create a new 'Custom Alert' rule based on the observed malicious IP address.
- B. Utilize 'XDR Pro Analytics' to identify similar behaviors across the environment and then trigger an 'Endpoint Response' action to delete the malicious script.
- C. Isolate the endpoint using Host Isolation, then leverage Live Terminal to examine the process tree and retrieve the suspicious script for analysis.
- D. Send a 'File Quarantine' command for the detected PowerShell script and then perform a 'Full Disk Scan' on the affected endpoint to find other potential threats.
- E. Execute an 'IOC Scan' across all endpoints using the malicious IP address and file hash, and then immediately block the IP address in the network firewall.
正解:C
解説:
Option A is the most effective immediate response. Host Isolation prevents further lateral movement and C2 communication. Live Terminal allows for immediate forensic investigation, including inspecting the process tree, viewing script contents, and gathering additional artifacts directly from the compromised host, which is crucial for understanding the attack's scope. While other options have merit, they are either less immediate, more reactive, or lack the combined containment and investigative capabilities for this specific scenario.
質問 # 46
......
SecOps-Pro試験問題集、SecOps-Pro練習テスト問題:https://jp.fast2test.com/SecOps-Pro-premium-file.html
無料SecOps-Pro試験問題集で合格させるお手軽に試験合格:https://drive.google.com/open?id=1rcPtUAQUS2jjW34KBN8lQSr5-FIq_CnK