From 57beac3bc70a99686562b53f4a682f8a2044c1b7 Mon Sep 17 00:00:00 2001 From: Christian Studer Date: Tue, 7 Mar 2023 16:45:51 +0100 Subject: [PATCH] add: [network-connection] Added bytes & packets count object relations for both the source and destination --- objects/network-connection/definition.json | 26 +++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/objects/network-connection/definition.json b/objects/network-connection/definition.json index 22735ed..8f7e474 100644 --- a/objects/network-connection/definition.json +++ b/objects/network-connection/definition.json @@ -10,6 +10,18 @@ "misp-attribute": "counter", "ui-priority": 1 }, + "dst-byte-count": { + "description": "Number of bytes sent from the source to the destination.", + "disable_correlation": true, + "misp-attribute": "counter", + "ui-priority": 0 + }, + "dst-packet-count": { + "description": "Number of packets sent from the source to the destination.", + "disable_correlation": true, + "misp-attribute": "counter", + "ui-priority": 0 + }, "dst-port": { "categories": [ "Network activity", @@ -101,6 +113,18 @@ "misp-attribute": "mac-address", "ui-priority": 1 }, + "src-byte-count": { + "description": "Number of bytes sent from the destination to the source.", + "disable_correlation": true, + "misp-attribute": "counter", + "ui-priority": 0 + }, + "src-packet-count": { + "description": "Number of packets sent from the destination to the source.", + "disable_correlation": true, + "misp-attribute": "counter", + "ui-priority": 0 + }, "src-port": { "categories": [ "Network activity", @@ -123,5 +147,5 @@ "community-id" ], "uuid": "af16764b-f8e5-4603-9de1-de34d272f80b", - "version": 5 + "version": 6 } \ No newline at end of file