mirror of https://github.com/MISP/misp-objects
72 lines
1.9 KiB
JSON
72 lines
1.9 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": "Employee's first name",
|
|
"disable_correlation": true,
|
|
"misp-attribute": "first-name",
|
|
"ui-priority": 0
|
|
},
|
|
"full-name": {
|
|
"description": "Employee's full name",
|
|
"disable_correlation": true,
|
|
"misp-attribute": "full-name",
|
|
"ui-priority": 0
|
|
},
|
|
"last-name": {
|
|
"description": "Employee's last name",
|
|
"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
|
|
} |