SQL powered operating system instrumentation, monitoring, and analytics.
Go to file
2014-08-14 11:33:20 -07:00
osquery Virtual tables for Apple's application level firewall 2014-08-14 11:33:20 -07:00
third-party@4dac47d96d updating third-party 2014-08-11 16:57:44 -07:00
tools making function that should be camel cased camel cased 2014-08-07 13:50:40 -07:00
.gitignore Silencing various compiler errors for goto statements. 2014-08-13 08:56:39 -07:00
.gitmodules gitmodules 2014-08-11 16:48:54 -07:00
CMakeLists.txt moving sqlite to third-party 2014-08-11 17:37:49 -07:00
Makefile Virtual tables for Apple's application level firewall 2014-08-14 11:33:20 -07:00
README.md table development readme updates 2014-08-12 11:38:01 -07:00
requirements.txt Initial commit 2014-07-30 17:35:19 -07:00

osquery

Building on OS X

To build osquery on OS X, all you need installed is pip and brew. make deps will take care of installing the appropriate library dependencies, but I recommend taking a look at the Makefile, just in case you see something that might conflict with your personal setup.

Anything that doesn't have a homebrew package is built from source from https://github.com/osquery/third-party, which is a git submodule of this repository which is set up by make deps.

The complete installation/build steps are as follows:

git clone git@github.com:facebook/osquery.git
cd osquery
make deps
make

Once the project is built, try running the project's unit tests:

make runtests

Table Development

Top 5 easy virtual tables

High impact virtual tables