创建检测规则。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
调试
授权信息
|
操作 |
访问级别 |
资源类型 |
条件关键字 |
关联操作 |
|
yundun-sas:CreateDetectionRule |
create |
*DetectionRule
|
无 | 无 |
请求参数
|
名称 |
类型 |
必填 |
描述 |
示例值 |
| RegionId |
string |
否 |
威胁分析的数据管理中心所在地。您需要根据资产所在地域,选择管理中心所在地。取值:
|
cn-hangzhou |
| Lang |
string |
否 |
返回消息的语言类型。取值:
|
zh |
| DetectionRuleName |
string |
是 |
检测规则名称。 |
dr-ha1i09ob3zmqrs85**** |
| DetectionRuleDescription |
string |
否 |
检测规则描述。 |
dr-123 |
| DetectionRuleType |
string |
是 |
检测规则类型。取值:
|
custom |
| DetectionRuleStatus |
string |
否 |
检测规则状态。 |
0 |
| AlertType |
string |
是 |
告警类型。 |
WebShell |
| AlertLevel |
string |
是 |
告警威胁等级。 取值:
|
1 |
| AlertTacticId |
string |
否 |
告警战术阶段。 |
TA0042 |
| AlertAttCk |
string |
否 |
告警 Att&Ck。 |
Discovery |
| DetectionExpressionType |
string |
否 |
检测规则表达式类型。取值:
枚举值:
|
sql |
| DetectionExpressionContent |
string |
否 |
检测规则表达式内容。 |
*|set session mode=scan;SELECT * FROM log WHERE schema = 'PROCESS_START_ACTIVITY' AND ( proc_path LIKE '%/groups' OR ( ( proc_path LIKE '%/cat' OR proc_path LIKE '%/head' OR proc_path LIKE '%/tail' OR proc_path LIKE '%/more' ) AND cmdline LIKE '%/etc/group%' ) ) |
| LogCategoryId |
string |
否 |
日志规范化类别 ID。 |
NETWORK_CATEGORY |
| LogSchemaId |
string |
是 |
日志规范化方案 ID。 |
API_RISK_ACTIVITY |
| AlertSchemaId |
string |
是 |
检测规则告警模版 ID。取值:
|
ALERT_ACTIVITY |
| ScheduleType |
string |
否 |
调度类型。取值:
|
fixed_rate |
| ScheduleExpression |
string |
否 |
调度 Cron 表达式,ScheduleType 取值为 cron 时需填写。 |
0/5 * * * * |
| ScheduleMaxRetries |
integer |
否 |
超时最大重试次数,取值 1~100 |
1 |
| ScheduleBeginTime |
integer |
否 |
调度开始时间(13 位时间戳)。 |
1733269771123 |
| ScheduleWindow |
string |
否 |
调度窗口长度。 |
5m |
| ScheduleMaxTimeout |
integer |
否 |
超时最长时间,单位秒,取值 60~1800。 |
60 |
| AlertThresholdPeriod |
string |
否 |
告警阈值周期长度。 |
5m |
| AlertThresholdCount |
integer |
否 |
告警阈值次数。 |
10 |
| AlertThresholdGroup |
string |
否 |
告警阈值字段列表,以英文逗号分隔。 |
alert_type,ip |
| IncidentAggregationType |
string |
否 |
事件聚合类型。取值:
|
window |
| IncidentAggregationExpression |
string |
否 |
事件聚合周期配置。 |
5m |
| PlaybookUuid |
string |
否 |
剧本的 UUID。 |
system_aliyun_clb_process_book |
| PlaybookParameters |
string |
否 |
剧本用户自定义参数。 |
{ "ip": { "ip": "124.23.*.*" } } |
| RoleFor |
integer |
否 |
管理员切换成其他成员视角的用户 ID。 |
113091674488**** |
| EntityMappings |
string |
否 |
实体映射配置。 |
[{\"NormalizationSchemaId\":\"host\",\"NormalizationFieldMappings\":[{\"NormalizationFieldName\":\"uuid\",\"MappingFieldName\":\"host\",\"NormalizationFieldType\":\"varchar\"}]}] |
| DetectionRuleTemplateId |
string |
否 |
检测规则模板 ID。 |
cfw-out-ip_aegis-netstat |
| DetectionRuleTemplateVersion |
string |
否 |
检测规则模板版本。 |
v1.0.0 |
返回参数
|
名称 |
类型 |
描述 |
示例值 |
|
object |
返回体。 |
||
| RequestId |
string |
请求消息 ID。 |
5CC09D0C-1CD7-54BD-A853-DCB2D945**** |
| DetectionRuleId |
string |
检测规则 ID。 |
dr-ha1i09ob3zmqrs85**** |
示例
正常返回示例
JSON格式
{
"RequestId": "5CC09D0C-1CD7-54BD-A853-DCB2D945****",
"DetectionRuleId": "dr-ha1i09ob3zmqrs85****"
}
错误码
|
HTTP status code |
错误码 |
错误信息 |
描述 |
|---|---|---|---|
| 400 | IdempotentParameterMismatch | The request uses the same client token as a previous, but non-identical request. Do not reuse a client token with different requests, unless the requests are identical. |
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。