[Rule Tuning] Attempt to Remove File Quarantine Attribute (#2117)
* Add exceptions for browser FPs
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
[metadata]
|
||||
creation_date = "2020/08/14"
|
||||
maturity = "production"
|
||||
updated_date = "2022/03/31"
|
||||
updated_date = "2022/07/18"
|
||||
|
||||
[rule]
|
||||
author = ["Elastic"]
|
||||
@@ -42,6 +42,9 @@ process where event.type in ("start", "process_started") and
|
||||
"/bin/sh -c xattr -c *"
|
||||
)
|
||||
)
|
||||
) and not process.args : (
|
||||
"/Applications/Google Chrome.app",
|
||||
"/Applications/Microsoft Edge.app"
|
||||
)
|
||||
'''
|
||||
|
||||
|
||||
Reference in New Issue
Block a user