Hey again, does someone know how to query a remote...
# general
e
Hey again, does someone know how to query a remote osquery system via python?
s
A local osquery does not expose a remote api. It can be configured to fetch information from a remote server via the TLS api. And many servers have an api you can use python with.
It’s pretty simple, you could also write your own.