mirror of
https://github.com/chainguard-dev/osquery-defense-kit
synced 2025-01-10 15:49:31 +00:00
Merge pull request #55 from tstromberg/fp44
talkers-macos: Fix typo in protocol field name
This commit is contained in:
commit
bdd13408bb
@ -72,7 +72,7 @@ WHERE
|
||||
AND NOT (
|
||||
signature.identifier LIKE 'com.apple.%' AND signature.authority = 'Software Signing'
|
||||
AND remote_port IN (53,443,80)
|
||||
AND remote_protocol IN (6, 17)
|
||||
AND protocol IN (6, 17)
|
||||
)
|
||||
AND NOT (
|
||||
remote_port = 53
|
||||
|
Loading…
Reference in New Issue
Block a user