forked from Lainports/freebsd-ports
osquery exposes an operating system as a high-performance relational database. This allows you to write SQL-based queries to explore operating system data. With osquery, SQL tables represent abstract concepts such as running processes, loaded kernel modules, open network connections, browser plugins, hardware events or file hashes. WWW: https://osquery.io/ Sponsored by: Beer from wxs@
23 lines
582 B
Text
23 lines
582 B
Text
bin/osqueryi
|
|
@dir /var/db/osquery
|
|
include/osquery/config.h
|
|
include/osquery/core.h
|
|
include/osquery/database.h
|
|
include/osquery/database/db_handle.h
|
|
include/osquery/database/query.h
|
|
include/osquery/database/results.h
|
|
include/osquery/enrollment.h
|
|
include/osquery/events.h
|
|
include/osquery/extensions.h
|
|
include/osquery/filesystem.h
|
|
include/osquery/flags.h
|
|
include/osquery/hash.h
|
|
include/osquery/logger.h
|
|
include/osquery/registry.h
|
|
include/osquery/sdk.h
|
|
include/osquery/sql.h
|
|
include/osquery/status.h
|
|
include/osquery/tables.h
|
|
lib/libosquery.a
|
|
sbin/osqueryd
|
|
@sample etc/osquery.conf.sample
|