From b5f352e8c219f41557609bd9a1dcccea59a7d89a Mon Sep 17 00:00:00 2001 From: chrisr3d Date: Tue, 8 May 2018 09:26:24 +0200 Subject: [PATCH] add: Added protocol attribute in the network socket object --- objects/network-socket/definition.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/objects/network-socket/definition.json b/objects/network-socket/definition.json index b702ac7..5bbd1ff 100644 --- a/objects/network-socket/definition.json +++ b/objects/network-socket/definition.json @@ -51,6 +51,17 @@ ], "misp-attribute": "port" }, + "protocol": { + "misp-attribute": "text", + "ui-priority": 0, + "values_list": [ + "TCP", + "UDP", + "ICMP", + "IP" + ], + "description": "Protocol used by the network socket." + }, "address-family": { "description": "Address family who specifies the address family type (AF_*) of the socket connection.", "ui-priority": 1,