mirror of https://github.com/MISP/misp-objects
fix: disable correlation on all filename-*
parent
3aea2f2950
commit
5cd069acdd
|
@ -19,12 +19,14 @@
|
|||
"internal-filename": {
|
||||
"description": "InternalFilename in the resources",
|
||||
"ui-priority": 0,
|
||||
"misp-attribute": "filename"
|
||||
"misp-attribute": "filename",
|
||||
"disable_correlation": true
|
||||
},
|
||||
"original-filename": {
|
||||
"description": "OriginalFilename in the resources",
|
||||
"ui-priority": 1,
|
||||
"misp-attribute": "filename"
|
||||
"misp-attribute": "filename",
|
||||
"disable_correlation": true
|
||||
},
|
||||
"number-sections": {
|
||||
"description": "Number of sections",
|
||||
|
@ -116,7 +118,7 @@
|
|||
"misp-attribute": "text"
|
||||
}
|
||||
},
|
||||
"version": 2,
|
||||
"version": 3,
|
||||
"description": "Object describing a Portable Executable",
|
||||
"meta-category": "file",
|
||||
"uuid": "cf7adecc-d4f0-4e88-9d90-f978ee151a07",
|
||||
|
|
Loading…
Reference in New Issue