mirror of
https://github.com/chainguard-dev/osquery-defense-kit
synced 2025-02-27 07:20:28 +00:00
Merge pull request #259 from tstromberg/fpr-may11
Collect recent file events
This commit is contained in:
commit
a05089b897
@ -2,7 +2,7 @@
|
|||||||
--
|
--
|
||||||
-- tags: postmortem
|
-- tags: postmortem
|
||||||
-- platform: posix
|
-- platform: posix
|
||||||
SELECT
|
-- interval: 900
|
||||||
*
|
SELECT *
|
||||||
FROM
|
FROM file_events
|
||||||
file_events;
|
WHERE time > (strftime('%s', 'now') -900)
|
Loading…
Reference in New Issue
Block a user