[Data Ingestion and Integration]
An administrator wants to employ reusable rules within custom parsing rules to apply consistent log
field extraction across multiple data sources. Which section of the parsing rule should the
administrator use to define those reusable rules in Cortex XDR?
D
[Data Ingestion and Integration]
What will be the output of the function below?
L_TRIM("a* aapple", "a")
A
[Data Ingestion and Integration]
How can a customer ingest additional events from a Windows DHCP server into Cortex XDR with
minimal configuration?
B
[Cortex XDR Agent Configuration]
How are dynamic endpoint groups created and managed in Cortex XDR?
D
[Dashboards and Reporting]
An engineer is building a dashboard to visualize the number of alerts from various sources. One of
the widgets from the dashboard is shown in the image below:
The engineer wants to configure a drilldown on this widget to allow dashboard users to select any of
the alert names and view those alerts with additional relevant details. The engineer has configured
the following XQL query to meet the requirement:
dataset = alerts
| fields alert_name, description, alert_source, severity, original_tags, alert_id, incident_id
| filter alert_name =
| sort desc _time
How will the engineer complete the third line of the query (filter alert_name =) to allow dynamic
filtering on a selected alert name?
B
[Detection Engineering]
An XDR engineer is creating a correlation rule to monitor login activity on specific systems. When the
activity is identified, an alert is created. The alerts are being generated properly but are missing the
username when viewed. How can the username information be included in the alerts?
C
[Detection Engineering]
A correlation rule is created to detect potential insider threats by correlating user login events from
one dataset with file access events from another dataset. The rule must retain all user login events,
even if there are no matching file access events, to ensure no login activity is missed.
text
Copy
dataset = x
| join (dataset = y)
Which type of join is required to maintain all records from dataset x, even if there are no matching
events from dataset y?
B
[Post-Deployment Management and Configuration]
A cloud administrator reports high network bandwidth costs attributed to Cortex XDR operations and
asks for bandwidth usage to be optimized without compromising agent functionality. Which two
techniques should the engineer implement? (Choose two.)
A,C
[Cortex XDR Agent Configuration]
How can a Malware profile be configured to prevent a specific executable from being uploaded to the
cloud?
D
[Planning and Installation]
During the deployment of a Broker VM in a high availability (HA) environment, after configuring the
Broker VM FQDN, an XDR engineer must ensure agent installer availability and efficient content
caching to maintain performance consistency across failovers. Which additionalconfiguration steps
should the engineer take?
B
[Cortex XDR Agent Configuration]
Based on the Malware profile image below, what happens when a new custom-developed
application attempts to execute on an endpoint?
B
[Data Ingestion and Integration]
Which configuration profile option with an available built-in template can be applied to both
Windows and Linux systems by using XDR Collector?
A
[Detection Engineering]
What is the earliest time frame an alert could be automatically generated once the conditions of a
new correlation rule are met?
C
[Detection Engineering]
A Custom Prevention rule that was determined to be a false positive alert needs to be tuned. The
behavior was determined to be authorized and expected on the affected endpoint. Based on the
image below, which two steps could be taken? (Choose two.)
[Image description: A Custom Prevention rule configuration, assumed to trigger a Behavioral
Indicator of Compromise (BIOC) alert for authorized behavior]
A,B
[Data Ingestion and Integration]
In addition to using valid authentication credentials, what is required to enable the setup of the
Database Collector applet on the Broker VM to ingest database activity?
A