[sc name=”ad_1″]
Mondoo is infrastructure and security analytics your cloud-native applications. By removing the code literacy, we strive to make infrastructure operations and it’s state accessible to all. It works with bare-metal, VMs, clouds, containers and Kubernetes.
Quick Start
Install mondoo
:
Workstation
export MONDOO_REGISTRATION_TOKEN='changeme'
curl -sSL http://mondoo.io/download.sh | bash
Service
export MONDOO_REGISTRATION_TOKEN='changeme'
curl -sSL http://mondoo.io/install.sh | bash
For other installation methods, have a look at our documentation.
Run a scan:
# scan a docker image from remote registry
mondoo scan -t docker://centos:7
# scan docker container (get ids from docker ps)
mondoo scan -t docker://00fa961d6b6a
# scan a ssh instance
mondoo scan -t ssh://[email protected]
Repository Structure
Mondoo Deployment
- ansible-mondoo – Ansible role for Mondoo
- chef-mondoo – Chef cookbook for Mondoo
- install.sh – Mondoo Agent Bash Installer for Servers
- download.sh – Mondoo Agent Bash Downloader for Workstation
- Dockerfile – Build script for official Mondoo container
Mondoo Integration
- packer-provisioner-mondoo – Mondoo Packer Provisioner
- terraform-provisioner-mondoo – Mondoo Terrafrom Provisioner
Examples
- ansible-aws-ec2 – Ansible Playbook to deploy Mondoo Agents
- chef-aws-ec2 – Chef Wrapper Cookbook to deploy Mondoo Agents
- cloudinit – Lauch instance on AWS with Mondoo Agent
- docker – Play with Docker & Mondoo
- packer-aws – Build & Scan AMI on AWS
- packer-digitalocean – Build & Scan image on Digitalocean
- terraform-aws – Launch & Scan instance on AWS
- terraform-digitalocean – Launch & Scan instance on Digitalocean
- vagrant – Spin-up Mondoo agents in Vagrant
Docs
[sc name=”ad-in-article”]
Add Comment