mirror of
https://github.com/chainguard-dev/osquery-defense-kit
synced 2024-12-14 18:14:34 +00:00
Swap like for equal
Signed-off-by: Ian Brown <ian@zestysoft.com>
This commit is contained in:
parent
ffd552aa54
commit
74114dd34e
@ -180,7 +180,7 @@ WHERE
|
||||
)
|
||||
AND NOT (
|
||||
(
|
||||
p.path LIKE '/System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/MacOS/ARDAgent'
|
||||
p.path = '/System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/MacOS/ARDAgent'
|
||||
AND lp.port = 3283
|
||||
AND lp.protocol = 6
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user