From 9c51feb43bec79ca740c82a045096a3684903719 Mon Sep 17 00:00:00 2001 From: Christian Studer Date: Fri, 3 Mar 2023 14:55:09 +0100 Subject: [PATCH] add: [network-connection] Added MAC address attributes --- objects/network-connection/definition.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/objects/network-connection/definition.json b/objects/network-connection/definition.json index 9d30c5a..d2ef25a 100644 --- a/objects/network-connection/definition.json +++ b/objects/network-connection/definition.json @@ -85,6 +85,16 @@ ], "ui-priority": 0 }, + "mac-dst": { + "description": "Destination MAC address of the network connection.", + "misp-attribute": "mac-address", + "ui-priority": 1 + }, + "mac-src": { + "description": "Source MAC address of the network connection.", + "misp-attribute": "mac-address", + "ui-priority": 1 + }, "src-port": { "categories": [ "Network activity", @@ -107,5 +117,5 @@ "community-id" ], "uuid": "af16764b-f8e5-4603-9de1-de34d272f80b", - "version": 4 + "version": 5 } \ No newline at end of file