Bump zoom rule to production (#427)

This commit is contained in:
Justin Ibarra
2020-10-29 20:02:29 +01:00
committed by GitHub
parent 0d3c35886c
commit fda1e7ef94
2 changed files with 10 additions and 4 deletions
+7
View File
@@ -9,5 +9,12 @@
},
"winlogbeat-*": {
"winlog.event_data.OriginalFileName": "keyword"
},
"filebeat-*": {
"zoom": {
"meeting": {
"password": "keyword"
}
}
}
}
@@ -1,8 +1,7 @@
[metadata]
creation_date = "2020/09/14"
ecs_version = ["1.6.0"]
maturity = "development"
query_schema_validation = false
maturity = "production"
updated_date = "2020/10/26"
[rule]
@@ -38,8 +37,8 @@ tags = [
type = "query"
query = '''
event.type:creation and event.module:zoom and event.dataset:zoom.webhook
and event.action:meeting.created and not zoom.meeting.password:*
event.type:creation and event.module:zoom and event.dataset:zoom.webhook and
event.action:meeting.created and not zoom.meeting.password:*
'''