mirror of
https://github.com/chainguard-dev/osquery-defense-kit
synced 2025-01-05 21:09:29 +00:00
9 lines
253 B
SQL
9 lines
253 B
SQL
-- Retrieves all the environment variables per process in the target system.
|
|
--
|
|
-- interval: 86400
|
|
-- platform: posix
|
|
-- value: Insight into the process data: Where was it started from, was it preloaded...
|
|
-- version: 1.4.5
|
|
|
|
select * from process_envs;
|