Fleet uses osquery tables to query operating system, hardware, and software data. Each table provides specific data for analysis and filtering.
tpm_info
A table that lists the TPM related information.
Column | Type | Description |
---|---|---|
activated | integer | TPM is activated |
enabled | integer | TPM is enabled |
manufacturer_id | integer | TPM manufacturers ID |
manufacturer_name | text | TPM manufacturers name |
manufacturer_version | text | TPM version |
owned | integer | TPM is owned |
physical_presence_version | text | Version of the Physical Presence Interface |
product_name | text | Product name of the TPM |
spec_version | text | Trusted Computing Group specification that the TPM supports |
select * from tpm_info