11{
22 "attributes" : {
3- "malware-sample" : {
4- "description" : " The file itself (binary)" ,
5- "misp-attribute" : " malware-sample" ,
6- "ui-priority" : 1
3+ "access-time" : {
4+ "description" : " The last time the file was accessed" ,
5+ "misp-attribute" : " datetime" ,
6+ "ui-priority" : 0
7+ },
8+ "creation-time" : {
9+ "description" : " Creation time of the file" ,
10+ "misp-attribute" : " datetime" ,
11+ "ui-priority" : 0
712 },
813 "filename" : {
914 "categories" : [
1722 "multiple" : true ,
1823 "ui-priority" : 1
1924 },
25+ "malware-sample" : {
26+ "description" : " The file itself (binary)" ,
27+ "misp-attribute" : " malware-sample" ,
28+ "ui-priority" : 1
29+ },
2030 "md5" : {
2131 "description" : " [Insecure] MD5 hash (128 bits)" ,
2232 "misp-attribute" : " md5" ,
2333 "recommended" : false ,
2434 "ui-priority" : 1
2535 },
26- "sha256" : {
27- "description" : " Secure Hash Algorithm 2 (256 bits)" ,
28- "misp-attribute" : " sha256" ,
29- "ui-priority" : 1
36+ "mimetype" : {
37+ "description" : " Mime type" ,
38+ "disable_correlation" : true ,
39+ "misp-attribute" : " mime-type" ,
40+ "ui-priority" : 0
3041 },
31- "sha1" : {
32- "description" : " [Insecure] Secure Hash Algorithm 1 (160 bits)" ,
33- "misp-attribute" : " sha1" ,
34- "recommended" : false ,
35- "ui-priority" : 1
42+ "modification-time" : {
43+ "description" : " Last time the file was modified" ,
44+ "misp-attribute" : " datetime" ,
45+ "ui-priority" : 0
3646 },
37- "ssdeep" : {
38- "description" : " Fuzzy hash using context triggered piecewise hashes (CTPH)" ,
39- "misp-attribute" : " ssdeep" ,
40- "ui-priority" : 1
47+ "package-name" : {
48+ "description" : " The package name of an Android app" ,
49+ "misp-attribute" : " text" ,
50+ "recommended" : true ,
51+ "ui-priority" : 1
4152 },
42- "tlsh" : {
43- "description" : " Fuzzy hash by Trend Micro: Locality Sensitive Hash" ,
44- "misp-attribute" : " tlsh" ,
45- "ui-priority" : 1
53+ "sha1" : {
54+ "description" : " [Insecure] Secure Hash Algorithm 1 (160 bits)" ,
55+ "misp-attribute" : " sha1" ,
56+ "recommended" : false ,
57+ "ui-priority" : 1
4658 },
4759 "sha224" : {
4860 "description" : " Secure Hash Algorithm 2 (224 bits)" ,
4961 "misp-attribute" : " sha224" ,
5062 "recommended" : false ,
5163 "ui-priority" : 1
5264 },
53- "sha384" : {
54- "description" : " Secure Hash Algorithm 2 (384 bits)" ,
55- "misp-attribute" : " sha384" ,
56- "recommended" : false ,
57- "ui-priority" : 1
58- },
59- "sha512" : {
60- "description" : " Secure Hash Algorithm 2 (512 bits)" ,
61- "misp-attribute" : " sha512" ,
62- "ui-priority" : 1
63- },
64- "size-in-bytes" : {
65- "description" : " Size of the file, in bytes" ,
66- "disable_correlation" : true ,
67- "misp-attribute" : " size-in-bytes" ,
68- "ui-priority" : 1
69- },
70- "state" : {
71- "description" : " State of the file" ,
72- "disable_correlation" : true ,
73- "misp-attribute" : " text" ,
74- "multiple" : true ,
75- "ui-priority" : 1 ,
76- "values_list" : [
77- " Malicious" ,
78- " Harmless" ,
79- " Signed" ,
80- " Revoked" ,
81- " Expired" ,
82- " Trusted"
83- ]
84- },
85- "package-name" : {
86- "description" : " The package name of an Android app" ,
87- "misp-attribute" : " text" ,
88- "recommended" : true ,
65+ "sha256" : {
66+ "description" : " Secure Hash Algorithm 2 (256 bits)" ,
67+ "misp-attribute" : " sha256" ,
8968 "ui-priority" : 1
9069 },
9170 "sha3-224" : {
11291 "recommended" : false ,
11392 "ui-priority" : 0
11493 },
94+ "sha384" : {
95+ "description" : " Secure Hash Algorithm 2 (384 bits)" ,
96+ "misp-attribute" : " sha384" ,
97+ "recommended" : false ,
98+ "ui-priority" : 1
99+ },
100+ "sha512" : {
101+ "description" : " Secure Hash Algorithm 2 (512 bits)" ,
102+ "misp-attribute" : " sha512" ,
103+ "ui-priority" : 1
104+ },
115105 "sha512/224" : {
116106 "description" : " Secure Hash Algorithm 2 (224 bits)" ,
117107 "misp-attribute" : " sha512/224" ,
124114 "recommended" : false ,
125115 "ui-priority" : 0
126116 },
127- "mimetype " : {
128- "description" : " Mime type " ,
117+ "size-in-bytes " : {
118+ "description" : " Size of the file, in bytes " ,
129119 "disable_correlation" : true ,
130- "misp-attribute" : " mime-type" ,
131- "ui-priority" : 0
120+ "misp-attribute" : " size-in-bytes" ,
121+ "ui-priority" : 1
122+ },
123+ "ssdeep" : {
124+ "description" : " Fuzzy hash using context triggered piecewise hashes (CTPH)" ,
125+ "misp-attribute" : " ssdeep" ,
126+ "ui-priority" : 1
127+ },
128+ "state" : {
129+ "description" : " State of the file" ,
130+ "disable_correlation" : true ,
131+ "misp-attribute" : " text" ,
132+ "multiple" : true ,
133+ "ui-priority" : 1 ,
134+ "values_list" : [
135+ " Malicious" ,
136+ " Harmless" ,
137+ " Signed" ,
138+ " Revoked" ,
139+ " Expired" ,
140+ " Trusted"
141+ ]
142+ },
143+ "tlsh" : {
144+ "description" : " Fuzzy hash by Trend Micro: Locality Sensitive Hash" ,
145+ "misp-attribute" : " tlsh" ,
146+ "ui-priority" : 1
132147 },
133148 "url" : {
134149 "categories" : [
143158 "description" : " vhash by VirusTotal" ,
144159 "misp-attribute" : " vhash" ,
145160 "ui-priority" : 0
146- },
147- "access-time" : {
148- "description" : " The last time the file was accessed" ,
149- "misp-attribute" : " datetime" ,
150- "ui-priority" : 0
151- },
152- "creation-time" : {
153- "description" : " Creation time of the file" ,
154- "misp-attribute" : " datetime" ,
155- "ui-priority" : 0
156- },
157- "modification-time" : {
158- "description" : " Last time the file was modified" ,
159- "misp-attribute" : " datetime" ,
160- "ui-priority" : 0
161161 }
162162 },
163163 "description" : " Apk object describing a file with meta-information" ,
185185 ],
186186 "uuid" : " 501bf5cf-28e0-4a5a-8056-e811c6447cfa" ,
187187 "version" : 2
188- }
188+ }
0 commit comments