mirror of https://github.com/MISP/misp-objects
chg: [ransomware-group-post] severity field sane default added
parent
8aea824bbe
commit
42b48439da
|
@ -66,6 +66,13 @@
|
||||||
"description": "Severity of the post mentioned.",
|
"description": "Severity of the post mentioned.",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
|
"sane_default": [
|
||||||
|
"critical",
|
||||||
|
"high",
|
||||||
|
"medium",
|
||||||
|
"low",
|
||||||
|
"info"
|
||||||
|
],
|
||||||
"ui-priority": 1
|
"ui-priority": 1
|
||||||
},
|
},
|
||||||
"title": {
|
"title": {
|
||||||
|
@ -90,5 +97,5 @@
|
||||||
"leak-site-url"
|
"leak-site-url"
|
||||||
],
|
],
|
||||||
"uuid": "52a0e179-4942-41e6-90f5-7db856fd6f39",
|
"uuid": "52a0e179-4942-41e6-90f5-7db856fd6f39",
|
||||||
"version": 2
|
"version": 3
|
||||||
}
|
}
|
Loading…
Reference in New Issue