From 0e9ae98b492bc036753811759c89b9026cc819a2 Mon Sep 17 00:00:00 2001 From: Christian Studer Date: Mon, 6 Mar 2023 12:02:24 +0100 Subject: [PATCH] add: [network-connection] Added a `last-packet-seen` attribute --- objects/network-connection/definition.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/objects/network-connection/definition.json b/objects/network-connection/definition.json index d2ef25a..22735ed 100644 --- a/objects/network-connection/definition.json +++ b/objects/network-connection/definition.json @@ -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,