turbot/steampipe-mod-zoom-compliance

Control: 2.1.3.4 Ensure allow users to chat with others is set to disabled (Manual)

Description

If you select "Only in the same organization", users may still be able to chat with external users if they are added to channels or group chats with external users. If this option is required to be enabled, then choose "Only in the same organization and specified domains" and specify the domains for better security.

Usage

Run the control in your terminal:

powerpipe control run zoom_compliance.control.cis_v100_2_1_3_4

Snapshot and share results via Turbot Pipes:

powerpipe login
powerpipe control run zoom_compliance.control.cis_v100_2_1_3_4 --share

SQL

This control uses a named query:

select
account_id as resource,
'info' as status,
'No API available, manual verification required.' as reason
from
zoom_my_user;

Tags