mirror of https://github.com/MISP/misp-objects
Fix: x509 object now uses the new and proper fp type
parent
de36d3b735
commit
b85438fc45
|
@ -33,19 +33,19 @@
|
||||||
"x509-fingerprint-md5": {
|
"x509-fingerprint-md5": {
|
||||||
"description": "[Insecure] MD5 hash (128 bits)",
|
"description": "[Insecure] MD5 hash (128 bits)",
|
||||||
"ui-priority": 1,
|
"ui-priority": 1,
|
||||||
"misp-attribute": "md5",
|
"misp-attribute": "x509-fingerprint-md5",
|
||||||
"recommended": false
|
"recommended": false
|
||||||
},
|
},
|
||||||
"x509-fingerprint-sha1": {
|
"x509-fingerprint-sha1": {
|
||||||
"description": "[Insecure] Secure Hash Algorithm 1 (160 bits)",
|
"description": "[Insecure] Secure Hash Algorithm 1 (160 bits)",
|
||||||
"ui-priority": 1,
|
"ui-priority": 1,
|
||||||
"misp-attribute": "sha1",
|
"misp-attribute": "x509-fingerprint-sha1",
|
||||||
"recommended": false
|
"recommended": false
|
||||||
},
|
},
|
||||||
"x509-fingerprint-sha256": {
|
"x509-fingerprint-sha256": {
|
||||||
"description": "Secure Hash Algorithm 2 (256 bits)",
|
"description": "Secure Hash Algorithm 2 (256 bits)",
|
||||||
"ui-priority": 1,
|
"ui-priority": 1,
|
||||||
"misp-attribute": "sha256"
|
"misp-attribute": "x509-fingerprint-sha256"
|
||||||
},
|
},
|
||||||
"raw-base64": {
|
"raw-base64": {
|
||||||
"description": "Raw certificate base64 encoded",
|
"description": "Raw certificate base64 encoded",
|
||||||
|
@ -83,7 +83,7 @@
|
||||||
"misp-attribute": "text"
|
"misp-attribute": "text"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"version": 4,
|
"version": 5,
|
||||||
"description": "x509 object describing a X.509 certificate",
|
"description": "x509 object describing a X.509 certificate",
|
||||||
"meta-category": "network",
|
"meta-category": "network",
|
||||||
"uuid": "d1ab756a-26b5-4349-9f43-765630f0911c",
|
"uuid": "d1ab756a-26b5-4349-9f43-765630f0911c",
|
||||||
|
|
Loading…
Reference in New Issue