aboutsummaryrefslogtreecommitdiff
path: root/schema
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2024-09-09 09:29:08 +0200
committerToni Uhlig <matzeton@googlemail.com>2024-09-09 09:29:08 +0200
commitaef9d629f01b66a5e1985f265e9c74fd40542fe1 (patch)
tree7ef5f363f149395ee4fe40a893894361da42a846 /schema
parentf97b3880b6d6e577bdd197faab25baf139dd9254 (diff)
bump libnDPI to 92507c014626bc542f2ab11c729742802c0bc345
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'schema')
-rw-r--r--schema/flow_event_schema.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/schema/flow_event_schema.json b/schema/flow_event_schema.json
index dd9745360..b54a93a47 100644
--- a/schema/flow_event_schema.json
+++ b/schema/flow_event_schema.json
@@ -921,7 +921,7 @@
"required": [ "risk", "severity", "risk_score" ],
"properties": {
"risk": { "type": "string", "enum": [ "Susp Entropy" ] },
- "severity": { "type": "string", "enum": [ "Medium" ] },
+ "severity": { "type": "string", "enum": [ "Low" ] },
"risk_score": {
"type": "object",
"required": [ "total", "client", "server" ],
@@ -1224,7 +1224,7 @@
"type": "object",
"required": [ "risk", "severity", "risk_score" ],
"properties": {
- "risk": { "type": "string", "enum": [ "Fully encrypted flow" ] },
+ "risk": { "type": "string", "enum": [ "Fully Encrypted Flow" ] },
"severity": { "type": "string", "enum": [ "Medium" ] },
"risk_score": {
"type": "object",
@@ -1262,7 +1262,7 @@
"type": "object",
"required": [ "risk", "severity", "risk_score" ],
"properties": {
- "risk": { "type": "string", "enum": [ "Client contacted a malware host" ] },
+ "risk": { "type": "string", "enum": [ "Client Contacted A Malware Host" ] },
"severity": { "type": "string", "enum": [ "Severe" ] },
"risk_score": {
"type": "object",
@@ -1281,7 +1281,7 @@
"type": "object",
"required": [ "risk", "severity", "risk_score" ],
"properties": {
- "risk": { "type": "string", "enum": [ "Binary file/data transfer (attempt)" ] },
+ "risk": { "type": "string", "enum": [ "Binary File/Data Transfer (Attempt)" ] },
"severity": { "type": "string", "enum": [ "Medium" ] },
"risk_score": {
"type": "object",
@@ -1300,7 +1300,7 @@
"type": "object",
"required": [ "risk", "severity", "risk_score" ],
"properties": {
- "risk": { "type": "string", "enum": [ "Probing attempt" ] },
+ "risk": { "type": "string", "enum": [ "Probing Attempt" ] },
"severity": { "type": "string" },
"risk_score": {
"type": "object",