mirror of https://github.com/MISP/misp-objects
Merge pull request #235 from MISP/gen_sym_key
new: [crypto-material] add generic-symmetric-keypull/239/head
commit
346503f433
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
"requiredOneOf": [
|
"requiredOneOf": [
|
||||||
|
"generic-symmetric-key",
|
||||||
"text",
|
"text",
|
||||||
"private",
|
"private",
|
||||||
"p",
|
"p",
|
||||||
|
@ -96,6 +97,11 @@
|
||||||
"ui-priority": 1,
|
"ui-priority": 1,
|
||||||
"misp-attribute": "text"
|
"misp-attribute": "text"
|
||||||
},
|
},
|
||||||
|
"generic-symmetric-key": {
|
||||||
|
"description": "Generic symmetric key (please precise the type)",
|
||||||
|
"ui-priority": 1,
|
||||||
|
"misp-attribute": "text"
|
||||||
|
},
|
||||||
"type": {
|
"type": {
|
||||||
"description": "Type of crytographic materials",
|
"description": "Type of crytographic materials",
|
||||||
"ui-priority": 1,
|
"ui-priority": 1,
|
||||||
|
@ -105,6 +111,8 @@
|
||||||
"RSA",
|
"RSA",
|
||||||
"DSA",
|
"DSA",
|
||||||
"ECDSA",
|
"ECDSA",
|
||||||
|
"RC4",
|
||||||
|
"XOR",
|
||||||
"unknown"
|
"unknown"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue