From 7865f4110d286b2574aef931a159345b050ddeca Mon Sep 17 00:00:00 2001 From: chrisr3d Date: Thu, 3 Sep 2020 14:08:36 +0200 Subject: [PATCH 1/6] chg: Making source port attribute multiple in the ip-port object --- objects/ip-port/definition.json | 1 + 1 file changed, 1 insertion(+) diff --git a/objects/ip-port/definition.json b/objects/ip-port/definition.json index 9054eee..67c8ce7 100644 --- a/objects/ip-port/definition.json +++ b/objects/ip-port/definition.json @@ -80,6 +80,7 @@ ], "description": "Source port", "misp-attribute": "port", + "multiple": true, "ui-priority": 0 }, "text": { From 73ced3e75c9d3a0194d97a1cdc44914373494597 Mon Sep 17 00:00:00 2001 From: chrisr3d Date: Thu, 3 Sep 2020 14:10:02 +0200 Subject: [PATCH 2/6] fix: Normalised object relations of the ip-api-address object - Using dash as separator instead of space --- objects/ip-api-address/definition.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/objects/ip-api-address/definition.json b/objects/ip-api-address/definition.json index 9eac0a9..983e094 100644 --- a/objects/ip-api-address/definition.json +++ b/objects/ip-api-address/definition.json @@ -24,7 +24,7 @@ "misp-attribute": "text", "ui-priority": 1 }, - "country code": { + "country-code": { "description": "Country code ", "disable_correlation": true, "misp-attribute": "text", @@ -71,7 +71,7 @@ "misp-attribute": "text", "ui-priority": 1 }, - "region code": { + "region-code": { "description": "Region code. example: CA", "disable_correlation": true, "misp-attribute": "text", From 3a7eb020e653b2f2a46a73284d6be5c3d22c486d Mon Sep 17 00:00:00 2001 From: chrisr3d Date: Thu, 3 Sep 2020 14:12:05 +0200 Subject: [PATCH 3/6] fix: Normalised object relations of the phishing objects - Using dash as separator instead of space --- objects/phishing-kit/definition.json | 2 +- objects/phishing/definition.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/objects/phishing-kit/definition.json b/objects/phishing-kit/definition.json index c183c3b..e811e79 100644 --- a/objects/phishing-kit/definition.json +++ b/objects/phishing-kit/definition.json @@ -15,7 +15,7 @@ "multiple": false, "ui-priority": 0 }, - "internal reference": { + "internal-reference": { "categories": [ "Internal reference" ], diff --git a/objects/phishing/definition.json b/objects/phishing/definition.json index 806f200..e6563b7 100644 --- a/objects/phishing/definition.json +++ b/objects/phishing/definition.json @@ -6,7 +6,7 @@ "multiple": true, "ui-priority": 1 }, - "internal reference": { + "internal-reference": { "categories": [ "Internal reference" ], From 2c64f6e04a58ef43713cfcdbe378660a425c0c83 Mon Sep 17 00:00:00 2001 From: chrisr3d Date: Thu, 3 Sep 2020 14:12:59 +0200 Subject: [PATCH 4/6] fix: Normalised object relations of the vehicle object - Using dash as separator instead of space --- objects/vehicle/definition.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/objects/vehicle/definition.json b/objects/vehicle/definition.json index 9d68828..103f686 100644 --- a/objects/vehicle/definition.json +++ b/objects/vehicle/definition.json @@ -18,7 +18,7 @@ "multiple": true, "ui-priority": 0 }, - "exterior color": { + "exterior-color": { "description": "Exterior color of the vehicule", "disable_correlation": true, "misp-attribute": "text", @@ -48,7 +48,7 @@ "multiple": true, "ui-priority": 0 }, - "interior color": { + "interior-color": { "description": "Interior color of the vehicule", "disable_correlation": true, "misp-attribute": "text", From e743d7d013e8aed6165f37196e7d69e2bbcc9215 Mon Sep 17 00:00:00 2001 From: chrisr3d Date: Thu, 3 Sep 2020 14:14:01 +0200 Subject: [PATCH 5/6] fix: Normalised object relations of the ilr objects - Using dash as separator instead of space --- objects/ilr-notification-incident/definition.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/objects/ilr-notification-incident/definition.json b/objects/ilr-notification-incident/definition.json index 11311e4..92dd618 100644 --- a/objects/ilr-notification-incident/definition.json +++ b/objects/ilr-notification-incident/definition.json @@ -1,6 +1,6 @@ { "attributes": { - "Nom entreprise": { + "nom-entreprise": { "description": "Nom de l’entreprise notifiee", "disable_correlation": true, "misp-attribute": "text", @@ -136,4 +136,4 @@ "name": "ilr-notification-incident", "uuid": "b8ade604-39b2-11e9-b753-1fd28d3b612c", "version": 1 -} \ No newline at end of file +} From e2f062e4771afb31f6de7e83db11057dc277a83f Mon Sep 17 00:00:00 2001 From: chrisr3d Date: Thu, 3 Sep 2020 14:21:06 +0200 Subject: [PATCH 6/6] fix: Validation issue fixed --- objects/ilr-notification-incident/definition.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/objects/ilr-notification-incident/definition.json b/objects/ilr-notification-incident/definition.json index 92dd618..6800fc4 100644 --- a/objects/ilr-notification-incident/definition.json +++ b/objects/ilr-notification-incident/definition.json @@ -1,11 +1,5 @@ { "attributes": { - "nom-entreprise": { - "description": "Nom de l’entreprise notifiee", - "disable_correlation": true, - "misp-attribute": "text", - "ui-priority": 0 - }, "actions-corrective": { "description": "Actions correctives a long terme", "disable_correlation": true, @@ -105,6 +99,12 @@ "misp-attribute": "text", "ui-priority": 0 }, + "nom-entreprise": { + "description": "Nom de l’entreprise notifiee", + "disable_correlation": true, + "misp-attribute": "text", + "ui-priority": 0 + }, "remarques": { "description": "Remarque(s), notamment les experiences gagnees et les leçons tirees de l’incident", "disable_correlation": true, @@ -136,4 +136,4 @@ "name": "ilr-notification-incident", "uuid": "b8ade604-39b2-11e9-b753-1fd28d3b612c", "version": 1 -} +} \ No newline at end of file