Update discovery_net_command_system_account.toml (#1769)
(cherry picked from commit c646a18efb)
This commit is contained in:
committed by
github-actions[bot]
parent
fbcc7433ad
commit
3b97ee423b
@@ -1,7 +1,7 @@
|
||||
[metadata]
|
||||
creation_date = "2020/03/18"
|
||||
maturity = "production"
|
||||
updated_date = "2021/09/23"
|
||||
updated_date = "2022/02/10"
|
||||
|
||||
[rule]
|
||||
author = ["Elastic"]
|
||||
@@ -23,7 +23,8 @@ type = "eql"
|
||||
|
||||
query = '''
|
||||
process where event.type in ("start", "process_started") and
|
||||
user.id in ("S-1-5-18", "S-1-5-19", "S-1-5-20") and
|
||||
(process.Ext.token.integrity_level_name : "System" or
|
||||
winlog.event_data.IntegrityLevel : "System") and
|
||||
process.name : "whoami.exe" or
|
||||
(process.name : "net1.exe" and not process.parent.name : "net.exe")
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user