mirror of https://github.com/MISP/misp-objects
chg: [yara] disable correlations on some fields
parent
4d1c42e491
commit
d6d515d3d8
|
@ -7,6 +7,7 @@
|
|||
},
|
||||
"context": {
|
||||
"description": "Context where the YARA rule can be applied",
|
||||
"disable_correlation": true,
|
||||
"misp-attribute": "text",
|
||||
"sane_default": [
|
||||
"all",
|
||||
|
@ -18,6 +19,7 @@
|
|||
},
|
||||
"version": {
|
||||
"description": "Version of the YARA rule depending where the yara rule is known to work as expected.",
|
||||
"disable_correlation": true,
|
||||
"misp-attribute": "text",
|
||||
"sane_default": [
|
||||
"3.7.1"
|
||||
|
@ -43,5 +45,5 @@
|
|||
"yara-rule-name"
|
||||
],
|
||||
"uuid": "b5acf82e-ecca-4868-82fe-9dbdf4d808c3",
|
||||
"version": 4
|
||||
"version": 5
|
||||
}
|
Loading…
Reference in New Issue