mirror of https://github.com/MISP/misp-objects
fix: disable correlation on all filename-*
parent
3aea2f2950
commit
5cd069acdd
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue