trailofbits / osquery-extensions

osquery extensions by Trail of Bits

Home Page:https://blog.trailofbits.com/2017/12/14/announcing-the-trail-of-bits-osquery-extension-repository/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Speed up query performance of Santa extension

mike-myers-tob opened this issue · comments

Implement a performance speedup on the new santa_allowed table using the constraints feature, such that the santa_allowed table can be queried faster using WHERE clauses.

Example:
https://github.com/facebook/osquery/blob/master/osquery/tables/system/darwin/signature.mm#L252

Reference:
https://osquery.readthedocs.io/en/stable/development/creating-tables/