mirror of https://github.com/MISP/misp-objects
chg: [process] remove ambiguity between user-creator and current user running the process
Following CISA/DHS feedback Fix #322pull/324/head
parent
3f6a653b0d
commit
ffa6ed7963
|
@ -154,8 +154,14 @@
|
||||||
"misp-attribute": "datetime",
|
"misp-attribute": "datetime",
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
},
|
},
|
||||||
"user": {
|
"user-creator": {
|
||||||
"description": "User context of the process",
|
"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,
|
"disable_correlation": true,
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"ui-priority": 2
|
"ui-priority": 2
|
||||||
|
@ -172,5 +178,5 @@
|
||||||
"current-directory"
|
"current-directory"
|
||||||
],
|
],
|
||||||
"uuid": "02aeef94-ac23-455c-addb-731757ceafb5",
|
"uuid": "02aeef94-ac23-455c-addb-731757ceafb5",
|
||||||
"version": 8
|
"version": 9
|
||||||
}
|
}
|
Loading…
Reference in New Issue