From 805ed85bbe8db429d3968b81bc956c9a878965d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Fri, 10 Nov 2017 15:02:37 -0800 Subject: [PATCH] chg: Disable some correlations by default in URL Fix #47 --- objects/url/definition.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/objects/url/definition.json b/objects/url/definition.json index ac0ccf3..613e9da 100644 --- a/objects/url/definition.json +++ b/objects/url/definition.json @@ -11,12 +11,14 @@ "tld": { "description": "Top-Level Domain", "ui-priority": 0, - "misp-attribute": "text" + "misp-attribute": "text", + "disable_correlation": true }, "port": { "description": "Port number", "ui-priority": 0, - "misp-attribute": "port" + "misp-attribute": "port", + "disable_correlation": true }, "scheme": { "description": "Scheme", @@ -28,7 +30,8 @@ "sip" ], "ui-priority": 0, - "misp-attribute": "text" + "misp-attribute": "text", + "disable_correlation": true }, "first-seen": { "description": "First time this URL has been seen", @@ -63,7 +66,8 @@ "subdomain": { "description": "Subdomain", "ui-priority": 0, - "misp-attribute": "text" + "misp-attribute": "text", + "disable_correlation": true }, "credential": { "description": "Credential (username, password)",