mirror of https://github.com/MISP/misp-objects
add: x509-fingerprint-sha1 added to file object description (e.g signed APK but not PE)
parent
04d38118d1
commit
e11e95415a
|
@ -15,7 +15,8 @@
|
||||||
"sha512/224",
|
"sha512/224",
|
||||||
"sha512/256",
|
"sha512/256",
|
||||||
"tlsh",
|
"tlsh",
|
||||||
"pattern-in-file"
|
"pattern-in-file",
|
||||||
|
"x509-fingerprint-sha1"
|
||||||
],
|
],
|
||||||
"attributes": {
|
"attributes": {
|
||||||
"md5": {
|
"md5": {
|
||||||
|
@ -126,6 +127,11 @@
|
||||||
"ui-priority": 0,
|
"ui-priority": 0,
|
||||||
"misp-attribute": "tlsh"
|
"misp-attribute": "tlsh"
|
||||||
},
|
},
|
||||||
|
"certificate": {
|
||||||
|
"description": "Certificate value if the binary is signed with another authentication scheme than authenticode",
|
||||||
|
"ui-prioriety": 0,
|
||||||
|
"misp-attribute": "x509-fingerprint-sha1"
|
||||||
|
},
|
||||||
"mimetype": {
|
"mimetype": {
|
||||||
"description": "Mime type",
|
"description": "Mime type",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
|
@ -142,11 +148,12 @@
|
||||||
"Signed",
|
"Signed",
|
||||||
"Revoked",
|
"Revoked",
|
||||||
"Expired",
|
"Expired",
|
||||||
"Trusted"
|
"Trusted",
|
||||||
|
"Malicious"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"version": 5,
|
"version": 6,
|
||||||
"description": "File object describing a file with meta-information",
|
"description": "File object describing a file with meta-information",
|
||||||
"meta-category": "file",
|
"meta-category": "file",
|
||||||
"uuid": "688c46fb-5edb-40a3-8273-1af7923e2215",
|
"uuid": "688c46fb-5edb-40a3-8273-1af7923e2215",
|
||||||
|
|
Loading…
Reference in New Issue