Required Tables
- file_events
Returned Fields
path | paths for scheduled file writes |
Query
SELECT
path
FROM file_events
WHERE file_events.path LIKE '/etc/cron%'
OR file_events.path LIKE '/var/spool/cron/%'
AND file_events.event_type != 3
path | paths for scheduled file writes |
SELECT
path
FROM file_events
WHERE file_events.path LIKE '/etc/cron%'
OR file_events.path LIKE '/var/spool/cron/%'
AND file_events.event_type != 3
Comments
0 comments
Please sign in to leave a comment.