This commit is contained in:
tccontre
2021-09-15 13:48:22 +02:00
parent d96f70cf8e
commit d0eff26cde
@@ -12,7 +12,7 @@ description: This search is to detect an anomaly event of non-firefox process ac
This SACL Event (4663) need to be enabled to tthe firefox profile directory to be eable to use this.
Since you monitoring this access to the folder a noise coming from firefox need to be filter and also sqlite db browser and explorer .exe to make this
detection more stable.
search: 'eventtype=wineventlog_security EventCode=4663
search: '`wineventlog_security` EventCode=4663
NOT (process_name IN ("*\\firefox.exe", "*\\explorer.exe", "*sql*")) Object_Name="*\\AppData\\Roaming\\Mozilla\\Firefox\\Profiles*"
| stats count min(_time) as firstTime max(_time) as lastTime
by Object_Name Object_Type process_name Access_Mask Accesses process_id EventCode dest user