add: [network-connection] Added MAC address attributes

pull/387/head
Christian Studer 2023-03-03 14:55:09 +01:00
parent 4b5faf196b
commit 9c51feb43b
No known key found for this signature in database
GPG Key ID: 6BBED1B63A6D639F
1 changed files with 11 additions and 1 deletions

View File

@ -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
}