Skip to content

Commit f02f2ff

Browse files
authored
Merge branch 'main' into adding_azure_and_gcp_ml_job_rules
2 parents 83372b9 + d10dc08 commit f02f2ff

File tree

42 files changed

+3133
-656
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+3133
-656
lines changed

detection_rules/etc/deprecated_rules.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,11 @@
359359
"rule_name": "Potential Persistence via Cron Job",
360360
"stack_version": "7.14.0"
361361
},
362+
"bc0c6f0d-dab0-47a3-b135-0925f0a333bc": {
363+
"deprecation_date": "2025/11/21",
364+
"rule_name": "Deprecated - AWS Root Login Without MFA",
365+
"stack_version": "8.19"
366+
},
362367
"c6474c34-4953-447a-903e-9fcb7b6661aa": {
363368
"deprecation_date": "2021/04/15",
364369
"rule_name": "IRC (Internet Relay Chat) Protocol Activity to the Internet",
2.21 KB
Binary file not shown.
38.9 KB
Binary file not shown.

detection_rules/etc/non-ecs-schema.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,10 @@
145145
"kibana.alert.rule.threat.tactic.id": "keyword",
146146
"kibana.alert.workflow_status": "keyword",
147147
"kibana.alert.rule.rule_id": "keyword",
148-
"kibana.alert.rule.name": "keyword"
148+
"kibana.alert.rule.name": "keyword",
149+
"kibana.alert.risk_score": "long",
150+
"kibana.alert.rule.type": "keyword",
151+
"kibana.alert.rule.threat.tactic.name": "keyword"
149152
},
150153
"logs-google_workspace*": {
151154
"gsuite.admin": "keyword",

0 commit comments

Comments
 (0)