Domain name for API request: tcss.intl.tencentcloudapi.com.
This API is used to query the details of an automatically isolated trojan sample.
A maximum of 20 requests can be initiated per second for this API.
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: DescribeVirusAutoIsolateSampleDetail. |
| Version | Yes | String | Common Params. The value used for this API: 2020-11-01. |
| Region | No | String | Common Params. This parameter is not required. |
| MD5 | Yes | String | MD5 checksum of the file |
| Parameter Name | Type | Description |
|---|---|---|
| MD5 | String | MD5 checksum of the file |
| Size | Integer | File Size (B) |
| VirusName | String | Virus name |
| RiskLevel | String | Risk Level: RISK_CRITICAL, RISK_HIGH, RISK_MEDIUM, RISK_LOW, and RISK_NOTICE |
| KillEngine | Array of String | antivirus engine |
| Tags | Array of String | Tag. |
| HarmDescribe | String | Event description |
| SuggestScheme | String | Recommended solution |
| ReferenceLink | String | Reference link |
| 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. |
POST / HTTP/1.1
Host: tcss.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeVirusAutoIsolateSampleDetail
<Common request parameters>
{
"MD5": "dskaldjskld"
}
{
"Response": {
"HarmDescribe": "Malicious Trojans are detected on your container. Your container may have been compromised. Malicious Trojans typically execute malicious activities such as mining, file deletion, information theft, and network attacks."
"KillEngine": [],
"MD5": "5b98800688cae1533ff965ab31baeab1",
"ReferenceLink": "https://www.tencentcloud.com/document/product/296/9605?from_cn_redirect=1",
"RequestId": "a8304c25-f23b-4638-b994-7bb0ba4c5156",
"RiskLevel": "RISK_CRITICAL",
"Size": 52,
"SuggestScheme": "1. Check for malicious processes and invalid ports, and remove suspicious startup items and scheduled tasks;\n2. Isolate or delete trojan files;\n3. Conduct risk detection on the system and reinforce security. For details, see the following link:\n[Linux]https://www.tencentcloud.com/document/product/296/9604?from_cn_redirect=1\n[Windows]https://www.tencentcloud.com/document/product/296/9605?from_cn_redirect=1",
"Tags": [],
"VirusName": "Bk.YDWebShell.Php.Small.11100534"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
| Error Code | Description |
|---|---|
| InternalError | An internal error occurred. |
| InvalidParameter | The parameter is incorrect. |
피드백