osquery posture check #1407

Open
opened 2025-11-20 05:29:47 -05:00 by saavagebueno · 0 comments
Owner

Originally created by @knightRider0xD on GitHub (Nov 8, 2024).

Is your feature request related to a problem? Please describe.
The posture checks provided for operating systems and running processes are good, but lack flexibility.

Describe the solution you'd like
For Desktop OS', add a posture check that uses an osquery query to determine if a given OS property/condition is met or not met.

Describe alternatives you've considered
Alternatives could be to create individual posture checks for common OS properties such as installed/banned/out-of date applications, disk encryption status, certificates, attached devices, etc.

Additional context
osquery ( https://www.osquery.io/ ) is a tool that provides a sql interface to query OS properties
A posture check like this might look like allowing an administrator to provide an osquery query and select whether the query should or should not return a result.
This posture check would give incredible flexibility to administrators while being simpler to implement than implementing many different individual checks.

Originally created by @knightRider0xD on GitHub (Nov 8, 2024). **Is your feature request related to a problem? Please describe.** The posture checks provided for operating systems and running processes are good, but lack flexibility. **Describe the solution you'd like** For Desktop OS', add a posture check that uses an osquery query to determine if a given OS property/condition is met or not met. **Describe alternatives you've considered** Alternatives could be to create individual posture checks for common OS properties such as installed/banned/out-of date applications, disk encryption status, certificates, attached devices, etc. **Additional context** osquery ( [https://www.osquery.io/](https://www.osquery.io/) ) is a tool that provides a sql interface to query OS properties A posture check like this might look like allowing an administrator to provide an osquery query and select whether the query should or should not return a result. This posture check would give incredible flexibility to administrators while being simpler to implement than implementing many different individual checks.
saavagebueno added the feature-request label 2025-11-20 05:29:47 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/netbird#1407