Retrieve the list of attack analysis events
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-sas:ListAttackEventInfo |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| EndTime |
integer |
No |
The timestamp of the end time. |
1753152532550 |
| StartTime |
integer |
No |
The timestamp of the start time. |
1752547732549 |
| AttackInstance |
string |
No |
The attacked asset. You can specify the machine instance name, public IP address, or private IP address. |
instance_** |
| AttackType |
string |
No |
The attack type. Valid values:
|
9 |
| SrcIp |
string |
No |
The source IP address of the attack. |
185.237.96.*** |
| DstPort |
string |
No |
The destination port of the attack. |
9085 |
| Lang |
string |
No |
The language type for the request and response messages. Default value: zh. Valid values:
|
zh |
| CurrentPage |
integer |
No |
The page number of the current page to return in a paged query. |
1 |
| PageSize |
integer |
No |
The maximum number of entries to return on each page in a paged query. |
10 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
PageResult |
||
| List |
array<object> |
The list of attack events. |
|
|
object |
The attack event. |
||
| Status |
string |
The attack status. Valid values:
|
block |
| FirstTime |
integer |
The time when the attack event first occurred, in timestamp format. |
1752731615000 |
| FirstTimeStr |
string |
The time when the attack event first occurred, in string format. |
2025-07-17 13:53:35 |
| AttackType |
string |
The attack type. Valid values:
|
9 |
| DstPort |
string |
The destination port of the attack. |
8000 |
| Count |
integer |
The number of attacks. |
2 |
| SrcIp |
string |
The source IP address of the attack. |
140.205.11.** |
| IntranetIp |
string |
The private IP address of the attacked asset. |
10.1.0.** |
| PayloadMd5 |
string |
The MD5 hash of the attack payload. |
a57b0d657369e4201eed8d47a4dc**** |
| InstanceName |
string |
The instance name of the attacked asset. |
sql-test-0**** |
| Uuid |
string |
The UUID of the attacked asset instance. |
49e25e0f-bb51-4a5a-a1b3-13a4ddaa**** |
| InternetIp |
string |
The public IP address of the attacked asset. |
101.37.86.** |
| LatestTime |
integer |
The most recent time when the attack event occurred. |
1752731618000 |
| LatestTimeStr |
string |
The most recent time when the attack event occurred, in string format. |
2025-07-17 13:53:38 |
| Id |
string |
The ID of the attack event. |
18825544674******** |
| AttackTypeName |
string |
The mapped name of the attack type. Valid values:
|
SQL Server暴力破解 |
| PageInfo |
object |
The pagination information. |
|
| CurrentPage |
integer |
The page number of the current page in a paged query. |
1 |
| PageSize |
integer |
The maximum number of entries to return on each page in a paged query. |
10 |
| TotalCount |
integer |
The total number of entries. |
253 |
| Count |
integer |
The number of entries on the current page in a paged query. |
3 |
| Success |
boolean |
Indicates whether the API call is successful. Valid values:
|
true |
| Code |
string |
The result code. A value of 200 indicates success. Other values indicate failure. You can use this field to determine the cause of the failure. |
200 |
| Message |
string |
The return message of the request result. |
successful |
| RequestId |
string |
The request ID, which is a unique identifier that Alibaba Cloud generates for the request. You can use this ID for troubleshooting. |
52870893-48A7-5A9E-9E05-6253E5B6**** |
| HttpStatusCode |
integer |
The HTTP status code. A value of 200 indicates that the request is successful. |
200 |
Examples
Success response
JSON format
{
"List": [
{
"Status": "block",
"FirstTime": 1752731615000,
"FirstTimeStr": "2025-07-17 13:53:35",
"AttackType": "9",
"DstPort": "8000",
"Count": 2,
"SrcIp": "140.205.11.**",
"IntranetIp": "10.1.0.**",
"PayloadMd5": "a57b0d657369e4201eed8d47a4dc****",
"InstanceName": "sql-test-0****",
"Uuid": "49e25e0f-bb51-4a5a-a1b3-13a4ddaa****",
"InternetIp": "101.37.86.**",
"LatestTime": 1752731618000,
"LatestTimeStr": "2025-07-17 13:53:38",
"Id": "18825544674********",
"AttackTypeName": "SQL Server暴力破解"
}
],
"PageInfo": {
"CurrentPage": 1,
"PageSize": 10,
"TotalCount": 253,
"Count": 3
},
"Success": true,
"Code": "200",
"Message": "successful",
"RequestId": "52870893-48A7-5A9E-9E05-6253E5B6****",
"HttpStatusCode": 200
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 500 | ServerError | ServerError | |
| 403 | NoPermission | caller has no permission |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.