fleet/schema/tables/authorizations.yml

9 lines
205 B
YAML
Raw Normal View History

name: authorizations
examples: |-
See macOS authorizations that have been modified since their creation. Useful
for threat hunting.
```
SELECT * FROM authorizations WHERE created!=modified;
```