osquery_extensions ================== List of active osquery extensions. Platform support ---------------- Please be aware that some queries can only be run against certain platforms. Below is a list of the supported platforms that this query supports. Zercurity will automatically pause queries from running if errors are detected. **Running a query against an unsupported platform will result in the following error:** ``no such table: osquery_extensions`` - Windows - Linux - Mac OSX - Free BSD Table schema ------------ =========== ====== ==================================================== Name Type Description =========== ====== ==================================================== uuid BIGINT The transient ID assigned for communication name TEXT Extension's name version TEXT Extenion's version sdk_version TEXT osquery SDK version used to build the extension path TEXT Path of the extenion's domain socket or library path type TEXT SDK extension type: extension or module =========== ====== ==================================================== Query examples -------------- Select all the results for the given table. .. code-block:: sql SELECT * FROM osquery_extensions;