osquery-defense-kit/incident_response/systemd_units.sql

8 lines
109 B
MySQL
Raw Normal View History

-- Returns a list of systemd units
--
-- tags: postmortem
-- platform: linux
SELECT
*
FROM
systemd_units;