Skip to content

Commit 4a7bb59

Browse files
committed
chg: Allow malware-sample as only attribute in file.
1 parent 4eac353 commit 4a7bb59

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

objects/file/definition.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"sha512/256",
1717
"tlsh",
1818
"pattern-in-file",
19-
"x509-fingerprint-sha1"
19+
"x509-fingerprint-sha1",
20+
"malware-sample"
2021
],
2122
"attributes": {
2223
"md5": {
@@ -154,7 +155,7 @@
154155
]
155156
}
156157
},
157-
"version": 7,
158+
"version": 8,
158159
"description": "File object describing a file with meta-information",
159160
"meta-category": "file",
160161
"uuid": "688c46fb-5edb-40a3-8273-1af7923e2215",

0 commit comments

Comments
 (0)