Skip to content

Releases: huntbase-io/scout-osquery-extensions

v0.1.0 - Hello World

20 Dec 12:31

Choose a tag to compare

v0.1.0 - Hello World Pre-release
Pre-release

First Build Feature List

  • Script Execution: Execute hosted scripts immediately during query time using the scout_exec table.
  • Script Caching: Cache scripts on the endpoint to minimize redundant network requests using the scout_cache table.
  • 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.