-
Notifications
You must be signed in to change notification settings - Fork 131
Expand file tree
/
Copy pathdefinition.json
More file actions
49 lines (49 loc) · 1.13 KB
/
definition.json
File metadata and controls
49 lines (49 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"attributes": {
"appid": {
"description": "Application ID",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 1
},
"certificate": {
"description": "Android certificate (SHA1)",
"misp-attribute": "sha1",
"multiple": true,
"ui-priority": 1
},
"certificate-sha256": {
"description": "Android certificate (SHA256)",
"misp-attribute": "sha256",
"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": 2
}