mirror of https://github.com/MISP/misp-objects
fix: [android-app] also includes SHA256 of the APK certificate
parent
1387abdb28
commit
36bba25444
|
@ -7,11 +7,17 @@
|
||||||
"ui-priority": 1
|
"ui-priority": 1
|
||||||
},
|
},
|
||||||
"certificate": {
|
"certificate": {
|
||||||
"description": "Android certificate",
|
"description": "Android certificate (SHA1)",
|
||||||
"misp-attribute": "sha1",
|
"misp-attribute": "sha1",
|
||||||
"multiple": true,
|
"multiple": true,
|
||||||
"ui-priority": 1
|
"ui-priority": 1
|
||||||
},
|
},
|
||||||
|
"certificate-sha256": {
|
||||||
|
"description": "Android certificate (SHA256)",
|
||||||
|
"misp-attribute": "sha256",
|
||||||
|
"multiple": true,
|
||||||
|
"ui-priority": 1
|
||||||
|
},
|
||||||
"domain": {
|
"domain": {
|
||||||
"description": "Domain used by the app",
|
"description": "Domain used by the app",
|
||||||
"misp-attribute": "domain",
|
"misp-attribute": "domain",
|
||||||
|
@ -39,5 +45,5 @@
|
||||||
"sha256"
|
"sha256"
|
||||||
],
|
],
|
||||||
"uuid": "92836f23-4730-4eae-82ac-9f00d5299735",
|
"uuid": "92836f23-4730-4eae-82ac-9f00d5299735",
|
||||||
"version": 1
|
"version": 2
|
||||||
}
|
}
|
Loading…
Reference in New Issue