2024
Mondoo 10.11 is out!
ยทBy Tim Smith
Back to releases
๐ฅณ Mondoo 10.11 is out! This release includes Azure Container Registry scanning, expanded OS query packs, and more!
Get this release: Installation Docs | Package Downloads | Docker Container
๐ NEW FEATURES
Azure Container Registry scanning
Mondoo now supports scanning Azure Container Registries (ACR) that require authentication using credentials stored after running the az login command.
To log in and scan a complete registry, run:
Bashaz logincnspec scan container registry my_registry.azurecr.io
๐งน IMPROVEMENTS
Collect logged-in users in query packs
Windows, Linux, and macOS query packs now collect the currently logged-in users, helping you identify active sessions on workstations and servers for access auditing.
๐ BUG FIXES AND UPDATES
- Fix a failure running the
users.all(sshkeys == empty)query. - Don't panic when the scan play is set to 0.
- Ignore deactivated users in the Slack policy's multi-factor authentication (MFA) check. Thanks for this fix, @jaybrueder!
- Improve the AWS IAM user "MFA enabled" check to only check users with a set password.
- Fix the discovery of GCP organizations and folders.
- Improve the
scan gcphelp output. - Improve failure output when a CLI command can't be parsed in the GCP provider.
- Fix 403 errors when scanning GCP.
- Fix failures scanning container registries.
- Don't print the asset MRN when running cnspec scans.
- Improve snapshot filesystem type detection.
- Fix failures scanning Google BigQuery assets.
- Improve retries during AWS scanning when requests timeout.
- Fix failures scanning Amazon ECR container registries.