Details of noteworthy security events.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| EventId |
string |
Yes |
The ID of the security event. |
1661131a028f72a976703f4a4082ad87 |
| InstanceId |
string |
Yes |
The ID of the WAF instance. Note
Call the DescribeInstance operation to query the ID of your WAF instance. |
waf_v2_public_cn-lbj***** |
| RegionId |
string |
No |
The region where the WAF instance resides. Valid values:
|
cn-hangzhou |
| ResourceManagerResourceGroupId |
string |
No |
The ID of the resource group. |
rg-aekzhks66**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The ID of the request. |
D7861F61-5B61-46CE-A47C-6B1**** |
| ThreatEventDetail |
object |
The details of the security event. |
|
| IsPersistent |
integer |
Indicates whether the attack is persistent.
|
1 |
| EventLevel |
string |
The severity level of the event. Valid values:
|
high |
| EventBlock |
string |
The number of blocked attacks. |
20 |
| EventCnt |
string |
The total number of attacks. |
20 |
| EndTime |
integer |
The time of the last attack. This value is a UNIX timestamp. Unit: milliseconds. |
1749916800000 |
| EventIntelligence |
string |
The threat intelligence associated with the event. The value is a string that is converted from a JSON array. |
["CVE-2020-14882","DDoS Attack"] |
| EventSrcRegion |
string |
The region from which the attack was initiated. |
GB-ENG |
| EventSrc |
string |
The source IP address of the attack. Note
A security event may have multiple source IP addresses. This operation returns only one of the source IP addresses. |
XX.XX.XX.XX |
| EventSuggest |
string |
The suggestion for security protection. Valid values:
|
FixBug |
| EventCondition |
string |
The filter condition that is used to view logs. The value is a string that is converted from a JSON object that consists of a set of parameters. |
{"end_ts": 1766637714, "start_ts": 1764096746, "condition": {"real_client_ip": ["78.153.140.179", "78.153.140.203", "78.153.140.177", "78.153.140.178", "78.153.140.151"]}} |
| EventTag |
string |
The name of the event. Valid values:
|
MultipleDomainWebattack |
| EventSrcCountry |
string |
The country from which the attack was initiated. |
GB |
Examples
Success response
JSON format
{
"RequestId": "D7861F61-5B61-46CE-A47C-6B1****",
"ThreatEventDetail": {
"IsPersistent": 1,
"EventLevel": "high",
"EventBlock": "20",
"EventCnt": "20",
"EndTime": 1749916800000,
"EventIntelligence": "[\"CVE-2020-14882\",\"DDoS Attack\"]",
"EventSrcRegion": "GB-ENG",
"EventSrc": "XX.XX.XX.XX",
"EventSuggest": "FixBug",
"EventCondition": "{\"end_ts\": 1766637714, \"start_ts\": 1764096746, \"condition\": {\"real_client_ip\": [\"78.153.140.179\", \"78.153.140.203\", \"78.153.140.177\", \"78.153.140.178\", \"78.153.140.151\"]}}",
"EventTag": "MultipleDomainWebattack",
"EventSrcCountry": "GB"
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.