Courseiva

CCNA Endpoint Security Questions

36 questions · Endpoint Security · All types, answers revealed

1
Multi-Selectmedium

Which TWO pieces of information are displayed in the Cortex XDR Endpoint Management inventory table for a managed agent? (Choose two)

Select 2 answers
A.Local user printer queue statuses.
B.Current BIOS manufacturer serial number and asset tag.
C.Wi-Fi router SSID signal strength percentage.
D.Operating system type and version.
E.Installed Cortex XDR agent version number.
AnswersD, E

OS details are captured and displayed in the inventory.

Why this answer

The inventory table provides comprehensive details including IP address, operating system, agent version, and content version.

2
MCQeasy

Where in the Cortex XDR management console can an administrator view the operational health, connection status, and version of all deployed agents?

A.Incident Response workbench
B.WildFire Analysis submissions portal
C.Endpoint Management view
D.Threat Intelligence Feed manager
AnswerC

Endpoint Management displays agent health, IP addresses, OS versions, content versions, and connection states.

Why this answer

The Endpoint Management view provides a centralized inventory and status list of all managed endpoints.

3
MCQhard

An organization deploys Cortex XDR disk encryption management. An endpoint fails to escrow its BitLocker recovery key to the Cortex XDR console. What is the most effective troubleshooting step to verify escrow status using the agent command-line tool?

A.Run 'cytool encryption status' to check BitLocker integration and key escrow status.
B.Run 'manage-bde -status' from an elevated command prompt.
C.Review the Windows Application event log for BitLocker Group Policy errors.
D.Run 'cytool set-token' to re-register the encryption keys.
AnswerA

'cytool encryption status' displays detailed disk encryption states and escrow confirmation.

Why this answer

The cytool command-line interface provides specific commands to query disk encryption and key escrow status.

4
MCQhard

An enterprise security team discovers that a custom line-of-business application is triggering a Behavioral Threat Protection (BTP) alert in Cortex XDR. The behavior involves unusual process injection techniques that are legitimate for this application. How can the administrator suppress this specific alert without disabling BTP for other applications?

A.Lower the threat severity threshold for Behavioral Threat Protection in the agent profile.
B.Set the Cortex XDR Agent to troubleshooting mode for the affected subnet.
C.Add the application directory to the system-wide exclusion list in the Malware Profile.
D.Create a Behavioral Threat Protection exception specifying the application hash and the triggered rule ID.
AnswerD

BTP exceptions can be precisely scoped using file hashes and specific rule identifiers.

Why this answer

Creating an exception based on the BIOC rule ID or signature hash prevents specific false positives while keeping behavioral monitoring active.

5
Multi-Selecthard

Which TWO methods can be utilized to distribute Cortex XDR agent installation packages across an enterprise Windows environment? (Choose two)

Select 2 answers
A.Direct user self-service installation via public app store downloads.
B.Broadcasting the installer binary unencrypted over local subnet broadcast domains.
C.Active Directory Group Policy Object (GPO) software installation.
D.Embedding the installer inside incoming corporate email attachments for users to execute.
E.Centralized software deployment tools such as Microsoft Endpoint Configuration Manager (SCCM) or Microsoft Intune.
AnswersC, E

GPO is a standard mechanism for deploying MSI packages across domain-joined machines.

Why this answer

Enterprise deployment typically relies on Active Directory GPO or centralized software deployment tools like SCCM/Intune.

6
MCQeasy

An administrator needs to temporarily disable the Cortex XDR agent on an endpoint for troubleshooting purposes. What mechanism is used to authorize this action locally using the command line?

A.An Anti-Tamper password generated from the Cortex XDR management console.
B.A local administrator password configured during OS installation.
C.A registry override key set by group policy.
D.A network firewall bypass token.
AnswerA

Anti-tamper protection prevents unauthorized stopping of the agent and requires a console-generated password.

Why this answer

Disabling the agent locally requires an anti-tamper password generated from the Cortex XDR management console.

7
MCQmedium

An administrator needs to run a live forensic artifact collection on a suspected compromised endpoint using Cortex XDR. Which capability allows the administrator to execute scripts and retrieve files directly from the endpoint in real time?

A.Host Insights Response Actions
B.Agent Profile Distribution task
C.BIOC automated remediation playbooks
D.Cortex XDR Remote Response tool
AnswerD

Remote Response enables administrators to run scripts, collect triage files, and investigate endpoints interactively.

Why this answer

Remote Response is the Cortex XDR feature that provides a secure interactive shell and script execution capability on managed endpoints.

8
Multi-Selectmedium

Which THREE diagnostic or troubleshooting steps can be performed using the 'cytool' command-line utility on a local endpoint? (Choose three)

Select 3 answers
A.Generating support logs and diagnostic dumps ('cytool support dump').
B.Checking protection module states ('cytool protection query').
C.Configuring enterprise LDAP domain controller replication schedules.
D.Querying overall agent status and operational health ('cytool query status').
E.Modifying global firewall NAT routing tables on the core switch.
AnswersA, B, D

Support dumps are generated via cytool for troubleshooting.

Why this answer

Cytool supports querying agent status, checking protection module states, and dumping support logs.

9
MCQhard

An administrator is configuring disk encryption management in Cortex XDR for macOS endpoints. Which underlying native macOS technology does Cortex XDR manage and report on for disk encryption?

A.Apple Disk Utility RAID encryption
B.FileVault
C.DM-Crypt / LUKS
D.BitLocker to Go
AnswerB

Cortex XDR manages and enforces Apple FileVault encryption and escrows recovery keys.

Why this answer

FileVault is the native macOS disk encryption technology managed and monitored by Cortex XDR.

10
MCQhard

An organization requires compliance reporting showing that all endpoints are actively protected by Cortex XDR modules (Anti-Malware, Exploit Prevention, Behavioral Threat Protection). Where can an administrator generate this comprehensive compliance report in the Cortex XDR management console?

A.Navigate to Cortex XDR Dashboards and Reports > Report Builder / Compliance views.
B.Run 'cytool report generate' on each endpoint locally.
C.Check the Windows Security Center dashboard on individual machines.
D.Export the raw endpoint inventory to CSV and correlate with firewall logs.
AnswerA

The reporting engine in Cortex XDR includes pre-built templates and custom report builders for agent module status.

Why this answer

Reporting and dashboard views provide status summaries and compliance reporting for agent protection modules.

11
MCQeasy

An administrator wants to configure the frequency at which the Cortex XDR agent checks in with the management server. Where is this heartbeat interval configured?

A.Directly within the local Windows registry on each endpoint.
B.In the Agent Settings profile under Communication parameters.
C.In the Malware Prevention profile settings.
D.In the Global Protect Gateway configuration.
AnswerB

Communication intervals and polling frequencies are defined in the Agent Settings profile.

Why this answer

Agent communication settings, including heartbeat intervals, are managed within the Agent Settings profile.

12
MCQmedium

An endpoint has been flagged in Cortex XDR with multiple high-severity alerts. The security operations team decides to isolate the endpoint immediately to prevent lateral movement. Which network traffic remains permitted by default when an endpoint is placed in isolation mode in Cortex XDR?

A.All network protocols without restriction.
B.Communication with the Cortex XDR server and essential DNS/DHCP services.
C.SMB and RDP traffic to internal domain controllers.
D.All outbound traffic to external internet websites via HTTPS.
AnswerB

Isolation blocks lateral movement but preserves management connectivity so administrators can still issue commands and collect forensics.

Why this answer

When an endpoint is isolated, network access is blocked except for communication with the Cortex XDR management server and specified DNS/DHCP services.

13
MCQeasy

An administrator is reviewing endpoint security profiles and notices the term 'BIOC'. What does BIOC stand for in the context of Cortex XDR?

A.Blocked Internal Operating Component
B.Basic Intelligent Output Control
C.Binary Indicator of Code
D.Behavioral Indicator of Compromise
AnswerD

BIOC rules detect suspicious sequences of events indicative of attacks.

Why this answer

BIOC stands for Behavioral Indicator of Compromise, representing rules that detect suspicious behaviors.

14
MCQmedium

A security analyst wants to configure a custom alert rule in Cortex XDR that triggers whenever a specific command-line pattern is observed across multiple endpoints. Which feature should the analyst use to create this behavioral alert?

A.WildFire Signature Generator
B.Custom BIOC (Behavioral Indicator of Compromise) rules
C.Agent Profile Exploit Exception builder
D.Host Insights Scheduled Query task
AnswerB

Custom BIOC rules enable security teams to write tailored detection logic for specific process executions and command lines.

Why this answer

BIOC (Behavioral Indicator of Compromise) rules allow administrators to define custom detection criteria based on process behaviors and command lines.

15
Multi-Selecthard

Which THREE conditions or indicators typically trigger an automated endpoint isolation action in Cortex XDR? (Choose three)

Select 3 answers
A.Critical Behavioral Indicator of Compromise (BIOC) match indicating active data exfiltration.
B.High-confidence Command and Control (C2) communication detected by behavioral analysis.
C.A standard software update failing to install via Windows Update.
D.Confirmed ransomware execution encrypting local files.
E.A user attempting to access an unauthorized social media website during lunch.
AnswersA, B, D

Severe BIOC alerts often trigger automated playbooks including isolation.

Why this answer

Endpoint isolation is triggered by high-severity threats such as confirmed ransomware, critical C2 beaconing, or severe BIOC violations.

16
Multi-Selecteasy

Which TWO platforms are officially supported for deploying the Cortex XDR Agent? (Choose two)

Select 2 answers
A.Personal gaming consoles.
B.Apple macOS endpoints.
C.Microsoft Windows workstations and servers.
D.Legacy mainframe operating systems from the 1980s.
E.Consumer smart home IoT routers running embedded proprietary firmware.
AnswersB, C

macOS is supported with agent protection and monitoring features.

Why this answer

Cortex XDR supports multiple operating systems including Windows and macOS.

17
Multi-Selecthard

Which THREE mechanisms are employed by Cortex XDR to protect endpoints against unknown zero-day file-based malware? (Choose three)

Select 3 answers
A.Cloud-based WildFire static and dynamic analysis sandbox.
B.Traditional static MD5 hash blocklists updated hourly.
C.Behavioral Threat Protection (BTP) monitoring execution chains.
D.Manual user verification prompts upon every file execution.
E.Local machine learning models executed directly on the endpoint.
AnswersA, C, E

Unknown files are uploaded to WildFire for comprehensive behavioral sandbox analysis.

Why this answer

Zero-day file defense utilizes local machine learning analysis, cloud-based WildFire static/dynamic analysis, and behavioral threat protection.

18
MCQeasy

An administrator is deploying Cortex XDR Agent to Windows workstations using an Active Directory Group Policy Object (GPO). Which installation parameter must be used to ensure the agent registers correctly with the assigned Cortex XDR tenant using a specific installation token?

A.Use the /REGKEY= parameter followed by the tenant activation password.
B.Use the /SERVER= parameter to define the cloud instance URL.
C.Use the /TENANTID= parameter followed by the fully qualified domain name.
D.Use the /INSTALLTOKEN= parameter followed by the unique registration token string.
AnswerD

This is the correct syntax for specifying the installation token during MSI execution.

Why this answer

The INSTALLTOKEN parameter is required during unattended or mass installations to associate the agent instance with the correct tenant in Cortex XDR.

19
MCQmedium

A security analyst notices that WildFire has successfully analyzed a suspicious file uploaded from an endpoint, but the local Cortex XDR agent did not automatically block it upon first encounter. What is the most likely explanation for this behavior?

A.WildFire only analyzes network traffic passing through a Palo Alto Networks Next-Generation Firewall.
B.Local analysis blocks all files by default without cloud consultation.
C.The file was unknown to WildFire at execution time and was subsequently sent for analysis, resulting in a retroactive verdict.
D.The Cortex XDR agent does not integrate with WildFire cloud intelligence.
AnswerC

Zero-day files executed before WildFire analysis result in retroactive alerts once the sandbox determines maliciousness.

Why this answer

If a file is entirely novel, local analysis or global intelligence may require dynamic analysis before a verdict is reached, or the file was executed before the verdict populated.

20
Multi-Selecteasy

Which THREE parameters or settings can be configured within a Cortex XDR Agent Settings profile? (Choose three)

Select 3 answers
A.Agent heartbeat and check-in frequency intervals.
B.Proxy server IP address, port, and authentication details.
C.GlobalProtect VPN gateway tunnel encryption keys.
D.Agent operating mode (Prevention vs. Audit).
E.Palo Alto Networks firewall security policy rulebases.
AnswersA, B, D

Heartbeat intervals are configured in the Agent Settings profile.

Why this answer

Agent Settings profiles govern communication intervals, proxy servers, and operational modes.

21
Multi-Selecteasy

Which THREE types of data are gathered and ingested by Cortex XDR to provide comprehensive endpoint visibility? (Choose three)

Select 3 answers
A.Registry modification events.
B.Personal user email message bodies and browser photo uploads.
C.Process execution and termination telemetry.
D.Network connection and socket activity logs.
E.Internal corporate cafeteria menu preferences.
AnswersA, C, D

Registry changes are tracked to identify persistence mechanisms.

Why this answer

Cortex XDR ingests process execution telemetry, registry modifications, and network connection logs.

22
MCQhard

An organization is configuring exploit prevention rules in Cortex XDR to protect legacy browser plugins. An application crashes repeatedly due to an overly aggressive protection profile. Which action should the administrator take to troubleshoot without completely disabling exploit protection?

A.Add the browser executable path to the OS exclusions list in Cortex XDR.
B.Change the exploit protection behavior for the specific technique to 'Report' instead of 'Terminate'.
C.Disable memory protection features globally in the agent settings profile.
D.Enable Agent Self-Protection to prevent local interference.
AnswerB

Switching the action to Report logs the violation without terminating the application, enabling effective troubleshooting.

Why this answer

Putting the exploit protection module into Report (Audit) mode allows verification of potential blocks without disrupting user productivity.

23
MCQeasy

An administrator is preparing to deploy Cortex XDR agents to 500 remote endpoints using a software deployment tool. Where can the administrator download the latest installation packages and transforms?

A.Navigate to Cortex XDR management console > Settings > Distributions.
B.Run the 'cytool download-installer' command on an existing endpoint.
C.Access the Palo Alto Networks Customer Support Portal under Software Updates.
D.Log in to the Prisma Access management portal and select Endpoints.
AnswerA

The Distributions page houses all installer packages, upgrades, and installer scripts for different operating systems.

Why this answer

Installation packages are generated and downloaded directly from the Cortex XDR management console under the Distributions page.

24
Multi-Selecthard

Which TWO actions should an administrator take when a legitimate software application is falsely blocked by Cortex XDR Behavioral Threat Protection (BTP)? (Choose two)

Select 2 answers
A.Create a Behavioral Threat Protection exception rule specifying the relevant criteria and file attributes.
B.Disable operating system firewall services globally.
C.Submit the false positive sample to Palo Alto Networks for analysis and signature adjustment.
D.Completely uninstall the Cortex XDR agent from all corporate endpoints.
E.Format the hard drive and reinstall the operating system.
AnswersA, C

Creating a BTP exception properly suppresses the false positive while keeping protection active.

Why this answer

False positives can be resolved by creating a BTP exception rule or submitting the false positive for analysis and whitelist update.

25
Multi-Selectmedium

Which THREE security modules are included as core components of the Cortex XDR agent architecture? (Choose three)

Select 3 answers
A.Behavioral Threat Protection (BTP) module
B.Enterprise BGP Routing protocol daemon
C.Exploit Prevention module
D.Stateful Packet Inspection Firewall core routing engine
E.Anti-Malware prevention module
AnswersA, C, E

BTP monitors process behavior to catch advanced attacks.

Why this answer

Cortex XDR integrates anti-malware, exploit prevention, and behavioral threat protection as core agent modules.

26
MCQmedium

A security analyst is investigating a threat where a legitimate administrative tool (Living off the Land) was used maliciously. Cortex XDR generated an alert via Local Analysis. Which mechanism powers the Local Analysis engine to detect this type of threat without requiring an internet connection?

A.Periodic scheduled scans against the Palo Alto Networks threat intelligence cloud.
B.Real-time signature matching against a local antivirus definition database.
C.Continuous DNS tunneling queries sent to WildFire.
D.Embedded machine learning classifiers executed directly on the endpoint.
AnswerD

Local Analysis uses advanced machine learning models running locally on the agent to detect zero-day and file-based threats offline.

Why this answer

Local Analysis uses embedded machine learning models running locally on the endpoint to evaluate file features.

27
MCQmedium

A security analyst notices that a benign internal software development tool is being incorrectly blocked by Cortex XDR Prevent as malware. What is the most granular method to whitelist this application while maintaining maximum security posture?

A.Add the file path as an exclusion in the OS-level Windows Defender settings.
B.Disable the local analysis module entirely for the affected endpoint group.
C.Create a Profile Exception in the Malware Profile using the SHA-256 hash of the executable.
D.Change the agent profile operating mode from Prevention to Audit mode globally.
AnswerC

Using the SHA-256 hash ensures only the exact approved file is exempted from blocking.

Why this answer

Hashing the specific file or using a signed certificate exception provides targeted remediation without compromising endpoint security.

28
MCQeasy

An administrator wants to ensure that end users cannot tamper with or uninstall the Cortex XDR agent from their workstations. Which feature provides this protection?

A.Anti-Tamper Protection
B.Active Directory Software Restriction Policies
C.GlobalProtect Client Lockdown
D.Windows User Account Control (UAC)
AnswerA

Anti-Tamper protects agent files, registry keys, and processes from local modification or removal.

Why this answer

Anti-Tamper protection prevents unauthorized users from stopping services, modifying files, or uninstalling the agent.

29
MCQmedium

An organization requires that Cortex XDR agents verify their connection to the Cortex XDR server through a corporate HTTP proxy. Where is the proxy configuration defined for the Cortex XDR agent?

A.Configured via the Windows Registry under HKEY_LOCAL_MACHINE\Software\Palo Alto Networks\Proxy.
B.Configured through the local Windows Internet Options control panel.
C.Managed automatically via DNS SRV records without console configuration.
D.Configured directly in the Agent Settings profile within the Cortex XDR console.
AnswerD

Agent settings profiles allow defining proxy servers, ports, and credentials for agent communication.

Why this answer

Proxy settings for the agent are typically defined within the installation parameters or agent settings profile within the console.

30
MCQhard

An administrator needs to upgrade Cortex XDR agents across a large enterprise environment. To minimize network congestion and control the rollout, how should the administrator manage the upgrade process?

A.Execute 'cytool upgrade force' remotely using a PowerShell remoting script.
B.Enable the 'Auto-Update' feature in the Windows Update service settings.
C.Configure automatic scheduled agent upgrades within the Distributions and Software management view.
D.Manually download the MSI and push it via group policy to all endpoints simultaneously.
AnswerC

The Distributions view allows administrators to test and schedule controlled upgrades across different endpoint groups.

Why this answer

Upgrades are managed by uploading new agent versions to the console and deploying them via scheduled upgrade tasks in the Distributions view.

31
MCQeasy

An administrator needs to verify that the Cortex XDR agent services are running properly on a macOS endpoint. Which command-line utility should be used to check the agent status?

A.Run 'cytool query status' in the Terminal application.
B.Run 'traps status' using administrative privileges.
C.Run 'launchctl list | grep paloalto' to check daemon health.
D.Run 'pan-xdr-cli check' in the system console.
AnswerA

'cytool query status' is the correct syntax to verify agent status and module states on macOS and Linux.

Why this answer

The Cytool utility is the primary command-line tool for managing and troubleshooting Cortex XDR agents across platforms including macOS.

32
Multi-Selectmedium

Which TWO tasks are required when preparing to deploy Cortex XDR agents using an installation token? (Choose two)

Select 2 answers
A.Manually log into every single workstation console to type the token interactively.
B.Include the installation token parameter (e.g., /INSTALLTOKEN=) in the deployment command or script.
C.Disable SSL certificate validation on all endpoint browsers.
D.Hardcode the master database administrator password into the installation MSI file.
E.Generate and copy the unique installation token from the Cortex XDR management console.
AnswersB, E

Installers require the token passed via parameter for unattended setup.

Why this answer

Deploying with an installation token requires generating the token in the management console and passing it as a parameter during installation.

33
MCQmedium

An administrator observes that several Cortex XDR agents are showing a 'Disconnected' status in the management console. After verifying network connectivity, the administrator suspects that communication is blocked by an intermediate firewall. Which TCP port must be open outbound from the endpoints to the Cortex XDR server?

A.TCP port 22 and TCP port 23 for remote management
B.TCP port 389 and TCP port 636 for directory sync
C.TCP port 443 exclusively
D.TCP port 80 and TCP port 443
AnswerC

Outbound TCP port 443 is required for agent-to-server communication in Cortex XDR.

Why this answer

Cortex XDR agents communicate outbound to the cloud tenant primarily over TCP port 443.

34
Multi-Selecteasy

Which TWO actions can be performed directly from the Cortex XDR management console on a compromised endpoint? (Choose two)

Select 2 answers
A.Reflash the physical BIOS firmware remotely to remove persistent bootkits.
B.Initiate a remote PowerShell session or run triage scripts via Remote Response.
C.Upgrade the physical RAM hardware configuration.
D.Reinstall the host operating system from a golden cloud image.
E.Isolate the endpoint from the network to stop lateral movement.
AnswersB, E

Remote Response allows running scripts and triage collection directly.

Why this answer

Cortex XDR provides remote response and isolation capabilities directly from the console interface.

35
MCQhard

An endpoint running the Cortex XDR Agent is experiencing aggressive behavior isolation triggered by a confirmed ransomware attack. The administrator successfully remediates the threat and verifies the endpoint is clean. How should the administrator restore network connectivity to the isolated endpoint from the Cortex XDR management console?

A.Disable the firewall profile associated with the endpoint group in Policy Management.
B.Navigate to Endpoint Management, select the endpoint, click Action, and select Remove Isolation.
C.Delete the endpoint record from the Cortex XDR asset inventory and reinstall the agent.
D.Reboot the endpoint twice using the remote action menu to clear the isolation driver state.
AnswerB

The Remove Isolation action reverses the network restriction rules applied by the agent.

Why this answer

To restore connectivity, the administrator must navigate to the Endpoint Management view, select the isolated endpoint, and issue the Remove Isolation action.

36
MCQhard

An administrator is troubleshooting an issue where Cortex XDR agent logs need to be gathered and submitted to Palo Alto Networks Support. Which command generates a complete support file package (often referred to as 'collector') containing all necessary logs and debug data?

A.traps-support-collector.exe --full
B.pan-xdr-gather-logs.sh
C.cytool support dump
D.cytool collect logs --support
AnswerC

'cytool support dump' generates a compressed archive of all agent logs, configurations, and diagnostic data.

Why this answer

The cytool dump or support log collection command packages agent diagnostic data for troubleshooting.

Ready to test yourself?

Try a timed practice session using only Endpoint Security questions.