kish.jayson
04/30/2024, 6:26 AMGrant Bilstad
04/30/2024, 2:19 PMkish.jayson
04/30/2024, 7:30 PMGrant Bilstad
04/30/2024, 8:54 PMfleetd
extension tables @kish.jayson.
Fleet is open source and can find our schema in a handy JSON (this is what populates the site).
Ran some jq
, and believe there might be some overlap but it is a good start -
jq '.[] | select(.notes | index("This table is not a core osquery")) | .name' osquery_fleet_schema.json
To get the fleetd list of extended tables
"apfs_physical_stores"
"apfs_volumes"
"app_icons"
"authdb"
"cis_audit"
"corestorage_logical_volume_families"
"corestorage_logical_volumes"
"cryptoinfo"
"cryptsetup_status"
"csrutil_info"
"dscl"
"falcon_kernel_check"
"falconctl_options"
"file_lines"
"filevault_prk"
"filevault_status"
"filevault_users"
"find_cmd"
"firefox_preferences"
"firmware_eficheck_integrity_check"
"firmwarepasswd"
"geolocation"
"google_chrome_profiles"
"icloud_private_relay"
"ioreg"
"macadmins_unified_log"
"macos_profiles"
"macos_rsr"
"mdm"
"mdm_bridge"
"munki_info"
"munki_installs"
"network_interfaces"
"nvram_info"
"orbit_info"
"parse_ini"
"parse_json"
"parse_jsonl"
"parse_xml"
"pmset"
"privacy_preferences"
"puppet_info"
"puppet_logs"
"puppet_state"
"pwd_policy"
"sntp_request"
"software_update"
"sudo_info"
"system_info"
"system_state"
"user_login_settings"
"windows_updates"
kish.jayson
05/01/2024, 3:39 AMGrant Bilstad
05/01/2024, 7:48 PM