Warning:
The number of runtime covered functions are larger than the
number of reachable functions. This means that Fuzz Introspector found
there are more functions covered at runtime than what is considered
reachable based on the static analysis. This is a limitation in the
analysis as anything covered at runtime is by definition reachable by the
fuzzers.
This is likely due to a limitation in the static analysis. In this case, the
count of functions covered at runtime is the true value, which means this
is what should be considered "achieved" by the fuzzer.
Use the project functions table below to query all functions that were not covered at runtime.
The following table shows data about each function in the project. The functions included in this table correspond to all functions that exist in the executables of the fuzzers. As such, there may be functions that are from third-party libraries.
For further technical details on the meaning of columns in the below table, please see the Glossary .
Func name | Functions filename | Args | Function call depth | Reached by Fuzzers | Runtime reached by Fuzzers | Combined reached by Fuzzers | Fuzzers runtime hit | Func lines hit % | I Count | BB Count | Cyclomatic complexity | Functions reached | Reached by functions | Accumulated cyclomatic complexity | Undiscovered complexity |
---|
The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview
Call tree overview bitmap:
The distribution of callsites in terms of coloring is
Color | Runtime hitcount | Callsite count | Percentage |
---|---|---|---|
red | 0 | 0 | 0.0% |
gold | [1:9] | 0 | 0.0% |
yellow | [10:29] | 5 | 55.5% |
greenyellow | [30:49] | 0 | 0.0% |
lawngreen | 50+ | 4 | 44.4% |
All colors | 9 | 100 |
Function name | source code lines | source lines hit | percentage hit |
---|
filename | functions hit |
---|---|
osquery/main/harnesses/fuzz_config.cpp | 8 |
The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview
Call tree overview bitmap:
The distribution of callsites in terms of coloring is
Color | Runtime hitcount | Callsite count | Percentage |
---|---|---|---|
red | 0 | 16 | 94.1% |
gold | [1:9] | 0 | 0.0% |
yellow | [10:29] | 0 | 0.0% |
greenyellow | [30:49] | 0 | 0.0% |
lawngreen | 50+ | 1 | 5.88% |
All colors | 17 | 100 |
The following nodes represent call sites where fuzz blockers occur.
Amount of callsites blocked | Calltree index | Parent function | Callsite | Largest blocked function |
---|---|---|---|---|
16 | 0 | EP | call site: 00000 | osquery::query |
Function name | source code lines | source lines hit | percentage hit |
---|
filename | functions hit |
---|---|
osquery/main/harnesses/fuzz_sqlquery.cpp | 2 |
osquery/sql/sql.cpp | 1 |
plugins/numeric_monitoring/filesystem.cpp | 9 |
osquery/core/watcher.cpp | 3 |
The following table shows a list of functions that are optimal targets. Optimal targets are identified by finding the functions that in combination, yield a high code coverage.
Func name | Functions filename | Arg count | Args | Function depth | hitcount | instr count | bb count | cyclomatic complexity | Reachable functions | Incoming references | total cyclomatic complexity | Unreached complexity |
---|---|---|---|---|---|---|---|---|---|---|---|---|
osquery::process_input
|
/src/osquery/osquery/devtools/shell.cpp | 2 | ['struct callback_data*', 'FILE*'] | 10 | 0 | 110 | 27 | 46 | 224 | 0 | 455 | 451 |
osquery::tables::genChromeExtensions
|
/src/osquery/osquery/tables/applications/chrome/chrome_extensions.cpp | 1 | ['QueryContext'] | 10 | 0 | 39 | 3 | 4 | 179 | 0 | 206 | 199 |
osquery::SHELL_FLAG
|
/src/osquery/osquery/sql/virtual_table.cpp | 1 | ['DECLARE_bool'] | 5 | 0 | 549 | 127 | 164 | 155 | 0 | 195 | 172 |
Implementing fuzzers that target the above functions will improve reachability such that it becomes:
If you implement fuzzers for these functions, the status of all functions in the project will be:
Func name | Functions filename | Args | Function call depth | Reached by Fuzzers | Runtime reached by Fuzzers | Combined reached by Fuzzers | Fuzzers runtime hit | Func lines hit % | I Count | BB Count | Cyclomatic complexity | Functions reached | Reached by functions | Accumulated cyclomatic complexity | Undiscovered complexity |
---|
This sections provides heuristics that can be used as input to a fuzz engine when running a given fuzz target. The current focus is on providing input that is usable by libFuzzer.
Use this with the libFuzzer -dict=DICT.file flag
Use this with the libFuzzer -dict=DICT.file flag
This section shows analysis of runtime coverage data.
For futher technical details on how this section is generated, please see the Glossary .
Func name | Function total lines | Lines covered at runtime | percentage covered | Reached by fuzzers |
---|---|---|---|---|
osquery::Config::update(std::__1::map
|
53 | 24 | 45.28% | |
osquery::DatabasePlugin::call(std::__1::map
|
77 | 13 | 16.88% | |
osquery::procGetSocketListPacket(int,int,unsignedlong,std::__1::basic_string
|
33 | 11 | 33.33% | |
osquery::PlatformFile::PlatformFile(boost::filesystem::pathconst&,int,int) | 45 | 19 | 42.22% | |
osquery::DynamicTableRow::get_column(sqlite3_context*,sqlite3_vtab*,int) | 54 | 27 | 50.0% | |
osquery::SQLPlugin::call(std::__1::map
|
34 | 11 | 32.35% | |
osquery::tables::sqlite::xBestIndex(sqlite3_vtab*,sqlite3_index_info*) | 97 | 52 | 53.60% | |
osquery::tables::sqlite::xFilter(sqlite3_vtab_cursor*,int,charconst*,int,sqlite3_value**) | 162 | 65 | 40.12% | |
osquery::tables::genAutoStartItems(std::__1::basic_string
|
35 | 8 | 22.85% | |
osquery::tables::genSystemdItems(std::__1::vector
|
51 | 6 | 11.76% | |
osquery::runDecorators(osquery::DecorationPoint,unsignedlong,std::__1::basic_string
|
34 | 14 | 41.17% |
The below fuzzers are templates and suggestions for how to target the set of optimal functions above
#include "ada_fuzz_header.h"
int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
af_safe_gb_init(data, size);
/* target osquery::process_input */
structcallback_data* new_var0 = calloc(sizeof(structcallback_data), 1);
UNKNOWN_TYPE unknown_1;
osquery::process_input(new_var0, unknown_1);
af_safe_gb_cleanup();
}
#include "ada_fuzz_header.h"
int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
af_safe_gb_init(data, size);
/* target osquery::tables::genChromeExtensions */
UNKNOWN_TYPE unknown_2;
osquery::tables::genChromeExtensions(unknown_2);
af_safe_gb_cleanup();
}
#include "ada_fuzz_header.h"
int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
af_safe_gb_init(data, size);
/* target osquery::SHELL_FLAG */
UNKNOWN_TYPE unknown_3;
osquery::SHELL_FLAG(unknown_3);
af_safe_gb_cleanup();
}
This section shows which files and directories are considered in this report. The main reason for showing this is fuzz introspector may include more code in the reasoning than is desired. This section helps identify if too many files/directories are included, e.g. third party code, which may be irrelevant for the threat model. In the event too much is included, fuzz introspector supports a configuration file that can exclude data from the report. See the following link for more information on how to create a config file: link
Source file | Reached by | Covered by |
---|---|---|
/src/osquery/tests/integration/tables/kernel_extensions.cpp | [] | [] |
/src/osquery/osquery/events/tests/linux/inotify_tests.cpp | [] | [] |
/src/osquery/osquery/tables/system/posix/suid_bin.cpp | [] | [] |
/src/osquery/osquery/tables/system/windows/logon_sessions.cpp | [] | [] |
/src/osquery/osquery/tables/system/windows/video_info.cpp | [] | [] |
/src/osquery/osquery/core/plugins/logger.h | [] | [] |
/src/osquery/osquery/tables/system/darwin/kernel_panics.cpp | [] | [] |
/src/osquery/plugins/config/parsers/tests/views_tests.cpp | [] | [] |
/src/osquery/osquery/experimental/experiments/loader/src/loader.cpp | [] | [] |
/src/osquery/tests/integration/tables/docker_networks.cpp | [] | [] |
/src/osquery/osquery/events/linux/udev.cpp | [] | [] |
/src/osquery/osquery/utils/expected/tests/expected.cpp | [] | [] |
/src/osquery/tests/integration/tables/cpu_info.cpp | [] | [] |
/src/osquery/tests/integration/tables/load_average.cpp | [] | [] |
/src/osquery/tests/integration/tables/logged_in_users.cpp | [] | [] |
/src/osquery/osquery/distributed/distributed.cpp | [] | [] |
/src/osquery/tests/integration/tables/powershell_events.cpp | [] | [] |
/src/osquery/osquery/tables/forensic/carves.cpp | [] | [] |
/src/osquery/libraries/cmake/source/libaudit/generated/optabs.h | [] | [] |
/src/osquery/osquery/tables/system/darwin/xprotect.cpp | [] | [] |
/src/osquery/osquery/tables/system/linux/dbus/uniquedbusconnection.cpp | [] | [] |
/src/osquery/osquery/tables/system/windows/intel_me.cpp | [] | [] |
/src/osquery/plugins/logger/stdout.h | [] | [] |
/src/osquery/tests/integration/tables/suid_bin.cpp | [] | [] |
/src/osquery/tests/integration/tables/package_receipts.cpp | [] | [] |
/src/osquery/tests/integration/tables/memory_devices.cpp | [] | [] |
/src/osquery/tests/integration/tables/recent_files.cpp | [] | [] |
/src/osquery/tests/integration/tables/etc_hosts.cpp | [] | [] |
/src/osquery/osquery/tables/applications/browser_firefox.cpp | [] | [] |
/src/osquery/osquery/tables/system/posix/magic.cpp | [] | [] |
/src/osquery/osquery/tables/system/darwin/quicklook_cache.cpp | [] | [] |
/src/osquery/osquery/core/sql/table_row.h | [] | [] |
/src/osquery/osquery/hashing/hashing.h | [] | [] |
/src/osquery/tests/integration/tables/dns_lookup_events.cpp | [] | [] |
/src/osquery/osquery/tables/system/tests/darwin/asl_tests.cpp | [] | [] |
/src/osquery/tests/integration/tables/deviceguard_status.cpp | [] | [] |
/src/osquery/tests/integration/tables/windows_events.cpp | [] | [] |
/src/osquery/osquery/events/darwin/event_taps.h | [] | [] |
/src/osquery/osquery/tables/system/posix/smbios_utils.cpp | [] | [] |
/src/osquery/osquery/tables/system/windows/wmi_bios_info.cpp | [] | [] |
/src/osquery/osquery/remote/serializers/json.h | [] | [] |
/src/osquery/osquery/tables/system/windows/userassist.cpp | [] | [] |
/src/osquery/tests/integration/tables/default_environment.cpp | [] | [] |
/src/osquery/plugins/logger/tests/tls_logger_tests.cpp | [] | [] |
/src/osquery/plugins/logger/tests/filesystem_logger_tests.cpp | [] | [] |
/src/osquery/osquery/tables/system/linux/dbus/methods/getstringproperty.cpp | [] | [] |
/src/osquery/tests/integration/tables/docker_containers.cpp | [] | [] |
/src/osquery/osquery/sdk/sdk.h | [] | [] |
/src/osquery/libraries/cmake/source/libaudit/generated/gen_tables.h | [] | [] |
/src/osquery/tests/integration/tables/yara_events.cpp | [] | [] |
/src/osquery/tests/integration/tables/sharing_preferences.cpp | [] | [] |
/src/osquery/osquery/remote/tests/test_utils.h | [] | [] |
/src/osquery/osquery/tables/system/windows/prefetch.cpp | [] | [] |
/src/osquery/osquery/tables/cloud/azure/azure_instance_tags.cpp | [] | [] |
/src/osquery/libraries/cmake/source/glog/generated/windows/x86_64/public/glog/logging.h | [] | [] |
/src/osquery/tests/integration/tables/ycloud_instance_metadata.cpp | [] | [] |
/src/osquery/osquery/tables/system/windows/security_profile_info_utils.cpp | [] | [] |
/src/osquery/osquery/tables/system/tests/darwin/apps_tests.cpp | [] | [] |
/src/osquery/osquery/tables/system/linux/apt_sources.cpp | [] | [] |
/src/osquery/osquery/tables/system/linux/usb_devices.cpp | [] | [] |
/src/osquery/osquery/tables/system/windows/ntdomains.cpp | [] | [] |
/src/osquery/osquery/registry/registry_interface.cpp | [] | [] |
/src/osquery/osquery/events/linux/auditeventpublisher.h | [] | [] |
/src/osquery/osquery/sql/sqlite_util.cpp | [] | [] |
/src/osquery/tests/integration/tables/process_open_pipes.cpp | [] | [] |
/src/osquery/tests/integration/tables/chrome_extension_content_scripts.cpp | [] | [] |
/src/osquery/osquery/filesystem/tests/posix/xattrs.cpp | [] | [] |
/src/osquery/tests/integration/tables/power_sensors.cpp | [] | [] |
/src/osquery/osquery/utils/system/windows/users_groups_helpers.cpp | [] | [] |
/src/osquery/osquery/tables/applications/posix/carbon_black.cpp | [] | [] |
/src/osquery/osquery/tables/events/darwin/socket_events.cpp | [] | [] |
/src/osquery/osquery/extensions/tests/extensions.cpp | [] | [] |
/src/osquery/plugins/database/sqlite.cpp | [] | [] |
/src/osquery/tests/integration/tables/time.cpp | [] | [] |
/src/osquery/tests/integration/tables/kernel_keys.cpp | [] | [] |
/src/osquery/osquery/remote/transports/tests/tls_transports_tests.cpp | [] | [] |
/src/osquery/plugins/config/update.cpp | [] | [] |
/src/osquery/osquery/worker/ipc/posix/pipe_channel.cpp | [] | [] |
/src/osquery/osquery/tables/system/windows/pipes.cpp | [] | [] |
/src/osquery/osquery/utils/conversions/tests/tryto.cpp | [] | [] |
/src/osquery/osquery/events/linux/auditdnetlink.cpp | [] | [] |
/src/osquery/tests/integration/tables/md_personalities.cpp | [] | [] |
/src/osquery/osquery/tables/system/windows/windows_crashes.cpp | [] | [] |
/src/osquery/tests/integration/tables/keychain_acls.cpp | [] | [] |
/src/osquery/osquery/worker/ipc/linux/linux_table_ipc.h | [] | [] |
/src/osquery/osquery/system/usersgroups/windows/users_groups_cache.cpp | [] | [] |
/src/osquery/osquery/extensions/thrift/gen/Extension_server.skeleton.cpp | [] | [] |
/src/osquery/osquery/utils/only_movable.h | [] | [] |
/src/osquery/osquery/core/windows/wmi.h | [] | [] |
/src/osquery/osquery/tables/system/darwin/system_info.cpp | [] | [] |
/src/osquery/osquery/tables/system/linux/yum_sources.cpp | [] | [] |
/src/osquery/osquery/events/benchmarks/events_benchmarks.cpp | [] | [] |
/src/osquery/osquery/tables/system/darwin/gatekeeper.cpp | [] | [] |
/src/osquery/osquery/tables/system/tests/windows/programs_tests.cpp | [] | [] |
/src/osquery/osquery/events/linux/bpf/filesystem.cpp | [] | [] |
/src/osquery/osquery/tables/system/windows/tpm_info.cpp | [] | [] |
/src/osquery/tests/integration/tables/gatekeeper_approved_apps.cpp | [] | [] |
/src/osquery/osquery/core/watcher.cpp | ['osquery/main/harnesses/fuzz_sqlquery.cpp'] | [] |
/src/osquery/osquery/tables/system/tests/darwin/certificates_tests.cpp | [] | [] |
/src/osquery/osquery/config/packs.h | [] | [] |
/src/osquery/osquery/events/windows/etw/etw_controller.cpp | [] | [] |
/src/osquery/osquery/database/database.h | [] | [] |
/src/osquery/osquery/tables/system/darwin/asl_utils.cpp | [] | [] |
/src/osquery/tests/integration/tables/docker_images.cpp | [] | [] |
/src/osquery/osquery/tables/system/darwin/acpi_tables.cpp | [] | [] |
/src/osquery/tests/integration/tables/ntdomains.cpp | [] | [] |
/src/osquery/plugins/logger/windows_event_log.h | [] | [] |
/src/osquery/osquery/sql/tests/sqlite_network_tests.cpp | [] | [] |
/src/osquery/tests/integration/tables/ssh_configs.cpp | [] | [] |
/src/osquery/plugins/logger/filesystem_logger.cpp | [] | [] |
/src/osquery/osquery/tables/system/darwin/sharing_preferences.cpp | [] | [] |
/src/osquery/tests/integration/tables/shadow.cpp | [] | [] |
/src/osquery/osquery/experimental/events_stream/events_stream.cpp | [] | [] |
/src/osquery/osquery/events/linux/inotify.cpp | [] | [] |
/src/osquery/tests/integration/tables/alf_explicit_auths.cpp | [] | [] |
/src/osquery/tests/integration/tables/prometheus_metrics.cpp | [] | [] |
/src/osquery/tests/integration/tables/wmi_bios_info.cpp | [] | [] |
/src/osquery/osquery/tables/system/hash.cpp | [] | [] |
/src/osquery/osquery/events/tests/mockedosquerydatabase.h | [] | [] |
/src/osquery/osquery/events/windows/etw/etw_controller.h | [] | [] |
/src/osquery/osquery/config/config.cpp | [] | [] |
/src/osquery/libraries/cmake/source/libgcrypt/generated/x86_64/mpi/mpih-mul2.c | [] | [] |
/src/osquery/tests/integration/tables/authenticode.cpp | [] | [] |
/src/osquery/plugins/config/tests/tls_config_tests.cpp | [] | [] |
/src/osquery/osquery/events/darwin/scnetwork.h | [] | [] |
/src/osquery/osquery/utils/system/windows/system.cpp | [] | [] |
/src/osquery/osquery/utils/conversions/split.cpp | [] | [] |
/src/osquery/tests/integration/tables/process_open_files.cpp | [] | [] |
/src/osquery/osquery/config/tests/config_tests.cpp | [] | [] |
/src/osquery/tests/integration/tables/rpm_packages.cpp | [] | [] |
/src/osquery/osquery/utils/system/posix/system.h | [] | [] |
/src/osquery/tests/integration/tables/portage_packages.cpp | [] | [] |
/src/osquery/osquery/core/shutdown.cpp | [] | [] |
/src/osquery/osquery/tables/system/linux/dbus/uniquedbusconnection.h | [] | [] |
/src/osquery/osquery/remote/tests/requests_tests.cpp | [] | [] |
/src/osquery/osquery/filesystem/linux/proc.cpp | [] | [] |
/src/osquery/osquery/utils/debug/tests/debug_only.cpp | [] | [] |
/src/osquery/tests/integration/tables/portage_use.cpp | [] | [] |
/src/osquery/osquery/remote/transports/tls.h | [] | [] |
/src/osquery/tests/integration/tables/extended_attributes.cpp | [] | [] |
/src/osquery/tests/integration/tables/windows_search.cpp | [] | [] |
/src/osquery/libraries/cmake/source/libgcrypt/generated/x86_64/mpi/mpih-mul1.c | [] | [] |
/src/osquery/osquery/tables/system/linux/pci_devices.cpp | [] | [] |
/src/osquery/osquery/tables/system/darwin/kernel_info.cpp | [] | [] |
/src/osquery/osquery/tables/system/windows/bitlocker_info.cpp | [] | [] |
/src/osquery/osquery/tables/system/darwin/ad_config.cpp | [] | [] |
/src/osquery/osquery/tables/system/tests/darwin/keychain_test.cpp | [] | [] |
/src/osquery/osquery/utils/darwin/iokit_helpers.h | [] | [] |
/src/osquery/tests/integration/tables/processes.cpp | [] | [] |
/src/osquery/osquery/tables/system/linux/portage.cpp | [] | [] |
/src/osquery/tests/integration/tables/groups.cpp | [] | [] |
/src/osquery/osquery/logger/benchmarks/logger_benchmarks.cpp | [] | [] |
/src/osquery/tests/integration/tables/xprotect_reports.cpp | [] | [] |
/src/osquery/osquery/tables/events/windows/powershell_events.cpp | [] | [] |
/src/osquery/osquery/tables/events/darwin/disk_events.cpp | [] | [] |
/src/osquery/osquery/tables/system/darwin/packages.h | [] | [] |
/src/osquery/osquery/tables/system/darwin/ibridge.cpp | [] | [] |
/src/osquery/osquery/tables/system/windows/windows_security_products.cpp | [] | [] |
/src/osquery/libraries/cmake/source/glog/generated/linux/x86_64/public/glog/logging.h | [] | [] |
/src/osquery/libraries/cmake/source/augeas/generated/linux/x86_64/code/parser.c | [] | [] |
/src/osquery/libraries/cmake/source/libaudit/generated/arm_tables.h | [] | [] |
/src/osquery/osquery/tables/system/linux/systemd_units.cpp | [] | [] |
/src/osquery/osquery/tables/system/windows/autoexec.cpp | [] | [] |
/src/osquery/osquery/events/windows/etw/etw_kernel_session.cpp | [] | [] |
/src/osquery/tests/integration/tables/docker_info.cpp | [] | [] |
/src/osquery/tests/integration/tables/user_interaction_events.cpp | [] | [] |
/src/osquery/osquery/events/tests/darwin/fsevents_tests.cpp | [] | [] |
/src/osquery/osquery/utils/schemer/tests/schemer.cpp | [] | [] |
/src/osquery/osquery/numeric_monitoring/plugin_interface.cpp | [] | [] |
/src/osquery/osquery/tables/system/linux/disk_encryption.cpp | [] | [] |
/src/osquery/osquery/core/windows/wmi.cpp | [] | [] |
/src/osquery/osquery/tables/events/linux/bpf_socket_events.h | [] | [] |
/src/osquery/osquery/tables/events/darwin/es_process_events.cpp | [] | [] |
/src/osquery/libraries/cmake/source/libaudit/generated/i386_tables.h | [] | [] |
/src/osquery/osquery/main/main.cpp | [] | [] |
/src/osquery/osquery/tables/system/windows/ntfs_acl_permissions.cpp | [] | [] |
/src/osquery/plugins/logger/kafka_producer.cpp | [] | [] |
/src/osquery/libraries/cmake/source/libaudit/generated/x86_64_tables.h | [] | [] |
/src/osquery/osquery/tables/system/linux/dbus/uniquedbusmessage.cpp | [] | [] |
/src/osquery/tests/integration/tables/registry.cpp | [] | [] |
/src/osquery/tests/integration/tables/services.cpp | [] | [] |
/src/osquery/osquery/tables/system/linux/dbus/methods/dbusmethod.h | [] | [] |
/src/osquery/tests/integration/tables/system_info.cpp | [] | [] |
/src/osquery/osquery/sql/sqlite_version.cpp | [] | [] |
/src/osquery/osquery/tables/system/windows/battery.cpp | [] | [] |
/src/osquery/osquery/utils/aws/aws_util.cpp | [] | [] |
/src/osquery/plugins/config/parsers/logger.h | [] | [] |
/src/osquery/tests/integration/tables/disk_events.cpp | [] | [] |
/src/osquery/libraries/cmake/source/libaudit/generated/ppc_tables.h | [] | [] |
/src/osquery/osquery/tables/system/windows/windows_search.cpp | [] | [] |
/src/osquery/osquery/utils/enum_class_hash.h | [] | [] |
/src/osquery/tests/integration/tables/augeas.cpp | [] | [] |
/src/osquery/osquery/tables/system/darwin/extended_attributes.cpp | [] | [] |
/src/osquery/tests/integration/tables/docker_image_layers.cpp | [] | [] |
/src/osquery/libraries/cmake/source/libgcrypt/generated/x86_64/mpi/mpih-sub1.c | [] | [] |
/src/osquery/plugins/logger/stdout.cpp | [] | [] |
/src/osquery/osquery/tables/applications/chrome/chrome_extensions.cpp | [] | [] |
/src/osquery/osquery/utils/system/windows/env.cpp | [] | [] |
/src/osquery/libraries/cmake/source/gflags/generated/windows/x86_64/public/gflags/gflags.h | [] | [] |
/src/osquery/osquery/core/sql/row.cpp | [] | [] |
/src/osquery/osquery/registry/registry_interface.h | [] | [] |
/src/osquery/tests/integration/tables/known_hosts.cpp | [] | [] |
/src/osquery/tests/integration/tables/curl.cpp | [] | [] |
/src/osquery/osquery/tables/system/windows/disk_info.cpp | [] | [] |
/src/osquery/osquery/utils/info/firmware/macos.cpp | [] | [] |
/src/osquery/tests/integration/tables/docker_version.cpp | [] | [] |
/src/osquery/osquery/tables/events/linux/syslog_events.cpp | [] | [] |
/src/osquery/osquery/core/tables.h | [] | [] |
/src/osquery/osquery/tables/system/darwin/cpu_time.cpp | [] | [] |
/src/osquery/osquery/tables/networking/windows/arp_cache.cpp | [] | [] |
/src/osquery/osquery/tables/system/darwin/sandboxes.cpp | [] | [] |
/src/osquery/osquery/utils/conversions/windows/strings.cpp | [] | [] |
/src/osquery/osquery/events/eventpublisherplugin.h | [] | [] |
/src/osquery/osquery/tables/system/linux/groups.cpp | [] | [] |
/src/osquery/tests/integration/tables/docker_container_processes.cpp | [] | [] |
/src/osquery/osquery/tables/networking/curl_certificate.cpp | [] | [] |
/src/osquery/tests/integration/tables/logical_drives.cpp | [] | [] |
/src/osquery/osquery/tables/system/windows/programs.cpp | [] | [] |
/src/osquery/osquery/tables/system/linux/kernel_modules.cpp | [] | [] |
/src/osquery/osquery/tables/system/darwin/usb_devices.cpp | [] | [] |
/src/osquery/osquery/filesystem/darwin/bsd_file_flags.cpp | [] | [] |
/src/osquery/osquery/utils/info/tool_type.cpp | [] | [] |
/src/osquery/tests/integration/tables/shellbags.cpp | [] | [] |
/src/osquery/osquery/system/network/hostname.h | [] | [] |
/src/osquery/tests/integration/tables/file.cpp | [] | [] |
/src/osquery/osquery/utils/conversions/windows/windows_time.cpp | [] | [] |
/src/osquery/osquery/tables/system/linux/apparmor_profiles.cpp | [] | [] |
/src/osquery/osquery/profiler/windows/code_profiler.cpp | [] | [] |
/src/osquery/osquery/events/darwin/endpointsecurity.h | [] | [] |
/src/osquery/osquery/worker/ipc/posix/tests/worker_ipc_channels_test.cpp | [] | [] |
/src/osquery/osquery/extensions/thrift/gen/ExtensionManager_server.skeleton.cpp | [] | [] |
/src/osquery/osquery/tables/events/darwin/hardware_events.cpp | [] | [] |
/src/osquery/tests/integration/tables/patches.cpp | [] | [] |
/src/osquery/osquery/tables/system/windows/appcompat_shims.cpp | [] | [] |
/src/osquery/osquery/utils/conversions/darwin/cfnumber.cpp | [] | [] |
/src/osquery/osquery/tables/system/darwin/nfs_shares.cpp | [] | [] |
/src/osquery/osquery/sql/tests/sqlite_util_tests.cpp | [] | [] |
/src/osquery/osquery/utils/conversions/darwin/iokit.cpp | [] | [] |
/src/osquery/osquery/sql/sqlite_encoding.cpp | [] | [] |
/src/osquery/libraries/cmake/source/libaudit/generated/actiontabs.h | [] | [] |
/src/osquery/tests/integration/tables/wifi_survey.cpp | [] | [] |
/src/osquery/osquery/events/darwin/endpointsecurity_fim.cpp | [] | [] |
/src/osquery/tests/integration/tables/sandboxes.cpp | [] | [] |
/src/osquery/tests/integration/tables/pkg_packages.cpp | [] | [] |
/src/osquery/osquery/main/benchmarks.cpp | [] | [] |
/src/osquery/tests/integration/tables/etw_process_events.cpp | [] | [] |
/src/osquery/osquery/worker/ipc/include/table_channel_base.h | [] | [] |
/src/osquery/osquery/tables/system/windows/secureboot.cpp | [] | [] |
/src/osquery/osquery/tables/system/windows/objects.cpp | [] | [] |
/src/osquery/osquery/tables/system/windows/chassis_info.cpp | [] | [] |
/src/osquery/osquery/distributed/tests/distributed_tests.cpp | [] | [] |
/src/osquery/osquery/tables/events/windows/dns_lookup_events.h | [] | [] |
/src/osquery/osquery/tables/system/windows/os_version.cpp | [] | [] |
/src/osquery/tests/integration/tables/winbaseobj.cpp | [] | [] |
/src/osquery/libraries/cmake/source/libdevmapper/config/config.h | [] | [] |
/src/osquery/tests/integration/tables/osquery_events.cpp | [] | [] |
/src/osquery/osquery/extensions/impl_thrift.cpp | [] | [] |
/src/osquery/osquery/extensions/interface.cpp | [] | [] |
/src/osquery/osquery/tables/system/user_groups.h | [] | [] |
/src/osquery/tests/integration/tables/keychain_items.cpp | [] | [] |
/src/osquery/plugins/logger/tls_logger.cpp | [] | [] |
/src/osquery/osquery/events/tests/linux/bpf/mockedfilesystem.h | [] | [] |
/src/osquery/tests/integration/tables/autoexec.cpp | [] | [] |
/src/osquery/tests/integration/tables/platform_info.cpp | [] | [] |
/src/osquery/osquery/tables/system/linux/os_version.cpp | [] | [] |
/src/osquery/tests/integration/tables/ec2_instance_tags.cpp | [] | [] |
/src/osquery/osquery/filesystem/tests/fileops.cpp | [] | [] |
/src/osquery/osquery/events/eventfactory.h | [] | [] |
/src/osquery/tests/integration/tables/userassist.cpp | [] | [] |
/src/osquery/tests/integration/tables/memory_device_mapped_addresses.cpp | [] | [] |
/src/osquery/tests/integration/tables/jetbrains_plugins.cpp | [] | [] |
/src/osquery/libraries/cmake/source/thrift/patches/random_shuffle.h | [] | [] |
/src/osquery/osquery/tables/system/windows/authenticode.cpp | [] | [] |
/src/osquery/osquery/tables/system/windows/wmi_script_event_consumers.cpp | [] | [] |
/src/osquery/osquery/dispatcher/tests/scheduler.cpp | [] | [] |
/src/osquery/osquery/events/eventsubscriberplugin.h | [] | [] |
/src/osquery/osquery/extensions/thrift/gen/ExtensionManager.h | [] | [] |
/src/osquery/tests/integration/tables/docker_network_labels.cpp | [] | [] |
/src/osquery/plugins/logger/aws_kinesis.cpp | [] | [] |
/src/osquery/plugins/logger/tests/kafka_producer_tests.cpp | [] | [] |
/src/osquery/plugins/remote/enroll/tls_enroll.cpp | [] | [] |
/src/osquery/osquery/utils/conversions/tests/split.cpp | [] | [] |
/src/osquery/osquery/tables/system/darwin/cups_destinations.cpp | [] | [] |
/src/osquery/osquery/experimental/experiments/linuxevents/src/linuxeventsservice.cpp | [] | [] |
/src/osquery/tests/integration/tables/windows_crashes.cpp | [] | [] |
/src/osquery/tests/integration/tables/package_install_history.cpp | [] | [] |
/src/osquery/libraries/cmake/source/libgpg-error/generated/x86_64/errnos-sym.h | [] | [] |
/src/osquery/tests/integration/tables/routes.cpp | [] | [] |
/src/osquery/osquery/tables/system/darwin/managed_policies.cpp | [] | [] |
/src/osquery/plugins/logger/tests/logrotate_tests.cpp | [] | [] |
/src/osquery/osquery/utils/base64.cpp | [] | [] |
/src/osquery/osquery/utils/linux/dpkg/dpkgquery.cpp | [] | [] |
/src/osquery/osquery/events/windows/evtsubscription.cpp | [] | [] |
/src/osquery/osquery/tables/system/windows/dns_cache.cpp | [] | [] |
/src/osquery/tests/integration/tables/ad_config.cpp | [] | [] |
/src/osquery/libraries/cmake/source/augeas/gnulib/generated/linux/x86_64/lib/stdio.h | [] | [] |
/src/osquery/osquery/tables/system/darwin/preferences.cpp | [] | [] |
/src/osquery/osquery/tables/system/darwin/homebrew_packages.cpp | [] | [] |
/src/osquery/libraries/cmake/source/augeas/gnulib/generated/linux/x86_64/lib/sys/stat.h | [] | [] |
/src/osquery/tests/integration/tables/socket_events.cpp | [] | [] |
/src/osquery/osquery/utils/info/firmware/common.cpp | [] | [] |
/src/osquery/osquery/tables/events/tests/linux/process_events_tests.cpp | [] | [] |
/src/osquery/tests/integration/tables/selinux_events.cpp | [] | [] |
/src/osquery/osquery/tables/events/darwin/es_process_file_events.cpp | [] | [] |
/src/osquery/tests/integration/tables/vscode_extensions.cpp | [] | [] |
/src/osquery/osquery/core/tests/posix/permissions_tests.cpp | [] | [] |
/src/osquery/osquery/events/linux/bpf/bpfeventpublisher.h | [] | [] |
/src/osquery/osquery/utils/status/status.cpp | [] | [] |
/src/osquery/libraries/cmake/source/libgcrypt/generated/x86_64/mpi/mpih-lshift.c | [] | [] |
/src/osquery/osquery/utils/system/posix/errno.cpp | [] | [] |
/src/osquery/libraries/cmake/source/libaudit/generated/s390x_tables.h | [] | [] |
/src/osquery/osquery/core/windows/global_users_groups_cache.cpp | [] | [] |
/src/osquery/osquery/tables/networking/linux/routes.cpp | [] | [] |
/src/osquery/osquery/tables/utility/file.cpp | [] | [] |
/src/osquery/osquery/utils/json/json.h | [] | [] |
/src/osquery/tests/integration/tables/curl_certificate.cpp | [] | [] |
/src/osquery/osquery/utils/macros/macros.h | [] | [] |
/src/osquery/tests/integration/tables/windows_security_products.cpp | [] | [] |
/src/osquery/osquery/tables/events/linux/process_file_events.cpp | [] | [] |
/src/osquery/osquery/utils/linux/dpkg/idpkgquery.h | [] | [] |
/src/osquery/tests/integration/tables/smbios_tables.cpp | [] | [] |
/src/osquery/tests/integration/tables/osquery_registry.cpp | [] | [] |
/src/osquery/osquery/events/linux/bpf/processcontextfactory.h | [] | [] |
/src/osquery/tests/integration/tables/listening_ports.cpp | [] | [] |
/src/osquery/tests/integration/tables/app_schemes.cpp | [] | [] |
/src/osquery/tests/integration/tables/chocolatey_packages.cpp | [] | [] |
/src/osquery/plugins/logger/buffered.cpp | [] | [] |
/src/osquery/libraries/cmake/source/augeas/gnulib/generated/linux/x86_64/lib/wctype.h | [] | [] |
/src/osquery/osquery/tables/system/windows/user_groups.cpp | [] | [] |
/src/osquery/osquery/tables/system/windows/wmi_cli_event_consumers.cpp | [] | [] |
/src/osquery/osquery/tables/system/linux/memory_info.cpp | [] | [] |
/src/osquery/osquery/events/eventsubscriber.h | [] | [] |
/src/osquery/osquery/utils/azure/azure_util.cpp | [] | [] |
/src/osquery/osquery/tables/system/darwin/smbios_tables.cpp | [] | [] |
/src/osquery/tests/integration/tables/crashes.cpp | [] | [] |
/src/osquery/osquery/core/sql/scheduled_query.h | [] | [] |
/src/osquery/osquery/sql/dynamic_table_row.h | [] | [] |
/src/osquery/tests/integration/tables/process_open_sockets.cpp | [] | [] |
/src/osquery/osquery/tables/utility/osquery.cpp | [] | [] |
/src/osquery/tests/integration/tables/process_namespaces.cpp | [] | [] |
/src/osquery/tests/integration/tables/uptime.cpp | [] | [] |
/src/osquery/osquery/core/flags.cpp | [] | [] |
/src/osquery/osquery/dispatcher/dispatcher.cpp | [] | [] |
/src/osquery/osquery/utils/conversions/tests/trim.cpp | [] | [] |
/src/osquery/osquery/worker/ipc/linux/linux_table_container_ipc.cpp | [] | [] |
/src/osquery/tests/integration/tables/deb_packages.cpp | [] | [] |
/src/osquery/tests/integration/tables/yara.cpp | [] | [] |
/src/osquery/osquery/tables/yara/yara.cpp | [] | [] |
/src/osquery/osquery/database/ephemeral.cpp | [] | [] |
/src/osquery/osquery/tables/system/linux/shared_memory.cpp | [] | [] |
/src/osquery/osquery/utils/conversions/darwin/cftime.cpp | [] | [] |
/src/osquery/tests/integration/tables/windows_update_history.cpp | [] | [] |
/src/osquery/plugins/config/parsers/auto_constructed_tables.cpp | [] | [] |
/src/osquery/tests/integration/tables/portage_keywords.cpp | [] | [] |
/src/osquery/osquery/events/tests/linux/bpf/bpfeventpublisher.cpp | [] | [] |
/src/osquery/plugins/logger/syslog_logger.cpp | [] | [] |
/src/osquery/osquery/events/linux/udev.h | [] | [] |
/src/osquery/osquery/tables/events/linux/user_events.cpp | [] | [] |
/src/osquery/osquery/tables/system/darwin/kernel_extensions.cpp | [] | [] |
/src/osquery/osquery/tables/applications/chrome/chrome_extension_content_scripts.cpp | [] | [] |
/src/osquery/osquery/core/windows/platform.cpp | [] | [] |
/src/osquery/osquery/extensions/thrift/gen/osquery_constants.cpp | [] | [] |
/src/osquery/tests/integration/tables/device_firmware.cpp | [] | [] |
/src/osquery/osquery/tables/applications/posix/tests/prometheus_metrics_tests.cpp | [] | [] |
/src/osquery/tests/integration/tables/iokit_devicetree.cpp | [] | [] |
/src/osquery/tests/integration/tables/docker_container_networks.cpp | [] | [] |
/src/osquery/plugins/config/parsers/file_paths.cpp | [] | [] |
/src/osquery/osquery/core/tests/watcher_tests.cpp | [] | [] |
/src/osquery/tests/integration/tables/shared_resources.cpp | [] | [] |
/src/osquery/libraries/cmake/source/libgcrypt/generated/x86_64/mpi/mpih-rshift.c | [] | [] |
/src/osquery/tests/integration/tables/yum_sources.cpp | [] | [] |
/src/osquery/libraries/cmake/source/libgpg-error/generated/x86_64/code-from-errno.h | [] | [] |
/src/osquery/osquery/utils/system/linux/proc/proc.cpp | [] | [] |
/src/osquery/osquery/utils/pidfile/pidfile.h | [] | [] |
/src/osquery/osquery/tables/cloud/aws/ec2_instance_metadata.cpp | [] | [] |
/src/osquery/tests/integration/tables/dns_resolvers.cpp | [] | [] |
/src/osquery/tests/integration/tables/last.cpp | [] | [] |
/src/osquery/plugins/logger/aws_log_forwarder.h | [] | [] |
/src/osquery/osquery/tables/system/windows/windows_optional_features.cpp | [] | [] |
/src/osquery/osquery/tables/applications/posix/browser_opera.cpp | [] | [] |
/src/osquery/osquery/tables/system/windows/shared_resources.cpp | [] | [] |
/src/osquery/osquery/events/linux/socket_events.cpp | [] | [] |
/src/osquery/osquery/main/harnesses/fuzz_config.cpp | ['osquery/main/harnesses/fuzz_config.cpp'] | ['osquery/main/harnesses/fuzz_config.cpp'] |
/src/osquery/osquery/tables/system/freenux/cpu_time.cpp | [] | [] |
/src/osquery/tests/integration/tables/memory_info.cpp | [] | [] |
/src/osquery/osquery/tables/applications/darwin/browser_plugins.cpp | [] | [] |
/src/osquery/tests/integration/tables/carbon_black_info.cpp | [] | [] |
/src/osquery/osquery/config/tests/packs.cpp | [] | [] |
/src/osquery/osquery/extensions/thrift/gen/Extension.h | [] | [] |
/src/osquery/osquery/main/windows/main.cpp | [] | [] |
/src/osquery/osquery/dispatcher/tests/dispatcher.cpp | [] | [] |
/src/osquery/external/examples/string_batch/main.cpp | [] | [] |
/src/osquery/tests/integration/tables/time_machine_backups.cpp | [] | [] |
/src/osquery/osquery/events/types.h | [] | [] |
/src/osquery/tests/integration/tables/connectivity.cpp | [] | [] |
/src/osquery/osquery/filesystem/file_compression.cpp | [] | [] |
/src/osquery/tests/integration/tables/preferences.cpp | [] | [] |
/src/osquery/osquery/filesystem/windows/fileops.cpp | [] | [] |
/src/osquery/plugins/config/parsers/tests/events_parser_tests.cpp | [] | [] |
/src/osquery/osquery/tables/system/linux/dbus/uniquedbusmessage.h | [] | [] |
/src/osquery/tests/integration/tables/example.cpp | [] | [] |
/src/osquery/plugins/config/parsers/events_parser.cpp | [] | [] |
/src/osquery/osquery/tables/applications/chrome/utils.cpp | [] | [] |
/src/osquery/osquery/utils/system/windows/errno.cpp | [] | [] |
/src/osquery/osquery/tables/system/efi_misc.h | [] | [] |
/src/osquery/osquery/events/tests/linux/bpf/utils.cpp | [] | [] |
/src/osquery/osquery/tables/events/linux/seccomp_events.cpp | [] | [] |
/src/osquery/osquery/tables/networking/linux/interface_ip.cpp | [] | [] |
/src/osquery/osquery/tables/yara/windows/yara_events.cpp | [] | [] |
/src/osquery/tests/integration/tables/kernel_info.cpp | [] | [] |
/src/osquery/libraries/cmake/source/augeas/gnulib/generated/linux/x86_64/lib/stdint.h | [] | [] |
/src/osquery/libraries/cmake/source/dbus/generated/x86_64/dbus/dbus-arch-deps.h | [] | [] |
/src/osquery/tests/integration/tables/pipes.cpp | [] | [] |
/src/osquery/tests/integration/tables/memory_map.cpp | [] | [] |
/src/osquery/osquery/filesystem/linux/mem.cpp | [] | [] |
/src/osquery/osquery/events/eventpublisherplugin.cpp | [] | [] |
/src/osquery/tests/integration/tables/smc_keys.cpp | [] | [] |
/src/osquery/osquery/tables/system/windows/default_environment.cpp | [] | [] |
/src/osquery/osquery/events/eventfactory.cpp | [] | [] |
/src/osquery/osquery/system/usersgroups/windows/users_service.cpp | [] | [] |
/src/osquery/osquery/utils/tests/map_take.cpp | [] | [] |
/src/osquery/osquery/tables/system/windows/physical_disk_performance.cpp | [] | [] |
/src/osquery/osquery/sql/dynamic_table_row.cpp | [] | [] |
/src/osquery/osquery/database/database.cpp | [] | [] |
/src/osquery/osquery/filesystem/posix/xattrs.cpp | [] | [] |
/src/osquery/tests/integration/tables/launchd_overrides.cpp | [] | [] |
/src/osquery/osquery/tables/events/windows/ntfs_journal_events.cpp | [] | [] |
/src/osquery/osquery/core/plugins/logger.cpp | [] | [] |
/src/osquery/osquery/utils/schemer/json/schemer_json.h | [] | [] |
/src/osquery/osquery/main/tests.cpp | [] | [] |
/src/osquery/osquery/events/tests/linux/bpf/mockedprocesscontextfactory.h | [] | [] |
/src/osquery/osquery/events/linux/bpf/setrlimit.cpp | [] | [] |
/src/osquery/osquery/tables/system/tests/linux/md_tables_tests.cpp | [] | [] |
/src/osquery/osquery/utils/schemer/json/tests/schemer_json.cpp | [] | [] |
/src/osquery/libraries/cmake/source/libaudit/generated/ia64_tables.h | [] | [] |
/src/osquery/tests/integration/tables/location_services.cpp | [] | [] |
/src/osquery/tests/integration/tables/apt_sources.cpp | [] | [] |
/src/osquery/libraries/cmake/source/glog/generated/windows/x86_64/public/glog/vlog_is_on.h | [] | [] |
/src/osquery/osquery/tables/system/posix/load_average.cpp | [] | [] |
/src/osquery/osquery/sql/sqlite_util.h | [] | [] |
/src/osquery/osquery/tables/events/linux/bpf_socket_events.cpp | [] | [] |
/src/osquery/osquery/remote/requests.cpp | [] | [] |
/src/osquery/osquery/tables/system/darwin/mounts.cpp | [] | [] |
/src/osquery/osquery/tables/system/linux/secureboot.cpp | [] | [] |
/src/osquery/osquery/database/tests/test_utils.h | [] | [] |
/src/osquery/tests/integration/tables/osquery_schedule.cpp | [] | [] |
/src/osquery/osquery/events/linux/bpf/iprocesscontextfactory.h | [] | [] |
/src/osquery/osquery/sql/tests/sql.cpp | [] | [] |
/src/osquery/osquery/utils/error/tests/error.cpp | [] | [] |
/src/osquery/osquery/filesystem/filesystem.h | [] | [] |
/src/osquery/osquery/tables/system/tests/windows/startup_items_tests.cpp | [] | [] |
/src/osquery/osquery/utils/conversions/join.h | [] | [] |
/src/osquery/osquery/sql/sql.cpp | ['osquery/main/harnesses/fuzz_sqlquery.cpp'] | [] |
/src/osquery/osquery/tables/networking/posix/interfaces.cpp | [] | [] |
/src/osquery/osquery/utils/caches/lru.h | [] | [] |
/src/osquery/osquery/events/linux/bpf/ifilesystem.h | [] | [] |
/src/osquery/osquery/dispatcher/scheduler.cpp | [] | [] |
/src/osquery/tests/integration/tables/launchd.cpp | [] | [] |
/src/osquery/osquery/core/tests/process_tests.cpp | [] | [] |
/src/osquery/tests/integration/tables/system_controls.cpp | [] | [] |
/src/osquery/osquery/events/linux/bpf/filesystem.h | [] | [] |
/src/osquery/osquery/tables/system/ssh_keys.cpp | [] | [] |
/src/osquery/osquery/extensions/thrift/gen/Extension.cpp | [] | [] |
/src/osquery/osquery/utils/system/uptime.cpp | [] | [] |
/src/osquery/plugins/logger/aws_kinesis.h | [] | [] |
/src/osquery/osquery/sql/sqlite_hashing.cpp | [] | [] |
/src/osquery/osquery/config/packs.cpp | [] | [] |
/src/osquery/tests/test_util.cpp | [] | [] |
/src/osquery/osquery/devtools/printer.cpp | [] | [] |
/src/osquery/tests/integration/tables/physical_disk_performance.cpp | [] | [] |
/src/osquery/osquery/worker/logging/glog/glog_logger.cpp | [] | [] |
/src/osquery/libraries/cmake/source/augeas/gnulib/generated/macos/x86_64/lib/argz.h | [] | [] |
/src/osquery/tests/integration/tables/signature.cpp | [] | [] |
/src/osquery/osquery/tables/yara/tests/yara_tests.cpp | [] | [] |
/src/osquery/tests/integration/tables/video_info.cpp | [] | [] |
/src/osquery/tests/integration/tables/authorized_keys.cpp | [] | [] |
/src/osquery/osquery/events/linux/inotify.h | [] | [] |
/src/osquery/osquery/core/flags.h | [] | [] |
/src/osquery/libraries/cmake/source/augeas/generated/linux/aarch64/code/parser.c | [] | [] |
/src/osquery/osquery/tables/events/tests/linux/seccomp_events_tests.cpp | [] | [] |
/src/osquery/osquery/utils/caches/lru-impl.h | [] | [] |
/src/osquery/osquery/events/windows/etw/etw_publisher_dns.cpp | [] | [] |
/src/osquery/tests/integration/tables/wmi_cli_event_consumers.cpp | [] | [] |
/src/osquery/osquery/logger/logger.h | [] | [] |
/src/osquery/osquery/events/windows/etw/etw_publisher_processes.cpp | [] | [] |
/src/osquery/osquery/tables/system/linux/smbios_tables.cpp | [] | [] |
/src/osquery/osquery/tables/system/uptime.cpp | [] | [] |
/src/osquery/tests/integration/tables/syslog_events.cpp | [] | [] |
/src/osquery/tests/integration/tables/osquery_extensions.cpp | [] | [] |
/src/osquery/tests/integration/tables/md_drives.cpp | [] | [] |
/src/osquery/osquery/remote/enroll/enroll.cpp | [] | [] |
/src/osquery/osquery/events/linux/bpf/isystemstatetracker.h | [] | [] |
/src/osquery/osquery/tables/system/darwin/keychain_acl.cpp | [] | [] |
/src/osquery/osquery/tables/system/windows/system_info.cpp | [] | [] |
/src/osquery/osquery/tables/system/tests/system_tables_tests.cpp | [] | [] |
/src/osquery/osquery/database/tests/database.cpp | [] | [] |
/src/osquery/plugins/logger/tls_logger.h | [] | [] |
/src/osquery/tests/integration/tables/managed_policies.cpp | [] | [] |
/src/osquery/libraries/cmake/source/glog/generated/windows/x86_64/public/glog/stl_logging.h | [] | [] |
/src/osquery/osquery/tables/system/posix/sudoers.cpp | [] | [] |
/src/osquery/osquery/utils/debug/debug_only.h | [] | [] |
/src/osquery/tests/integration/tables/user_ssh_keys.cpp | [] | [] |
/src/osquery/osquery/experimental/experiments/linuxevents/src/bpfprocesseventstable.cpp | [] | [] |
/src/osquery/osquery/tables/networking/posix/utils.cpp | [] | [] |
/src/osquery/osquery/utils/system/windows/users_groups_helpers.h | [] | [] |
/src/osquery/plugins/numeric_monitoring/tests/filesystem.cpp | [] | [] |
/src/osquery/libraries/cmake/source/glog/generated/windows/x86_64/public/glog/raw_logging.h | [] | [] |
/src/osquery/osquery/tables/system/posix/ulimit_info.cpp | [] | [] |
/src/osquery/tests/integration/tables/bitlocker_info.cpp | [] | [] |
/src/osquery/tests/integration/tables/docker_volume_labels.cpp | [] | [] |
/src/osquery/tests/integration/tables/memory_array_mapped_addresses.cpp | [] | [] |
/src/osquery/tests/integration/tables/wmi_filter_consumer_binding.cpp | [] | [] |
/src/osquery/osquery/carver/carver.cpp | [] | [] |
/src/osquery/tests/integration/tables/oem_strings.cpp | [] | [] |
/src/osquery/osquery/events/windows/etw/etw_post_processing_pipeline.cpp | [] | [] |
/src/osquery/tests/integration/tables/secureboot.cpp | [] | [] |
/src/osquery/plugins/config/parsers/logger.cpp | [] | [] |
/src/osquery/osquery/tables/system/windows/deviceguard_status.cpp | [] | [] |
/src/osquery/osquery/tables/system/darwin/crashes.cpp | [] | [] |
/src/osquery/osquery/events/tests/linux/process_file_events_tests.cpp | [] | [] |
/src/osquery/osquery/carver/carver_utils.h | [] | [] |
/src/osquery/plugins/database/tests/rocksdb.cpp | [] | [] |
/src/osquery/libraries/cmake/source/libaudit/generated/errtabs.h | [] | [] |
/src/osquery/libraries/cmake/source/augeas/gnulib/generated/linux/x86_64/config/config.h | [] | [] |
/src/osquery/tests/integration/tables/logon_sessions.cpp | [] | [] |
/src/osquery/osquery/numeric_monitoring/pre_aggregation_cache.h | [] | [] |
/src/osquery/plugins/distributed/tls_distributed.cpp | [] | [] |
/src/osquery/osquery/events/tests/mockedosquerydatabase.cpp | [] | [] |
/src/osquery/plugins/config/parsers/tests/decorators_tests.cpp | [] | [] |
/src/osquery/osquery/tables/system/linux/deb_packages.cpp | [] | [] |
/src/osquery/tests/integration/tables/startup_items.cpp | [] | [] |
/src/osquery/osquery/worker/ipc/tests/worker_json_conversions_test.cpp | [] | [] |
/src/osquery/libraries/cmake/source/libaudit/generated/machinetabs.h | [] | [] |
/src/osquery/osquery/utils/linux/block_device/block_device_enumeration.cpp | [] | [] |
/src/osquery/osquery/extensions/extensions.cpp | [] | [] |
/src/osquery/osquery/filesystem/tests/filesystem.cpp | [] | [] |
/src/osquery/plugins/remote/enroll/tests/tls_enroll_tests.cpp | [] | [] |
/src/osquery/tests/integration/tables/safari_extensions.cpp | [] | [] |
/src/osquery/osquery/events/eventpublisher.h | [] | [] |
/src/osquery/osquery/database/tests/test_utils.cpp | [] | [] |
/src/osquery/osquery/remote/requests.h | [] | [] |
/src/osquery/osquery/events/windows/usn_journal_reader.h | [] | [] |
/src/osquery/osquery/system/usersgroups/windows/groups_service.cpp | [] | [] |
/src/osquery/libraries/cmake/source/augeas/gnulib/generated/linux/x86_64/lib/unistd.h | [] | [] |
/src/osquery/osquery/tables/system/windows/shimcache.cpp | [] | [] |
/src/osquery/libraries/cmake/source/augeas/gnulib/generated/linux/x86_64/lib/sys/wait.h | [] | [] |
/src/osquery/osquery/tables/system/tests/linux/rpm_packages_tests.cpp | [] | [] |
/src/osquery/plugins/config/parsers/auto_constructed_tables.h | [] | [] |
/src/osquery/osquery/system/network/tests/host_identity.cpp | [] | [] |
/src/osquery/osquery/config/config.h | [] | [] |
/src/osquery/osquery/utils/windows/lzxpress.cpp | [] | [] |
/src/osquery/osquery/tables/system/windows/background_activities_moderator.cpp | [] | [] |
/src/osquery/libraries/cmake/source/librdkafka/config/windows/x86_64/config.h | [] | [] |
/src/osquery/osquery/system/usersgroups/windows/users_groups_cache.h | [] | [] |
/src/osquery/osquery/tables/system/linux/kernel_keys.cpp | [] | [] |
/src/osquery/tests/integration/tables/authorization_mechanisms.cpp | [] | [] |
/src/osquery/osquery/remote/enroll/tests/enroll_tests.cpp | [] | [] |
/src/osquery/osquery/tables/system/darwin/cups_jobs.cpp | [] | [] |
/src/osquery/tests/integration/tables/device_file.cpp | [] | [] |
/src/osquery/tests/integration/tables/process_events.cpp | [] | [] |
/src/osquery/tests/integration/tables/temperature_sensors.cpp | [] | [] |
/src/osquery/osquery/worker/ipc/linux/tests/worker_table_container_tests.cpp | [] | [] |
/src/osquery/tests/integration/tables/wmi_script_event_consumers.cpp | [] | [] |
/src/osquery/osquery/events/darwin/fsevents.h | [] | [] |
/src/osquery/osquery/core/sql/diff_results.h | [] | [] |
/src/osquery/osquery/tables/networking/tests/linux/iptables_tests.cpp | [] | [] |
/src/osquery/osquery/utils/aws/aws_util.h | [] | [] |
/src/osquery/osquery/tables/system/posix/shell_history.cpp | [] | [] |
/src/osquery/osquery/dispatcher/distributed_runner.h | [] | [] |
/src/osquery/tests/integration/tables/authorizations.cpp | [] | [] |
/src/osquery/osquery/extensions/thrift/gen/osquery_types.h | [] | [] |
/src/osquery/osquery/utils/pidfile/pidfile_windows.cpp | [] | [] |
/src/osquery/tests/integration/tables/fan_speed_sensors.cpp | [] | [] |
/src/osquery/osquery/tables/networking/listening_ports.cpp | [] | [] |
/src/osquery/osquery/tables/system/darwin/sysctl_utils.cpp | [] | [] |
/src/osquery/osquery/core/system.cpp | [] | [] |
/src/osquery/osquery/events/linux/syslog.cpp | [] | [] |
/src/osquery/tests/integration/tables/chrome_extensions.cpp | [] | [] |
/src/osquery/osquery/tables/networking/windows/windows_firewall_rules.cpp | [] | [] |
/src/osquery/plugins/config/parsers/tests/options_tests.cpp | [] | [] |
/src/osquery/osquery/utils/chars.cpp | [] | [] |
/src/osquery/osquery/events/darwin/diskarbitration.cpp | [] | [] |
/src/osquery/tests/integration/tables/docker_container_labels.cpp | [] | [] |
/src/osquery/osquery/utils/aws/tests/aws_util_tests.cpp | [] | [] |
/src/osquery/osquery/tables/system/linux/smbios_utils.h | [] | [] |
/src/osquery/osquery/tables/system/windows/windows_security_center.cpp | [] | [] |
/src/osquery/osquery/tables/networking/windows/interfaces.cpp | [] | [] |
/src/osquery/osquery/numeric_monitoring/pre_aggregation_cache.cpp | [] | [] |
/src/osquery/tests/integration/tables/hash.cpp | [] | [] |
/src/osquery/osquery/tables/system/npm_packages.cpp | [] | [] |
/src/osquery/osquery/filesystem/fileops.h | [] | [] |
/src/osquery/osquery/worker/ipc/linux/linux_table_ipc.cpp | [] | [] |
/src/osquery/tests/integration/tables/cups_jobs.cpp | [] | [] |
/src/osquery/osquery/utils/system/posix/filepath.cpp | [] | [] |
/src/osquery/osquery/logger/tests/logger.cpp | [] | [] |
/src/osquery/osquery/tables/networking/darwin/routes.cpp | [] | [] |
/src/osquery/osquery/tables/events/linux/bpf_process_events.h | [] | [] |
/src/osquery/osquery/tables/events/linux/bpf_process_events.cpp | [] | [] |
/src/osquery/osquery/worker/ipc/include/table_ipc_base.h | [] | [] |
/src/osquery/osquery/experimental/experiments/linuxevents/src/linuxevents.cpp | [] | [] |
/src/osquery/tests/integration/tables/users.cpp | [] | [] |
/src/osquery/osquery/utils/system/time.cpp | [] | [] |
/src/osquery/osquery/tables/system/darwin/smc_keys.cpp | [] | [] |
/src/osquery/osquery/events/darwin/es_utils.cpp | [] | [] |
/src/osquery/osquery/worker/system/linux/memory.cpp | [] | [] |
/src/osquery/osquery/tables/system/windows/smbios_tables.cpp | [] | [] |
/src/osquery/tests/integration/tables/office_mru.cpp | [] | [] |
/src/osquery/osquery/tables/networking/linux/iptc_proxy.c | [] | [] |
/src/osquery/osquery/tables/networking/windows/connectivity.cpp | [] | [] |
/src/osquery/osquery/tables/system/tests/windows/certificates_tests.cpp | [] | [] |
/src/osquery/osquery/events/windows/etw/etw_concurrent_queue.h | [] | [] |
/src/osquery/osquery/sql/tests/sql_test_utils.cpp | [] | [] |
/src/osquery/tests/integration/tables/wmi_event_filters.cpp | [] | [] |
/src/osquery/osquery/utils/system/windows/time.cpp | [] | [] |
/src/osquery/osquery/events/darwin/iokit.cpp | [] | [] |
/src/osquery/osquery/utils/schemer/json/schemer_json_impl.h | [] | [] |
/src/osquery/osquery/events/windows/etw/etw_publisher.cpp | [] | [] |
/src/osquery/tests/integration/tables/osquery_packs.cpp | [] | [] |
/src/osquery/tests/integration/tables/mdfind.cpp | [] | [] |
/src/osquery/tests/integration/tables/block_devices.cpp | [] | [] |
/src/osquery/tests/integration/tables/hardware_events.cpp | [] | [] |
/src/osquery/osquery/tables/sleuthkit/sleuthkit.cpp | [] | [] |
/src/osquery/osquery/tables/system/linux/intel_me.cpp | [] | [] |
/src/osquery/osquery/events/darwin/iokit.h | [] | [] |
/src/osquery/osquery/utils/conversions/darwin/cfdata.cpp | [] | [] |
/src/osquery/osquery/core/query.cpp | [] | [] |
/src/osquery/osquery/tables/networking/etc_services.cpp | [] | [] |
/src/osquery/osquery/numeric_monitoring/tests/numeric_monitoring.cpp | [] | [] |
/src/osquery/tests/integration/tables/nvram.cpp | [] | [] |
/src/osquery/tests/integration/tables/security_profile_info.cpp | [] | [] |
/src/osquery/osquery/remote/tests/test_utils.cpp | [] | [] |
/src/osquery/osquery/tables/system/windows/chocolatey_packages.cpp | [] | [] |
/src/osquery/osquery/core/sql/query_data.cpp | [] | [] |
/src/osquery/osquery/tables/system/darwin/asl.cpp | [] | [] |
/src/osquery/osquery/dispatcher/scheduler.h | [] | [] |
/src/osquery/plugins/database/rocksdb.cpp | [] | [] |
/src/osquery/osquery/tables/system/windows/windows_update_history.cpp | [] | [] |
/src/osquery/osquery/tables/applications/windows/office_mru.cpp | [] | [] |
/src/osquery/osquery/tables/system/linux/extended_attributes.cpp | [] | [] |
/src/osquery/osquery/core/tests/tables_tests.cpp | [] | [] |
/src/osquery/libraries/cmake/source/augeas/gnulib/generated/linux/x86_64/lib/sys/time.h | [] | [] |
/src/osquery/osquery/events/darwin/fsevents.cpp | [] | [] |
/src/osquery/osquery/tables/system/darwin/keychain_items.cpp | [] | [] |
/src/osquery/osquery/tables/events/darwin/user_interaction_events.cpp | [] | [] |
/src/osquery/osquery/dispatcher/dispatcher.h | [] | [] |
/src/osquery/osquery/events/windows/windowseventlogparserservice.cpp | [] | [] |
/src/osquery/tests/integration/tables/ec2_instance_metadata.cpp | [] | [] |
/src/osquery/osquery/tables/system/windows/patches.cpp | [] | [] |
/src/osquery/tests/integration/tables/scheduled_tasks.cpp | [] | [] |
/src/osquery/osquery/tables/events/linux/socket_events.cpp | [] | [] |
/src/osquery/osquery/utils/linux/block_device/block_device_enumeration.h | [] | [] |
/src/osquery/osquery/utils/linux/dpkg/pkgarray.h | [] | [] |
/src/osquery/libraries/cmake/source/libaudit/generated/flagtabs.h | [] | [] |
/src/osquery/osquery/utils/conversions/darwin/cfstring.cpp | [] | [] |
/src/osquery/osquery/events/events.cpp | [] | [] |
/src/osquery/tests/integration/tables/md_devices.cpp | [] | [] |
/src/osquery/osquery/tables/system/darwin/nvram.cpp | [] | [] |
/src/osquery/tests/integration/tables/gatekeeper.cpp | [] | [] |
/src/osquery/osquery/main/harnesses/fuzz_utils.cpp | [] | [] |
/src/osquery/osquery/tables/events/linux/apparmor_events.cpp | [] | [] |
/src/osquery/osquery/events/pathset.h | [] | [] |
/src/osquery/osquery/tables/system/darwin/virtual_memory_info.cpp | [] | [] |
/src/osquery/tests/integration/tables/xprotect_meta.cpp | [] | [] |
/src/osquery/osquery/core/plugins/plugin.h | [] | [] |
/src/osquery/tests/integration/tables/browser_plugins.cpp | [] | [] |
/src/osquery/tests/integration/tables/sip_config.cpp | [] | [] |
/src/osquery/libraries/cmake/source/gflags/generated/windows/x86_64/public/gflags/gflags_declare.h | [] | [] |
/src/osquery/plugins/logger/buffered.h | [] | [] |
/src/osquery/osquery/utils/expected/expected.h | [] | [] |
/src/osquery/libraries/cmake/source/rocksdb/version/build_version.cc | [] | [] |
/src/osquery/osquery/tables/system/tests/posix/sudoers_tests.cpp | [] | [] |
/src/osquery/tests/integration/tables/kva_speculative_info.cpp | [] | [] |
/src/osquery/osquery/filesystem/tests/posix/filesystem_tests.cpp | [] | [] |
/src/osquery/osquery/tables/system/windows/certificates.cpp | [] | [] |
/src/osquery/tests/integration/tables/magic.cpp | [] | [] |
/src/osquery/tests/integration/tables/docker_container_ports.cpp | [] | [] |
/src/osquery/osquery/tables/system/posix/known_hosts.cpp | [] | [] |
/src/osquery/tests/integration/tables/etc_services.cpp | [] | [] |
/src/osquery/osquery/utils/ycloud/ycloud_util.cpp | [] | [] |
/src/osquery/plugins/config/filesystem_config.cpp | [] | [] |
/src/osquery/osquery/events/linux/bpf/systemstatetracker.cpp | [] | [] |
/src/osquery/tests/integration/tables/mounts.cpp | [] | [] |
/src/osquery/osquery/tables/events/windows/etw_process_events.cpp | [] | [] |
/src/osquery/osquery/filesystem/linux/mounts.cpp | [] | [] |
/src/osquery/osquery/sql/benchmarks/sql_benchmarks.cpp | [] | [] |
/src/osquery/osquery/tables/networking/curl.cpp | [] | [] |
/src/osquery/osquery/tables/applications/jetbrains_plugins.cpp | [] | [] |
/src/osquery/osquery/sql/tests/virtual_table.cpp | [] | [] |
/src/osquery/osquery/tables/events/darwin/file_events.cpp | [] | [] |
/src/osquery/tests/integration/tables/systemd_units.cpp | [] | [] |
/src/osquery/tests/integration/tables/system_extensions.cpp | [] | [] |
/src/osquery/osquery/events/tests/events_tests.cpp | [] | [] |
/src/osquery/osquery/worker/ipc/include/table_channel_factory_base.h | [] | [] |
/src/osquery/osquery/utils/pidfile/pidfile.cpp | [] | [] |
/src/osquery/osquery/tables/system/windows/wmi_filter_consumer_binding.cpp | [] | [] |
/src/osquery/osquery/utils/conversions/windows/tests/strings.cpp | [] | [] |
/src/osquery/osquery/events/linux/bpf/processcontextfactory.cpp | [] | [] |
/src/osquery/osquery/registry/tests/registry.cpp | [] | [] |
/src/osquery/tests/integration/tables/msr.cpp | [] | [] |
/src/osquery/osquery/tables/applications/vscode_extensions.cpp | [] | [] |
/src/osquery/osquery/utils/pidfile/tests/pidfile.cpp | [] | [] |
/src/osquery/libraries/cmake/source/glog/generated/linux/x86_64/public/glog/stl_logging.h | [] | [] |
/src/osquery/osquery/tables/system/linux/startup_items.cpp | [] | [] |
/src/osquery/osquery/tables/system/darwin/time_machine.cpp | [] | [] |
/src/osquery/osquery/tables/system/windows/shellbags.cpp | [] | [] |
/src/osquery/osquery/tables/events/tests/file_events_tests.cpp | [] | [] |
/src/osquery/osquery/tables/networking/tests/networking_tables_tests.cpp | [] | [] |
/src/osquery/osquery/tables/system/tests/posix/augeas_tests.cpp | [] | [] |
/src/osquery/osquery/utils/conversions/castvariant.h | [] | [] |
/src/osquery/plugins/logger/aws_firehose.cpp | [] | [] |
/src/osquery/osquery/tables/applications/chrome/tests/utils.cpp | [] | [] |
/src/osquery/osquery/extensions/extensions.h | [] | [] |
/src/osquery/osquery/tables/system/windows/kva_speculative_info.cpp | [] | [] |
/src/osquery/osquery/core/tests/windows/wmi_tests.cpp | [] | [] |
/src/osquery/osquery/events/windows/evtsubscription.h | [] | [] |
/src/osquery/tests/integration/tables/ie_extensions.cpp | [] | [] |
/src/osquery/osquery/carver/tests/carver_tests.cpp | [] | [] |
/src/osquery/libraries/cmake/source/util-linux/generated/x86_64/include/blkid/blkid.h | [] | [] |
/src/osquery/plugins/config/parsers/prometheus_targets.cpp | [] | [] |
/src/osquery/tests/integration/tables/device_hash.cpp | [] | [] |
/src/osquery/osquery/logger/logger.cpp | [] | [] |
/src/osquery/tests/integration/tables/certificates.cpp | [] | [] |
/src/osquery/osquery/tables/system/tests/darwin/smc_tests.cpp | [] | [] |
/src/osquery/osquery/tables/yara/yara_utils.h | [] | [] |
/src/osquery/osquery/sql/sqlite_string.cpp | [] | [] |
/src/osquery/libraries/cmake/source/augeas/generated/macos/x86_64/code/parser.c | [] | [] |
/src/osquery/tests/integration/tables/npm_packages.cpp | [] | [] |
/src/osquery/tests/integration/tables/background_activities_moderator.cpp | [] | [] |
/src/osquery/osquery/tables/system/windows/recent_files.cpp | [] | [] |
/src/osquery/osquery/tables/system/darwin/launchd.cpp | [] | [] |
/src/osquery/osquery/tables/networking/tests/windows/windows_firewall_rules_tests.cpp | [] | [] |
/src/osquery/plugins/config/parsers/decorators.cpp | [] | [] |
/src/osquery/tests/integration/tables/time_machine_destinations.cpp | [] | [] |
/src/osquery/osquery/tables/system/posix/authorized_keys.cpp | [] | [] |
/src/osquery/external/examples/writable_table/main.cpp | [] | [] |
/src/osquery/osquery/tables/system/tests/posix/ssh_keys_tests.cpp | [] | [] |
/src/osquery/plugins/logger/windows_event_log.cpp | [] | [] |
/src/osquery/osquery/events/linux/bpf/bpferrorstate.cpp | [] | [] |
/src/osquery/osquery/tables/events/tests/windows/powershell_events_tests.cpp | [] | [] |
/src/osquery/osquery/core/watcher.h | [] | [] |
/src/osquery/osquery/tables/system/tests/linux/pci_devices_tests.cpp | [] | [] |
/src/osquery/plugins/numeric_monitoring/filesystem.cpp | ['osquery/main/harnesses/fuzz_sqlquery.cpp'] | [] |
/src/osquery/osquery/tables/system/linux/processes.cpp | [] | [] |
/src/osquery/tests/integration/tables/nfs_shares.cpp | [] | [] |
/src/osquery/tests/integration/tables/memory_error_info.cpp | [] | [] |
/src/osquery/tests/integration/tables/connected_displays.cpp | [] | [] |
/src/osquery/tests/integration/tables/drivers.cpp | [] | [] |
/src/osquery/osquery/tables/networking/windows/routes.cpp | [] | [] |
/src/osquery/osquery/core/sql/column.h | [] | [] |
/src/osquery/osquery/sql/virtual_sqlite_table.cpp | [] | [] |
/src/osquery/tests/integration/tables/process_file_events.cpp | [] | [] |
/src/osquery/osquery/tables/applications/windows/carbon_black.cpp | [] | [] |
/src/osquery/tests/integration/tables/wifi_networks.cpp | [] | [] |
/src/osquery/osquery/events/windows/ntfs_event_publisher.cpp | [] | [] |
/src/osquery/osquery/hashing/hashing.cpp | [] | [] |
/src/osquery/osquery/process/windows/process.cpp | [] | [] |
/src/osquery/tests/integration/tables/etc_protocols.cpp | [] | [] |
/src/osquery/plugins/config/parsers/views.cpp | [] | [] |
/src/osquery/libraries/cmake/source/libgcrypt/generated/aarch64/mpi/sysdep.h | [] | [] |
/src/osquery/osquery/utils/map_take.h | [] | [] |
/src/osquery/osquery/tables/system/windows/logged_in_users.cpp | [] | [] |
/src/osquery/plugins/logger/tests/syslog_logger_tests.cpp | [] | [] |
/src/osquery/osquery/tables/system/darwin/block_devices.cpp | [] | [] |
/src/osquery/tests/integration/tables/helper.h | [] | [] |
/src/osquery/osquery/remote/http_client.cpp | [] | [] |
/src/osquery/osquery/tables/system/darwin/startup_items.cpp | [] | [] |
/src/osquery/osquery/events/windows/windowseventlogparser.cpp | [] | [] |
/src/osquery/osquery/worker/ipc/table_ipc_json_converter.cpp | [] | [] |
/src/osquery/osquery/extensions/interface.h | [] | [] |
/src/osquery/plugins/database/tests/sqlite.cpp | [] | [] |
/src/osquery/tests/integration/tables/cups_destinations.cpp | [] | [] |
/src/osquery/osquery/utils/linux/dpkg/modstatdb.h | [] | [] |
/src/osquery/tests/integration/tables/homebrew_packages.cpp | [] | [] |
/src/osquery/tests/integration/tables/azure_instance_metadata.cpp | [] | [] |
/src/osquery/tests/integration/tables/interface_addresses.cpp | [] | [] |
/src/osquery/osquery/tables/applications/linux/lxd.cpp | [] | [] |
/src/osquery/tests/integration/tables/shared_folders.cpp | [] | [] |
/src/osquery/osquery/events/subscription.cpp | [] | [] |
/src/osquery/tests/integration/tables/shared_memory.cpp | [] | [] |
/src/osquery/tests/integration/tables/acpi_tables.cpp | [] | [] |
/src/osquery/osquery/tables/system/windows/groups.cpp | [] | [] |
/src/osquery/plugins/config/parsers/feature_vectors.cpp | [] | [] |
/src/osquery/tests/integration/tables/interface_ipv6.cpp | [] | [] |
/src/osquery/tests/integration/tables/device_partitions.cpp | [] | [] |
/src/osquery/osquery/tables/applications/posix/docker.cpp | [] | [] |
/src/osquery/osquery/tables/system/windows/cpu_info.cpp | [] | [] |
/src/osquery/osquery/events/darwin/event_taps.cpp | [] | [] |
/src/osquery/tests/integration/tables/account_policy_data.cpp | [] | [] |
/src/osquery/osquery/remote/uri.h | [] | [] |
/src/osquery/osquery/tables/events/linux/selinux_events.cpp | [] | [] |
/src/osquery/osquery/tables/system/windows/services.cpp | [] | [] |
/src/osquery/osquery/core/flagalias.h | [] | [] |
/src/osquery/osquery/core/tests/flags_tests.cpp | [] | [] |
/src/osquery/osquery/utils/info/version.cpp | [] | [] |
/src/osquery/tests/integration/tables/apps.cpp | [] | [] |
/src/osquery/osquery/tables/system/darwin/keychain.h | [] | [] |
/src/osquery/tests/integration/tables/alf_exceptions.cpp | [] | [] |
/src/osquery/osquery/worker/logging/include/logger.h | [] | [] |
/src/osquery/osquery/tables/system/windows/scheduled_tasks.cpp | [] | [] |
/src/osquery/osquery/tables/system/windows/kernel_info.cpp | [] | [] |
/src/osquery/osquery/tables/networking/windows/win_sockets.h | [] | [] |
/src/osquery/osquery/tables/system/tests/darwin/extended_attributes_tests.cpp | [] | [] |
/src/osquery/osquery/tables/system/linux/dbus/uniqueresource.h | [] | [] |
/src/osquery/osquery/carver/carver.h | [] | [] |
/src/osquery/osquery/main/harnesses/fuzz_sqlquery.cpp | ['osquery/main/harnesses/fuzz_sqlquery.cpp'] | ['osquery/main/harnesses/fuzz_sqlquery.cpp'] |
/src/osquery/tests/integration/tables/quicklook_cache.cpp | [] | [] |
/src/osquery/osquery/registry/registry_factory.h | [] | [] |
/src/osquery/osquery/events/subscription.h | [] | [] |
/src/osquery/osquery/sql/sqlite_network.cpp | [] | [] |
/src/osquery/tests/integration/tables/programs.cpp | [] | [] |
/src/osquery/plugins/logger/tests/aws_kinesis_logger_tests.cpp | [] | [] |
/src/osquery/tests/integration/tables/crontab.cpp | [] | [] |
/src/osquery/osquery/tables/system/linux/dbus/methods/listunitsmethodhandler.cpp | [] | [] |
/src/osquery/osquery/tables/networking/etc_hosts.cpp | [] | [] |
/src/osquery/tests/integration/tables/plist.cpp | [] | [] |
/src/osquery/tests/integration/tables/docker_container_stats.cpp | [] | [] |
/src/osquery/tests/integration/tables/shell_history.cpp | [] | [] |
/src/osquery/osquery/numeric_monitoring/numeric_monitoring.cpp | [] | [] |
/src/osquery/osquery/filesystem/filesystem.cpp | [] | [] |
/src/osquery/plugins/logger/tests/buffered_tests.cpp | [] | [] |
/src/osquery/tests/integration/tables/smart_drive_info.cpp | [] | [] |
/src/osquery/tests/integration/tables/sudoers.cpp | [] | [] |
/src/osquery/osquery/remote/utility.h | [] | [] |
/src/osquery/tests/integration/tables/alf_services.cpp | [] | [] |
/src/osquery/tests/integration/tables/docker_container_envs.cpp | [] | [] |
/src/osquery/osquery/core/query.h | [] | [] |
/src/osquery/osquery/tables/system/tests/windows/registry_tests.cpp | [] | [] |
/src/osquery/osquery/tables/system/darwin/keychain_utils.cpp | [] | [] |
/src/osquery/osquery/events/linux/auditeventpublisher.cpp | [] | [] |
/src/osquery/tests/integration/tables/fbsd_kmods.cpp | [] | [] |
/src/osquery/libraries/cmake/source/libaudit/generated/aarch64_tables.h | [] | [] |
/src/osquery/osquery/tables/system/windows/windows_eventlog.cpp | [] | [] |
/src/osquery/osquery/tables/system/windows/security_profile_info.cpp | [] | [] |
/src/osquery/osquery/tables/system/posix/openssl_utils.cpp | [] | [] |
/src/osquery/tests/integration/tables/python_packages.cpp | [] | [] |
/src/osquery/libraries/cmake/source/augeas/gnulib/generated/linux/x86_64/lib/limits.h | [] | [] |
/src/osquery/osquery/tables/system/system_utils.cpp | [] | [] |
/src/osquery/osquery/extensions/thrift/gen/osquery_types.cpp | [] | [] |
/src/osquery/tests/integration/tables/docker_volumes.cpp | [] | [] |
/src/osquery/osquery/sql/sqlite_math.cpp | [] | [] |
/src/osquery/osquery/tables/events/tests/windows/etw_process_events_tests.cpp | [] | [] |
/src/osquery/osquery/carver/carver_utils.cpp | [] | [] |
/src/osquery/tests/integration/tables/xprotect_entries.cpp | [] | [] |
/src/osquery/osquery/tables/networking/posix/dns_resolvers.cpp | [] | [] |
/src/osquery/tests/integration/tables/disk_encryption.cpp | [] | [] |
/src/osquery/plugins/config/parsers/options.cpp | [] | [] |
/src/osquery/plugins/database/rocksdb.h | [] | [] |
/src/osquery/osquery/tables/system/darwin/smbios_utils.h | [] | [] |
/src/osquery/tests/integration/tables/ibridge.cpp | [] | [] |
/src/osquery/tests/integration/tables/docker_image_labels.cpp | [] | [] |
/src/osquery/tests/integration/tables/chassis_info.cpp | [] | [] |
/src/osquery/osquery/filesystem/tests/windows/filesystem_tests.cpp | [] | [] |
/src/osquery/osquery/core/sql/diff_results.cpp | [] | [] |
/src/osquery/external/examples/config_plugin/main.cpp | [] | [] |
/src/osquery/osquery/tables/system/darwin/cpu_info.cpp | [] | [] |
/src/osquery/tests/integration/tables/arp_cache.cpp | [] | [] |
/src/osquery/osquery/events/tests/linux/syslog_tests.cpp | [] | [] |
/src/osquery/osquery/events/windows/etw/etw_user_session.cpp | [] | [] |
/src/osquery/osquery/utils/chars.h | [] | [] |
/src/osquery/osquery/tables/system/windows/logical_drives.cpp | [] | [] |
/src/osquery/tests/integration/tables/iokit_registry.cpp | [] | [] |
/src/osquery/tests/integration/tables/unified_log.cpp | [] | [] |
/src/osquery/osquery/tables/system/linux/rpm_packages.cpp | [] | [] |
/src/osquery/osquery/tables/system/linux/dbus/methods/getstringproperty.h | [] | [] |
/src/osquery/osquery/tables/system/darwin/password_policy.cpp | [] | [] |
/src/osquery/osquery/registry/registry_factory.cpp | [] | [] |
/src/osquery/tests/integration/tables/kernel_modules.cpp | [] | [] |
/src/osquery/osquery/tables/events/windows/windows_events.cpp | [] | [] |
/src/osquery/tests/integration/tables/tpm_info.cpp | [] | [] |
/src/osquery/osquery/utils/conversions/tryto.cpp | [] | [] |
/src/osquery/tests/integration/tables/process_memory_map.cpp | [] | [] |
/src/osquery/osquery/database/idatabaseinterface.h | [] | [] |
/src/osquery/osquery/tables/networking/darwin/interface_ip.cpp | [] | [] |
/src/osquery/osquery/config/tests/test_utils.cpp | [] | [] |
/src/osquery/osquery/tables/system/linux/users.cpp | [] | [] |
/src/osquery/osquery/tables/system/windows/ie_extensions.cpp | [] | [] |
/src/osquery/tests/integration/tables/docker_container_mounts.cpp | [] | [] |
/src/osquery/osquery/core/sql/query_performance.h | [] | [] |
/src/osquery/osquery/events/darwin/openbsm.cpp | [] | [] |
/src/osquery/osquery/tables/system/windows/startup_items.cpp | [] | [] |
/src/osquery/osquery/events/darwin/openbsm.h | [] | [] |
/src/osquery/osquery/tables/events/windows/etw_process_events.h | [] | [] |
/src/osquery/osquery/core/plugins/sql.h | [] | [] |
/src/osquery/osquery/events/eventer.cpp | [] | [] |
/src/osquery/osquery/core/tables.cpp | [] | [] |
/src/osquery/osquery/remote/serializers/json.cpp | [] | [] |
/src/osquery/osquery/utils/system/linux/cpu.cpp | [] | [] |
/src/osquery/osquery/tables/system/python_packages.cpp | [] | [] |
/src/osquery/osquery/events/tests/linux/bpf/mockedfilesystem.cpp | [] | [] |
/src/osquery/osquery/tables/system/linux/dbus/methods/listunitsmethodhandler.h | [] | [] |
/src/osquery/tests/integration/tables/osquery_flags.cpp | [] | [] |
/src/osquery/tests/integration/tables/docker_image_history.cpp | [] | [] |
/src/osquery/osquery/tables/system/linux/selinux_settings.cpp | [] | [] |
/src/osquery/osquery/sdk/empty_register_foreign_tables.cpp | [] | [] |
/src/osquery/osquery/system/network/hostname.cpp | [] | [] |
/src/osquery/osquery/tables/events/darwin/openbsm_events.cpp | [] | [] |
/src/osquery/osquery/core/windows/handle.cpp | [] | [] |
/src/osquery/osquery/events/linux/bpf/bpfeventpublisher.cpp | [] | [] |
/src/osquery/osquery/utils/schemer/schemer.h | [] | [] |
/src/osquery/libraries/cmake/source/libgpg-error/generated/x86_64/err-sources.h | [] | [] |
/src/osquery/libraries/cmake/source/libgpg-error/generated/x86_64/gpg-error.h | [] | [] |
/src/osquery/tests/integration/tables/process_envs.cpp | [] | [] |
/src/osquery/tests/integration/tables/cpu_time.cpp | [] | [] |
/src/osquery/osquery/events/linux/auditdnetlink.h | [] | [] |
/src/osquery/osquery/sql/sql.h | [] | [] |
/src/osquery/osquery/tables/cloud/azure/azure_instance_metadata.cpp | [] | [] |
/src/osquery/osquery/tables/system/posix/last.cpp | [] | [] |
/src/osquery/osquery/tables/events/linux/process_events.cpp | [] | [] |
/src/osquery/osquery/worker/ipc/posix/pipe_channel_factory.cpp | [] | [] |
/src/osquery/plugins/logger/kafka_producer.h | [] | [] |
/src/osquery/libraries/cmake/source/libaudit/generated/msg_typetabs.h | [] | [] |
/src/osquery/osquery/events/windows/etw/etw_provider_config.cpp | [] | [] |
/src/osquery/plugins/config/tls_config.cpp | [] | [] |
/src/osquery/tests/integration/tables/shimcache.cpp | [] | [] |
/src/osquery/osquery/tables/system/linux/md_tables.h | [] | [] |
/src/osquery/tests/integration/tables/ulimit_info.cpp | [] | [] |
/src/osquery/osquery/sql/sqlite_filesystem.cpp | [] | [] |
/src/osquery/osquery/worker/ipc/posix/pipe_channel.h | [] | [] |
/src/osquery/osquery/tables/applications/posix/prometheus_metrics.cpp | [] | [] |
/src/osquery/libraries/cmake/source/libgcrypt/generated/x86_64/mpi/mpih-add1.c | [] | [] |
/src/osquery/osquery/tables/events/event_utils.cpp | [] | [] |
/src/osquery/osquery/tables/system/linux/process_open_files.cpp | [] | [] |
/src/osquery/osquery/tables/system/linux/md_tables.cpp | [] | [] |
/src/osquery/libraries/cmake/source/libaudit/generated/ftypetabs.h | [] | [] |
/src/osquery/osquery/events/windows/usn_journal_reader.cpp | [] | [] |
/src/osquery/tests/integration/tables/firefox_addons.cpp | [] | [] |
/src/osquery/osquery/tables/networking/etc_protocols.cpp | [] | [] |
/src/osquery/osquery/worker/ipc/linux/linux_table_container_ipc.h | [] | [] |
/src/osquery/osquery/tables/system/smbios_utils.h | [] | [] |
/src/osquery/osquery/sql/virtual_table.cpp | [] | [] |
/src/osquery/osquery/tables/system/posix/augeas.cpp | [] | [] |
/src/osquery/tests/integration/tables/running_apps.cpp | [] | [] |
/src/osquery/tests/integration/tables/helper.cpp | [] | [] |
/src/osquery/osquery/core/sql/query_performance.cpp | [] | [] |
/src/osquery/osquery/remote/transports/tls.cpp | [] | [] |
/src/osquery/osquery/utils/system/windows/etw_helpers.cpp | [] | [] |
/src/osquery/osquery/tables/system/darwin/processes.cpp | [] | [] |
/src/osquery/osquery/events/darwin/scnetwork.cpp | [] | [] |
/src/osquery/tests/integration/tables/usb_devices.cpp | [] | [] |
/src/osquery/osquery/events/darwin/diskarbitration.h | [] | [] |
/src/osquery/osquery/worker/ipc/include/table_ipc_message_handler.h | [] | [] |
/src/osquery/tests/integration/tables/pci_devices.cpp | [] | [] |
/src/osquery/plugins/logger/syslog_logger.h | [] | [] |
/src/osquery/osquery/tables/cloud/ycloud/ycloud_instance_metadata.cpp | [] | [] |
/src/osquery/osquery/utils/system/linux/boottime.cpp | [] | [] |
/src/osquery/osquery/tables/utility/time.cpp | [] | [] |
/src/osquery/osquery/tables/events/windows/dns_lookup_events.cpp | [] | [] |
/src/osquery/osquery/filesystem/darwin/benchmarks/plist_benchmarks.cpp | [] | [] |
/src/osquery/osquery/tables/networking/windows/process_open_sockets.cpp | [] | [] |
/src/osquery/osquery/tables/cloud/aws/ec2_instance_tags.cpp | [] | [] |
/src/osquery/libraries/cmake/source/dbus/config/x86_64/config.h | [] | [] |
/src/osquery/osquery/core/plugins/plugin.cpp | [] | [] |
/src/osquery/osquery/core/init.cpp | [] | [] |
/src/osquery/libraries/cmake/source/libaudit/generated/fieldtabs.h | [] | [] |
/src/osquery/osquery/filesystem/posix/fileops.cpp | [] | [] |
/src/osquery/osquery/worker/ipc/posix/pipe_channel_factory.h | [] | [] |
/src/osquery/osquery/utils/scope_guard.h | [] | [] |
/src/osquery/libraries/cmake/source/libgcrypt/generated/x86_64/src/gcrypt.h | [] | [] |
/src/osquery/osquery/events/windows/etw/etw_publisher.h | [] | [] |
/src/osquery/tests/integration/tables/kernel_panics.cpp | [] | [] |
/src/osquery/tests/integration/tables/memory_arrays.cpp | [] | [] |
/src/osquery/osquery/tables/system/tests/windows/windows_update_history_tests.cpp | [] | [] |
/src/osquery/osquery/tables/system/windows/processes.cpp | [] | [] |
/src/osquery/osquery/tables/system/windows/users.cpp | [] | [] |
/src/osquery/osquery/utils/error/error.h | [] | [] |
/src/osquery/osquery/utils/conversions/tryto.h | [] | [] |
/src/osquery/tests/integration/tables/interface_details.cpp | [] | [] |
/src/osquery/plugins/logger/logrotate.h | [] | [] |
/src/osquery/osquery/tables/system/ssh_configs.cpp | [] | [] |
/src/osquery/external/examples/read_only_table/main.cpp | [] | [] |
/src/osquery/osquery/utils/info/firmware/windows.cpp | [] | [] |
/src/osquery/osquery/utils/windows/shellitem.cpp | [] | [] |
/src/osquery/osquery/events/windows/windowseventlogpublisher.cpp | [] | [] |
/src/osquery/osquery/utils/rot13.cpp | [] | [] |
/src/osquery/osquery/experimental/events_stream/events_stream_registry.cpp | [] | [] |
/src/osquery/osquery/events/windows/ntfs_event_publisher.h | [] | [] |
/src/osquery/osquery/utils/info/platform_type.cpp | [] | [] |
/src/osquery/osquery/events/tests/linux/bpf/mockedprocesscontextfactory.cpp | [] | [] |
/src/osquery/libraries/cmake/source/libaudit/generated/s390_tables.h | [] | [] |
/src/osquery/tests/integration/tables/alf.cpp | [] | [] |
/src/osquery/tests/integration/tables/carves.cpp | [] | [] |
/src/osquery/tests/integration/tables/azure_instance_tags.cpp | [] | [] |
/src/osquery/osquery/tables/networking/linux/iptables.cpp | [] | [] |
/src/osquery/tests/integration/tables/disk_info.cpp | [] | [] |
/src/osquery/osquery/tables/system/linux/shadow.cpp | [] | [] |
/src/osquery/osquery/sql/tests/sqlite_hashing_tests.cpp | [] | [] |
/src/osquery/plugins/database/sqlite.h | [] | [] |
/src/osquery/osquery/tables/system/linux/certificates.cpp | [] | [] |
/src/osquery/tests/integration/tables/os_version.cpp | [] | [] |
/src/osquery/osquery/tables/system/darwin/process_open_descriptors.cpp | [] | [] |
/src/osquery/osquery/filesystem/mock_file_structure.cpp | [] | [] |
/src/osquery/osquery/events/eventsubscriberplugin.cpp | [] | [] |
/src/osquery/osquery/events/darwin/endpointsecurity.cpp | [] | [] |
/src/osquery/osquery/database/benchmarks/database_benchmarks.cpp | [] | [] |
/src/osquery/osquery/core/tests/query_tests.cpp | [] | [] |
/src/osquery/libraries/cmake/source/augeas/generated/linux/aarch64/code/lexer.c | [] | [] |
/src/osquery/osquery/process/process.h | [] | [] |
/src/osquery/tests/integration/tables/intel_me_info.cpp | [] | [] |
/src/osquery/osquery/process/windows/process_ops.cpp | [] | [] |
/src/osquery/osquery/devtools/tests/printer_tests.cpp | [] | [] |
/src/osquery/osquery/utils/conversions/darwin/cfdictionary.cpp | [] | [] |
/src/osquery/libraries/cmake/source/libgcrypt/generated/x86_64/mpi/mpih-mul3.c | [] | [] |
/src/osquery/osquery/experimental/experiments/linuxevents/src/bpfprocesseventstable.h | [] | [] |
/src/osquery/tests/integration/tables/asl.cpp | [] | [] |
/src/osquery/tests/integration/tables/appcompat_shims.cpp | [] | [] |
/src/osquery/osquery/tables/system/windows/wmi_event_filters.cpp | [] | [] |
/src/osquery/tests/integration/tables/osquery_info.cpp | [] | [] |
/src/osquery/tests/integration/tables/windows_eventlog.cpp | [] | [] |
/src/osquery/osquery/tables/system/darwin/iokit_registry.cpp | [] | [] |
/src/osquery/osquery/devtools/shell.cpp | [] | [] |
/src/osquery/osquery/events/linux/syslog.h | [] | [] |
/src/osquery/tests/integration/tables/user_events.cpp | [] | [] |
/src/osquery/tests/integration/tables/windows_firewall_rules.cpp | [] | [] |
/src/osquery/libraries/cmake/source/augeas/gnulib/generated/linux/x86_64/lib/selinux/context.h | [] | [] |
/src/osquery/libraries/cmake/source/augeas/gnulib/generated/linux/x86_64/lib/selinux/selinux.h | [] | [] |
/src/osquery/osquery/tables/system/windows/drivers.cpp | [] | [] |
/src/osquery/osquery/utils/conversions/trim.cpp | [] | [] |
/src/osquery/osquery/tables/system/posix/system_controls.cpp | [] | [] |
/src/osquery/osquery/tables/system/linux/model_specific_register.cpp | [] | [] |
/src/osquery/osquery/remote/uri.cpp | [] | [] |
/src/osquery/osquery/utils/status/status.h | [] | [] |
/src/osquery/plugins/config/parsers/kafka_topics.cpp | [] | [] |
/src/osquery/libraries/cmake/source/augeas/generated/linux/x86_64/code/lexer.c | [] | [] |
/src/osquery/osquery/tables/system/tests/linux/extended_attributes_tests.cpp | [] | [] |
/src/osquery/osquery/tables/system/linux/process_open_pipes.cpp | [] | [] |
/src/osquery/osquery/tables/system/posix/crontab.cpp | [] | [] |
/src/osquery/tests/integration/tables/rpm_package_files.cpp | [] | [] |
/src/osquery/plugins/config/parsers/tests/file_paths_tests.cpp | [] | [] |
/src/osquery/osquery/tables/system/darwin/sip_config.cpp | [] | [] |
/src/osquery/osquery/filesystem/linux/proc.h | [] | [] |
/src/osquery/tests/integration/tables/ntfs_acl_permissions.cpp | [] | [] |
/src/osquery/osquery/events/tests/linux/audit_tests.cpp | [] | [] |
/src/osquery/tests/integration/tables/user_groups.cpp | [] | [] |
/src/osquery/osquery/hashing/tests/hashing.cpp | [] | [] |
/src/osquery/tests/integration/tables/cpuid.cpp | [] | [] |
/src/osquery/tests/integration/tables/iptables.cpp | [] | [] |
/src/osquery/tests/integration/tables/file_events.cpp | [] | [] |
/src/osquery/osquery/tables/system/cpuid.cpp | [] | [] |
/src/osquery/osquery/tables/system/darwin/asl_utils.h | [] | [] |
/src/osquery/osquery/tables/system/tests/darwin/firewall_tests.cpp | [] | [] |
/src/osquery/osquery/distributed/distributed.h | [] | [] |
/src/osquery/osquery/dispatcher/distributed_runner.cpp | [] | [] |
/src/osquery/tests/integration/tables/event_taps.cpp | [] | [] |
/src/osquery/osquery/profiler/posix/code_profiler.cpp | [] | [] |
/src/osquery/tests/integration/tables/virtual_memory_info.cpp | [] | [] |
/src/osquery/osquery/sql/sqlite_operations.cpp | [] | [] |
/src/osquery/osquery/remote/http_client.h | [] | [] |
/src/osquery/osquery/tables/system/windows/registry.cpp | [] | [] |
/src/osquery/osquery/tables/yara/yara_utils.cpp | [] | [] |
/src/osquery/osquery/utils/json/json.cpp | [] | [] |
/src/osquery/tests/integration/tables/package_bom.cpp | [] | [] |
/src/osquery/tests/integration/tables/wifi_status.cpp | [] | [] |
/src/osquery/tests/integration/tables/prefetch.cpp | [] | [] |
/src/osquery/plugins/logger/aws_firehose.h | [] | [] |
/src/osquery/osquery/tables/system/darwin/pci_devices.cpp | [] | [] |
/src/osquery/osquery/events/tests/eventsubscriberplugin.cpp | [] | [] |
/src/osquery/tests/integration/tables/battery.cpp | [] | [] |
/src/osquery/osquery/extensions/thrift/gen/ExtensionManager.cpp | [] | [] |
/src/osquery/osquery/core/sql/table_rows.cpp | [] | [] |
/src/osquery/osquery/utils/linux/dpkg/idpkgquery.cpp | [] | [] |
Directory |
---|
/src/osquery/osquery/worker/ipc/posix/ |
/src/osquery/osquery/utils/windows/ |
/src/osquery/osquery/tables/networking/tests/windows/ |
/src/osquery/osquery/utils/pidfile/tests/ |
/src/osquery/libraries/cmake/source/libgcrypt/generated/x86_64/src/ |
/src/osquery/external/examples/string_batch/ |
/src/osquery/osquery/tables/networking/ |
/src/osquery/osquery/filesystem/posix/ |
/src/osquery/osquery/experimental/experiments/linuxevents/src/ |
/src/osquery/osquery/config/tests/ |
/src/osquery/plugins/database/tests/ |
/src/osquery/osquery/tables/events/darwin/ |
/src/osquery/osquery/worker/logging/include/ |
/src/osquery/plugins/numeric_monitoring/tests/ |
/src/osquery/osquery/tables/system/windows/ |
/src/osquery/osquery/utils/schemer/json/ |
/src/osquery/osquery/filesystem/windows/ |
/src/osquery/osquery/events/benchmarks/ |
/src/osquery/osquery/sql/tests/ |
/src/osquery/osquery/tables/yara/ |
/src/osquery/osquery/tables/system/posix/ |
/src/osquery/osquery/tables/cloud/aws/ |
/src/osquery/osquery/main/ |
/src/osquery/libraries/cmake/source/libdevmapper/config/ |
/src/osquery/osquery/tables/system/linux/ |
/src/osquery/osquery/tables/system/darwin/ |
/src/osquery/libraries/cmake/source/libaudit/generated/ |
/src/osquery/osquery/extensions/thrift/gen/ |
/src/osquery/osquery/events/darwin/ |
/src/osquery/osquery/core/windows/ |
/src/osquery/osquery/filesystem/tests/posix/ |
/src/osquery/osquery/utils/info/ |
/src/osquery/osquery/tables/applications/posix/tests/ |
/src/osquery/osquery/worker/ipc/linux/ |
/src/osquery/osquery/tables/applications/darwin/ |
/src/osquery/osquery/remote/ |
/src/osquery/osquery/tables/networking/linux/ |
/src/osquery/osquery/numeric_monitoring/tests/ |
/src/osquery/osquery/worker/ipc/linux/tests/ |
/src/osquery/osquery/distributed/ |
/src/osquery/libraries/cmake/source/rocksdb/version/ |
/src/osquery/osquery/worker/ipc/tests/ |
/src/osquery/external/examples/writable_table/ |
/src/osquery/osquery/tables/events/windows/ |
/src/osquery/external/examples/config_plugin/ |
/src/osquery/osquery/events/tests/linux/bpf/ |
/src/osquery/osquery/utils/conversions/ |
/src/osquery/libraries/cmake/source/augeas/generated/linux/x86_64/code/ |
/src/osquery/osquery/utils/system/ |
/src/osquery/osquery/profiler/posix/ |
/src/osquery/osquery/database/tests/ |
/src/osquery/osquery/tables/system/ |
/src/osquery/osquery/utils/debug/ |
/src/osquery/osquery/sql/ |
/src/osquery/libraries/cmake/source/libgpg-error/generated/x86_64/ |
/src/osquery/osquery/database/benchmarks/ |
/src/osquery/osquery/tables/cloud/ycloud/ |
/src/osquery/plugins/config/tests/ |
/src/osquery/osquery/utils/tests/ |
/src/osquery/osquery/utils/json/ |
/src/osquery/osquery/utils/caches/ |
/src/osquery/osquery/tables/system/tests/windows/ |
/src/osquery/osquery/utils/debug/tests/ |
/src/osquery/osquery/logger/tests/ |
/src/osquery/osquery/profiler/windows/ |
/src/osquery/osquery/tables/events/tests/windows/ |
/src/osquery/libraries/cmake/source/augeas/gnulib/generated/macos/x86_64/lib/ |
/src/osquery/osquery/tables/cloud/azure/ |
/src/osquery/osquery/tables/networking/tests/linux/ |
/src/osquery/osquery/main/harnesses/ |
/src/osquery/osquery/config/ |
/src/osquery/osquery/sdk/ |
/src/osquery/plugins/database/ |
/src/osquery/osquery/events/windows/ |
/src/osquery/libraries/cmake/source/gflags/generated/windows/x86_64/public/gflags/ |
/src/osquery/osquery/utils/expected/tests/ |
/src/osquery/osquery/utils/conversions/windows/tests/ |
/src/osquery/osquery/tables/networking/tests/ |
/src/osquery/libraries/cmake/source/librdkafka/config/windows/x86_64/ |
/src/osquery/osquery/utils/schemer/json/tests/ |
/src/osquery/osquery/worker/ipc/include/ |
/src/osquery/osquery/hashing/tests/ |
/src/osquery/osquery/distributed/tests/ |
/src/osquery/osquery/worker/system/linux/ |
/src/osquery/osquery/filesystem/tests/windows/ |
/src/osquery/osquery/tables/system/linux/dbus/methods/ |
/src/osquery/osquery/devtools/tests/ |
/src/osquery/tests/ |
/src/osquery/osquery/events/linux/bpf/ |
/src/osquery/osquery/events/tests/darwin/ |
/src/osquery/osquery/tables/system/tests/linux/ |
/src/osquery/osquery/worker/ipc/ |
/src/osquery/osquery/remote/serializers/ |
/src/osquery/osquery/logger/ |
/src/osquery/libraries/cmake/source/libgcrypt/generated/x86_64/mpi/ |
/src/osquery/plugins/logger/tests/ |
/src/osquery/osquery/remote/transports/ |
/src/osquery/osquery/tables/networking/windows/ |
/src/osquery/osquery/extensions/ |
/src/osquery/osquery/utils/conversions/darwin/ |
/src/osquery/libraries/cmake/source/thrift/patches/ |
/src/osquery/libraries/cmake/source/augeas/gnulib/generated/linux/x86_64/config/ |
/src/osquery/plugins/remote/enroll/tests/ |
/src/osquery/osquery/system/network/tests/ |
/src/osquery/osquery/tables/events/tests/ |
/src/osquery/osquery/dispatcher/tests/ |
/src/osquery/osquery/utils/schemer/tests/ |
/src/osquery/osquery/devtools/ |
/src/osquery/osquery/tables/applications/posix/ |
/src/osquery/osquery/filesystem/linux/ |
/src/osquery/plugins/logger/ |
/src/osquery/osquery/filesystem/tests/ |
/src/osquery/libraries/cmake/source/libgcrypt/generated/aarch64/mpi/ |
/src/osquery/plugins/remote/enroll/ |
/src/osquery/plugins/numeric_monitoring/ |
/src/osquery/osquery/filesystem/darwin/benchmarks/ |
/src/osquery/external/examples/read_only_table/ |
/src/osquery/osquery/carver/tests/ |
/src/osquery/osquery/tables/yara/tests/ |
/src/osquery/libraries/cmake/source/dbus/config/x86_64/ |
/src/osquery/osquery/tables/forensic/ |
/src/osquery/osquery/utils/status/ |
/src/osquery/osquery/filesystem/ |
/src/osquery/osquery/utils/error/tests/ |
/src/osquery/osquery/tables/system/tests/posix/ |
/src/osquery/osquery/core/ |
/src/osquery/osquery/database/ |
/src/osquery/osquery/main/windows/ |
/src/osquery/osquery/experimental/experiments/loader/src/ |
/src/osquery/osquery/utils/conversions/tests/ |
/src/osquery/osquery/tables/system/tests/ |
/src/osquery/libraries/cmake/source/augeas/gnulib/generated/linux/x86_64/lib/selinux/ |
/src/osquery/osquery/system/network/ |
/src/osquery/osquery/utils/ycloud/ |
/src/osquery/osquery/logger/benchmarks/ |
/src/osquery/osquery/utils/error/ |
/src/osquery/osquery/core/tests/posix/ |
/src/osquery/osquery/numeric_monitoring/ |
/src/osquery/osquery/events/windows/etw/ |
/src/osquery/osquery/tables/applications/linux/ |
/src/osquery/osquery/core/plugins/ |
/src/osquery/osquery/experimental/events_stream/ |
/src/osquery/osquery/tables/applications/ |
/src/osquery/osquery/tables/applications/windows/ |
/src/osquery/libraries/cmake/source/augeas/generated/macos/x86_64/code/ |
/src/osquery/tests/integration/tables/ |
/src/osquery/osquery/core/tests/windows/ |
/src/osquery/osquery/utils/system/linux/proc/ |
/src/osquery/osquery/utils/schemer/ |
/src/osquery/libraries/cmake/source/glog/generated/windows/x86_64/public/glog/ |
/src/osquery/osquery/worker/ipc/posix/tests/ |
/src/osquery/osquery/utils/linux/dpkg/ |
/src/osquery/osquery/tables/applications/chrome/tests/ |
/src/osquery/plugins/config/parsers/tests/ |
/src/osquery/osquery/process/windows/ |
/src/osquery/osquery/carver/ |
/src/osquery/osquery/tables/yara/windows/ |
/src/osquery/plugins/distributed/ |
/src/osquery/osquery/tables/networking/posix/ |
/src/osquery/osquery/events/ |
/src/osquery/libraries/cmake/source/dbus/generated/x86_64/dbus/ |
/src/osquery/libraries/cmake/source/glog/generated/linux/x86_64/public/glog/ |
/src/osquery/osquery/tables/events/ |
/src/osquery/osquery/tables/system/linux/dbus/ |
/src/osquery/libraries/cmake/source/augeas/gnulib/generated/linux/x86_64/lib/sys/ |
/src/osquery/osquery/utils/pidfile/ |
/src/osquery/osquery/remote/enroll/ |
/src/osquery/osquery/extensions/tests/ |
/src/osquery/libraries/cmake/source/augeas/gnulib/generated/linux/x86_64/lib/ |
/src/osquery/osquery/utils/expected/ |
/src/osquery/osquery/utils/system/linux/ |
/src/osquery/osquery/tables/events/linux/ |
/src/osquery/osquery/core/sql/ |
/src/osquery/osquery/remote/tests/ |
/src/osquery/osquery/utils/darwin/ |
/src/osquery/osquery/utils/macros/ |
/src/osquery/osquery/registry/tests/ |
/src/osquery/osquery/utils/system/posix/ |
/src/osquery/osquery/tables/sleuthkit/ |
/src/osquery/osquery/process/ |
/src/osquery/osquery/registry/ |
/src/osquery/plugins/config/parsers/ |
/src/osquery/osquery/worker/logging/glog/ |
/src/osquery/osquery/tables/events/tests/linux/ |
/src/osquery/libraries/cmake/source/augeas/generated/linux/aarch64/code/ |
/src/osquery/osquery/utils/aws/tests/ |
/src/osquery/osquery/utils/azure/ |
/src/osquery/osquery/events/tests/linux/ |
/src/osquery/osquery/utils/aws/ |
/src/osquery/osquery/tables/networking/darwin/ |
/src/osquery/osquery/core/tests/ |
/src/osquery/osquery/tables/system/tests/darwin/ |
/src/osquery/osquery/utils/linux/block_device/ |
/src/osquery/libraries/cmake/source/util-linux/generated/x86_64/include/blkid/ |
/src/osquery/osquery/sql/benchmarks/ |
/src/osquery/osquery/remote/enroll/tests/ |
/src/osquery/osquery/events/tests/ |
/src/osquery/osquery/dispatcher/ |
/src/osquery/osquery/utils/conversions/windows/ |
/src/osquery/osquery/tables/utility/ |
/src/osquery/osquery/system/usersgroups/windows/ |
/src/osquery/osquery/utils/ |
/src/osquery/osquery/utils/system/windows/ |
/src/osquery/osquery/events/linux/ |
/src/osquery/osquery/hashing/ |
/src/osquery/osquery/utils/info/firmware/ |
/src/osquery/osquery/tables/system/freenux/ |
/src/osquery/osquery/remote/transports/tests/ |
/src/osquery/osquery/tables/applications/chrome/ |
/src/osquery/osquery/filesystem/darwin/ |
/src/osquery/plugins/config/ |
This section shows a list of 3rd party function calls and their relative coverage information. By static analysis of the target project code, all of the 3rd party function call and their caller information, including the source file and line number that initiate the call are captured. The caller source code file and line number are shown in column 2 while column 1 is the function name of the 3rd party function call. Each occurrent of the 3rd party function call will occuply a separate row. Column 3 of each row indicate if the 3rd party call in the source file line is unreachable. Column 4 lists all fuzzers that have covered that particular system call in that specific location (source file and line)during their dynamic fuzzing.
Target sink | Callsite location | Reached by fuzzer | Covered by Fuzzers |
---|
This sections shows the raw data that is used to produce this report. This is mainly used for further processing and developer debugging.
Fuzzer | Calltree file | Program data file | Coverage file |
---|---|---|---|
osquery/main/harnesses/fuzz_config.cpp | fuzzerLogFile-fuzz_config.data | fuzzerLogFile-fuzz_config.data.yaml | osqueryfuzz-config.covreport |
osquery/main/harnesses/fuzz_sqlquery.cpp | fuzzerLogFile-fuzz_sqlquery.data | fuzzerLogFile-fuzz_sqlquery.data.yaml | osqueryfuzz-config.covreport |