fix: disable correlation on all filename-*

pull/65/head
Alexandre Dulaunoy 2017-12-24 15:05:12 +01:00
parent 3aea2f2950
commit 5cd069acdd
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 5 additions and 3 deletions

View File

@ -19,12 +19,14 @@
"internal-filename": { "internal-filename": {
"description": "InternalFilename in the resources", "description": "InternalFilename in the resources",
"ui-priority": 0, "ui-priority": 0,
"misp-attribute": "filename" "misp-attribute": "filename",
"disable_correlation": true
}, },
"original-filename": { "original-filename": {
"description": "OriginalFilename in the resources", "description": "OriginalFilename in the resources",
"ui-priority": 1, "ui-priority": 1,
"misp-attribute": "filename" "misp-attribute": "filename",
"disable_correlation": true
}, },
"number-sections": { "number-sections": {
"description": "Number of sections", "description": "Number of sections",
@ -116,7 +118,7 @@
"misp-attribute": "text" "misp-attribute": "text"
} }
}, },
"version": 2, "version": 3,
"description": "Object describing a Portable Executable", "description": "Object describing a Portable Executable",
"meta-category": "file", "meta-category": "file",
"uuid": "cf7adecc-d4f0-4e88-9d90-f978ee151a07", "uuid": "cf7adecc-d4f0-4e88-9d90-f978ee151a07",