forked from MISP/misp-objects
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefinition.json
143 lines (143 loc) · 3.9 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
{
"attributes": {
"alias": {
"description": "Alias name or known as.",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 0
},
"charges": {
"description": "Charges published as provided by requesting entity",
"disable_correlation": true,
"misp-attribute": "text",
"multiple": true,
"ui-priority": 0
},
"colour-of-eyes": {
"description": "Description of a person's colour of eyes.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"colour-of-hair": {
"description": "Description of a person's colour of hair.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"date-of-birth": {
"description": "Date of birth of a natural person (in YYYY-MM-DD format).",
"misp-attribute": "date-of-birth",
"ui-priority": 0
},
"date-of-disappearance": {
"description": "Date of disappearance of a missing person.",
"misp-attribute": "text",
"ui-priority": 0
},
"distinguishing-marks-and-characteristics": {
"description": "Distinguishing marks and characteristics of a person.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"father-s-family-name-&-forename": {
"description": "Father's family name & forename.",
"misp-attribute": "text",
"ui-priority": 0
},
"forename": {
"description": "First name of a natural person.",
"disable_correlation": true,
"misp-attribute": "first-name",
"ui-priority": 0
},
"height": {
"description": "Height of a person.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"language-spoken": {
"description": "Languages spoken by a person.",
"disable_correlation": true,
"misp-attribute": "text",
"multiple": true,
"ui-priority": 0
},
"mother-s-family-name-&-forename": {
"description": "Mother's family name & forename.",
"misp-attribute": "text",
"ui-priority": 0
},
"nationality": {
"description": "The nationality of a natural person.",
"disable_correlation": true,
"misp-attribute": "nationality",
"multiple": true,
"ui-priority": 0
},
"notice-color": {
"description": "The color/type of the notice",
"misp-attribute": "text",
"sane_default": [
"Red",
"Yellow",
"Blue",
"Black",
"Green",
"Orange",
"Purple"
],
"ui-priority": 1
},
"place-of-birth": {
"description": "Place of birth of a natural person.",
"disable_correlation": true,
"misp-attribute": "place-of-birth",
"ui-priority": 0
},
"place-of-disappearance": {
"description": "Place of birth of a natural person.",
"misp-attribute": "text",
"ui-priority": 0
},
"portrait": {
"description": "Portrait of the person.",
"misp-attribute": "attachment",
"multiple": true,
"ui-priority": 10
},
"present-family-name": {
"description": "Last name of a natural person.",
"misp-attribute": "last-name",
"ui-priority": 0
},
"sex": {
"description": "The gender of a natural person.",
"disable_correlation": true,
"misp-attribute": "gender",
"ui-priority": 0,
"values_list": [
"Male",
"Female",
"Other",
"Prefer not to say"
]
},
"weight": {
"description": "weight of a person.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
}
},
"description": "An object which describes a Interpol notice.",
"meta-category": "misc",
"name": "interpol-notice",
"required": [
"notice-color"
],
"uuid": "24927972-1e4a-11e9-857e-3b2306b99911",
"version": 1
}