mirror of
https://github.com/fleetdm/fleet
synced 2026-05-22 08:28:52 +00:00
37 lines
No EOL
1.1 KiB
YAML
37 lines
No EOL
1.1 KiB
YAML
name: cryptoinfo
|
|
description: Get info about a certificate on the host.
|
|
evented: false
|
|
notes: This table is not a core osquery table. It is included as part of fleetd, the osquery manager from Fleet. Code based on work by [Kolide](https://github.com/kolide/launcher).
|
|
platforms:
|
|
- darwin
|
|
- windows
|
|
- linux
|
|
columns:
|
|
- name: path
|
|
description: Path to the certificate.
|
|
type: text
|
|
required: true
|
|
- name: passphrase
|
|
description: The passphrase for the certificate.
|
|
type: text
|
|
required: false
|
|
- name: key
|
|
description: A specific item that describes the drive.
|
|
type: text
|
|
required: false
|
|
- name: value
|
|
description: The value for the specified key.
|
|
type: text
|
|
required: false
|
|
- name: fullkey
|
|
description: The expanded name of the specific item that describes the drive.
|
|
type: text
|
|
required: false
|
|
- name: parent
|
|
description: The key's parent.
|
|
type: text
|
|
required: false
|
|
- name: query
|
|
description: The query is printed in this column. For example the SQL `SELECT * FROM cryuptsetup_status WHERE name = 'LUKS_DRIVE' will print "*"` in the query column.
|
|
type: text
|
|
required: false |