Releases: huntbase-io/scout-osquery-extensions
Releases · huntbase-io/scout-osquery-extensions
v0.1.0 - Hello World
First Build Feature List
- Script Execution: Execute hosted scripts immediately during query time using the
scout_exectable. - Script Caching: Cache scripts on the endpoint to minimize redundant network requests using the
scout_cachetable. - Security: All scripts must be signed and verified using a public key to ensure integrity and authenticity.
- Configuration Options:
server_url: URL for fetching scripts.public_key: Public key for script verification.cache_window: Duration for caching scripts.exec_timeout: Timeout for script execution.cache_dir: Directory for caching scripts.
- Content Server: Simple content server provided for testing script distribution and execution.
- Cross-Platform Support: Build and run the extension on Windows, macOS, and Linux.