Security policies often require that devices run specific applications. Admins can use SonicWall Cloud Secure Edge (CSE) to enforce these policies by adding the Application Check Trust Factor to a relevant Trust Profile. Admins can establish a list of applications required to be running on devices in their organization, and they can specify whether these must be running (e.g., by selecting Mandatory on the Trust Profile).
The steps below cover how to add CrowdStrike as a mandatory application for your organization. You can extend these steps to other applications and scenarios.
1. Navigate from Trust > Profiles.
2. Open an existing Trust Profile or select + Create Profile.
3. Under the Trust Factors tab, add Application Check.
CrowdStrike Falcon).Always Deny if the app is not running. If No, then device access will be allowed, but the device Trust Level will be reduced accordingly if the app is not running.falcond). See a list of common apps and their corresponding patterns below.For apps that have variable process names, use regex pattern matching. For example, the Cisco Umbrella app has multiple process names depending on the app version running on a device, such as RoamingClientmenubar and umbrellamenu. In this scenario, you would enter /(umbrellamenu|RoamingClientmenubar)/ to match both process names accordingly.
5. Select Save.
The table below lists common preferred applications and their corresponding patterns.
Device Management
| App Name | macOS | Windows | Linux |
|---|---|---|---|
| JAMF | jamfAgent | n/a | n/a |
Endpoint Security
| App Name | macOS | Windows | Linux |
|---|---|---|---|
| CarbonBlack | CbOsxSensorService | cb.exe | cbdaemon |
| CrowdStrike | falcond | csagent.exe | falcon-sensor |
| Windows Defender | n/a | `msmpeng | savservice` |
Internet Gateway (including CASB)
| App Name | macOS | Windows | Linux |
|---|---|---|---|
| Cisco Umbrella | `umbrellamenu | RoamingClientmenubar` |
| OS | Command Input | Expected Output |
|---|---|---|
| macOS | ps -eco comm= | TRUE |
| Windows | tasklist /fo csv /nh | |
| Linux | ps -eo comm= |