From 09495c3f2a81d2da08fb83b7644c0ebc44e3fbba Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Sat, 6 Oct 2018 20:27:51 +0200 Subject: [PATCH] chg: [network-connection] disable correlation --- objects/network-connection/definition.json | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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",