Skip to content

Commit d7d2d6d

Browse files
committed
new: trusted timestamp template
1 parent d84d5bb commit d7d2d6d

1 file changed

Lines changed: 74 additions & 0 deletions

File tree

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
{
2+
"attributes": {
3+
"format": {
4+
"categories": [
5+
"Other"
6+
],
7+
"description": "The format of the TSR, most probaly RFC3161.",
8+
"misp-attribute": "text",
9+
"sane_default": [
10+
"RFC3161",
11+
"RFC5816",
12+
"X9.95",
13+
"ISO18014"
14+
],
15+
"to_ids": false,
16+
"ui-priority": 1
17+
},
18+
"hash-sha256": {
19+
"categories": [
20+
"External analysis"
21+
],
22+
"description": "The signed hash (sha256)",
23+
"misp-attribute": "sha256",
24+
"to_ids": false,
25+
"ui-priority": 1
26+
},
27+
"hash-sha512": {
28+
"categories": [
29+
"External analysis"
30+
],
31+
"description": "The signed hash (sha512)",
32+
"misp-attribute": "sha512",
33+
"to_ids": false,
34+
"ui-priority": 1
35+
},
36+
"timestamp": {
37+
"categories": [
38+
"External analysis"
39+
],
40+
"description": "The timestamp of the request",
41+
"misp-attribute": "datetime",
42+
"to_ids": false,
43+
"ui-priority": 1
44+
},
45+
"trusted-timestamp-response": {
46+
"categories": [
47+
"External analysis"
48+
],
49+
"description": "Trusted timestamp response (TSR).",
50+
"misp-attribute": "attachment",
51+
"multiple": false,
52+
"to_ids": false,
53+
"ui-priority": 1
54+
},
55+
"tsa-certificates": {
56+
"categories": [
57+
"External analysis"
58+
],
59+
"description": "The certificate(s) used to sign the (TSR), in PEM format.",
60+
"misp-attribute": "attachment",
61+
"multiple": false,
62+
"to_ids": false,
63+
"ui-priority": 1
64+
}
65+
},
66+
"description": "A trusted timestamp.",
67+
"meta-category": "file",
68+
"name": "trusted-timestamp",
69+
"required": [
70+
"trusted-timestamp-response"
71+
],
72+
"uuid": "cb84ff28-a488-432e-8ba4-f0d54cc91172",
73+
"version": 1
74+
}

0 commit comments

Comments
 (0)