All Products
Search
Document Center

Security Center:DescribeSecureSuggestion

Last Updated:Feb 20, 2024

Queries suggestions on how to handle the security risks that affect the security score.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • The required resource types are displayed in bold characters.
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
yundun-sas:DescribeSecureSuggestionRead
  • All Resources
    *
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
SourceIpstringNo

The source IP address of the request.

192.168.XX.XX
LangstringNo

The language of the content within the request and response. Default value: zh. Valid values:

  • zh: Chinese
  • en: English
zh

Response parameters

ParameterTypeDescriptionExample
object
TotalCountinteger

The total number of unhandled security risks.

15
RequestIdstring

The ID of the request, which is used to locate and troubleshoot issues.

676F80E3-4B3F-43DA-9CBB-5FF79F202AA2
Suggestionsobject []

The suggestions on how to handle the risks.

Pointsinteger

The penalty point of a deduction item.

40
SuggestTypestring

The type of the unhandled risk. Valid values:

  • SS_REINFORCE: missing configuration of key features, such as malicious behavior defense
  • SS_ALARM: unhandled alerts
  • SS_VUL: unfixed vulnerabilities
  • SS_HC: baseline risks
  • SS_AK: AccessKey pair leaks
  • SS_CLOUD_HC: configuration risks of cloud services
  • OTHER: others
SS_ALARM
Detailobject []

The details of the suggestion.

Titlestring

The name of the unhandled risk.

Website tamper-proofing capability not configured
Descriptionstring

The description of the suggestion.

Malicious tampering of Web pages will affect your normal access to web page content, and may also lead to serious economic losses, brand losses, and even political risks. The webpage tamper-proof service can monitor the website directory in real time and restore the tampered files or directories through backup, so as to ensure that the website information of important systems is not tampered with maliciously and prevent the occurrence of horse hanging, black chain, illegal implantation of terrorist threats, pornography and other content.
SubTypestring

The sub-type of the unhandled risk. Valid values:

  • ALARM_HIGH: Unhandled Urgency Alerts
  • ALARM_MEDIUM: Unhandled Warning Alerts
  • ALARM_LOW: Unhandled Reminder Alerts
  • VUL_EMR_UNCHECK: Unchecked Urgent Vulnerabilities
  • VUL_EMR_UNFIX: Unfixed Urgent Vulnerabilities
  • VUL_WIN: Unfixed Windows Server Vulnerabilities
  • VUL_LINUX: Unfixed Linux Server Vulnerabilities
  • VUL_CMS: Unfixed CMS Vulnerabilities
  • ACCESSKEY_LEAK: AccessKey Leakage Risks
  • HC_WARN: Baseline Risks
  • HC_WEAK_EXPLOIT_WARN: There is a risk of weak passwords exposed by the public network.
  • HC_WEAK_PASSWORD_WARN: Risk of weak password
  • HC_HIGH_EXPLOIT_WARN: There is a high risk of invasion
  • HC_OTHER_WARN: Security Configuration risk
  • HC_DATABASE_WARN: Database has security risks
  • CLOUD_HC_SAS_OPEN: Security protection has not been installed on the server
  • CLOUD_HC_AEGIS_OFFLINE: Server protection status is offline
  • CLOUD_HC_ACCOUNT_DOUBLE_CHECK: Two-Factor Authentication not Enabled for Primary Account
  • CLOUD_HC_RDS: RDS-database security policy failed, security risks
  • CLOUD_HC_DDOS: Risks in Anti-DDoS Pro Back-to-Origin Settings
  • CLOUD_HC_HIGH_LEVEL: Cloud product configuration has high risk
  • CLOUD_HC_OTHER_LEVEL: Cloud product configuration has medium and low risk risks
  • OTHER_ATTACH: Attacks
  • OTHER_DATABASE_ATTACH: Database has security risks
  • REINFORCE_BASELINE: Config Assessment
  • REINFORCE_SUSPICIOUS: Antivirus
  • REINFORCE_ANALYSIS: Log Analysis
  • REINFORCE_AK_LEAK: AccessKey Leaked Intelligence Detection
  • REINFORCE_WEB_LOCK: Website tamper-proofing capability not configured
  • REINFORCE_BRUTE_FORCE: Anti brute force cracking
  • REINFORCE_XPRESS_INSTALL: One-click client installation
  • REINFORCE_RANSOMWARE: Enable anti-extortion strategy
  • REINFORCE_UNI_RANSOMWARE: Anti-ransomware for Databases
  • REINFORCE_VIRUS_SCHEDULE_SCAN: Periodic virus scan policies not configured
  • REINFORCE_IMAGE_REPO_SCAN: No container image scan range configured
  • REINFORCE_IMAGE_SCAN_TASK: Image security scan
  • REINFORCE_K8S_LOG_ANALYSIS: Container K8s threat detection is disabled
  • REINFORCE_CONTAINER_NETWORK: Container Visualization
REINFORCE_WEB_LOCK

Examples

Sample success responses

JSONformat

{
  "TotalCount": 15,
  "RequestId": "676F80E3-4B3F-43DA-9CBB-5FF79F202AA2",
  "Suggestions": [
    {
      "Points": 40,
      "SuggestType": "SS_ALARM",
      "Detail": [
        {
          "Title": "Website tamper-proofing capability not configured",
          "Description": "Malicious tampering of Web pages will affect your normal access to web page content, and may also lead to serious economic losses, brand losses, and even political risks. The webpage tamper-proof service can monitor the website directory in real time and restore the tampered files or directories through backup, so as to ensure that the website information of important systems is not tampered with maliciously and prevent the occurrence of horse hanging, black chain, illegal implantation of terrorist threats, pornography and other content.",
          "SubType": "REINFORCE_WEB_LOCK"
        }
      ]
    }
  ]
}

Error codes

HTTP status codeError codeError messageDescription
400NoPermissionno permission-
403NoPermissioncaller has no permissionYou are not authorized to do this operation.
500ServerErrorServerError-

For a list of error codes, visit the Service error codes.