All Products
Search
Document Center

Security Center:ListHoneypotAttackerSource

Last Updated:Feb 20, 2024

Queries the attack source IP addresses that are used to attack a honeypot.

Debugging

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

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
SrcIpstringNo

The source IP address of the attack.

175.136.230.***
StartTimeStamplongNo

The beginning of the time range to query. This value is a timestamp.

1674007632124
EndTimeStamplongNo

The end of the time range to query. This value is a timestamp.

1676945366221
RiskLevelListarrayNo

An array that consists of risk levels.

stringNo

The risk level. Valid values:

  • 2: low
  • 3: medium
  • 4: high
3
LangstringNo

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

  • zh: Chinese
  • en: English
zh
CurrentPageintegerNo

The page number.

1
PageSizeintegerNo

The number of entries to return on each page.

20

Response parameters

ParameterTypeDescriptionExample
object

The data returned by page.

Listobject []

The source IP addresses of the attack.

EventCountinteger

The total number of attack events.

30
LastTimelong

The last time when the attack event occurred.

1693446913000
LastTargetHoneypotstring

The most recent honeypot that was attacked.

vpc tcp honeypot
LastTargetIpstring

The most recent IP address that was attacked.

144.23.66.***
SrcIpstring

The source IP address of the attack.

101.102.61.***
RiskLevelstring

The risk level. Valid values:

  • 2: low
  • 3: medium
  • 4: high
2
PageInfoobject

The pagination information.

CurrentPageinteger

The page number of the returned page.

1
PageSizeinteger

The number of entries returned per page.

20
TotalCountinteger

The total number of entries returned.

55
Countinteger

The number of entries returned on the current page.

20
Successboolean

Indicates whether the request was successful. Valid values:

  • true
  • false
true
Codestring

The response code. The status code 200 indicates that the request was successful. Other status codes indicate that the request failed. You can identify the cause of the failure based on the status code.

200
Messagestring

The returned message.

successful
RequestIdstring

The request ID.

9915DC4D-B4DA-5140-8138-FD80636*****
HttpStatusCodeinteger

The HTTP status code that is returned.

200

Examples

Sample success responses

JSONformat

{
  "List": [
    {
      "EventCount": 30,
      "LastTime": 1693446913000,
      "LastTargetHoneypot": "vpc tcp honeypot",
      "LastTargetIp": "144.23.66.***",
      "SrcIp": "101.102.61.***",
      "RiskLevel": "2"
    }
  ],
  "PageInfo": {
    "CurrentPage": 1,
    "PageSize": 20,
    "TotalCount": 55,
    "Count": 20
  },
  "Success": true,
  "Code": "200",
  "Message": "successful",
  "RequestId": "9915DC4D-B4DA-5140-8138-FD80636*****",
  "HttpStatusCode": 200
}

Error codes

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

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