add: [network-socket] Added bytes & packets count object relations for both the source and destination

pull/387/head
Christian Studer 2023-03-07 16:49:06 +01:00
parent 1651281d0b
commit d71cdf367d
No known key found for this signature in database
GPG Key ID: 6BBED1B63A6D639F
1 changed files with 25 additions and 1 deletions

View File

@ -106,6 +106,18 @@
],
"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",
@ -190,6 +202,18 @@
],
"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",
@ -220,5 +244,5 @@
"dst-port"
],
"uuid": "48bbfd72-ef8e-4649-b14d-41b4b5a0eba2",
"version": 3
"version": 4
}