[Rule Tuning] Update event.code to category (#349)

This commit is contained in:
Brent Murphy
2020-09-30 18:34:58 -04:00
committed by GitHub
parent cbf465ba01
commit 83fb9bdf93
7 changed files with 14 additions and 14 deletions
@@ -2,7 +2,7 @@
creation_date = "2020/02/18"
ecs_version = ["1.6.0"]
maturity = "production"
updated_date = "2020/02/18"
updated_date = "2020/09/30"
[rule]
author = ["Elastic"]
@@ -19,7 +19,7 @@ tags = ["Elastic", "Windows"]
type = "query"
query = '''
event.code:1 and process.name:(MSBuild.exe or msxsl.exe)
event.category:process and event.type:(start or process_started) and process.name:(MSBuild.exe or msxsl.exe)
'''
@@ -2,7 +2,7 @@
creation_date = "2020/02/18"
ecs_version = ["1.6.0"]
maturity = "production"
updated_date = "2020/02/18"
updated_date = "2020/09/30"
[rule]
author = ["Elastic"]
@@ -21,7 +21,7 @@ tags = ["Elastic", "Windows"]
type = "query"
query = '''
event.code:1 and process.name:fltMC.exe
event.category:process and event.type:(start or process_started) and process.name:fltMC.exe
'''
@@ -2,7 +2,7 @@
creation_date = "2020/02/18"
ecs_version = ["1.6.0"]
maturity = "production"
updated_date = "2020/02/18"
updated_date = "2020/09/30"
[rule]
author = ["Elastic"]
@@ -25,7 +25,7 @@ tags = ["Elastic", "Windows"]
type = "query"
query = '''
event.code:1 and process.name:tasklist.exe
event.category:process and event.type:(start or process_started) and process.name:tasklist.exe
'''
@@ -2,7 +2,7 @@
creation_date = "2020/02/18"
ecs_version = ["1.6.0"]
maturity = "production"
updated_date = "2020/02/18"
updated_date = "2020/09/30"
[rule]
author = ["Elastic"]
@@ -27,7 +27,7 @@ tags = ["Elastic", "Windows"]
type = "query"
query = '''
process.name:whoami.exe and event.code:1
event.category:process and event.type:(start or process_started) and process.name:whoami.exe
'''
@@ -2,7 +2,7 @@
creation_date = "2020/02/18"
ecs_version = ["1.6.0"]
maturity = "production"
updated_date = "2020/02/18"
updated_date = "2020/09/30"
[rule]
author = ["Elastic"]
@@ -29,7 +29,7 @@ tags = ["Elastic", "Windows"]
type = "query"
query = '''
event.code:1 and process.name:hh.exe
event.category:process and event.type:(start or process_started) and process.name:hh.exe
'''
@@ -2,7 +2,7 @@
creation_date = "2020/02/18"
ecs_version = ["1.6.0"]
maturity = "production"
updated_date = "2020/08/12"
updated_date = "2020/09/30"
[rule]
author = ["Elastic"]
@@ -22,7 +22,7 @@ tags = ["Elastic", "Windows"]
type = "query"
query = '''
event.code:1 and process.parent.name:winlogon.exe and not process.name:(atbroker.exe or displayswitch.exe or magnify.exe or narrator.exe or osk.exe or sethc.exe or utilman.exe)
event.category:process and event.type:(start or process_started) and process.parent.name:winlogon.exe and not process.name:(atbroker.exe or displayswitch.exe or magnify.exe or narrator.exe or osk.exe or sethc.exe or utilman.exe)
'''
@@ -2,7 +2,7 @@
creation_date = "2020/02/18"
ecs_version = ["1.6.0"]
maturity = "production"
updated_date = "2020/02/18"
updated_date = "2020/09/30"
[rule]
author = ["Elastic"]
@@ -22,7 +22,7 @@ tags = ["Elastic", "Windows"]
type = "query"
query = '''
event.code:1 and process.name:sdbinst.exe
event.category:process and event.type:(start or process_started) and process.name:sdbinst.exe
'''