Skip to content

Commit 371ffe7

Browse files
committed
chg: Allow to create a file object with a non-malicious file.
Fix #175 #176
1 parent 3a82eb6 commit 371ffe7

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

objects/file/definition.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"pattern-in-file",
1717
"x509-fingerprint-sha1",
1818
"malware-sample",
19+
"attachment",
1920
"path",
2021
"fullpath"
2122
],
@@ -112,6 +113,11 @@
112113
"ui-priority": 1,
113114
"misp-attribute": "malware-sample"
114115
},
116+
"attachment": {
117+
"description": "A non-malicious file.",
118+
"ui-priority": 1,
119+
"misp-attribute": "attachment"
120+
},
115121
"filename": {
116122
"description": "Filename on disk",
117123
"disable_correlation": true,
@@ -436,7 +442,7 @@
436442
]
437443
}
438444
},
439-
"version": 16,
445+
"version": 17,
440446
"description": "File object describing a file with meta-information",
441447
"meta-category": "file",
442448
"uuid": "688c46fb-5edb-40a3-8273-1af7923e2215",

0 commit comments

Comments
 (0)