Introduction
Since the CrowdStrike Falcon sensor is intended to be unobtrusive to the user, knowing if it's been installed may not be obvious. This document provides details to help you determine whether or not CrowdStrike Falcon is installed and running for the following OS.
- Windows
- MacOS
- Linux
Note: CrowdStrike Falcon sensor is only licensed to be installed on university owned devices. It should not be installed on personally owned devices. Contact unit IT for installation assistance.
Instructions
Windows
Windows (GUI): Method 1
- Look for the CrowdStrike Falcon system tray icon (usually in the lower right corner of your display screen).
- It may be necessary to click the arrow (^) to show hidden icons.
- If the system tray icon is present, CrowdStrike Falcon is installed.
Windows (GUI): Method 2
- Right-click on the Start button, (often in the lower-left corner or lower center of the screen). Select "Installed Apps".
- In the new window that opens, scroll down until you locate "CrowdStrike Windows Sensor" in the list of installed apps. Alternatively, in the search bar at the top, type in "CrowdStrike" to filter the list of installed apps.
- If you cannot find an entry for "CrowdStrike Windows Sensor", CrowdStrike is NOT installed.
Windows (GUI): Method 3
- Press Ctrl + Shift + Esc to bring up Task Manager.
- Go to the Services tab.
- Look for: CSFalconService in the services list under the "Name" column with a status of "Running".
Windows (command line)
- Open command prompt.
- Run the following command: sc query csagent
- If you see "STATE: 4 RUNNING", CrowdStrike Falcon is installed and running.
Mac OS
MacOS (GUI): Method 1
- Go to your Applications folder and look for the Falcon application. Note: If you cannot find the Falcon application, CrowdStrike is NOT installed.
- Locate the Falcon app and double-click it to launch it.
- The application should launch and display status information.
MacOS (GUI):
- Press Command + Space.
- Type Activity Monitor.
- Search for "falcon".
- If you see "falcon" this indicates the Falcon sensor is installed and running.
MacOS (command line)
- Open a Terminal window.
- Run the following command: /Applications/Falcon.app/Contents/Resources/falconctl info
- If Terminal displays command not found, Crowdstrike is not installed.
Linux
Linux (command line) -- method 1
- Open a terminal window.
- Run the following command: sudo systemctl status falcon-sensor
- If installed and running, you’ll see: Active: active (running)
Linux (command line) -- method 2
- For RHEL / Rocky / Alma, run the following command: rpm -qa | grep falcon
- For Ubuntu / Debian, run the following command: dpkg -l | grep falcon
- If installed, you’ll see: falcon-sensor
Linux (command line) -- method 3
- Open a terminal window.
- Run the following command: sudo /opt/CrowdStrike/falconctl -g --version
- If it returns a version number, Falcon is installed.
Linux (command line) -- method 4
- Open a terminal window.
- Run the following command: ps -e | grep falcon-sensor
- If you see a result similar to the following, CrowdStrike Falcon is installed and running (the process ID number will vary): 6781 ? 00:31:59 falcon-sensor