osquery is an open-source, cross-platform endpoint security monitoring and system information tool. It is either run locally in an interactive command-line session, or is deployed remotely with scheduled queries that report to a central logging system of the user's choice. It has an SQL-based query interface that presents OS-level data as virtual SQL tables, for flexible and powerful relational-data requests.
Tagging Recommendation
Use the osquery
tag for all osquery-related questions. If your question includes issues specific to a particular operating system platform, you can include a tag like windows
, macos
, or linux
. osquery is an extensible tool for gathering OS-level system information; many development issues are as much related to the intricacies of platform APIs as they are to osquery itself.
If your question is more related to the SQL language and its various syntax, maybe the sql
tag is also appropriate.