From b7c2562a4f2b79b3764a8e3fcd38d24bb5abfa33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Sun, 21 Jun 2020 21:45:46 +0200 Subject: [PATCH] new: android-app object template --- objects/android-app/definition.json | 43 +++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 objects/android-app/definition.json diff --git a/objects/android-app/definition.json b/objects/android-app/definition.json new file mode 100644 index 0000000..2216b3b --- /dev/null +++ b/objects/android-app/definition.json @@ -0,0 +1,43 @@ +{ + "attributes": { + "appid": { + "description": "Application ID", + "misp-attribute": "text", + "multiple": true, + "ui-priority": 1 + }, + "certificate": { + "description": "Android certificate", + "misp-attribute": "sha1", + "multiple": true, + "ui-priority": 1 + }, + "domain": { + "description": "Domain used by the app", + "misp-attribute": "domain", + "multiple": true, + "ui-priority": 1 + }, + "name": { + "description": "Generic name of the application", + "misp-attribute": "text", + "ui-priority": 1 + }, + "sha256": { + "description": "SHA256 of the APK.", + "misp-attribute": "sha256", + "multiple": true, + "ui-priority": 1 + } + }, + "description": "Indicators related to an Android app", + "meta-category": "file", + "name": "android-app", + "requiredOneOf": [ + "appid", + "name", + "sha256" + ], + "uuid": "92836f23-4730-4eae-82ac-9f00d5299735", + "version": 1 +} \ No newline at end of file