add: [network-connection] Added a `last-packet-seen` attribute

pull/387/head
Christian Studer 2023-03-06 12:02:24 +01:00
parent 9c51feb43b
commit 0e9ae98b49
No known key found for this signature in database
GPG Key ID: 6BBED1B63A6D639F
1 changed files with 6 additions and 0 deletions

View File

@ -53,6 +53,12 @@
"misp-attribute": "ip-src",
"ui-priority": 1
},
"last-packet-seen": {
"description": "Datetime of the last packet seen.",
"disable_correlation": true,
"misp-attribute": "datetime",
"ui-priority": 1
},
"layer3-protocol": {
"description": "Layer 3 protocol of the network connection.",
"disable_correlation": true,