Courseiva

Certified XSIAM Analyst (XSIAM-Analyst) (XSIAM-Analyst) — Questions 76150

170 questions total · 3pages · All types, answers revealed

Page 1

Page 2 of 3

Page 3
76
MCQmedium

During a routine audit, an analyst notices that several endpoints have an agent status of 'Unmanaged' or 'Disconnected' for over 30 days. What is the standard behavior of XSIAM regarding endpoints that remain disconnected for extended periods?

A.All historical telemetry for those hosts is immediately deleted from the data lake.
B.The agent automatically converts the endpoint into a cloud collector proxy.
C.XSIAM automatically uninstalls the Cortex XDR agent remotely to reclaim licenses.
D.The assets remain in the inventory as disconnected, and administrators can manually purge or retain them based on retention policies.
AnswerD

Disconnected endpoints remain visible in the asset view for tracking, and administrators can manage or purge stale assets.

Why this answer

Endpoints that do not communicate within a defined retention or threshold period may be automatically purged or flagged as inactive depending on asset management settings.

77
MCQmedium

An analyst wants to suppress a specific threat intelligence indicator that has been identified as a false positive across all correlation rules in XSIAM. What is the correct procedure?

A.Add the indicator to an active Indicator Whitelist / Exclusion list within Threat Intelligence settings
B.Create an exception rule in the Endpoint Protection policy
C.Disable all threat intelligence feeds globally
D.Delete the indicator manually from every active incident
AnswerA

Whitelists and exclusion lists ensure that specific indicators are ignored during matching and correlation.

Why this answer

False positive indicators can be handled by adding them to an exclusion list or marking them as false positive in the Threat Intelligence module.

78
MCQmedium

When an analytic alert triggers in XSIAM, what role does confidence play in alert prioritization?

A.Confidence determines how many raw logs are retained in cold storage.
B.Confidence is combined with severity to determine the overall alert score and priority ranking.
C.Confidence dictates which playbook is automatically attached to the incident.
D.Confidence controls the encryption level of the alert payload.
AnswerB

Confidence and severity are key inputs to the final alert score calculation.

Why this answer

Confidence measures the certainty that the detection represents true malicious activity, influencing the overall score.

79
MCQeasy

An administrator needs to verify whether disk encryption (BitLocker / FileVault) is active and reporting status correctly across managed endpoints in XSIAM. Where can this compliance status be monitored?

A.Settings > Compliance > BitLocker Management
B.Endpoint Security > Assets > Disk Encryption column/tab
C.Data Collection > Endpoints > Encryption Logs
D.Response > Actions > Encryption Status
AnswerB

The asset inventory displays disk encryption status collected by the Cortex XDR agent.

Why this answer

Disk encryption compliance status is visible within the endpoint asset inventory and security posture dashboards.

80
MCQeasy

When configuring an automated playbook to trigger based on specific incident severity changes, where is the primary association between the incident type and the playbook configured in XSIAM?

A.Automation > Playbooks > Mapping tab
B.Data Management > Parsers
C.Settings > INCIDENTS > Incident Types
D.XQL Search > Trigger Rules
AnswerC

Correct. Default playbooks are assigned directly to specific incident types under incident settings.

Why this answer

Playbooks are mapped to incident types within the Incident Types settings or automation configuration mapping tables.

81
Multi-Selecteasy

Which TWO protocols or formats are natively supported for importing threat intelligence feeds into Cortex XSIAM? (Choose two)

Select 2 answers
A.Bluetooth Low Energy beacon frames
B.TAXII 2.0 / 2.1
C.CSV file uploads and feeds
D.Proprietary printer configuration protocols
E.Raw binary kernel dump files
AnswersB, C

TAXII is natively supported for structured threat intelligence sharing.

Why this answer

XSIAM supports standard threat intelligence ingestion formats including TAXII and CSV/JSON via generic feeds.

82
MCQeasy

What is the purpose of tagging threat intelligence indicators in XSIAM?

A.To increase the processing speed of the ingestion engine
B.To automatically block network traffic without creating alerts
C.To categorize and group indicators for targeted hunting and filtering in investigations
D.To encrypt sensitive indicators stored in the database
AnswerC

Tags provide metadata that helps analysts filter and prioritize indicators during threat hunting.

Why this answer

Tags allow analysts to categorize, organize, and filter indicators for custom hunting queries and incident investigations.

83
MCQhard

An administrator needs to ensure that custom threat intelligence indicators ingested via a CSV file maintain a specific custom severity rating of 'Critical' regardless of external provider scores. How should this be configured in XSIAM?

A.Modify the default severity mapping in the Threat Intelligence settings for the custom CSV integration instance to override incoming scores with 'Critical'
B.Edit the global indicator whitelist to elevate matching items to Critical
C.Manually update each indicator via the incident management console after ingestion
D.Create an XQL alert rule that rewrites the indicator severity field upon ingestion
AnswerA

Integration instance configurations permit overriding provider-supplied scores with a static custom severity.

Why this answer

When mapping custom indicator feeds, field mapping rules allow forcing specific severities or overriding incoming scores.

84
Multi-Selecthard

An administrator is setting up Attack Surface Management (ASM) discovery scopes in XSIAM. Which THREE types of seed assets can be provided to initiate external discovery? (Choose three)

Select 3 answers
A.Domain names (e.g., example.com)
B.Local endpoint MAC addresses
C.Autonomous System Numbers (ASNs)
D.Local Active Directory user security identifiers (SIDs)
E.CIDR IP address ranges (e.g., 192.0.2.0/24)
AnswersA, C, E

Domain names are primary seed types for ASM discovery.

Why this answer

ASM supports multiple seed types including domain names, IP address ranges, and Autonomous System Numbers (ASNs).

85
MCQmedium

An analyst needs to filter out noise by excluding events where the username starts with 'svc_'. Which XQL operator or function should be used?

A.filter not(username ~= "^svc_")
B.filter exclude username like 'svc_%'
C.filter not match(username, 'svc_')
D.filter username != 'svc_*'
AnswerA

The '~=' operator evaluates regex matching, and negating it filters out matching rows.

Why this answer

To check if a string starts with a specific prefix, the 'not ~= ' or regular expression match, or string functions like 'not starts_with()' or regex can be used. In XQL, string operators include `not(username ~= "^svc_")` or explicit matching.

86
Multi-Selecthard

An incident responder is investigating a ransomware outbreak. Which THREE immediate containment or remediation actions can be executed directly from XSIAM to mitigate the threat? (Choose three)

Select 3 answers
A.Quarantine the malicious ransomware binaries across hosts
B.Reconfigure physical office door security locks
C.Isolate the infected endpoints from the network
D.Terminate malicious running process trees
E.Physically replace damaged motherboard hardware on endpoints
AnswersA, C, D

Correct. Quarantining files removes them from execution paths.

Why this answer

XSIAM and Cortex XDR allow response actions such as endpoint isolation, file quarantine, and process termination to stop active attacks.

87
MCQeasy

Which type of analytic alert in XSIAM focuses specifically on identifying unauthorized or anomalous credential usage?

A.Agent Heartbeat Failure alerts
B.Credential Access and User Anomaly analytic alerts
C.Network Packet Inspection alerts
D.Disk Storage Allocation alerts
AnswerB

These analytic types specialize in detecting suspicious credential and user behavior.

Why this answer

User behavior analytics (UBA) or credential-based analytics focus on credential anomalies.

88
Multi-Selecthard

An analyst is investigating an ASM finding regarding an exposed service on an external asset. Which THREE details are typically provided within the ASM finding record in XSIAM? (Choose three)

Select 3 answers
A.Internal employee home Wi-Fi SSID names
B.Associated vulnerability references (CVEs)
C.Exposed port and protocol information
D.Local workstation user password hashes
E.Service banners and application version details
AnswersB, C, E

Findings map exposed services to known CVEs and vulnerabilities.

Why this answer

ASM finding records provide service banners, port information, associated CVEs, and protocol details for exposed assets.

89
MCQmedium

A security analyst is reviewing endpoint telemetry and needs to find all execution events where a command shell (cmd.exe or powershell.exe) was spawned by a web server process (such as w3wp.exe). Which XSIAM tool is best suited for constructing and running this forensic query across historical endpoint data?

A.Broker VM > Log Viewer > Filter Process
B.Incident Viewer > Advanced Filter > Process Spawn
C.Endpoint Security > Asset Explorer > Live Query
D.XQL Search using dataset xdr_data with filters on actor process and action process
AnswerD

XQL allows precise hunting across xdr_data for parent-child process execution patterns.

Why this answer

XQL Search is the primary interface for querying normalized endpoint datasets (such as xdr_data) to hunt for specific process relationships.

90
Multi-Selecthard

Which THREE features are provided by the XQL search query interface in XSIAM to assist analysts during query authoring? (Choose three)

Select 3 answers
A.Syntax highlighting for XQL commands, functions, and operators
B.Schema browser to explore available fields, data types, and datasets
C.Automated remediation of identified endpoint threats directly from the query text box
D.Auto-complete and intelligent code suggestion for dataset and field names
E.Automatic translation of XQL into raw assembly language for the underlying storage nodes
AnswersA, B, D

Syntax highlighting makes complex queries easier to read and troubleshoot.

Why this answer

The XSIAM XQL query interface provides auto-complete, schema browsing, and syntax highlighting.

91
MCQhard

An XSIAM Analyst is investigating an analytic alert that has an unusually high priority score. The analyst wants to audit how the final score was calculated, specifically looking at the base score versus modifier weights. Where can the analyst inspect the score breakdown for an alert?

A.Reports > Audit Logs > System Activities
B.Investigation > Graph View > Edge Weights
C.Alert Details slide-out panel > Score Breakdown / Scoring Factors tab
D.Settings > Incident Settings > Scoring Matrix
AnswerC

The alert details panel displays the exact scoring factors and modifiers applied to calculate the final priority.

Why this answer

The alert details pane in XSIAM provides an analytical breakdown showing the base severity and any applied custom prioritization modifiers.

92
Multi-Selecthard

An administrator is designing a data ingestion pipeline in XSIAM. Which THREE data source categories can be ingested and normalized into XSIAM for security analytics? (Choose three)

Select 3 answers
A.Personal social media direct message archives
B.Network firewall and traffic logs
C.Local consumer smartphone app notification history
D.Endpoint telemetry (e.g., Cortex XDR agent logs)
E.Cloud provider audit logs (e.g., AWS CloudTrail)
AnswersB, D, E

Correct. Network logs provide crucial traffic visibility.

Why this answer

XSIAM ingests diverse telemetry including endpoint logs, network traffic data, and cloud audit/activity logs.

93
Multi-Selectmedium

Which TWO methods can an analyst use to investigate matches between internal network telemetry and threat intelligence indicators in XSIAM? (Choose two)

Select 2 answers
A.Update the local Active Directory Group Policy Objects
B.Reboot the core XSIAM ingestion server to force log re-indexing
C.Review security incidents generated by Threat Intelligence correlation rules
D.Execute dedicated XQL queries searching the threat intelligence and network event datasets
E.Run a hardware diagnostic script on network switches
AnswersC, D

Correlation rules automatically generate incidents when telemetry matches indicators.

Why this answer

Analysts can use XQL search queries across telemetry datasets and review incidents generated by threat intelligence correlation rules.

94
MCQmedium

An analyst writes an XQL query combining two different datasets using an inner join based on a matching hostname. Which syntax structure is correct?

A.dataset = xdr_data, cloud_trail | correlate on actor_username
B.dataset = xdr_data | lookup dataset = cloud_trail on actor_username
C.dataset = xdr_data | join type=inner dataset = cloud_trail on actor_username = username
D.dataset = xdr_data | merge dataset = cloud_trail where actor_username == username
AnswerC

This correctly utilizes the join command with the join type and the on clause.

Why this answer

XQL supports the 'join' command with an optional type and an ON clause specifying the matching fields.

95
MCQhard

An ASM discovery run identifies a rogue cloud storage bucket publicly exposed to the internet. How does XSIAM's ASM module typically discover this asset without requiring internal cloud credentials?

A.By intercepting local DNS queries on corporate endpoints
B.By scanning internal Active Directory group policies
C.By analyzing Certificate Transparency (CT) logs, DNS brute-forcing, and external port scanning
D.By reading netflow data from core internal switches
AnswerC

ASM discovers external assets using non-intrusive external reconnaissance methods like CT logs and DNS enumeration.

Why this answer

ASM utilizes external reconnaissance techniques such as certificate transparency log analysis, DNS enumeration, and banner grabbing.

96
MCQhard

An analyst is troubleshooting a correlation rule that is failing to trigger incidents despite matching raw logs. Where can the analyst test and debug the rule logic against historical or sample log data in XSIAM?

A.Endpoint isolation diagnostics log
B.Playbook task debugger console
C.Agent diagnostic package utility
D.Correlation Rule Editor test and simulation panel
AnswerD

Correct. The rule editor provides simulation and test capabilities to evaluate rule logic against historical data.

Why this answer

Rule testing, validation, and dry-run debugging against sample or historical logs are performed within the Analytics or Correlation Rule editor.

97
Multi-Selecthard

An analyst is investigating how XSIAM processes incoming analytic alerts and determines their initial lifecycle state. Which THREE characteristics or actions are associated with analytic alerts upon generation? (Choose three)

Select 3 answers
A.They are permanently locked and cannot be modified or tagged by analysts.
B.They immediately trigger an automated containment action on all endpoints without analyst review.
C.They are mapped to security frameworks such as MITRE ATT&CK when applicable.
D.They are automatically assigned a severity score based on built-in analytics or custom prioritization rules.
E.They are evaluated by correlation engines to determine if they should be grouped into an existing or new incident.
AnswersC, D, E

XSIAM analytics enrich alerts with MITRE ATT&CK tactics and techniques where applicable.

Why this answer

Generated analytic alerts are automatically assigned a severity, correlated into incidents based on entities, and categorized by detection type or MITRE mapping.

98
MCQhard

An analyst observes that a specific endpoint has stopped generating endpoint telemetry events (such as process execution and file creation logs) into XSIAM, although the endpoint is powered on and connected to the corporate network. Upon checking the agent, the service is running. Which troubleshooting step should the analyst perform next to diagnose endpoint event streaming issues?

A.Modify the XQL ingestion parser rules for the endpoint asset dataset.
B.Purge all historical alerts from the Incident Viewer to free up ingestion buffers.
C.Inspect the local agent log files on the endpoint to identify communication or buffering errors with the XSIAM backend.
D.Run an immediate software upgrade of the XSIAM tenant license key.
AnswerC

Local agent logs capture internal errors, telemetry queue status, and connection handshake failures that cloud dashboards may summarize.

Why this answer

Reviewing local agent log files (such as cyserver.log) on the endpoint or checking broker VM communication logs helps determine if telemetry is blocked or failing to upload.

99
MCQeasy

Where in the XSIAM user interface should an analyst navigate to review discovered external assets, shadow IT, and exposed services identified by Attack Surface Management?

A.Incident Response > ASM Incidents
B.Dashboards > Threat Intelligence > ASM
C.Settings > Integrations > ASM Scanner
D.Attack Surface Management > Assets
AnswerD

The dedicated Attack Surface Management workspace contains the asset inventory and discovery views.

Why this answer

Attack Surface Management features have a dedicated workspace within the XSIAM navigation menu.

100
Multi-Selectmedium

An analyst is performing forensics on a suspicious process execution in XSIAM. Which THREE artifacts or views are typically available in the Causality Analysis of an alert? (Choose three)

Select 3 answers
A.Physical geographic location of the endpoint's power supply
B.Local BIOS firmware version history of the endpoint
C.File creation, modification, or deletion events
D.Process parent-child command line arguments
E.Associated network connection destinations and ports
AnswersC, D, E

Correct. File system activities resulting from process execution are tracked.

Why this answer

Causality analysis provides deep forensic visibility into process trees, including parent-child relationships, modified files, network connections, and command-line arguments.

101
MCQhard

An organization deploys Cortex XDR agents to Linux servers. Certain critical database files residing on custom mount points are experiencing I/O latency due to agent monitoring. How should the administrator configure file integrity monitoring (FIM) or malware scan paths to exclude these specific mount points on Linux endpoints?

A.Modify the /etc/fstab file on each server to disable XDR hooks.
B.Configure path exclusions in the Linux Malware / Scan profile pointing to the custom mount directories.
C.Disable auditd integration in the Data Collection settings.
D.Change the agent mode from Advanced to Basic via the Linux kernel module configuration.
AnswerB

Path exclusions in the profile prevent the scanner and monitoring engine from inspecting specified directories.

Why this answer

Linux agent settings and Malware profiles allow path-based exclusions tailored to mount points and directories.

102
MCQmedium

An administrator is configuring password protection for the Cortex XDR agent on endpoints to prevent unauthorized users or malware from stopping the agent service or modifying its configuration locally. Where is this agent uninstallation/tamper protection password configured in XSIAM?

A.Data Collection > Agent Deployment > Security Passwords
B.Settings > Access Management > Endpoint Users
C.Response > Containment > Agent Passwords
D.Endpoint Security > Profiles/Settings > Agent Settings > Tamper Protection
AnswerD

Tamper protection settings define passwords and rules required to modify, stop, or uninstall the agent locally.

Why this answer

Tamper protection and agent password settings are managed within Agent Settings profiles in XSIAM.

103
Multi-Selecteasy

Which TWO objects or concepts are fundamental building blocks in a Cortex XSIAM playbook? (Choose two)

Select 2 answers
A.Physical server rack elevations
B.Tasks (representing actions, conditions, or scripts)
C.Links (representing execution flow and conditions between tasks)
D.Cafeteria lunch menus
E.Employee payroll spreadsheets
AnswersB, C

Correct. Tasks are the fundamental executable units in playbooks.

Why this answer

Playbooks consist of tasks and the links connecting them.

104
Multi-Selecteasy

An analyst is reviewing endpoint security alerts and needs to filter events by specific threat categories. Which TWO threat categories are commonly associated with Cortex XDR endpoint prevention modules? (Choose two)

Select 2 answers
A.Building badge reader access failures
B.Exploit and memory-based attack techniques
C.Malware execution attempts
D.Cafeteria point-of-sale receipt printer paper jams
E.Physical datacenter HVAC temperature anomalies
AnswersB, C

Exploit prevention guards against memory injection and buffer overflows.

Why this answer

Cortex XDR detects threats across multiple categories, including malware and exploits.

105
MCQeasy

Which user role is typically required to create, edit, and publish custom playbooks in Cortex XSIAM?

A.Automation / Playbook Administrator or Editor
B.Log Collector Operator
C.Viewer Role
D.Endpoint Security Agent
AnswerA

Correct. Users require edit permissions on playbooks to create and publish automation workflows.

Why this answer

Playbook authoring requires specific administrative or analyst roles with automation permissions, such as Administrator or Playbook Editor.

106
Multi-Selectmedium

An administrator is reviewing endpoint agent diagnostic tools available within XSIAM. Which THREE actions can be performed directly from the XSIAM console to troubleshoot or manage an endpoint agent? (Choose three)

Select 3 answers
A.Reflash the endpoint hardware BIOS remotely.
B.Trigger a remote restart of the Cortex XDR agent service.
C.Execute osquery-based Live Queries against the endpoint.
D.Format the primary OS drive and reinstall Windows.
E.Initiate Network Isolation to contain a compromised host.
AnswersB, C, E

Agents can receive remote command triggers to restart their services.

Why this answer

Administrators can initiate actions such as agent restarts, running live queries, and isolating endpoints directly from the console.

107
MCQeasy

Which operator is used in XQL filter statements to check if a field value matches any item in a provided list?

A.EQUALS_ANY
B.MATCHES
C.CONTAINS
D.IN
AnswerD

IN checks for inclusion within a set or list.

Why this answer

The 'IN' operator is used to check if a field value matches any element within a specified list or array.

108
MCQmedium

An automation script requires secure storage of an API token used to query an external threat intel feed. Where should this token be stored within Cortex XSIAM?

A.Within unencrypted XQL lookup CSV files.
B.Hardcoded directly inside the playbook JSON file.
C.Integration Instance Configuration Parameters (marked as Encrypted/Password)
D.Inside public dashboard notes.
AnswerC

Correct. Integration parameters store sensitive keys securely and mask them in the UI.

Why this answer

Integration instance parameters or credentials configuration securely stores API tokens and secrets.

109
MCQeasy

Where in the Cortex XSIAM web interface can an administrator view the graphical flowchart and execution status of a currently running playbook on an active incident?

A.Data Hub > Pipelines
B.Dashboards > Incident Overview
C.Settings > Automation > Playbooks
D.Incidents > [Select Incident] > Work Plan tab
AnswerD

Correct. The Work Plan tab shows the real-time visual progress of playbooks attached to an incident.

Why this answer

The Incidents page contains the specific incident's Work Plan tab where the active playbook flowchart and task statuses are displayed.

110
Multi-Selecthard

An analyst is configuring behavioral threat protection rules and exceptions in XSIAM. Which THREE parameters can typically be used to define a precise exclusion rule for a benign application exhibiting suspicious behavior? (Choose three)

Select 3 answers
A.Digital certificate signer of the application
B.Specific file path and filename of the application
C.The MAC address of the endpoint's primary network interface card
D.The DHCP lease expiration timestamp
E.SHA-256 file hash of the executable
AnswersA, B, E

Code-signing certificates allow trusting all binaries signed by a reputable vendor.

Why this answer

Exclusions can be built using file hashes, digital signatures, and specific path criteria.

111
MCQeasy

An administrator wants to review all endpoints running an outdated operating system version to plan an upgrade cycle. Which XSIAM feature provides grouped inventory data on operating system distribution?

A.Response > Asset Discovery Reports
B.Data Lake > Parsing Rules > OS Summary
C.Endpoint Security > Assets filtered by Operating System columns
D.Settings > Endpoint Management > OS Matrix
AnswerC

The Asset inventory view lists all managed endpoints with sortable and filterable operating system columns.

Why this answer

Endpoint Security asset inventory and filtering capabilities allow sorting and grouping by operating system attributes.

112
MCQhard

You are configuring correlation rules in XSIAM to trigger an incident when internal telemetry matches indicators from a high-confidence threat feed. How do you ensure that indicators from low-confidence feeds are filtered out of this specific rule?

A.Disable the correlation engine when low-confidence feeds are syncing
B.Configure the firewall to drop low-confidence indicators automatically
C.Add a condition in the correlation rule logic requiring indicator source reliability or confidence to meet a specific threshold
D.Delete all low-confidence indicators from the database daily via XQL delete commands
AnswerC

Filtering by reliability and confidence fields in correlation rules ensures only high-quality indicators trigger high-priority incidents.

Why this answer

Correlation rules can include criteria filtering based on indicator source, confidence, or reliability scores.

113
MCQmedium

An analyst is investigating an incident and needs to isolate an infected endpoint directly from the XSIAM Incident View. Which response action should the analyst execute?

A.Kill Process Tree
B.Isolate Endpoint
C.Block IP Address
D.Quarantine File
AnswerB

Correct. Endpoint isolation cuts off network access for the compromised host except for communication with XSIAM/XDR.

Why this answer

From the Incident View or Endpoint View in XSIAM, analysts can execute the 'Isolate Endpoint' response action to restrict network communication while maintaining management connectivity.

114
Multi-Selecthard

When developing custom Python automation scripts for Cortex XSIAM, which THREE best practices should be followed for maintainability and performance? (Choose three)

Select 3 answers
A.Properly handle exceptions and return meaningful error messages using CommandResults or demisto.results.
B.Write all application code inside a single 50,000-line monolithic file without modular functions.
C.Avoid infinite loops by implementing proper termination conditions and pagination limits.
D.Use built-in integration commands via demisto.executeCommand instead of raw unauthorized socket calls where possible.
E.Store all unencrypted user passwords as plain text global variables.
AnswersA, C, D

Correct. Proper exception handling prevents silent failures.

Why this answer

Best practices include handling exceptions, using command results properly, and avoiding infinite loops.

115
Multi-Selectmedium

Which THREE built-in features are available in Cortex XSIAM to inspect and audit playbook executions? (Choose three)

Select 3 answers
A.Incident War Room displaying command history
B.Live webcam feeds of analysts running playbooks
C.Task Execution Details showing raw inputs and outputs
D.Local packet capture sniffer logs
E.Global Audit Trail recording playbook modifications and runs
AnswersA, C, E

Correct. The War Room logs command executions and script outputs.

Why this answer

Audit and inspection tools include the War Room, Task Execution Details, and Audit Trail.

116
MCQhard

You are debugging an automation script that interacts with a third-party REST API. The API returns pagination tokens. How can you implement a do-while or iterative paging loop within an XSIAM playbook?

A.Enable automatic database replication in settings.
B.Configure a continuous cron schedule trigger on the playbook.
C.Increase the max incident count threshold.
D.Use a Loop task configured with a custom script output or list length condition.
AnswerD

Correct. Loop tasks or scripts handling pagination tokens iteratively process API pages until tokens are exhausted.

Why this answer

Using a playbook loop task or a custom automation script utilizing a while loop structure handles API pagination.

117
Multi-Selecthard

An analyst is optimizing a slow-running XQL query in XSIAM. Which TWO best practices should be implemented to improve query performance? (Choose two)

Select 2 answers
A.Use nested subqueries for every single filtering condition.
B.Perform complex regular expression parsing before applying any filters.
C.Avoid using the time range selector and instead filter timestamps at the very end of the query.
D.Use specific dataset names rather than broader wildcard dataset groups whenever possible.
E.Apply 'filter' commands as early as possible in the query pipeline to reduce data volume.
AnswersD, E

Targeting specific datasets avoids scanning unnecessary table partitions.

Why this answer

Best practices for XQL performance include filtering early in the pipeline and specifying tight time ranges to reduce dataset volume before aggregations.

118
Multi-Selecthard

When an analyst reviews an analytic alert in XSIAM, which THREE pieces of contextual information are typically available to assist in prioritization and triage? (Choose three)

Select 3 answers
A.Score calculation breakdown and contributing factors
B.Affected asset details and criticality
C.MITRE ATT&CK technique and tactic mapping
D.Local printer driver version installed on the analyst's laptop
E.Cafeteria menu schedule for the security operations center
AnswersA, B, C

Score breakdown explains why the alert received its priority.

Why this answer

Context includes affected assets, MITRE ATT&CK details, and score breakdown.

119
Multi-Selectmedium

Which TWO methods can be used to test a custom automation script before deploying it in a production playbook? (Choose two)

Select 2 answers
A.Compiling the script into a native Windows executable (.exe) on a local laptop
B.Broadcasting the script over local radio frequencies
C.Executing the script within a test incident War Room
D.Printing the script on paper for manual peer review
E.Running the script interactively in the Playground / CLI interface
AnswersC, E

Correct. War Rooms allow live testing against real incident data.

Why this answer

Scripts can be tested via the Playground interface or by executing them in a test incident War Room.

120
MCQeasy

An administrator needs to deploy the Cortex XDR agent to a large fleet of Windows endpoints via Group Policy. Where can the administrator download the latest signed agent installer package and associated transform file from the XSIAM management console?

A.Data Collection > Sources > Agents
B.Settings > Configurations > Agents > Installers
C.Response > Content > Packages
D.Endpoint Security > Assets > Installers
AnswerD

Administrators navigate to Endpoint Security > Assets > Installers to download signed installation packages for various operating systems.

Why this answer

Agent installers are located under Endpoint Security > Assets > Installers in the XSIAM console, where administrators can select the appropriate operating system and package type.

121
MCQmedium

An endpoint has been compromised and cleaned, and the analyst wants to restore network connectivity for the host which was previously isolated. How should the analyst lift the network isolation in XSIAM?

A.Settings > Network > Firewall > Unblock Host
B.Response > Playbooks > Restart Agent
C.Endpoint Security > Assets > Select Asset > Action > Lift Isolation
D.Data Collection > Endpoints > Reconnect
AnswerC

The asset action menu provides the option to lift network isolation and restore normal communication.

Why this answer

Network isolation can be reversed via the asset management actions menu in XSIAM.

122
MCQeasy

What is the primary function of Attack Surface Management (ASM) within Cortex XSIAM?

A.To ingest external threat feeds and correlate them with internal firewall logs
B.To continuously discover and map external, internet-facing assets and potential exposures
C.To monitor internal workstation performance and CPU usage
D.To automate the deployment of security patches on cloud servers
AnswerB

ASM provides continuous external attack surface visibility by identifying shadow IT, exposed ports, and vulnerabilities.

Why this answer

ASM focuses on discovering unknown or unmanaged internet-facing assets to reduce organizational risk.

123
MCQhard

You notice that an automated playbook is executing multiple duplicate sub-tasks simultaneously because multiple alerts matching the same indicator arrived within seconds. How can you prevent race conditions or duplicate execution?

A.Configure playbook concurrency settings / deduplication keys.
B.Reinstall the XSIAM agent on all endpoints.
C.Turn off auto-updates for integrations.
D.Delete all historical log partitions.
AnswerA

Correct. Concurrency limits and deduplication prevent multiple identical playbooks from running simultaneously on overlapping alerts.

Why this answer

Playbook concurrency controls or incident deduplication settings prevent overlapping playbook executions for identical alerts.

124
MCQhard

While reviewing a complex multi-stage attack in XSIAM, an analyst wants to visualize the sequence of process creation events on an endpoint. Which XSIAM feature provides a graphical representation of parent-child process relationships and associated network connections?

A.MITRE ATT&CK Matrix Dashboard
B.Incident Graph Mapping
C.BIOC Breakdown View
D.Causality Chain
AnswerD

Correct. The Causality Chain visualizes process ancestry, file modifications, and network activity associated with an alert.

Why this answer

The Causality Chain in XSIAM provides a graphical, tree-like view of process execution history, showing parent-child relationships and associated artifacts.

125
Multi-Selectmedium

An analyst is investigating an incident where an endpoint downloaded a suspicious file. Which TWO XSIAM tools or views can the analyst use to inspect the file's characteristics, hash, and reputation across the tenant? (Choose two)

Select 2 answers
A.XQL Search querying file execution and hash datasets
B.Active Directory Group Policy Management Editor
C.Printer Spooler Activity Dashboard
D.Network DHCP Lease Viewer
E.Global Context / Hash Lookup in XSIAM
AnswersA, E

XQL can be used to search for file hash occurrences and execution history across all endpoints.

Why this answer

File hashes can be investigated via XQL queries, Global Context/Threat Intelligence lookup, or Incident Alert details.

126
Multi-Selecthard

Which THREE components or views in XSIAM assist analysts in recognizing and understanding analytic alert types and their context? (Choose three)

Select 3 answers
A.MITRE ATT&CK tactical coverage display in the alert pane
B.License renewal expiration tracker
C.Incident Graph illustrating relationships between alerts and entities
D.Alert Details View showing contributing scoring factors
E.Agent BIOS version audit report
AnswersA, C, D

MITRE display shows tactic and technique context.

Why this answer

Alert details, MITRE mappings, and incident graphs help analysts understand alerts.

127
MCQmedium

An analyst needs to share specific indicator of compromise (IOC) details discovered during an incident with an external ISAC. Which mechanism in XSIAM allows exporting or sharing threat indicators?

A.Raw log CSV export via incident dashboard
B.Threat Intelligence indicators export / sharing integration
C.Agent policy package compilation
D.XQL query schedule export to email
AnswerB

Correct. Indicators can be exported or shared via threat intel integrations and sharing mechanisms.

Why this answer

XSIAM allows threat indicators to be managed and shared or exported using Threat Intelligence management and sharing integrations or export features.

128
MCQmedium

You need to format a raw JSON timestamp retrieved from an API call into a readable date string before displaying it in an incident layout. Which XSIAM playbook feature accomplishes this without custom Python code?

A.Incident Layout Scripts
B.Transformer functions (e.g., FormatDate)
C.Syslog Forwarding Rules
D.XQL Aggregate Functions
AnswerB

Correct. Transformers provide built-in data manipulation utilities directly within playbook parameter fields.

Why this answer

Built-in transformer functions (such as formatDate) manipulate context data directly inside playbook task parameter mappings.

129
MCQmedium

An analyst notices that an analytic alert is repeatedly firing for legitimate administrative activity (a false positive). Aside from custom prioritization, how can an analyst manage this specific alert instance to aid future investigations?

A.Delete the raw log from the underlying storage bucket via the UI.
B.Disable the Cortex XDR agent on the administrator's workstation.
C.Change the XDM mapping of the source log parser to omit the user account.
D.Add analyst feedback and tag the alert instance as a false positive within the alert review workflow.
AnswerD

Providing feedback and tagging helps train analytic tuning and records the analyst's determination.

Why this answer

Analysts can add feedback, tags, or suppressions depending on the workflow, but tagging or documenting exclusions is key.

130
MCQhard

An enterprise uses Broker VMs to proxy agent traffic from an isolated internal network segment to the XSIAM cloud. Several endpoints have stopped reporting via the Broker VM. Where should the administrator check to verify the health and connectivity between the Broker VM and the internal endpoints?

A.Data Lake > Broker VM dataset > Query Status
B.Endpoint Security > Broker Logs > Syslog Viewer
C.Settings > Configurations > Broker VM > Agent Status / App Health
D.Response > Broker Actions > Test Connection
AnswerC

The Broker VM configuration and monitoring screens show connected agent counts, app status, and synchronization health.

Why this answer

The Broker VM management page in XSIAM displays the status of configured apps, connected agents, and communication health.

131
MCQmedium

An analyst needs to extract specific Regex matching patterns from an incoming email body during an automated phishing investigation playbook. Which built-in mechanism should be used?

A.Extraction transformer / script command (e.g., ExtractIndicators)
B.XQL Indexing rule
C.Syslog output routing
D.Agent Policy assignment
AnswerA

Correct. XSIAM provides built-in commands and transformers to extract indicators using regex.

Why this answer

Extractors or built-in script commands like extractIndicators can parse text fields for IOCs.

132
MCQhard

An organization utilizes custom asset criticality tags in XSIAM. How does XSIAM incorporate asset criticality into the overall incident scoring process?

A.It acts as a weight multiplier that scales up the severity score of alerts associated with high-criticality assets.
B.It replaces the MITRE ATT&CK framework mapping with asset-specific naming conventions.
C.It converts all analytic alerts into raw syslog messages for external SIEM consumption.
D.It completely suppresses all alerts on low-criticality assets automatically.
AnswerA

Asset criticality acts as a risk multiplier for scoring.

Why this answer

XSIAM factors asset criticality as a multiplier or modifier when calculating the final severity and priority score of alerts impacting that asset.

133
MCQmedium

A security engineer is configuring a new Exploit Prevention profile in XSIAM. The requirement is to ensure that attempts to inject code into legitimate processes (DLL injection) are blocked and logged. Which section of the profile configuration controls memory protection techniques?

A.Exploit Prevention > Mitigation settings / Process protections
B.Disk Encryption > Policy Rules
C.Malware > Behavioral Threat Protection
D.Exploit Prevention > Malware Protection Rules
AnswerA

Memory protection techniques like DLL injection prevention are managed under the Exploit Prevention profile settings.

Why this answer

Exploit Prevention profiles contain specific mitigation modules for memory-based attacks such as DLL injection, heap spraying, and buffer overflows.

134
MCQeasy

An analyst is examining an alert timeline in XSIAM. What does the timestamp on a security event represent?

A.The exact time the event occurred on the source or was ingested and processed by XSIAM
B.The time the analyst opened the incident investigation view
C.The expiration time of the Cortex XDR agent license
D.The scheduled time for the next playbook execution
AnswerA

Correct. Timestamps reflect event generation or ingestion time for chronological analysis.

Why this answer

Timestamps on security events represent the time the event occurred or was logged by the source, normalized by XSIAM.

135
Multi-Selectmedium

An analyst wants to create a custom XQL query to investigate security events. Which THREE clauses or functions are valid components of an XQL query structure? (Choose three)

Select 3 answers
A.select_database_table_drop
B.format_hard_disk
C.alt (or alternate stream processing / calculation)
D.fields
E.filter
AnswersC, D, E

Correct. Alt is a valid XQL function used for conditional evaluation.

Why this answer

XQL queries commonly use commands like dataset selection (or implicit table), filter, fields, and alt/summarize/count.

136
MCQeasy

An analyst needs to verify which endpoints have out-of-date Cortex XDR agent versions across the organization. Where should the analyst navigate in XSIAM to view a summary dashboard of agent versions and deployment health?

A.Settings > Infrastructure > Agents
B.Endpoint Security > Dashboards
C.Marketplace > Content Updates
D.XQL Search > Agent Inventory table
AnswerB

Dashboards under Endpoint Security provide widgets detailing agent versions, operating systems, and overall status.

Why this answer

Endpoint Security > Dashboards or Assets provides overview widgets displaying agent version distribution and compliance status.

137
Multi-Selectmedium

When analyzing security events in XSIAM, what are THREE key benefits of data normalization? (Choose three)

Select 3 answers
A.Facilitates cross-vendor correlation rules and analytics
B.Simplifies threat hunting and dashboard creation
C.Increases local storage capacity on the log collector
D.Enables consistent querying across different log sources using unified field names
E.Automatically encrypts hard drives on all endpoints
AnswersA, B, D

Correct. Standardized fields allow rules to apply regardless of the underlying product.

Why this answer

Normalization standardizes disparate log formats into a common schema, facilitating consistent querying, correlation, and threat hunting across different vendors.

138
MCQhard

An automated playbook task fails intermittently due to a temporary network timeout when contacting an external asset management database. What is the most resilient way to handle this inside the playbook configuration?

A.Configure task-level retries and retry intervals.
B.Convert the playbook into a manual-only workflow.
C.Permanently disable the integration instance.
D.Increase the database server's hardware CPU cores.
AnswerA

Correct. Setting retry attempts and intervals allows XSIAM to automatically re-run transiently failed tasks.

Why this answer

Configuring task-level retries with a backoff delay handles transient network glitches automatically.

139
Multi-Selecteasy

Which TWO actions can be performed directly within the Cortex XSIAM Playbook Designer? (Choose two)

Select 2 answers
A.Write custom XQL queries for data ingestion pipelines.
B.Configure conditional branches and links between tasks.
C.Modify global firewall routing tables.
D.Drag and drop integration tasks onto the canvas.
E.Install local endpoint security agents.
AnswersB, D

Correct. Links and conditional branching are core features of the designer.

Why this answer

Playbook designers allow building visual workflows, configuring task parameters, and linking conditions.

140
MCQmedium

An administrator is planning a staged rollout of a new Cortex XDR agent version across the enterprise. To mitigate risk, the administrator wants to deploy the new version to a test group of endpoints first. How is this staged deployment managed in XSIAM?

A.Assign the new agent version specifically to the test endpoint group's assigned Profile / Settings.
B.Use an XQL playbook to push executables via remote shell.
C.Configure a Broker VM distribution schedule for software binaries.
D.Manually uninstall the agent on test machines and run the MSI installer with a CLI switch.
AnswerA

Agent upgrade versions can be targeted to specific endpoint groups via policy and version distribution settings.

Why this answer

Agent software versions are managed under Endpoint Security > Assets > Installers or Agent Settings, where different groups can be assigned specific upgrade versions.

141
Multi-Selecthard

Which THREE factors are dynamically evaluated by XSIAM when calculating the default severity score of an analytic alert? (Choose three)

Select 3 answers
A.Analytic Confidence Level
B.Asset Criticality Context
C.Base Severity assigned to the Analytic Type
D.Color theme selected in the user profile settings
E.Local Weather Conditions at the Data Center
AnswersA, B, C

Confidence is a primary factor in alert scoring.

Why this answer

Default severity calculation involves threat confidence, potential impact/severity, and asset context.

142
MCQmedium

When designing a playbook, you want to assign an incident to a specific Tier 2 analyst group only if the alert severity is marked as 'High'. Which playbook element should you place before the assignment task?

A.Notification Task
B.Data Parsing Task
C.Enrichment Task
D.Condition Task
AnswerD

Correct. Condition tasks branch the workflow based on field values like incident severity.

Why this answer

A condition task evaluates the incident severity and directs flow accordingly.

143
MCQmedium

An analyst reviews an analytic alert and notices its severity is classified as 'Medium', but wants to understand which specific sub-techniques triggered the detection. Where should the analyst look within the XSIAM interface?

A.Settings > Analytics > MITRE Mapping Table.
B.The MITRE ATT&CK section within the Alert Details view.
C.The Incident Graph timeline nodes.
D.Dashboards > Threat Intelligence widgets.
AnswerB

The Alert Details view highlights associated MITRE ATT&CK tactics and techniques.

Why this answer

MITRE ATT&CK tactics and techniques associated with an analytic alert are visible in the alert details and MITRE coverage views.

144
MCQeasy

A playbook designer needs to reference a specific value extracted from a previous task's output within Cortex XSIAM. Which syntax must be used to access this context data?

A.#{Path.To.Data}
B.${Path.To.Data}
C.{{Path.To.Data}}
D.[[Path.To.Data]]
AnswerB

Correct. The dollar sign and curly braces denote context paths in XSIAM.

Why this answer

Context data in Cortex XSIAM playbooks is referenced using the ${Path.To.Data} syntax to dynamically pull information from previous task outputs.

145
Multi-Selectmedium

When configuring a new threat intelligence feed integration in Cortex XSIAM, which TWO configuration parameters are typically required for successful API-based ingestion? (Choose two)

Select 2 answers
A.Endpoint agent installation package version
B.Active Directory Domain Controller IP address
C.API Authentication Key, Token, or Credentials
D.API URL or Endpoint Feed Address
E.Syslog facility number
AnswersC, D

Authentication credentials are required to access commercial or private threat feeds.

Why this answer

API-based threat intelligence integrations require endpoint URLs and authentication credentials (such as API keys or tokens) to connect and pull data.

146
MCQhard

An analyst is investigating an incident where an attacker attempted to clear Windows Event Logs to hide malicious activity. Which XSIAM behavioral detection category typically flags this suspicious administrative tampering?

A.Behavioral Indicators of Compromise (BIOCs) / Analytics
B.Network port scanning signatures
C.Cloud IAM permission boundary checks
D.Static file signature matching
AnswerA

Correct. BIOCs and behavioral analytics detect defense evasion activities such as clearing event logs.

Why this answer

Clearing event logs is classified as a Defense Evasion technique and is detected via behavioral analytics and BIOCs targeting log tampering.

147
MCQeasy

When reviewing incident scoring in XSIAM, an analyst observes that multiple low-severity alerts have aggregated into a single high-severity incident. Which component of XSIAM is primarily responsible for grouping and scoring these related alerts into an incident?

A.The Parser Normalization Engine
B.The Threat Intelligence Feed Manager
C.The Incident Stitching and Scoring Engine
D.The XQL Query Builder
AnswerC

The stitching and scoring engine groups related alerts into incidents and calculates the overall incident score.

Why this answer

XSIAM uses automated incident grouping and scoring engines to aggregate related alerts based on entities and timelines.

148
MCQeasy

An analyst needs to retrieve running process information from a specific active endpoint in real time without waiting for scheduled telemetry uploads. Which XSIAM feature should the analyst use?

A.Asset Inventory export
B.Live Query (osquery)
C.Incident Viewer timeline
D.XQL historical search
AnswerB

Live Query executes real-time queries (such as listing running processes) on connected endpoints.

Why this answer

Live Query allows administrators to run osquery-based commands directly against active endpoints to gather real-time system state.

149
MCQeasy

When configuring a manual task in a playbook that requires an analyst to approve or reject a host isolation action, which element defines the available response buttons?

A.Parser Grok Patterns
B.Agent Isolation Policies
C.Task Custom Choices / Answers
D.XQL Query Filters
AnswerC

Correct. Custom choices define the specific clickable buttons presented to the analyst.

Why this answer

Manual tasks allow configuring custom choice buttons (e.g., Approve, Reject) for user interaction.

150
MCQmedium

An analyst needs to filter the Incident Queue to display only incidents that contain specific high-priority analytic alert types. Which filtering mechanism should the analyst use in the XSIAM Incident view?

A.Export incidents to CSV and filter using external spreadsheet software.
B.Use the filter bar in the Incident view to specify 'Alert Type' equals the desired analytic detection.
C.Modify the global XSIAM license configuration to hide low-priority alerts.
D.Write an automated response playbook to delete unwanted incidents.
AnswerB

The Incident view filter bar supports filtering by alert types.

Why this answer

Incidents can be filtered by alert types, severity, and other attributes directly in the Incident View filter bar.

Page 1

Page 2 of 3

Page 3

All pages