mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 17:05:18 +00:00
10 lines
201 B
YAML
10 lines
201 B
YAML
|
name: osquery_extensions
|
||
|
examples: >-
|
||
|
Identify osquery extensions in use that are not part of osquery core.
|
||
|
|
||
|
```
|
||
|
|
||
|
SELECT name, path from osquery_extensions WHERE type IS NOT 'core';
|
||
|
|
||
|
```
|