From 536f6471356da25c917c39ad53da08c143d4b173 Mon Sep 17 00:00:00 2001 From: chrisr3d Date: Tue, 8 May 2018 09:03:57 +0200 Subject: [PATCH] add: Added hostname (src & dst) attributes --- objects/network-connection/definition.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/objects/network-connection/definition.json b/objects/network-connection/definition.json index 481c04c..0aa9cba 100644 --- a/objects/network-connection/definition.json +++ b/objects/network-connection/definition.json @@ -41,6 +41,16 @@ ], "misp-attribute": "port" }, + "hostname-src": { + "description": "Source hostname of the network connection.", + "ui-priority": 1, + "misp-attribute": "hostname" + }, + "hostname-dst": { + "description": "Destination hostname of the network connection.", + "ui-priority": 1, + "misp-attribute": "hostname" + }, "layer3-protocol": { "description": "Layer 3 protocol of the network connection.", "ui-priority": 0,