chg: Update objects to match lief output for authenticode

pull/304/head
Raphaël Vinot 2021-01-19 15:38:31 +01:00
parent fd7c05d74b
commit 1e14201fc0
2 changed files with 28 additions and 4 deletions

View File

@ -5,8 +5,20 @@
"misp-attribute": "text", "misp-attribute": "text",
"ui-priority": 0 "ui-priority": 0
}, },
"digest-base64": {
"description": "Signature created by the signing certificates private key",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"digest_algorithm": { "digest_algorithm": {
"description": "Digest algorithm", "description": "Algorithm used to hash the file.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"encryption_algorithm": {
"description": "Algorithm used to encrypt the digest",
"disable_correlation": true, "disable_correlation": true,
"misp-attribute": "text", "misp-attribute": "text",
"ui-priority": 0 "ui-priority": 0
@ -22,6 +34,12 @@
"misp-attribute": "text", "misp-attribute": "text",
"ui-priority": 0 "ui-priority": 0
}, },
"serial-number": {
"description": "Serial number of the certificate",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"signature_algorithm": { "signature_algorithm": {
"description": "Signature algorithm", "description": "Signature algorithm",
"disable_correlation": true, "disable_correlation": true,
@ -55,8 +73,9 @@
"name": "authenticode-signerinfo", "name": "authenticode-signerinfo",
"requiredOneOf": [ "requiredOneOf": [
"url", "url",
"program-name" "program-name",
"issuer"
], ],
"uuid": "965cb0aa-baf1-4cc6-9070-68f5c1698c1e", "uuid": "965cb0aa-baf1-4cc6-9070-68f5c1698c1e",
"version": 1 "version": 2
} }

View File

@ -1,5 +1,10 @@
{ {
"attributes": { "attributes": {
"authentihash": {
"description": "Authenticode executable signature hash (sha256)",
"misp-attribute": "authentihash",
"ui-priority": 1
},
"company-name": { "company-name": {
"description": "CompanyName in the resources", "description": "CompanyName in the resources",
"disable_correlation": true, "disable_correlation": true,
@ -131,5 +136,5 @@
"impfuzzy" "impfuzzy"
], ],
"uuid": "cf7adecc-d4f0-4e88-9d90-f978ee151a07", "uuid": "cf7adecc-d4f0-4e88-9d90-f978ee151a07",
"version": 6 "version": 7
} }