Hi osquery team, anyone can explain where does osq...
# general
w
Hi osquery team, anyone can explain where does osquery fetch data of table routes? and what does routes mean actually?
k
https://osquery.slack.com/archives/C08V7KTJB/p1704394516582289 It is also open source so you can find the commands they run agains the system to fetch the data.
Example: here is how the data is fetched on a windows machine:
Copy code
<https://github.com/osquery/osquery/blob/d9ac612d0e349eeb4bc3e7370ba198a73aaeab85/osquery/tables/networking/windows/routes.cpp#L64>
ty 1