mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
11 lines
207 B
YAML
11 lines
207 B
YAML
|
name: authorizations
|
||
|
examples: >-
|
||
|
See macOS authorizations that have been modified since their creation. Useful
|
||
|
for threat hunting.
|
||
|
|
||
|
```
|
||
|
|
||
|
SELECT * FROM authorizations WHERE created!=modified;
|
||
|
|
||
|
```
|