Body
Objective
Cortex is an extended detection and response app that uses real-time detection to respond to malware and other sophisticated attacks while preventing malicious software from running on devices. This guide will detail the instructions for installing Cortex on a computer.
A detailed walk through for the update processes for Windows, macOS, and Linux endpoints can be found below:
Users
This guide is intended for students, faculty, and staff who have or intend to install Cortex XDR on a personal device.
If you are needing to install Cortex XDR on a University-owned device, please contact your IT support team or the Help Center at nusupport@nebraska.edu for assistance.
Before You Begin
Uninstalling third-party antivirus products is recommended before installing and configuring these security tools.
If you have a University-owned device, please contact your IT support team or the Help Center at nusupport@nebraska.edu.
Download Cortex XDR using the following links:
Steps
Windows Installation
- Determine whether your computer is running on a 32bit or 64bit architecture Windows.
- Open the About system setting by right-clicking the Start button and selecting System.
- Under Device Specifications, look for your version under System Type.
- Download the version of Cortex XDR that matches your version and architecture of Windows from the links above.
- After the file has been downloaded, double click to run. It will unzip the files and start the install.
- After the installation is complete, restart your computer.
macOS Installation
- Download the Mac version of Cortex XDR from the links above.
- Double click the .zip file to extract the folder.
- Then double click
Cortex XDR.pkg
to start the install. This package must remain in the same folder as the Config.xml
file for the installation to complete successfully.
- If presented with the message: "Installer would like to access files in your Downloads folder." select "OK".
(macOS 10.15 or later) Approve Cortex XDR System Extensions
- When installing the Cortex XDR agent on a Mac running macOS 10.15.4 or later, this warning displays twice: first for the Security Extension and then for the Network Extension. However, in both warnings, the operating system displays "System Extension Blocked". Select Open Security Preferences.
- In
System Preferences -> Security & Privacy -> General
, click Details.
- Select both Cortex XDR System Extensions and click OK to allow them. Ignore the message informing that “The system needs to be restarted before it can be used” since this step is not required.
- Approve Cortex XDR Web Content Filter. Click Allow to enable the Cortex XDR agent to monitor network events. (macOS 10.15.4 or later)
(macOS 10.15 or later) Grant full disk access
Due to changes in the security settings of macOS 10.15, you must allow the Cortex XDR agent full disk access on your endpoint to enable full protection. If you do not authorize the agent full disk access on your endpoint, the agent provides only partial protection of files in the /Applications/
directory.
- Go to
System Preferences -> Security & Privacy
tab, and select Full Disk Access.
- To make changes, click the padlock icon on the bottom left and enter your credentials, and Unlock.
- Check the box next to pmd and TrapsSecurityExtension.
Linux Installation
Note: Cortex XDR is currently supported on the following Linux distributions:
- Amazon 2
- Alma 8 & 9
- Redhat 7, 8 & 9
- Ubuntu 12, 14, 16, 18, 20, 22 & 24
- Centos 7 & 8
- Debian 9, 10, 11, 12
- Oracle 6, 7, 8 & 9
- openSUSE 15.1, 15.2 & 15.3
- SUSE Enterprise 11, 12 & 15
- Rocky 8 & 9
Access to Root, Administrator, or Sudo is required.
For more information, see Cortex XDR for Linux Requirements.
- Download the Linux version of Cortex XDR that matches your Linux distribution.
- Open a terminal window to the location where the file was downloaded
- Run the command
tar -xzvf NU_PREVENT_PERSONAL_###_LINUX_deb.tar.gz
(The pound sign (#) indicates a dynamic version number. This will change often.)
- Before installing the agent, copy
cortex.conf
into /etc/panw/
directory.
- Run the following commands based on your Linux distribution.
- Debian/Ubuntu:
dpkg -i cortex-#.#.#.####.deb
(The pound sign (#) indicates a dynamic version number. This will change often.)
- RedHat:
rpm -i cortex-#.#.#.####.rpm
- OpenSUSE:
zypper install ./cortex-#.#.#.####.rpm -Y