mirror of
https://github.com/chainguard-dev/osquery-defense-kit
synced 2024-12-11 16:44:35 +00:00
9 lines
157 B
SQL
9 lines
157 B
SQL
-- Retrieves software packages with access to listening in on keyboard/mouse events
|
|
--
|
|
-- tags: postmortem
|
|
-- platform: darwin
|
|
SELECT
|
|
*
|
|
FROM
|
|
event_taps;
|