Fleet uses osquery tables to query operating system, hardware, and software data. Each table provides specific data for analysis and filtering.
windows_security_products
Enumeration of registered Windows security products. Note: Not compatible with Windows Server.
Column | Type | Description |
---|---|---|
name | text | Name of product |
remediation_path | text | Remediation path |
signatures_up_to_date | integer | 1 if product signatures are up to date, else 0 |
state | text | State of protection |
state_timestamp | text | Timestamp for the product state |
type | text | Type of security product |
select * from windows_security_products