All Products
Search
Document Center

Security Center:DescribeSuspEventDetail

Last Updated:Feb 20, 2024

Queries the details of an exception. An alert event consists of an alert and exceptions. Each alert event is associated with multiple exceptions.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

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:Get*Read
  • All Resources
    *
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
SourceIpstringNo

The source IP address of the request.

121.33.XX.XX
LangstringNo

The language of the content within the request and response. Default value: zh. Valid values:

  • zh: Chinese
  • en: English
zh
SuspiciousEventIdintegerYes

The ID of the exception.

32750999
FromstringYes

The data source of the exception. Set the value to sas.

sas
ResourceDirectoryAccountIdlongNo

The Alibaba Cloud account ID of the member in the resource directory.

Note You can call the DescribeMonitorAccounts operation to query the ID.
16670360956*****

Response parameters

ParameterTypeDescriptionExample
object

The data returned.

DataSourcestring

The data source of the exception.

aegis_suspicious_****
EventNamestring

The name of the exception.

WEBSHELL
InternetIpstring

The public IP address of the server on which the exception was detected.

101.132.XX.XX
IntranetIpstring

The private IP address of the server on which the exception was detected.

172.26.XX.XX
LastTimestring

The time when the exception was last detected.

2018-10-30 11:43:46
OperateMsgstring

The message that indicates the handling result of the exception.

success
Uuidstring

The UUID of the server on which the exception was detected.

bffb12c3-590a-4db2-b538-****
CanBeDealOnLineboolean

Indicates whether the online processing of exceptions is supported, such as blocking an exception, adding an exception to the whitelist, and ignoring an exception. Valid values:

  • true: The online processing of exceptions is supported.
  • false: The online processing of exceptions is not supported.
true
RequestIdstring

The ID of the request.

0B48AB3C-84FC-424D-A01D-B9270EF46038
EventTypeDescstring

The type of the exception.

Malicious Software-Variable Trojan
EventDescstring

The description of the exception.

The detection model found a suspicious Webshell file on your server, which may be a backdoor file implanted to maintain permissions after the attacker successfully invaded the website.
InstanceNamestring

The name of the server on which the exception was detected.

ca_cpm_****
EventStatusstring

The status of the exception. Valid values:

  • 1: pending handling
  • 2: ignored
  • 4: confirmed
  • 8: marked as a false positive
  • 16: handling
  • 32: handled
  • 64: expired
1
SaleVersionstring

The edition of Security Center in which the exception can be detected. Valid values:

  • 0: Basic edition
  • 1: Advanced edition
  • 2: Enterprise edition
1
OperateErrorCodestring

The code that indicates the handling result of the exception.

quara.Succes
Levelstring

The risk level of the exception. Valid values:

  • serious
  • suspicious
  • remind
serious
Idinteger

The ID of the exception.

11416624
Detailsobject []

An array that consists of the details of the exception.

Typestring

The format in which the details of the exception are displayed.

Valid values:

  • text
  • html
html
Valuestring

The attribute information about the exception. For example, if the exception is associated with an alert that is triggered by an unusual logon, the information can include the time when the logon is initiated and the location from which the logon is initiated. If the exception is associated with an alert that is triggered by a webshell file, the information can include the path of the trojan file and the type of the trojan.

getopt
NameDisplaystring

The display name of the alert event.

Trojan Path

Examples

Sample success responses

JSONformat

{
  "DataSource": "aegis_suspicious_****",
  "EventName": "WEBSHELL",
  "InternetIp": "101.132.XX.XX",
  "IntranetIp": "172.26.XX.XX",
  "LastTime": " 2018-10-30 11:43:46 ",
  "OperateMsg": "success",
  "Uuid": "bffb12c3-590a-4db2-b538-****",
  "CanBeDealOnLine": true,
  "RequestId": "0B48AB3C-84FC-424D-A01D-B9270EF46038",
  "EventTypeDesc": "Malicious Software-Variable Trojan",
  "EventDesc": "The detection model found a suspicious Webshell file on your server, which may be a backdoor file implanted to maintain permissions after the attacker successfully invaded the website.",
  "InstanceName": "ca_cpm_****",
  "EventStatus": "1",
  "SaleVersion": "1",
  "OperateErrorCode": "quara.Succes",
  "Level": "serious",
  "Id": 11416624,
  "Details": [
    {
      "Type": "html",
      "Value": "getopt",
      "NameDisplay": "Trojan Path"
    }
  ]
}

Error codes

HTTP status codeError codeError messageDescription
400UnknownErrorUnknownError-
400DataExists%s data exist-
400RdCheckNoPermissionResource directory account verification has no permission.-
403NoPermissioncaller has no permissionYou are not authorized to do this operation.
500ServerErrorServerError-
500RdCheckInnerErrorResource directory account service internal error.-

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2024-01-24The Error code has changedsee changesets
Change itemChange content
Error CodesThe Error code has changed.
    delete Error Codes: 400
    delete Error Codes: 500
2023-07-20The Error code has changed. The request parameters of the API has changedsee changesets
Change itemChange content
Error CodesThe Error code has changed.
    Error Codes 400 change
    Error Codes 500 change
Input ParametersThe request parameters of the API has changed.
    Added Input Parameters: ResourceDirectoryAccountId
2023-01-03API Description Update. The Error code has changedsee changesets
Change itemChange content
API DescriptionAPI Description Update.
Error CodesThe Error code has changed.
    delete Error Codes: 400
    delete Error Codes: 500