forked from MISP/misp-objects
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefinition.json
86 lines (86 loc) · 2.15 KB
/
definition.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"attributes": {
"VAT": {
"description": "VAT or TAX-ID of the organization",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 0
},
"address": {
"description": "Postal address of the organization.",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 10
},
"alias": {
"description": "Alias of the organization",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 99
},
"date-of-inception": {
"description": "Date of inception of the organization",
"misp-attribute": "date-of-birth",
"ui-priority": 0
},
"description": {
"description": "Description of the organization",
"misp-attribute": "text",
"ui-priority": 96
},
"e-mail": {
"description": "Email address of the organization.",
"misp-attribute": "email-src",
"multiple": true,
"ui-priority": 10
},
"fax-number": {
"description": "Fax number of the organization.",
"misp-attribute": "phone-number",
"multiple": true,
"ui-priority": 10
},
"name": {
"description": "Name of the organization",
"disable_correlation": false,
"misp-attribute": "text",
"ui-priority": 100
},
"phone-number": {
"description": "Phone number of the organization.",
"misp-attribute": "phone-number",
"multiple": true,
"ui-priority": 10
},
"role": {
"description": "The role of the organization.",
"disable_correlation": true,
"misp-attribute": "text",
"multiple": true,
"ui-priority": 0,
"values_list": [
"Suspect",
"Victim",
"Defendent",
"Accused",
"Culprit",
"Accomplice",
"Target"
]
},
"type-of-organization": {
"description": "Type of the organization",
"misp-attribute": "text",
"ui-priority": 97
}
},
"description": "An object which describes an organization.",
"meta-category": "misc",
"name": "organization",
"requiredOneOf": [
"name",
"alias"
],
"uuid": "f750e12b-127a-432c-b022-b3f9153c4e2a",
"version": 4
}