Skip to content

Commit

Permalink
fix verify errors
Browse files Browse the repository at this point in the history
  • Loading branch information
tstromberg committed Sep 23, 2024
1 parent 4d0a9fd commit 4740194
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion detection/execution/tiny-executable-events.sql
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ WHERE
p.path = "/"
AND file.size < 8192
)
AND NOT cmdline IN (
AND NOT p.cmdline IN (
'bpftool --version',
'bpftool --help',
'bpftool -V'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ WHERE
'notion.so',
'notion-static.com',
'ocf.berkeley.edu',
'odvdev.at'
'odvdev.at',
'office.com',
'oobesaas.adobe.com',
'openra.net',
Expand Down

0 comments on commit 4740194

Please sign in to comment.