tencent cloud

Cloud Security Center

DescribeHostVulRiskList

Download
Mode fokus
Ukuran font
Terakhir diperbarui: 2026-08-11 19:10:37

1. API Description

Domain name for API request: csip.intl.tencentcloudapi.com.

This API is used to retrieve the host vulnerability risk list.

A maximum of 20 requests can be initiated per second for this API.

We recommend you to use API Explorer
Try it
API Explorer provides a range of capabilities, including online call, signature authentication, SDK code generation, and API quick search. It enables you to view the request, response, and auto-generated examples.

2. Input Parameters

The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.

Parameter Name Required Type Description
Action Yes String Common Params. The value used for this API: DescribeHostVulRiskList.
Version Yes String Common Params. The value used for this API: 2022-11-21.
Region No String Common Params. This parameter is not required.
MemberId.N No Array of String

Group account member id

Filters.N No Array of Filters

Filter condition array. Multi-condition with each other is AND relationship
Supported Filter.Name:
CVSSLevel: CVSS level filter
Keyword: Keyword fuzzy search (multiple words use | to separate, fuzzy matching for vulnerability name/CVEID)
Category: Vulnerability category (LINUX/WEB_CMS/APPLICATION/EMERGENCY)
VPRLevel: VPR rating
RiskStatus: Remediation status
Label: VPR risk tag
InstanceID: Instance ID
CheckMethod: Detection method

Limit No Integer

Number of results per page
Value ranges from 1 to 100
Default value: 10

Offset No Integer

Paging offset
Value ranges from 0 to +∞
Default value: 0

Order No String

Sorting order
Enumeration value:
ASC: Ascending
DESC: Descending order
Default value: DESC

By No String

Sorting field
Enumeration value:
LatestScanTime: latest scan time
Default value: LatestScanTime

3. Output Parameters

Parameter Name Type Description
List Array of HostVulRisk

Host vulnerability risk list (aggregated by vulnerability)

TotalCount Integer

Total number of secrets.

RequestId String The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.

4. Example

Example1 Retrieving the vulnerability risk list

Retrieve the vulnerability risk list

Input Example

POST / HTTP/1.1
Host: csip.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeHostVulRiskList
<Common request parameters>

{
    "MemberId": [
        "mem-tencent-6f5795752f66e429"
    ],
    "Limit": 10,
    "Offset": 0,
    "Order": "desc",
    "By": "LatestScanTime"
}

Output Example

{
    "Response": {
        "List": [
            {
                "Account": [
                    {
                        "AppID": 260083796,
                        "Nick": "700002365149",
                        "Uin": "700002365149"
                    }
                ],
                "DefendStatus": "NOT_ENABLED",
                "EffectHostCount": 1,
                "LatestScanTime": "2026-06-12T08:15:45Z",
                "RiskID": 45230,
                "RiskStatus": "PENDING",
                "VulDetail": {
                    "AffectProduct": [
                        "socat"
                    ],
                    "AffectVendor": [
                        "dest-unreach"
                    ],
                    "CVEID": "CVE-2024-54661",
                    "CVSSLevel": "LOW",
                    "Category": "LINUX",
                    "CheckMethod": "VersionCompare",
                    "CvssScore": 9.8,
                    "DefendHostCount": 0,
                    "DefendStatus": "NOT_ENABLED",
                    "EPSSScore": 0.00164,
"FixSolution": "It is recommended to pay attention to vendor announcements or upgrade to the latest version."
                    "ID": 45230,
                    "KVERecord": false,
                    "KVERecordTime": "",
                    "Label": [],
                    "LatestScanTime": "",
                    "LatestTrend": [],
                    "Mechanism": "",
"Name": "socat security vulnerability (CVE-2024-54661)"
                    "NotDefendHostCount": 0,
                    "Precondition": "",
                    "PublishTime": "2024-12-04 13:15:00",
                    "RefLink": "https://repo.or.cz/socat.git/blob/6ff391324d2d3b9f6bfb58e7d16a20be43b47af7:/readline.sh#l29",
                    "Remark": "",
"Summary": "socat is an open-source relay for bidirectional data transmission between two standalone channels. socat 1.8.0.1 and prior versions has a security vulnerability, which stems from readline.sh depend on the /tmp/$USER/stderr2 file."
                    "SupportFix": true,
                    "VRPRatingInfo": {
                        "Remark": "",
                        "Result": "",
                        "Stage": [
                            {
                                "Result": "",
"Stage": "Threat Activity Level"
                            }
                        ]
                    },
                    "VulAffect": []
                }
            }
        ],
        "TotalCount": 706,
        "RequestId": "d224b5c5-013c-427e-a7ea-0b2e780da55f"
    }
}

5. Developer Resources

SDK

TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.

Command Line Interface

6. Error Code

There is no error code related to the API business logic. For other error codes, please see Common Error Codes.

Bantuan dan Dukungan

Apakah halaman ini membantu?

masukan