chg: [process] remove ambiguity between user-creator and current user running the process

Following CISA/DHS feedback

Fix #322
pull/324/head
Alexandre Dulaunoy 2021-09-14 08:35:02 +02:00
parent 3f6a653b0d
commit ffa6ed7963
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 9 additions and 3 deletions

View File

@ -154,8 +154,14 @@
"misp-attribute": "datetime",
"ui-priority": 0
},
"user": {
"description": "User context of the process",
"user-creator": {
"description": "User who created of the process",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 2
},
"user-process": {
"description": "User who is running the process at the time of the analysis",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 2
@ -172,5 +178,5 @@
"current-directory"
],
"uuid": "02aeef94-ac23-455c-addb-731757ceafb5",
"version": 8
"version": 9
}