add "Windows Azure Linux Agent"'s pid file to list (#2328)
* add "Windows Azure Linux Agent"'s pid file to list https://learn.microsoft.com/en-us/azure/virtual-machines/extensions/agent-linux this tool is default installed on azure linux hosts, can resolve my problem as an exception and have but the tool is common enough in cloud environments that it deserves inclusion. * Update execution_abnormal_process_id_file_created.toml * Update rules/linux/execution_abnormal_process_id_file_created.toml Co-authored-by: Jonhnathan <jonhnathancesar@gmail.com>
This commit is contained in:
committed by
GitHub
parent
699ee451f6
commit
bd46e892f1
@@ -118,7 +118,8 @@ file where event.type == "creation" and user.id == "0" and
|
||||
"nginx.pid",
|
||||
"dhclient.pid",
|
||||
"smtpd.pid",
|
||||
"stunnel.pid"
|
||||
"stunnel.pid",
|
||||
"1_waagent.pid"
|
||||
)
|
||||
'''
|
||||
|
||||
|
||||
Reference in New Issue
Block a user