Loading controls...
Control: 3.1.1.1.4 Ensure use enhanced weak password detection is set to enabled (Manual)
Description
Use enhanced weak password detection.
Usage
Run the control in your terminal:
steampipe check zoom_compliance.control.cis_v100_3_1_1_1_4
Snapshot and share results via Steampipe Cloud:
steampipe loginsteampipe check --share zoom_compliance.control.cis_v100_3_1_1_1_4
Plugins & Tables
SQL
select -- Required Columns account_id as resource, case when ( security -> 'password_requirement' -> 'weak_enhance_detection' ) :: bool then 'ok' else 'alarm' end as status, 'Weak password detection is ' || case when ( security -> 'password_requirement' -> 'weak_enhance_detection' ) :: bool then 'enabled' else 'disabled' end || '.' as reasonfrom zoom_account_settings