https://github.com/osquery/osquery logo
Title
e

Eric Ruiz Gimenez

11/06/2022, 5:20 PM
Hey again, does someone know how to query a remote osquery system via python?
s

seph

11/06/2022, 5:21 PM
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.