fix: [ransomware-group-post] added the missing descriptions for `actor-geo-stats-30d` and `actor-total-stats-30d`

pull/430/head
Alexandre Dulaunoy 2024-04-24 16:47:47 +02:00
parent 42b48439da
commit 2061c353fe
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 3 additions and 3 deletions

View File

@ -1,13 +1,13 @@
{ {
"attributes": { "attributes": {
"actor-geo-stats-30d": { "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, "disable_correlation": true,
"misp-attribute": "text", "misp-attribute": "text",
"ui-priority": 1 "ui-priority": 1
}, },
"actor-total-stats-30d": { "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, "disable_correlation": true,
"misp-attribute": "text", "misp-attribute": "text",
"ui-priority": 1 "ui-priority": 1
@ -97,5 +97,5 @@
"leak-site-url" "leak-site-url"
], ],
"uuid": "52a0e179-4942-41e6-90f5-7db856fd6f39", "uuid": "52a0e179-4942-41e6-90f5-7db856fd6f39",
"version": 3 "version": 4
} }