osquery-defense-kit/incident_response/process_env.sql

9 lines
253 B
MySQL
Raw Normal View History

2022-10-13 13:11:17 +00:00
-- 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;