Loading controls...
Control: 1.1.1.1.8 Ensure only allow numeric passcode is set to disabled (Manual)
Description
For security purposes, Zoom has a few requirements that your passcode must meet. As per passcode requirements, Disable "Only allow numeric passcode”, enabling this shall make the passcode weaker.
Usage
Run the control in your terminal:
steampipe check zoom_compliance.control.cis_v100_1_1_1_1_8
Snapshot and share results via Steampipe Cloud:
steampipe loginsteampipe check --share zoom_compliance.control.cis_v100_1_1_1_1_8
Plugins & Tables
SQL
select -- Required Columns account_id as resource, case when ( meeting_security -> 'meeting_password_requirement' -> 'only_allow_numeric' ) :: bool then 'alarm' else 'ok' end as status, 'Only allow numeric passcode setting is ' || case when ( meeting_security -> 'meeting_password_requirement' -> 'only_allow_numeric' ) :: bool then 'enabled' else 'disabled' end || '.' as reasonfrom zoom_account_settings