chg: [ransomware-group-post] severity field sane default added

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

View File

@ -66,6 +66,13 @@
"description": "Severity of the post mentioned.",
"disable_correlation": true,
"misp-attribute": "text",
"sane_default": [
"critical",
"high",
"medium",
"low",
"info"
],
"ui-priority": 1
},
"title": {
@ -90,5 +97,5 @@
"leak-site-url"
],
"uuid": "52a0e179-4942-41e6-90f5-7db856fd6f39",
"version": 2
"version": 3
}