2018-09-21 18:54:31 +00:00
|
|
|
# Copyright (c) 2014-present, Facebook, Inc.
|
|
|
|
# All rights reserved.
|
|
|
|
#
|
2019-01-21 19:48:49 +00:00
|
|
|
# This source code is licensed as defined on the LICENSE file found in the
|
|
|
|
# root directory of this source tree.
|
2018-09-21 18:54:31 +00:00
|
|
|
|
|
|
|
load("//tools/build_defs/oss/osquery:codegen.bzl", "osquery_gentable_cxx_library")
|
|
|
|
load("//tools/build_defs/oss/osquery:native.bzl", "osquery_filegroup", "osquery_target")
|
|
|
|
|
|
|
|
osquery_filegroup(
|
|
|
|
name = "specs",
|
|
|
|
srcs = glob(
|
|
|
|
[
|
|
|
|
"**/*.table",
|
|
|
|
],
|
|
|
|
),
|
|
|
|
)
|
|
|
|
|
|
|
|
osquery_gentable_cxx_library(
|
|
|
|
name = "tables",
|
|
|
|
link_whole = True,
|
|
|
|
platform_spec_files = [
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"arp_cache.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"linux,macos,windows",
|
|
|
|
),
|
2019-01-16 11:10:07 +00:00
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"atom_packages.table",
|
2019-01-16 11:10:07 +00:00
|
|
|
"linux,macos",
|
|
|
|
),
|
2018-09-21 18:54:31 +00:00
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"darwin/account_policy_data.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"macos",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"darwin/ad_config.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"macos",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"darwin/alf.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"macos",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"darwin/alf_exceptions.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"macos",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"darwin/alf_explicit_auths.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"macos",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"darwin/alf_services.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"macos",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"darwin/app_schemes.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"macos",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"darwin/apps.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"macos",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"darwin/asl.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"macos",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"darwin/authorization_mechanisms.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"macos",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"darwin/authorizations.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"macos",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"darwin/battery.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"macos",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"darwin/browser_plugins.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"macos",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"darwin/crashes.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"macos",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"darwin/cups_destinations.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"macos",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"darwin/cups_jobs.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"macos",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"darwin/device_firmware.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"macos",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"darwin/disk_events.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"macos",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"darwin/event_taps.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"macos",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"darwin/extended_attributes.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"macos",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"darwin/fan_speed_sensors.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"macos",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"darwin/gatekeeper.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"macos",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"darwin/gatekeeper_approved_apps.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"macos",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"darwin/homebrew_packages.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"macos",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"darwin/iokit_devicetree.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"macos",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"darwin/iokit_registry.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"macos",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"darwin/kernel_extensions.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"macos",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"darwin/kernel_panics.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"macos",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"darwin/keychain_acls.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"macos",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"darwin/keychain_items.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"macos",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"darwin/launchd.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"macos",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"darwin/launchd_overrides.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"macos",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"darwin/managed_policies.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"macos",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"darwin/mdfind.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"macos",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"darwin/nfs_shares.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"macos",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"darwin/nvram.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"macos",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"darwin/package_bom.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"macos",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"darwin/package_install_history.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"macos",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"darwin/package_receipts.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"macos",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"darwin/plist.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"macos",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"darwin/power_sensors.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"macos",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"darwin/preferences.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"macos",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"darwin/quicklook_cache.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"macos",
|
|
|
|
),
|
2018-12-12 17:14:08 +00:00
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"darwin/running_apps.table",
|
2018-12-12 17:14:08 +00:00
|
|
|
"macos",
|
|
|
|
),
|
2018-09-21 18:54:31 +00:00
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"darwin/safari_extensions.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"macos",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"darwin/sandboxes.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"macos",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"darwin/shared_folders.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"macos",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"darwin/sharing_preferences.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"macos",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"darwin/signature.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"macos",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"darwin/sip_config.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"macos",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"darwin/smc_keys.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"macos",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"darwin/temperature_sensors.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"macos",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"darwin/time_machine_backups.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"macos",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"darwin/time_machine_destinations.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"macos",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"darwin/user_interaction_events.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"macos",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"darwin/virtual_memory_info.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"macos",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"darwin/wifi_networks.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"macos",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"darwin/wifi_scan.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"macos",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"darwin/wifi_status.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"macos",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"darwin/xprotect_entries.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"macos",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"darwin/xprotect_meta.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"macos",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"darwin/xprotect_reports.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"macos",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"freebsd/fbsd_kmods.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"freebsd",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"freebsd/pkg_packages.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"freebsd",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"linux/selinux_events.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"linux",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"linux/socket_events.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"linux",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"linux/elf_symbols.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"linux",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"linux/portage_use.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"linux",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"linux/rpm_package_files.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"linux",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"linux/shared_memory.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"linux",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"linux/iptables.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"linux",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"linux/portage_keywords.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"linux",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"linux/elf_segments.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"linux",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"linux/md_devices.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"linux",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"linux/process_namespaces.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"linux",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"linux/syslog_events.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"linux",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"linux/rpm_packages.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"linux",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"linux/portage_packages.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"linux",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"linux/process_file_events.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"linux",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"linux/md_drives.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"linux",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"linux/ec2_instance_tags.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"linux",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"linux/npm_packages.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"linux",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"linux/elf_info.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"linux",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"linux/md_personalities.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"linux",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"linux/kernel_modules.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"linux",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"linux/shadow.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"linux",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"linux/memory_info.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"linux",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"linux/msr.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"linux",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"linux/memory_map.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"linux",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"linux/deb_packages.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"linux",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"linux/elf_dynamic.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"linux",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"linux/ec2_instance_metadata.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"linux",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"linux/kernel_integrity.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"linux",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"linux/elf_sections.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"linux",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"linwin/intel_me_info.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"linux,windows",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"lldpd/lldp_neighbors.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"linux,macos,freebsd",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"kernel_info.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"linux,macos,windows",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"macwin/certificates.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"macos,windows",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"macwin/startup_items.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"macos,windows",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"posix/acpi_tables.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"linux,macos",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"posix/apt_sources.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"linux,macos,freebsd",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"posix/augeas.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"linux,macos,freebsd",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"posix/authorized_keys.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"linux,macos,freebsd",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"posix/block_devices.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"linux,macos",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"posix/cpu_time.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"linux,macos,freebsd",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"posix/crontab.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"linux,macos,freebsd",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"posix/disk_encryption.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"linux,macos",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"posix/dns_resolvers.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"linux,macos,freebsd",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"posix/docker_container_labels.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"linux,macos,freebsd",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"posix/docker_container_mounts.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"linux,macos,freebsd",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"posix/docker_container_networks.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"linux,macos,freebsd",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"posix/docker_container_ports.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"linux,macos,freebsd",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"posix/docker_container_processes.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"linux,macos,freebsd",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"posix/docker_container_stats.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"linux,macos,freebsd",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"posix/docker_containers.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"linux,macos,freebsd",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"posix/docker_image_labels.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"linux,macos,freebsd",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"posix/docker_images.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"linux,macos,freebsd",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"posix/docker_info.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"linux,macos,freebsd",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"posix/docker_network_labels.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"linux,macos,freebsd",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"posix/docker_networks.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"linux,macos,freebsd",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"posix/docker_version.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"linux,macos,freebsd",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"posix/docker_volume_labels.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"linux,macos,freebsd",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"posix/docker_volumes.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"linux,macos,freebsd",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"posix/file_events.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"linux,macos",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"posix/firefox_addons.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"linux,macos,freebsd",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"posix/hardware_events.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"linux,macos",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"posix/interface_ipv6.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"linux,macos,freebsd",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"posix/known_hosts.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"linux,macos,freebsd",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"posix/last.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"linux,macos,freebsd",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"posix/load_average.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"linux,macos,freebsd",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"posix/magic.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"linux,macos,freebsd",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"posix/memory_array_mapped_addresses.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"linux,macos",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"posix/memory_arrays.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"linux,macos",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"posix/memory_device_mapped_addresses.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"linux,macos",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"posix/memory_devices.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"linux,macos",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"posix/memory_error_info.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"linux,macos",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"posix/mounts.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"linux,macos,freebsd",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"posix/oem_strings.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"linux,macos",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"posix/opera_extensions.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"linux,macos,freebsd",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"posix/pci_devices.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"linux,macos",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"posix/process_envs.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"linux,macos,freebsd",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"posix/process_events.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"linux,macos,freebsd",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"posix/process_open_files.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"linux,macos,freebsd",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"posix/prometheus_metrics.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"linux,macos,freebsd",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"posix/shell_history.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"linux,macos,freebsd",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"posix/smbios_tables.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"linux,macos",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"posix/ssh_configs.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"linux,macos,freebsd",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"posix/sudoers.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"linux,macos,freebsd",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"posix/suid_bin.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"linux,macos,freebsd",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"posix/system_controls.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"linux,macos,freebsd",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"posix/ulimit_info.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"linux,macos,freebsd",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"posix/usb_devices.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"linux,macos",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"posix/user_events.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"linux,macos,freebsd",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"posix/user_ssh_keys.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"linux,macos,freebsd",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"posix/yum_sources.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"linux,macos,freebsd",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"sleuthkit/device_file.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"linux,macos,freebsd",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"sleuthkit/device_hash.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"linux,macos,freebsd",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"sleuthkit/device_partitions.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"linux,macos,freebsd",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"smart/smart_drive_info.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"linux,macos",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"user_groups.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"linux,macos,windows",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"windows/ntfs_acl_permissions.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"windows",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"windows/scheduled_tasks.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"windows",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"windows/windows_crashes.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"windows",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"windows/services.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"windows",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"windows/kva_speculative_info.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"windows",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"windows/patches.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"windows",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"windows/ie_extensions.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"windows",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"windows/shared_resources.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"windows",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"windows/wmi_cli_event_consumers.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"windows",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"windows/video_info.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"windows",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"windows/registry.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"windows",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"windows/drivers.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"windows",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"windows/disk_info.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"windows",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"windows/chocolatey_packages.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"windows",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"windows/logical_drives.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"windows",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"windows/ntdomains.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"windows",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"windows/authenticode.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"windows",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"windows/pipes.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"windows",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"windows/wmi_filter_consumer_binding.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"windows",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"windows/wmi_event_filters.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"windows",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"windows/windows_events.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"windows",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"windows/appcompat_shims.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"windows",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"windows/powershell_events.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"windows",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"windows/winbaseobj.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"windows",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"windows/cpu_info.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"windows",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"windows/wmi_bios_info.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"windows",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"windows/programs.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"windows",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"windows/wmi_script_event_consumers.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"windows",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"windows/physical_disk_performance.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"windows",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"windows/autoexec.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"windows",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"yara/yara_events.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"linux,macos",
|
|
|
|
),
|
|
|
|
(
|
2019-02-05 12:00:08 +00:00
|
|
|
"yara/yara.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
"linux,macos,freebsd",
|
|
|
|
),
|
|
|
|
],
|
|
|
|
spec_files = [
|
2019-02-05 12:00:08 +00:00
|
|
|
"carbon_black_info.table",
|
|
|
|
"carves.table",
|
|
|
|
"chrome_extensions.table",
|
|
|
|
"cpuid.table",
|
|
|
|
"curl.table",
|
|
|
|
"curl_certificate.table",
|
|
|
|
"etc_hosts.table",
|
|
|
|
"etc_protocols.table",
|
|
|
|
"etc_services.table",
|
|
|
|
"groups.table",
|
|
|
|
"hash.table",
|
|
|
|
"interface_addresses.table",
|
|
|
|
"interface_details.table",
|
|
|
|
"listening_ports.table",
|
|
|
|
"logged_in_users.table",
|
|
|
|
"os_version.table",
|
|
|
|
"platform_info.table",
|
|
|
|
"process_memory_map.table",
|
|
|
|
"process_open_sockets.table",
|
|
|
|
"processes.table",
|
|
|
|
"python_packages.table",
|
|
|
|
"routes.table",
|
|
|
|
"system_info.table",
|
|
|
|
"uptime.table",
|
|
|
|
"users.table",
|
|
|
|
"utility/file.table",
|
|
|
|
"utility/osquery_events.table",
|
|
|
|
"utility/osquery_extensions.table",
|
|
|
|
"utility/osquery_flags.table",
|
|
|
|
"utility/osquery_info.table",
|
|
|
|
"utility/osquery_packs.table",
|
|
|
|
"utility/osquery_registry.table",
|
|
|
|
"utility/osquery_schedule.table",
|
|
|
|
"utility/time.table",
|
2018-09-21 18:54:31 +00:00
|
|
|
],
|
2019-02-05 12:00:08 +00:00
|
|
|
spec_location = "$(location {})".format(osquery_target("specs:specs")),
|
2018-09-21 18:54:31 +00:00
|
|
|
visibility = ["PUBLIC"],
|
|
|
|
deps = [
|
2019-01-16 19:50:38 +00:00
|
|
|
osquery_target("osquery/tables:table_implementations"),
|
2018-09-21 18:54:31 +00:00
|
|
|
],
|
|
|
|
)
|