Skip to content

Commit 02c4245

Browse files
committed
new: [decoded-barcode] decoded barcode new object template
1 parent ec78997 commit 02c4245

1 file changed

Lines changed: 64 additions & 0 deletions

File tree

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
{
2+
"attributes": {
3+
"barcode-image": {
4+
"description": "Original image containing the barcode.",
5+
"disable_correlation": true,
6+
"misp-attribute": "attachment",
7+
"ui-priority": 1
8+
},
9+
"barcode-type": {
10+
"description": "Detected barcode symbology.",
11+
"disable_correlation": true,
12+
"misp-attribute": "text",
13+
"sane_default": [
14+
"CODE128",
15+
"CODE39",
16+
"CODE93",
17+
"CODABAR",
18+
"EAN8",
19+
"EAN13",
20+
"ITF",
21+
"UPC-A",
22+
"UPC-E",
23+
"PDF417",
24+
"DATAMATRIX",
25+
"AZTEC"
26+
],
27+
"ui-priority": 1
28+
},
29+
"decoded-value": {
30+
"description": "Decoded content extracted from the barcode.",
31+
"misp-attribute": "text",
32+
"ui-priority": 1
33+
},
34+
"description": {
35+
"description": "Human-readable description or context about the decoded barcode.",
36+
"misp-attribute": "comment",
37+
"ui-priority": 1
38+
},
39+
"reference": {
40+
"description": "Reference or link related to the decoded barcode artifact.",
41+
"disable_correlation": true,
42+
"misp-attribute": "link",
43+
"ui-priority": 2
44+
},
45+
"source": {
46+
"description": "Source system or project that produced the decoded barcode.",
47+
"disable_correlation": true,
48+
"misp-attribute": "text",
49+
"sane_default": [
50+
"AIL"
51+
],
52+
"ui-priority": 2
53+
}
54+
},
55+
"description": "Object describing a decoded barcode, including its decoded value, barcode type, original image, and contextual description.",
56+
"meta-category": "misc",
57+
"name": "decoded-barcode",
58+
"required": [
59+
"decoded-value",
60+
"barcode-image"
61+
],
62+
"uuid": "31b5ffde-bb65-47ae-a5cd-7f72b9975687",
63+
"version": 1
64+
}

0 commit comments

Comments
 (0)