misp-objects/objects/ransom-negotiation/definition.json

153 lines
4.5 KiB
JSON
Raw Normal View History

2022-05-04 16:49:17 +02:00
{
"attributes": {
"Remarks": {
"description": "Remarks",
2022-05-04 16:49:17 +02:00
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 860
2022-05-04 16:49:17 +02:00
},
"annual_revenue_EUR": {
"description": "Annual revenue of the targeted organisation in EUR",
2022-05-04 16:49:17 +02:00
"disable_correlation": true,
"misp-attribute": "float",
"ui-priority": 920
2022-05-04 16:49:17 +02:00
},
2022-05-20 15:53:29 +02:00
"chatsite": {
"description": "Chatsite where the negotiations take place",
"disable_correlation": true,
"misp-attribute": "url",
"to_ids": false,
"ui-priority": 835
},
"chatsite_id_private": {
"description": "Second, private, chat ID given by actor",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 833
},
"chatsite_id_public": {
"description": "Initial chat ID given by actor",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 834
},
"currency": {
2022-05-05 15:18:22 +02:00
"description": "The currency of the initial demand. Often USD or BTC.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 960
2022-05-05 15:18:22 +02:00
},
"data_leaked": {
"description": "Was data leaked in this incident?",
2022-05-04 16:49:17 +02:00
"disable_correlation": true,
"misp-attribute": "boolean",
2022-05-06 13:48:12 +02:00
"sane_default": [
"True",
"False"
],
"ui-priority": 890
2022-05-04 16:49:17 +02:00
},
2022-05-05 15:18:22 +02:00
"data_stolen": {
"description": "Was data exfiltrated in this incident?",
"disable_correlation": true,
"misp-attribute": "boolean",
2022-05-06 13:48:12 +02:00
"sane_default": [
"True",
"False"
],
"ui-priority": 900
2022-05-05 15:18:22 +02:00
},
"discount": {
"description": "Discount after negotiations",
2022-05-05 15:18:22 +02:00
"disable_correlation": true,
"misp-attribute": "float",
"ui-priority": 970
2022-05-05 15:18:22 +02:00
},
"email_address": {
"description": "Contact address, if any",
"disable_correlation": false,
2022-05-05 15:38:19 +02:00
"misp-attribute": "text",
"ui-priority": 870
2022-05-05 15:18:22 +02:00
},
"final_ransom": {
"description": "Final ransom amount after negotiations, in the currency as displayed in field 'currency'",
2022-05-05 15:18:22 +02:00
"disable_correlation": true,
"misp-attribute": "float",
"ui-priority": 980
2022-05-05 15:18:22 +02:00
},
"initial_ransom": {
"description": "Initial ransom demand in the currency as displayed in field 'currency'",
2022-05-05 15:18:22 +02:00
"disable_correlation": true,
"misp-attribute": "float",
"ui-priority": 900
},
"negotiations_screenshot": {
"description": "Screenshot of the negotiations",
"disable_correlation": true,
"misp-attribute": "attachment",
2022-05-20 15:53:29 +02:00
"multiple": true,
"ui-priority": 840
},
"negotiations_transcript": {
"description": "Transcript of the negotiations",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 850
},
"pay_for_deletion": {
2022-05-06 14:09:50 +02:00
"description": "Does the target need/want to pay for data deletion",
"disable_correlation": true,
"misp-attribute": "boolean",
"sane_default": [
"True",
"False"
],
"ui-priority": 906
},
"pay_for_encryptor": {
2022-05-06 14:09:50 +02:00
"description": "Does the target need/want to pay for the decryptor",
"disable_correlation": true,
"misp-attribute": "boolean",
"sane_default": [
"True",
"False"
],
"ui-priority": 908
2022-05-05 15:18:22 +02:00
},
"percentage_of_revenue": {
"description": "Percentage of the annual revenue that the ransom demand amounts to",
"disable_correlation": true,
"misp-attribute": "float",
"ui-priority": 910
2022-05-05 15:48:31 +02:00
},
"time": {
"description": "Date and time of transaction",
"disable_correlation": true,
"misp-attribute": "datetime",
"ui-priority": 940
2022-05-05 15:48:31 +02:00
},
"url_leaksite": {
"description": "URL of the leaksite",
"disable_correlation": false,
"misp-attribute": "url",
"ui-priority": 880
},
"value_EUR": {
"description": "Value in EUR of the final ransom amount, with conversion rate as of date/time displayed in field 'time'",
2022-05-05 15:18:22 +02:00
"disable_correlation": true,
"misp-attribute": "float",
"ui-priority": 950
},
"wallet-address": {
"description": "A cryptocoin wallet address",
"disable_correlation": false,
"misp-attribute": "btc",
"ui-priority": 930
2022-05-04 16:49:17 +02:00
}
},
"description": "An object to describe ransom negotiations, as seen in ransomware incidents.",
"meta-category": "financial",
"name": "ransom-negotiation",
"uuid": "FB72F951-DE2E-4B54-A570-8FC560A74B06",
2022-05-20 15:50:31 +02:00
"version": 2
2022-05-07 08:00:38 +02:00
}