mirror of https://github.com/MISP/misp-objects
chg: [yara] add a yara-rule-name field which can be optional or the only field
As requested in https://github.com/MISP/MISP/issues/4858pull/192/head
parent
82c0d32cd3
commit
ce8d6a93c3
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
"requiredOneOf": [
|
"requiredOneOf": [
|
||||||
"yara"
|
"yara",
|
||||||
|
"yara-rule-name"
|
||||||
],
|
],
|
||||||
"attributes": {
|
"attributes": {
|
||||||
"comment": {
|
"comment": {
|
||||||
|
@ -13,6 +14,11 @@
|
||||||
"ui-priority": 0,
|
"ui-priority": 0,
|
||||||
"misp-attribute": "yara"
|
"misp-attribute": "yara"
|
||||||
},
|
},
|
||||||
|
"yara-rule-name": {
|
||||||
|
"description": "YARA rule name.",
|
||||||
|
"ui-priority": 0,
|
||||||
|
"misp-attribute": "text"
|
||||||
|
},
|
||||||
"version": {
|
"version": {
|
||||||
"sane_default": [
|
"sane_default": [
|
||||||
"3.7.1"
|
"3.7.1"
|
||||||
|
@ -33,8 +39,8 @@
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"version": 3,
|
"version": 4,
|
||||||
"description": "An object describing a YARA rule along with its version.",
|
"description": "An object describing a YARA rule (or a YARA rule name) along with its version.",
|
||||||
"meta-category": "misc",
|
"meta-category": "misc",
|
||||||
"uuid": "b5acf82e-ecca-4868-82fe-9dbdf4d808c3",
|
"uuid": "b5acf82e-ecca-4868-82fe-9dbdf4d808c3",
|
||||||
"name": "yara"
|
"name": "yara"
|
||||||
|
|
Loading…
Reference in New Issue