2 minutes
Deploying Crowdstrike with Meraki
Just some quick notes I put together, for anyone looking to deploy the Crowdstrike Falcon agent to MacOS via Cisco Meraki.
- Hit up the Crowdstrike documentation article
Falcon Sensor for Mac Deployment Guide (version 6.11 and later)and that’ll have the latest correct links. Specifically, you’re going to want to get the latest MacOS Falcon agent, yourCustomer ID checksumand the Falcon MDM profile. - Head over to Meraki and after logging in,
Systems Manager -> Configure -> Tags.- Select
Add tagat the top right and select an appropriate tag type. For testing, the manual tag type may be most appropriate. - Set an easy name, like
Crowdstrikeand add a device for testing.
- Select
- Now
Systems Manager -> Manage -> Settings.- Select
Add profileandUpload custom Apple profile. - Upload that Falcon MDM profile you downloaded earlier
- Set the
Scopetowith ANY of the following tagsand add theCrowdstriketag to theDevice tagssection.
- Select
- Next
Systems Manager -> Manage -> Apps.- Select
Add app,macOSapp platform andCustom app. - Set the
Namefield toFalcon, that’s important! - Set an
Icon URLif you feel like making it look pretty. - Set the
Sourcetype toUpload to the Meraki cloudbefore adding the Falcon agent installer. - You’ll want to set the
Command linetosudo /Applications/Falcon.app/Contents/Resources/falconctl license $CS_CID, where$CS_IDis equal to yourCustomer ID checksum. - Set the tags again as above
- Finally, set your own choice of other options, like
Auto-install. I don’t see the point of using theInstall as ManagedorRemove with MDMas we’re going to want to provide a token to the agent in the event we uninstall it.
- Select
- You’re ready now to push to your test device.
It works pretty well, at least for my needs so far.