From 9b9c8389616b516a2d5cbe41a4407b2e9d7f24d3 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Wed, 3 Aug 2022 11:46:30 +0200 Subject: [PATCH] fix: [yara] add a reference link to the YARA object template --- objects/yara/definition.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/objects/yara/definition.json b/objects/yara/definition.json index be27fac..fff3231 100644 --- a/objects/yara/definition.json +++ b/objects/yara/definition.json @@ -17,6 +17,11 @@ ], "ui-priority": 0 }, + "reference": { + "description": "Reference or origin of the YARA rule.", + "misp-attribute": "link", + "ui-priority": 0 + }, "version": { "description": "Version of the YARA rule depending where the yara rule is known to work as expected.", "disable_correlation": true, @@ -45,5 +50,5 @@ "yara-rule-name" ], "uuid": "b5acf82e-ecca-4868-82fe-9dbdf4d808c3", - "version": 5 + "version": 6 } \ No newline at end of file