From 76b3086356f2e6683199baacef97a0bcef6f568c Mon Sep 17 00:00:00 2001 From: Terrtia Date: Wed, 12 Sep 2018 16:49:28 +0200 Subject: [PATCH] fix: [ail-leak] disable correlation --- objects/ail-leak/definition.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/objects/ail-leak/definition.json b/objects/ail-leak/definition.json index 93f9073..7a4f9d5 100644 --- a/objects/ail-leak/definition.json +++ b/objects/ail-leak/definition.json @@ -12,6 +12,7 @@ "attributes": { "sensor": { "description": "The AIL sensor uuid where the leak was processed and analysed.", + "disable_correlation": true, "ui-priority": 0, "misp-attribute": "text" }, @@ -23,6 +24,7 @@ }, "duplicate_number": { "description": "Number of known duplicates.", + "disable_correlation": true, "ui-priority": 0, "misp-attribute": "counter" },