turbot/steampipe-mod-alicloud-compliance

Control: 5.6 Ensure that URL signature is allowed only over https

Description

URL signature is a URL that grants access rights to OSS. You can add signature information to a URL so that you can forward the URL to the third party for authorized access. A URL signature can be provided to the third party for authorized access.

Remediation

Using the management console:

  1. Logon to OSS console.
  2. In the bucket-list pane, click on a target OSS bucket.
  3. Click on Files in top middle of the console.
  4. Click on View Details in the right column on a target object.
  5. Set HTTPS to Enabled.

Default Value:

Enabled.

Usage

Run the control in your terminal:

powerpipe control run alicloud_compliance.control.cis_v200_5_6

Snapshot and share results via Turbot Pipes:

powerpipe login
powerpipe control run alicloud_compliance.control.cis_v200_5_6 --share

SQL

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_id
from
alicloud_account;

Tags