Does anyone know a osquery table that can show pac...
# general
t
Does anyone know a osquery table that can show packages running on a remote endpoint? Trying to find a way to confirm Log4jl on remote systems that I don't have access except with osquery
t
We tried those. None of them seemed to work. I'm currently working on figuring out why, but thought I would ask to see if anyone else was working on this also. I appreciate the reply!
s
What does "packages running on a remote endpoint" mean here?
m
Tomas, I used these YARA rules to help find log4j dependencies with osquery and it definitely helped: https://github.com/timb-machine/log4j
g
Please take a look at this thread in #fleet https://osquery.slack.com/archives/C01DXJL16D8/p1639196602341300
c
what about using osquery to check for windows server log4j?
k
c
the thing is that there is no process_open_files for Windows Servers
s
same question here....
g
You may want to look at building a list of known paths off of the environment variable java_home vs processes open on windows then compile a static list of locations to check this will be less performant but give you similar info