Skip to content

Commit 56c3e65

Browse files
committed
new: [decoded-qrcode] new object template
1 parent 9da3e92 commit 56c3e65

1 file changed

Lines changed: 44 additions & 0 deletions

File tree

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
{
2+
"attributes": {
3+
"decoded-value": {
4+
"description": "Decoded content extracted from the QR code.",
5+
"misp-attribute": "text",
6+
"ui-priority": 1
7+
},
8+
"description": {
9+
"description": "Human-readable description or context about the decoded QR code.",
10+
"misp-attribute": "comment",
11+
"ui-priority": 1
12+
},
13+
"qr-image": {
14+
"description": "Original image containing the QR code.",
15+
"disable_correlation": true,
16+
"misp-attribute": "attachment",
17+
"ui-priority": 1
18+
},
19+
"reference": {
20+
"description": "Reference or link related to the decoded QR code artifact.",
21+
"disable_correlation": true,
22+
"misp-attribute": "link",
23+
"ui-priority": 2
24+
},
25+
"source": {
26+
"description": "Source system or project that produced the decoded QR code.",
27+
"disable_correlation": true,
28+
"misp-attribute": "text",
29+
"sane_default": [
30+
"AIL"
31+
],
32+
"ui-priority": 2
33+
}
34+
},
35+
"description": "Object describing a decoded QR code, including its decoded value, original image, and contextual description.",
36+
"meta-category": "artifacts",
37+
"name": "decoded-qrcode",
38+
"requiredOneOf": [
39+
"decoded-value",
40+
"qr-image"
41+
],
42+
"uuid": "f87410c2-59f4-4d2f-bc0e-81deb3b93b25",
43+
"version": 1
44+
}

0 commit comments

Comments
 (0)