Courseiva

CCNA Detection And Reporting Questions

49 questions · Detection And Reporting · All types, answers revealed

1
MCQmedium

An administrator wants to ensure that all critical severity alerts generated in Cortex XDR are immediately brought to the attention of the SOC by triggering an audible notification and high-priority banner in the console. Where are console notification preferences managed?

A.Agent Profile -> Malware Settings
B.Data Export Service configuration
C.Host Insights -> Scan Schedules
D.User Profile / Notifications settings in the Cortex XDR console
AnswerD

Console notification preferences control alert sounds, banners, and delivery methods for active analysts.

Why this answer

Console alert notifications, preferences, and display settings are managed within user profile settings or notification configurations in the Cortex XDR console.

2
MCQeasy

An administrator wants to create a custom BIOC (Behavioral Indicator of Compromise) rule in Cortex XDR to detect unexpected execution of PowerShell scripts downloading files from the internet. Which tool within the Cortex XDR management console should the administrator use to write and test this logic?

A.BIOC Rule Builder under Analytics
B.Host Insights Query Builder
C.Cortex XSOAR Playbook Designer
D.IOC Management under Malware Protection
AnswerA

The BIOC Rule Builder is specifically designed for creating custom behavioral indicators of compromise.

Why this answer

Cortex XDR provides the BIOC rule builder under the Analytics section to write custom behavioral rules based on OS query or endpoint events.

3
Multi-Selectmedium

An administrator is designing a scheduled report distribution list in Cortex XDR. Which TWO formats can be selected when generating and exporting scheduled reports? (Choose two)

Select 2 answers
A.PowerPoint Presentation (.pptx)
B.Windows Executable (.exe)
C.CSV
D.PDF
E.Virtual Machine Disk (.vmdk)
AnswersC, D

CSV format is supported for tabular data export in scheduled reports.

Why this answer

Cortex XDR supports exporting scheduled reports in standard formats including PDF and CSV.

4
MCQmedium

An analyst is reviewing an incident where a suspicious process spawned a child process. The analyst wants to check if any other endpoint in the enterprise has ever executed this exact child process image file name combined with a specific command-line argument. Which search method is most efficient?

A.Reboot all endpoints into Safe Mode.
B.Execute an XQL query across xdr_data filtering for the specific process name and command line.
C.Manually check the Agent Management list for each host individually.
D.Review the weekly PDF Scheduled Report.
AnswerB

XQL enables instant hunting across all ingested endpoint telemetry for specific indicators.

Why this answer

Using XQL to search across the entire `xdr_data` dataset for the specific process name and command line provides immediate enterprise-wide visibility.

5
MCQhard

An organization experiences repeated false positive alerts from a specific legitimate administrative script that matches a built-in Cortex XDR behavioral Analytics detection. How should the administrator handle this built-in detection alert to prevent future false positives without disabling protection entirely?

A.Delete the underlying OS telemetry dataset using an XQL drop command.
B.Uninstall the Cortex XDR agent from the administrative server.
C.Disable the entire Analytics module globally across the tenant.
D.Create an exception / exclusion rule for the analytic alert specifying the legitimate file hash or path.
AnswerD

Creating targeted exceptions suppresses specific false positive alerts while keeping the analytics engine active.

Why this answer

Built-in behavioral analytics alerts can be tuned or suppressed by creating specific alert exclusions or exceptions based on file hashes, digital signatures, or specific execution parameters.

6
Multi-Selectmedium

An analyst is investigating an incident in Cortex XDR and wants to gather more forensic data from an endpoint. Which TWO live response actions can the analyst execute directly from the Cortex XDR console? (Choose two)

Select 2 answers
A.Modify local BIOS boot sequence configurations
B.Run Live Response command-line scripts/commands
C.Upgrade the endpoint's physical hardware memory
D.Flash new network switch firmware
E.Retrieve specific files from the endpoint
AnswersB, E

Live Response provides an interactive terminal session to execute administrative commands.

Why this answer

Cortex XDR Live Response provides interactive tools to investigate endpoints, such as running scripts, retrieving files, and viewing running processes.

7
Multi-Selecthard

An engineer is configuring Data Export Service (DES) to stream Cortex XDR logs to a cloud storage bucket. Which THREE cloud storage providers are natively supported destinations for DES? (Choose three)

Select 3 answers
A.Google Cloud Storage
B.Microsoft Azure Blob Storage
C.Local FTP Server via active mode
D.Amazon S3
E.Bluetooth tethered mobile storage
AnswersA, B, D

Google Cloud Storage is natively supported by Data Export Service.

Why this answer

Cortex XDR Data Export Service supports streaming logs to major cloud storage destinations including Amazon S3, Google Cloud Storage, and Azure Blob Storage.

8
MCQhard

An analyst wants to write an advanced XQL query that correlates network connection events with process execution events using a common join key (`causality_id`). Which XQL command operator is used to combine two datasets based on a matching field?

A.join
B.link
C.merge_streams
D.combine_tables
AnswerA

The 'join' operator in XQL merges two dataset streams based on matching field values.

Why this answer

In XQL, the `join` operator is used to combine datasets or query streams based on shared keys such as causality IDs.

9
Multi-Selectmedium

An administrator is configuring custom BIOC rules in Cortex XDR. Which TWO elements are mandatory when defining a new BIOC rule? (Choose two)

Select 2 answers
A.External SIEM Forwarding Destination IP
B.Custom Agent Installation Password
C.Rule Logic / Event Query criteria
D.Rule Name
E.Cortex XSOAR Playbook ID
AnswersC, D

The rule logic defines the conditions and event fields that trigger the BIOC.

Why this answer

When creating a custom BIOC rule in Cortex XDR, administrators must specify a unique Rule Name and define the matching Rule Logic/Query criteria.

10
MCQmedium

A security engineer is investigating a potential lateral movement technique using WMI. The engineer wants to query the XDR backend using XQL (XDR Query Language) to search for process executions spawned by wmic.exe across all endpoints. Which XQL dataset should the query target?

A.dataset = panw_analytics_alerts | filter alert_name = 'WMI Execution'
B.dataset = network_story | filter protocol = 'WMI'
C.dataset = endpoints_inventory | filter status = 'Active'
D.dataset = xdr_data | filter event_type = 'PROCESS_START' and actor_process_image_path contains 'wmic.exe'
AnswerD

This query correctly accesses the xdr_data dataset and filters for process start events involving wmic.exe.

Why this answer

XQL queries targeting endpoint process executions should query the XDM dataset representing process events, specifically `xdr_data` with a filter on the dataset schema for process activity.

11
MCQeasy

An analyst wants to view the complete Attack Story (causality chain) of an incident to understand how an initial phishing email led to credential dumping. Where in the Cortex XDR console should the analyst navigate?

A.Host Insights -> System Explorer
B.Incident Details -> Causality View
C.Reporting -> Scheduled Reports -> Attack Chain
D.Settings -> Configurations -> Causality
AnswerB

The Causality View visualizes the complete attack chain and relationship between processes, files, and network events.

Why this answer

The Causality View within the Incident Details page provides the visual attack story graph mapping out process ancestry and network activity.

12
MCQeasy

An administrator wants to verify whether Cortex XDR successfully collected telemetry from a newly installed agent. Which reporting or query tool can be used to quickly list all active agents and their last seen timestamp?

A.BIOC Rule Testing interface
B.Incident triage queue
C.Endpoint Management view in the Cortex XDR console
D.Security Information and Event Management (SIEM) export logs
AnswerC

Endpoint Management lists all installed agents, operational status, version, and last connection time.

Why this answer

The Endpoint Management page provides a real-time inventory of all enrolled agents, their status, and last seen timestamps.

13
MCQmedium

An engineer needs to write an XQL query to search for all events where a process named "cmd.exe" spawned a process named "powershell.exe". Which XQL dataset and query structure should be used?

A.dataset = xdr_data | filter event_type = ENUM_PROCESS_START and actor_process_image_name ends with "cmd.exe" and action_process_image_name ends with "powershell.exe"
B.dataset = xdr_data | filter event_type = ENUM_PROCESS_START and actor_process_image_name = "cmd.exe" and cited_process_image_name = "powershell.exe"
C.dataset = xdr_alerts | filter alert_name = "cmd.exe spawned powershell"
D.dataset = panw_threat_intel | filter process_name = "cmd.exe" and child_process = "powershell.exe"
AnswerA

Correct. This query correctly targets the `xdr_data` dataset, filters for process start events, and evaluates both the actor and action process image names.

Why this answer

To query endpoint event data in Cortex XDR, the `dataset = xdr_data` is used along with filtering by event types such as PROCESS_START.

14
MCQmedium

An enterprise has deployed Cortex XDR agents across Windows and Linux hosts. A security engineer notices that a specific custom BIOC rule is triggering successfully on Windows endpoints but fails to fire on Linux endpoints despite identical malicious commands being executed. What is the most likely cause?

A.The Linux agents must be rebooted into Diagnostic mode for BIOC evaluation.
B.Linux endpoints do not support custom BIOC rules in Cortex XDR.
C.The BIOC rule logic uses Windows-specific event fields and command structures that do not match Linux event telemetry schema.
D.Custom BIOCs require Cortex XSOAR to process Linux telemetry.
AnswerC

BIOC logic must account for OS-specific execution mechanisms and field names.

Why this answer

BIOC rules contain operating system-specific syntax and event fields. A rule built exclusively for Windows event structures will not evaluate correctly against Linux OS telemetry.

15
MCQhard

An organization uses Cortex XDR to ingest cloud audit logs (such as AWS CloudTrail) alongside endpoint telemetry. An analyst wants to write an XQL query to search for AWS console login failures across the `aws_cloudtrail_raw` dataset. Which XQL structure properly targets cloud logs and filters for failed logins?

A.dataset = aws_cloudtrail_raw | filter eventName == 'ConsoleLogin' and responseElements contains 'Failure'
B.dataset = panw_analytics_alerts | filter source == 'AWS'
C.dataset = xdr_data | filter cloud_event == 'AWS_LOGIN_FAIL'
D.dataset = endpoints_inventory | filter cloud_provider == 'AWS'
AnswerA

This query correctly references the aws_cloudtrail_raw dataset and filters for login failure events.

Why this answer

When querying cloud connector logs in Cortex XDR, the dataset name corresponds to the cloud source (e.g., `aws_cloudtrail_raw`) and fields match the cloud schema.

16
Multi-Selecthard

An administrator wants to ensure high availability and proper auditing of user activities within the Cortex XDR management console. Which THREE administrative auditing features are available? (Choose three)

Select 3 answers
A.Audit Log of administrator actions within the console
B.Endpoint hard disk SMART status monitoring
C.Automatic kernel debugging dump generation
D.SAML 2.0 Single Sign-On (SSO) integration auditability
E.User login session tracking
AnswersA, D, E

Audit logs record all changes made by administrators to rules, profiles, and settings.

Why this answer

Cortex XDR tracks administrative actions through Audit Logs, tracks login sessions, and supports SAML/SSO integration for secure authentication auditing.

17
MCQhard

An organization wants to ingest custom syslog data from a third-party firewall into Cortex XDR and build detection rules around it. Which feature enables parsing and structuring this unformatted log data so it can be queried effectively using XQL?

A.Data Stitching Rules
B.Custom Parsing Rules
C.BIOC Exception Filters
D.BIOC Correlation Policies
AnswerB

Correct. Custom parsing rules allow administrators to define Grok or regex patterns to parse raw syslog strings into structured XQL dataset fields.

Why this answer

Cortex XDR uses Parsing Rules (or custom log parsing via Cortex XDR Collector / Broker VM) to map raw log fields into standard data schema fields.

18
MCQeasy

An administrator wants to create a new BIOC rule to detect suspicious process execution in Cortex XDR. Which menu path should the administrator navigate to in the Cortex XDR console?

A.XQL Search > Query Builder
B.Endpoints > Policy Rules
C.Incident Response > BIOC Rules
D.Data Collection > Log Stitching
AnswerC

Correct. BIOC rules are configured under the Incident Response module in Cortex XDR.

Why this answer

To create or manage BIOC rules in Cortex XDR, administrators must navigate to Incident Response > BIOC Rules.

19
MCQhard

An engineer is writing an XQL query to investigate rare process executions. The query needs to calculate the distinct count of endpoints where each process image name was executed, filtering out processes that appeared on more than 50 hosts. Which XQL snippet correctly implements this filter after aggregation?

A.filter host_count <= 50 | stats host_count = count(distinct hostname) by actor_process_image_name
B.stats host_count = count(distinct hostname) by actor_process_image_name | filter host_count <= 50
C.group by actor_process_image_name having count(distinct hostname) <= 50
D.stats host_count = count(hostname) where host_count <= 50
AnswerB

This correctly aggregates distinct hosts per process and then filters the aggregated result using the alias.

Why this answer

After using `stats` to aggregate and calculate distinct host counts (e.g., `stats host_count = count(distinct hostname)`), the subsequent `filter` command must be applied to the newly created aggregate field `host_count <= 50`.

20
Multi-Selecthard

An administrator is configuring log forwarding to an external SIEM using Syslog. Which THREE configuration parameters must typically be defined to establish the Syslog destination successfully? (Choose three)

Select 3 answers
A.Destination IP address or FQDN
B.Port number
C.Agent proxy bypass list
D.Protocol (TCP, UDP, or TLS)
E.Endpoint BIOS Administrator password
AnswersA, B, D

The destination server address is mandatory for routing log traffic.

Why this answer

When configuring Syslog forwarding in Cortex XDR, administrators must specify the Destination IP/Hostname, Port, and Transport Protocol (TCP/UDP/TLS).

21
MCQhard

A security engineer is building a Port Scanning BIOC detection rule. The rule needs to evaluate multiple sequential network connection failures from the same source IP within a rolling 60-second window. Which rule configuration type must the engineer select?

A.Agent Malware Prevention profile exception
B.Local firewall rule configuration
C.Sequence or threshold-based BIOC rule
D.Static IOC file hash block rule
AnswerC

Threshold and sequence rules track event frequencies and patterns over time windows.

Why this answer

To evaluate stateful conditions across multiple events over a specific time window, sequence or threshold-based behavioral analytics / BIOC rules must be configured.

22
Multi-Selecthard

An organization wants to configure granular reporting and alerting based on MITRE ATT&CK techniques. Within Cortex XDR, which THREE methods or views allow security teams to analyze detections mapped against the MITRE ATT&CK framework? (Choose three)

Select 3 answers
A.Incident and alert details displaying mapped ATT&CK tactics and techniques
B.MITRE ATT&CK coverage view in dashboards and reporting
C.Agent uninstallation wizard
D.Local endpoint BIOS flashing utility
E.BIOC rule authoring interface displaying ATT&CK technique tags
AnswersA, B, E

Individual alerts and incidents display corresponding MITRE ATT&CK metadata tags.

Why this answer

Cortex XDR integrates MITRE ATT&CK mapping into the Incident View, Analytics alerts, and dedicated Security posture / ATT&CK reporting widgets.

23
MCQeasy

An organization needs to forward all Cortex XDR incidents and alerts to an external SIEM platform in real time. Which Cortex XDR feature should the administrator configure?

A.Scheduled PDF Reporting
B.BIOC Rule Simulator
C.Syslog Forwarding configuration
D.Agent Upgrade Profiles
AnswerC

Syslog forwarding sends alert and incident notifications to external SIEMs in real time.

Why this answer

Cortex XDR supports real-time forwarding of alerts and incidents to external SIEMs using Syslog forwarding or the Data Export Service / Webhook integrations.

24
MCQmedium

An administrator created a new BIOC detection rule, but test alerts are not appearing in the Incident triage view. Upon checking the rule status, it is active and enabled. What is a common reason why a valid BIOC rule might fail to generate alerts?

A.BIOC rules only execute when triggered manually by an analyst.
B.Cortex XDR requires a mandatory 72-hour calibration period before BIOC rules become active.
C.The required event telemetry type is disabled in the agent Data Collection profile.
D.All BIOC rules require Cortex XSOAR to authorize alert generation.
AnswerC

If data collection settings omit specific event classes, the BIOC rule lacks the telemetry needed to trigger.

Why this answer

BIOC rules evaluate telemetry collected by the agent. If the required event types (e.g., process execution, registry modification) are not enabled in the agent's Data Collection profile, the underlying telemetry will not exist for the rule to match.

25
MCQmedium

An analyst is investigating an incident and notices that a custom Analytics BIOC rule generated too many false positives due to a legitimate administrative tool. What is the recommended method to tune this rule without completely disabling it?

A.Delete the BIOC rule and recreate it as an XQL scheduled alert.
B.Add an exception to the specific BIOC rule based on criteria such as file path, hash, or signer.
C.Change the BIOC rule severity level from High to Low so analysts ignore it.
D.Modify the global agent profile to exclude the administrative tool from all endpoint monitoring.
AnswerB

Correct. Adding rule-level exceptions ensures the false positive is suppressed while maintaining detection efficacy elsewhere.

Why this answer

Exceptions can be added to BIOC rules to filter out known legitimate parameters, such as specific file hashes, signing certificates, or file paths.

26
MCQhard

An analyst writes an XQL query to aggregate alert counts by severity and action, but the query returns a parsing syntax error. dataset = xdr_data | filter causality_actor_process_image_name != null | comp count() by causality_actor_process_image_name What is the correct XQL syntax correction needed to successfully execute this aggregation?

A.Remove the causality filter entirely because null checks are unsupported in XQL.
B.Change 'xdr_data' to 'panw_alerts' and use 'aggregate' instead of 'comp'.
C.Replace 'filter' with 'where' and remove the dataset declaration.
D.Replace 'comp count()' with 'stats count()'
AnswerD

The 'stats' command is the correct XQL keyword used for aggregations and group-by operations.

Why this answer

In XQL, the correct aggregation command keyword is `stats` (or `ion`), not `comp`. Therefore, `comp count()` must be replaced with `stats count()_as_count` or `stats count() by ...`.

27
Multi-Selectmedium

An administrator is setting up alert notification rules in Cortex XDR. Which TWO delivery channels can be configured to notify security personnel when high-severity incidents occur? (Choose two)

Select 2 answers
A.Webhook integration (e.g., Slack, PagerDuty, XSOAR)
B.Automatic local printer output
C.Bluetooth broadcast to nearby mobile phones
D.Email notifications
E.Endpoint speaker audio alarm
AnswersA, D

Webhooks allow real-time alerting payloads to be sent to external collaboration or ticketing tools.

Why this answer

Cortex XDR supports notifying personnel through Email notifications and Webhook integrations (such as PagerDuty, Slack, or XSOAR).

28
MCQeasy

An analyst is reviewing an incident and wants to quickly export the raw artifact details and event logs associated with the specific alert for offline sharing. Which feature in the Incident View should the analyst use?

A.Agent installation log collector
B.Cortex XSOAR Marketplace
C.Syslog alert routing daemon
D.Export options in the Incident View (CSV/JSON)
AnswerD

Analysts can export incident data directly into structured formats like CSV or JSON.

Why this answer

Cortex XDR provides export options within incident views to download incident details, alerts, and observables as CSV or JSON.

29
Multi-Selecthard

An investigator is analyzing an advanced threat campaign using the Cortex XDR Incident View and reporting tools. Which THREE elements are typically included in an exported Incident Report PDF generated from Cortex XDR? (Choose three)

Select 3 answers
A.Source code repositories of all custom scripts executed by the analyst during remediation.
B.The causality chain or alert timeline illustrating the progression of the attack.
C.Complete raw packet capture (PCAP) files for all network flows observed during the incident.
D.An executive summary detailing the scope and severity of the incident.
E.A comprehensive list of impacted assets and associated users involved in the incident.
AnswersB, D, E

Correct. Causality chains and timelines are included to document the attack sequence.

Why this answer

Incident reports exported from Cortex XDR include executive summaries, affected assets, causality chain graphs, and timeline details.

30
MCQmedium

An administrator wants to configure role-based access control (RBAC) so that a newly formed tier-1 SOC team can view incidents and run XQL queries, but cannot modify firewall rules, agent settings, or create custom BIOC rules. Where should the administrator configure this role?

A.Agent Settings -> Profiles -> Permissions
B.Host Insights -> License Roles
C.Incident Management -> Access Control
D.Settings -> Configurations -> Roles
AnswerD

The Roles configuration menu allows administrators to define granular permissions for different user groups.

Why this answer

Role-Based Access Control (RBAC) roles and permissions in Cortex XDR are managed under Settings -> Configurations -> Roles.

31
MCQmedium

An analyst notices that an endpoint has been isolated due to a severe security incident, but investigation reveals the alert was a false positive. What is the correct procedure to restore network connectivity to the endpoint?

A.Change the agent operating mode to Diagnostic mode.
B.Select the endpoint in Endpoint Management and click 'Unisolate'.
C.Delete the incident from the triage queue.
D.Reinstall the Cortex XDR agent using the command line.
AnswerB

The 'Unisolate' action restores full network connectivity to an isolated endpoint.

Why this answer

When an endpoint is isolated during incident containment, an analyst can reverse the action by selecting 'Unisolate' from the endpoint actions menu.

32
Multi-Selectmedium

An engineer is writing an XQL query to investigate endpoint activity. Which TWO commands are valid XQL query operators used for data manipulation and shaping? (Choose two)

Select 2 answers
A.filter
B.SELECT * FROM
C.DROP TABLE
D.INSERT INTO
E.stats
AnswersA, E

The 'filter' command narrows down dataset rows matching specified conditions.

Why this answer

XQL utilizes powerful pipeline operators such as `filter`, `stats`, `fields`, and `sort` to process datasets.

33
MCQmedium

An organization requires all custom BIOC alerts to be automatically tagged with the label 'Tier-3-Investigation' and assigned directly to a specific escalation group. Where can an administrator configure this automatic handling?

A.Agent installation package properties
B.Cortex XDR Collector configuration file
C.Incident Management / Incident Rules configuration
D.BIOC exclusion profile settings
AnswerC

Incident rules allow automatic tagging, assignment, and severity adjustment based on alert criteria.

Why this answer

Cortex XDR allows administrators to configure Incident View rules or Alert forwarding / Incident automation rules to automatically assign, tag, and categorize incoming alerts matching specific criteria.

34
MCQmedium

When creating a widget for a custom dashboard in Cortex XDR, an analyst wants to display a visual trend of total alert counts categorized by severity over the last 30 days. Which data source and visualization type are most appropriate?

A.Use an XQL-based widget with a time-series chart configuration querying the `xdr_alerts` dataset.
B.Use a BIOC rule status widget configured for endpoint health metrics.
C.Use a Network Connection geographic map widget.
D.Use the Agent Version distribution widget.
AnswerA

Correct. XQL-based widgets provide the flexibility to query `xdr_alerts` over a 30-day window and output structured graphical trends.

Why this answer

Custom dashboards can utilize XQL queries to feed widgets, allowing time-series line or bar charts based on `xdr_alerts`.

35
MCQeasy

An analyst notices that a custom BIOC rule is generating too many false positives during normal software deployments. What is the most appropriate next step in detection engineering for this rule?

A.Change the agent operating mode to Bypass.
B.Tune the BIOC rule logic by adding specific process path exclusions or qualifying criteria.
C.Disable the entire Analytics engine on all endpoints.
D.Delete the BIOC rule and rely solely on default cloud-delivered IOCs.
AnswerB

Refining rule logic reduces false positives while maintaining visibility into real attacks.

Why this answer

Tuning detection logic by refining filters, excluding specific process paths, or adding qualifying criteria is the standard method to handle false positives.

36
Multi-Selecthard

An administrator is managing custom IOC (Indicator of Compromise) feeds in Cortex XDR. Which THREE file formats or ingestion methods are supported when importing custom IOC indicators? (Choose three)

Select 3 answers
A.Compiled C++ source code (.cpp)
B.CSV file upload
C.TAXII threat feed integration
D.Cortex XDR REST API ingestion
E.Windows Registry Hive backup (.hiv)
AnswersB, C, D

Administrators can upload custom IOC lists formatted as CSV files.

Why this answer

Cortex XDR supports importing custom IOCs via flat file uploads (CSV), STIX/TAXII threat feeds, and direct API ingestion.

37
MCQeasy

An administrator needs to schedule a weekly PDF report of all critical endpoint incidents to email to the security operations team. Which Cortex XDR feature should be used to accomplish this?

A.Incident Export via Syslog
B.Data Export Service
C.BIOC Alert Notifications
D.Scheduled Reports in the Reporting menu
AnswerD

Scheduled Reports let you generate PDF or CSV reports and deliver them via email automatically.

Why this answer

Cortex XDR allows administrators to schedule reports through the Reporting section by defining parameters and delivery frequency.

38
MCQmedium

An analyst wants to create a customized dashboard widget in Cortex XDR that displays the top 10 endpoints generating the highest volume of alerts over the last 7 days. Where should the analyst configure this widget?

A.Agent Settings -> Profiles -> Analytics
B.Threat Intelligence -> Feed Management
C.Incident Response -> Playbooks
D.Dashboards menu using a widget based on an XQL query
AnswerD

Dashboards allow the creation of custom widgets powered by XQL to visualize specific organizational metrics.

Why this answer

Custom dashboards and widgets in Cortex XDR are built and managed within the Dashboard module using either pre-built templates or custom XQL queries.

39
MCQhard

An administrator wants to configure local log retention settings and verify the ingestion rate of raw endpoint telemetry within Cortex XDR. Where can the administrator monitor platform license consumption and data ingestion metrics?

A.Settings -> Configurations -> License Management / Hub
B.Host Insights -> Disk Utilization report
C.Incident Response -> Queue Statistics
D.Analytics -> BIOC Rule Health monitor
AnswerA

License Management displays ingestion rates, storage utilization, and licensed endpoints.

Why this answer

License utilization, data ingestion volumes, and storage statistics in Cortex XDR are managed and viewed via the License Management / Settings menus.

40
MCQeasy

Where within the Cortex XDR console should an administrator configure scheduled reporting to automatically email executive summaries to stakeholders on a weekly basis?

A.Incident Response > Incident Management
B.XQL Search > Scheduled Queries
C.Reporting > Report Builder
D.Settings > Configurations > Email Notifications
AnswerC

Correct. The Report Builder allows administrators to configure, schedule, and email custom and built-in reports.

Why this answer

Scheduled reporting and report generation templates are managed within the Dashboards and Reports section of Cortex XDR.

41
Multi-Selecthard

An administrator is configuring XQL scheduled alerts in Cortex XDR. Which THREE parameters must be defined when setting up a scheduled XQL rule to generate alerts? (Choose three)

Select 3 answers
A.The physical memory allocation limit on the Broker VM handling syslog collection.
B.The kernel bypass configuration parameters for Windows endpoints.
C.The underlying XQL query string that defines the detection logic.
D.The mapping for generated alert attributes such as severity, name, and description.
E.The schedule frequency (how often the query runs) and the time range of the data evaluated.
AnswersC, D, E

Correct. The query string defines what events or data to search for.

Why this answer

When configuring scheduled XQL rules, administrators must specify the query string, execution frequency/time window, and alert severity mapping.

42
MCQmedium

An analyst is investigating an alert generated by Analytics where a user account executed an unusual command. The analyst wants to view all other actions performed by that same user across any endpoint during a 24-hour window. Which query technique in XQL best fulfills this requirement?

A.dataset = endpoints_inventory | filter owner == 'TargetUser'
B.dataset = xdr_data | filter username == 'TargetUser' and _time >= now() - 24h
C.dataset = panw_analytics_alerts | filter alert_id == 'TargetUser'
D.dataset = network_story | filter user_context == null
AnswerB

This query isolates all telemetry associated with the specific username over the past 24 hours.

Why this answer

Filtering the `xdr_data` dataset by the specific username and a time range (`emp_time` or timestamp filters) allows full behavioral reconstruction of user activity.

43
MCQeasy

An analyst is investigating an open incident in Cortex XDR and determines that the activity is benign and authorized. What is the appropriate action to close the incident and document the resolution?

A.Delete the agent from Endpoint Management.
B.Change the incident status to Resolved and select the appropriate resolution reason (e.g., False Positive).
C.Put the agent into Bypass mode.
D.Purge all logs using the XQL delete command.
AnswerB

Resolving incidents with a status and reason properly closes them in the triage queue.

Why this answer

Incidents in Cortex XDR are resolved by changing their status to 'Resolved' and assigning an appropriate resolution status such as False Positive or Benign True Positive.

44
MCQhard

An administrator is designing a custom Alert-based BIOC rule in Cortex XDR. The requirement is to trigger an alert only when three distinct failed login events occur within a 5-minute window from the same source IP address. How should the aggregation and time window be configured?

A.Set the threshold count to 3, group by source IP address, and set the time window to 5 minutes.
B.Set the threshold count to 5, group by event ID, and set the time window to 3 minutes.
C.Configure a BIOC rule using a single event trigger with a recurrence limit set to 3.
D.Use XQL correlation rules instead, because BIOC rules cannot evaluate time-based thresholds.
AnswerA

Correct. Grouping by source IP with a count threshold of 3 over a 5-minute window precisely fulfills the detection requirement.

Why this answer

Alert-based BIOC rules support aggregation and grouping by specific fields with a sliding time window to detect threshold breaches.

45
Multi-Selectmedium

An analyst is reviewing the Endpoint Management module in Cortex XDR. Which TWO pieces of status information are visible for each enrolled agent? (Choose two)

Select 2 answers
A.Agent software version
B.Hard drive manufacturing serial number
C.Last seen timestamp
D.BIOS cryptographic signature key
E.Local administrator password hash
AnswersA, C

The management console displays the exact running version of every agent.

Why this answer

Endpoint Management displays operational agent details including the agent version and the last seen timestamp.

46
Multi-Selecthard

An analyst is troubleshooting a complex multi-stage attack in Cortex XDR. Which THREE analytical tools or views in the console help reconstruct the sequence of events across endpoints? (Choose three)

Select 3 answers
A.Agent deployment package downloader
B.Global agent proxy configuration menu
C.Causality View graph
D.Incident Timeline view
E.XQL Search query interface
AnswersC, D, E

The Causality View maps out process ancestry and event relationships.

Why this answer

Incident causality views, XQL hunting queries, and attack story timelines are core tools used to reconstruct attacks in Cortex XDR.

47
MCQhard

An advanced threat actor executes a living-off-the-land technique using certutil.exe to decode a malicious payload. The built-in Analytics engine generates an alert. The security team wants to understand how the Analytics engine derived this finding by reviewing the underlying behavioral logic or heuristics associated with the alert ID. Where can an engineer review the definition and rule logic of built-in Analytics detectors?

A.Analytics rule descriptions and details within the Cortex XDR console / documentation reference
B.Agent binary configuration file (agent.conf)
C.Host Insights Vulnerability assessment database
D.Cortex XSOAR Playbook Designer source code
AnswerA

Cortex XDR provides descriptions and mapping for built-in analytics rules to explain the triggers.

Why this answer

While custom BIOCs are fully user-editable, built-in Analytics rule details, descriptions, and attack descriptions are documented within the Cortex XDR Analytics documentation and rule description references in the console.

48
MCQmedium

An organization utilizes custom correlation rules in Cortex XDR. An engineer needs to export these custom BIOC rules to backup configurations or migrate them to another Cortex XDR tenant. Which administrative feature supports this?

A.Export and Import options within the BIOC management interface
B.Agent deployment script parameter flags
C.Cortex XDR API key generation settings
D.Data Export Service configuration bucket
AnswerA

BIOC rules can be exported to JSON/XML or shared formats for backup and migration.

Why this answer

Cortex XDR provides administrative export and import capabilities under Analytics / BIOC rules to manage rule portability.

49
Multi-Selectmedium

Which TWO of the following capabilities are provided by Cortex XDR Behavioral Threat Analytics (Analytics BIOCs)? (Choose two)

Select 2 answers
A.Detecting rare or anomalous process execution across the enterprise environment.
B.Identifying lateral movement and credential dumping techniques using machine learning models.
C.Automatically updating agent software binaries on offline endpoints.
D.Manually enforcing firewall blocking rules on third-party perimeter gateways.
E.Performing local signature scans on static files at rest.
AnswersA, B

Correct. Analytics BIOCs identify anomalous behavior such as rare process executions.

Why this answer

Behavioral Threat Analytics detect anomalous behavior, potential credential theft, lateral movement, and rare execution patterns by establishing baseline activity.

Ready to test yourself?

Try a timed practice session using only Detection And Reporting questions.