-
Notifications
You must be signed in to change notification settings - Fork 127
/
Copy pathdefinition.json
175 lines (175 loc) · 4.43 KB
/
definition.json
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
{
"attributes": {
"Gx": {
"description": "Curve Parameter - Gx in decimal",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 1
},
"Gy": {
"description": "Curve Parameter - Gy in decimal",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 1
},
"b": {
"description": "Curve Parameter - B in decimal",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 1
},
"curve-length": {
"description": "Length of the Curve in bits",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 1
},
"e": {
"description": "RSA public exponent",
"disable_correlation": false,
"misp-attribute": "text",
"ui-priority": 1
},
"ecdsa-type": {
"description": "Curve type of the ECDSA cryptographic materials",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 1,
"values_list": [
"Anomalous",
"M-221",
"E-222",
"NIST P-224",
"Curve1174",
"Curve25519",
"BN(2,254)",
"brainpoolP256t1",
"ANSSI FRP256v1",
"NIST P-256",
"secp256k1",
"E-382",
"M-383",
"Curve383187",
"brainpoolP384t1",
"NIST P-384",
"Curve41417",
"Ed448-Goldilocks",
"M-511",
"E-521"
]
},
"g": {
"description": "Curve Parameter - G in decimal",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 1
},
"generic-symmetric-key": {
"description": "Generic symmetric key (please precise the type)",
"misp-attribute": "text",
"ui-priority": 1
},
"modulus": {
"description": "Modulus Parameter - in hexadecimal - no 0x, no :",
"disable_correlation": false,
"misp-attribute": "text",
"ui-priority": 1
},
"n": {
"description": "Curve Parameter - N in decimal",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 1
},
"origin": {
"description": "Origin of the cryptographic materials",
"disable_correlation": true,
"misp-attribute": "text",
"sane_default": [
"mathematical-attack",
"exhaustive-search",
"bruteforce-attack",
"malware-extraction",
"memory-interception",
"network-interception",
"leak",
"unknown"
],
"ui-priority": 1
},
"p": {
"description": "Prime Parameter - P in decimal",
"disable_correlation": false,
"misp-attribute": "text",
"ui-priority": 1
},
"private": {
"description": "Private part of the cryptographic materials in PEM format",
"misp-attribute": "text",
"ui-priority": 1
},
"public": {
"description": "Public part of the cryptographic materials in PEM format",
"misp-attribute": "text",
"ui-priority": 1
},
"q": {
"description": "Prime Parameter - Q in decimal",
"disable_correlation": false,
"misp-attribute": "text",
"ui-priority": 1
},
"rsa-modulus-size": {
"description": "RSA modulus size in bits",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 1
},
"text": {
"description": "A description of the cryptographic materials.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 1
},
"type": {
"description": "Type of crytographic materials",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 1,
"values_list": [
"RSA",
"DSA",
"ECDSA",
"RC4",
"XOR",
"unknown"
]
},
"x": {
"description": "Curve Parameter - X in decimal",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 1
},
"y": {
"description": "Curve Parameter - Y in decimal",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 1
}
},
"description": "Cryptographic materials such as public or/and private keys.",
"meta-category": "misc",
"name": "crypto-material",
"requiredOneOf": [
"generic-symmetric-key",
"text",
"private",
"public",
"p",
"q",
"modulus"
],
"uuid": "50677f82-ec9c-4484-bb29-2519cfe56823",
"version": 4
}