Skip to content

Commit 14728e1

Browse files
authored
Update impact_stop_process_service_threshold.toml
1 parent 5273729 commit 14728e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rules/windows/impact_stop_process_service_threshold.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
creation_date = "2020/12/03"
33
integration = ["endpoint", "windows", "system"]
44
maturity = "production"
5-
updated_date = "2025/03/20"
5+
updated_date = "2025/06/17"
66

77
[rule]
88
author = ["Elastic"]
@@ -74,7 +74,7 @@ type = "threshold"
7474
query = '''
7575
event.category:process and host.os.type:windows and event.type:start and process.name:(net.exe or sc.exe or taskkill.exe) and
7676
process.args:(stop or pause or delete or "/PID" or "/IM" or "/T" or "/F" or "/t" or "/f" or "/im" or "/pid") and
77-
not process.parent.name:osquerybeat.exe
77+
not process.parent.name:(osquerybeat.exe or agentbeat.exe)
7878
'''
7979

8080

0 commit comments

Comments
 (0)