Courseiva

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

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

Page 1 of 3

Page 2
1
MCQeasy

Where in the XSIAM navigation menu can an administrator view the status and health of built-in analytics engines?

A.Settings > Analytics
B.Data Sources > Integrations > Analytics
C.XQL Search > Analytic Status
D.Incidents > Analytics Queue
AnswerA

Settings > Analytics provides management and status for built-in analytic engines.

Why this answer

Analytics status and configuration are found under Settings > Analytics.

2
Multi-Selecthard

An administrator is troubleshooting an endpoint where the Cortex XDR agent is failing to connect to the XSIAM tenant through a corporate proxy server. Which THREE proxy configuration parameters must be correctly supplied to the agent installation or policy to ensure successful connectivity? (Choose three)

Select 3 answers
A.Proxy authentication credentials (username and password) if required
B.Proxy server IP address or Fully Qualified Domain Name (FQDN)
C.Primary domain controller NetBIOS name
D.Proxy server TCP port number
E.Local BGP autonomous system number (ASN)
AnswersA, B, D

Authenticated proxies require valid credentials configured for agent traffic transit.

Why this answer

Proxy configurations require server address/IP, port, and authentication credentials if the proxy requires them.

3
MCQhard

An incident response team wants to customize the incident severity scoring in XSIAM to better reflect organizational risk. Where are incident risk scoring and severity mapping configurations managed?

A.Incident Configuration settings
B.Agent Installation Settings
C.Role-Based Access Control (RBAC) definitions
D.Data Stitching Schema Builder
AnswerA

Correct. Incident severity rules and scoring logic are managed within the Incident Configuration section of XSIAM settings.

Why this answer

Incident severity and scoring rules, which determine how alerts roll up into incidents and their resulting priority, are configured under Incident Configuration settings in XSIAM.

4
MCQhard

An organization requires that all endpoints check in with the XSIAM management console at least every 2 hours. If an endpoint fails to check in within this window, an alert should be generated. Where is this heartbeat threshold and associated notification rule configured?

A.Data Collection > Broker VM > Polling parameters
B.Endpoint Security > Settings > Agent Settings > Heartbeat interval
C.Settings > Integrations > Cortex XDR Agent > Sync Timer
D.Incidents > Automation > Heartbeat Playbook
AnswerB

Agent connectivity and heartbeat frequency parameters are configured under Agent Settings.

Why this answer

Agent connectivity settings and offline alerting thresholds are managed within Agent Settings or specific Alert Rules in XSIAM.

5
Multi-Selectmedium

An analyst is investigating authentication logs and needs to filter events based on multiple status codes (e.g., 401, 403, 500). Which TWO valid XQL filter constructions can accomplish this? (Choose two)

Select 2 answers
A.filter status_code CONTAINS ANY (401, 403, 500)
B.filter status_code MATCHES [401|403|500]
C.filter status_code == (401, 403, 500)
D.filter status_code = 401 OR status_code = 403 OR status_code = 500
E.filter status_code IN (401, 403, 500)
AnswersD, E

Logical OR conditions correctly evaluate multiple alternative matches.

Why this answer

Multiple values can be checked using the IN operator or logical OR conditions.

6
MCQhard

An analyst needs to ensure that all incidents assigned to a specific threat group are automatically tagged with a custom label upon creation. Where can the analyst configure automatic tagging rules?

A.Incident Classification and Tagging settings
B.XQL data normalization mapping table
C.Syslog listener port configuration
D.Cortex XDR agent tamper protection policies
AnswerA

Correct. XSIAM allows administrators to set up classification and tagging rules to automatically apply labels to incidents.

Why this answer

Automatic tagging and classification of incoming incidents based on specific criteria are configured within Incident Classification and Tagging rules in XSIAM settings.

7
MCQmedium

An analyst is investigating an analytic alert of type 'Behavioral Anomaly' in XSIAM. The alert score was dynamically increased due to contextual risk factors. Where can the analyst view the exact breakdown of how the final alert score was calculated?

A.In the Alert Details pane under the Scoring and Context tab, displaying factor contributions.
B.By running an XQL query against the 'xdr_data' dataset looking for 'score_breakdown'.
C.Through the Settings > Analytics > Score Matrix configuration page.
D.Within the Incident Graph visualization under the Node Properties menu.
AnswerA

The Alert Details pane displays the breakdown of scoring factors and context.

Why this answer

The alert side panel / details view in XSIAM provides scoring details and contextual factors contributing to the final score.

8
MCQmedium

An analyst is investigating an incident where an internal host communicated with a known malicious domain. To verify when the threat intelligence indicator was first and last seen by XSIAM, where should the analyst look?

A.The local endpoint registry hive on the infected workstation
B.The indicator's details view within the Threat Intelligence module repository
C.The ASM asset discovery log
D.The firewall hardware diagnostic logs
AnswerB

The threat intelligence repository maintains metadata for each indicator, including first seen, last seen, and sighting counts.

Why this answer

The Threat Intelligence indicator details page records historical sightings, first seen, and last seen timestamps.

9
MCQeasy

What is the primary purpose of the Cortex Data Model (CDM) in XSIAM?

A.To encrypt telemetry data before it leaves the endpoint agent.
B.To automatically remediate incidents without analyst intervention.
C.To compress log storage sizes on disk by removing redundant headers.
D.To normalize disparate log sources into a standardized schema for consistent querying.
AnswerD

CDM normalizes diverse data into standard objects and fields.

Why this answer

The Cortex Data Model normalizes disparate log sources into standardized schemas and fields for uniform querying.

10
MCQmedium

An analyst concludes an incident investigation and determines that the alert was a true positive, remediation actions have been completed, and no further steps are needed. What is the correct final state to assign to the incident in XSIAM?

A.Isolated State
B.Resolved / Closed
C.Quarantined Status
D.Pending Further Review (Active)
AnswerB

Correct. Resolved or Closed indicates that investigation and remediation are complete.

Why this answer

When an incident has been fully investigated and remediated, its status should be set to Resolved (or Closed) with the appropriate resolution reason.

11
MCQhard

An analyst writes an XQL query to calculate the frequency of failed logins per user over a 24-hour period and wants to filter out users with fewer than 5 failures. Which XQL clause should be used after the aggregation command to filter the aggregated results?

A.where frequency_limit >= 5
B.having count > 5
C.limit 5 records per user
D.filter count > 5
AnswerD

Correct. The filter command is applied following aggregation to filter the resulting rows based on calculated metrics.

Why this answer

In XQL, after an aggregation stage (such as count or summarize), filtering the resulting summary rows is performed using the 'filter' command or 'fields' / conditional checks.

12
MCQmedium

An analyst is reviewing threat intelligence indicators and notices a specific file hash is marked as 'Expired'. What does this status indicate in XSIAM?

A.The indicator matched an internal whitelist entry
B.The threat feed source has revoked its SSL certificate
C.The indicator has exceeded its configured time-to-live (TTL) or retention period without being refreshed by a feed
D.The file hash has been successfully quarantined on all endpoints
AnswerC

Expiration means the indicator is past its validity window and is typically no longer used in active correlation.

Why this answer

Indicators reach an expired status when they exceed their time-to-live (TTL) or retention period without being updated by a feed.

13
Multi-Selectmedium

An administrator is preparing to deploy Cortex XDR agents across a mixed Windows and macOS environment. Which TWO prerequisites must be validated to ensure successful deployment and full functionality of the agent? (Choose two)

Select 2 answers
A.Ensure local administrative privileges are available for the installation process.
B.Verify outbound HTTPS (port 443) connectivity from endpoints to the XSIAM tenant cloud URL.
C.Establish a direct SNMP trap listener on the XSIAM management console.
D.Install a local Microsoft SQL Server instance on every endpoint for event buffering.
E.Configure an inbound TCP port 22 forwarding rule on every workstation firewall.
AnswersA, B

Installing kernel-level security agents requires administrative or root privileges on the target endpoint.

Why this answer

Validating OS compatibility and necessary network/firewall outbound access to the XSIAM tenant are crucial prerequisites for agent deployment.

14
Multi-Selectmedium

When managing threat intelligence feeds in XSIAM, which THREE options are available for configuring feed synchronization intervals? (Choose three)

Select 3 answers
A.Hourly synchronization
B.Manual trigger on demand
C.Daily synchronization
D.Custom minute-based intervals
E.Lunar phase synchronization
AnswersA, C, D

Feeds can be configured to sync every hour.

Why this answer

Feed synchronization intervals can be configured based on time intervals such as hourly, daily, or custom minute schedules.

15
Multi-Selecthard

An administrator is configuring the automatic uninstallation protection and security settings for the Cortex XDR agent. Which THREE protection features can be enforced via the Agent Settings profile to secure the agent against tampering? (Choose three)

Select 3 answers
A.Prevent local termination or stopping of the Cortex XDR background services.
B.Require an administrator password or authorization token to uninstall the agent.
C.Protect local agent installation files, registry keys, and driver binaries from unauthorized modification.
D.Automatically wipe the endpoint hard drive upon three failed login attempts.
E.Force a BIOS password reset whenever the agent service restarts.
AnswersA, B, C

Service protection stops users or scripts from killing agent processes.

Why this answer

Tamper protection features include preventing unauthorized service stopping, blocking file deletion, and requiring passwords for uninstall.

16
MCQhard

A playbook contains a parallel task branch where two different enrichment integrations run simultaneously. One integration fails due to a rate limit. How can you prevent the entire playbook from failing and allow the other branch to complete successfully?

A.Clear the XSIAM Redis cache via CLI.
B.Enable 'Continue on error' in the failing task's configuration options.
C.Convert the playbook into a sub-playbook with synchronous execution.
D.Increase the global playbook execution timeout limit.
AnswerB

Correct. 'Continue on error' handles exceptions gracefully and keeps parallel branches moving.

Why this answer

Configuring error handling on the specific task to 'Continue on Error' allows the playbook to proceed despite a failure.

17
Multi-Selecthard

When reviewing Attack Surface Management (ASM) scan results in XSIAM, an administrator can classify discovered assets using various status designations. Which THREE statuses are standard asset classifications in ASM? (Choose three)

Select 3 answers
A.Quarantined by Endpoint Agent
B.Unapproved / Shadow IT
C.Approved / Authorized
D.Archived in Syslog Archive
E.Under Investigation
AnswersB, C, E

Discovered unauthorized assets are flagged as shadow IT.

Why this answer

ASM tracks asset lifecycles and validation states using statuses such as Approved, Unapproved/Shadow IT, and Under Investigation.

18
Multi-Selecteasy

When configuring incident notification settings in XSIAM, which TWO notification channels are natively supported for alerting analysts about new high-severity incidents? (Choose two)

Select 2 answers
A.Automated AM/FM radio broadcast
B.Email notifications
C.Physical office alarm siren activation
D.Direct SMS text messaging via cellular gateway without integrations
E.Webhook integrations (e.g., Slack, Microsoft Teams)
AnswersB, E

Correct. Email is a native notification channel for incidents in XSIAM.

Why this answer

XSIAM supports multiple notification channels, notably email and webhook/chat integrations like Slack or Microsoft Teams, for alerting SOC personnel.

19
Multi-Selecteasy

Which TWO actions can an analyst perform on a threat intelligence indicator directly from the XSIAM Threat Intelligence workspace? (Choose two)

Select 2 answers
A.Modify firewall hardware routing tables
B.Add the indicator to an exclusion list or whitelist
C.Manually create and add a custom indicator
D.Reflash the BIOS firmware of endpoints matching the indicator
E.Directly update global cloud provider DNS records
AnswersB, C

Indicators can be explicitly excluded or whitelisted to prevent false positives.

Why this answer

Analysts can manually add indicators, tag them, or export/suppress them within the XSIAM threat intelligence management interface.

20
MCQmedium

A security analyst is investigating an endpoint in XSIAM and notices that telemetry is delayed and some security profiles are not applying. Which XSIAM built-in tool or view should the analyst check first to verify the current operational status, connected broker/gateway, and heartbeat connectivity of the Cortex XDR agent?

A.Endpoint Security > Assets > Agent Details
B.Incident Viewer > Alerts timeline
C.Query Library using dataset xdr_data
D.Settings > Agent Settings > Global Status
AnswerA

The Agent Details page displays agent health, last seen time, connected server, and active profile assignments.

Why this answer

The Agent Details view within Endpoint Security > Assets provides deep visibility into the specific endpoint's operational status, connection health, and applied profiles.

21
MCQeasy

What information does an indicator's 'TLP' (Traffic Light Protocol) designation provide in XSIAM?

A.The technical severity level of the indicator (Low, Medium, High, Critical)
B.The network protocol associated with the indicator (TCP, UDP, HTTP)
C.The sharing and distribution boundaries for the threat intelligence data
D.The speed at which the feed is polled by the XSIAM ingestion engine
AnswerC

TLP (e.g., Red, Amber, Green, Clear) specifies how widely threat intelligence can be shared.

Why this answer

TLP defines sharing boundaries and restrictions for sensitive information and threat intelligence.

22
MCQmedium

An analyst wants to iterate through a list of 50 IP addresses stored in the playbook context and run a enrichment command on each one individually. Which playbook feature should be used?

A.Conditional Branching
B.Data Collection Widget
C.Transformer Function
D.Loop Task
AnswerD

Correct. Loop tasks process arrays item by item.

Why this answer

Loop tasks allow iterating over an array of items in the context and executing sub-tasks for each element.

23
Multi-Selecthard

When designing robust error-handling workflows in XSIAM playbooks, which THREE strategies can be implemented to handle task failures gracefully? (Choose three)

Select 3 answers
A.Delete the incident immediately upon any error.
B.Configure task-level 'Continue on error' settings.
C.Implement automated task retries with backoff intervals.
D.Set up conditional error branches pointing to alternative remediation tasks.
E.Instantly reboot the entire Cortex XSIAM tenant cloud cluster.
AnswersB, C, D

Correct. This allows the playbook to proceed past a failing task.

Why this answer

Robust error handling involves continue-on-error settings, fallback paths, and retry mechanisms.

24
MCQhard

An analyst notices that a specific registry modification performed by a legitimate software installer is triggering a 'Suspicious Registry Modification' alert in XSIAM. The analyst wants to suppress this specific alert across all endpoints without disabling the underlying Behavioral Threat Protection module. What is the correct way to build this exception?

A.Disable the Windows Registry auditing policy in the domain Group Policy Object.
B.Delete the detection rule from the Analytics rule set.
C.Lower the endpoint agent's severity threshold to Critical only.
D.Create a Cortex XDR exception rule specifying the initiating process hash and the target registry path.
AnswerD

Granular exception rules allow tuning of behavioral alerts by defining specific process and behavior parameters.

Why this answer

Alert tuning and exception rules can be created based on alert parameters, file hashes, or specific registry paths to prevent false positives.

25
Multi-Selectmedium

Which TWO methods can be used to pass data between parent playbooks and sub-playbooks in XSIAM? (Choose two)

Select 2 answers
A.Playbook inputs and arguments mapping
B.Manual USB drive file transfer
C.Playbook outputs mapping back to parent context
D.Direct hardware memory pointers
E.Hardcoding variables in system environment files
AnswersA, C

Correct. Inputs allow passing data cleanly into sub-playbooks.

Why this answer

Sub-playbooks accept inputs via mapped arguments and return outputs back to the parent context.

26
MCQmedium

An analyst needs to create a custom analytic rule in XSIAM using XQL (XSIAM Query Language) to detect unusual PowerShell activity. Which section of the XSIAM platform should the analyst navigate to build and test this rule?

A.Settings > Automation > Playbooks > New Rule
B.Analytics > Detection Rules > Add Rule > XQL Rule
C.Frames > Dashboards > Query Builder
D.Investigation > XQL Search > Save as Incident
AnswerB

Custom XQL-based detection rules are built and enabled directly in the Analytics section under Detection Rules.

Why this answer

Custom analytics rules based on XQL are created and managed within the Analytics rule builder under the Detection rules section.

27
MCQhard

An enterprise is experiencing high CPU utilization on a subset of developer endpoints running specialized compilation software. The Cortex XDR agent is suspected to be causing file-system scanning overhead. Which specific configuration setting should be adjusted in the Endpoint Security profile to safely reduce resource utilization without entirely disabling threat prevention?

A.Switch the agent operating mode from Full to Collector-only.
B.Add targeted file path and process exclusions in the Malware Profile scan settings.
C.Increase the scheduled full-scan frequency from weekly to daily.
D.Disable the Anti-Malware module entirely in the profile.
AnswerB

Adding precise exclusions for high-frequency compiler directories prevents unnecessary scanning overhead on trusted developer workloads.

Why this answer

Exclusions and scan settings within the Malware Profile allow tuning of paths, processes, and scan frequencies to alleviate resource bottlenecks on specialized systems.

28
Multi-Selecthard

When reviewing alert metrics and tuning detection rules in XSIAM, an analyst wants to identify noisy or low-value analytic rules. Which THREE metrics or views in XSIAM assist in evaluating alert rule effectiveness? (Choose three)

Select 3 answers
A.Correlation rate and incident grouping frequency for specific alerts
B.Bandwidth consumption of agent log forwarders
C.Physical CPU utilization of the query engine nodes
D.Alert closure reasons and false-positive disposition rates
E.Total alert volume generated per analytic rule over time
AnswersA, D, E

Seeing how alerts group into incidents indicates whether rules are providing cohesive context or isolated noise.

Why this answer

Evaluating rule effectiveness relies on monitoring alert volume, false positive rates, closure reasons, and analyst tagging trends.

29
MCQeasy

Which of the following best describes the purpose of 'analytic alert types' in XSIAM?

A.They are manual notes added by analysts during incident investigation.
B.They represent high-fidelity detections generated by XSIAM behavioral and machine learning analytics.
C.They are raw log entries forwarded directly from third-party firewalls without processing.
D.They are predefined XQL queries used exclusively for scheduled reporting.
AnswerB

Analytic alerts are generated by XSIAM's advanced detection engines.

Why this answer

Analytic alerts represent machine learning, behavioral, or signature-based detections generated by XSIAM's built-in detection engines.

30
MCQeasy

While triaging an incoming security incident in XSIAM, an analyst observes multiple analytic alerts grouped together under a single incident container. What is the primary mechanism XSIAM uses to group these alerts?

A.Pre-configured firewall policy matches only.
B.Random assignment by the system load balancer.
C.Manual aggregation performed by the ingestion service.
D.Automated correlation based on shared entities, timelines, and attack chains.
AnswerD

XSIAM uses correlation engines to group related alerts into cohesive incidents based on common entities and timelines.

Why this answer

XSIAM correlates related alerts into a single incident based on shared indicators, entities (such as IP addresses or usernames), and time proximity.

31
MCQeasy

What is the primary benefit of continuous Attack Surface Management (ASM) monitoring compared to periodic external vulnerability scans?

A.It provides real-time visibility into newly exposed assets, shadow IT, and perimeter changes as they occur
B.It eliminates all network traffic latency
C.It automatically patches all vulnerabilities found on external servers
D.It replaces the need for internal endpoint security agents entirely
AnswerA

Continuous monitoring detects new services, cloud buckets, or exposed ports immediately rather than waiting for scheduled scan windows.

Why this answer

Continuous ASM provides ongoing visibility into dynamic changes on the external perimeter, whereas periodic scans leave blind spots between runs.

32
Multi-Selecthard

When investigating an endpoint alert in XSIAM, an analyst wants to understand the full scope of potential compromise. Which THREE key data artifacts are typically available within the Causality Analysis View (CAV) for a suspicious process execution? (Choose three)

Select 3 answers
A.File modifications and registry changes performed by the investigated processes.
B.Full Active Directory domain controller database replication logs.
C.Network connection details initiated by processes within the causality chain.
D.The parent-child process execution tree showing the sequence of spawned commands.
E.Real-time physical memory dumps of the endpoint hardware RAM.
AnswersA, C, D

Artifacts modified by the execution chain are visible in the CAV inspection panel.

Why this answer

The Causality Analysis View provides details on parent-child process chains, associated network connections, and file/registry modifications tied to the causal chain.

33
Multi-Selecteasy

When reviewing an incident in the XSIAM Incident View, which TWO pieces of high-level summary information are immediately visible to an analyst? (Choose two)

Select 2 answers
A.Local Wi-Fi router SSID password in plaintext
B.Incident Severity and Status
C.Assigned Analyst / Owner
D.The employee's annual performance review score
E.The personal home address of the endpoint user
AnswersB, C

Correct. Severity and status are core attributes displayed prominently.

Why this answer

The Incident View displays summary details including severity, status, assigned analyst, timeline, and affected entities.

34
MCQeasy

When managing the incident lifecycle in XSIAM, an analyst determines that a triggered alert is a false positive and wants to prevent similar alerts from generating incidents in the future. What is the recommended action?

A.Export the incident to CSV and purge local cache.
B.Delete the alert from the backend database using an administrative XQL delete command.
C.Disable the Cortex XDR agent on the affected endpoint.
D.Change the incident status to Closed and tune the correlation rule or add an exception.
AnswerD

Correct. Closing the incident and tuning the rule or creating an exception ensures similar false positives do not recur.

Why this answer

Analysts can resolve an incident and tune or suppress the underlying alert rule to prevent future occurrences of the same false positive.

35
Multi-Selecthard

An XSIAM analyst is investigating a suspected credential dumping attack (e.g., LSASS memory dumping). Which THREE types of evidence or indicators should the analyst look for in XSIAM endpoint telemetry? (Choose three)

Select 3 answers
A.Changes to the endpoint monitor refresh rate
B.Suspicious command-line parameters associated with memory export
C.Unusual handle access requests to the LSASS process memory space
D.Execution of known credential dumping utility names or patterns
E.Modification of desktop wallpaper image files
AnswersB, C, D

Correct. Command lines referencing lsass or dump files are key indicators.

Why this answer

Credential dumping typically involves process access to LSASS, specific tools or command lines, and behavioral indicators.

36
MCQhard

A playbook contains a script task that outputs a large JSON payload exceeding standard context size limits, causing performance degradation. What is the best practice to optimize context storage?

A.Increase the browser zoom level.
B.Run all tasks synchronously in a single monolithic script.
C.Store the raw payload in the XSIAM File Store / Vault and keep only summary metadata in the context.
D.Disable all logging across the entire XSIAM tenant.
AnswerC

Correct. Offloading large objects to the file store keeps the context lightweight and responsive.

Why this answer

Storing large payloads in the file store or extracting only required fields prevents bloating the incident context.

37
MCQhard

When utilizing the 'compact' or 'dedup' commands in an XQL query, an analyst notices that certain fields are missing from the resulting dataset. Why does this behavior occur?

A.XQL automatically normalizes all omitted fields to null values instead of dropping them.
B.The schema definition overrides field selection during sorting stages.
C.The query engine automatically truncates datasets larger than 1MB.
D.The dedup command drops all fields that are not part of the specified grouping key or explicitly retained.
AnswerD

Dedup restricts output fields to the specified target fields unless configured otherwise.

Why this answer

By default, 'dedup' retains only the fields present in the groupby or distinct fields unless specified with specific retain parameters or prior projections.

38
MCQmedium

An analyst is investigating an incident where a suspicious file was dropped on a host. To verify if other hosts across the enterprise have seen this exact file hash, which XSIAM search tool should the analyst use?

A.Incident Timeline Rebuilder
B.Local Quarantine Explorer
C.Query Center using XQL to search endpoint datasets for the file hash
D.Agent Upgrade Wizard
AnswerC

Correct. Query Center allows analysts to run XQL searches across all historical endpoint data for specific indicators like file hashes.

Why this answer

Global hash searches across all ingested endpoint telemetry in XSIAM are efficiently executed using Query Center (XQL) searching the endpoint datasets.

39
MCQeasy

Which feature enables playbooks to automatically execute on a recurring schedule (e.g., every morning at 2 AM) rather than reacting to an incident?

A.Syslog Listener
B.Parser Parsing Schedule
C.Scheduled / Timer Triggers
D.Endpoint Quarantine Schedule
AnswerC

Correct. Timer triggers allow cron-like scheduling for proactive playbooks.

Why this answer

Timer triggers or scheduled playbooks allow time-based execution.

40
MCQhard

When working with JSON-formatted log data stored inside a text field in XQL, how can an analyst access a specific nested key named 'user_id'?

A.alter extracted_id = read_json(raw_json_field, 'user_id')
B.parse raw_json_field json to user_id
C.alter extracted_id = json_extract_scalar(raw_json_field, "$.user_id")
D.alter extracted_id = raw_json_field.user_id
AnswerC

json_extract_scalar extracts scalar values from JSON strings using JSONPath syntax.

Why this answer

XQL supports dot notation or json extraction functions like json_extract() to query nested JSON structures.

41
MCQhard

When configuring a Threat Intelligence feed using a custom REST API integration in XSIAM, the API requires a bearer token for authentication that expires every 60 minutes. How should this authentication be managed within the integration instance configuration?

A.Configure the endpoint collector to proxy the authentication header
B.Configure the integration instance authentication parameters to support automated OAuth2 token generation and refresh
C.Write an external cron job to push a new token via syslog
D.Hardcode the static bearer token in the integration field and update it manually hourly
AnswerB

XSIAM integration frameworks support automated OAuth2 and token refresh mechanisms for REST API feeds.

Why this answer

Custom API integrations in XSIAM support authentication handling, including automatic token retrieval and refresh workflows via integration configuration parameters or underlying Cortex XSOAR content packs.

42
MCQeasy

An analyst wants to check the details of a specific security alert triggered on an endpoint, including the process tree and causality chain. Which XSIAM module contains the Causality Analysis View (CAV)?

A.Incident Viewer > Alert Details > Causality Analysis
B.Endpoint Security > Asset Management > Process Explorer
C.Data Lake > Query Explorer > Causality View
D.Settings > Threat Intelligence > CAV
AnswerA

CAV provides a graphical process tree showing the root cause and subsequent execution steps for endpoint alerts.

Why this answer

The Causality Analysis View is accessed via the Incident Viewer when investigating alerts related to endpoint activity.

43
MCQeasy

When setting up a threat intelligence feed integration in XSIAM, what is the purpose of the 'Fetch Indicators' toggle?

A.It exports local indicators out to an external TAXII server
B.It determines whether the integration actively polls and downloads indicators from the source
C.It deletes expired indicators from the local database
D.It tests the network connectivity to the XSIAM ingestion server
AnswerB

Enabling fetch indicators tells the integration instance to execute its scheduled polling routine.

Why this answer

The Fetch Indicators setting controls whether the integration actively pulls indicators from the source on a scheduled interval.

44
MCQeasy

When reviewing an incident in XSIAM, an analyst sees multiple related alerts grouped together. What is the term used in XSIAM for an individual security detection that contributes to an incident?

A.Log Stream
B.Policy Enforcement Object
C.Artifact Container
D.Alert
AnswerD

Correct. Individual detections are referred to as alerts, which aggregate into incidents.

Why this answer

In XSIAM terminology, individual detections or alerts are grouped together to form an incident.

45
MCQeasy

When evaluating alert prioritization in XSIAM, what does a higher alert score typically signify?

A.Higher potential risk and urgency requiring immediate analyst attention.
B.A larger file size associated with the raw log event.
C.The requirement for manual schema parsing adjustments.
D.A higher frequency of occurrence across other unrelated tenants.
AnswerA

Higher scores correlate to higher priority and risk.

Why this answer

Higher scores represent higher risk and urgency based on confidence, severity, and asset criticality.

46
MCQhard

An organization's security policy requires that any threat intelligence indicator originating from an untrusted open-source feed must not automatically generate high-severity blocking alerts. How can this policy be enforced in XSIAM?

A.Disable all incident generation globally
B.Configure the feed's default reliability rating to 'Low' or adjust the correlation rule criteria to ignore feeds with low reliability
C.Set the endpoint agent operational mode to 'Disabled'
D.Delete the integration instance every evening
AnswerB

Assigning lower reliability to untrusted feeds prevents them from triggering high-severity alerts in well-configured correlation rules.

Why this answer

Feed-level reliability and confidence scoring allows administrators to adjust how downstream correlation rules treat indicators based on their source.

47
Multi-Selecteasy

An administrator needs to manage endpoint security profiles in XSIAM. Which TWO types of prevention profiles can be configured and assigned to endpoints? (Choose two)

Select 2 answers
A.Malware Protection Profile
B.Exploit Prevention Profile
C.BGP Routing Profile
D.DNS Sinkhole Profile
E.VPN Tunnel Profile
AnswersA, B

Malware profiles govern static analysis, behavioral threat protection, and scanning settings.

Why this answer

XSIAM endpoint management includes specialized profiles such as Malware Protection and Exploit Prevention.

48
MCQmedium

An administrator has created a new endpoint profile for a subset of point-of-sale (POS) terminals. After saving and assigning the profile, the administrator notices that terminals are not reflecting the updated policy settings. What is the most likely reason for this delay?

A.The endpoints have not yet completed their polling interval to download the updated profile configuration from the XSIAM cloud.
B.The agent must be manually uninstalled and reinstalled with the new profile embedded in the installer.
C.Profile changes are only applied during scheduled OS maintenance windows configured in XSIAM.
D.POS terminals are locked by XSIAM and cannot accept policy changes without an enterprise root token override.
AnswerA

Agents periodically poll the XSIAM server for policy updates based on defined heartbeat intervals, leading to a brief propagation delay.

Why this answer

Cortex XDR agents check in periodically based on the heartbeat interval, or configurations require an explicit agent sync/update cycle to take effect immediately.

49
MCQhard

You are configuring Attack Surface Management in XSIAM to monitor brand infringement and typosquatting domains. Which ASM configuration feature enables this capability?

A.External Domain Monitoring and Typosquatting detection rules based on seed keywords
B.Endpoint firewall rule generators
C.Active Directory domain trust relationship settings
D.XQL threat hunting regex patterns on proxy logs
AnswerA

ASM allows defining brand keywords to automatically discover newly registered or related typosquatting domains.

Why this answer

ASM includes domain monitoring capabilities such as typosquatting and brand exposure detection based on seed organization names.

50
MCQeasy

Which XQL command allows an analyst to add a new calculated field or modify an existing one based on conditional logic?

A.alter
B.set
C.eval
D.calculate
AnswerA

alter is the correct XQL command for creating and modifying fields.

Why this answer

The 'alter' command is used in XQL to create new fields or modify existing ones using expressions and functions.

51
MCQeasy

Which XQL command is used to rename a field in the output results dataset?

A.format
B.rename
C.alter
D.fields
AnswerB

The rename command changes the field name in the output stream.

Why this answer

The 'rename' command in XQL is used to change the display name of fields in the results table.

52
Multi-Selecthard

An organization wants to configure custom threat intelligence scoring in XSIAM. Which THREE factors can influence the composite threat score of an indicator within the platform? (Choose three)

Select 3 answers
A.The physical geographic location of the XSIAM cloud data center
B.Custom severity mapping overrides
C.Source reliability rating
D.Indicator confidence score
E.The brand of the firewall generating internal traffic logs
AnswersB, C, D

Administrator-defined severity overrides directly impact indicator scoring.

Why this answer

Composite scores are influenced by source reliability, confidence scores, and custom severity overrides or internal sighting frequency.

53
Multi-Selectmedium

Which TWO actions can an analyst take within XSIAM to manage or respond to analytic alerts effectively? (Choose two)

Select 2 answers
A.Review alert details including MITRE ATT&CK mapping and scoring context
B.Directly flash the BIOS of the alerting endpoint from the alert menu
C.Format the hard drive of the XSIAM management server
D.Pivot to XQL Search to investigate related telemetry
E.Manually recompile the underlying C++ source code of the analytic engine
AnswersA, D

Analysts review alert details and context during investigation.

Why this answer

Analysts can investigate alert details, assign status, add feedback, or pivot to XQL search.

54
MCQhard

An analyst needs to transform an IP address field into an integer representation within an XQL query using the 'alter' command. Which function should be used?

A.alter ip_int = ip_to_int(source_ip)
B.alter ip_int = cast(source_ip as integer)
C.alter ip_int = to_integer(source_ip)
D.alter ip_int = parse_ip(source_ip, 'int')
AnswerA

ip_to_int() converts an IP address string to its integer equivalent.

Why this answer

XQL provides utility functions for IP manipulation, such as ip_to_int() or cidr matching functions.

55
MCQhard

An analyst notices that a custom PowerShell script used by system administrators is repeatedly blocked by the Cortex XDR agent as a suspicious execution. The analyst has verified the script's safety and wants to prevent future blocks without weakening overall script security for other scripts. How should this exception be configured in XSIAM?

A.Add a specific exception using the script file hash or signed certificate in the Cortex XDR exception rules.
B.Change the endpoint agent profile from Prevention to Reporting mode.
C.Disable PowerShell execution policy enforcement globally across all endpoint profiles.
D.Modify the Windows Defender exclusions via Group Policy.
AnswerA

Hash or signature-based exceptions allow specific trusted administrative scripts to run while maintaining general behavioral defenses.

Why this answer

Creating a script-specific exception using file hash or signer verification within the Agent Settings or Behavioral Threat Protection exclusions avoids blanket profile disabling.

56
MCQeasy

An analyst needs to isolate a compromised workstation immediately from the XSIAM management console to prevent lateral movement. Where is the Network Isolation action executed for an individual asset?

A.Data Collection > Configurations > Network Isolation
B.Response > Playbooks > Manual Triggers > Isolate
C.Endpoint Security > Assets > Select Asset > Action > Isolate
D.Settings > Agent Settings > Containment Rules
AnswerC

The asset management menu provides direct remote action triggers, including Network Isolation.

Why this answer

Network Isolation can be triggered directly from the Asset Details view or Incident response actions in XSIAM.

57
MCQeasy

An analyst needs to query all endpoint events in XQL where the action type is explicitly equal to 'PROCESS_START'. Which XQL syntax correctly applies this filter?

A.dataset = endpoint_raw | filter action_evt = 'PROCESS_START'
B.dataset = xdr_data | filter event_type = "PROCESS_START"
C.dataset = xdr_data | where action_type IN ('PROCESS_START')
D.dataset = endpoint_raw | search action_type == 'PROCESS_START'
AnswerB

This properly filters the xdr_data dataset for the specified event type.

Why this answer

The correct XQL filter uses the dataset command followed by the filter criteria using standard comparison operators like '='.

58
MCQmedium

An analyst wants to extract a substring from a file path using a regular expression and store it in a new field. Which XQL function accomplishes this inside an 'alter' command?

A.alter filename = extract(file_path, regex="...")
B.alter filename = substr_regex(file_path, "...")
C.alter filename = regextract(file_path, "\\([^\\]+)$")
D.alter filename = split(file_path, "/")
AnswerC

regextract uses regex capture groups to pull specific substrings into a new field.

Why this answer

The 'regextract' function extracts substrings based on regular expression capture groups.

59
Multi-Selectmedium

An enterprise requires continuous monitoring of endpoint security posture. Which TWO metrics or statuses are actively tracked in the XSIAM endpoint asset inventory? (Choose two)

Select 2 answers
A.Office Wi-Fi router signal strength
B.Cortex XDR agent version installed on the endpoint
C.Operating system type and patch level details
D.Local user printer spooler queue depths
E.Monitor refresh rate and screen resolution
AnswersB, C

Agent version tracking is essential for patch management and deployment health.

Why this answer

Asset inventory tracks details such as agent version, operational status, IP addresses, and operating systems.

60
MCQeasy

An analyst needs to assign an unassigned incident to a specific Tier 2 response engineer within the XSIAM incident management interface. Which field must the analyst modify?

A.Resolution Status
B.Incident Source
C.Assigned To
D.Severity Level
AnswerC

Correct. The Assigned To field designates the analyst responsible for investigating the incident.

Why this answer

Assigning ownership of an incident in XSIAM is handled by updating the Assigned To or Owner field of the incident.

61
MCQeasy

Which XQL command restricts the fields included in the final output to only those explicitly specified?

A.keep
B.fields
C.select
D.project
AnswerB

The fields command specifies which fields to keep or drop.

Why this answer

The 'fields' command is used to include or exclude specific fields from the output stream.

62
Multi-Selectmedium

Which THREE commands are valid XQL pipeline stages used for data transformation and shaping? (Choose three)

Select 3 answers
A.fields
B.transform
C.modify
D.alter
E.rename
AnswersA, D, E

fields is a valid command for projecting or dropping fields.

Why this answer

Valid XQL commands include alter, fields, and rename.

63
MCQeasy

When reviewing security events in the XSIAM Incident View, an analyst notices that an event has a 'BIOC' tag. What does BIOC stand for in the context of XSIAM and Cortex XDR?

A.Basic Incident Operations Center
B.Behavioral Indicator of Compromise
C.Blocklist Indicator of Cyberattack
D.Binary Indicator of Code
AnswerB

Correct. BIOCs identify malicious behaviors and techniques rather than static signatures.

Why this answer

BIOC stands for Behavioral Indicator of Compromise, which detects suspicious sequences of events or behaviors without relying solely on known file hashes.

64
MCQeasy

What is the primary purpose of the 'Playbook Debugger' or test run feature when developing a new playbook in XSIAM?

A.To test and validate playbook flow logic and context mapping using sample incidents.
B.To debug network firewall rules.
C.To analyze log parsing syntax in Data Hub.
D.To scan endpoints for malware signatures.
AnswerA

Correct. The testing feature lets authors execute playbooks against mock or real incidents to ensure proper behavior.

Why this answer

Test runs allow developers to dry-run playbooks against existing test incidents to verify logic and context outputs.

65
MCQeasy

Which type of indicators can be ingested into XSIAM's Threat Intelligence module?

A.Only network traffic packet captures (PCAP files)
B.IP addresses, domains, URLs, and file hashes
C.Only file hashes (SHA256 and MD5)
D.Only internal Active Directory user account names
AnswerB

XSIAM supports a comprehensive range of indicator types for correlation and hunting.

Why this answer

XSIAM supports multiple indicator types including IP addresses, domains, URLs, and file hashes (MD5, SHA256).

66
MCQhard

An XSIAM administrator is configuring a new automated playbook to execute when a high-severity phishing incident is created. Which integration component must be configured to allow the playbook to automatically extract and analyze URLs from incoming emails?

A.XQL forwarding profiles
B.Integration instance commands
C.Cortex XDR Agent policy rules
D.Local parsing rules on endpoints
AnswerB

Correct. Playbooks utilize integration commands (e.g., parsing email artifacts) provided by configured integration instances.

Why this answer

Playbooks in Cortex XSIAM rely on Integration instances (such as Phishing or Email Security integrations) to perform automated actions like parsing and extracting artifacts.

67
Multi-Selecteasy

Which TWO types of triggers can initiate a Cortex XSIAM playbook execution? (Choose two)

Select 2 answers
A.Manual triggering by an analyst from an incident view
B.Automatic execution via local printer error codes
C.Webcam motion detection
D.Physical keyboard shortcut combinations on agent keyboards
E.Automatic triggering based on incident type and creation/update rules
AnswersA, E

Correct. Analysts can run playbooks manually on demand.

Why this answer

Playbooks can be triggered automatically by incident creation/updates or manually by analysts.

68
Multi-Selecthard

When configuring notification tasks within an XSIAM playbook, which THREE delivery methods or communication channels can be integrated natively? (Choose three)

Select 3 answers
A.Smoke signal generation API
B.Email notifications via SMTP integration
C.Collaboration messaging via Microsoft Teams integration
D.Carrier Pigeon dispatch protocol
E.Chatops notifications via Slack integration
AnswersB, C, E

Correct. SMTP integrations allow sending email alerts.

Why this answer

XSIAM supports native integrations for email, Slack, and Microsoft Teams notifications.

69
MCQeasy

An analyst is configuring a new threat intelligence feed in XSIAM to ingest Indicators of Compromise (IoCs). Which integration mechanism should be used to pull indicators natively from an external TAXII 2.1 server?

A.Upload a static CSV file export from the TAXII server on a scheduled basis
B.Deploy an external syslog collector to forward TAXII feeds to the XSIAM ingestion endpoint
C.Configure a custom Script Runner playbook to parse the TAXII JSON payload
D.Use the native TAXII 2.1 feed integration instance within Cortex XSIAM Settings
AnswerD

XSIAM provides a dedicated TAXII 2.1 integration specifically designed to ingest collections natively.

Why this answer

XSIAM supports native TAXII 2.1 feeds using the TAXII feed integration, allowing seamless polling of collections for IOCs.

70
MCQhard

While troubleshooting a failed custom automation script inside a playbook, you notice that the script returned a non-standard error object. Where should you look first within XSIAM to inspect the raw inputs and outputs passed to the automation?

A.Data Hub > Query Service
B.Settings > Integrations > Instances logs
C.Incidents > Audit Trail
D.Playbooks > Execution History > Task Details
AnswerD

Correct. Task Details within the playbook execution view display the exact inputs, raw outputs, and error messages for that specific run.

Why this answer

The Cortex XSIAM War Room or the Automation execution logs store the detailed inputs, outputs, and traceback for troubleshooting script execution.

71
MCQmedium

You need to ensure that a specific playbook task executes only if the preceding task successfully found more than zero malicious hashes in the context. How should you configure the task condition?

A.Set the task execution timeout to zero.
B.Write an external Python script inside an integration.
C.Configure a conditional link evaluating ${File.MD5} length or existence.
D.Use a Loop task to iterate through every hash.
AnswerC

Correct. Conditional links allow checking context data arrays or fields before proceeding to the next task.

Why this answer

Task conditions in XSIAM playbooks use expression builders to evaluate context paths, such as checking if the length of an array is greater than zero.

72
MCQeasy

What information does the MITRE ATT&CK matrix integration provide within XSIAM analytic alerts?

A.Real-time vulnerability patching recommendations for cloud servers.
B.Network bandwidth utilization metrics for infected hosts.
C.Geographical location of the external IP address.
D.Mapping of alert behaviors to standardized attacker tactics, techniques, and sub-techniques.
AnswerD

The MITRE ATT&CK integration maps detections to attacker techniques.

Why this answer

It maps detected behaviors to standard attacker tactics and techniques.

73
Multi-Selecthard

When working with array fields in XQL records, which THREE functions or commands can be used to manipulate or inspect arrays? (Choose three)

Select 3 answers
A.array_compile()
B.array_destroy()
C.arrayexpand
D.array_length()
E.array_flatten()
AnswersC, D, E

arrayexpand splits array elements into individual rows.

Why this answer

XQL provides array handling functions such as array_length(), arrayindex(), or expansion commands like 'arrayexpand'.

74
Multi-Selecteasy

Which TWO actions can an analyst perform when managing incidents collectively using bulk actions in the XSIAM Incident Management interface? (Choose two)

Select 2 answers
A.Bulk upgrade the BIOS firmware of enterprise servers
B.Bulk reassign ownership to another analyst
C.Bulk factory reset corporate mobile devices
D.Bulk update incident status (e.g., close multiple incidents)
E.Bulk wipe the physical hard drives of all affected endpoints
AnswersB, D

Correct. Ownership reassignment is supported as a bulk action.

Why this answer

Bulk actions in XSIAM allow analysts to update multiple selected incidents simultaneously, such as changing their status or reassigned owner.

75
MCQhard

When writing a custom Python automation script to be executed as a Cortex XSIAM playbook task, which built-in library function is used to output results directly into the incident context?

A.sys.stdout.write()
B.demisto.results() or CommandResults
C.print()
D.requests.post()
AnswerB

Correct. Returning CommandResults or calling demisto.results passes structured data and context to XSIAM.

Why this answer

Demisto (Cortex XSIAM) Python scripts use demisto.executeCommand or return results via demisto.results() or CommandResults objects to populate context.

Page 1 of 3

Page 2

All pages