Domain name for API request: cwp.intl.tencentcloudapi.com.
This API is used to obtain the list of abnormal processes.
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: DescribeRiskProcessEvents. |
| Version | Yes | String | Common Params. The value used for this API: 2018-02-28. |
| Region | No | String | Common Params. This parameter is not required. |
| Filters.N | No | Array of Filter | Filtering criteria |
| Limit | No | Integer | Number of results to be returned. Default value: 10. Maximum value: 100. |
| Offset | No | Integer | Offset. Default value: 0. |
| Order | No | String | Sorting order: [ASC |
| By | No | String | [StartTime: Process start time |
| Parameter Name | Type | Description |
|---|---|---|
| TotalCount | Integer | Total number |
| List | Array of RiskProcessEvent | List of Exceptional Processes |
| 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: DescribeRiskProcessEvents
<Common request parameters>
{
"Limit": 30
}
{
"Response": {
"List": [
{
"EventId": 24,
"HostName": "Public-Main-Xingzhi-IT-Aion Traffic Management and Service Platform-Backend-MNO Business Project-CVM2"
"Uuid": "364e2cb6-e3a3-****-9abd-b87711b880e3",
"HostIp": "10.***.***.248",
"WanIp": "127.5.**.**",
"ProcessId": 21595,
"FilePath": "/dev/shm/dev",
"CmdLine": "./dev -h 10.***.**.1/24 -m ssh -nopoc -t 200 -o ssh.txt ",
"StartTime": "2023-09-16 18:28:00",
"DetectTime": "2023-09-16 18:30:55",
"VirusName": "Linux.Scanner.Fscan",
"CheckPlatform": [
"1"
],
"VirusTags": [
"scanner",
"hack_tools"
],
"ThreatDesc": "Detected hacker tool processes on your host. If this was not your proactive action, your host may have been compromised. Hacker tools usually include malicious software programs such as scanners, crack tools, and password stealers, which can be used to initiate attacks."
"SuggestSolution": "1. Check for malicious processes and invalid ports, and remove suspicious startup items and scheduled tasks;\n2. Delete trojan files;\n3. Conduct risk detection on the system and reinforce security. For details, see the following links:\n[Linux] https://**.*.com/document/product/296/9604\n[Windows] https://www.tencentcloud.com/document/product/296/9605?from_cn_redirect=1"
"ReferenceLink": "https://www.tencentcloud.com/document/product/296/9605?from_cn_redirect=1",
"HandleStatus": 3,
"OnlineStatus": 1,
"MachineExtraInfo": {
"WanIP": "10.*.*.*",
"PrivateIP": "10.*.*.*",
"NetworkType": 0,
"NetworkName": "eth1",
"InstanceID": "ins-jvi1gdu0",
"HostName": "dataHub"
}
}
],
"RequestId": "e8fc6e04-5b3d-405d-ab61-da7cc8be2583",
"TotalCount": 89
}
}
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 |
|---|---|
| FailedOperation | Operation failed. |
| InternalError | Internal error |
| InvalidParameter | Incorrect parameter. |
피드백