mirror of https://github.com/MISP/misp-objects
Update descriptions of edr-report
parent
38303b282f
commit
ce1aea0e14
|
@ -28,7 +28,7 @@
|
||||||
"ui-priority": 1
|
"ui-priority": 1
|
||||||
},
|
},
|
||||||
"event": {
|
"event": {
|
||||||
"description": "EDR event which triggered reporting",
|
"description": "Raw EDR event which triggered reporting",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"misp-attribute": "attachment",
|
"misp-attribute": "attachment",
|
||||||
"ui-priority": 1
|
"ui-priority": 1
|
||||||
|
@ -65,14 +65,14 @@
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
},
|
},
|
||||||
"executable": {
|
"executable": {
|
||||||
"description": "Executable file involved in report generation",
|
"description": "Executable file involved in detection",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"misp-attribute": "attachment",
|
"misp-attribute": "attachment",
|
||||||
"multiple": true,
|
"multiple": true,
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
},
|
},
|
||||||
"additional-file": {
|
"additional-file": {
|
||||||
"description": "Additional file involved in report generation",
|
"description": "Additional file involved in detection",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"misp-attribute": "attachment",
|
"misp-attribute": "attachment",
|
||||||
"multiple": true,
|
"multiple": true,
|
||||||
|
|
Loading…
Reference in New Issue