Add description to windows machines with unencrypted hard disks query (#3329)

This commit is contained in:
Omereshone Kelvin 2021-12-12 01:23:42 +01:00 committed by GitHub
parent 4ad3f4f3d2
commit c5aaeaab6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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)