mirror of https://github.com/MISP/misp-objects
Added issuer as one of the required fields
This is often a field used on it's own to identify a malicious certpull/158/head
parent
0c6b7b4302
commit
a85178255c
|
@ -3,7 +3,8 @@
|
||||||
"x509-fingerprint-md5",
|
"x509-fingerprint-md5",
|
||||||
"x509-fingerprint-sha1",
|
"x509-fingerprint-sha1",
|
||||||
"x509-fingerprint-sha256",
|
"x509-fingerprint-sha256",
|
||||||
"serial-number"
|
"serial-number",
|
||||||
|
"issuer"
|
||||||
],
|
],
|
||||||
"attributes": {
|
"attributes": {
|
||||||
"subject": {
|
"subject": {
|
||||||
|
@ -105,7 +106,7 @@
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"version": 7,
|
"version": 8,
|
||||||
"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