From cbfff75588519f1e090dfc2fe6dcbb748eec174f Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Fri, 17 Jun 2022 10:05:09 +0200 Subject: [PATCH] chg: [network-connection] add a counter following discussion with @chrisr3d --- objects/network-connection/definition.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/objects/network-connection/definition.json b/objects/network-connection/definition.json index 16efe53..9d30c5a 100644 --- a/objects/network-connection/definition.json +++ b/objects/network-connection/definition.json @@ -5,6 +5,11 @@ "misp-attribute": "community-id", "ui-priority": 1 }, + "count": { + "description": "Number of similar network connections seen", + "misp-attribute": "counter", + "ui-priority": 1 + }, "dst-port": { "categories": [ "Network activity", @@ -102,5 +107,5 @@ "community-id" ], "uuid": "af16764b-f8e5-4603-9de1-de34d272f80b", - "version": 3 + "version": 4 } \ No newline at end of file