1+ {
2+ "attributes" : {
3+ "acquisition-date" : {
4+ "description" : " Date when the object was acquired or seized." ,
5+ "disable_correlation" : true ,
6+ "misp-attribute" : " datetime" ,
7+ "ui-priority" : 1
8+ },
9+ "barcode" : {
10+ "description" : " Barcode value associated with the object." ,
11+ "misp-attribute" : " text" ,
12+ "multiple" : true ,
13+ "ui-priority" : 3
14+ },
15+ "brand" : {
16+ "description" : " Manufacturer or commercial brand of the object." ,
17+ "disable_correlation" : true ,
18+ "misp-attribute" : " text" ,
19+ "ui-priority" : 4
20+ },
21+ "color" : {
22+ "description" : " Color(s) of the object." ,
23+ "disable_correlation" : true ,
24+ "misp-attribute" : " text" ,
25+ "multiple" : true ,
26+ "ui-priority" : 5
27+ },
28+ "condition" : {
29+ "description" : " Observed condition of the object." ,
30+ "disable_correlation" : true ,
31+ "misp-attribute" : " text" ,
32+ "sane_default" : [
33+ " new" ,
34+ " used" ,
35+ " damaged" ,
36+ " modified" ,
37+ " destroyed" ,
38+ " unknown"
39+ ],
40+ "ui-priority" : 6
41+ },
42+ "description" : {
43+ "description" : " Narrative description of the physical object." ,
44+ "disable_correlation" : true ,
45+ "misp-attribute" : " text" ,
46+ "ui-priority" : 0
47+ },
48+ "dimensions" : {
49+ "description" : " Dimensions of the object (for example LxWxH and unit)." ,
50+ "disable_correlation" : true ,
51+ "misp-attribute" : " text" ,
52+ "ui-priority" : 8
53+ },
54+ "estimated-value" : {
55+ "description" : " Estimated value of the object in the specified currency." ,
56+ "disable_correlation" : true ,
57+ "misp-attribute" : " float" ,
58+ "ui-priority" : 9
59+ },
60+ "identifier" : {
61+ "description" : " Internal identifier assigned by an analyst or team." ,
62+ "misp-attribute" : " text" ,
63+ "multiple" : true ,
64+ "ui-priority" : 1
65+ },
66+ "location-found" : {
67+ "description" : " Location where the object was observed or recovered." ,
68+ "disable_correlation" : true ,
69+ "misp-attribute" : " text" ,
70+ "ui-priority" : 2
71+ },
72+ "material" : {
73+ "description" : " Main material(s) of the object." ,
74+ "disable_correlation" : true ,
75+ "misp-attribute" : " text" ,
76+ "multiple" : true ,
77+ "ui-priority" : 7
78+ },
79+ "model" : {
80+ "description" : " Model name or model number." ,
81+ "disable_correlation" : true ,
82+ "misp-attribute" : " text" ,
83+ "ui-priority" : 4
84+ },
85+ "name" : {
86+ "description" : " Short name used to identify the object." ,
87+ "disable_correlation" : true ,
88+ "misp-attribute" : " text" ,
89+ "ui-priority" : 10
90+ },
91+ "object-picture" : {
92+ "description" : " Photograph or scan of the object." ,
93+ "misp-attribute" : " attachment" ,
94+ "multiple" : true ,
95+ "ui-priority" : 3
96+ },
97+ "object-type" : {
98+ "description" : " Type or class of physical object." ,
99+ "disable_correlation" : true ,
100+ "misp-attribute" : " text" ,
101+ "sane_default" : [
102+ " document" ,
103+ " identity-item" ,
104+ " electronic-device" ,
105+ " weapon" ,
106+ " tool" ,
107+ " vehicle-part" ,
108+ " clothing" ,
109+ " container" ,
110+ " key" ,
111+ " currency" ,
112+ " other"
113+ ],
114+ "ui-priority" : 10
115+ },
116+ "quantity" : {
117+ "description" : " Number of identical objects." ,
118+ "disable_correlation" : true ,
119+ "misp-attribute" : " counter" ,
120+ "ui-priority" : 8
121+ },
122+ "rfid" : {
123+ "description" : " RFID value associated with the object." ,
124+ "misp-attribute" : " text" ,
125+ "multiple" : true ,
126+ "ui-priority" : 3
127+ },
128+ "serial-number" : {
129+ "description" : " Serial number or manufacturer identifier." ,
130+ "misp-attribute" : " text" ,
131+ "multiple" : true ,
132+ "ui-priority" : 5
133+ },
134+ "weight" : {
135+ "description" : " Weight of the object with unit." ,
136+ "disable_correlation" : true ,
137+ "misp-attribute" : " text" ,
138+ "ui-priority" : 8
139+ }
140+ },
141+ "description" : " A generic object to describe a physical object recovered, observed, or seized in an investigation." ,
142+ "meta-category" : " misc" ,
143+ "name" : " physical-object" ,
144+ "requiredOneOf" : [
145+ " name" ,
146+ " description" ,
147+ " serial-number" ,
148+ " identifier"
149+ ],
150+ "uuid" : " dc786f86-4a8f-4da9-82d1-130fcefc1453" ,
151+ "version" : 1
152+ }
0 commit comments