osquery-1/specs/blacklist

28 lines
721 B
Plaintext
Raw Normal View History

# osquery/tables/specs/blacklist
# Usage: add table spec names to this list to prevent table generation
# Example: add tables that are not yet ready for release
2015-05-07 04:58:23 +00:00
# Example: add a platform:table_name, which is not yet ready
2016-07-31 18:32:31 +00:00
# Blacklist a ton of tables for FreeBSD:
2015-05-07 04:58:23 +00:00
freebsd:acpi_tables
freebsd:arp_cache
freebsd:block_devices
freebsd:disk_encryption
freebsd:file_events
freebsd:user_groups
2015-05-07 04:58:23 +00:00
freebsd:hardware_events
freebsd:kernel_info
freebsd:pci_devices
freebsd:usb_devices
freebsd:yara_events
freebsd:smbios_tables
freebsd:memory_devices
freebsd:memory_arrays
freebsd:memory_error_info
freebsd:memory_array_mapped_addresses
freebsd:memory_device_mapped_addresses
2018-08-23 00:02:40 +00:00
freebsd:oem_strings
2016-07-31 18:32:31 +00:00
# Blacklisting as an example:
example