Asset Intelligence

Search Your Inventory

Find assets, CVEs, checks, and vendor advisories anywhere in your Mondoo organization with full-text search.

The Mondoo App has a single search box that looks across everything in scope (assets, spaces, security checks, CVEs, and vendor advisories) using a case-insensitive substring match.

A few examples of what that lets you do:

  • Search a Google Cloud project ID like luna-discovery to find the project asset, every storage bucket tagged with that project, and Terraform files that mention it.
  • Search an email like stella@lunalectric.com to find every asset that has that email in any resource field.
  • Search rds across an organization to find every RDS asset and every RDS-related check defined in your policies.
  1. In the Mondoo App, navigate to the organization or space where you want to search.

  2. In the left navigation, select Search to open the search palette.

    Search in the Mondoo App

  3. Type your query. The palette lists matching pages you can jump to, plus a Search for '...' option that runs a full-text search across assets, CVEs, checks, and advisories.

  4. Pick a result from the list to open it.

To dismiss search, press Esc.

What the search box matches

  • The match is case-insensitive and is a substring match. For example, eu-central finds eu-central-1, eu-central-2, and so on.
  • Multi-word phrases match the exact substring. rds backup matches anywhere that string appears, in that order.
  • Special characters are treated literally. The search box does not support regular expressions or boolean operators.

The match is run against asset names, resource fields, and the metadata on spaces, checks, CVEs, and advisories.

  • Annotate assets: annotations are indexed by search, so you can find assets by their custom metadata.

On this page