turbot/steampipe-mod-alicloud-compliance

Control: 8.4 Ensure that Webshell detection is enabled on all web servers

Description

Enable webshell detection on all web servers to scans periodically the Web directories for detecting webshells on servers.

Remediation

Using the management console:

  1. Logon to Security Center Console.
  2. Select Settings.
  3. Click General.
  4. Click Manage in Webshell Detection.
  5. Add all web servers.

Default Value:

Not enabled.

Usage

Run the control in your terminal:

powerpipe control run alicloud_compliance.control.cis_v200_8_4

Snapshot and share results via Turbot Pipes:

powerpipe login
powerpipe control run alicloud_compliance.control.cis_v200_8_4 --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