Setting Up the Local VM Scanner on Windows
Aikido VM Scanner is a single-package that installs on your system, automatically scanning and identifying dependencies to provide a detailed view into your environment.
Prerequisites
Minimum system requirements: at least 1GB RAM.
Preferred system requirements: at least 2GB RAM and 4 CPUs.
Ensure you have admin privileges on your system
Make sure to use the appropriate commands for your system or cloud provider
Installation and Upgrade
Start PowerShell in admin mode, replace AIKIDO_TOKEN with valid token from Local VM scanning page in Aikido. You can also specify the following optional parameters:
VM_TYPEas one of:production,stagingordevelopment.OUTPUTas one of:stdout,stderrornone.
Invoke-WebRequest -Uri "https://aikido-vm-agent.s3.eu-west-1.amazonaws.com/v1.3.3/AikidoVmScanner.msi" -OutFile "AikidoVmScanner.msi"
msiexec /i AikidoVmScanner.msi /qn /norestart AIKIDO_TOKEN=REPLACE_ME VM_TYPE=production OUTPUT=stderrMD5
4366bb1d0ed4e8183fc5d3c055258a19
SHA256
8123bb8873054e2b0cbed8393fdd2d37fc2899a0f091d459929a3cc9748fc0b4
If you have an automated process for installation and you always want to be on the latest version, you can use the following link:
https://aikido-vm-agent.s3.eu-west-1.amazonaws.com/latest/AikidoVmScanner.msi
The VM Scanner Agent runs once a day, at a random time between 4:00 AM - 8:00 AM (machine time).
After install, a first scan will start automatically. If you want to run it on demand, you can manually execute it with the following command in a PowerShell with admin privileges.
Uninstall
Start PowerShell in admin mode and run:
Logs
Logs are available here, along with the last generated SBOM: C:\ProgramData\AikidoVmScanner\Logs
Last updated
Was this helpful?