falcon-scripts
falcon-scripts copied to clipboard
Scripts to streamline the deployment and use of the CrowdStrike Falcon sensor
Hello, It would be nice to have a similar set of features for windows and linux scripts, e.g. support for AWS SSM parameters. Now one way to distribute agent for...
``` root@hgis:~# ./falcon-crowdstrike-agent-install Check if Falcon Sensor is running ... [ Not present ] Falcon Sensor Install ... Fatal error: No sensor found for with OS Name: Ubuntu root@hgis:~# uname...
Sorry for bad English, I want to ask can we push upgrade falcon sensor by running installation script? I already tested before, and it shown "'CSFalconService' running. Falcon sensor is...
I have an azure policy that runs the customscript extension on the windows VMs to download and install the falcon sensor. Upon executing the below powershell command on the VM,...
When integrating this script into an automated process, this output can be very useful, for example to feed the result into helm chart paramters automatically.
sort -C is not supported in busybox, which is used in alpine linux
Line 252 is missing a / between the variable and the appended url. `Current: $message = "Received a $($response.StatusCode) response from $($BaseUrl)oauth2/token. Please check your credentials and try again. Error:...
I am getting error when trying to call the falcon-linux-install.sh file through ansible code below - name Run Falcon installation environment: FALCON_CLIENT_ID: passing client ID FALCON_CLIENT_SECRET: passing secret shell: |...
I have the following structure of the my Private Registry: myregistry/mynamespace In to path mynamespace, we have the images separeted by tag, for example: myregistry/mynamespace/falcon-sensor/tagv0.0.1 In to path tagv0.0.1, we...