mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
12 lines
352 B
YAML
12 lines
352 B
YAML
|
name: authorization_mechanisms
|
||
|
examples: >-
|
||
|
Discover privileged macOS authorization mechanisms, which could include third
|
||
|
party software. Finding third party software using this means it is likely an
|
||
|
important piece of software that should be kept very up to date.
|
||
|
|
||
|
```
|
||
|
|
||
|
SELECT * FROM authorization_mechanisms WHERE privileged='true';
|
||
|
|
||
|
```
|