mirror of
https://github.com/chainguard-dev/osquery-defense-kit
synced 2025-03-04 09:47:35 +00:00
8 lines
109 B
SQL
8 lines
109 B
SQL
-- Returns a list of systemd units
|
|
--
|
|
-- tags: postmortem
|
|
-- platform: linux
|
|
SELECT
|
|
*
|
|
FROM
|
|
systemd_units; |