turbot/steampipe-mod-zoom-compliance

Control: 3.1.1.2.3 Ensure users cannot reuse any password used in the last 5 times or more (Manual)

Description

Users cannot reuse any password used in the previous number of times.

Usage

Run the control in your terminal:

powerpipe control run zoom_compliance.control.cis_v100_3_1_1_2_3

Snapshot and share results via Turbot Pipes:

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