From 3ac509965fdbca06d8a027db22c0064588babd3c Mon Sep 17 00:00:00 2001 From: Christian Studer Date: Tue, 30 Jan 2024 15:19:54 +0100 Subject: [PATCH] add: [process] Environment variables attribute --- objects/process/definition.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/objects/process/definition.json b/objects/process/definition.json index 474fe30..3012400 100644 --- a/objects/process/definition.json +++ b/objects/process/definition.json @@ -30,6 +30,12 @@ "misp-attribute": "text", "ui-priority": 2 }, + "environment-variables": { + "description": "Environment variables associated to the process", + "disable_correlation": true, + "misp-attribute": "text", + "ui-priority": 0 + }, "fake-process-name": { "description": "Is the process spawned under a false name.", "disable_correlation": true,