2016-02-16 07:43:17 +01:00
|
|
|
{
|
2017-08-29 18:36:46 +02:00
|
|
|
"requiredOneOf": [
|
|
|
|
"x509-fingerprint-md5",
|
|
|
|
"x509-fingerprint-sha1",
|
|
|
|
"x509-fingerprint-sha256"
|
2017-07-03 12:27:16 +02:00
|
|
|
],
|
2017-02-13 11:18:42 +01:00
|
|
|
"attributes": {
|
|
|
|
"subject": {
|
2017-08-29 18:36:46 +02:00
|
|
|
"description": "Subject of the certificate",
|
2017-07-03 16:45:54 +02:00
|
|
|
"ui-priority": 1,
|
2017-07-03 12:27:16 +02:00
|
|
|
"misp-attribute": "text"
|
2017-02-13 11:18:42 +01:00
|
|
|
},
|
|
|
|
"pubkey-info-algorithm": {
|
2017-08-29 18:36:46 +02:00
|
|
|
"description": "Algorithm of the public key",
|
2017-07-03 16:45:54 +02:00
|
|
|
"ui-priority": 0,
|
2017-07-03 12:27:16 +02:00
|
|
|
"misp-attribute": "text"
|
2017-02-13 11:18:42 +01:00
|
|
|
},
|
2017-08-03 12:00:00 +02:00
|
|
|
"pubkey-info-size": {
|
2017-08-29 18:36:46 +02:00
|
|
|
"description": "Length of the public key (in bits)",
|
2017-07-03 16:45:54 +02:00
|
|
|
"ui-priority": 0,
|
2017-07-03 12:27:16 +02:00
|
|
|
"misp-attribute": "text"
|
2017-02-13 11:18:42 +01:00
|
|
|
},
|
|
|
|
"pubkey-info-exponent": {
|
2017-08-29 18:36:46 +02:00
|
|
|
"description": "Exponent of the public key",
|
2017-07-03 16:45:54 +02:00
|
|
|
"ui-priority": 0,
|
2017-07-03 12:27:16 +02:00
|
|
|
"misp-attribute": "text"
|
|
|
|
},
|
|
|
|
"pubkey-info-modulus": {
|
2017-08-29 18:36:46 +02:00
|
|
|
"description": "Modulus of the public key",
|
2017-07-03 16:45:54 +02:00
|
|
|
"ui-priority": 0,
|
2017-07-03 12:27:16 +02:00
|
|
|
"misp-attribute": "text"
|
2017-02-13 11:18:42 +01:00
|
|
|
},
|
2017-08-08 15:11:47 +02:00
|
|
|
"x509-fingerprint-md5": {
|
2017-08-29 18:36:46 +02:00
|
|
|
"description": "[Insecure] MD5 hash (128 bits)",
|
2017-08-08 15:11:47 +02:00
|
|
|
"ui-priority": 1,
|
2017-08-29 18:36:46 +02:00
|
|
|
"misp-attribute": "md5",
|
|
|
|
"recommended": false
|
2017-08-08 15:11:47 +02:00
|
|
|
},
|
2017-02-13 11:18:42 +01:00
|
|
|
"x509-fingerprint-sha1": {
|
2017-08-29 18:36:46 +02:00
|
|
|
"description": "[Insecure] Secure Hash Algorithm 1 (160 bits)",
|
2017-07-03 16:45:54 +02:00
|
|
|
"ui-priority": 1,
|
2017-08-29 18:36:46 +02:00
|
|
|
"misp-attribute": "sha1",
|
|
|
|
"recommended": false
|
2017-02-13 11:18:42 +01:00
|
|
|
},
|
2017-08-08 15:11:47 +02:00
|
|
|
"x509-fingerprint-sha256": {
|
2017-08-29 18:36:46 +02:00
|
|
|
"description": "Secure Hash Algorithm 2 (256 bits)",
|
2017-08-08 15:11:47 +02:00
|
|
|
"ui-priority": 1,
|
|
|
|
"misp-attribute": "sha256"
|
|
|
|
},
|
2017-02-13 11:18:42 +01:00
|
|
|
"raw-base64": {
|
2017-08-29 18:36:46 +02:00
|
|
|
"description": "Raw certificate base64 encoded",
|
2017-07-03 16:45:54 +02:00
|
|
|
"ui-priority": 0,
|
2017-07-03 12:27:16 +02:00
|
|
|
"misp-attribute": "text"
|
2017-02-13 11:18:42 +01:00
|
|
|
},
|
|
|
|
"text": {
|
2017-08-29 18:36:46 +02:00
|
|
|
"description": "Free text description of hte certificate",
|
2017-07-03 16:45:54 +02:00
|
|
|
"ui-priority": 1,
|
2017-07-03 12:27:16 +02:00
|
|
|
"misp-attribute": "text"
|
|
|
|
},
|
|
|
|
"validity-not-before": {
|
2017-08-29 18:36:46 +02:00
|
|
|
"description": "Certificate invalid before that date",
|
2017-07-03 16:45:54 +02:00
|
|
|
"ui-priority": 0,
|
2017-07-03 12:27:16 +02:00
|
|
|
"misp-attribute": "datetime"
|
|
|
|
},
|
|
|
|
"validity-not-after": {
|
2017-08-29 18:36:46 +02:00
|
|
|
"description": "Certificate invalid after that date",
|
2017-07-03 16:45:54 +02:00
|
|
|
"ui-priority": 0,
|
2017-07-03 12:27:16 +02:00
|
|
|
"misp-attribute": "datetime"
|
|
|
|
},
|
|
|
|
"issuer": {
|
2017-08-29 18:36:46 +02:00
|
|
|
"description": "Issuer of the certificate",
|
2017-07-03 16:45:54 +02:00
|
|
|
"ui-priority": 0,
|
2017-07-03 12:27:16 +02:00
|
|
|
"misp-attribute": "text"
|
|
|
|
},
|
|
|
|
"serial-number": {
|
2017-08-29 18:36:46 +02:00
|
|
|
"description": "Serial number of the certificate",
|
2017-07-03 16:45:54 +02:00
|
|
|
"ui-priority": 0,
|
2017-07-03 12:27:16 +02:00
|
|
|
"misp-attribute": "text"
|
|
|
|
},
|
|
|
|
"version": {
|
2017-08-29 18:36:46 +02:00
|
|
|
"description": "Version of the certificate",
|
2017-07-03 16:45:54 +02:00
|
|
|
"ui-priority": 0,
|
2017-07-03 12:27:16 +02:00
|
|
|
"misp-attribute": "text"
|
2017-02-13 11:18:42 +01:00
|
|
|
}
|
|
|
|
},
|
2017-08-29 18:36:46 +02:00
|
|
|
"version": 4,
|
2017-07-03 12:27:16 +02:00
|
|
|
"description": "x509 object describing a X.509 certificate",
|
|
|
|
"meta-category": "network",
|
|
|
|
"uuid": "d1ab756a-26b5-4349-9f43-765630f0911c",
|
|
|
|
"name": "x509"
|
2016-02-16 07:43:17 +01:00
|
|
|
}
|