go.mondoo.com/cnquery@v0.0.0-20231005093811-59568235f6ea/examples/os.mql.yaml (about) 1 # Copyright (c) Mondoo, Inc. 2 # SPDX-License-Identifier: BUSL-1.1 3 4 packs: 5 - uid: linux-mixed-queries 6 filters: 7 - asset.family.contains("unix") 8 9 queries: 10 - title: Find all SSH packages that are installed 11 mql: | 12 packages. 13 where(name == /ssh/) 14 - title: Get SSH services 15 mql: | 16 services. 17 where(name == /ssh/) 18 - title: All the SSH config 19 mql: | 20 sshd.config.params