Queries the number of security alert events that occurred in each attack phase.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-sas:QueryAttackCount |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| From |
string |
No |
The source identifier of the request. Set this parameter to sas. |
sas |
| Lang |
string |
No |
The language of the request and response. Default value: zh. Valid values:
|
zh |
| SourceIp |
string |
No |
The IP address of the access source. |
175.0.XX.XX |
| Uuids |
string |
No |
The UUID of the server. Separate multiple UUIDs with commas (,). Note
Call the DescribeCloudCenterInstances operation to obtain this parameter. |
1587bedb-fdb4-48c4-9330-************ |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
ListResult |
||
| Data |
array<object> |
The security alert count information. |
|
|
object |
The security alert count information. |
||
| TacticId |
string |
The ATT&CK attack phase ID. |
TA0043 |
| TacticType |
string |
The ATT&CK attack phase type name. |
数据收集 |
| EventCount |
integer |
The number of security alert occurrences. |
28 |
| Count |
integer |
The number of entries returned on the current page in a paged query. |
0 |
| Success |
boolean |
The result status of the exception event processing. Valid values:
|
true |
| Code |
string |
The response code. |
200 |
| Message |
string |
The detailed information of the error code. |
successful |
| RequestId |
string |
The request ID, which is a unique identifier generated by Alibaba Cloud for the request. You can use this ID to troubleshoot issues. |
D4BE7D77-5B02-5126-A684-A73F6CD3XXXX |
Examples
Success response
JSON format
{
"Data": [
{
"TacticId": "TA0043",
"TacticType": "数据收集",
"EventCount": 28
}
],
"Count": 0,
"Success": true,
"Code": "200",
"Message": "successful",
"RequestId": "D4BE7D77-5B02-5126-A684-A73F6CD3XXXX"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | NoPermission | no permission | |
| 400 | UnknownError | UnknownError | |
| 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.