Courseiva

Certified XDR Engineer (XDR-Engineer) (XDR-Engineer) — Questions 175

226 questions total · 4pages · All types, answers revealed

Page 1 of 4

Page 2
1
MCQeasy

An administrator needs to temporarily disable the Cortex XDR agent protection on an endpoint to perform maintenance. What is required to perform this action locally using cytool?

A.A domain administrator Kerberos ticket.
B.An internet connection to the Palo Alto Networks licensing server.
C.An anti-tamper password generated in the Cortex XDR management console.
D.Physical access to the BIOS/UEFI settings.
AnswerC

Anti-tamper protection prevents unauthorized users or malware from disabling the agent, requiring a console-generated password.

Why this answer

Disabling agent protection locally via cytool requires entering a valid anti-tampering password or uninstall password generated in the console.

2
Multi-Selectmedium

Which THREE parameters or settings can be managed within a Data Collection profile in Cortex XDR? (Choose three)

Select 3 answers
A.Defining local firewall blocking rules for network isolation
B.Collection of process execution and file creation telemetry
C.Collection of network connection and DNS telemetry
D.Setting the anti-tampering administrator password for agent removal
E.Enabling or disabling script execution logging (PowerShell, bash)
AnswersB, C, E

Telemetry collection includes process and file activities.

Why this answer

Data Collection profiles configure what artifacts, telemetry, and forensic data are gathered from endpoints.

3
MCQeasy

An administrator needs to deploy the Cortex XDR agent to endpoints using an existing Active Directory Group Policy Object (GPO). Which package format should the administrator download from the Cortex XDR management console?

A.MSI
B.EXE
C.PKG
D.TGZ
AnswerA

MSI packages are specifically designed for Active Directory GPO deployment.

Why this answer

The MSI package format is required for deployment via Active Directory Group Policy Objects (GPO) or other enterprise software distribution tools that natively support Windows Installer packages.

4
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.

5
Multi-Selecteasy

Which TWO components or files are typically required when deploying the Cortex XDR agent on Windows endpoints? (Choose two)

Select 2 answers
A.A valid Cortex XDR agent installation token or profile mapping
B.An active GlobalProtect VPN tunnel client
C.A Cisco AnyConnect configuration profile
D.The Cortex XDR Windows MSI installation package
E.A local Microsoft SQL Server Express instance
AnswersA, D

Registration tokens or profile mappings link the installed agent to the correct tenant and profile.

Why this answer

Deploying the Windows agent requires the installation package (MSI) and proper configuration/registration parameters.

6
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.

7
MCQmedium

An administrator needs to deploy Cortex XDR agents to a network segment where endpoints do not have direct internet access to the Cortex XDR cloud. Which component should be deployed to act as a proxy and forward agent traffic?

A.GlobalProtect Gateway
B.WildFire Appliance
C.Palo Alto Networks Panorama Server
D.Cortex XDR Broker VM
AnswerD

The Broker VM proxies agent connections and log forwarding for isolated network segments.

Why this answer

The Cortex XDR Broker VM acts as an intermediary collector and proxy for endpoints that cannot reach the cloud directly.

8
MCQhard

An administrator running a Windows endpoint needs to temporarily disable Cortex XDR agent protection for troubleshooting purposes using the `cytool` utility. What requirement must be met before the protection can be disabled?

A.The administrator must provide the anti-tampering password configured in the Cortex XDR console.
B.A live terminal session must be opened from the cloud console to execute the command.
C.The agent must first be uninstalled and reinstalled in debug mode.
D.The endpoint must be disconnected from the active domain controller.
AnswerA

Anti-tampering security requires the correct administrative password to disable protection locally.

Why this answer

Disabling agent protection locally via cytool requires entering the administrative anti-tampering password defined in the Agent Settings profile.

9
Multi-Selecthard

An administrator is reviewing XQL search performance issues and query timeouts when investigating historical logs. Which THREE methods can the administrator use to optimize query performance? (Choose three)

Select 3 answers
A.Apply explicit dataset filters and equality checks early in the query pipeline before performing complex aggregations.
B.Export all raw logs to a local spreadsheet application for filtering.
C.Restrict the time range of the query to the smallest necessary window rather than searching over extended periods.
D.Increase the Broker VM CPU allocation to accelerate cloud XQL execution engines.
E.Use specific indexed fields in the filter clauses rather than broad wildcard searches across all text attributes.
AnswersA, C, E

Filtering early reduces the volume of intermediate data processed in subsequent query stages.

Why this answer

Optimizing XQL queries involves narrowing time ranges, filtering early, and utilizing indexed fields.

10
Multi-Selecthard

An administrator is configuring log forwarding from a Cortex XDR Broker VM to an external SIEM and encounters connection timeouts. Which THREE troubleshooting actions should the administrator take? (Choose three)

Select 3 answers
A.Check if the SIEM requires mutual TLS (mTLS) authentication and ensure valid client certificates are configured on the Broker VM.
B.Examine the Broker VM export logs for queue backups or delivery error responses from the SIEM receiver.
C.Verify that the destination SIEM listener IP address and port are reachable from the Broker VM using network tools like nc or telnet.
D.Restart the Cortex XDR management console web server.
E.Reinstall the Windows operating system on the SIEM receiver.
AnswersA, B, C

mTLS configuration mismatches will cause handshake rejections and connection timeouts.

Why this answer

SIEM forwarding troubleshooting involves verifying network connectivity, TLS/certificate parameters, and destination port accessibility.

11
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.

12
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.

13
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.

14
MCQhard

An administrator is deploying a Broker VM in a DMZ to ingest logs via API from an external cloud provider. The Broker VM fails to authenticate with the external API endpoint due to self-signed certificate validation errors. What is the correct procedure to resolve this on the Broker VM?

A.Upload the custom CA certificate bundle into the Broker VM trust store via the Broker VM management page
B.Add the target API IP address to the Broker VM local hosts file
C.Modify the Broker VM system kernel parameters to ignore cipher mismatches
D.Disable SSL/TLS verification globally for all Cortex XDR broker app modules
AnswerA

Trusting custom or self-signed certificates on a Broker VM requires uploading the CA certificate to the Broker VM trust store.

Why this answer

To trust self-signed certificates on a Broker VM, the administrator must upload the custom CA certificate bundle via the Broker VM management interface.

15
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.

16
Multi-Selecthard

An administrator is troubleshooting an issue where custom Correlation Rules in Cortex XDR are not generating expected incidents. Which THREE diagnostic steps should the administrator perform? (Choose three)

Select 3 answers
A.Check rule status to ensure the rule is enabled and assigned to the correct scope or endpoint group.
B.Verify the time window and threshold settings configured within the correlation rule definition.
C.Restart all endpoint agents associated with the correlation rule.
D.Reboot the Broker VM log collector service.
E.Test the underlying query logic using XQL Search to ensure matching events are actually present in the dataset.
AnswersA, B, E

Disabled rules or misapplied scopes will not generate incidents.

Why this answer

Troubleshooting correlation rules involves validating query logic, reviewing time windows, and checking matching criteria.

17
Multi-Selecthard

Which THREE actions occur on a Windows endpoint when the Cortex XDR agent isolates the host during an active security incident? (Choose three)

Select 3 answers
A.The endpoint physical hardware power supply is automatically shut off.
B.All local user accounts on the machine are permanently deleted.
C.All inbound and outbound network traffic is blocked except for allowed management traffic to Cortex XDR and defined exceptions.
D.Administrators retain the ability to investigate and remediate the endpoint via Live Terminal.
E.The local endpoint user is presented with a notification banner indicating the isolation state (if configured).
AnswersC, D, E

Isolation blocks general network activity while maintaining agent connectivity.

Why this answer

Endpoint isolation cuts off general network communication while preserving critical management channels such as communication with the Cortex XDR cloud and optionally defined exceptions.

18
Multi-Selectmedium

An administrator is setting up automated alert ingestion from a third-party SIEM into Cortex XSOAR. Which TWO integration methods or components are typically used to achieve this? (Choose two)

Select 2 answers
A.Direct physical floppy disk transport
B.Webhook integrations that listen for incoming HTTP POST alerts pushed from the third-party system
C.Manual CSV export and physical printing
D.Local parallel port cable bridging
E.Polling-based API integrations that query the source alert queue on a scheduled interval
AnswersB, E

Webhooks receive real-time alerts pushed from external systems.

Why this answer

Alert ingestion is commonly achieved via REST API polling integrations or webhook listener integrations.

19
Multi-Selecthard

An administrator is preparing to deploy Cortex XDR agents in a hardened enterprise environment with strict endpoint security controls. Which TWO actions should the administrator perform on the endpoints to prevent interference with agent installation and operation? (Choose two)

Select 2 answers
A.Format all local hard drives with FAT32 to ensure compatibility with Cortex XDR telemetry databases
B.Disable Windows User Account Control (UAC) by modifying the hardware BIOS settings
C.Ensure the account performing the installation possesses local Administrator or root privileges
D.Uninstall or properly configure exclusions in existing legacy antivirus software to prevent conflicts
E.Disable all local Windows firewall rules and delete the TCP/IP stack registry keys
AnswersC, D

Installing system-level security software, drivers, and services requires elevated administrative privileges.

Why this answer

Deploying Cortex XDR in hardened environments requires ensuring third-party security software (like legacy AV) is uninstalled or properly excluded, and making sure necessary OS permissions are intact.

20
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.

21
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.

22
MCQeasy

An administrator wants to verify the version of the Cortex XDR agent running on a specific macOS endpoint. Which command should be executed in the macOS Terminal?

A./Library/Application Support/PaloAltoNetworks/Cortex/cytool.sh version
B./Library/Cortex/bin/cytool version query
C./Library/Application Support/PaloAltoNetworks/Cortex/cytool runtime query version
D./Applications/Cortex.app/Contents/MacOS/cytool query version
AnswerC

The standard command path and syntax to query runtime details on macOS is '/Library/Application Support/PaloAltoNetworks/Cortex/cytool runtime query version'.

Why this answer

The cytool utility is available across platforms, including macOS, for checking agent status and version.

23
Multi-Selecthard

An administrator is troubleshooting a failed Cortex XDR agent installation on a Windows endpoint. Which TWO locations or methods should the administrator check to diagnose the root cause of the failure? (Choose two)

Select 2 answers
A.The local BIOS/UEFI secure boot configuration summary file
B.Windows Installer verbose installation logs generated with logging parameters (/L*v)
C.The Cisco ISE policy enforcement cache database
D.Windows Event Viewer (Application and System logs)
E.The global Panorama traffic log buffer
AnswersB, D

Verbose MSI logs provide granular step-by-step details of the installation process and identify where failures occur.

Why this answer

Installation issues can be diagnosed using Windows Installer verbose logs and Event Viewer system/application logs.

24
MCQmedium

An administrator needs to ingest CEF (Common Event Format) logs from a third-party security device using the Broker VM. Which collector type must be enabled on the Broker VM configuration page in Cortex XDR?

A.AWS CloudTrail App Collector
B.Office 365 Management Activity Collector
C.Active Directory WMI Collector
D.Generic Syslog / CEF Collector
AnswerD

The Generic Syslog / CEF Collector handles incoming CEF formatted messages over syslog protocols.

Why this answer

CEF logs are ingested using the Syslog / CEF collector app on the Broker VM.

25
MCQmedium

An administrator is configuring a new Syslog data collector in Cortex XDR to ingest logs from a third-party firewall. The logs are arriving at the Cortex XDR Collector, but they are not appearing in the Query Builder. Which step should the administrator perform to resolve this issue?

A.Disable SSL/TLS verification on the firewall sending the syslog events.
B.Generate a new API key in the Cortex XDR management console and assign it to the syslog source.
C.Restart the Cortex XDR Agent on all managed endpoints to enable syslog forwarding.
D.Configure a custom log mapping in the Broker VM configuration to parse the incoming syslog format.
AnswerD

Correct. Without a proper mapping, raw syslog data cannot be parsed and indexed by Cortex XDR.

Why this answer

To properly ingest and parse third-party logs via a Syslog collector, the administrator must define a custom parsing rule or select a predefined parser mapping in the Cortex XDR Broker VM configuration so the fields are correctly normalized before reaching the backend database.

26
MCQeasy

Which menu path in the Cortex XDR management console should an administrator navigate to view the overall health, status, and log forwarding statistics of deployed Broker VMs?

A.Incidents > Response > Broker Status
B.Settings > Configurations > Data Integration > Broker VM
C.Marketplace > Integrations > Instances
D.Endpoints > Management > Agent Status
AnswerB

Broker VM deployment status and configurations are located under Settings > Configurations > Data Integration > Broker VM.

Why this answer

Broker VM monitoring and status can be checked under Settings > Configurations > Data Integration > Broker VM.

27
MCQhard

When troubleshooting a Cortex XDR agent installation failure on Windows, which log file generated by the installer provides the most detailed error codes and execution steps?

A.MSI verbose installation log (e.g., generated with /l*v)
B.PanXdrInstall.txt
C.CortexAgent_Debug.log
D.CyveraInstall.log
AnswerA

MSI verbose logging (/l*v) provides step-by-step diagnostic details of the installation process.

Why this answer

Standard Windows Installer (MSI) verbose logging captures every action taken during installation and is invaluable for troubleshooting setup failures.

28
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.

29
Multi-Selecteasy

Which TWO tasks can an automation playbook in Cortex XDR / XSOAR execute automatically upon detecting a confirmed threat? (Choose two)

Select 2 answers
A.Isolate compromised endpoints from the network
B.Automatically upgrade the physical RAM on compromised servers
C.Order replacement laptop hardware from vendors
D.Enrich indicators by querying threat intelligence feeds like VirusTotal
E.Repaint the interior office walls of the SOC
AnswersA, D

Playbooks can trigger endpoint isolation via Cortex XDR response actions.

Why this answer

Playbooks can automatically isolate endpoints and execute containment or enrichment tasks.

30
Multi-Selecthard

An administrator is configuring the Cortex XDR API integration for automated incident management and data ingestion. Which TWO actions must be performed in the Cortex XDR management console to properly set up API access? (Choose two)

Select 2 answers
A.Generate an API Key ID and corresponding API Key secret in Settings > Configurations > Integrations > API Keys.
B.Bind the API key to a specific endpoint group using an agent criteria filter.
C.Assign a specific role (e.g., Viewer, Administrator) to the API key to define its permission scope.
D.Configure a local system account on the Broker VM to proxy incoming API REST calls.
E.Install the Cortex XDR API forwarder agent package directly onto the SIEM server.
AnswersA, C

Correct. API keys are generated under the Integrations menu.

Why this answer

Setting up Cortex XDR API access requires creating an API Key with appropriate roles (such as Administrator or BIOC/Viewer roles depending on needs) and ensuring the API is enabled in the integrations settings.

31
MCQmedium

An administrator needs to ingest Office 365 audit logs into Cortex XDR. Which integration method is officially supported and recommended by Palo Alto Networks for this data source?

A.Local WMI polling from a Windows domain controller
B.Office 365 Management Activity API integration
C.SNMP trap listener configured on the endpoint agent
D.Syslog forwarding from Microsoft Outlook client applications
AnswerB

Office 365 logs are ingested via the Management Activity API integration.

Why this answer

Office 365 logs are ingested using the Office 365 Management Activity API integration via Broker VM or cloud-to-cloud integration.

32
MCQeasy

An administrator is planning the initial deployment of Cortex XDR agents across a mixed environment of Windows and macOS endpoints. Which firewall port and protocol must be opened outbound from the endpoints to ensure successful registration and telemetry reporting to the Cortex XDR management console?

A.UDP port 514 inbound
B.TCP port 443 outbound
C.TCP port 3389 inbound
D.TCP port 22 outbound
AnswerB

Cortex XDR agents communicate with the cloud tenant exclusively over outbound TCP port 443.

Why this answer

Cortex XDR agents require outbound TCP port 443 for HTTPS communication to the Cortex XDR management console and tenant endpoints.

33
MCQhard

An administrator needs to install the Cortex XDR agent on a fleet of headless Linux servers using a silent installation script. Which parameter must be included alongside the installation package to successfully bind the agent to the correct Cortex XDR tenant?

A.The domain administrator password
B.The Cortex XDR tenant installation token
C.The local root SSH private key
D.The PAN-OS API key
AnswerB

The installation token identifies the correct tenant and authorizes the agent to register.

Why this answer

When performing automated or silent installations on Linux, the installation script requires the corresponding installation token (often passed via command-line switches or an associated properties file) to authenticate against the tenant.

34
MCQhard

An organization has strict compliance requirements preventing direct internet access from any server. The administrator deploys a Broker VM to act as an agent proxy. How must the agent installation command be modified so that endpoints know to communicate through the Broker VM instead of directly reaching the cloud?

A.Modify the Windows routing table using route add to forward port 443 traffic to the Broker VM IP
B.Include the PROXY_SERVER parameter with the IP address or FQDN of the Broker VM during the MSI installation command
C.Configure a DHCP option 152 scope to distribute the Broker VM address automatically to all DHCP clients
D.Rename the agent executable file to match the Broker VM hostname before execution
AnswerB

The PROXY_SERVER (or equivalent agent installation parameter) directs agent traffic through the designated Broker VM.

Why this answer

When deploying agents in environments using a Broker VM for proxying, the installation command or transform must specify the Broker VM address parameter.

35
MCQhard

An enterprise environment uses a proxy server for all outbound internet traffic. How must the administrator configure the Cortex XDR Agent to ensure it can successfully connect through the proxy to the Cortex XDR cloud?

A.Configure the proxy address, port, and authentication credentials within the Agent Configuration profile under Settings.
B.Configure the proxy settings inside the Traps.properties file locally on each endpoint.
C.Modify the Windows Registry key 'ProxyServer' manually on every endpoint without console involvement.
D.Configure the proxy settings on the Broker VM only.
AnswerA

The agent configuration profile contains dedicated proxy settings that are deployed to endpoints so they know how to traverse the corporate proxy.

Why this answer

Proxy settings for the Cortex XDR agent are configured within the Agent Configuration profile in the Cortex XDR management console before installation or pushed via update.

36
MCQmedium

A security analyst needs to ingest custom JSON-formatted security logs from an in-house application into Cortex XDR. Where should the administrator define the custom log mapping to ensure fields are parsed correctly under the generic log profile schema?

A.In the Cortex XDR console under Settings > Configurations > Data Integration > Custom Log Mapping
B.In the Cortex XaaS cloud storage bucket configuration properties
C.Directly inside the broker VM configuration file using a local JSON editor
D.In the Cortex XDR agent installation script via command-line switches
AnswerA

Custom log mapping configurations are managed centrally in the Cortex XDR web console under Data Integration.

Why this answer

Custom log mappings are configured in the Cortex XDR management console under Settings > Configurations > Data Integration > Log Stitching and Parsing / Custom Log Mapping.

37
Multi-Selectmedium

An administrator is setting up Cloud Data Collectors in Cortex XDR to ingest logs from Microsoft Entra ID (Azure AD). Which TWO prerequisites must be verified during troubleshooting if ingestion fails? (Choose two)

Select 2 answers
A.Ensure the corresponding API permissions and administrative consent are granted in the cloud provider portal.
B.Install the Cortex XDR Agent on the Microsoft Entra ID cloud tenant servers.
C.Verify that Active Directory Domain Services (AD DS) LDAP port 389 is open to all endpoints.
D.Ensure a local Broker VM is configured with a syslog listener port for Azure AD logs.
E.Verify that network access from the collector to the cloud API endpoint is unblocked.
AnswersA, E

API access requires proper consent and permission scopes in the source tenant.

Why this answer

Cloud Data Collectors connecting to external APIs require correct tenant permissions, API keys, or service principal credentials.

38
MCQhard

An administrator needs to troubleshoot an issue where syslog messages sent to a Cortex XDR Broker VM are dropped. Which log file on the Broker VM contains syslog ingestion errors and parser exceptions?

A./var/log/pan/syslog_collector.log (or corresponding broker log path)
B./var/log/messages
C./var/log/secure
D./opt/panw/broker/cortex.log
AnswerA

Collector service logs record parsing errors, malformed syslog packets, and ingestion failures.

Why this answer

Broker VM application and collector logs are located in standard directories such as /var/log/pan/ or specific broker log paths.

39
MCQeasy

An administrator notices that an endpoint has been offline for over 30 days and wants to remove it from the Cortex XDR active license count. What action should be taken in the console?

A.Disable the Anti-Malware module.
B.Move the endpoint to an unmanaged folder.
C.Run 'cytool license release' via remote action.
D.Select the endpoint in Endpoints > All Endpoints and click Delete.
AnswerD

Deleting stale endpoints frees up license seats and cleans up the active endpoint inventory.

Why this answer

Inactive endpoints can be manually deleted or automatically purged based on inactivity settings under endpoint management.

40
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.

41
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.

42
MCQhard

An automation playbook in Cortex XSOAR requires parsing a raw email message payload received in an incident. Which built-in automation command or integration should the playbook use to extract indicators of compromise (IOCs) such as URLs, IPs, and file hashes from the email body?

A.Forward the raw email to the Cortex XDR Agent collector service
B.Trigger the 'Device-Control-Block' command against the email sender
C.Run the 'ExtractIOCs' parsing command on the email body field
D.Execute a raw regex match script via PowerShell on a Broker VM worker
AnswerC

The ExtractIOCs command automatically parses text fields to extract standard indicators like IPs, domains, and hashes.

Why this answer

ExtractIOCs is a core Cortex XSOAR parsing command used to extract indicators from unstructured text like emails.

43
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.

44
MCQeasy

Which role is required within Cortex XDR for a user to configure API keys, data integration settings, and automation playbooks?

A.Account Admin or Security Administrator role
B.Endpoint Viewer role
C.Standard User role
D.SOC Analyst Tier 1 role
AnswerA

Configuring integrations, API keys, and automation requires administrative privileges in Cortex XDR.

Why this answer

Administrative tasks such as configuring data integration and API keys require an Administrator role or equivalent permissions.

45
MCQhard

An automation playbook in Cortex XSOAR needs to execute a custom Python script that interacts with an internal legacy database not covered by existing Marketplace integrations. Which component should the administrator use to securely run this custom script?

A.A local Windows batch script executed by the Cortex XDR endpoint agent
B.A custom Python Integration running inside an isolated Docker container managed by the engine/server
C.Direct execution via SSH on the Cortex XDR multi-tenant cloud backend
D.A direct SQL query string passed unencrypted through the Syslog collector port
AnswerB

Custom Python integrations execute securely inside isolated Docker containers on the engine.

Why this answer

Custom scripts and integrations in Cortex XSOAR execute within a Docker container environment managed by integration containers or custom Python scripts.

46
MCQmedium

An administrator notices that a Linux endpoint running Cortex XDR Agent has high CPU utilization caused by the agent process. Which command can the administrator use via cytool to temporarily modify debug logging levels or diagnostic tracing to assist support without uninstalling?

A.cytool log set-level
B.cytool perf-tune
C.cytool trace modify
D.cytool debug cpu-limit
AnswerA

cytool log set-level allows changing logging verbosity for troubleshooting performance or collection issues.

Why this answer

The 'cytool log' command set allows administrators to adjust log levels and debug verbosity on running agents.

47
MCQeasy

An administrator needs to verify whether Cortex XDR Agents are successfully receiving policy updates from the Cortex XDR management console. Where should the administrator check in the management console?

A.Go to Incident Response > Investigations.
B.Go to Endpoints > All Endpoints and check the Last Connected and Content Version columns.
C.Go to Dashboards > Agent Health widget.
D.Go to Settings > Configurations > Agent Management.
AnswerB

Checking Endpoints > All Endpoints allows administrators to view real-time sync status, agent version, and policy application.

Why this answer

The Status column and Agent Details view under Endpoints provide real-time connection status and policy sync timestamps.

48
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.

49
MCQhard

An administrator is troubleshooting a scenario where Cortex XDR incident causality chains appear broken or incomplete. Which local agent component or setting is primarily responsible for tracking process creation and parent-child lineage for causality analysis?

A.Local Syslog Forwarder
B.Behavioral Threat Protection / Behavioral Monitoring driver
C.Agent GUI Application (Traps.exe)
D.Broker VM Parser Module
AnswerB

The behavioral monitoring driver tracks process relationships, injection, and execution lineage required for causality chains.

Why this answer

Cortex XDR uses behavioral monitoring and kernel/system extension hooks to build causality chains. On Windows, the exploit prevention and behavioral threat protection driver handle process telemetry.

50
MCQhard

An administrator is planning network integration for Cortex XDR by forwarding syslog data from third-party security devices. Which component must be configured to receive syslog messages and forward them securely to the Cortex XDR cloud tenant?

A.Cortex XDR Broker VM with the Syslog Collector module enabled
B.Palo Alto Networks Next-Generation Firewall configured with GlobalProtect
C.Cortex XDR Agent installed on a dedicated Linux log server
D.Prisma Access Cloud Secure Web Gateway
AnswerA

The Broker VM includes a dedicated Log Collector module specifically designed to ingest syslog and HTTP log formats.

Why this answer

The Cortex XDR Broker VM supports log collector modules that ingest syslog data from third-party devices and forward it to the Cortex XDR data lake.

51
MCQmedium

An administrator is reviewing incident triage notes and wants to export audit logs showing all administrative actions taken in the Cortex XDR console over the past 90 days. Where should the administrator navigate?

A.Dashboards > Audit Reports
B.Incident Response > Activity Log
C.Settings > Configurations > Audit Trail
D.Help > System Logs
AnswerC

The Audit Trail records administrative actions, configuration updates, and user logins for compliance and troubleshooting.

Why this answer

Audit logs tracking administrator logins, configuration changes, and policy modifications are located under Settings > Configurations > Audit Trail.

52
MCQmedium

An administrator notices that several Cortex XDR agents are showing a 'Disconnected' status in the management console. What is a common initial cause to investigate?

A.The agent license count has been exceeded by one license.
B.Network connectivity issues or firewall blocks preventing outbound communication to the Cortex XDR backend.
C.The Data Collection profile was modified to reduce log verbosity.
D.The local endpoint user changed their Windows login password.
AnswerB

Disconnected status indicates the agent cannot reach the cloud management backend over HTTPS.

Why this answer

Network connectivity issues, firewall blocks on outgoing ports (like HTTPS port 443), or proxy misconfigurations commonly cause agents to lose connection to the Cortex XDR cloud.

53
Multi-Selectmedium

Which THREE methods can be used to obtain Cortex XDR agent installation packages? (Choose three)

Select 3 answers
A.Downloading directly from the Endpoints > Distributions page in the Cortex XDR management console
B.Creating custom packages assigned to specific agent profiles from the console
C.Requesting physical USB flash drives shipped directly from Palo Alto Networks hardware support
D.Generating packages via Cortex XDR API automation
E.Downloading installers from public software repositories like npm or PyPI
AnswersA, B, D

The Distributions page in the console is the primary source for downloading installers.

Why this answer

Administrators can download installation packages directly from the Cortex XDR console, utilize APIs, or generate them via automated provisioning workflows.

54
Multi-Selectmedium

An administrator wants to ensure high availability and load balancing for log collection using Cortex XDR Broker VMs. Which TWO architectural best practices should be implemented? (Choose two)

Select 2 answers
A.Cluster Broker VMs into a single IP address using Windows Failover Clustering.
B.Configure syslog sources to point to a network load balancer that distributes traffic across multiple Broker VM instances.
C.Route all syslog traffic through a single Broker VM to prevent packet loss.
D.Configure active-passive clustering using VRRP directly inside the Broker VM appliance settings.
E.Deploy multiple Broker VMs in the environment to distribute log forwarding loads from large numbers of sources.
AnswersB, E

A network load balancer provides failover and load distribution across multiple Broker VMs.

Why this answer

Broker VM high availability is achieved by deploying multiple Broker VMs behind a load balancer or configuring multiple syslog forwarders.

55
MCQeasy

An administrator is setting up agent settings profiles in Cortex XDR. What is the primary purpose of creating multiple agent settings profiles?

A.To assign different cloud tenants to individual users
B.To support different operating system architectures within the same profile
C.To apply distinct security policies, operational modes, and exclusions to different groups of endpoints
D.To manage software license renewals automatically
AnswerC

Profiles allow granular customization of security rules, prevention settings, and exclusions based on endpoint function.

Why this answer

Different endpoint groups (e.g., servers vs. workstations) require different security thresholds, scan schedules, and operational modes, necessitating multiple profiles.

56
MCQhard

An organization is deploying Cortex XDR agents across a restricted corporate network where endpoints cannot reach the public internet. How must the administrator configure the environment to ensure agents can successfully connect to the Cortex XDR server?

A.Open outbound HTTPS port 443 directly from every endpoint to public DNS root servers.
B.Configure agents to communicate via SNMP traps to the primary domain controller.
C.Deploy a Cortex XDR Broker VM internally to proxy agent communication to the Cortex XDR cloud.
D.Manually export logs via USB on each endpoint on a weekly basis.
AnswerC

A Broker VM serves as an internal aggregator and proxy for Cortex XDR agent traffic when direct internet access is restricted.

Why this answer

In isolated networks, administrators must configure a Cortex XDR Broker VM to act as a proxy/collector within the internal network, allowing agents to forward telemetry and receive updates through the internal Broker VM.

57
MCQeasy

What is the primary function of the Cortex XDR 'Content Pack' in Marketplace?

A.To install local antivirus signatures directly onto endpoint file systems
B.To provide pre-packaged integrations, playbooks, dashboards, and automation building blocks
C.To store encrypted backups of Cortex XDR database records
D.To compile raw C++ source code for custom endpoint isolation drivers
AnswerB

Content packs contain integrated tools, playbooks, layouts, and automation scripts.

Why this answer

Content packs in Marketplace package pre-built integrations, playbooks, dashboards, and incident types.

58
MCQeasy

An administrator wants to ensure that all Cortex XDR agents automatically receive the latest content updates (such as exploit signatures and analytics rules) without manual intervention. What is the default behavior of the Cortex XDR agent regarding content updates?

A.Content updates must be manually downloaded from the Palo Alto Networks Customer Support Portal and pushed via GPO
B.Agents require a full software re-installation every time a content update is released
C.Agents only receive content updates when the operating system is rebooted into safe mode
D.Agents automatically download and apply content updates periodically from the cloud or Broker VM without requiring agent software upgrades
AnswerD

Content updates are pushed and applied dynamically in the background without needing agent software re-installation.

Why this answer

Cortex XDR agents automatically download content updates directly from the cloud management tenant or via a Broker VM on a regular schedule.

59
MCQeasy

An administrator wants to configure email notifications whenever a critical severity incident is detected by Cortex XDR. Where is this notification setting configured?

A.Dashboards > Alert Rules
B.Endpoints > Policy > Alerts
C.XQL Search > Alert Action
D.Settings > Configurations > Notifications (or Incident Notifications)
AnswerD

Notification rules for alerting administrators or SOC teams are managed under Settings.

Why this answer

Incident notification settings, including email integrations and webhook alerts, are configured under Settings > Configurations > Integrations > Email or Notifications.

60
Multi-Selectmedium

An administrator is configuring a Broker VM in Cortex XDR to act as a log collector for third-party security devices. Which TWO log ingestion formats are natively supported by the Cortex XDR Broker VM Log Collector? (Choose two)

Select 2 answers
A.Apple Filing Protocol (AFP) file streaming
B.NetBIOS Datagram Service (UDP port 138)
C.Direct raw disk imaging via NFS v3
D.Syslog (UDP and TCP)
E.HTTP/HTTPS (such as JSON payloads from cloud APIs)
AnswersD, E

The Broker VM Log Collector natively receives syslog data from firewalls, proxies, and other security tools.

Why this answer

The Broker VM Log Collector module natively supports ingestion protocols such as Syslog (UDP/TCP) and HTTP/HTTPS APIs.

61
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.

62
Multi-Selectmedium

An administrator is reviewing endpoint isolation troubleshooting steps. Which TWO behaviors occur on a Windows endpoint when it is isolated via Cortex XDR? (Choose two)

Select 2 answers
A.All local agent prevention modules are automatically disabled.
B.The endpoint automatically shuts down after 10 minutes of isolation.
C.All network traffic is blocked except for communication with the Cortex XDR management console and designated exceptions.
D.Local user login is completely disabled and the physical screen turns black.
E.The administrator retains the ability to manage the endpoint and run remote actions via the Cortex XDR console.
AnswersC, E

Isolation severs standard network connectivity while maintaining the management channel for remediation.

Why this answer

Network isolation blocks all inbound and outbound network traffic except for communication with the Cortex XDR management console.

63
MCQmedium

An administrator needs to deploy Cortex XDR agents to a large fleet of Windows endpoints via Group Policy Object (GPO). Which installation package type and parameter should the administrator utilize to ensure a silent installation without user interaction?

A.Use the .exe package and modify the registry before execution.
B.Use the .exe package with the /silent switch.
C.Use the .pkg package with the --unattended flag.
D.Use the .msi package with the /quiet and /norestart parameters.
AnswerD

The MSI package natively accepts standard Windows Installer properties and flags like /quiet and /norestart for silent unattended deployments.

Why this answer

To silently install the Cortex XDR agent using GPO or third-party deployment tools, administrators use the MSI installation package with the /quiet and /norestart parameters.

64
MCQmedium

An administrator needs to ensure that unauthorized USB storage devices are blocked from being used on corporate endpoints. Which Cortex XDR feature should be configured?

A.Device Control
B.Endpoint Isolation
C.Disk Encryption Management
D.Behavioral Threat Protection
AnswerA

Device Control rules manage peripheral device permissions, including USB storage.

Why this answer

Device Control rules in Cortex XDR allow administrators to restrict or block access to peripheral devices such as USB storage.

65
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.

66
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.

67
Multi-Selecteasy

Which TWO of the following data sources can be natively onboarded and collected using a Cortex XDR Broker VM? (Choose two)

Select 2 answers
A.AWS CloudTrail log buckets
B.Local Bluetooth proximity logs from mobile phones
C.Physical desktop hardware serial numbers via SNMP
D.Direct kernel memory dumps from unmanaged switches
E.Syslog / CEF data streams from network security devices
AnswersA, E

Broker VM supports polling and ingesting AWS CloudTrail logs.

Why this answer

Broker VMs natively support syslog/CEF and AWS CloudTrail/cloud log sources.

68
Multi-Selecthard

Which THREE advanced troubleshooting steps can an administrator take when analyzing a malfunctioning Cortex XDR agent on a Linux endpoint? (Choose three)

Select 3 answers
A.Reformat the Linux root filesystem and reinstall the operating system kernel.
B.Verify that required kernel headers or dependencies are installed and loaded properly.
C.Inspect agent log files located in the designated log directory (e.g., /var/log/traps or /var/log/cortex).
D.Modify the Windows Registry keys for the Cortex XDR service.
E.Check the agent service status using systemctl (e.g., `systemctl status cxdr` or legacy service daemon names).
AnswersB, C, E

Linux kernel modules and dependencies are critical for agent operation and driver hooks.

Why this answer

Troubleshooting Linux agents involves inspecting system services, log files in standard directories, and kernel module/system extension status.

69
Multi-Selecthard

Which THREE factors should an administrator consider when planning a large-scale Cortex XDR agent deployment across enterprise endpoints? (Choose three)

Select 3 answers
A.Configuring the agent to act as a primary DNS server for the local subnet
B.Potential conflicts with legacy security software that should be uninstalled prior to deployment
C.Ensuring local endpoint users have full domain administrator rights permanently
D.Network bandwidth and firewall rules permitting outbound HTTPS traffic to the Cortex XDR backend or Broker VM
E.The selection of appropriate software deployment tools (e.g., GPO, SCCM, MDM) matching the OS ecosystem
AnswersB, D, E

Third-party security agents can conflict with XDR driver hooks and should be planned for removal.

Why this answer

Deploying agents across an enterprise requires planning package formats, distribution methods, network access/firewall rules, and resource impact.

70
MCQeasy

Which command-line utility can an administrator use on a Windows endpoint to check the status, connection state, and version of an installed Cortex XDR agent?

A.xdr-cli
B.traps-cli
C.cytool
D.pan-agent-ctl
AnswerC

cytool is the native command-line tool for managing and diagnosing the Cortex XDR agent.

Why this answer

The cytool command-line utility is built into the Cortex XDR agent on Windows and is used for management, troubleshooting, and querying agent status.

71
MCQmedium

An administrator needs to collect troubleshooting logs from a misbehaving Cortex XDR Agent on a Windows endpoint. Which cytool command generates a comprehensive support file archive?

A.cytool diag package
B.cytool log collect
C.cytool support export
D.cytool dump-all
AnswerB

cytool log collect bundles all agent logs into a single archive for support analysis.

Why this answer

The 'cytool log collect' command packages all relevant diagnostic logs, configuration files, and crash dumps into a support archive.

72
MCQhard

An administrator is planning firewall rules for endpoints with Cortex XDR agents installed in an environment with strict outbound filtering. Which destination port and protocol must be allowed outbound to the Cortex XDR management tenant for agent telemetry and command-and-control?

A.TCP ports 22, 80, and 443
B.TCP port 443
C.UDP port 514 and TCP port 6514
D.TCP port 80 and 443
AnswerB

Cortex XDR agents communicate exclusively over outbound TCP port 443 using TLS.

Why this answer

Cortex XDR agents communicate with the cloud tenant via HTTPS over TCP port 443.

73
Multi-Selecteasy

Which TWO authentication methods are commonly supported when configuring API integrations in Cortex XSOAR? (Choose two)

Select 2 answers
A.API Key / Token Authentication
B.Rotary dial pulse signaling
C.OAuth2 (Authorization Code or Client Credentials flow)
D.Physical punch cards
E.Plain text Telnet login prompts
AnswersA, C

Many integrations authenticate via static or rotating API tokens/keys.

Why this answer

API integrations commonly use API Key authentication and OAuth2.

74
MCQhard

An administrator needs to update the Cortex XDR Broker VM software version. What is the recommended and supported method to perform this upgrade?

A.Download the RPM package from Customer Support Portal and compile it manually via SSH.
B.Re-deploy a new Broker VM virtual appliance and delete the old one.
C.Run 'apt-get upgrade pan-broker' from the Broker VM Linux terminal.
D.Initiate the upgrade directly from the Cortex XDR management console under Settings > Configurations > Broker VM.
AnswerD

The Cortex XDR console provides an automated upgrade mechanism for Broker VMs to download and apply new software packages.

Why this answer

Broker VM upgrades are managed directly from the Cortex XDR management console under Settings > Configurations > Broker VM.

75
Multi-Selecteasy

When planning agent deployment strategies across different operating systems, which TWO package formats are utilized for macOS and Linux endpoints respectively? (Choose two)

Select 2 answers
A.MSI format for Linux endpoints
B.PKG format for macOS endpoints
C.EXE format for macOS endpoints
D.DMG format for headless Linux servers
E.RPM or DEB format for Linux endpoints
AnswersB, E

PKG is the standard installer package format for macOS operating systems.

Why this answer

macOS uses PKG installer packages, while Linux distributions typically use RPM or DEB packages.

Page 1 of 4

Page 2

All pages