2017-11-30 21:53:59 +01:00
|
|
|
{
|
|
|
|
"attributes": {
|
2020-04-26 02:10:02 +02:00
|
|
|
"business-unit": {
|
|
|
|
"description": "the organizational business unit associated with the employee",
|
2018-01-24 20:16:28 +01:00
|
|
|
"disable_correlation": true,
|
2020-04-26 02:10:02 +02:00
|
|
|
"misp-attribute": "target-org",
|
|
|
|
"ui-priority": 0
|
2017-11-30 21:53:59 +01:00
|
|
|
},
|
|
|
|
"email-address": {
|
|
|
|
"description": "Employee Email Address",
|
2020-04-26 02:10:02 +02:00
|
|
|
"misp-attribute": "target-email",
|
|
|
|
"ui-priority": 0
|
2017-12-04 03:39:23 +01:00
|
|
|
},
|
|
|
|
"employee-type": {
|
|
|
|
"description": "type of employee",
|
2018-09-06 19:20:20 +02:00
|
|
|
"disable_correlation": true,
|
2017-12-04 03:39:23 +01:00
|
|
|
"misp-attribute": "text",
|
2020-04-26 02:10:02 +02:00
|
|
|
"ui-priority": 0,
|
2017-12-04 03:39:23 +01:00
|
|
|
"values_list": [
|
|
|
|
"Mid-Level Manager",
|
|
|
|
"Senior Manager",
|
|
|
|
"Non-Manager",
|
|
|
|
"Supervisor",
|
|
|
|
"First-Line Manager",
|
|
|
|
"Director"
|
|
|
|
]
|
2020-04-26 02:10:02 +02:00
|
|
|
},
|
|
|
|
"first-name": {
|
|
|
|
"description": "First name of Employee",
|
|
|
|
"disable_correlation": true,
|
|
|
|
"misp-attribute": "first-name",
|
|
|
|
"ui-priority": 0
|
|
|
|
},
|
|
|
|
"last-name": {
|
|
|
|
"description": "Last name Employee",
|
|
|
|
"disable_correlation": true,
|
|
|
|
"misp-attribute": "last-name",
|
|
|
|
"ui-priority": 0
|
|
|
|
},
|
|
|
|
"primary-asset": {
|
|
|
|
"description": "Asset tag of the primary asset assigned to employee",
|
|
|
|
"misp-attribute": "target-machine",
|
|
|
|
"ui-priority": 0
|
|
|
|
},
|
|
|
|
"text": {
|
|
|
|
"description": "A description of the person or identity.",
|
|
|
|
"disable_correlation": true,
|
|
|
|
"misp-attribute": "text",
|
|
|
|
"ui-priority": 1
|
|
|
|
},
|
|
|
|
"userid": {
|
|
|
|
"description": "EMployee user identification",
|
|
|
|
"disable_correlation": true,
|
|
|
|
"misp-attribute": "target-user",
|
|
|
|
"ui-priority": 0
|
2017-11-30 21:53:59 +01:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"description": "An employee and related data points",
|
|
|
|
"meta-category": "misc",
|
2020-04-26 02:10:02 +02:00
|
|
|
"name": "employee",
|
|
|
|
"required": [
|
|
|
|
"email-address"
|
|
|
|
],
|
2017-11-30 21:53:59 +01:00
|
|
|
"uuid": "443b2f15-d7c9-4d3d-bfd2-38f099753e83",
|
2020-04-26 02:10:02 +02:00
|
|
|
"version": 1
|
|
|
|
}
|