2018-03-26 14:26:15 +02:00
|
|
|
{
|
|
|
|
"attributes": {
|
|
|
|
"comment": {
|
|
|
|
"description": "A description of the YARA rule.",
|
2020-04-26 02:10:02 +02:00
|
|
|
"misp-attribute": "comment",
|
|
|
|
"ui-priority": 0
|
2018-05-01 11:21:05 +02:00
|
|
|
},
|
|
|
|
"context": {
|
|
|
|
"description": "Context where the YARA rule can be applied",
|
2020-04-26 02:10:02 +02:00
|
|
|
"misp-attribute": "text",
|
2018-05-01 11:21:05 +02:00
|
|
|
"sane_default": [
|
|
|
|
"all",
|
|
|
|
"disk",
|
|
|
|
"memory",
|
|
|
|
"network"
|
|
|
|
],
|
2020-04-26 02:10:02 +02:00
|
|
|
"ui-priority": 0
|
|
|
|
},
|
|
|
|
"version": {
|
|
|
|
"description": "Version of the YARA rule depending where the yara rule is known to work as expected.",
|
|
|
|
"misp-attribute": "text",
|
|
|
|
"sane_default": [
|
|
|
|
"3.7.1"
|
|
|
|
],
|
|
|
|
"ui-priority": 0
|
|
|
|
},
|
|
|
|
"yara": {
|
|
|
|
"description": "YARA rule.",
|
|
|
|
"misp-attribute": "yara",
|
|
|
|
"ui-priority": 0
|
|
|
|
},
|
|
|
|
"yara-rule-name": {
|
|
|
|
"description": "YARA rule name.",
|
2018-05-01 11:21:05 +02:00
|
|
|
"misp-attribute": "text",
|
|
|
|
"ui-priority": 0
|
2018-03-26 14:26:15 +02:00
|
|
|
}
|
|
|
|
},
|
2019-07-11 22:59:05 +02:00
|
|
|
"description": "An object describing a YARA rule (or a YARA rule name) along with its version.",
|
2018-03-26 14:26:15 +02:00
|
|
|
"meta-category": "misc",
|
2020-04-26 02:10:02 +02:00
|
|
|
"name": "yara",
|
|
|
|
"requiredOneOf": [
|
|
|
|
"yara",
|
|
|
|
"yara-rule-name"
|
|
|
|
],
|
2018-03-26 14:26:15 +02:00
|
|
|
"uuid": "b5acf82e-ecca-4868-82fe-9dbdf4d808c3",
|
2020-04-26 02:10:02 +02:00
|
|
|
"version": 4
|
|
|
|
}
|