diff --git a/objects/network-socket/definition.json b/objects/network-socket/definition.json index 0e1498a..da716e9 100644 --- a/objects/network-socket/definition.json +++ b/objects/network-socket/definition.json @@ -165,6 +165,18 @@ "IP" ] }, + "socket-type": { + "description": "Type of the socket.", + "misp-attribute": "text", + "sane-default": [ + "SOCK_STREAM", + "SOCK_DGRAM", + "SOCK_RAW", + "SOCK_RDM", + "SOCK_SEQPACKET" + ], + "ui-proirity": 1 + }, "src-port": { "categories": [ "Network activity", @@ -195,5 +207,5 @@ "dst-port" ], "uuid": "48bbfd72-ef8e-4649-b14d-41b4b5a0eba2", - "version": 2 + "version": 3 } \ No newline at end of file