https://github.com/osquery/osquery logo
#sql
Title
# sql
z

Zach Zeid

05/29/2020, 6:56 PM
has anyone dealt with collecting listening_ports on machines with a large number of connections?
f

fritz

05/31/2020, 5:10 PM
Have you considered dropping some of the rows that are not of interest? Rather than hoovering everything.
z

Zach Zeid

06/01/2020, 12:00 AM
Yes! That's one of the options, but what if the items of interest are too much?
4 Views