mirror of
https://github.com/chainguard-dev/osquery-defense-kit
synced 2025-02-09 22:16:53 +00:00
Uncomment remaining columns
This commit is contained in:
parent
d3780c0a6c
commit
3a4e0450a6
@ -9,12 +9,12 @@
|
||||
-- tags: persistent seldom filesystem systemd
|
||||
-- platform: linux
|
||||
SELECT -- description AS 'desc',
|
||||
-- fragment_path AS path,
|
||||
-- MAX(user, "root") AS effective_user,
|
||||
-- following,
|
||||
-- hash.sha256,
|
||||
-- file.ctime,
|
||||
-- file.size,
|
||||
fragment_path AS path,
|
||||
MAX(user, "root") AS effective_user,
|
||||
following,
|
||||
hash.sha256,
|
||||
file.ctime,
|
||||
file.size,
|
||||
CONCAT (
|
||||
id,
|
||||
',',
|
||||
|
Loading…
Reference in New Issue
Block a user