mirror of https://github.com/MISP/misp-objects
chg: [json] sort
parent
dd6ebe5385
commit
506116f0ac
|
@ -11,7 +11,6 @@
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"multiple": true,
|
"multiple": true,
|
||||||
"disable_correlation": true,
|
|
||||||
"ui-priority": 1
|
"ui-priority": 1
|
||||||
},
|
},
|
||||||
"command-line": {
|
"command-line": {
|
||||||
|
@ -33,14 +32,14 @@
|
||||||
},
|
},
|
||||||
"fake-process-name": {
|
"fake-process-name": {
|
||||||
"description": "Is the process spawned under a false name.",
|
"description": "Is the process spawned under a false name.",
|
||||||
|
"disable_correlation": true,
|
||||||
|
"misp-attribute": "boolean",
|
||||||
|
"multiple": false,
|
||||||
"sane_default": [
|
"sane_default": [
|
||||||
"1",
|
"1",
|
||||||
"0"
|
"0"
|
||||||
],
|
],
|
||||||
"ui-priority": 1,
|
"ui-priority": 1
|
||||||
"misp-attribute": "boolean",
|
|
||||||
"multiple": false,
|
|
||||||
"disable_correlation": true
|
|
||||||
},
|
},
|
||||||
"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",
|
||||||
|
|
Loading…
Reference in New Issue