Skip to content

Latest commit

 

History

History
68 lines (42 loc) · 1.89 KB

File metadata and controls

68 lines (42 loc) · 1.89 KB
repository

Zoom Compliance Mod

Run individual configuration, compliance and security controls or full compliance benchmarks for CIS for Zoom.

References

Zoom provides videotelephony and online chat services through a cloud-based peer-to-peer software platform.

CIS Zoom Benchmarks provide a predefined set of compliance and security best-practice checks for Zoom accounts.

Steampipe is an open source CLI to instantly query cloud APIs using SQL.

Steampipe Mods are collections of named queries, and codified controls that can be used to test current configuration of your cloud resources against a desired configuration.

Documentation

Get started

Install the Zoom plugin with Steampipe:

steampipe plugin install zoom

Clone:

git clone git@github.com:turbot/steampipe-mod-zoom-compliance
cd steampipe-mod-zoom-compliance

Run all benchmarks:

steampipe check all

Run a single benchmark:

steampipe check benchmark.cis_v100

Run a specific control:

steampipe check control.cis_v100_1_2_3_1

Credentials

This mod uses the credentials configured in the Steampipe Zoom plugin.

Configuration

No extra configuration is required.

Get involved