Fleet uses osquery tables to query operating system, hardware, and software data. Each table provides specific data for analysis and filtering.
windows_security_center
The health status of Window Security features. Health values can be "Good", "Poor". "Snoozed", "Not Monitored", and "Error".
Column | Type | Description |
---|---|---|
antispyware | text | Deprecated (always 'Good'). Not returned in SELECT * FROM windows_security_center . |
antivirus | text | The health of the monitored Antivirus solution (see windows_security_products) |
autoupdate | text | The health of the Windows Autoupdate feature |
firewall | text | The health of the monitored Firewall (see windows_security_products) |
internet_settings | text | The health of the Internet Settings |
user_account_control | text | The health of the User Account Control (UAC) capability in Windows |
windows_security_center_service | text | The health of the Windows Security Center Service |
select * from windows_security_center