add: [process] Environment variables attribute

pull/416/head v2.4.184
Christian Studer 2024-01-30 15:19:54 +01:00
parent 7c565093df
commit 3ac509965f
No known key found for this signature in database
GPG Key ID: 6BBED1B63A6D639F
1 changed files with 6 additions and 0 deletions

View File

@ -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,