mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
Add description to windows machines with unencrypted hard disks query (#3329)
This commit is contained in:
parent
4ad3f4f3d2
commit
c5aaeaab6f
@ -255,7 +255,7 @@ kind: query
|
||||
spec:
|
||||
name: Get Windows machines with unencrypted hard disks
|
||||
platforms: Windows
|
||||
description:
|
||||
description: List all Windows machines with unencrypted hard disks.
|
||||
query: SELECT * FROM bitlocker_info WHERE protection_status = 0;
|
||||
purpose: Informational
|
||||
contributors: zwass
|
||||
|
@ -11,7 +11,7 @@ The Fleet application is distributed as a single static binary (or as a Docker c
|
||||
|
||||
Fleet is the most widely used open source osquery manager in the world. Fleet enables programmable live queries, streaming logs, and realtime visibility of 100,000+ servers, containers, and laptops. It's especially useful for IT, security, and compliance use cases.
|
||||
|
||||
The Fleet application is contains two single static binaries which provide web based administration, REST API, and CLI interface to Fleet.
|
||||
The Fleet application contains two single static binaries which provide web based administration, REST API, and CLI interface to Fleet.
|
||||
|
||||
The `fleet` binary contains:
|
||||
- The Fleet TLS web server (no external webserver is required but it supports a proxy if desired)
|
||||
|
Loading…
Reference in New Issue
Block a user