Checking the Falcon Sensor on Windows
Method 1: Verify via Command Prompt
- Open Command Prompt by pressing Win + R, typing
cmd, and pressing Enter. - Type
sc query csagentand press Enter. - If the STATE shows
RUNNING, the Falcon Sensor is active. If it is STOPPED, start it by typingnet start csagentand pressing Enter.
Method 2: Verify via Control Panel
- Open Control Panel and go to Programs and Features.
- Look for CrowdStrike Falcon Sensor in the installed programs list.
- If it is listed, the sensor is installed.
Method 3: Check Connection to the Falcon Console
- Log into the CrowdStrike Falcon Console at: https://falcon.crowdstrike.com or https://falcon.us-2.crowdstrike.com/ (Varies by tenant).
- Click Hosts > Host Management.
- Search for the computer name.
- If the device appears and shows as Connected, the sensor is functioning properly.
Checking the Falcon Sensor on macOS
Method 1: Verify via Terminal
- Open Terminal (
Command + Space, type “Terminal”, and press Enter). - Type
sudo /Applications/Falcon.app/Contents/Resources/falconctl statsand press Enter. - Look for the message “Sensor operational: true”.
- If the sensor is not running, restart it by typing
sudo launchctl load /Library/LaunchDaemons/com.crowdstrike.falcon.Agent.plistand pressing Enter.
Method 2: Check Falcon Sensor in System Preferences
- Open System Settings (or System Preferences on older macOS versions).
- Go to Privacy & Security > Full Disk Access.
- Ensure CrowdStrike Falcon Sensor has the required permissions.
Method 3: Check Connection to the Falcon Console
- Log into the Falcon Console at https://falcon.crowdstrike.com.
- Click Hosts > Host Management.
- Search for your Mac’s hostname or serial number.
- If the device appears as Connected, the Falcon Sensor is working.
Checking the Falcon Sensor on Linux
Method 1: Verify the Sensor Service
- Open Terminal.
- Type
sudo systemctl status falcon-sensorand press Enter. - If the output shows Active (running), the sensor is operational.
- If the sensor is not running, start it by typing
sudo systemctl start falcon-sensorand pressing Enter.
Method 2: Check Sensor Version and Status
- Open Terminal.
- Type
sudo falconctl statsand press Enter. - Look for the message “Sensor operational: true”.
Method 3: Verify Connection to Falcon Console
- Log into the Falcon Console at https://falcon.crowdstrike.com.
- Click Hosts > Host Management.
- Search for the hostname or IP address of your Linux machine.
- If the device appears as Connected, the Falcon Sensor is working properly.
The CrowdStrike Falcon Admin Cheat Sheet
Quick-reference commands, pre-built exclusion templates for SQL Server, SCCM, Exchange, and Domain Controllers, plus sensor health check scripts.
CrowdStrike Falcon Cheat Sheet — Commands, exclusion templates, and health scripts
Troubleshooting Sensor Issues
1. Sensor is Installed but Not Running
- Restart the system and run the verification steps again.
- Check Windows Services, macOS System Extensions, or Linux systemctl logs to ensure the service is not blocked.
2. Sensor Not Reporting to the Falcon Console
- Ensure the endpoint has an active internet connection.
- Test connectivity to your CrowdStrike cloud region:
| Cloud Region | Ping Test Command |
|---|---|
| US-1 | ping ts01-b.cloudsink.net |
| US-2 | ping ts01-gyr-maverick.cloudsink.net |
| EU-1 | ping ts01-lanner-lion.cloudsink.net |
| US-GOV-1 | ping ts01-laggar-gcw.cloudsink.net |
- If the ping fails, check firewall or proxy settings.
- Verify your cloud region by logging into the Falcon Console and checking the URL domain (falcon.crowdstrike.com = US-1, falcon.us-2.crowdstrike.com = US-2, etc.).
3. Service Fails to Start
- On Windows, type
net start csagentin Command Prompt. - On macOS, type
sudo launchctl load /Library/LaunchDaemons/com.crowdstrike.falcon.Agent.plistin Terminal. - On Linux, type
sudo systemctl restart falcon-sensorin Terminal.