Skip to content

Commit 74e982b

Browse files
authored
Merge pull request #504 from MISP/codex/create-misp-object-for-fbi-most-wanted
Add FBI most-wanted MISP object template
2 parents 6387da7 + de15ade commit 74e982b

1 file changed

Lines changed: 228 additions & 0 deletions

File tree

Lines changed: 228 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,228 @@
1+
{
2+
"attributes": {
3+
"alias": {
4+
"description": "Known aliases used by the wanted subject.",
5+
"misp-attribute": "text",
6+
"multiple": true,
7+
"ui-priority": 80
8+
},
9+
"api-source": {
10+
"description": "Source API endpoint used to retrieve this entry.",
11+
"disable_correlation": true,
12+
"misp-attribute": "url",
13+
"ui-priority": 20
14+
},
15+
"build": {
16+
"description": "Physical build of the wanted subject.",
17+
"disable_correlation": true,
18+
"misp-attribute": "text",
19+
"ui-priority": 40
20+
},
21+
"caution": {
22+
"description": "Caution statement published on the wanted poster.",
23+
"disable_correlation": true,
24+
"misp-attribute": "text",
25+
"ui-priority": 60
26+
},
27+
"complexion": {
28+
"description": "Complexion of the wanted subject.",
29+
"disable_correlation": true,
30+
"misp-attribute": "text",
31+
"ui-priority": 40
32+
},
33+
"dates-of-birth-used": {
34+
"description": "Date(s) of birth used by the wanted subject.",
35+
"disable_correlation": true,
36+
"misp-attribute": "date-of-birth",
37+
"multiple": true,
38+
"ui-priority": 70
39+
},
40+
"details": {
41+
"description": "Additional details from the wanted entry.",
42+
"disable_correlation": true,
43+
"misp-attribute": "text",
44+
"ui-priority": 55
45+
},
46+
"eyes": {
47+
"description": "Eye color of the wanted subject.",
48+
"disable_correlation": true,
49+
"misp-attribute": "text",
50+
"ui-priority": 40
51+
},
52+
"field-office": {
53+
"description": "FBI field office(s) associated with the wanted entry.",
54+
"disable_correlation": true,
55+
"misp-attribute": "text",
56+
"multiple": true,
57+
"ui-priority": 50
58+
},
59+
"files": {
60+
"description": "FBI URL(s) to downloadable files related to the entry.",
61+
"disable_correlation": true,
62+
"misp-attribute": "url",
63+
"multiple": true,
64+
"ui-priority": 20
65+
},
66+
"hair": {
67+
"description": "Hair color of the wanted subject.",
68+
"disable_correlation": true,
69+
"misp-attribute": "text",
70+
"ui-priority": 40
71+
},
72+
"height": {
73+
"description": "Height of the wanted subject.",
74+
"disable_correlation": true,
75+
"misp-attribute": "text",
76+
"ui-priority": 40
77+
},
78+
"images": {
79+
"description": "Image URL(s) from the wanted entry.",
80+
"disable_correlation": true,
81+
"misp-attribute": "url",
82+
"multiple": true,
83+
"ui-priority": 30
84+
},
85+
"languages": {
86+
"description": "Language(s) spoken by the wanted subject.",
87+
"disable_correlation": true,
88+
"misp-attribute": "text",
89+
"multiple": true,
90+
"ui-priority": 45
91+
},
92+
"legal-name": {
93+
"description": "Legal name listed in the FBI wanted entry.",
94+
"misp-attribute": "full-name",
95+
"ui-priority": 90
96+
},
97+
"modified": {
98+
"description": "Last modification time of the wanted entry.",
99+
"disable_correlation": true,
100+
"misp-attribute": "datetime",
101+
"ui-priority": 10
102+
},
103+
"nationality": {
104+
"description": "Nationality of the wanted subject.",
105+
"disable_correlation": true,
106+
"misp-attribute": "nationality",
107+
"multiple": true,
108+
"ui-priority": 45
109+
},
110+
"ncic": {
111+
"description": "National Crime Information Center (NCIC) classification in the FBI entry.",
112+
"disable_correlation": true,
113+
"misp-attribute": "text",
114+
"ui-priority": 50
115+
},
116+
"occupations": {
117+
"description": "Known occupation(s) of the wanted subject.",
118+
"disable_correlation": true,
119+
"misp-attribute": "text",
120+
"multiple": true,
121+
"ui-priority": 45
122+
},
123+
"path": {
124+
"description": "Relative FBI path of the wanted entry.",
125+
"disable_correlation": true,
126+
"misp-attribute": "text",
127+
"ui-priority": 20
128+
},
129+
"person-classification": {
130+
"description": "Person classification published by the FBI.",
131+
"disable_correlation": true,
132+
"misp-attribute": "text",
133+
"ui-priority": 50
134+
},
135+
"place-of-birth": {
136+
"description": "Place of birth of the wanted subject.",
137+
"disable_correlation": true,
138+
"misp-attribute": "place-of-birth",
139+
"ui-priority": 60
140+
},
141+
"publication": {
142+
"description": "Publication date and time of the wanted entry.",
143+
"disable_correlation": true,
144+
"misp-attribute": "datetime",
145+
"ui-priority": 10
146+
},
147+
"race": {
148+
"description": "Race listed in the FBI wanted entry.",
149+
"disable_correlation": true,
150+
"misp-attribute": "text",
151+
"ui-priority": 40
152+
},
153+
"remarks": {
154+
"description": "Remarks listed on the wanted entry.",
155+
"disable_correlation": true,
156+
"misp-attribute": "text",
157+
"ui-priority": 55
158+
},
159+
"reward-text": {
160+
"description": "Reward details announced for the wanted subject.",
161+
"disable_correlation": true,
162+
"misp-attribute": "text",
163+
"ui-priority": 65
164+
},
165+
"scars-and-marks": {
166+
"description": "Scars and marks listed for the wanted subject.",
167+
"disable_correlation": true,
168+
"misp-attribute": "text",
169+
"ui-priority": 40
170+
},
171+
"sex": {
172+
"description": "Sex listed in the FBI wanted entry.",
173+
"disable_correlation": true,
174+
"misp-attribute": "gender",
175+
"ui-priority": 45
176+
},
177+
"status": {
178+
"description": "Status of the wanted entry.",
179+
"disable_correlation": true,
180+
"misp-attribute": "text",
181+
"ui-priority": 75
182+
},
183+
"subjects": {
184+
"description": "Subject category assigned by the FBI.",
185+
"disable_correlation": true,
186+
"misp-attribute": "text",
187+
"multiple": true,
188+
"ui-priority": 75
189+
},
190+
"title": {
191+
"description": "Title of the FBI wanted entry.",
192+
"misp-attribute": "text",
193+
"ui-priority": 100
194+
},
195+
"uid": {
196+
"description": "Unique identifier of the FBI wanted entry.",
197+
"misp-attribute": "text",
198+
"ui-priority": 95
199+
},
200+
"url": {
201+
"description": "Direct URL to the FBI wanted entry.",
202+
"disable_correlation": true,
203+
"misp-attribute": "url",
204+
"ui-priority": 90
205+
},
206+
"warning-message": {
207+
"description": "Warning message highlighted in the wanted entry.",
208+
"disable_correlation": true,
209+
"misp-attribute": "text",
210+
"ui-priority": 65
211+
},
212+
"weight": {
213+
"description": "Weight of the wanted subject.",
214+
"disable_correlation": true,
215+
"misp-attribute": "text",
216+
"ui-priority": 40
217+
}
218+
},
219+
"description": "FBI Most Wanted entry as published by the FBI Wanted API v1.",
220+
"meta-category": "misc",
221+
"name": "fbi-most-wanted",
222+
"required": [
223+
"uid",
224+
"title"
225+
],
226+
"uuid": "e1f497fd-4387-4ac0-be6d-0a8e25556516",
227+
"version": 1
228+
}

0 commit comments

Comments
 (0)