[Rule Tuning] Potential Microsoft Office Sandbox Evasion (#2123)

* filter run by macOS os type

(cherry picked from commit df670fac56)
This commit is contained in:
Mika Ayenson
2022-07-27 11:58:30 -04:00
committed by github-actions[bot]
parent 4534f04c0c
commit 6a7b78f14c
@@ -28,7 +28,7 @@ timestamp_override = "event.ingested"
type = "query"
query = '''
event.category:file and not event.type:deletion and file.name:~$*.zip
event.category:file and not event.type:deletion and file.name:~$*.zip and host.os.type:macos
'''
[[rule.threat]]