2022
Mondoo 5.27.0 is out!
ยทBy vj
Back to releases
๐ฅณ mondoo 5.27.0 is out!
๐ NEW FEATURES
ESXi command resource
Connect to a specific ESXi host:
Bashmondoo shell -t vsphere://root@192.168.178.30 --ask-pass --discover host-machines --platform-id //platformid.api.mondoo.app/runtime/vsphere/instance/ha-host/moid/HostSystem-ha-host
Then run the command and retrieve the results:
Mqlscriptmondoo> esxi.command("system coredump network get").resultesxi.command.result: [0: {Enabled: "false"HostVNic: ""IsUsingIPv6: "false"NetworkServerIP: ""NetworkServerPort: "0"}]
When you connect to vSphere's API you can combine the resource with each host:
Mqlscriptvsphere.datacenters {hosts {inventoryPathesxi.command(command: "system coredump network get", inventoryPath: inventoryPath).result}}
๐งน IMPROVEMENTS
- Linux policy updates
- New vulnerability report api, UI view coming soon!
- Split the VMware policy between vsphere and vsphere-esxi
๐ BUG FIXES AND UPDATES
- AWS integration: fix
AddPermissionserror recorded in CloudWatch logs when trying to update the Lambda function policy