misp-objects/objects/x509/definition.json

65 lines
1.3 KiB
JSON
Raw Normal View History

2016-02-16 07:43:17 +01:00
{
2017-07-03 12:27:16 +02:00
"required": [
"x509-fingerprint-sha1"
],
2017-02-13 11:18:42 +01:00
"attributes": {
"subject": {
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-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-seize": {
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-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-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
},
"x509-fingerprint-sha1": {
2017-07-03 16:45:54 +02:00
"ui-priority": 1,
2017-07-03 12:27:16 +02:00
"misp-attribute": "sha1"
2017-02-13 11:18:42 +01:00
},
"raw-base64": {
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-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-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-07-03 16:45:54 +02:00
"ui-priority": 0,
2017-07-03 12:27:16 +02:00
"misp-attribute": "datetime"
},
"issuer": {
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-07-03 16:45:54 +02:00
"ui-priority": 0,
2017-07-03 12:27:16 +02:00
"misp-attribute": "text"
},
"version": {
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-07-03 12:27:16 +02:00
"version": 1,
"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
}