Skip to main content
Question

Crowdstrike Falcon Sensor v6.11+ Big Sur and M1 Deployment help

  • November 21, 2020
  • 30 replies
  • 375 views

Show first post

30 replies

afarnsworth
Forum|alt.badge.img+8
  • Contributor
  • February 25, 2021

@danny.gutman You can configure a Notifications payload using the bundle identifier

com.crowdstrike.falcon.UserAgent

donmontalvo
Forum|alt.badge.img+36
  • Hall of Fame
  • April 8, 2021

@afarnsworth like this?

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
    <dict>
        <key>NotificationSettings</key>
        <array>
            <dict>
                <key>BundleIdentifier</key>
                <string>com.crowdstrike.falcon.UserAgent</string>
                <key>NotificationsEnabled</key>
                <false/>
                <key>AlertType</key>
                <integer>1</integer>
                <key>ShowInLockScreen</key>
                <false/>
                <key>ShowInNotificationCenter</key>
                <false/>
                <key>BadgesEnabled</key>
                <false/>
                <key>SoundsEnabled</key>
                <false/>
            </dict>
        </array>
    </dict>
</plist>

Doesn't seem to stop the user from getting macOS Notification about the app.


Eltord
Forum|alt.badge.img+12
  • Valued Contributor
  • April 12, 2021

@afarnsworth Hi, I was wondering how you found the correct bundle ID to use for the notifications payload. I tried doing the osascript -e "id of app "appName"' method but got a different one, and couldn't find the correct one until I saw your post here.

@donmontalvo You can use the notifications payload in Configuration Profiles in jamf to do this for you.


Forum|alt.badge.img+2
  • New Contributor
  • December 6, 2021

Any updates on this? 


Forum|alt.badge.img+8
  • Contributor
  • August 26, 2022

Here is my setup in JAMF.  It works at surpassing the initial notification from the Falcon sensor installer.  As @afarnsworth said you need to use "com.crowdstrike.falcon.UserAgent" as the bundle ID for the notifications payload.

 

Not really sure if Falcon ever sends out messages via notifications and if you want to disable or enable them.