turbot/steampipe-mod-zoom-compliance

Control: 1.3.2 Ensure mask phone number in the participant list is set to enabled (Manual)

Description

Phone numbers of users dialing into a meeting will be masked in the participant list. For example: 888****666

Usage

Run the control in your terminal:

powerpipe control run zoom_compliance.control.cis_v100_1_3_2

Snapshot and share results via Turbot Pipes:

powerpipe login
powerpipe control run zoom_compliance.control.cis_v100_1_3_2 --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