[Rule Tuning] Attempt to Remove File Quarantine Attribute (#2117)

* Add exceptions for browser FPs
This commit is contained in:
Mika Ayenson
2022-07-22 14:26:48 -04:00
committed by GitHub
parent c1c83a536c
commit cd11001fe8
@@ -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"
)
'''