diff --git a/objects/network-connection/definition.json b/objects/network-connection/definition.json index 0aa9cba..a9f4c01 100644 --- a/objects/network-connection/definition.json +++ b/objects/network-connection/definition.json @@ -3,7 +3,7 @@ "uuid": "af16764b-f8e5-4603-9de1-de34d272f80b", "meta-category": "network", "description": "A local or remote network connection.", - "version": 1, + "version": 2, "attributes": { "ip-src": { "description": "Source IP address of the nework connection.", @@ -59,7 +59,8 @@ "ICMP", "ARP" ], - "misp-attribute": "text" + "misp-attribute": "text", + "disable_correlation": true }, "layer4-protocol": { "description": "Layer 4 protocol of the network connection.", @@ -68,7 +69,8 @@ "TCP", "UDP" ], - "misp-attribute": "text" + "misp-attribute": "text", + "disable_correlation": true }, "layer7-protocol": { "description": "Layer 7 protocol of the network connection.", @@ -78,7 +80,8 @@ "HTTPS", "FTP" ], - "misp-attribute": "text" + "misp-attribute": "text", + "disable_correlation": true }, "first-packet-seen": { "misp-attribute": "datetime",