Control: 8.5 Ensure that notification is enabled on all high risk items
Description
Enable all risk item notification in Vulnerability, Baseline Risks, Alerts and Accesskey Leak event detection categories.
Remediation
Using the management console:
- Logon to Security Center Console.
- Select
Settings. - Click
Notification. - Enable all high-risk items on Notification setting.
Default Value:
Not enabled.
Usage
Run the control in your terminal:
powerpipe control run alicloud_compliance.control.cis_v200_8_5Snapshot and share results via Turbot Pipes:
powerpipe loginpowerpipe control run alicloud_compliance.control.cis_v200_8_5 --shareSQL
This control uses a named query:
select 'arn:acs:::' || account_id as resource, 'info' as status, 'Manual verification required.' as reason , account_id as account_idfrom alicloud_account;