mirror of
https://github.com/chainguard-dev/osquery-defense-kit
synced 2025-01-19 03:50:46 +00:00
Merge pull request #34 from tstromberg/zoom-exc
osascript: Add exception for Zoom controller
This commit is contained in:
commit
159c864e58
@ -32,7 +32,10 @@ FROM
|
|||||||
WHERE
|
WHERE
|
||||||
p.path = '/usr/bin/osascript'
|
p.path = '/usr/bin/osascript'
|
||||||
AND p.time > (strftime('%s', 'now') -60)
|
AND p.time > (strftime('%s', 'now') -60)
|
||||||
AND exception_key != 'com.vng.zalo,Developer ID Application: VNG ONLINE CO.,LTD (CVB6BX97VM),osascript -ss'
|
AND exception_key NOT IN (
|
||||||
|
'com.vng.zalo,Developer ID Application: VNG ONLINE CO.,LTD (CVB6BX97VM),osascript -ss',
|
||||||
|
',,osascript -e set zoomStatus to "closed"\x0Aset muteStatu'
|
||||||
|
)
|
||||||
AND cmd != 'osascript -e user locale of (get system info)'
|
AND cmd != 'osascript -e user locale of (get system info)'
|
||||||
AND NOT (
|
AND NOT (
|
||||||
exception_key='org.python.python,,osascript' AND parent_cmd LIKE '% /opt/homebrew/bin/jupyter-notebook'
|
exception_key='org.python.python,,osascript' AND parent_cmd LIKE '% /opt/homebrew/bin/jupyter-notebook'
|
||||||
|
Loading…
Reference in New Issue
Block a user