Skip to content

Commit d6d515d

Browse files
committed
chg: [yara] disable correlations on some fields
1 parent 4d1c42e commit d6d515d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

objects/yara/definition.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
},
88
"context": {
99
"description": "Context where the YARA rule can be applied",
10+
"disable_correlation": true,
1011
"misp-attribute": "text",
1112
"sane_default": [
1213
"all",
@@ -18,6 +19,7 @@
1819
},
1920
"version": {
2021
"description": "Version of the YARA rule depending where the yara rule is known to work as expected.",
22+
"disable_correlation": true,
2123
"misp-attribute": "text",
2224
"sane_default": [
2325
"3.7.1"
@@ -43,5 +45,5 @@
4345
"yara-rule-name"
4446
],
4547
"uuid": "b5acf82e-ecca-4868-82fe-9dbdf4d808c3",
46-
"version": 4
48+
"version": 5
4749
}

0 commit comments

Comments
 (0)