mirror of https://github.com/MISP/misp-objects
updated disabling correlation for userid
parent
bf64122d32
commit
4ffac9da5e
|
@ -26,6 +26,7 @@
|
||||||
},
|
},
|
||||||
"userid": {
|
"userid": {
|
||||||
"description": "EMployee user identification",
|
"description": "EMployee user identification",
|
||||||
|
"disable_correlation": true,
|
||||||
"ui-priority": 0,
|
"ui-priority": 0,
|
||||||
"misp-attribute": "target-user"
|
"misp-attribute": "target-user"
|
||||||
},
|
},
|
||||||
|
@ -36,11 +37,13 @@
|
||||||
},
|
},
|
||||||
"business-unit": {
|
"business-unit": {
|
||||||
"description": "the organizational business unit associated with the employee",
|
"description": "the organizational business unit associated with the employee",
|
||||||
|
"disable_correlation": true,
|
||||||
"ui-priority": 0,
|
"ui-priority": 0,
|
||||||
"misp-attribute": "target-org"
|
"misp-attribute": "target-org"
|
||||||
},
|
},
|
||||||
"employee-type": {
|
"employee-type": {
|
||||||
"description": "type of employee",
|
"description": "type of employee",
|
||||||
|
"disable_correlation": true,
|
||||||
"ui-priority": 0,
|
"ui-priority": 0,
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"values_list": [
|
"values_list": [
|
||||||
|
|
Loading…
Reference in New Issue