All Products
Search
Document Center

Security Center:AdvanceSecurityEventOperations

Last Updated:Feb 20, 2024

Queries the configurations of an advanced whitelist rule.

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

Request parameters

ParameterTypeRequiredDescriptionExample
RuleIdintegerNo

The rule ID.

123
EventNamestringNo

The alert name.

Execution of malicious script code
EventTypestringNo

The alert event type. Valid values:

  • Suspicious process
  • Webshell
  • Unusual logon
  • Exception
  • Sensitive file tampering
  • Malicious process (cloud threat detection)
  • Unusual network connection
  • Abnormal account
  • Application intrusion event
  • Cloud threat detection
  • Precision defense
  • Application whitelist
  • Persistent webshell
  • Web application threat detection
  • Malicious script
  • Threat intelligence
  • Malicious network activity
  • Cluster exception
  • Webshell (on-premises threat detection)
  • Vulnerability exploitation
  • Malicious process (on-premises threat detection)
  • Trusted exception
  • Others

For more information about alert types, see Alerts .

Malicious script

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The request ID.

A4EB8B1C-1DEC-5E18-BCD0-XXXXXXXXX
SecurityEventOperationsResponseobject []

The operation performed on the alert event.

OperationParamsstring

The configuration of the operation performed to handle the alert event.

{\"subOperation\":\"killByMd5andPath\"}
OperationCodestring

The operation performed to handle the alert. Valid values:

  • block_ip: blocks the alert.
  • advance_mark_mis_info: adds the alert to the whitelist.
  • ignore: ignores the alert.
  • manual_handled: marks the alert as manually handled.
  • kill_process: terminates the malicious process.
  • cleanup: performs in-depth virus detection and removal.
  • kill_and_quara: performs virus detection and removal.
  • disable_malicious_defense: turns off malicious defense behavior.
  • client_problem_check: performs troubleshooting.
  • quara: performs quarantine operations.
advance_mark_mis_info
UserCanOperateboolean

Indicates whether the operation can be performed.

  • true: The operation can be performed.
  • false: The operation cannot be performed.
false
MarkFieldobject []

The object on which the operation is performed. This parameter is required when you set the OperationCode parameter to advance_mark_mis_info.

MarkMisTypestring

The operation that is used in the whitelist rule. Valid values:

  • contains: contains
  • notContains: does not contain
  • regex: regular expression
  • strEqual: equals
  • strNotEqual: does not equal
contains
FiledNamestring

The field that is used in the whitelist rule.

filePath
FiledAliasNamestring

The alias of the field that is used in the whitelist rule.

file path
MarkMisValuestring

The value of the field that is used in the whitelist rule.

2022-04-25 10:11:04
SupportedMisTypearray

The operation that is used and can be modified in the whitelist rule. Valid values:

  • contains: contains
  • notContains: does not contain
  • regex: regular expression
  • strEqual: equals
  • strNotEqual: does not equal
string

The operation that is used and can be modified in the whitelist rule. Valid values:

  • contains: contains
  • notContains: does not contain
  • regex: regular expression
  • strEqual: equals
  • strNotEqual: does not equal
contains
MarkFieldsSourceobject []

The metadata configuration returned by the advanced whitelist rule.

FiledNamestring

The field that can be used in the whitelist rule.

filePath
FiledAliasNamestring

The alias of the field that can be used in the whitelist rule.

file path
MarkMisValuestring

The value of the field that can be used in the whitelist rule.

contains
SupportedMisTypearray

The operation that is supported in the whitelist rule. Valid values:

  • contains: contains
  • notContains: does not contain
  • regex: regular expression
  • strEqual: equals
  • strNotEqual: does not equal
string

The operation that is supported in the whitelist rule. Valid values:

  • contains: contains
  • notContains: does not contain
  • regex: regular expression
  • strEqual: equals
  • strNotEqual: does not equal
contains

Examples

Sample success responses

JSONformat

{
  "RequestId": "A4EB8B1C-1DEC-5E18-BCD0-XXXXXXXXX",
  "SecurityEventOperationsResponse": [
    {
      "OperationParams": "{\\\"subOperation\\\":\\\"killByMd5andPath\\\"}",
      "OperationCode": "advance_mark_mis_info",
      "UserCanOperate": false,
      "MarkField": [
        {
          "MarkMisType": "contains",
          "FiledName": "filePath",
          "FiledAliasName": "file path",
          "MarkMisValue": "2022-04-25 10:11:04",
          "SupportedMisType": [
            "contains"
          ]
        }
      ],
      "MarkFieldsSource": [
        {
          "FiledName": "filePath",
          "FiledAliasName": "file path",
          "MarkMisValue": "contains",
          "SupportedMisType": [
            "contains"
          ]
        }
      ]
    }
  ]
}

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.

Change history

Change timeSummary of changesOperation
No change history