osquery-defense-kit/incident_response/groups.sql

9 lines
117 B
MySQL
Raw Normal View History

2023-02-23 14:35:38 +00:00
-- Return the list of POSIX groups on the system
--
-- tags: postmortem
-- platform: linux
SELECT
*
FROM
groups;