mirror of https://github.com/MISP/misp-objects
chg: [process] Updated process object
parent
919f6638e1
commit
c1a5a52155
|
@ -3,7 +3,7 @@
|
|||
"uuid": "02aeef94-ac23-455c-addb-731757ceafb5",
|
||||
"meta-category": "misc",
|
||||
"description": "Object describing a system process.",
|
||||
"version": 5,
|
||||
"version": 6,
|
||||
"attributes": {
|
||||
"creation-time": {
|
||||
"description": "Local date/time at which the process was created.",
|
||||
|
@ -41,6 +41,20 @@
|
|||
"multiple": true,
|
||||
"disable_correlation": true
|
||||
},
|
||||
"process-state": {
|
||||
"description": "State of process. (ps codes R/S/Z...)",
|
||||
"ui-priority": 1,
|
||||
"misp-attribute": "text",
|
||||
"multiple": false,
|
||||
"disable_correlation": true
|
||||
},
|
||||
"fake-process-name": {
|
||||
"description": "Is the process spawned under a false name.",
|
||||
"ui-priority": 1,
|
||||
"misp-attribute": "boolean",
|
||||
"multiple": false,
|
||||
"disable_correlation": true
|
||||
},
|
||||
"port": {
|
||||
"description": "Port(s) owned by the process.",
|
||||
"ui-priority": 1,
|
||||
|
|
Loading…
Reference in New Issue