.. generated, remove this comment to keep this file ``environment_variables`` ========================= .. code-block:: console $ target-query -f environment_variables .. list-table:: Details :widths: 20 80 * - Module - ``os.windows.env.EnvironmentVariablePlugin`` * - Output - ``records`` **Module documentation** Plugin that provides access to global environment variables. Mostly used internally. **Function documentation** Return all environment variables on a Windows system. Environment variables are dynamic-named values that can affect the way processes are running on the system. Examples variables are PATH, HOME and TEMP. Adversaries may alter or create environment variables to exploit a system. References: - https://en.wikipedia.org/wiki/Environment_variable - https://www.elttam.com/blog/env/