diff --git a/objects/network-connection/definition.json b/objects/network-connection/definition.json index 0e1ae44..75a6567 100644 --- a/objects/network-connection/definition.json +++ b/objects/network-connection/definition.json @@ -10,7 +10,7 @@ "misp-attribute": "counter", "ui-priority": 1 }, - "dst-byte-count": { + "dst-bytes-count": { "description": "Number of bytes sent from the source to the destination.", "disable_correlation": true, "misp-attribute": "counter", @@ -113,7 +113,7 @@ "misp-attribute": "mac-address", "ui-priority": 1 }, - "src-byte-count": { + "src-bytes-count": { "description": "Number of bytes sent from the destination to the source.", "disable_correlation": true, "misp-attribute": "counter", diff --git a/objects/network-socket/definition.json b/objects/network-socket/definition.json index e47536e..57056ac 100644 --- a/objects/network-socket/definition.json +++ b/objects/network-socket/definition.json @@ -106,7 +106,7 @@ ], "ui-priority": 1 }, - "dst-byte-count": { + "dst-bytes-count": { "description": "Number of bytes sent from the source to the destination.", "disable_correlation": true, "misp-attribute": "counter", @@ -202,7 +202,7 @@ ], "ui-priority": 1 }, - "src-byte-count": { + "src-bytes-count": { "description": "Number of bytes sent from the destination to the source.", "disable_correlation": true, "misp-attribute": "counter",