Bump zoom rule to production (#427)
This commit is contained in:
@@ -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:*
|
||||
'''
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user