From 25c318c3b32b773d8a9fc27730b6b11999cbd725 Mon Sep 17 00:00:00 2001 From: matthijsvp Date: Wed, 4 May 2022 16:49:17 +0200 Subject: [PATCH 01/12] Initial commit --- objects/ransom-negotiation/definition.json | 41 ++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 objects/ransom-negotiation/definition.json diff --git a/objects/ransom-negotiation/definition.json b/objects/ransom-negotiation/definition.json new file mode 100644 index 0000000..999fc86 --- /dev/null +++ b/objects/ransom-negotiation/definition.json @@ -0,0 +1,41 @@ +{ + "attributes": { + "BTC_received": { + "description": "Value of received BTC", + "disable_correlation": true, + "misp-attribute": "float", + "ui-priority": 0 + }, + "BTC_sent": { + "description": "Value of sent BTC", + "disable_correlation": true, + "misp-attribute": "float", + "ui-priority": 0 + }, + "balance_BTC": { + "description": "Value in BTC at date/time displayed in field 'time'", + "disable_correlation": true, + "misp-attribute": "float", + "ui-priority": 0 + }, + "time": { + "description": "Date and time of lookup/conversion", + "disable_correlation": true, + "misp-attribute": "datetime", + "ui-priority": 0 + }, + "wallet-address": { + "description": "A Bitcoin wallet address", + "misp-attribute": "btc", + "ui-priority": 0 + } + }, + "description": "An object to describe ransom negotiations, as seen in ransomware incidents.", + "meta-category": "financial", + "name": "ransom-negotiation", + "requiredOneOf": [ + "wallet-address" + ], + "uuid": "FB72F951-DE2E-4B54-A570-8FC560A74B06", + "version": 1 +} \ No newline at end of file From 38d22a425ffa65af0af48ba2b3abcd035981f988 Mon Sep 17 00:00:00 2001 From: matthijsvp Date: Thu, 5 May 2022 15:18:22 +0200 Subject: [PATCH 02/12] v1 of ransom-negotiation object --- objects/ransom-negotiation/definition.json | 99 +++++++++++++++++----- 1 file changed, 77 insertions(+), 22 deletions(-) diff --git a/objects/ransom-negotiation/definition.json b/objects/ransom-negotiation/definition.json index 999fc86..da70dab 100644 --- a/objects/ransom-negotiation/definition.json +++ b/objects/ransom-negotiation/definition.json @@ -1,33 +1,88 @@ { "attributes": { - "BTC_received": { - "description": "Value of received BTC", - "disable_correlation": true, - "misp-attribute": "float", - "ui-priority": 0 - }, - "BTC_sent": { - "description": "Value of sent BTC", - "disable_correlation": true, - "misp-attribute": "float", - "ui-priority": 0 - }, - "balance_BTC": { - "description": "Value in BTC at date/time displayed in field 'time'", - "disable_correlation": true, - "misp-attribute": "float", - "ui-priority": 0 + "wallet-address": { + "description": "A cryptocoin wallet address", + "disable_correlation": false, + "misp-attribute": "btc", + "ui-priority": 6 }, "time": { - "description": "Date and time of lookup/conversion", + "description": "Date and time of transaction", "disable_correlation": true, "misp-attribute": "datetime", + "ui-priority": 5 + }, + "initial_ransom": { + "description": "Initial ransom demand in the currency as displayed in field 'currency'", + "disable_correlation": true, + "misp-attribute": "float", "ui-priority": 0 }, - "wallet-address": { - "description": "A Bitcoin wallet address", - "misp-attribute": "btc", - "ui-priority": 0 + "final_ransom":{ + "description": "Final ransom amount after negotiations, in the currency as displayed in field 'currency'", + "disable_correlation": true, + "misp-attribute": "float", + "ui-priority": 1 + }, + "currency":{ + "description": "The currency of the initial demand. Often USD or BTC.", + "disable_correlation": true, + "misp-attribute": "text", + "ui-priority": 3 + }, + "value_EUR": { + "description": "Value in EUR of the final ransom amount, with conversion rate as of date/time displayed in field 'time'", + "disable_correlation": true, + "misp-attribute": "float", + "ui-priority": 4 + }, + "annual_revenue_EUR": { + "description": "Annual revenue of the targeted organisation in EUR", + "disable_correlation": true, + "misp-attribute": "float", + "ui-priority": 7 + }, + "data_stolen": { + "description": "Was data exfiltrated in this incident?", + "disable_correlation": true, + "misp-attribute": "boolean", + "ui-priority": 9 + }, + "data_lekaed": { + "description": "Was data leaked in this incident?", + "disable_correlation": true, + "misp-attribute": "boolean", + "ui-priority": 10 + }, + "url_leaksite": { + "description": "URL of the leaksite", + "disable_correlation": false, + "misp-attribute": "url", + "ui-priority": 11 + }, + "email_address": { + "description": "Contact address, if any", + "disable_correlation": false, + "misp-attribute": "float", + "ui-priority": 12 + }, + "Remarks": { + "description": "Remarks", + "disable_correlation": true, + "misp-attribute": "text", + "ui-priority": 13 + }, + "percentage_of_revenue": { + "description": "Percentage of the annual revenue that the ransom demand amounts to", + "disable_correlation": true, + "misp-attribute": "float", + "ui-priority": 8 + }, + "discount": { + "description": "Discount after negotiations", + "disable_correlation": true, + "misp-attribute": "float", + "ui-priority": 2 } }, "description": "An object to describe ransom negotiations, as seen in ransomware incidents.", From 1c2513caf23128b80325c61cc86def324a2bb9e9 Mon Sep 17 00:00:00 2001 From: matthijsvp Date: Thu, 5 May 2022 15:38:19 +0200 Subject: [PATCH 03/12] Fixed email attribute type, fixed typo --- objects/ransom-negotiation/definition.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/objects/ransom-negotiation/definition.json b/objects/ransom-negotiation/definition.json index da70dab..c2ec80e 100644 --- a/objects/ransom-negotiation/definition.json +++ b/objects/ransom-negotiation/definition.json @@ -48,7 +48,7 @@ "misp-attribute": "boolean", "ui-priority": 9 }, - "data_lekaed": { + "data_leaked": { "description": "Was data leaked in this incident?", "disable_correlation": true, "misp-attribute": "boolean", @@ -63,7 +63,7 @@ "email_address": { "description": "Contact address, if any", "disable_correlation": false, - "misp-attribute": "float", + "misp-attribute": "text", "ui-priority": 12 }, "Remarks": { From 6ec02ff6d8eb49832dd55591b130dc151b3fcb02 Mon Sep 17 00:00:00 2001 From: matthijsvp Date: Thu, 5 May 2022 15:48:31 +0200 Subject: [PATCH 04/12] Added transcript and screenshot fields --- objects/ransom-negotiation/definition.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/objects/ransom-negotiation/definition.json b/objects/ransom-negotiation/definition.json index c2ec80e..432f0f4 100644 --- a/objects/ransom-negotiation/definition.json +++ b/objects/ransom-negotiation/definition.json @@ -78,6 +78,18 @@ "misp-attribute": "float", "ui-priority": 8 }, + "negotiations_transcript": { + "description": "Transcript of the negotiations", + "disable_correlation": true, + "misp-attribute": "text", + "ui-priority": 14 + }, + "negotiations_screenshot": { + "description": "Screenshot of the negotiations", + "disable_correlation": true, + "misp-attribute": "text", + "ui-priority": 15 + }, "discount": { "description": "Discount after negotiations", "disable_correlation": true, @@ -92,5 +104,5 @@ "wallet-address" ], "uuid": "FB72F951-DE2E-4B54-A570-8FC560A74B06", - "version": 1 + "version": 1.1 } \ No newline at end of file From 33458100e4682c45f5946ec7961d82397cf696c2 Mon Sep 17 00:00:00 2001 From: matthijsvp Date: Thu, 5 May 2022 15:54:37 +0200 Subject: [PATCH 05/12] Fixed ui order, fixed screenshot type --- objects/ransom-negotiation/definition.json | 34 +++++++++++----------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/objects/ransom-negotiation/definition.json b/objects/ransom-negotiation/definition.json index 432f0f4..bed3f2b 100644 --- a/objects/ransom-negotiation/definition.json +++ b/objects/ransom-negotiation/definition.json @@ -4,97 +4,97 @@ "description": "A cryptocoin wallet address", "disable_correlation": false, "misp-attribute": "btc", - "ui-priority": 6 + "ui-priority": 9 }, "time": { "description": "Date and time of transaction", "disable_correlation": true, "misp-attribute": "datetime", - "ui-priority": 5 + "ui-priority": 10 }, "initial_ransom": { "description": "Initial ransom demand in the currency as displayed in field 'currency'", "disable_correlation": true, "misp-attribute": "float", - "ui-priority": 0 + "ui-priority": 15 }, "final_ransom":{ "description": "Final ransom amount after negotiations, in the currency as displayed in field 'currency'", "disable_correlation": true, "misp-attribute": "float", - "ui-priority": 1 + "ui-priority": 14 }, "currency":{ "description": "The currency of the initial demand. Often USD or BTC.", "disable_correlation": true, "misp-attribute": "text", - "ui-priority": 3 + "ui-priority": 12 }, "value_EUR": { "description": "Value in EUR of the final ransom amount, with conversion rate as of date/time displayed in field 'time'", "disable_correlation": true, "misp-attribute": "float", - "ui-priority": 4 + "ui-priority": 11 }, "annual_revenue_EUR": { "description": "Annual revenue of the targeted organisation in EUR", "disable_correlation": true, "misp-attribute": "float", - "ui-priority": 7 + "ui-priority": 8 }, "data_stolen": { "description": "Was data exfiltrated in this incident?", "disable_correlation": true, "misp-attribute": "boolean", - "ui-priority": 9 + "ui-priority": 6 }, "data_leaked": { "description": "Was data leaked in this incident?", "disable_correlation": true, "misp-attribute": "boolean", - "ui-priority": 10 + "ui-priority": 5 }, "url_leaksite": { "description": "URL of the leaksite", "disable_correlation": false, "misp-attribute": "url", - "ui-priority": 11 + "ui-priority": 4 }, "email_address": { "description": "Contact address, if any", "disable_correlation": false, "misp-attribute": "text", - "ui-priority": 12 + "ui-priority": 3 }, "Remarks": { "description": "Remarks", "disable_correlation": true, "misp-attribute": "text", - "ui-priority": 13 + "ui-priority": 2 }, "percentage_of_revenue": { "description": "Percentage of the annual revenue that the ransom demand amounts to", "disable_correlation": true, "misp-attribute": "float", - "ui-priority": 8 + "ui-priority": 7 }, "negotiations_transcript": { "description": "Transcript of the negotiations", "disable_correlation": true, "misp-attribute": "text", - "ui-priority": 14 + "ui-priority": 1 }, "negotiations_screenshot": { "description": "Screenshot of the negotiations", "disable_correlation": true, - "misp-attribute": "text", - "ui-priority": 15 + "misp-attribute": "attachment", + "ui-priority": 0 }, "discount": { "description": "Discount after negotiations", "disable_correlation": true, "misp-attribute": "float", - "ui-priority": 2 + "ui-priority": 13 } }, "description": "An object to describe ransom negotiations, as seen in ransomware incidents.", From 7480c515335f21f25bb2ec005a6d63c577a00933 Mon Sep 17 00:00:00 2001 From: matthijsvp Date: Fri, 6 May 2022 13:25:31 +0200 Subject: [PATCH 06/12] Added need/want for decryptor and data deletion --- objects/ransom-negotiation/definition.json | 52 +++++++++++++++------- 1 file changed, 36 insertions(+), 16 deletions(-) diff --git a/objects/ransom-negotiation/definition.json b/objects/ransom-negotiation/definition.json index bed3f2b..621dd9d 100644 --- a/objects/ransom-negotiation/definition.json +++ b/objects/ransom-negotiation/definition.json @@ -4,97 +4,117 @@ "description": "A cryptocoin wallet address", "disable_correlation": false, "misp-attribute": "btc", - "ui-priority": 9 + "ui-priority": 930 }, "time": { "description": "Date and time of transaction", "disable_correlation": true, "misp-attribute": "datetime", - "ui-priority": 10 + "ui-priority": 940 }, "initial_ransom": { "description": "Initial ransom demand in the currency as displayed in field 'currency'", "disable_correlation": true, "misp-attribute": "float", - "ui-priority": 15 + "ui-priority": 900 }, "final_ransom":{ "description": "Final ransom amount after negotiations, in the currency as displayed in field 'currency'", "disable_correlation": true, "misp-attribute": "float", - "ui-priority": 14 + "ui-priority": 980 }, "currency":{ "description": "The currency of the initial demand. Often USD or BTC.", "disable_correlation": true, "misp-attribute": "text", - "ui-priority": 12 + "ui-priority": 960 }, "value_EUR": { "description": "Value in EUR of the final ransom amount, with conversion rate as of date/time displayed in field 'time'", "disable_correlation": true, "misp-attribute": "float", - "ui-priority": 11 + "ui-priority": 950 }, "annual_revenue_EUR": { "description": "Annual revenue of the targeted organisation in EUR", "disable_correlation": true, "misp-attribute": "float", - "ui-priority": 8 + "ui-priority": 920 }, "data_stolen": { "description": "Was data exfiltrated in this incident?", "disable_correlation": true, "misp-attribute": "boolean", - "ui-priority": 6 + "ui-priority": 900 }, "data_leaked": { "description": "Was data leaked in this incident?", "disable_correlation": true, "misp-attribute": "boolean", - "ui-priority": 5 + "ui-priority": 890 }, "url_leaksite": { "description": "URL of the leaksite", "disable_correlation": false, "misp-attribute": "url", - "ui-priority": 4 + "ui-priority": 880 }, "email_address": { "description": "Contact address, if any", "disable_correlation": false, "misp-attribute": "text", - "ui-priority": 3 + "ui-priority": 870 }, "Remarks": { "description": "Remarks", "disable_correlation": true, "misp-attribute": "text", - "ui-priority": 2 + "ui-priority": 860 }, "percentage_of_revenue": { "description": "Percentage of the annual revenue that the ransom demand amounts to", "disable_correlation": true, "misp-attribute": "float", - "ui-priority": 7 + "ui-priority": 910 + }, + "pay_for_encryptor": { + "description": "Does the target needs/wants to pay for the decryptor", + "disable_correlation": true, + "misp-attribute": "boolean", + "ui-priority": 908, + "sane_default": [ + "True", + "False" + ], + }, + "pay_for_deletion": { + "description": "Does the target needs/wants to pay for data deletion", + "disable_correlation": true, + "misp-attribute": "boolean", + "ui-priority": 906, + "sane_default": [ + "True", + "False" + ], }, "negotiations_transcript": { "description": "Transcript of the negotiations", "disable_correlation": true, "misp-attribute": "text", - "ui-priority": 1 + "ui-priority": 850 }, "negotiations_screenshot": { "description": "Screenshot of the negotiations", "disable_correlation": true, "misp-attribute": "attachment", - "ui-priority": 0 + "ui-priority": 840 }, "discount": { "description": "Discount after negotiations", "disable_correlation": true, "misp-attribute": "float", - "ui-priority": 13 + "ui-priority": 970 } }, "description": "An object to describe ransom negotiations, as seen in ransomware incidents.", From dcf34a680fa6fa399ecaf469222079bffe52ca1e Mon Sep 17 00:00:00 2001 From: matthijsvp Date: Fri, 6 May 2022 13:38:11 +0200 Subject: [PATCH 07/12] bumped version number, fixed stray typo --- objects/ransom-negotiation/definition.json | 156 ++++++++++----------- 1 file changed, 78 insertions(+), 78 deletions(-) diff --git a/objects/ransom-negotiation/definition.json b/objects/ransom-negotiation/definition.json index 621dd9d..4447b18 100644 --- a/objects/ransom-negotiation/definition.json +++ b/objects/ransom-negotiation/definition.json @@ -1,40 +1,10 @@ { "attributes": { - "wallet-address": { - "description": "A cryptocoin wallet address", - "disable_correlation": false, - "misp-attribute": "btc", - "ui-priority": 930 - }, - "time": { - "description": "Date and time of transaction", - "disable_correlation": true, - "misp-attribute": "datetime", - "ui-priority": 940 - }, - "initial_ransom": { - "description": "Initial ransom demand in the currency as displayed in field 'currency'", - "disable_correlation": true, - "misp-attribute": "float", - "ui-priority": 900 - }, - "final_ransom":{ - "description": "Final ransom amount after negotiations, in the currency as displayed in field 'currency'", - "disable_correlation": true, - "misp-attribute": "float", - "ui-priority": 980 - }, - "currency":{ - "description": "The currency of the initial demand. Often USD or BTC.", + "Remarks": { + "description": "Remarks", "disable_correlation": true, "misp-attribute": "text", - "ui-priority": 960 - }, - "value_EUR": { - "description": "Value in EUR of the final ransom amount, with conversion rate as of date/time displayed in field 'time'", - "disable_correlation": true, - "misp-attribute": "float", - "ui-priority": 950 + "ui-priority": 860 }, "annual_revenue_EUR": { "description": "Annual revenue of the targeted organisation in EUR", @@ -42,11 +12,11 @@ "misp-attribute": "float", "ui-priority": 920 }, - "data_stolen": { - "description": "Was data exfiltrated in this incident?", + "currency": { + "description": "The currency of the initial demand. Often USD or BTC.", "disable_correlation": true, - "misp-attribute": "boolean", - "ui-priority": 900 + "misp-attribute": "text", + "ui-priority": 960 }, "data_leaked": { "description": "Was data leaked in this incident?", @@ -54,11 +24,17 @@ "misp-attribute": "boolean", "ui-priority": 890 }, - "url_leaksite": { - "description": "URL of the leaksite", - "disable_correlation": false, - "misp-attribute": "url", - "ui-priority": 880 + "data_stolen": { + "description": "Was data exfiltrated in this incident?", + "disable_correlation": true, + "misp-attribute": "boolean", + "ui-priority": 900 + }, + "discount": { + "description": "Discount after negotiations", + "disable_correlation": true, + "misp-attribute": "float", + "ui-priority": 970 }, "email_address": { "description": "Contact address, if any", @@ -66,11 +42,49 @@ "misp-attribute": "text", "ui-priority": 870 }, - "Remarks": { - "description": "Remarks", + "final_ransom": { + "description": "Final ransom amount after negotiations, in the currency as displayed in field 'currency'", + "disable_correlation": true, + "misp-attribute": "float", + "ui-priority": 980 + }, + "initial_ransom": { + "description": "Initial ransom demand in the currency as displayed in field 'currency'", + "disable_correlation": true, + "misp-attribute": "float", + "ui-priority": 900 + }, + "negotiations_screenshot": { + "description": "Screenshot of the negotiations", + "disable_correlation": true, + "misp-attribute": "attachment", + "ui-priority": 840 + }, + "negotiations_transcript": { + "description": "Transcript of the negotiations", "disable_correlation": true, "misp-attribute": "text", - "ui-priority": 860 + "ui-priority": 850 + }, + "pay_for_deletion": { + "description": "Does the target needs/wants to pay for data deletion", + "disable_correlation": true, + "misp-attribute": "boolean", + "sane_default": [ + "True", + "False" + ], + "ui-priority": 906 + }, + "pay_for_encryptor": { + "description": "Does the target needs/wants to pay for the decryptor", + "disable_correlation": true, + "misp-attribute": "boolean", + "sane_default": [ + "True", + "False" + ], + "ui-priority": 908 }, "percentage_of_revenue": { "description": "Percentage of the annual revenue that the ransom demand amounts to", @@ -78,43 +92,29 @@ "misp-attribute": "float", "ui-priority": 910 }, - "pay_for_encryptor": { - "description": "Does the target needs/wants to pay for the decryptor", + "time": { + "description": "Date and time of transaction", "disable_correlation": true, - "misp-attribute": "boolean", - "ui-priority": 908, - "sane_default": [ - "True", - "False" - ], + "misp-attribute": "datetime", + "ui-priority": 940 }, - "pay_for_deletion": { - "description": "Does the target needs/wants to pay for data deletion", - "disable_correlation": true, - "misp-attribute": "boolean", - "ui-priority": 906, - "sane_default": [ - "True", - "False" - ], + "url_leaksite": { + "description": "URL of the leaksite", + "disable_correlation": false, + "misp-attribute": "url", + "ui-priority": 880 }, - "negotiations_transcript": { - "description": "Transcript of the negotiations", - "disable_correlation": true, - "misp-attribute": "text", - "ui-priority": 850 - }, - "negotiations_screenshot": { - "description": "Screenshot of the negotiations", - "disable_correlation": true, - "misp-attribute": "attachment", - "ui-priority": 840 - }, - "discount": { - "description": "Discount after negotiations", + "value_EUR": { + "description": "Value in EUR of the final ransom amount, with conversion rate as of date/time displayed in field 'time'", "disable_correlation": true, "misp-attribute": "float", - "ui-priority": 970 + "ui-priority": 950 + }, + "wallet-address": { + "description": "A cryptocoin wallet address", + "disable_correlation": false, + "misp-attribute": "btc", + "ui-priority": 930 } }, "description": "An object to describe ransom negotiations, as seen in ransomware incidents.", @@ -124,5 +124,5 @@ "wallet-address" ], "uuid": "FB72F951-DE2E-4B54-A570-8FC560A74B06", - "version": 1.1 + "version": 1.2 } \ No newline at end of file From d04d453f475e33f51962ad50437e38bc77749be3 Mon Sep 17 00:00:00 2001 From: matthijsvp Date: Fri, 6 May 2022 13:48:12 +0200 Subject: [PATCH 08/12] Added sane defaults to all booleans --- objects/ransom-negotiation/definition.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/objects/ransom-negotiation/definition.json b/objects/ransom-negotiation/definition.json index 4447b18..1c7ab68 100644 --- a/objects/ransom-negotiation/definition.json +++ b/objects/ransom-negotiation/definition.json @@ -22,12 +22,20 @@ "description": "Was data leaked in this incident?", "disable_correlation": true, "misp-attribute": "boolean", + "sane_default": [ + "True", + "False" + ], "ui-priority": 890 }, "data_stolen": { "description": "Was data exfiltrated in this incident?", "disable_correlation": true, "misp-attribute": "boolean", + "sane_default": [ + "True", + "False" + ], "ui-priority": 900 }, "discount": { From bb686f24d4e29c5b2e1cc5713fd6a3a358cb3ebf Mon Sep 17 00:00:00 2001 From: matthijsvp Date: Fri, 6 May 2022 13:50:34 +0200 Subject: [PATCH 09/12] Removed required field --- objects/ransom-negotiation/definition.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/objects/ransom-negotiation/definition.json b/objects/ransom-negotiation/definition.json index 1c7ab68..971c2e8 100644 --- a/objects/ransom-negotiation/definition.json +++ b/objects/ransom-negotiation/definition.json @@ -128,9 +128,6 @@ "description": "An object to describe ransom negotiations, as seen in ransomware incidents.", "meta-category": "financial", "name": "ransom-negotiation", - "requiredOneOf": [ - "wallet-address" - ], "uuid": "FB72F951-DE2E-4B54-A570-8FC560A74B06", "version": 1.2 } \ No newline at end of file From 3f90f655082c65e735db228b32255f47386d3815 Mon Sep 17 00:00:00 2001 From: matthijsvp Date: Fri, 6 May 2022 14:09:50 +0200 Subject: [PATCH 10/12] Fixed spelling mistakes --- objects/ransom-negotiation/definition.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/objects/ransom-negotiation/definition.json b/objects/ransom-negotiation/definition.json index 971c2e8..62143cf 100644 --- a/objects/ransom-negotiation/definition.json +++ b/objects/ransom-negotiation/definition.json @@ -75,7 +75,7 @@ "ui-priority": 850 }, "pay_for_deletion": { - "description": "Does the target needs/wants to pay for data deletion", + "description": "Does the target need/want to pay for data deletion", "disable_correlation": true, "misp-attribute": "boolean", "sane_default": [ @@ -85,7 +85,7 @@ "ui-priority": 906 }, "pay_for_encryptor": { - "description": "Does the target needs/wants to pay for the decryptor", + "description": "Does the target need/want to pay for the decryptor", "disable_correlation": true, "misp-attribute": "boolean", "sane_default": [ From 109f78336b28016c4eb5898ebd81713cddc1b5fd Mon Sep 17 00:00:00 2001 From: Matthijs van P Date: Sat, 7 May 2022 06:47:40 +0200 Subject: [PATCH 11/12] Changed version to int. --- objects/ransom-negotiation/definition.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/objects/ransom-negotiation/definition.json b/objects/ransom-negotiation/definition.json index 62143cf..655fc85 100644 --- a/objects/ransom-negotiation/definition.json +++ b/objects/ransom-negotiation/definition.json @@ -129,5 +129,5 @@ "meta-category": "financial", "name": "ransom-negotiation", "uuid": "FB72F951-DE2E-4B54-A570-8FC560A74B06", - "version": 1.2 -} \ No newline at end of file + "version": 1 +} From b8456cf80b6521e991faed44174682c9a476971a Mon Sep 17 00:00:00 2001 From: matthijsvp Date: Sat, 7 May 2022 08:00:38 +0200 Subject: [PATCH 12/12] Ran validation --- objects/ransom-negotiation/definition.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/objects/ransom-negotiation/definition.json b/objects/ransom-negotiation/definition.json index 655fc85..a92925c 100644 --- a/objects/ransom-negotiation/definition.json +++ b/objects/ransom-negotiation/definition.json @@ -130,4 +130,4 @@ "name": "ransom-negotiation", "uuid": "FB72F951-DE2E-4B54-A570-8FC560A74B06", "version": 1 -} +} \ No newline at end of file