mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
Branch was auto-updated.
This commit is contained in:
@@ -13,6 +13,7 @@ search: '`osquery` name=es_process_events columns.cmdline IN ("find*", "crontab*
|
||||
| stats min(_time) as firstTime max(_time) as lastTime values(cmdline) as cmdline, values(pid) as pid, values(parent) as parent, values(path) as path,
|
||||
values(signing_id) as signing_id, dc(path) as dc_path by username host
|
||||
| rename username as User, cmdline as process, path as process_path
|
||||
| where dc_path > 3
|
||||
| `security_content_ctime(firstTime)`| `security_content_ctime(lastTime)`
|
||||
| `macos_lolbin_filter`'
|
||||
how_to_implement: This detection uses osquery and endpoint security on MacOS.
|
||||
|
||||
Reference in New Issue
Block a user