From b49c6824bae7d454e7665a4d2c1127327f67c63b Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Fri, 10 Mar 2023 15:34:32 +0100 Subject: [PATCH] chg: [greynoise-intelligence] JSON fixed --- objects/greynoise-ip/definition.json | 38 ++++++++++++++-------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/objects/greynoise-ip/definition.json b/objects/greynoise-ip/definition.json index 5c9b2b2..54a9b8a 100644 --- a/objects/greynoise-ip/definition.json +++ b/objects/greynoise-ip/definition.json @@ -1,30 +1,13 @@ { "attributes": { - "ip-src": { - "description": "Source IP address of the network connection.", - "misp-attribute": "ip-src", - "ui-priority": 1 - }, - "classification": { - "description": "GreyNoise Classification", - "disable_correlation": true, - "misp-attribute": "text", - "ui-priority": 1 - }, - "trust-level": { - "description": "GreyNoise RIOT Trust Level", - "disable_correlation": true, - "misp-attribute": "text", - "ui-priority": 1 - }, "actor": { "description": "GreyNoise Actor", "disable_correlation": true, "misp-attribute": "text", "ui-priority": 1 }, - "provider": { - "description": "GreyNoise Service Provider", + "classification": { + "description": "GreyNoise Classification", "disable_correlation": true, "misp-attribute": "text", "ui-priority": 1 @@ -35,6 +18,11 @@ "misp-attribute": "datetime", "ui-priority": 2 }, + "ip-src": { + "description": "Source IP address of the network connection.", + "misp-attribute": "ip-src", + "ui-priority": 1 + }, "last-seen": { "description": "Last Seen", "disable_correlation": true, @@ -53,11 +41,23 @@ "misp-attribute": "text", "ui-priority": 1 }, + "provider": { + "description": "GreyNoise Service Provider", + "disable_correlation": true, + "misp-attribute": "text", + "ui-priority": 1 + }, "riot": { "description": "GreyNoise Common Business Service Flag", "disable_correlation": true, "misp-attribute": "text", "ui-priority": 1 + }, + "trust-level": { + "description": "GreyNoise RIOT Trust Level", + "disable_correlation": true, + "misp-attribute": "text", + "ui-priority": 1 } }, "description": "GreyNoise IP Information",