updated employee object to disable correlation on specific fields

pull/193/head
kx499 2018-01-24 14:16:28 -05:00
parent 1f061ce2ed
commit 9eaf4f15fe
1 changed files with 4 additions and 0 deletions

View File

@ -11,11 +11,13 @@
}, },
"last-name": { "last-name": {
"description": "Last name Employee", "description": "Last name Employee",
"disable_correlation": true,
"ui-priority": 0, "ui-priority": 0,
"misp-attribute": "last-name" "misp-attribute": "last-name"
}, },
"first-name": { "first-name": {
"description": "First name of Employee", "description": "First name of Employee",
"disable_correlation": true,
"ui-priority": 0, "ui-priority": 0,
"misp-attribute": "first-name" "misp-attribute": "first-name"
}, },
@ -36,11 +38,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": [