Added some field from feedback

pull/359/head
matthijsvp 2022-05-20 15:50:31 +02:00
parent 7c7d1fbe98
commit dac6d57e79
1 changed files with 21 additions and 1 deletions

View File

@ -65,6 +65,7 @@
"negotiations_screenshot": {
"description": "Screenshot of the negotiations",
"disable_correlation": true,
"multiple": true,
"misp-attribute": "attachment",
"ui-priority": 840
},
@ -74,6 +75,25 @@
"misp-attribute": "text",
"ui-priority": 850
},
"chatsite": {
"description": "Chatsite where the negotiations take place",
"disable_correlation": true,
"to_ids": false,
"misp-attribute": "url",
"ui-priority": 835
},
"chatsite_id_public": {
"description": "Initial chat ID given by actor",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 834
},
"chatsite_id_private": {
"description": "Second, private, chat ID given by actor",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 833
},
"pay_for_deletion": {
"description": "Does the target need/want to pay for data deletion",
"disable_correlation": true,
@ -129,5 +149,5 @@
"meta-category": "financial",
"name": "ransom-negotiation",
"uuid": "FB72F951-DE2E-4B54-A570-8FC560A74B06",
"version": 1
"version": 2
}