osquery-defense-kit/incident_response/systemd_units.sql

9 lines
110 B
MySQL
Raw Normal View History

-- Returns a list of systemd units
--
-- tags: postmortem
-- platform: linux
SELECT
*
FROM
2022-10-20 13:11:29 +00:00
systemd_units;