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

Kaushal Parikh

03/12/2019, 1:51 PM
One thing I m not able to get is how is what call is it making to get the query results. It seems it's using some websockets
c

crimsonknave

03/12/2019, 2:04 PM
Basically, it's all REST with the endpoints they list. But, you'll likely need to dig into the
HTTP handler file
linked there to find exactly the url you want.
k

Kaushal Parikh

03/12/2019, 2:19 PM
I searched that. didn't get anything though 😞