mirror of https://github.com/MISP/misp-objects
add: Context where the YARA rule can be applied
parent
3382e18393
commit
e9e1bdd56c
|
@ -20,9 +20,20 @@
|
||||||
"description": "Version of the YARA rule depending where the yara rule is known to work as expected.",
|
"description": "Version of the YARA rule depending where the yara rule is known to work as expected.",
|
||||||
"ui-priority": 0,
|
"ui-priority": 0,
|
||||||
"misp-attribute": "text"
|
"misp-attribute": "text"
|
||||||
|
},
|
||||||
|
"context": {
|
||||||
|
"description": "Context where the YARA rule can be applied",
|
||||||
|
"sane_default": [
|
||||||
|
"all",
|
||||||
|
"disk",
|
||||||
|
"memory",
|
||||||
|
"network"
|
||||||
|
],
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"ui-priority": 0
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"version": 2,
|
"version": 3,
|
||||||
"description": "An object describing a YARA rule along with its version.",
|
"description": "An object describing a YARA rule along with its version.",
|
||||||
"meta-category": "misc",
|
"meta-category": "misc",
|
||||||
"uuid": "b5acf82e-ecca-4868-82fe-9dbdf4d808c3",
|
"uuid": "b5acf82e-ecca-4868-82fe-9dbdf4d808c3",
|
||||||
|
|
Loading…
Reference in New Issue