From 2061c353feda50315c2bc901413df17a06432616 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Wed, 24 Apr 2024 16:47:47 +0200 Subject: [PATCH] fix: [ransomware-group-post] added the missing descriptions for `actor-geo-stats-30d` and `actor-total-stats-30d` --- objects/ransomware-group-post/definition.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/objects/ransomware-group-post/definition.json b/objects/ransomware-group-post/definition.json index 5601f60..c1f070d 100644 --- a/objects/ransomware-group-post/definition.json +++ b/objects/ransomware-group-post/definition.json @@ -1,13 +1,13 @@ { "attributes": { "actor-geo-stats-30d": { - "description": "actor-geo-stats-30d", + "description": "Count of how many other victims were publicly leaked by the same ransomware actor in the country of the victim during the past 30 days", "disable_correlation": true, "misp-attribute": "text", "ui-priority": 1 }, "actor-total-stats-30d": { - "description": "actor-total-stats-30d", + "description": "Count of how many other victims were publicly leaked by the same ransomware actor worldwide during the past 30 days", "disable_correlation": true, "misp-attribute": "text", "ui-priority": 1 @@ -97,5 +97,5 @@ "leak-site-url" ], "uuid": "52a0e179-4942-41e6-90f5-7db856fd6f39", - "version": 3 + "version": 4 } \ No newline at end of file