All Products
Search
Document Center

Security Center:ListHoneypotAttackerSource

Last Updated:Nov 14, 2024

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

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • The required resource types are displayed in bold characters.
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
yundun-sas:ListHoneypotAttackerSourceget
  • All Resources
    *
    none
none

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.

RiskLevelListstringNo

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.

Listarray<object>

The source IP addresses of the attack.

Listobject
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.

Change history

Change timeSummary of changesOperation
2024-10-16API Description Update. The Error code has changedView Change Details