All Products
Search
Document Center

Security Center:ListHoneypotAttackerPortrait

Last Updated:Feb 20, 2024

Queries the attacker profile based on the source IP address of the attack.

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
StartTimeStamplongNo

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

1672249044000
EndTimeStamplongNo

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

1672285044000
SrcIpstringNo

The source IP address of the attack.

101.133.155.***
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. Default value: 1. Pages start from page 1.

1
PageSizeintegerNo

The number of entries per page. Default value: 20. If you leave this parameter empty, 20 entries are returned on each page.

Note We recommend that you do not leave this parameter empty.
20

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

Listobject []

The details of the attacker profile.

PortraitIdstring

The attacker profile ID.

cd48604a-1694-4f03-ade0-ec6994c3****
AttackCountinteger

The number of attacks.

10
LastTimelong

The timestamp at which the attack was last detected. Unit: milliseconds.

1679896965
Hostarray

The information about the hosts of the attack source.

string

The information about the host of the attack source.

{"memory":0,"os":"macOS 10.15.7","cpuConcurrency":4,"fonts":["Apple Braille","AppleGothic","Khmer MN","Avenir","Charter","Luminari","PingFang SC","Sukhumvit Set","Rockwell","Plantagenet Cherokee"],"touchSupport":false,"timezone":"Asia/Shanghai","language":"zh-CN","screenResolution":[2560,1440],"render":"ANGLE (Intel Inc., Intel(R) Iris(TM) Plus *** 655, OpenGL 4.1)","hasUnity":false}
Browserarray

The information about the browsers of the attack source.

string

The information about the browser of the attack source.

{"is_private":false,"bitness":"","os":"macOS 10.15.7","mobile":false,"webgl_fp2":"487f7b22f68312d2c1bbc93b1*****","fp2":"8b41770fa2b46121dc108801dc3*****","webgl_fp":"487f7b22f68312d2c1bbc93b1*****","version":"107.0.0.0","tid":"s:16697072420106186d4-82704-41d5e3.7c97b18aac8b09ab3eba4584df01df8411fc3d62fc93f3a11ad2431905*****","versionNumber":107,"canvas_fp":"62d2e519ad32dac4da26528fad*****","chrome_ext":[],"name":"Chrome","model":"","arch":"","canvasFingerprint":"62d2e519ad32dac4da26528fad*****","canvas_fp2":"62d2e519ad32dac4da26528fa*****9"}
Socialarray

The social information about the attack source.

string

The social information about the attack source.

{"baidu":{"valid":true,"data":{"avatar":"https://himg.bdimg.com/sys/portrait/item/public.1.*****.lzyz1JkgdUw******","userName":"****994"}}}
Networkobject

The network information about the attack source.

ExternalIparray

The public IP addresses.

string

The public IP address.

39.105.62.***
RealIparray

The originating IP addresses.

string

The originating IP address.

223.104.150.***
InternalIparray

The private IP addresses.

string

The private IP address.

172.17.6.***
PageInfoobject

The pagination information.

CurrentPageinteger

The page number.

2
PageSizeinteger

The number of entries per page.

20
TotalCountinteger

The total number of entries returned.

25
Countinteger

The number of entries returned on the current page.

11
Successboolean

Indicates whether the request was successful. Valid values:

  • true
  • false
true
Codestring

The status code that is returned. 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.

8A5A2DA6-67EA-5968-960F-6B20FD0C*****
HttpStatusCodeinteger

The HTTP status code.

200

Examples

Sample success responses

JSONformat

{
  "List": [
    {
      "PortraitId": "cd48604a-1694-4f03-ade0-ec6994c3****",
      "AttackCount": 10,
      "LastTime": 1679896965,
      "Host": [
        "{\"memory\":0,\"os\":\"macOS 10.15.7\",\"cpuConcurrency\":4,\"fonts\":[\"Apple Braille\",\"AppleGothic\",\"Khmer MN\",\"Avenir\",\"Charter\",\"Luminari\",\"PingFang SC\",\"Sukhumvit Set\",\"Rockwell\",\"Plantagenet Cherokee\"],\"touchSupport\":false,\"timezone\":\"Asia/Shanghai\",\"language\":\"zh-CN\",\"screenResolution\":[2560,1440],\"render\":\"ANGLE (Intel Inc., Intel(R) Iris(TM) Plus *** 655, OpenGL 4.1)\",\"hasUnity\":false}"
      ],
      "Browser": [
        "{\"is_private\":false,\"bitness\":\"\",\"os\":\"macOS 10.15.7\",\"mobile\":false,\"webgl_fp2\":\"487f7b22f68312d2c1bbc93b1*****\",\"fp2\":\"8b41770fa2b46121dc108801dc3*****\",\"webgl_fp\":\"487f7b22f68312d2c1bbc93b1*****\",\"version\":\"107.0.0.0\",\"tid\":\"s:16697072420106186d4-82704-41d5e3.7c97b18aac8b09ab3eba4584df01df8411fc3d62fc93f3a11ad2431905*****\",\"versionNumber\":107,\"canvas_fp\":\"62d2e519ad32dac4da26528fad*****\",\"chrome_ext\":[],\"name\":\"Chrome\",\"model\":\"\",\"arch\":\"\",\"canvasFingerprint\":\"62d2e519ad32dac4da26528fad*****\",\"canvas_fp2\":\"62d2e519ad32dac4da26528fa*****9\"}\n\n"
      ],
      "Social": [
        "{\"baidu\":{\"valid\":true,\"data\":{\"avatar\":\"https://himg.bdimg.com/sys/portrait/item/public.1.*****.lzyz1JkgdUw******\",\"userName\":\"****994\"}}}"
      ],
      "Network": {
        "ExternalIp": [
          "39.105.62.***"
        ],
        "RealIp": [
          "223.104.150.***"
        ],
        "InternalIp": [
          "172.17.6.***"
        ]
      }
    }
  ],
  "PageInfo": {
    "CurrentPage": 2,
    "PageSize": 20,
    "TotalCount": 25,
    "Count": 11
  },
  "Success": true,
  "Code": "200",
  "Message": "successful",
  "RequestId": "8A5A2DA6-67EA-5968-960F-6B20FD0C*****",
  "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.