2 repository-uri
Using specialized languages to interrogate the current state of remote system endpoints.
Distinct from State Querying: Existing candidates focus on job state or operator state, not the OS-level state of a remote host.
Explore 2 awesome GitHub repositories matching operating systems & systems programming · Host State Querying. Refine with filters or upvote what's useful.
WatchYourLAN is a self-hosted network discovery and monitoring tool written in Go. It scans local network interfaces using ARP requests to detect connected devices, tracks their online and offline status over time, and identifies when new or previously unseen hosts appear on the network. The application stores host data and connection history in either SQLite or PostgreSQL, and can export metrics to InfluxDB or expose a Prometheus endpoint for long-term storage and visualization in dashboards like Grafana. The tool provides a REST API for programmatic management of monitored hosts, including
Provides a REST API endpoint to look up details for one host by its identifier.
Velociraptor is a digital forensics and incident response platform, endpoint detection and response system, and visibility tool. It provides a query engine and remote forensic collector used to hunt for indicators of compromise and perform triage across a fleet of hosts. The system is distinguished by its specialized query language for interrogating host state and parsing binary files. It features a notebook environment that combines markdown documentation with executable query cells to standardize investigative workflows and enable collaborative reporting. The platform covers a wide range o
Velociraptor uses a specialized query language to implement detections and collect host-based state.