mirror of https://github.com/MISP/misp-objects
Merge pull request #198 from zaphodef/patch-3
fix: [process] change undefined attributespull/200/head
commit
3560b86101
|
@ -3,7 +3,7 @@
|
||||||
"uuid": "02aeef94-ac23-455c-addb-731757ceafb5",
|
"uuid": "02aeef94-ac23-455c-addb-731757ceafb5",
|
||||||
"meta-category": "misc",
|
"meta-category": "misc",
|
||||||
"description": "Object describing a system process.",
|
"description": "Object describing a system process.",
|
||||||
"version": 6,
|
"version": 7,
|
||||||
"attributes": {
|
"attributes": {
|
||||||
"creation-time": {
|
"creation-time": {
|
||||||
"description": "Local date/time at which the process was created",
|
"description": "Local date/time at which the process was created",
|
||||||
|
@ -37,7 +37,7 @@
|
||||||
"guid": {
|
"guid": {
|
||||||
"description": "The globally unique identifier of the assigned by the vendor product",
|
"description": "The globally unique identifier of the assigned by the vendor product",
|
||||||
"ui-priority": 1,
|
"ui-priority": 1,
|
||||||
"misp-attribute": "uuid"
|
"misp-attribute": "text"
|
||||||
},
|
},
|
||||||
"parent-pid": {
|
"parent-pid": {
|
||||||
"description": "Process ID of the parent process",
|
"description": "Process ID of the parent process",
|
||||||
|
@ -48,7 +48,7 @@
|
||||||
"parent-guid": {
|
"parent-guid": {
|
||||||
"description": "The globally unique idenifier of the parent process assigned by the vendor product",
|
"description": "The globally unique idenifier of the parent process assigned by the vendor product",
|
||||||
"ui-priority": 1,
|
"ui-priority": 1,
|
||||||
"misp-attribute": "uuid"
|
"misp-attribute": "text"
|
||||||
},
|
},
|
||||||
"child-pid": {
|
"child-pid": {
|
||||||
"description": "Process ID of the child(ren) process",
|
"description": "Process ID of the child(ren) process",
|
||||||
|
@ -60,7 +60,7 @@
|
||||||
"port": {
|
"port": {
|
||||||
"description": "Port(s) owned by the process",
|
"description": "Port(s) owned by the process",
|
||||||
"ui-priority": 1,
|
"ui-priority": 1,
|
||||||
"misp-attribute": "src-port",
|
"misp-attribute": "port",
|
||||||
"multiple": true,
|
"multiple": true,
|
||||||
"disable_correlation": true
|
"disable_correlation": true
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue