osquery-extensions

command module
v0.0.0-...-ff86378 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 9, 2025 License: Apache-2.0 Imports: 9 Imported by: 0

README

Osquery Extension

Project Summary

This project provides custom Osquery tables that enhance the default Osquery functionality on macOS and Windows. These tables can help with forensics, compliance, and security investigations by extracting critical configuration and usage data from local installations.

Usage

For testing, you can load the extension with osqueryi.

By default, osquery does not want to load extensions not owned by root. You can either change the ownership of osquery_extension.ext to root, or run osquery with the --allow_unsafe flag.

To test:

make osqueryi # Will run osqueryi --extension /path/to/osquery_extension.ext --allow_unsafe in the background

For production deployment, you should refer to the osquery documentation.

Tables

Table Description Platforms Notes
chrome_extensions_dns Inspired by ExtensionHound, this table returns the DNS domains requested by chromium browser extensions. macOS / Windows
chrome_preferences Parses different Chromium based browser preferences such as sites with access to geolocation data, microphone access and notifications. Useful for forensics purposes. macOS / Windows
vscode_extensions Returns VSCode extensions installed on host. This table has been eventually incorporated into Osquery core. macOS / Windows

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
pkg
tables

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL