Mondoo 5.27.0 is out!
ยท One min read
๐ฅณ mondoo 5.27.0 is out!
๐ NEW FEATURESโ
ESXi command resourceConnect to a specific ESXi host:
mondoo 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:
mondoo> esxi.command("system coredump network get").result
esxi.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:
vsphere.datacenters {
hosts {
inventoryPath
esxi.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
AddPermissions
error recorded in CloudWatch logs when trying to update the Lambda function policy