mirror of https://github.com/MISP/misp-objects
Added current-directory to required field
This field will often indicate where a malicious binary is started from, therefore a good candidate for solo usepull/159/head
parent
0c6b7b4302
commit
490d760a4b
|
@ -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": 3,
|
"version": 4,
|
||||||
"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.",
|
||||||
|
@ -91,6 +91,7 @@
|
||||||
"name",
|
"name",
|
||||||
"pid",
|
"pid",
|
||||||
"image",
|
"image",
|
||||||
"command-line"
|
"command-line",
|
||||||
|
"current-directory"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue