-
Notifications
You must be signed in to change notification settings - Fork 131
Expand file tree
/
Copy pathdefinition.json
More file actions
74 lines (74 loc) · 1.73 KB
/
definition.json
File metadata and controls
74 lines (74 loc) · 1.73 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"attributes": {
"format": {
"categories": [
"Other"
],
"description": "The format of the TSR, most probaly RFC3161.",
"misp-attribute": "text",
"sane_default": [
"RFC3161",
"RFC5816",
"X9.95",
"ISO18014"
],
"to_ids": false,
"ui-priority": 1
},
"hash-sha256": {
"categories": [
"External analysis"
],
"description": "The signed hash (sha256)",
"misp-attribute": "sha256",
"to_ids": false,
"ui-priority": 1
},
"hash-sha512": {
"categories": [
"External analysis"
],
"description": "The signed hash (sha512)",
"misp-attribute": "sha512",
"to_ids": false,
"ui-priority": 1
},
"timestamp": {
"categories": [
"External analysis"
],
"description": "The timestamp of the request",
"misp-attribute": "datetime",
"to_ids": false,
"ui-priority": 1
},
"trusted-timestamp-response": {
"categories": [
"External analysis"
],
"description": "Trusted timestamp response (TSR).",
"misp-attribute": "attachment",
"multiple": false,
"to_ids": false,
"ui-priority": 1
},
"tsa-certificates": {
"categories": [
"External analysis"
],
"description": "The certificate(s) used to sign the (TSR), in PEM format.",
"misp-attribute": "attachment",
"multiple": false,
"to_ids": false,
"ui-priority": 1
}
},
"description": "A trusted timestamp.",
"meta-category": "file",
"name": "trusted-timestamp",
"required": [
"trusted-timestamp-response"
],
"uuid": "cb84ff28-a488-432e-8ba4-f0d54cc91172",
"version": 1
}