mirror of
https://github.com/chainguard-dev/osquery-defense-kit
synced 2025-02-18 02:17:01 +00:00
Remove sshd listener false positive
This commit is contained in:
parent
59dc85a931
commit
3562bc898e
@ -8,4 +8,6 @@ SELECT * FROM (
|
||||
)
|
||||
WHERE INSTR(cmdline, '@notty') > 0
|
||||
OR
|
||||
INSTR(open_files, '/dev/ptmx') = 0;
|
||||
(
|
||||
open_files != "/dev/null" AND INSTR(open_files, '/dev/ptmx') = 0
|
||||
)
|
Loading…
Reference in New Issue
Block a user