We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a82eb6 commit 371ffe7Copy full SHA for 371ffe7
objects/file/definition.json
@@ -16,6 +16,7 @@
16
"pattern-in-file",
17
"x509-fingerprint-sha1",
18
"malware-sample",
19
+ "attachment",
20
"path",
21
"fullpath"
22
],
@@ -112,6 +113,11 @@
112
113
"ui-priority": 1,
114
"misp-attribute": "malware-sample"
115
},
116
+ "attachment": {
117
+ "description": "A non-malicious file.",
118
+ "ui-priority": 1,
119
+ "misp-attribute": "attachment"
120
+ },
121
"filename": {
122
"description": "Filename on disk",
123
"disable_correlation": true,
@@ -436,7 +442,7 @@
436
442
]
437
443
}
438
444
439
- "version": 16,
445
+ "version": 17,
440
446
"description": "File object describing a file with meta-information",
441
447
"meta-category": "file",
448
"uuid": "688c46fb-5edb-40a3-8273-1af7923e2215",
0 commit comments