misp-objects/objects/employee/definition.json

66 lines
1.7 KiB
JSON

{
"attributes": {
"business-unit": {
"description": "the organizational business unit associated with the employee",
"disable_correlation": true,
"misp-attribute": "target-org",
"ui-priority": 0
},
"email-address": {
"description": "Employee Email Address",
"misp-attribute": "target-email",
"ui-priority": 0
},
"employee-type": {
"description": "type of employee",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0,
"values_list": [
"Mid-Level Manager",
"Senior Manager",
"Non-Manager",
"Supervisor",
"First-Line Manager",
"Director"
]
},
"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
}
},
"description": "An employee and related data points",
"meta-category": "misc",
"name": "employee",
"required": [
"email-address"
],
"uuid": "443b2f15-d7c9-4d3d-bfd2-38f099753e83",
"version": 1
}