Skip to main content

Mondoo 11.34 is out!

ยท 2 min read
Tim Smith
Tim Smith
Mondoo Core Team

๐Ÿฅณ Mondoo 11.34 is out! This release includes updated CIS macOS Sequoia benchmarks and more!โ€‹

Get this release: Installation Docs | Package Downloads | Docker Container


๐Ÿงน IMPROVEMENTSโ€‹

CIS macOS Sequoia benchmark 1.0โ€‹

Secure Apple's latest macOS release with an updated CIS benchmark. This policy has several new recommendations and improved queries compared to the preview release.

๐Ÿ› BUG FIXES AND UPDATESโ€‹

  • Improve display of affected assets in the vulnerabilities overview page.
  • Improve default values displayed for Cloudflare R2 buckets.
  • Handle nil login values in the microsoft.user.auditlog resource.
  • Add more detailed command line help for the GitLab provider.
  • Fix failures with JSON exports if a duplicate key exists.
  • Fix failures in the Mondoo Linux Security Policy's auditd checks when scanning Ubuntu or Debian systems.
  • Fix failures running CIS VMware policy vulnerabilities checks.
  • Fix some checks showing as passed when they have failed.
  • Fix Kubernetes services displaying in multiple inventory page asset groups.
  • Improve the output and reliability of CIS macOS benchmarks.
  • Add descriptions, impacts, and remediation steps to each check in the Mondoo TLS Security policy.
  • Add an icon for ticket systems on the add integrations page.
  • Fix display of the last successful integration time.

Mondoo 11.33 is out!

ยท 2 min read
Tim Smith
Tim Smith
Mondoo Core Team

๐Ÿฅณ Mondoo 11.33 is out! This release includes Cloudflare asset inventory, expanded Entra ID inspection, and more!โ€‹

Get this release: Installation Docs | Package Downloads | Docker Container


๐ŸŽ‰ NEW FEATURESโ€‹

Explore Cloudflare servicesโ€‹

Dive deep into your Cloudflare infrastructure with a new Cloudflare provider for cnquery/cnspec. Use this provider to gather information on key Cloudflare services:

  • Accounts
  • Zones
  • DNS records
  • R2
  • Zero Trust apps
  • Streams
  • Videos
  • Workers
  • Pages

This example queries DNS zones:

cnquery run cloudflare -c "cloudflare.zones[1] { name dns { * } }"
cloudflare.zones[1]: {
name: "lunalectric.com"
dns: {
records: [
0: cloudflare.dns.record type="A" content="164.90.210.141" name="api.lunalectric.com"
1: cloudflare.dns.record type="A" content="142.93.110.9" name="console.lunalectric.com"
3: cloudflare.dns.record type="CNAME" content="console.lunalectric.com-pages.pages.dev" name="prod.lunalectric.com"
7: cloudflare.dns.record type="MX" content="mail.protonmail.com" name="lunalectric.com"
9: cloudflare.dns.record type="TXT" content="v=DMARC1; p=none; rua=mailto:e60948910ee34fe61be5a6bf2c3fb@dmarc-reports.cloudflare.net,mailto:dmark@lunalectric.com" name="_dmarc.lunalectric.com"
11: cloudflare.dns.record type="AAAA" content="100::" name="meet.lunalectric.com"
]
}
}

๐Ÿงน IMPROVEMENTSโ€‹

Resource updatesโ€‹

aws.ecr.imageโ€‹

  • New lastRecordedPullTime field
  • New pushedAt field
  • New sizeInBytes field

microsoft.userโ€‹

  • New creationType field
  • New identities field using the new microsoft.user.identity resource
  • New auditlog field using the new microsoft.user.auditlog resource

๐Ÿ› BUG FIXES AND UPDATESโ€‹

  • Improve default output of the github.repository.adminCollaborators resource.
  • Improve default output of the github.organization.packages resource.
  • Fix macOS process resource executable values to align with the output from Linux systems.
  • Add the EOL date for Fedora 41 and update dates for 40 and 39 to match the latest published information from the Fedora Project.
  • Improve cleanup of inactive assets in large organizations.
  • Fix missing compliance check mappings for some frameworks.
  • Add the missing query Ensure permissions on /etc/group.old are configured to the CIS SUSE Linux Enterprise 11 Benchmark policy.
  • Improve the reliability of aggregate score generation on dashboards.
  • Add two checks to the CIS VMware ESXi 6.7 and 7.0 Benchmark policies:
    • Ensure port-level configuration overrides are disabled
    • Ensure Virtual Distributed Switch NetFlow traffic is sent to an authorized collector
  • Add an asset group for Kubernetes Namespace assets.

Mondoo 11.32 is out!

ยท 2 min read
Tim Smith
Tim Smith
Mondoo Core Team

๐Ÿฅณ Mondoo 11.32 is out! This release includes single-command Azure integration, expanded risk factor support, Windows LTSC/LTSB support, and more!โ€‹

Get this release: Installation Docs | Package Downloads | Docker Container


๐ŸŽ‰ NEW FEATURESโ€‹

Single-command Azure integrationโ€‹

Integrate Mondoo and Azure with just a single command. No more worrying about setting up apps, configuring service principals, or generating certificates. Tell Mondoo what you'd like to scan in your Azure subscription and paste the command in CloudShell. Then kick back, relax, and let Mondoo do the heavy lifting.

Automated Azure integration setup

Detect EOL dates for Windows LTSC and LTSB releasesโ€‹

Mondoo EOL detection support for Windows now includes the Microsoft Long Term Servicing Channel (LTSC) and Long Term Servicing Branch (LTSB) releases. No matter what release of Windows you use, Mondoo detects upcoming EOL dates.

๐Ÿงน IMPROVEMENTSโ€‹

Badges for new policiesโ€‹

Too many cooks in the kitchen? Understand when you or your coworkers enable new policies in a space with a "New" badge on any policy enabled in the last 7 days.

New policy badge

Show risk factors on asset checksโ€‹

Understand risks that elevate security concerns on your assets with risk factors on asset checks tables.

Risk factor on asset check

๐Ÿ› BUG FIXES AND UPDATESโ€‹

  • Improve cloud snapshot scanning to support devices with multiple block devices.
  • Improve performance of Windows SMBIOS discovery.
  • Fix Windows platform detection in local scans.
  • Improve performance of cloud detection on *nix systems. Thanks tomtrix!
  • Don't display assets without vulnerabilities on the vulnerability dashboard.
  • Display the platform for each asset in affected asset tables.
  • Update VMware EOL dates to use the new extended dates.
  • Fix an issue that prevented data exports of some checks.
  • Fix TLS checks in the CIS Azure Foundations benchmark policy to match additional variations of TLS 1.2 and 1.3.
  • Add Ensure error logging is enabled and set to the info logging level check to the CIS NGINX benchmark policy.
  • Fix failures in the Ensure discretionary access control permission modification events are collected check in Linux CIS benchmarks.
  • Improve usage of properties in the CIS NGINX benchmark policy.
  • Improve reliability of last successful scan time on integrations.
  • Add tool tips to asset counts on the spaces page.
  • Add tool tips to the exceptions counts on compliance pages.

Mondoo 11.31 is out!

ยท 4 min read
Tim Smith
Tim Smith
Mondoo Core Team

๐Ÿฅณ Mondoo 11.31 is out! This release includes asset inventory exploration, NGINX security, expanded risk detection, and more!โ€‹

Get this release: Installation Docs | Package Downloads | Docker Container


๐ŸŽ‰ NEW FEATURESโ€‹

Explore query packs results space-wideโ€‹

Understand the configuration of systems throughout your spaces with query packs. Query pack pages now expose results returned for each asset. Use Mondoo's two dozen out-of-the-box query packs to expose important configuration data such as running processes or available memory. If those query packs don't include quite what you need, write your own query packs to expose business-specific asset configuration data throughout your spaces.

Space-wide asset queries

New CIS NGINX benchmark policiesโ€‹

Keep critical web servers, proxy servers, and load balancers secure with new CIS NGINX benchmarks. These six policies include 91 checks in total designed to ensure that NGINX is not only installed securely but configured to protect sensitive data from prying eyes.

NGINX policy page

Run Mondoo in Azure Cloud Shellโ€‹

Secure your Azure subscriptions without complex Azure credential configuration. Now Mondoo can install and run directly in Azure Cloud Shell: Simply paste the Workstation Quick Setup command in Azure Cloud Shell.

Azure CloudShell Installation

๐Ÿงน IMPROVEMENTSโ€‹

Priority findings on the spaces pageโ€‹

Quickly understand the spaces that need your attention the most with a count of priority findings shown on the spaces page. The number of priority findings is the total of all critical and high findings on the space. Mondoo highlights them to help you to better prioritize your effort.

Spaces page tiles

Faster load times in complianceโ€‹

Track your compliance quicker than ever, with up to 10x faster load times in the Compliance Frameworks page.

Additional risk factors for FTP serversโ€‹

Prioritize the risks that matter the most with new risk factors for assets running vsftp, Pure-FTPd, and ProFTPD FTP servers.

New risk factors in Security Model configuration

Updated CIS Debian 11 Benchmark policy 2.0.0โ€‹

With 665 updates including new and improved checks, descriptions, and remediation steps, this updated policy keeps your Debian 11 systems secure against the latest threats.

Resource updatesโ€‹

gitlab.projectโ€‹

  • New emptyRepo field
  • New groupRunnersEnabled field
  • New jobsEnabled field
  • New sharedRunnersEnabled field

gitlab.project.approvalsettingโ€‹

  • New selectiveCodeOwnerRemovals field

gitlab.project.memberโ€‹

  • New state field
  • New username field

๐Ÿ› BUG FIXES AND UPDATESโ€‹

  • Improve the rendering of descriptions and remediation steps in the Mondoo Linux Security policy.
  • Move all service checks in the Mondoo Linux Security policy into a Sensitive Services chapter.
  • Expand the Mondoo Linux Security policy Ensure FTP servers are stopped and not enabled check to include Pure-FTPd and ProFTPD.
  • Expand the Mondoo Linux Security policy's Ensure IMAP and POP3 servers are stopped and not enabled check to include the Cyrus IMAP server.
  • Expand the Mondoo Linux Security policy's Ensure DNS server is stopped and not enabled, Ensure NIS server is stopped and not enabled, and Ensure talk server is stopped and not enabled checks to support Debian- and Ubuntu-based systems.
  • Add remediation steps for SLES/openSUSE to the Mondoo Linux Security policy.
  • Fix the Mondoo Linux Security policy's Ensure SSH Protocol is set to 2 check incorrectly running on Ubuntu 24.04 systems.
  • Fix the Mondoo Linux Security policy's Ensure mail transfer agent is configured for local-only mode incorrectly identifying the IPv6 loopback address.
  • Ensure that the remediation steps in the Mondoo Linux Security policy include service restarts where necessary.
  • Fix failing compliance reports in some spaces.
  • Fix some AWS and Azure platforms not displaying correctly in the inventory overview.
  • Fix the link to the CloudFormation template during AWS Serverless integration setup with non-us-east-1 regions.
  • Add support for searching for software, compliance frameworks, and compliance controls in a space.

Mondoo 11.30 is out!

ยท 2 min read
Tim Smith
Tim Smith
Mondoo Core Team

๐Ÿฅณ Mondoo 11.30 is out! This release includes notes for cases, expanded Windows snapshot scanning, updated policies, and more!โ€‹

Get this release: Installation Docs | Package Downloads | Docker Container


๐ŸŽ‰ NEW FEATURESโ€‹

Notes for casesโ€‹

Cases are an important way to communicate with the team fixing security issues. Now you can provide the context that downstream teams need to remediate problems quickly: When you create a case, you can write a note, which automatically syncs to your ticketing or project management system.

Notes

Package data in Windows snapshot scansโ€‹

You can now expose package vulnerabilities on Windows cloud hosts without deploying agents. Windows cloud snapshot scans now include package discovery.

Parse fstab entries with MQLโ€‹

Dive head first into Linux fstab entries with new MQL resources for fstab data.

fstab.entries: [
0: {
fsck: 1
options: "defaults,noatime"
device: "UUID=7c4e7e0e-ce36-42f9-b456-16f78f3a1eb1"
fstype: "xfs"
mountpoint: "/"
dump: 1
}
1: {
fsck: 2
options: "defaults,noatime,uid=0,gid=0,umask=0077,shortname=winnt,x-systemd.automount"
device: "UUID=C155-24D2"
fstype: "vfat"
mountpoint: "/boot/efi"
dump: 0
}
]

Discover VMware distributed virtual switches and port groupsโ€‹

Mondoo's new and expanded MQL resources for VMware let you discover and secure VMware distributed virtual switches and port groups.

vsphere.datacenters { distributedPortgroups { name properties } }

and

vsphere.datacenters {distributedSwitches {*} }

๐Ÿงน IMPROVEMENTSโ€‹

CIS Debian 12 v1.1.0 benchmark policyโ€‹

Secure Debian 12 systems with the latest recommendations from the Center for Internet Security. This newly updated policy includes 365 updates including all new checks, updated descriptions, and improved remediation steps.

CIS macOS 12 v3.1.0 benchmark policyโ€‹

Secure legacy macOS 12 systems with the newly updated macOS 12 (Monterey) benchmark, including updated checks, recommendations, and remediation steps.

Resource updatesโ€‹

files.findโ€‹

  • New depth field

microsoft.conditionalAccessโ€‹

  • The namedLocations field now returns the new microsoft.conditionalAccess.namedLocations resource

vsphere.vswitch.dvโ€‹

  • New moid field

๐Ÿ› BUG FIXES AND UPDATESโ€‹

  • Improve help in the GitHub provider.
  • Handle nil directory names in the files.find resource.

Mondoo 11.29 is out!

ยท 3 min read
Tim Smith
Tim Smith
Mondoo Core Team

๐Ÿฅณ Mondoo 11.29 is out! This release includes asset risk factor customization, Windows Server 2025 support, and more!โ€‹

Get this release: Installation Docs | Package Downloads | Docker Container


๐ŸŽ‰ NEW FEATURESโ€‹

Risk factor customizationโ€‹

Tailor Mondoo's security model to match the needs of your business with risk factor customizations. Choose which risk factors matter to you and tune how much impact each risk factor has on the prioritization of findings. That way, the unique needs of your infrastructure determine which systems require urgent attention.

Custom Risk Factors

Expanded risk factorsโ€‹

Focus on the most important systems first, with new risk factors for critical databases, file sharing, and directory services. These new risk factors surface your most critical systems first, so you can focus your energy on the highest risks to your business:

  • Cassandra
  • Elasticsearch
  • MariaDB
  • MongoDB
  • OpenLDAP
  • OpenSearch
  • Samba

Descriptions for organizations and spacesโ€‹

Communicate the intended purpose of organizations and spaces to your coworkers, or maybe just your future self, with long descriptions for organizations and spaces. Set a description in the new organization and space creation pages or edit them after the fact in the settings pages.

Space Description

๐Ÿงน IMPROVEMENTSโ€‹

Windows 2025 supportโ€‹

It's been over three years since the last major Windows Server release, and Microsoft has been busy putting plenty of new security features in Windows 2025. If you're testing the waters on this new version, released this week, Mondoo has your back! We have full support for securing Windows Server 2025, including the new Arm processor variants.

If you're interested in learning more about everything new in this release, check out our Overview of Changes and New Security Features in Windows Server 2025 blog post.

CloudLinux supportโ€‹

Query and secure CloudLinux assets with new support in Mondoo for the hosted-optimized Linux distribution.

CIS AWS Foundations benchmark 4.0โ€‹

Stay on top of the latest threats against your AWS infrastructure with the updated CIS AWS Foundations benchmark 4.0. This new release includes 14 new and updated recommendations for the most commonly used Amazon services.

Resource updatesโ€‹

microsoft.userโ€‹

  • New mfaEnabled field

๐Ÿ› BUG FIXES AND UPDATESโ€‹

  • Improve the text describing policy scoring.
  • Improve the layout of the page when adding an integration and all recommended policies are already enabled.
  • Add more input validation for GitHub Enterprise URLs in the GitHub Issues integration setup.
  • Fix a panic querying aws.eks.clusters { * } when no disks are present.
  • Include RPM packages with the vendor of "(none)" in the packages resource.
  • Improve scalability of the GitHub provider in very large organizations.
  • Provide a helpful error message when clients can't authenticate with Mondoo Platform.
  • Report IBM dB2 and Amazon Aurora RDS instances in asset overviews.
  • Support fetching Windows Appx packages during filesystem scans.
  • Update policy and query pack download icons to be more consistent with other console icons.
  • Don't include the properties tab on policies that don't have any properties.
  • Include the create date in asset overviews for AWS EFS filesystem assets.
  • Fix a failure running some Microsoft 365 integration scans.
  • Update VMware ESXi 7 EOL to the new extended EOL date.
  • Don't show internal query packs on the query packs page.
  • Update Microsoft Teams notification support to use the new AdaptiveCard system in Teams.

Mondoo 11.28 is out!

ยท 3 min read
Tim Smith
Tim Smith
Mondoo Core Team
Charles Johnson
Charles Johnson
Mondoo Core Team

๐Ÿฅณ Mondoo 11.28 is out! This release includes Azure DevOps ticketing, policy scoring configuration, updated policies, and more!โ€‹

Get this release: Installation Docs | Package Downloads | Docker Container


๐ŸŽ‰ NEW FEATURESโ€‹

Create Azure DevOps issues from Mondooโ€‹

Mondoo now supports creating remediation tickets in Azure DevOps. This option joins our existing support for ticketing with Jira, Zendesk, GitHub, GitLab, and email.

Mondoo can create tickets in these external systems and update them as it detects changes. When all the findings are remediated, Mondoo can automatically close tickets. When previously resolved findings regress, Mondoo can automatically open new cases to track remediation.

Cases in Azure DevOps

Policy scoring weight configurationโ€‹

Configure how Mondoo scores your policies with a newly redesigned policy page. The new page makes it easier to enable or disable a policy, share that policy with colleagues, and now to modify how that policy is scored. Select the scale icon from the top of any policy page to display five new scoring options.

Scoring

Learn more about scoring systems in the Mondoo documentation.

๐Ÿงน IMPROVEMENTSโ€‹

Updated CIS Windows benchmark policiesโ€‹

Secure critical Windows servers with the latest CIS recommendations for Windows 2016 and 2019:

  • CIS Windows Server 2016 benchmark 3.0.0
  • CIS Windows Server 2019 benchmark 3.0.1

Creation and scan details for integrationsโ€‹

Integration detail pages now expose creation and scan information to help with understand and troubleshooting integrations

  • Creation date
  • Last modification date
  • Last successful scan date
  • Last attempted scan date

Integration details

Fedora 41 supportโ€‹

Mondoo now detects Fedora 41 servers, workstations, and containers including EOL and package CVE support.

Simplified policy property editingโ€‹

You can now modify policy property values directly on the policies page at Security -> Policies, making it easier to customize policies to your needs.

Editing properties

Resource updatesโ€‹

assetโ€‹

  • New purl field

aws.ec2.instanceโ€‹

  • New iamInstanceProfile field using the new aws.iam.instanceProfile resource

aws.iamโ€‹

  • New instanceProfiles field using the new aws.iam.instanceProfile resource

๐Ÿ› BUG FIXES AND UPDATESโ€‹

  • Fix formatting on sample commands in the workstation integration setup page.
  • Detect CVEs on recent VMware vCenter releases.
  • Improve password expiration checks in Windows policies.
  • Fix a failure loading the AWS integration details page with certain configuration options enabled.
  • Identify new M4 iMacs in the asset overview.
  • Improve the icon for uploading custom frameworks, policies, and query packs.
  • Fix package detection on the latest releases of openSUSE/SLES.
  • Use the asset name defined in inventory files when scanning assets over SSH.
  • Fix command line help for the Azure provider not showing all available flags.
  • Fix a failure scanning Microsoft 365.
  • Fix some AWS resources not fetching tags properly.
  • Don't show the filter search bar on the Policies page when there are no enabled policies.

Mondoo 11.27 is out!

ยท 3 min read
Tim Smith
Tim Smith
Mondoo Core Team

๐Ÿฅณ Mondoo 11.27 is out! This release includes simplified policy management, Shodan scanning, and more!โ€‹

Get this release: Installation Docs | Package Downloads | Docker Container


๐ŸŽ‰ NEW FEATURESโ€‹

Simplified policy and query pack managementโ€‹

Say goodbye to the Registry and hello to simplified policy management and insights. A more intuitable organization puts the content you need at your fingertips:

  • All the tasks you perform with policies are now accessible under Security.

  • All the tasks you perform with query packs are now accessible under Inventory.

  • All the tasks you perform with frameworks are now accessible under Compliance.

Content in nav bar

We listened to your feedback and made it easier to see what content is enabled and to enable or disable those policies, query packs, and frameworks. Customization is within closer reach with improved management of custom content and configuration of scoring vs. preview policies.

Simpler policy enablement

Understand external exposure with continuous Shodan scansโ€‹

Gain visibility into your infrastructure's external exposure with continuous Shodan scanning. Our new Shodan integration allows you to automatically monitor domains, IPs, and even entire IP blocks for external risk.

Shodan Integration

Paired with our new Shodan Security policy and query pack, this scanning provides critical insights into what attackers know about your systems. Now you can prioritize essential fixes effectively.

Shodan Asset

Search available integrationsโ€‹

Quickly find the exact integration you're looking for with search on the integrations page.

Integration search

๐Ÿงน IMPROVEMENTSโ€‹

Support non-ASCII characters in space and organization namesโ€‹

We got a bit wrapped up in 'Merica and tossed a few too many bald eagles on the space and organization creation pages. The eagles have been relocated and now customers across the globe can safely create spaces and organizations with all your favorite non-ASCII characters.

Updated CIS VMware benchmark policiesโ€‹

Secure your critical VMware infrastructure with the latest recommendations from The Center for Internet Security (CIS):

  • CIS VMware ESXi 6.7 Benchmark v1.4.0
  • CIS VMware ESXi 7.0 Benchmark v1.4.0
  • CIS VMware ESXi 8.0 Benchmark v1.1.0

๐Ÿ› BUG FIXES AND UPDATESโ€‹

  • Improve email address validation in integration setup pages.
  • Add GitHub token validation to GitHub integrations.
  • Update GitHub integration setup instructions to better clarify required vs. optional fields.
  • Fix rendering of dividers on integration status pages.
  • Fix display of Windows setup commands on the workstation integration page.
  • Improve the display of policies with multiple authors.
  • Improve the alignment and display of risk factor icons on vulnerability, advisory, and check pages.
  • Show larger descriptions by default on advisory and CVE pages.
  • Improve the layout of EC2 filtering options in the AWS serverless integration setup.
  • Improve alignment of text in affected asset, top vulnerabilities, and top security findings tables.
  • Fix application of some policies on Terraform assets.
  • Identify the new 14" MacBook Pro M4 in the asset overview.
  • Improve the reliability of queries in the Mondoo Microsoft Azure Security policy.
  • Fix a failure to load some older AWS serverless integrations.
  • Fix a failure scanning in the ms365.exchangeonline.reportSubmissionPolicy resource.
  • Expose additional labels on Amazon ECS containers.
  • Support scanning Shodan assets using an inventory file.
  • Improve command line help for Snowflake and Slack.
  • Display the cnspec version used to scan hosted integration assets in the asset configuration.

Mondoo 11.26 is out!

ยท 3 min read
Tim Smith
Tim Smith
Mondoo Core Team

๐Ÿฅณ Mondoo 11.26 is out! This release includes new AWS scan filtering options, custom fields in Zendesk cases, and more!โ€‹

Get this release: Installation Docs | Package Downloads | Docker Container


๐ŸŽ‰ NEW FEATURESโ€‹

AWS resource scan filteringโ€‹

Pick and choose the exact AWS resources that Mondoo evaluates with new scan filtering.

The AWS serverless integration now includes the ability to define AWS resources to scan with region-, instance-, and tag-based include and exclude filters. Scan just a single region or exclude resources using owner tags.

AWS resource filtering

For CLI users, now you can specify a comma-separated list of tag values with the --filters flag.

To include only EC2 instances with the "Owner" tag of "backend", "frontend", or "dba":

--filters ec2:tag:Owner=backend,frontend,dba

To exclude EC2 instances with the "Owner" tag of "qa" and "dev":

--filters exclude:ec2:tag:Owner=qa,dev

Custom fields for Zendesk casesโ€‹

Improve the routing of cases generated in Zendesk with new globally set custom fields.

Custom fields for Zendesk

๐Ÿงน IMPROVEMENTSโ€‹

Improved policy risk displayโ€‹

Understand the risk scores distribution of policies across assets in your spaces with improved asset scan results on the security policies page.

Risk score distribution

Ubuntu 24.10 platform supportโ€‹

Secure workstations running the latest release of Ubuntu with full Ubuntu 24.10 support including Linux security policies, vulnerability detection, and EOL support.

๐Ÿ› BUG FIXES AND UPDATESโ€‹

  • Fix errors on the Software page versions graph if all risk severities are unchecked.
  • Add a creation date column to ticketing integration lists.
  • Don't display "Last scanned" on ticketing integration pages.
  • Don't display the "Schedule Now" button on ticketing integration pages.
  • Don't include the "Pause Scanning" menu option on ticketing integration pages.
  • Improve display of affected assets on advisories, CVEs, and checks pages.
  • Fix flickering of text fields on integration setup pages.
  • Improve rendering of manual setup instructions on the Workstation integration setup page.
  • Don't show base scores in the score summaries of CVEs or Advisories.
  • Fix incorrect rendering of some tool tips on overview pages.
  • Improve rendering of compliance progress bars at 0% progress.
  • Improve reliability of advisories and MTTR values on the vulnerabilities overview page.
  • Improve readability of markdown generated by cases.
  • Expand and improve help in cnquery and cnspec.
  • Properly parse command line flags containing double hyphens (--).
  • Improve performance loading asset checks.

Mondoo 11.25 is out!

ยท 2 min read
Tim Smith
Tim Smith
Mondoo Core Team

๐Ÿฅณ Mondoo 11.25 is out! This release includes expanded platform and AWS region support, updated Ubuntu 22.04 CIS policies, and more!โ€‹

Get this release: Installation Docs | Package Downloads | Docker Container


๐Ÿงน IMPROVEMENTSโ€‹

Updated CIS Ubuntu 22.04 benchmark policyโ€‹

Secure critical Ubuntu 22.04 systems with the latest CIS Ubuntu benchmark version 2.0 policy. This updated policy includes 488 changes including dozens of all-new checks to keep your systems secure against the latest threats.

Expanded AWS serverless integration region supportโ€‹

The Mondoo AWS serverless integration has always supported scanning your AWS resources in any region. Now you have additional options for where the scanner itself runs. Mondoo now supports installing the integration into the following new regions:

  • ca-central-1
  • eu-north-1
  • eu-west-2
  • eu-west-3
  • ap-south-1

Expanded platform supportโ€‹

Ensure systems are supported and secured with expanded vulnerability and end of life detection:

  • Windows 11 24H2
  • Google COS 117
  • macOS Monterey (12)

View exception count on check pagesโ€‹

Exception counts on individual check pages let you quickly see how many exceptions are set for an individual check.

Exceptions summary information

๐Ÿ› BUG FIXES AND UPDATESโ€‹

  • Improve score accuracy for CVEs and checks.
  • Open links from the AWS integration page in new tabs.
  • Improve form validation and formatting in the AWS integration setup form.
  • Fix incorrectly clipped log messages in the AWS integration page.
  • Make single account installs the default option during AWS serverless integration setup.
  • Improve auditd checks in CIS Linux benchmark policies to better support container image and filesystem snapshot scans.
  • Redirect to the spaces list page after deleting a space.
  • Support sending very large scan results to Mondoo Platform.
  • Fix returning an incorrect platform family for Dockerfiles.
  • Improve scan reliability in the AWS serverless integration.
  • Expand and improve help in cnquery and cnspec.
  • Update CIS Google Cloud Foundations policy to version 3.0 to match the check content.