Skip to content

Commit

Permalink
Merge pull request #400 from r0cketlad/21oct2024
Browse files Browse the repository at this point in the history
small fpr push
  • Loading branch information
tstromberg authored Oct 23, 2024
2 parents 5c7bdbc + fbf9a56 commit c8e99a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 3 additions & 1 deletion detection/execution/unexpected-setuid-binaries.sql
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,9 @@ FROM
'/usr/sbin/umount.nfs',
'/usr/sbin/umount.nfs4',
'/usr/sbin/userhelper',
'/usr/sbin/wodim'
'/usr/sbin/wodim',
'/bin/bwrap',
'/usr/bin/bwrap'
)
)
AND NOT (
Expand Down
3 changes: 0 additions & 3 deletions detection/impact/evenly-timestomped.sql
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ WHERE
OR file.path LIKE "/etc/%%"
OR file.path LIKE "/sbin/%%"
OR file.path LIKE "/lib/%%"
OR file.path LIKE "/usr/%%"
)
-- This timestamp is in UTC
AND file.mtime > (strftime('%s', 'now') - (86400 * 720))
Expand All @@ -51,5 +50,3 @@ WHERE
AND file.path NOT LIKE '%/lynis%'
AND file.path NOT LIKE '%/yelp-xsl%'
AND file.path NOT LIKE '/etc/cups/%'
AND file.path NOT LIKE '/usr/share/libinput/%.quirks'
AND file.path NOT LIKE '/usr/lib64/electron/locales/%.pak'

0 comments on commit c8e99a5

Please sign in to comment.