add fleetdm + osquery
This commit is contained in:
parent
95750fa755
commit
d888ed74de
3 changed files with 25 additions and 0 deletions
|
@ -184,6 +184,7 @@ rev: 2025-01-30
|
||||||
- [SFTPGo](./web/sftpgo.md)
|
- [SFTPGo](./web/sftpgo.md)
|
||||||
- [Lemmy](./web/lemmy.md)
|
- [Lemmy](./web/lemmy.md)
|
||||||
- [Stump](./web/stump.md)
|
- [Stump](./web/stump.md)
|
||||||
|
- [FleetDM](./web/FleetDM.md)
|
||||||
|
|
||||||
# CLI
|
# CLI
|
||||||
## Terminal
|
## Terminal
|
||||||
|
@ -288,6 +289,7 @@ rev: 2025-01-30
|
||||||
- [retry-cli](./utilities/retry-cli.md)
|
- [retry-cli](./utilities/retry-cli.md)
|
||||||
- [systeroid](./utilities/systeroid.md)
|
- [systeroid](./utilities/systeroid.md)
|
||||||
- [distrobox](./utilities/distrobox.md)
|
- [distrobox](./utilities/distrobox.md)
|
||||||
|
- [osquery](./utilities/osquery.md)
|
||||||
|
|
||||||
## Development
|
## Development
|
||||||
- [act](./development/act.md)
|
- [act](./development/act.md)
|
||||||
|
|
14
technology/applications/utilities/osquery.md
Normal file
14
technology/applications/utilities/osquery.md
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
---
|
||||||
|
obj: application
|
||||||
|
website: https://www.osquery.io
|
||||||
|
repo: https://github.com/osquery/osquery
|
||||||
|
---
|
||||||
|
|
||||||
|
# osquery
|
||||||
|
|
||||||
|
[osquery](https://osquery.io/) is an open-source endpoint instrumentation framework. It exposes an operating system as a high-performance relational database, allowing you to write SQL queries to explore system state and activity in real-time. See [schema](https://osquery.io/schema/5.17.0/).
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
Usage: `osqueryi [SQL]`
|
||||||
|
|
||||||
|
Example Statement: `SELECT name, path, pid FROM processes WHERE on_disk = 0;`
|
9
technology/applications/web/FleetDM.md
Normal file
9
technology/applications/web/FleetDM.md
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
---
|
||||||
|
obj: application
|
||||||
|
website: https://fleetdm.com
|
||||||
|
repo: https://github.com/fleetdm/fleet
|
||||||
|
---
|
||||||
|
|
||||||
|
# FleetDM
|
||||||
|
|
||||||
|
[FleetDM](https://fleetdm.com/) is an open-source device management platform built to help teams query, monitor, and secure their entire infrastructure using [osquery](../utilities/osquery.md). It provides a scalable and centralized way to collect real-time information from thousands of laptops, desktops, and servers across a fleet.
|
Loading…
Add table
Add a link
Reference in a new issue