Security Tools for Non-Standard Hospitals
Contents
- Crowdstrike
- Rapid7 Agent
BigFix Agent(We’re waiting to finalize install media)Druva(We’re waiting on download media)
Crowdstrike
Windows Method 1: Download/Install with powershell
Run the following powershell commands to download and install Crowdstrike:
Invoke-WebRequest -uri "https://s3.ca-central-1.amazonaws.com/pub.vcacanada.com/security_software/crowdstrike/windows/latest-2/WindowsSensor.exe" -OutFile "$env:TEMP\WindowsSensor.exe"
."$env:TEMP\WindowsSensor.exe" /install /quiet /norestart CID=289A4403E72C41AFAC93DB969D041FD7-AD PROXYDISABLE=1 ProvNoWait=1
Windows Method 2: Download manually and install with command prompt
Download a copy of the installer here. Once downloaded, run the following cmd
command from the directory you downloaded the installer into:
WindowsSensor.exe /install /quiet /norestart CID=289A4403E72C41AFAC93DB969D041FD7-AD PROXYDISABLE=1 ProvNoWait=1
Windows: Verify install
No restart is necessary after installing, so to verify the install simply run the following command in a cmd
or powershell
prompt and verify that STATE = "Running"
. It may take a minute or two after running the install command before the service will show up.
sc.exe query csfalconservice
Mac
Download a copy of the installer here. Once downloaded, double click on the .pkg
installer.
sudo /Applications/Falcon.app/Contents/Resources/falconctl grouping-tags set "VCA,VCA_Canada"
sudo /Applications/Falcon.app/Contents/Resources/falconctl license us:e5f592cd-bf99-454e-81a7-8f270446bd24
Rapid7 Agent
Windows:
- Download a copy of the agent
- Run this command in an elevated powershell window while inside the same working directory as the
.msi
file:
msiexec /i agentInstaller-x86_64.msi /l*v insight_agent_install_log.log /quiet CUSTOMTOKEN=us:e5f592cd-bf99-454e-81a7-8f270446bd24 CUSTOMATTRIBUTES="VCA,VCA_Canada"
You can verify the installation by running the following command inside a command prompt window:
sc.exe query ir_agent
Linux:
- Download the install script
- Run the following commands inside a terminal:
chmod u+x agent_installer.sh
sudo ./agent_installer.sh install_start --token us:e5f592cd-bf99-454e-81a7-8f270446bd24 --attributes "VCA,VCA_Canada"
Druva
If you do not have an offsite backup, please install Druva on all servers housing critical data. The practice management software is the bare minimum we want to backup. If this is the case, please contact the VCA Canada IT Team immediately.